/*Updated*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video, .fieldset_clear {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, section { display: block }
nav ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;2
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select { vertical-align: middle }
/* END RESET CSS */
body {
    font: 12px 'Source Sans Pro', sans-serif;
    line-height: 1.45;
}
table {
    font-size: inherit;
    font-size: 100%;
}
select, input, textarea {
    line-height: 1.09;
}
pre, code, kbd, samp { font-family: 'Source Sans Pro', sans-serif }
/* 
 * minimal base styles 
 */
 body, select, input, textarea {
	color: #fff;
	} 
 h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
html { -webkit-font-smoothing: antialiased }
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #ffb612; /* text-decoration: underline; */;
}

ul { list-style: none }
ol {
    margin-left: 30px;
    list-style-type: decimal;
}
small { font-size: 85% }
strong, th { font-weight: bold }
td, td img { vertical-align: top }
input[type="radio"] { vertical-align: text-bottom }
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
.ie6 input { vertical-align: text-bottom }
label, input[type=button], input[type=submit], button { cursor: pointer }
::-moz-selection {
    background: #ffb612;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #ffb612;
    color: #000;
    text-shadow: none;
}
a:link { -webkit-tap-highlight-color: #ffb612 }
html { overflow-y: scroll }
button {
    width: auto;
    overflow: visible;
}
.ie7 img { -ms-interpolation-mode: bicubic }
/* 
 * Non-semantic helper classes 
 */
 .ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
}
.hidden {
    display: none;
    visibility: hidden;
}
.visuallyhidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.invisible { visibility: hidden }
.rel { position: relative }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% } /* Hides from IE-mac \*/
.clearfix { display: block }
.bdr_all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.bdr_tl {
    -moz-border-radius: 7px 0 0 0;
    -webkit-border-radius: 7px 0 0 0;
    border-radius: 7px 0 0 0;
}
.bdr_tr {
    -moz-border-radius: 0 0px 0 0;
    -webkit-border-radius: 0 0px 0 0;
    border-radius: 0 0px 0 0;
}
.bdr_br {
    -moz-border-radius: 0 0 7px 0;
    -webkit-border-radius: 0 0 7px 0;
    border-radius: 0 0 7px 0;
}
.bdr_btm {
    -moz-border-radius: 0px 0 0px 0px;
    -webkit-border-radius: 0px 0 0px 0px;
    border-radius: 0px 0 0px 0px;
}
/* button styles */
button {
    font-size: 10px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    border: 1px solid #6c6c6c;
    padding: 2px 3px;
    background-color: #ffb612;
    background-image: -moz-linear-gradient(top, #ffb612, #c49d00);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f2de00),color-stop(1, #c49d00));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2de00', EndColorStr='#c49d00');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2de00', EndColorStr='#c49d00')";
}
button.disabled {
    background-color: #888888;
    background-image: -moz-linear-gradient(top, #888888, #686868);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #888888),color-stop(1, #686868));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#888888', EndColorStr='#686868');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#888888', EndColorStr='#686868')";
}
/* Primary Styles
    Author: 
    */
    html, body {
        height: 100%;
        background: black;
    }
     #container {
        position: relative;
        min-height: 100%;
        _height: 100%;
        background:black;
    }
    #header {
      	height: 130px;
      	overflow: hidden;
        background: #303030;
        margin-top: 30px;
    }
    #header .inner {
        width: 980px;
        height: 130px;
        margin: 0 auto;
        position: relative;
    }
    #logo {
        float: left;
        width: 189px;
        height: 89px;
    	padding-top: 38px;
    }
    #tab_nav {
        float: left;
        height: 41px;
        margin-left:80px;
        list-style: none;
    }
	#tab_nav li { float:left}
 	#tab_nav li.tab a {
        height: 40px;
        float: left;
        background: left top no-repeat;
   		line-height: 38px;
        font-size: 14px;
        padding-left: 20px;
		margin-top:49px;
		color:#cccccc;

    }

    #tab_nav li.tab a:hover, 
	#tab_nav li.tab a:focus,
		#tab_nav li.tab a:active{
		line-height:136px;
        color: white;
        background-color: #4d4c49 !important;
        background: url(../images/line.png) no-repeat;
        margin-top: 0px;
        background-size: 100% 1px;
        background-position:bottom;
        height: 130px;
        display:block;

	}

    #tab_nav li.sports a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #tab_nav li.sports a:hover {
        margin-right:0px;
    }
    #tab_nav li.live   a {
       padding-right:15px;
       padding-left:15px;
    }

    #tab_nav li.sports a:hover {
        margin-right:0px;
    }
    #tab_nav li.mobile a {
        padding-left:15px;
        padding-right:15px;
    }
    #tab_nav li.mobile a:hover {
        margin-right: 0px;
    }
    #tab_nav li.news   a {
       padding-left:15px;
       padding-right:15px;
    }
    #tab_nav li a:hover { background-position: 0 -41px }
	#tab_nav li.informed {
        display:none
    }
    #login_form {
        float: right;
        width: 280px;
        height: 71px;
        padding: 27px 0 0 0;
        overflow: hidden;
    }
    #login_form input.inputText {
        float: left;
        margin-left: 5px;
        display: inline;
        width: 113px;
        padding: 7px 9px 6px;
        color: #fff;
        font-size: 10px;
        border: 1px solid #ccc;
		border-radius:4px;
        background: white;
		color: #555;
    }
    #login_form input.inputText:hover, #login_form input.inputText:focus { border-color: #333 }
    #login_form ul {
        list-style: none;
        margin: 0;
        clear: both;
        padding-top: 7px;
    }
    #login_form ul li {
        float: left;
        margin-left: 6px;
        display: inline;
        margin-top: 0px;
    }
    #login_form ul li a {
        float: left;
        margin-top: 3px;
        padding: 0 0 0 7px;
        color: #c5c0c0;
        background: url(../images/arrow.gif) 0 6px no-repeat;
    }
    #login_form ul li a:hover { color: #fff }
    #login_form ul li.login { 
		float: right;
		margin-right: 3px;
	 }
	 
    ul#head_links {
        margin-left: 0;
        padding-top: 7px;
        list-style: none;
        position: absolute;
        top: 98px;
        left: 0;
    }
    ul#head_links li {
        float: left;
        display: inline;
        margin-right: 20px;
        padding-left: 10px;
        font-size: 11px;
        background: url(../images/arrow-yellow.png) 0 6px no-repeat;
    }
    ul#head_links li a {
        float: left;
        font-weight: bold;
    }
    #time {
        position: absolute;
        top: 106px;
        right: 0;
        color: #8a8989;
        display: none;
        background: url(../images/icns/clock.png) 0 1px no-repeat;
        padding-left: 20px;
        height: 15px;
        line-height: 14px;
    }
    #time strong {
        color: #fff;
        font-weight: normal;
    }

    .odds_display{
     height: 15px;
     line-height: 14px;
     padding-left: 20px;
     position: absolute;
     right: 150px;
     top: 103px;
 }

 .odds_display select{
    background: #333;
    border: none;
    border-radius: 3px;
    padding: 2px;
}
#main {
    padding: 17px 0 25px;
    width: 980px;
    margin: 0 auto;
}
#left_col {
    float: left;
    width: 170px;
}
#search_form {
    height: 25px;
    margin-bottom: 10px;
}
#search_form .inputText {
    float: left;
    width: 94px;
    height: 13px;
    padding: 6px 9px 6px 24px;
    border: none;
    color: #d0d0d0;
    background: url(../images/bg-search.gif) no-repeat;
}
#search_form .inputBtn { float: left }
/* modules */
#left_col .module {
    margin-bottom: 10px;
    display: block;
}
#left_col .module h3 {
    height: 34px;
    line-height: 34px;
    padding: 0 13px;
    color: #fff;
   	background: grey;
}
#left_col .module .inner {
    background: #e9e9e9;
    padding: 4px 0 2px;
}
#left_col ul.listings {
    margin: 0;
    list-style: none;
}
#left_col ul.listings li {
    padding: 3px 0 3px 5px;
}
.ie6 #left_col ul.listings li {
    background: url(../images/listings-div.gif) 1px bottom no-repeat;
    zoom: 1;
}
.ie7 #left_col ul.listings li { zoom: 1 }
#left_col ul.listings li.last { background: none }
#left_col ul.listings li a, #left_col ul.listings li span {
    display: block;
    color: #000;
    padding-left: 8px;
    outline: none;
    background: url(../images/arrow-listings.gif) 0 6px no-repeat;
}
#left_col ul.listings li a:hover{
    color: grey;
}

#left_col ul.listings ul { padding: 3px 0 }
#left_col ul.listings ul li {
    background: none;
    padding: 0 0 0 10px;
}
.ie6 #left_col ul.listings ul li, .ie7 #left_col ul.listings ul li {
    background: none;
    padding: 0 0 0 10px;
}
#left_col ul.listings ul li a { background-image: url(../images/bullet-listings.gif) }
/* top events module */
#top_events.module .inner {
    padding:10px;
	background:white;
}
/* live now module */
#live_now.module h3 { color: #ffb612 }
#live_now.module .inner {
    padding: 0 0;
    background: #000;
}
#live_now ul.event_listings {
    margin: 0;
    list-style: none;
    background: #000 url(../images/nav/sub-bg.gif) left top no-repeat;
}
#live_now ul.event_listings li {
    padding: 0;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#live_now ul.event_listings li.last {
    background: none;
    border-bottom: none;
}
#live_now ul.event_listings li a, #live_now ul.event_listings li span {
    display: block;
    color: #fff;
    padding: 6px 0 6px 18px;
    outline: none;
    border-left: 4px solid #fae900;
    background: url(../images/arrow-light.gif) 8px 11px no-repeat;
}
#live_now ul.event_listings li span {
    font-style: italic;
    border-left: 4px solid #a8a8a8;
}
#nav.module .inner {
    padding: 0 0 4px;
    background-color: #000;
}
#services.module .inner {
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #e6e6e6, #f6f6f6);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e6e6e6),color-stop(1, #f6f6f6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#f6f6f6');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e6e6e6', EndColorStr='#f6f6f6')";
}
a#press_release, a#news_feeds {
    font-size: 15px;
    height: 20px;
    line-height: 18px;
    padding: 5px 5px 5px 31px;
    background:#303030;
}
a#press_release { background-position: 7px 4px }
a#news_feeds { background-position: 7px -35px }
#nav ul.menu { }
.ie6 #nav ul.menu li, .ie7 #nav ul.menu li { zoom: 1 }
#nav ul.menu li a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 13px;
    outline: none;
    background: #303030;
    border-right: solid 1px #646464;
    border-left: solid 1px #777777;
}

#nav ul.menu li a.children img {
    margin-top: 8px;
    float: right;
}

#nav ul.menu li a.level2 {
    background: none 0 no-repeat;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

#nav ul.menu li a.open { background-position: 0 -24px }
#nav ul.menu ul {
    padding: 5px 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid grey;
}
#nav ul.menu ul.level2 {
    padding: 5px 0;
    margin-left: 5px;
    border-bottom: 1px solid #000;
 	background:#000;
}
#nav ul.menu ul li { padding-left: 13px }
#nav ul.menu ul li a {
    height: auto;
    line-height: 16px;
    padding-right: 13px;
    background: 0 6px no-repeat;
    border: none;
}
#nav ul.menu ul li a span {
    font-size: 10px;
    color: #d3b300;
}

#nav ul.menu li a .expand.rotate,
#nav ul.menu ul li .expand.rotate {
    transform: rotate(-180deg);
}

#nav ul.menu ul li .expand.rotate:hover,
#nav ul.menu ul li .expand:hover {
    cursor: pointer;
}

#nav ul.menu li a .expand {
    top: 0rem !important;
    padding-right: 0px !important;
}

#nav ul.menu ul li .expand {
    margin-right: 20px;
}

#nav ul.menu li a .expand,
#nav ul.menu ul li .expand {
    transition: .10s;
    float: right;
    top: -0.75rem;
    position: relative;
}

.live_nav ul.menu { }
.ie6 .live_nav ul.menu li, .ie7 .live_nav ul.menu li { zoom: 1 }
.live_nav ul.menu li a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 13px;
    outline: none;
    background:#303030 url(../images/nav/item-bg.png) 150px 10px no-repeat;
}
.live_nav ul.menu li a.open { background-position: 0 -24px }
.live_nav ul.menu ul {
    padding: 5px 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid grey;
}
.live_nav ul.menu ul li { padding-left: 13px }
.live_nav ul.menu ul li a {
    height: auto;
    line-height: 16px;
    padding-right: 13px;
    background: 0 6px no-repeat;
}
.live_nav ul.menu ul li a span {
    font-size: 10px;
    color: #d3b300;
}
#content {
    float: left;
    width: 560px;
    display: inline;
    margin-left: 10px;
}
.single_col #content { width: 800px }
#content a, td.betLink, li.betLink {
    color: #ffb612;
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize;
}

td.betLink, li.betLink {
    border: 1px solid #252525;
    list-style-type: none;
    background: none;
}

#content a:hover, td.betLink:hover, li.betLink:hover  { color: #fff }
#content h1, #content h2 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 8px 12px;
    height: 28px;
    background: grey;
}
.ie8 #content h1, .ie8 #content h2 {
    padding: 2px 12px 1px;
    height: 25px;
}
#content h2.smaller {
    font-size: 13px;
    text-transform: none;
}
.single_col #content h1, .single_col #content h2 { background-image: url(../images/bg-title-wide.gif) }

#content h3 {
    font-size: 17px;
    line-height: 1.1;
    padding: 8px;
    background:#444;
}
.title-block .emphasis {
	background:none !important;
}
#content h4 {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 0.8em;
}
#content h5 {
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0.6em;
}
#content .header_extra { position: relative }
#content .header_extra a, #content .header_extra span, #content .header_extra iframe {
    position: absolute;
    right: 12px;
    top: -22px;
}
#content .header_extra iframe {
    right: 0;
    top: -30px;
}
#content .breadcrumbs {
    color: #a5a4a4;
    padding: 0 20px;
    height: 28px;
    line-height: 26px;
    border-bottom: 1px solid #000;
    background: url(../images/bg-title.gif) no-repeat;
}
#content p { margin-bottom: 1.2em }
#content ul { margin-bottom: 1.2em }
#content ul li {
    padding-left: 11px;
    /*background: url(../images/arrow-ul.gif) 0 0.5em no-repeat;*/
    overflow: hidden;
}
#content ul.column { }
#content ul.column li {
    float: left;
    width: 154px;
    padding-left: 11px;
}
#content ul.column li.even { clear: both }
#content div.featured_banner {
    margin-bottom: 9px;
    height: 103px;
    position: relative;
}
#content div.featured_banner.liveinplay { background: url(../images/content/live-in-play.gif) no-repeat }
#content div.featured_banner.inplaydiary { background: url(../images/content/in-play-diary.gif) no-repeat }
#content div.featured_banner h1 { display: none }
#content div.featured_banner a {
    position: absolute;
    top: 0;
    right: 0;
}
/* pagination */
#content div.pagination {
    text-align: right;
    color: #5a5a5a;
    margin-bottom: 1.2em;
    border-top: 1px solid #636363;
    padding-top: 10px;
}
#content div.pagination a {
    color: #fff;
    padding: 5px;
}
#content div.pagination a:hover { color: #ffb612 }
#content div.pagination b { padding: 5px }
#content .std_content {
    border: 1px solid #303030;
    padding: 17px 19px 3px;
    margin-bottom: 12px;
    background: #000 url(../images/bg-table.gif) left top repeat-x;
}
#content .flush_content {
    border: 1px solid #303030;
    padding: 17px 0 3px;
    margin-bottom: 12px;
    background: #000 url(../images/bg-table.gif) left top repeat-x;
}
#content .alt_content {
    border: 1px solid #303030;
    padding: 13px 10px 9px 10px;
    margin-bottom: 12px;
    background: #303030;
}
#content .altflush_content {
    border: 1px solid #303030;
    padding: 2px 0 9px 0;
    margin-bottom: 12px;
    background: #303030;
}
#content .live_content {
    border: 1px solid #000;
    padding: 12px 10px 9px 10px;
    margin-bottom: 12px;
    background: #007a4d url(../images/bg-livecontent.gif) left top repeat-x;
}
#content .nonlive_content {
    padding: 12px 10px 9px 10px;
    margin-bottom: 12px;
    background:#303030;
}
#content .headerBtns {
    position: absolute;
    right: 4px;
    top: -30px;
}
#content .headerBtns a {
	background:#ffb612;
	color:white;
	padding:6px;
	border-radius:4px;
	margin-right:12px;
}

#content .headerBtns a.selected {
	background: #007a4d;
	color:white !important;
}
#content .headerBtns a.live { color: white }
/* payment logos */
#content ul.payment { margin: 0 }
#content ul.payment li {
    float: left;
    margin: 0 3px 6px 0;
    padding: 0;
    background: none;
}
#content ul.payment li a {
    float: left;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/foot_logos/logos.gif);
}
#content ul.payment li a.mc {
    width: 55px;
    background-position: 0 0;
}
#content ul.payment li a.maestro {
    width: 48px;
    background-position: -55px 0;
}
#content ul.payment li a.visa {
    width: 55px;
    background-position: -106px 0;
}
#content ul.payment li a.visaelec {
    width: 52px;
    background-position: -161px 0;
}
#content ul.payment li a.ukash {
    width: 71px;
    background-position: -216px 0;
}
#content ul.payment li a.fnb {
    width: 108px;
    background-position: -287px 0;
}
#content ul.payment li a.mimoney {
    width: 102px;
    background-position: -398px 0;
}
#content ul.payment li a.fastbank {
    width: 71px;
    background-position: -503px 0;
}
#content ul.payment li a.fastbank_dep {
    width: 76px;
    background-position: -577px 0;
}
#content ul.payment li a.sidpay {
    float: none;
}
#content ul.payment li a.ipay {
    float: none;
}

#content ul.payment li a.Onevoucher {
    float: none;
}

.sidpay img,
.ipay img,
.Onevoucher img {

    display: block;
    margin-top: 0.25rem;

}

#content a.payment_icn {
    float: left;
    display: inline;
    margin-right: 3px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/foot_logos/logos.gif);
}
#content a.payment_icn.mc {
    width: 55px;
    background-position: 0 0;
}
#content a.payment_icn.maestro {
    width: 48px;
    background-position: -55px 0;
}
#content a.payment_icn.visa {
    width: 51px;
    background-position: -106px 0;
}
#content a.payment_icn.visaelec {
    width: 52px;
    background-position: -161px 0;
}
#content a.payment_icn.ukash {
    width: 71px;
    background-position: -216px 0;
}
#content a.payment_icn.fnb {
    width: 108px;
    background-position: -287px 0;
}
#content a.payment_icn.mimoney {
    width: 102px;
    background-position: -398px 0;
}
#content a.payment_icn.fastbank {
    width: 71px;
    background-position: -503px 0;
}
#content a.payment_icn.fastbank_dep {
    width: 76px;
    background-position: -577px 0;
}
/* std form elements */
#content .inputBtn { }
#content .inputText, #content textarea, #content select {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: black;
    border: none;
    background: white;
    margin-top: 12px 
}

.addToSlip { 
	color:white !important; 
	background: #007a4d; 
	padding:10px; 
	border-radius:4px; 
	border:none; 
	margin:10px;
}
	
#toteData table tr td input[name=btnClear]{
	color:white !important;
	background: #de3831;
	border:none;
	border-radius:4px;
	padding: 10px;
}
#content .inputText {
    padding-top: 4px;
    outline: none;
}
/* std form */
#content form.std_form { }
#content form.std_form .field {
    padding-bottom: 8px;
    position: relative;
}
.ie6 #content form.std_form .field, .ie7 #content form.std_form .field {
    zoom: 1;
    padding-bottom: 5px;
}
/* compensating for extra gaps around form elements in chrome/safari  */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #content form.std_form .field { padding-bottom: 4px }
}
#content form.std_form .field label {
    float: left;
    width: 75px;
    display: inline;
    padding-top: 0.3em;
    color: #e1e1e1;
}
#content form.std_form .field.checkbox label, #content form.std_form .field.radio label {
    display: block;
    float: none;
    width: auto;
}
#content form.std_form .field.checkbox input, #content form.std_form .field.radio input {
    float: left;
    width: 20px;
}
#content form.std_form .field select {
    margin-left: 11px;
    width: 249px;
}
#content form.std_form .field textarea, #content form.std_form .field .inputText {
    margin-left: 11px;
    width: 241px;
}
#content form.std_form .field span.error, #content form.std_form .field span.avail, #content form.std_form .field span.not_avail {
    display: block;
    margin-left: 87px;
    width: 249px;
    color: #DE3831;
    font-weight: bold;
    padding-top: 2px;
}
#content form.std_form .field span.avail { color: #3aeb70 }
#content form.std_form .field .inputBtn { margin-left: 87px }
#content form.std_form .field .req {
    position: absolute;
    top: 0.3em;
    left: 347px;
    font-style: italic;
    color: #7e7e7e;
}
/* std table */
#content table.stdTable {
    width: 100%;
    color: #e1e1e1;
    margin-bottom: 14px;
}
#content table.stdTable th {
    text-align: left;
    padding: 3px 10px;
    background: #4c4c4c url(../images/bg-history-header.gif) left bottom repeat-x;
}
#content table.stdTable td { padding: 8px 10px }
#content table.stdTable tr.odd td {
    padding: 4px 10px;
    background: #151515;
}
#content table.stdTable th.name { width: 200px }

.payment-options table.stdTable {
    margin-bottom: 0 !important;
}

.payment-options table.stdTable td {
    background: #4c4c4c !important;
    border-right: solid 1px black;
    padding: 10px !important;
    width: 16%;
}

.payment-options table.stdTable td:nth-last-child(2) {
    border-right: none;
}

.payment-options table.stdTable td span {
    display: inherit;
    font-weight: 900;
}

.payment-options table.stdTable td:first-child {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    padding-left: 0 !important;
}

.payment-options table.stdTable td:first-child span {
    color: #ffb612;
    font-style: italic;
    font-weight: 900;
    display: inline-block;
}

.payment-options table.stdTable td span + span {
    color: #9c9c9c !important;
}

.payment-options table.stdTable td:last-child {
    border-right: none;
    padding-right: 0 !important;
    width: 100%;
    flex: auto;    
}

.payment-options table.stdTable tr {
    background-color: #4c4c4c;
    overflow: hidden;
    margin: 0 0.5rem 0.5rem;
    padding: 0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.payment-options table.stdTable tr:last-child {
    padding-bottom: 0 !important;
}

#right_col {
    float: right;
    display: inline;
    width: 230px;
    margin-left: 10px;
}
#right_col .module {
    position: relative;
    margin-bottom: 10px;
}
#right_col .module .inner { background: #000 }
#blockBettingSlip.module { }
#blockBettingSlip.module .inner {
    padding:4px;
    font-size: 10px;
    line-height: 1.1;
    background: #cccccc left top no-repeat;
}
#blockBettingSlip.module h3 {
    height: 38px;
    width: 222px;
    margin-bottom: 1px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    background: url(../images/modules/slip-header.gif) no-repeat;
}
#blockBettingSlip.module h3 a {
    position: absolute;
    top: 9px;
    left: 159px;
    width: 55px;
    height: 23px;
}
#blockBettingSlip.module table.header {
    background-color: #303030;
}
#blockBettingSlip.module table.header th {
    padding: 3px 3px 4px;
    text-align: left;
    color: #d3d3d3;
}
#blockBettingSlip.module table.header th strong { color: #fff }
#blockBettingSlip.module table.header th.selections { padding-left: 20px }
#blockBettingSlip.module table.header th.odds { width: 38px }
#blockBettingSlip.module table.header th.ew { width: 30px }
#blockBettingSlip.module table.header th.stake {
    text-align: right;
    padding-right: 8px;
}
#blockBettingSlip.module table.bet_select {
    margin: 3px 5px;
    color: #414141;
    width: 212px;
}
#blockBettingSlip.module table.bet_select td {
    padding: 1px;
    vertical-align: middle;
}
#blockBettingSlip.module table.bet_select td.club { font-size: 11px }
#blockBettingSlip.module table.bet_select td.club a.tooltip {
    font-weight: normal;
    color: #414141;
}
#blockBettingSlip.module table.bet_select td.stake { }
#blockBettingSlip.module table.bet_select td.win {
    width: 43px;
    text-align: right;
}
#blockBettingSlip.module table.bet_select a {
    color: #ffb612;
    font-weight: bold;

}

#blockBettingSlip.module table.bet_select span {
    display: block;
    max-width: 100% !important;
}

#blockBettingSlip.module table.bet_select a.bet_max { padding-left: 1px }
#blockBettingSlip.module table.bet_select img { vertical-align: baseline }
#blockBettingSlip.module table.bet_select .hilite { background-color: #f5c81f }
#blockBettingSlip.module table.bet_select .inputSlip {
    border: 1px solid #aeaeae;
    padding: 2px;
    margin: 0 0 0 1px;
    width: 50px;
    color: #444;
}
#blockBettingSlip.module .multibet_header {
    color: white;
    background-color: #303030;
    padding: 3px;
    margin-bottom: 1px;
    cursor: pointer;
}
#blockBettingSlip.module .multibet_header span {
    padding-left: 19px;
    background: url(../images/arrow-down.gif) 8px 5px no-repeat;
}
#blockBettingSlip.module table.bet_multiple {
    margin: 3px 5px 4px;
    color: #303030;
    width: 212px;
}
#blockBettingSlip.module table.bet_multiple th {
    padding: 3px 1px;
    vertical-align: middle;
}
#blockBettingSlip.module table.bet_multiple tr {
    display: block;
}
#blockBettingSlip.module table.bet_multiple tr + tr {
    margin-top: 10px;
}
#blockBettingSlip.module table.bet_multiple th.type { text-align: left }
#blockBettingSlip.module table.bet_multiple td {
    padding: 1px;
    vertical-align: middle;
}
#blockBettingSlip.module table.bet_multiple td.number { text-align: right }
#blockBettingSlip.module table.bet_multiple a {
    color: #002395;
    font-weight: bold;
}
#blockBettingSlip.module table.bet_multiple a.bet_max { padding-left: 1px }
#blockBettingSlip.module table.bet_multiple .inputSlip {
    border: 1px solid #aeaeae;
    padding: 2px;
    margin: 0 0 0 1px;
    width: 57px;
    color: #444;
}
#blockBettingSlip.module table.bet_multiple a.conflicted { color: #007a4d }
#blockBettingSlip.module table.bet_changes {
    margin: 3px 5px 4px;
    color: #414141;
    width: 212px;
}
#blockBettingSlip.module table.bet_changes td {
    padding: 3px 1px;
    vertical-align: middle;
}
#blockBettingSlip.module table.bet_changes td.notice { line-height: 1.1 }
#blockBettingSlip.module table.bet_changes td.notice img {
    float: left;
    display: inline;
    margin-right: 7px;
}
#blockBettingSlip.module table.bet_changes td.button { text-align: right }
#blockBettingSlip.module table.bet_changes a.remove {
    color: #000;
    font-weight: bold;
    white-space: nowrap;
}
#fund_bet { display: none }
#guarantee.module { }
#guarantee.module h3 {
    padding: 7px 100px 7px 11px;
    background: grey;
}
#guarantee.module .badge {
    position: absolute;
    width: 92px;
    height: 92px;
    top: -8px;
    right: 0;
    background: url(../images/modules/guarantee-badge.png) no-repeat;
}
#guarantee.module .inner {
    padding: 10px 19px 15px 10px;
    background:#303030;
    
}
#guarantee.module ul { margin-bottom: 2px }
#guarantee.module ul li {
    padding-left: 15px;
    background: url(../images/icns/tick.gif) 0 4px no-repeat;
}
.ie6 #guarantee.module ul li, .ie7 #guarantee.module ul li { zoom: 1 }
#guarantee.module ul li span {
    display: block;
    padding: 0 0 4px;
    margin-top: 3px;
    background:  left bottom no-repeat;
}
.ie6 #guarantee.module ul li span { background-image: }
#bonus.module .inner {
    padding: 10px 10px 10px 15px;
    border: 1px solid #fff;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #e2e2e2, #ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e2e2e2),color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ffffff')";
}
#bonus.module p.title {
    font-size: 20px;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
}
#bonus.module p.title strong { color: #ffb612 }
#bonus.module a {
    font-size: 12px;
    color: #acacac;
    font-weight: bold;
    line-height: 16px;
}
#newsletter.module .inner {
    border: 1px solid #383838;
    padding: 10px 15px 15px;
}
#newsletter.module p.title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px;
}
#newsletter.module p.title strong { color: #ffb612 }
#newsletter_form { }
#newsletter_form .inputText {
    float: left;
    display: inline;
    margin: 0 5px 9px 0;
    padding: 4px 6px;
    width: 80px;
    background: #000;
    border: 1px solid #c2c2c2;
}
#newsletter_form .inputText:hover, #newsletter_form .inputText:focus { border-color: #888 }
#newsletter_form .inputBtn {
    clear: both;
    vertical-align: middle;
    margin-right: 3px;
}
#newsletter_form a {
    font-size: 10px;
    color: #c5c0c0;
}
#followus.module { padding: 0 15px }
#followus.module p.title {
    font-size: 18px;
    border-bottom: 3px solid #868686;
    margin: -5px 0 5px;
}
#followus.module p.title strong { color: #ffb612 }
#followus.module a {
    font-size: 14px;
    float: left;
    display: inline;
    height: 34px;
    line-height: 30px;
    padding-left: 37px;
    background: 0 0 no-repeat;
}
#followus.module a:hover { text-decoration: none }
#followus.module a.facebook {
    background-image: url(../images/icns/facebook.png);
    margin-right: 15px;
}
#followus.module a.twitter { background-image: url(../images/icns/twitter.png) }
#footer {
    height: 340px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: #969696;
    background: #303030;
}
#footer .inner {
    width: 980px;
    margin: 0 auto;
    padding-top: 30px;
}
#footer .col_1 {
    float: left;
    width: 668px;
}
#footer .footer_links {
    float: left;
    width: 363px;
}
#footer .footer_links li {
    float: left;
    width: 166px;
    padding: 3px 0 5px;
    border-top: 1px solid #b3b3b3;
    margin-right: 15px;
    display: inline;
}
#footer .footer_links li.first { border-top: 0 }
#footer .footer_links li a { color: #bcbcbc }
#footer .footer_links li a:hover { color: #fff }
#footer .betting_links {
    float: right;
    width: 276px;
}
#footer .betting_links strong {
    display: block;
    color: #e2e2e2;
    margin-bottom: 5px;
}
#footer .betting_links ul { list-style: circle }
#footer .betting_links ul li {
    margin-left: 15px;
    float: left;
    width: 120px;
}
.ie6 #footer .betting_links ul li, .ie7 #footer .betting_links ul li {
    margin-left: 0;
    padding-left: 15px;
    background: url(../images/bullet.gif) 2px 6px no-repeat;
}
#footer .betting_links ul li a { color: #bcbcbc }
#footer .betting_links ul li a:hover { color: #fff }
#footer .copyright {
    clear: both;
    padding: 15px 0 0;
    height: 1%;
}
#footer .copyright img {
    float: left;
    margin-right: 18px;
}
#footer .copyright p { padding-top: 13px }
#footer .logos {
    float: right;
    width: 296px;
}
#footer ul.payment {
    margin: 3px 0 53px;
    position: relative;
    right: -10px;
}
#footer ul.payment li {
    float: left;
    margin: 0 3px 6px 0;
}
#footer ul.payment li span {
    float: left;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/foot_logos/logos.gif);
}
#footer ul.payment li span.mc {
    width: 52px;
    background-position: 0 -37px;
}
#footer ul.payment li span.maestro {
    width: 48px;
    background-position: -55px -37px;
}
#footer ul.payment li span.visa {
    width: 52px;
    background-position: -106px -37px;
}
#footer ul.payment li span.visaelec {
    width: 52px;
    background-position: -161px -37px;
}
#footer ul.payment li span.ukash {
    width: 68px;
    background-position: -216px -37px;
}
#footer ul.payment li span.fnb {
    width: 108px;
    background-position: -287px -37px;
}
#footer ul.payment li span.mimoney {
    width: 102px;
    background-position: -398px -37px;
}
#footer ul.payment li span.fastbank {
    width: 65px;
    background-position: -503px -37px;
}
#footer ul.payment li span.mc:hover { background-position: 0 0 }
#footer ul.payment li span.maestro:hover { background-position: -55px 0 }
#footer ul.payment li span.visa:hover { background-position: -106px 0 }
#footer ul.payment li span.visaelec:hover { background-position: -161px 0 }
#footer ul.payment li span.ukash:hover { background-position: -216px 0 }
#footer ul.payment li span.fnb:hover { background-position: -287px 0 }
#footer ul.payment li span.mimoney:hover { background-position: -398px 0 }
#footer ul.payment li span.fastbank:hover { background-position: -503px 0 }
#footer ul.security { }
#footer ul.security li { float: left }
#footer ul.security li.thawte { margin-right: 19px }
#footer p.small { margin-top: 1em }
#tooltip {
    position: absolute;
    z-index: 3000;
    padding: 3px;
    border: 1px solid #aeaeae;
    color: #000;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
    width: 130px;
    max-width: 130px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #dfdfdf),color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dfdfdf', EndColorStr='#ffffff')";
    -moz-box-shadow: 2px 2px 3px #d3d3d3; /* FF3.5+ */
    -webkit-box-shadow: 2px 2px 3px #d3d3d3; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 3px #d3d3d3; /* Opera 10.5, IE 9 */
}


/* New footer*/

/* footer Menu */

footer {
	margin: 20px 0 ;
	background: #303030;
	width: 100%;
	position: relative;
	z-index: 1;
    float: left;
}

footer .cssmenu,
footer .cssmenu ul,
footer .cssmenu ul li,
footer .cssmenu ul li a,
footer .cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

footer .cssmenu:after,
footer .cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
footer .cssmenu #menu-button {
    display: none;
}
footer .cssmenu {
    width: auto;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
    position: relative;
    display: inline-block;  
    float: none;
    width: 100%;
    text-align:center
}
footer #menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
footer .cssmenu > ul > li {

    display: inline-block;
    float: none;
}
footer .cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
footer .cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
footer .cssmenu.align-center ul ul {
    text-align: center;
}
footer .cssmenu.align-right > ul > li {
    float: right;
}
footer .cssmenu.align-right ul ul {
    text-align: center;
}
footer .cssmenu > ul > li > a {
    text-align: center;
    display: inline-block;
    float: none;
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    color: #9d9d9d;
    display: inline-block;  float: none;
    background: #303030;
    /* -webkit-transition: color .2s ease; */
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
footer .cssmenu > ul > li:hover > a,
footer .cssmenu > ul > li.active > a {
    color: #fff;
    background: url(../images/landingpage/line.png) no-repeat;
    margin-top: -8px;
    line-height: 28px;
    background-size: 100% 1px;
    background-position:bottom;
    height: 50px;
    width: 100%;
}
footer .cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
footer .cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
footer .cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}
footer .cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
footer .cssmenu li:hover > ul {
    left: auto;
}
footer .cssmenu.align-right li:hover > ul {
    right: 0;
}
footer .cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
footer .cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
footer .cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
footer .cssmenu ul li:hover > ul > li {
    height: 32px;
}
footer .cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
footer .cssmenu ul ul li:hover > a,
footer .cssmenu ul ul li a:hover {
    color: #ffffff;
}
footer .cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
footer .cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
footer .cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

footer .container{
	background:#303030;
  	padding-right: 15px;
  	padding-left: 15px;
  	margin-right: auto;
  	margin-left: auto;
	width:1170px;
}


a.footerlinks:hover{
    color:white !important;
}

a.footerlinks{
    color:#ccc !important;
}

.margin_cssmenu .cssmenu > ul > li > a{
	font-size:10px;
}
.margin_cssmenu .cssmenu > ul > li > a:hover{
	margin-top:-10px;
}

.margin_cssmenu .cssmenu li{
	color:white;
	font-size:12px;
}

.clear{
	clear:both;
}

.badgesall{
	float:left;
	width:200px;
}

.badgespay {
	float:right;
	width:171px;
	margin-right:-15px;
}

.badges {
	float:left;
	padding-right: 10px;
	margin-top: -10px;
}

.textone {
	float:left;
	font-size:10px;
	color:#9d9d9d;
	width:630px;
	padding: 0 60px 0 60px;
	margin-top:-10px;
	text-align:center;
}

.blockcenter{
	margin-left:auto;
	margin-right:auto;
    width:720px;
}

.visa{
margin-top:0px;
}

footer .visa{
    margin-top:25px;
}

.company{
	margin-top:20px;
	}



/* End Footer */



#tooltip h3 {
    background: #000000;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    padding: 2px;
    margin-bottom: 2px;
}
#tooltip.alt {
    border: 1px solid #484848;
    text-align: left;
    line-height: 1.2;
    width: 170px;
    max-width: 170px;
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #373737, #000000);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #373737),color-stop(1, #000000));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#373737', EndColorStr='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#373737', EndColorStr='#000000')";
    -moz-box-shadow: 0 0 0 #d3d3d3; /* FF3.5+ */
    -webkit-box-shadow: 0 0 0 #d3d3d3; /* Saf3.0+, Chrome */
    box-shadow: 0 0 0 #d3d3d3; /* Opera 10.5, IE 9 */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
#tooltip.alt h3 {
    background: none;
    color: #fff;
    text-align: left;
    font-size: 10px;
    padding: 2px 4px;
}
/* User Newsletter Subscription alert box */
.news_subscribe_results {
    display: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    color: #414141;
    font-weight: normal;
    padding: 7px;
    margin: 5px 0;
}
#block-logout {
    padding: 10px;
    position: relative;
    top: 6px;
    right: 0px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    color: #414141;
    float: right;
    width: 256px;
}
#block-logout a, #block-logout a:visited {
   color:#de3831;
   font-weight: bold;
}
#block-logout a:hover { text-decoration: underline }
.block div.footer_inner, .blockRight div.footer_inner { display: none }
.message-error {
    color: #DE3831;
    font-weight: bold;
    border: 1px solid #632323;
    padding: 5px 10px;
}
.message-info {
    color: #ffb612;
    font-weight: bold;
    border: 1px solid #FCF068;
    padding: 5px 10px;
}

.message-info .refNumber {
    color: #FFFFFF;
}

.live_content a.betLink.nogo, .live_content a.betLink.nogo:visited, .live_content a.betLink.nogo:hover {
    background: url("../images/cell-live-bg.gif") repeat-x scroll left -30px #027525 !important;
    border: 1px solid #525252 !important;
    color: #fff !important;
    display: inline !important;
    float: left !important;
    cursor: default !important;
    outline: 0 none !important;
    border-color: #007a4d #004817 #004817 #007a4d !important;
}
.live_content a.betLink.nogo strong.odds {
    color: #DE3831 !important;
    text-decoration: line-through !important;
}
.nonlive_content a.betLink.nogo, .nonlive_content a.betLink.nogo:visited, .nonlive_content a.betLink.nogo:hover {
    background: url(../images/cell-bg.gif) repeat-x scroll left -30px #000000 !important;
    border: 1px solid #525252 !important;
    color: #fff !important;
    display: inline !important;
    float: left !important;
    cursor: default !important;
    outline: 0 none !important;
}
.nonlive_content a.betLink.nogo strong.odds {
    color: #DE3831 !important;
    text-decoration: line-through !important;
}
h2.live_spread {
    background: url("../images/cell-live-bg.gif") repeat-x scroll left -30px #027525 !important;
    -moz-border-radius: 7px 7px 0 0 !important;
    border: 1px solid #007a4d !important;
    border-color: #007a4d #004817 #004817 #007a4d !important;
}
.live_content .bdr_btm {
    border: 1px solid #007a4d !important;
    border-color: #007a4d #004817 #004817 #007a4d !important;
}
.live_content .bdr_btm input {
    background: #007a4d !important;
    border: 1px solid #10CE4A !important;
}
#nav ul.menu li.none_found span, #live_now ul.menu li.none_found span {
    background: url("../images/arrow-light.gif") no-repeat scroll 8px 11px transparent;
    border-left: 4px solid #A8A8A8;
    color: #FFFFFF;
    display: block;
    outline: medium none;
    padding: 6px 0 6px 18px;
    font-style: italic;
}
a.date_selecter { cursor: pointer }
p.bet-note {
    padding: 5px;
    color: #414141;
    margin-bottom: 5px;
}
p.bet-note a, p.bet-note a:visited {
    color: #414141;
    text-decoration: none;
}
p.bet-note a:hover {
    color: #414141;
    text-decoration: underline;
}
#fica_warning {
    position: absolute;
    top: 106px;
    right: 135px;
}
#fica_warning a {
    color: #ffb612;
    font-weight: bold;
}
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
 @media print { 
    * {
        background: transparent !important;
        color: #444 !important;
        text-shadow: none;
    }
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after { content: " (" attr(href) ")" }
    abbr:after { content: " (" attr(title) ")" }
    .ir a:after { content: "" }
    /* Don't show links for images */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    img { page-break-inside: avoid }
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) { 
    /* Prevent iOS, WinMobile from adjusting font size */
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }
}
#guide.module { }
#guide.module .inner {
    padding: 10px 10px 33px 15px;
    border: 1px solid #fff;
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #e2e2e2, #ffffff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e2e2e2),color-stop(1, #ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ffffff');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e2e2e2', EndColorStr='#ffffff')";
}
#guide.module p.title {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    margin-bottom: 1px;
    width: 130px;
}
#guide.module p.title strong { color: #ffb612 }
#guide.module a.register {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 230px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../images/btns/reg-today.gif) 0 0 no-repeat;
}
#guide.module .guide {
    position: absolute;
    bottom: 27px;
    right: -17px;
    display: block;
    width: 113px;
    height: 108px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(../images/guide.png) 0 0 no-repeat;
}
/******Lucky numbers**********/
.luckyGrid table {

    border-spacing: 3.5px;
    /*background: #efefef;*/

}

.luckyGrid table tr td {

    background: none;
    padding: 2.5px;

}

.luckyGrid table tr td span {

    background: #2E2E2E;
    padding: 3px;
    height: 23px;
    width: 23px;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 100%; /* Firefox */
    -webkit-border-radius: 100%; /* Safari, Chrome */
    border-radius: 100%; /* universal */
    border: 1px solid #ddd;
    -moz-box-shadow: 0 9px 11px -7px #444;
    -webkit-box-shadow: 0 9px 11px -7px #444;
    box-shadow: 0 9px 11px -7px #444;
    cursor: pointer;
    line-height: 20px;

}

.luckyGrid table tr td:hover { }

.luckyGrid table tr td.selected span {

    color: #fff;
    border: #000;
    font-weight: bold;

}
/* RedBall */
.luckyGrid table tr td.selected.row1 span {

    background: #f02e2e; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(240,46,46)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%); /* W3C */
    border: solid thin rgba(153,46,46,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02e2e', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Blue Ball */
.luckyGrid table tr td.selected.row2 span {

    background: #358fc9; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(53,143,201,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    border: solid thin rgba(0,0,255,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358fc9', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Purple Ball */
.luckyGrid table tr td.selected.row3 span {

    background: #800080; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(128,0,128,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(128,0,128,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(128,0,128,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(128,0,128,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(128,0,128,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(128,0,128,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    border: solid thin rgba(128,0,128,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800080', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Green Ball */
.luckyGrid table tr td.selected.row4 span {

    background: #008000; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(0,128,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,128,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(0,128,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(0,128,0,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(0,128,0,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(0,128,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    border: solid thin rgba(0,128,0,1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* Yellow Ball */
.luckyGrid table tr td.selected.row5 span {

    background: #fff53d; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(255,245,61,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,245,61,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(255,245,61,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(255,245,61,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(255,245,61,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(255,245,61,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    border: solid thin rgba(255,245,61,1);
    color: #000;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff53d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.select_lucky {

    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: medium none;
    color: #000 !important;
    float: right;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0;
    padding: 2px 9px;
    width: auto;

}

.select_lucky:hover { 
    color: #ffb612 !important; 
}

.bet-items {

    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    padding: 5px;

}

.addToSlip { 

	color:white !important; 
	background: #007a4d; 
	padding:10px; 
	border-radius:4px; 
	border:none; 
	margin:10px;

}

/*no class was available*/	
#toteData table tr td input[name=btnClear] {

	color:white !important;
	background: #de3831;
	border:none;
	border-radius:4px;
	padding: 10px;

}
	
#toteData th {
  padding: 0 4px;
}

li.betLink {

  padding: 5px;
  padding-left: 0;

}

#toteData .selected {

    background: #D6C90D !important;
    color: #000;
}

#toteData .selected a, #toteData .selected span {
    color: #000;
}

.horse-price {

    color: #fff;
    float: right;

}

.exotics td {

    max-width: 40px;
    word-wrap: break-word;

}

#toteData .selected {

    background: #D6C90D !important;
    color: #000;

}

#toteData .selected a, #toteData .selected span{
    color: #000;
}

.place-bet > input {
  color: hsl(0, 0%, 0%);
}

.affiliate-table-header, .affiliate-table-content {

    text-align: right;
    padding: 2px;

}

.affiliate_report_full th {

   padding: 3px 2px !important;
   text-align: right !important;
   font-weight: normal !important;

}

.affiliate_report_full td {

   padding: 8px 2px !important;
   text-align: right !important;

}


/*bethome*/

/* live bet scoring */	
	#content .liveScoring{
		margin-bottom:9px !important; padding:0 5px 3px !important; min-height:100px !important;      
		border:1px solid #000 !important;
		background:#303030 top left repeat-x !important;}
	#content .liveScoring p.title{height:21px !important; line-height:21px !important; margin-bottom:4px !important;
		text-transform:uppercase !important; text-align:center !important; font-size:11px !important;}
		
	#content .liveScoring .num,
	#content .liveScoring .num2{float:left !important; width:23px !important; height:23px !important; line-height:23px !important;
		text-align:center !important; font-size:19px !important;
		background:#030303 0 0 no-repeat !important;
		border:1px solid grey !important;	}	

	#content .liveScoring .num2{position:relative !important; left:-1px !important; top:0 !important; margin-right:2px !important;}

		/* tennis */	
	#content .liveScoring.tennis .sets{float:left; width:120px; margin-right:3px; margin-left:4px;}	
	#content .liveScoring.tennis .vs{float:left; width:273px; border:1px solid #858585;}

	#content .liveScoring.tennis table{width:100% !important;}
	#content .liveScoring.tennis table th{text-align:center; line-height:1; font-size:10px; padding-bottom:4px; padding-right:1px;}
	#content .liveScoring.tennis table td{padding-bottom:5px;}	
	
		#content .liveScoring.tennis .vs p{
			margin-bottom:0 !important; 
			line-height:22px !important; 
			color: white !important; 
			font-weight:bold !important; 
			text-align:center !important;
            float: left;
            width: 100%;
            display: block;
			}
		#content .liveScoring.tennis .vs p.name{
			height:22px !important;
			}
		#content .liveScoring.tennis .vs p.name.serving:before{
			background-position:center bottom !important;
            content: '';
            background: url('../images/icns/serving.png');
            height: 20px;
            width: 20px;
            display: inline-block;
            margin-right: 6px;
            float: left;
            margin-left: 34%;

			}
        #content .liveScoring.tennis .vs p.name.serving{
            text-align: left!important;
            margin: 4px 0;
        }

		#content .liveScoring.tennis .vs p.v{
			height:23px !important; 
			background:grey !important; 
		}
tennis td {height:25px; vertical-align:middle !important;}
#content .liveScoring.tennis .vs p.name{height:22px; background:none !important}
#content .liveScoring .num,
	#content .liveScoring .num2{float:left; width:25px; height:25px; line-height:25px;
		text-align:center; font-size:19px; font-family:'Source Sans Pro', sans-serif; text-shadow: none;
		background:black !important; box-shadow:none;}
.blockLiveEvents .scores {     color: #ffb612 !important;     font-weight: bold !important; }
/* live bet scoring */	 
	
.score{font-weight: bold !important; 
font-size: 15px !important; 
text-align: center; 
color:#ffb612 !important; 
padding-top:5px;
}    
 .home {right:25px;}     
.away {left:25px;}

form.cnpForm input, form.cnpForm select {
    color: black!important;
    font-size: 12px;
    color: #000;
    border: none;
    background: #FFF;
    margin-top: 12px !important;
    padding: 5px;
}


form.cnpForm .customLabel {

    float: left;
    width: 75px;
    display: block;
    padding-top: 0.3em;
    color: #e1e1e1;
    font-size: 12px;
    font-weight: 600;
    margin-left: 0;
    margin-top: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.customLabel{
    width: 86px;
}

.funds_content .inputText, .funds_content select{
    margin-top: 0!important;
    padding-bottom: 4px;
}

#getTokenForWidget .cnpForm .customInput button:after {
    content: 'Add Card';
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 100%;
    overflow: visible;
    white-space: nowrap;
    line-height: 0;
}

#getTokenForWidget .cnpForm .customInput button {
    position: relative;
    color: transparent;
}

#getTokenForWidget select{
        margin-top: 0!important;
    padding-bottom: 4px;
}

.cardSubmitButton {
    background: #ddd;
    color: #000;
    border-radius: 0;
    font-weight: 300;
    height: 16px;
    float:left;
    line-height: 14px;
    box-shadow: none;
    padding: 0 8px;
    margin-top:15px;
    font-size: 13px;
    border: none;
    font-family: Arial, sans-serif;
}

.cardSubmitButton:hover {
    background: #FFF;
}

form.cnpForm div.errorMessage{
    clear: both;
    margin-left: 90px;
    color: #FF4800!important;
}

#cnpIframe{
    width: 515px !important;
    height: 525px !important;
    background: white !important;
}

#externalGatewayForm,
#externalGatewayForm .wpwl-control-expiry,
#externalGatewayForm .wpwl-wrapper input  {
    color: #000;
}


#externalGatewayForm .wpwl-wrapper select {
    padding: 0 0.6rem;
}


#externalGatewayForm .wpwl-button-pay {
    width: 100%
}


#externalGatewayForm .wpwl-control {
    width: 100%;
}


#externalGatewayForm .wpwl-form-card {
    display: table;
}


#externalGatewayForm .wpwl-has-error {
    color: rgb(169, 68, 66);
}


#externalGatewayForm  .wpwl-group.wpwl-group-brand {
    margin-top: 12px;
}

#externalGatewayForm {
    margin-left: 22px;
}

#gatewayform #card_hide label {
    width: 330px;
}

#gatewayform #cardNo {
    width: 330px;
    margin-left: 0;
    margin-top: 1em!important;
}

.wpwl-form-registrations {

    float: initial;
    max-width: 100%;
    margin-right: 22px;
    border-radius: 10px;
    background-image: linear-gradient(30deg, rgba(255,255,255,0) 70%, rgba(255,255,255,0.2) 70%),linear-gradient(45deg, rgba(255,255,255,0) 75%, rgba(255,255,255,0.2) 75%),linear-gradient(60deg, rgba(255,255,255,0) 80%, rgba(255,255,255,0.2) 80%);
    background-color: silver;
    font-size: 15px;

}

.wpwl-group-registration.wpwl-selected {
    border-color: #000;
}

.peachpay-no-card {
    overflow: hidden;  
    float: left;
}

.peachpay-no-card > .field{
    float: left; 
    display: inline-block; 
    margin-bottom: 4em;
}

.brand-MASTER {
    background-position: -1px -196px;
    width: 52px;
    height: 21px;
    float: left;
    margin-top: 19px;
}

.brand-VISA {
    background-position: 0 -244px;
    width: 55px;
    height: 21px;
    float: left;
    margin-top: 19px;
}

.cardIconSprite {
    background-color: #fff;
}
.rm-margin{
    margin: 0 !important; 
}

/* baseball scoreboards*/

.metainfo {
   display: inline-block;
   float: left;   
   width: 100%;
   box-sizing: border-box;
}

.metainfo > div { 
   display: inline-block;
   float: left; 
   width: 19%;
   box-sizing: border-box;
   margin-right:0%;
   margin-bottom: 0.5em;
   border: solid thin grey;
   margin-right: 1%;
   line-height: 2em;
   padding-left: 0.5em;
}

.metainfo > div:first-child {
          width: 40%;
}

.metainfo > div:last-child {
     margin-right: 0;
}

.metainfo > div  > div {
    float: right;
    width: 50%;
    display: inline-block;
    background-color: grey;
    overflow: hidden;
    line-height: 2em;
    color: #000;
}

.metainfo > div  > div:before {
    content: '.';
    opacity: 0;
}

.baseball_scoreboard {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: separate;
    border-spacing: 5px;
}

.baseball_scoreboard th {
    padding: 0.25em;
    border: solid thin grey;
}


.baseball_scoreboard th:first-child{
    width: 25%;
}

.baseball_scoreboard td {
    padding: 0.5em;
    width: 1.33%
}

.baseball_scoreboard td:nth-child(1n+11) {
    width: 3.4%;
}
/*
 * live channel starts here 
 * please also check the landingpage/betcoza.css
*/

.action-hidden{
    display: none;
}
.live-channel{
    width:100%;
}
.live-channel img {
    width: 100%;
}
.live-channel.player {
    display: none;
}
.live-channel .invoke:hover {
    cursor: pointer;
}
.live-channel .view {
    text-align: center;
}
.live-channel .message {
    display: none;
    text-align: center;
}

.live-channel.nobet-status {
    display: none;
}
.live-channel.not-loggedin {
    display: none;
}
.match-islive {
    width: 26px !important;
    height: 22px;
    background-image: url('../images/livechannell/live_video_icon.png');
    background-size: 100%;
    display: inline-block;
    background-position: 0px 0px;
}
.icon-live{
    width: 25px;
}
.match-notstarted{
    width: 26px !important;
    height: 22px;
    background-image: url('../images/livechannell/live_video_icon.png');
    background-size: 100%;
    display: inline-block;
    background-position: 0px -46px;
}
.center-livechannel-icon{
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}
.side-panel-livechannel-icon .live-icon{
    margin: 0 6px 0px 0px;
    float: left;
    max-width: 15%;
    margin-right: 5%;
}
.fitWidthBlock{
    width: 100%;
    /* float: left; */
    display: inline-block;
}

.jw-icon-fullscreen {
	display: none !important;
}

#affInput {
	text-align:left;
	margin-left: 29%;
	margin-top: 0.3em !important;
	color: #000;
	padding:5px
}

#page-home .pushcrew-side-button {
    z-index: 1000 !important;
}

#frm_terms, #login-terms {
    vertical-align: middle;
}

#login_form .acceptTerms a {
    float: none;
}

.limits-message {
    text-align: right;
}

#login_form ul {
    padding-top:2px !important;
}

/* Registration Page Changes */

#main #content form.std_form .field {

    padding-bottom: 4px;
    align-items: center;
}

#main #content .signup_content form.std_form .field label {

    width: 241px;
    text-align: left;
    display: block;
    margin: 0 auto;
    float: none;
}

#main #content form.std_form .field .req {

    position: relative;
    left: 0;
    top: 0;
    font-style: normal;
}

#main #content .signup_content form.std_form .field textarea, 
#main #content .signup_content form.std_form .field .inputText,
#main #content .signup_content form.std_form .field select {

    width: 241px;
    display: block;
    margin: 0 auto;
    padding: 4px 0 4px 2px;
}

#main #content .signup_content form.std_form .field label.termsConditions,
#main #content .signup_content form.std_form .field span.termsConditions,
#main #content .signup_content form.std_form .field.tcContain span {

    width: 100% !important;
}

#main #content .signup_content form.std_form .field span.termsConditions,
#main #content .signup_content form.std_form .field.tcContain span { 

    padding-left: 27px;
}

#main #content .signup_content form.std_form .field.btn-contain {

    text-align: center;
}

#main #content .signup_content form.std_form .field.btn-contain input {

    width: 241px;
    padding: 11px;
    color: #000;
    background: #ffb612;
    border: none;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 0;
    -webkit-appearance: none;
}

#main #content .signup_content form.std_form .field span.error, 
#main #content .signup_content form.std_form .field span.avail, 
#main #content .signup_content form.std_form .field span.not_avail {

    width: 241px;
    margin: 0 auto;
}

#main #content .signup_content form.std_form .field.btn-contain h4 {

    text-align: center;
    color: #ffb612;
    font-size: 0.8rem;
}

#main #content .signup_content form.std_form .field #showHidePassword {

    margin: 0 3px 0 0;
}

#main #content .signup_content form.std_form .field #pwtext {

    vertical-align: top;
}

/*.field.password-block * {
    float: none !important;
}*/

.field.password-block {
    overflow: visible;
    display: inline;
}

.field.password-block input.inputText {
    display: inline-block !important;
    margin-left: 139px !important;
}

/* Popup container - can be anything you want */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    width: 5%;
    background-color: #007A4D;
    padding: 5px 0px;
    text-align: center;
    margin-left: 1%;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    /*left: 50%;
    margin-left: -80px;*/
    right: 5px;

}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    right: 5px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

/* Registration Page Changes */

/* --------- lotto --------- */

.betGamesOnline app-root h1 {

    height: auto !important;
    margin-bottom: 0;

}

.betGamesOnline .well h1 {
    height: auto !important;
}

.betGamesOnline .current-draw-title {
    height: auto !important;
}

.betGamesOnline .current-draw-title {
    background: #161622a6 !important;
    height: auto !important;
}

.betGamesOnline .container {

    border: 1px solid #303030;
    padding: 13px 10px 9px 10px;
    margin-bottom: 12px;
    background: #303030;
    width: auto !important;

}

.betGamesOnline .nav-tabs.nav-fill {
    border-bottom: solid thin #808080;
}

.betGamesOnline .nav-item .nav-link.active {

    background-color: #808080 !important;
    border-color: #808080 #303030 !important;

}

.betGamesOnline #lucky5Tab:hover,
.betGamesOnline #lucky6Tab:hover,
.betGamesOnline #lucky7Tab:hover {

    border: solid thin #1d1d1d !important;
    background: #1a1a1a !important;

}

.betGamesOnline a#lucky5Tab:link,
.betGamesOnline a#lucky6Tab:link,
.betGamesOnline a#lucky7Tab:link {
    -webkit-tap-highlight-color: transparent !important;
}


.betGamesOnline .well {
    margin-left: 0 !important;
}

.betGamesOnline .results {
    float: right;
}

.betGamesOnline .results.l5 .well {
    width: 240px;
    text-align: center;
    position: absolute;
    right: 0;
}

.betGamesOnline .results.l6 .well {
    width: 260px;
    text-align: center;
    position: absolute;
    right: 0;
}

.betGamesOnline .results.l7 {
    width: 315px;
}

.betGamesOnline .results.l7 .well {
    width: 300px !important;
    text-align: center;
    position: absolute;
    right: 0;
}

.betGamesOnline .results.l7 + .next-draw {
    width: calc(100% - 315px) !important;  
}

.betGamesOnline .results.l7 + .next-draw .well.nextDraw {
    width: 200px;
}

.betGamesOnline .next-draw {
    float: left !important;
}

.betGamesOnline .well.nextDraw {
    top: inherit !important;
    bottom: 0;
}

.betGamesOnline .next-draw h3 {
    background: transparent !important;
}

.betGamesOnline .ball-group {
    margin-bottom: 0 !important;
}

.betGamesOnline .ball-group.results span {
    color: #000000;
}

.betGamesOnline .ball-container .ladda-button {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: medium none;
    color: #000 !important;
    float: right;
    font-size: 10px;
    font-weight: normal;
    margin: 3px 0;
    padding: 2px 9px;
    width: auto;

}

.betGamesOnline .ball-container .ladda-button[data-style=contract][data-loading] {
    background: #989898 !important
}

.betGamesOnline .ball-container .ladda-button:focus,
.betGamesOnline .ball-container .ladda-button:hover {
    color: #ffb612 !important;
    background: none repeat scroll 0 0 hsl(0, 0%, 100%) !important;
}

.betGamesOnline .ball-group .btn-outline-primary {
    
    background-color: #303030 !important;
    border: grey solid 1px !important;
    color: white !important;
    width: 95%;

}


.betGamesOnline .ball-group .btn-outline-primary span:first-child {

    float: left !important;
    padding: 0 !important;
    line-height: 2 !important;
    width: 90% !important;
    text-align: left !important;

}

.betGamesOnline .ball-container .ball-group .btn-outline-primary span:last-child {

    float: right !important;
    width: 10% !important;
    text-align: right !important;
    color: #FFF !important;
    border: none !important;
    line-height: 2 !important;
    padding: 0 !important;
    text-overflow: inherit !important;
    background: transparent !important;

}

.betGamesOnline .ball-group .btn-outline-primary:hover {
    background-color: #4d4c49 !important;
}

.betGamesOnline .input-group .form-control {

    border-bottom: 1px solid #dddddd !important;
    background: #dddddd !important;
    margin-right: 1rem;
    margin-top: 0.5rem;
    border-radius: 0;
    border: none;

}

.betGamesOnline .input-group-append .btn-outline-secondary,
.betGamesOnline .ball-group + .betGamesOnline .btn-primary {
    
    padding: 5px 15px;
    display: block;
    overflow: hidden;
    border: none;
    border-radius: 0;
    bottom: 0;
    margin-top: 0.5rem;
    margin-left: 0;
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    color: #000000;
    float: right;
    position: absolute;
    right: 0;
    margin-bottom: 1rem;
    font-size: 10px;

}

.betGamesOnline .ball .btn-primary:not([disabled]):not(.disabled).active, 
.betGamesOnline .ball .btn-primary:not([disabled]):not(.disabled):active, 
.betGamesOnline .ball .show>.btn-primary.dropdown-toggle,
.betGamesOnline .input-group-append .btn-outline-secondary:hover,
.betGamesOnline .ball-group + .betGamesOnline .btn-primary:hover {

    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    color: #ffb612 !important;

}

.betGamesOnline .ball {

    overflow: initial !important;
    padding-left: 0 !important;

}

.betGamesOnline .ball.unselected {

    background: transparent !important;
    background: #2E2E2E;
    padding: 0px !important;
    height: 30px; 
    width: 30px; 
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: solid #ddd;
    cursor: pointer;

}

.betGamesOnline .ball-group.results .ball.red,
.betGamesOnline .ball.red:hover,
.betGamesOnline .ball.selected.red {

    background: #f02e2e; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(240,46,46)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(240,46,46) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(153,46,46,1) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02e2e', endColorstr='#0e0e0e',GradientType=1 ) /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .ball-group.results .ball.blue,
.betGamesOnline .ball.blue:hover,
.betGamesOnline .ball.selected.blue {

    background: #358fc9; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(53,143,201,1)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(53,143,201,1) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(53,143,201,1) !important;
    color: #FFFFFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358fc9', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .ball-group.results .ball.green,
.betGamesOnline .ball.green:hover,
.betGamesOnline .ball.selected.green {

    background: #008000; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(140,180,1,1) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(140,180,1,1)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(140,180,1,1) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(140,180,1,1) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(140,180,1,1) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(140,180,1,1) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(0,128,0,1) !important;
    color: #FFFFFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#0e0e0e',GradientType=1 ) /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .ball-group.results .ball.white,
.betGamesOnline .ball.white:hover,
.betGamesOnline .ball.selected.white {

    background: #FFFFFF; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(255,255,255) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(255,255,255) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(255,255,255) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(255,255,255) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(255,255,255) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(255,255,255) !important;
    color: #000000 !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .ball-group.results .ball.yellow,
.betGamesOnline .ball.yellow:hover,
.betGamesOnline .ball.selected.yellow {

    background: #fff53d; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(247,182,37) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(247,182,37)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(247,182,37) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(247,182,37) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(247,182,37) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(247,182,37) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(247,182,37) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff53d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .ball-group.results .ball.black,
.betGamesOnline .ball.black:hover,
.betGamesOnline .ball.selected.black {

    background: #000000; /* No gradient support */
    background: -moz-radial-gradient(circle at 10px 10px,  rgba(95,95,95,1) 0%, rgba(0,0,0,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(95,95,95,1)), color-stop(100%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(circle at 10px 10px,  rgba(95,95,95,1) 0%,rgba(0,0,0,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(circle at 10px 10px,  rgba(95,95,95,1) 0%,rgba(0,0,0,1) 100%) !important; /* Opera 12+ */
    background: -ms-radial-gradient(circle at 10px 10px,  rgba(95,95,95,1) 0%,rgba(0,0,0,1) 100%) !important; /* IE10+ */
    background: radial-gradient(circle at 10px 10px,  rgba(95,95,95,1) 0%,rgba(0,0,0,1) 100%) !important; /* W3C */
    border: solid thin rgba(95,95,95,1) !important;
    color: #FFFFFF !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.betGamesOnline .card-body {
    padding: 1rem;
}

.betGamesOnline .card .ball-group {
    margin-bottom: 0 !important;
}


.betGamesOnline .card {

    background-color: #303030 !important;
    border-bottom: 1px solid #636363 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0 !important;

}

.betGamesOnline .card a {
    padding: 1rem 0 0 0 !important;
}

.betGamesOnline .card .card-header {

    background-color: #303030 !important;
    padding: 0.75rem 0; 

}

.betGamesOnline .card .card-header:after {

    background: url(../images/chevron-down.svg) no-repeat;
    opacity: 1 !important;

}

.betGamesOnline .card-body {
    padding: 0.5rem 0 !important;
}

.betGamesOnline ngb-accordion {

    overflow: hidden;
    display: block;
    width: 100%

}

.betGamesOnline .toggleAll {

    float: right;
    display: block;
    overflow: hidden;
    position: inherit;
    background: #999999;
    color: #FFFFFF;
    margin: 0.5rem 0;

}

.betGamesOnline .toggleAll:hover {

    background: #dddddd;
    color: #000000;

}

.betGamesOnline .current-draw-title {
    max-width: 250px !important;
    left: auto !important;
}

.betGamesOnline #lucky5Tab-panel .current-draw-title {
    top: auto;
    bottom: 55px;
}

.betGamesOnline #lucky6Tab-panel .current-draw-title {
    top: auto;
    bottom: 60px;
}

.betGamesOnline #lucky7Tab-panel .current-draw-title {
    top: auto;
    bottom: 80px;
}

.betGamesOnline .h2, .betGamesOnline h2 {
    font-size: 1.7rem !important;
    font-weight: normal !important;
    padding: inherit !important;
}

@media only screen and (max-width: 1200px) {

    .betGamesOnline .well.nextDraw {
        width: 35% !important;
        top: inherit !important;
        bottom: 0rem !important;
        left: 18% !important;
    }

    .betGamesOnline .well {
        margin-top: 2rem !important;
    }

}

@media only screen and (max-width: 1024px) {
     
    .betGamesOnline .results.l5 .well,
    .betGamesOnline .results.l6 .well {
        width: 300px !important;
    }

}
