body {padding: 0px;margin: 0px;font: 12px/15px Arial, Helvetica, sans-serif;color: #EDDDDC;background-color: #b2a4fd;/*background: #000000 url(../images/body_bg.jpg) top left repeat;*//* background: rgb(0, 36, 74) !important; */}
.text-center{
    text-align:center !important;
}
.text-bold{
   font-weight:bold;
}
.font-size-18px{
    font-size:18px;
}
.bg_yellow{
    background-color:#e8e825;
}

.bg_grey{
    background-color:#b3b3a8;
}
.padding_5{
    padding:5px;
}
.padding_10{
    padding:10px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: 
#fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color:
    #777;
    border-radius: 10px;
}
.rowTotAmt {
    background: 
    #d2d2d2;
    border-radius: 40px;
    padding: 10px;
}

#header {
width: 1024px;
height: 254px;
background: url(../images/header_img.jpg) top right no-repeat;
position:relative;
}
#logo{
/* position:absolute;
 left:0px;
 top:56px;
 z-index:99;*/
position:relative;
/*height:250px;
background: url(../images/banner.png) top right no-repeat;
margin:10px 10px -22px 0px;
float:left;*/
text-align:left; 
 }
.second-btn {
    width: 100%;
    float: left;
    margin: 65px 0 0;
}
.top-row  table#content-table th{ 
    text-align:center;
    padding: 6px 2px; 
    border:1px solid #000;
    color:#000;}
    
.top-row  table#content-table th:first-child{ text-align:center;}
#logo h1 {
        margin: 0 0 0.2em 0;
        font-size: 60px;
font-family: "Source Code Pro", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    }
.text1{
padding:1px 8px 0px 8px;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
.text2{
padding:5px 67px 27px 67px;
}
  

#digitshow
{
/*position:relative;
margin:25px 10px 0px 0px;
float:left;*/
position:relative;
/*margin:25px 10px 0px 10px;*/
float:left;
position:absolute;
top:155px;
z-index:99;
right:0px;

/*position:absolute;
top:88px;
z-index:99;
left:190px;*/
}

.toprr
{
width:34px;
padding:10px 0;
}
td .toprr
{
z-index: 2;
color: rgb(255, 255, 255);
cursor: default;
background-color: rgb(66, 139, 202);
text-shadow:none;
font-weight:bold;

}

/*div#tablecalculator td{
text-shadow:none;
}
*/
.btn-group1 {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: -12px;
    vertical-align: middle;
    white-space: nowrap;
right:-166px;
}
#table-bottom
{
	position:relative;
	margin:30px 390px 0;
/*	margin:30px 0px -25px 0px;
	float:left;
	bottom:30px;
	left:190px;
	z-index:99;*/
	
	
}
.goldntext
{

    color: #363432;
    font-size: 20px;
    line-height: 32px;
    padding-left: 17px;
    font-weight: bold;

}

.goldenno
{
height:32px;
width:280px;
/*z-index:99px;
bottom:0px;
left:95px;*/
position:relative;
border-radius:3px;
 background: #ffd65e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */
}

#logo a img
/*{
width:100%;   
}*/

header
{
position:relative;
}




#pageMyGame
{
margin:0 auto;
width:100%;

}

#timemanageMyGame
{

width: 99%;
height: 42px;
padding: 0px 0px 0 0px;
background: url(../images/bck_nav.png) repeat-x;
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;;
margin-top: 5px;
}

#footerbackMyGame
{
background-color:#E86800;
height: 60px;
width: 100%;
border-radius: 10px 10px 0px 0px;
}





#page
{
	
margin:0 auto;
/*width:1111px;*/
width:100%;
}


.welcometext2
{
/* background: url(../images/welcometext.jpg) top left repeat-x; 
color: #fff;*/
font-size: 16px;
font-weight: bold;
font-size: 5px;
/*background-color:#7d72c4;*/
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;
clear:both;

background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(3%, rgba(168,0,119,1)), color-stop(44%, rgba(240,141,217,1)), color-stop(96%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );


}


.welcometext
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-size: 7px;
    line-height: 8px;
    color:#ecd30a;
}

.tab {

    float: left;
    width: 100%;

}

#timemanage
{width: 100%;padding: 0px 0px 0 0px;font-weight:bold;background-color: #461299;color: #fff !important;}




#date
{

/* background: url('../images/bg-cal.png') left top no-repeat; */
width: 99px;
height: 87px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
background-size: 91px;
position: relative;
top: -13px;
left:11px;
display:inline-block;
float:left;
}

#cal_m {
font-size: 14px;
position: absolute;
left: 6px;
top: 17px;
text-shadow: 1px 1px 1px #333;
}

#cal_y {
font-size: 14px;
position: absolute;
right: 28px;
top: 17px;
text-shadow: 1px 1px 1px #333;
}

#cal_d {
font-size: 36px;
width: 77px;
position: absolute;
right: 25px;
top: 32px;
color: #1e2022;
font-weight: bold;
line-height: 36px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}

#cal_w {
font-size: 18px;
position: absolute;
right: 22px;
top: 65px;
color: #1e2022;
width: 77px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}

#getclockwithdate, #t1, #nextdrawtime, #resulttimedraw
{ 
color: #FFF;
font-size: 16px;  
}
ul.limit-timing li.last-list {
    margin:0;
} 

table tr td.shubhlaxmi_fontcolor div, .shubhlaxmi_fontcolor td, .shubhlaxmi_fontcolor input.boxresult{
color:red !important;
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table#content-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table#content-table a:visited {
	/*color: #999999;*/
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
table#content-table a:active,
table#content-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table#content-table{
	color:#000;
	font-size:15px;
	background: #207cd9;
}
table#content-table th { 
	border:1px solid #000; 
	font-size:12px;
	text-align:center; 
}

table#content-table tr:first-child{background: linear-gradient( #8772fd,#fff, #3939f2) !important;}
table#content-table tr:first-child, table#content-table tr:first-child strong, table#content-table tr:first-child th {
    font-size: 16px; 
    padding:0;
    color:#000;
}
table#content-table tr:first-child strong, table#content-table tr:first-child th {
    font-size: 16px; 
    padding:10px;
    color:#000;
}
#tablecalculator table#content-table tr:first-child th{ padding:5px;}
table#content-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table#content-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table#content-table tr{
	text-align: center;
	padding-left:20px;
}
table#content-table tr td:first-child{
	text-align: center; 
}
table#content-table tr>td{
	/*padding:1px;*/
border: 1px solid #000;
/*background:#FFF;*/
}
.login-page-table-form table#content-table tr>td{ background:none;}
table#content-table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table#content-table tr:last-child td{
	/*border-bottom:0;*/
}
table#content-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table#content-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
input.numbersdata
{
width: 39px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 0px;
color: #000000;
height: 20px;
/*margin: 5px 5px 3px 5px;*/
}

input.boxresult{
width:80px;
border:none;
}
.catdetail
{
width:50px;
}
input.totalno
{
background: #fff;
border: 0;
font-size:15px;
}
#tablecalculator
{
display: inline-block;
margin-top: 0;
 border-left:1px solid #000;
 width: 100%;
}



#bottomdiv
{/*display: inline-block;*/width: 100%;background: #762aef;float:left;padding:3px 0 5px 0;}

 

#card
{
float: left;
color: #fff;
font-size: 15px;
margin-right: 10px;
margin-top: 3px;
}

#pin
{
float: left;
color: #fff;
font-size: 15px;
margin-right: 10px;
margin-top: 3px;
}

#submit
{
float:left;
}
#login
{
margin: 3px 0 0 10px;
display: inline-block;
float: left;
}

#totaldata
{
    float: right;
    width: 288px;
    margin: 10px 0 0;
}

.totallabel
{
float: left;
line-height: 27px;
margin-right: 12px;
font-size:15px;
font-weight:bold;
text-transform:uppercase;
color:#fff;
}

.totalinput
{

}

#footerback
{
background-color:#1b0376;
width: 100%;
padding-bottom:5px;
float:left;
}



.timemana
{
margin-bottom:10px;
}
.textfromdate
{
display: inline-block;
line-height: 42px;
margin-left: 50px;
color: #fff;
font-size: 17px;
text-shadow: 1px 1px 1px #333;
font-weight: normal;
float:left;
}
.datepickerdate
{
line-height: 41px;
margin:10px 0px 0px 10px;
display: inline-block;
float: left;

}

table.resultdata tr td
{
padding:10px !important;

}

.footerbutton
{
margin:13px 41px 0px 0px;
}
#result
{
margin-left:27px;
}
#bottomtext p
{
/* color:#ddd; */
text-align: center;
font-size: 13px;
margin-bottom:0;
}

#bottomtext
{
padding-top: 0;
}

/* a.logout 
{
background: url(../images/logout1.png) no-repeat left 0;
} */

/* Panel Tab/button */

.tab ul.login {
	display: block;
	position: relative;
	width: 100%;
  	font-weight: bold;
	margin: 0;
	font-size:15px;
  	color: #000;
  	float:left;
	text-align: center;
}

.tab ul.login li.left {
  	/* background: url(../images/tab_l.png) no-repeat left 0; */
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	/* background: url(../images/tab_r.png) no-repeat left 0; */
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.welcome-msg {
       background: #41118d;
}
.tab ul.login li {

    text-align: left;
    padding: 15px 13px;
    display: block;
    float: left;
    background: linear-gradient( #D27168,#fff, #68AA9A) !important;
    border: 1px solid #000;
    vertical-align: middle;
    margin: 0 6px;
    line-height: inherit;
}
.tab ul.login li:first-child {

    margin: 0 3px 0 0;
    width:154px;

}
.tab ul.login li:last-child {

    margin: 0;
    float:right;

}
.tab ul.login li input[type="radio"] {

    margin: -3px 4px 0 0;
    vertical-align: middle;

}
.tab ul.login li a {
	color: #000;
}

.tab ul.login li a:hover {
	color: #000;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.html) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.html) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.html) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.html) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.html) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.html) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


/*======================Start Css For jodi PageBy A. K. S.===================*/


#pageJodi {
    margin: 0 auto;
    width: 100%;
}


#bottomdivJodi
{
display: inline-block;
width: 100%;
background:#8d1f11;
float:left;
padding:10px 0;
}


#footerbackJodi
{
float:left;
width: 100%;
background:#E86800;
}

#tablecalculatorJodi
{
display: inline-block; 
    border-left: 1px solid #000;
    width: 100%;
}

#timemanageJodi
{

width: 1200px;
height: 42px;
padding: 0px 0px 0 0px;
/*background: url(../images/bck_nav.png) repeat-x;*/
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;;
/*margin-top: 5px;*/

background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(3%, rgba(168,0,119,1)), color-stop(44%, rgba(240,141,217,1)), color-stop(96%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );


}

#dateJodi {
    /*background: url(../images/bg-cal.png) left top no-repeat;*/
    width: 99px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background-size: 91px;
    position: relative;
    top: -13px;
    left: 11px;
    display: inline-block;
    float: left;
    z-index: 1;
}


#dvEvenOdd {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    background: linear-gradient(45deg, #862112, #f40000); 
    padding:6px 0 0;
}
.evenOddSpanJodi
{
   padding-top:2px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 10px;
    color:#FFF;
}
.topChkEvenOddJodi
{
    padding: 10px; 
    color:#FFF;
    font-size: 18px;
} 

table#content-table-jodi {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    /* text-shadow: 1px 1px 0px #fff; */
    background: #eaebec;
}

table#content-table-jodi tr {
    text-align: center;
    padding-left: 20px;
}

table#content-table-jodi tr td:first-child {
    text-align: center;
    padding-left: 2px;
    border-left: 0;
}


table#content-table-jodi tr td {
    /* padding: 1px; */
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #353434;
    border-left: 1px solid #4e4c4c;
    border-right: 1px solid #423f3f;
    background: #fafafa;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);*/
    color: #000;

     border: 1px solid #000;

/*background: rgba(44,191,184,1);
background: -moz-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,191,184,1)), color-stop(1%, rgba(44,191,184,1)), color-stop(47%, rgba(170,240,237,1)), color-stop(100%, rgba(44,191,184,1)));
background: -webkit-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -o-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -ms-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: linear-gradient(to bottom, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbfb8', endColorstr='#2cbfb8', GradientType=0 );*/


}


table#content-table-jodi tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table#content-table-jodi th {
    padding:10px;
    /* padding: 4px 6px 4px 18px; 
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;*/
    font-size: 14px;
    background: #ededed;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));*/
    background: -moz-linear-gradient(top, #ededed, #ebebeb);

  border: 1px solid #000;

background: rgba(44,191,184,1);
background: -moz-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,191,184,1)), color-stop(1%, rgba(44,191,184,1)), color-stop(47%, rgba(170,240,237,1)), color-stop(100%, rgba(44,191,184,1)));
background: -webkit-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -o-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -ms-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: linear-gradient(to bottom, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbfb8', endColorstr='#2cbfb8', GradientType=0 );


}



/*======================End Css For jodi PageBy A. K. S.===================*/

/* ================= START CSS for Register Modal BY P.M ================== */
#myModal{
    color: #000000;
    background-color: #fff;
    width: 500px;   
    height: 500px;
    margin: 45px auto;
}
.borderDivHeader{
   
   margin-top: 39px;
} 
.mandatory{
   color:#FF0000;
}
.modal-backdrop {
    opacity: 0.7;
}
/* ================= START CSS for Register Modal BY P.M ================== */



#bottomdivTwo {
     background: #0f06a3;
     padding: 12px 0px;
     width: 100%;
     float:left;
}

.userLogin {
    display: inline-block;
    float: left;
    position: relative;
    top: 6px;
    /* left: 30px; */
    width: 100%;
}
 .resgisterNow
{
	display: inline-block;
    float: left;
    position: absolute;
    top: 43px;
    right: 2px; 
    height: 75px;
    line-height: 70px;
    text-align: center;
	padding:0px 12px;
	border-radius: 50px;
	background: -moz-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,128,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(100%, rgba(0,128,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=1 ); /* ie6-9 */

    /* display: inline-block;
    float: left;
    position: absolute;
    top: 43px;
    right: 100px;
    background: #8d1f11;
    border-radius: 100%;
    width: 90px;
    height: 80px;
    line-height: 75px;
    text-align: center ;*/
	
}
	.resgisterNow a
	{
		text-decoration:none;
		color:#000;
		font-size:20px;
	}
	.resgisterNow a:hover
	{
		text-decoration:none;
		font-size:20px;

	}


	.tabMyGame ul li 
	{
		display: inline;
	}
/*countdown starter*/
.countDownWarpper{
    background-color: white;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0px;
}
.countDownWarpper .wrapper {
  float:left;
  width:20%;
}
.digit {
  display: inline-block;

font-size: 62px;

color: rgba(0, 0, 0, 0.25);

height: 180px;

line-height: 96px;
}

.time-part-wrapper {
  display: inline-block;
  margin-right: 21px;
  position: relative;
}
.time-part-wrapper:not(:last-child):after {
  content: ":";
  display: block;
  width: 10px;
  height: 230px;
  position: absolute;
  top: 0px;
  right: -10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 62px;
  line-height: 1.2;
}

.time-part {
  width: 34px;

text-align: center;

height: 72px;

overflow: hidden;

display: inline-block;

margin-left: -5px;

box-sizing: border-box;
}
.time-part .digit-wrapper {
  animation-timing-function: cubic-bezier(1, 0, 1, 0);
}

.time-part.seconds.tens .digit-wrapper {
  animation-name: seconds-tens;
  animation-duration: 60s;
  animation-iteration-count: 60;
}
.time-part.seconds.ones .digit-wrapper {
  animation-name: seconds-ones;
  animation-duration: 10s;
  animation-iteration-count: 360;
}
.time-part.hundredths.tens .digit-wrapper {
  animation-name: hundredths-tens;
  animation-duration: 1s;
  animation-iteration-count: 3600;
}
.time-part.hundredths.ones .digit-wrapper {
  animation-name: hundredths-ones;
  animation-duration: 0.1s;
  animation-iteration-count: 36000;
}

@keyframes minutes-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes minutes-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes seconds-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes seconds-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-tens {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}


.wrapper {
  position: relative;

}
.wrapper:before, .wrapper:after {
 
}
.wrapper:before {
  top: 0px;
 
}
.wrapper:after {
  bottom: 0px;
 
}
.countDownWarpper h2 {
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.amusement{
    float: right;
    text-align: center;
    background: #fbae43;
    padding: 20px;
    width: 21%;
    height:130px;
}
.print-button {
    float: left;
    margin:0;
    position:relative;
    width: 100%;
    text-align:left;
}
ul.limit-timing {
    float: left;
    padding: 0;
    margin: 0;
    text-align:center;
    width:100%;
}
ul.limit-timing li {
    list-style: none;
    background: linear-gradient(45deg, #a899fa, #41118d);
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
}
.brand-section{ padding:0; margin:0;}
.brand-section li {
    display: inline-block;
}
 
 
.brand-section li#logo{ background:none; padding:0; border-radius:0; width:115px;}
.brand-section li#advTime {
    background: no-repeat;
    padding: 0;
    margin: 0;
}
.brand-section li{
    list-style: none;
    background: linear-gradient(45deg, #d45b48, #7d1b0c);
    float: left;
    padding: 10px 61px;
    border-radius: 5px;
    margin: 0 4px 0 0;
}
.brand-section li#advTime select {
    padding: 10px;
    width: 100%;
    height: auto;
}
.brand-section li a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
span.banner .bimg {
    width: 100%;
    margin: 0;
    height: 113px;
}
#dvEvenOdd2{

    display: inline-block;
    width: 100%; 
    text-align: center;
    margin-top: 0;
    float:left;
}
span.banner {
    width: 80%;
    float: right;
}
#logo {
   
}
.orange-td {
    background: linear-gradient( #6044fc,#fff, #0909ef) !important;
}
.orange-td input[type="text"] {
    border: 1px solid 
    #000;
    margin: 2px 0;
}
.orange-td strong {
    padding: 2px 0 0;
    display: block;
} 
.main-page.print-button .select-box select {
    width: 100%;
    padding: 10px;
    height: auto;
    background: linear-gradient(to bottom, #fbb450, #f89406);
    color: #f00;
    font-weight: bold;
    border: 1px solid #e1962d;
}
.toprr1 {
    background: linear-gradient(to bottom, #fbb450, #9696f8);
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
}
.my_btn label {
    display: inline;
    margin: 0 15px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#main-index-page {
    text-align: center;
}
#main-index-page .my_btn {
    padding: 5px 20px;
    margin: 0 55px;
}
.loginMyGame {
    margin: 0;
}
.print-button label {
    display: inline;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 15px;
}
.adv-book{
    padding: 5px 10px 5px 10px;
    height: auto;
    background: linear-gradient(to bottom, #fbb450, #f89406);
    color: #f00;
    font-weight: bold;
    border: 1px solid #e1962d;
    text-transform: uppercase;
}
.jodi-bottom .my_btn {
    margin-left: 0px;
}
.main-page.print-button .prize.btn-warning{
background: #bf882d;
color: #000;
float:left;
font-style:normal;
}
.print-button .prize.btn-warning{
background: #bf882d;
color: #000;
font-style:normal;
}
.main-page.print-button .btn-warning{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfd255+0,f3f9e5+50,9ecb2d+100 */background: #bfd255; /* Old browsers */background: -moz-linear-gradient(-45deg, #bfd255 0%, #f3f9e5 50%, #9ecb2d 100%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg, #bfd255 0%,#f3f9e5 50%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg, #9e8dfd 0%,#f3f9e5 50%,#8080f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */font-weight:bold;}
.my_btn_top {
 
    color:  #F00;
    font-weight: bold;
    font-size: 18px; 

}
.tab ul.login li.jodiPrice {

    padding: 9px 13px;

}
.tab ul.login li.jodiPrice label {
    display: inline;
    font-weight: bold;
}
.main-page.print-button .select-box select.prize-select{
    background: #bf882d;
color: #000;
font-style: bold;
text-align:center;
}
ul.ten-digit-btn {
    padding: 0;
    margin: 0;
    text-align:center;
    background: linear-gradient(180deg, #491c96, #481b95);
}
ul.ten-digit-btn li{ list-style:none; display:inline;}
ul.ten-digit-btn li a {
    background: linear-gradient(180deg, #F1F1F1, #cacaca);
    border: 1px solid #50625d;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold; 
    padding: 5px 36px;
    border-radius: 5px;
    margin: 2px 0;
}
.bimg {
    width: 100%;
    height:80px;
}
.col-md-3.select-box{ padding:0;}
.open .dropdown-menu {
    display: block;
    text-align: center;
}
.back-lemon{
    background:#A3FF00 !important;
}

/*table#content-table tbody tr:nth-child(odd){ body {padding: 0px;margin: 0px;font: 12px/15px Arial, Helvetica, sans-serif;color: #EDDDDC;background-color: #b2a4fd;/*background: #000000 url(../images/body_bg.jpg) top left repeat;*//* background: rgb(0, 36, 74) !important; */}
.text-center{
    text-align:center !important;
}
.text-bold{
   font-weight:bold;
}
.font-size-18px{
    font-size:18px;
}
.bg_yellow{
    background-color:#e8e825;
}

.bg_grey{
    background-color:#b3b3a8;
}
.padding_5{
    padding:5px;
}
.padding_10{
    padding:10px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: 
#fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color:
    #777;
    border-radius: 10px;
}
.rowTotAmt {
    background: 
    #d2d2d2;
    border-radius: 40px;
    padding: 10px;
}

#header {
width: 1024px;
height: 254px;
background: url(../images/header_img.jpg) top right no-repeat;
position:relative;
}
#logo{
/* position:absolute;
 left:0px;
 top:56px;
 z-index:99;*/
position:relative;
/*height:250px;
background: url(../images/banner.png) top right no-repeat;
margin:10px 10px -22px 0px;
float:left;*/
text-align:left; 
 }
.second-btn {
    width: 100%;
    float: left;
    margin: 65px 0 0;
}
.top-row  table#content-table th{ 
    text-align:center;
    padding: 6px 2px; 
    border:1px solid #000;
    color:#000;}
    
.top-row  table#content-table th:first-child{ text-align:center;}
#logo h1 {
        margin: 0 0 0.2em 0;
        font-size: 60px;
font-family: "Source Code Pro", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    }
.text1{
padding:1px 8px 0px 8px;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
}
.text2{
padding:5px 67px 27px 67px;
}
  

#digitshow
{
/*position:relative;
margin:25px 10px 0px 0px;
float:left;*/
position:relative;
/*margin:25px 10px 0px 10px;*/
float:left;
position:absolute;
top:155px;
z-index:99;
right:0px;

/*position:absolute;
top:88px;
z-index:99;
left:190px;*/
}

.toprr
{
width:34px;
padding:10px 0;
}
td .toprr
{
z-index: 2;
color: rgb(255, 255, 255);
cursor: default;
background-color: rgb(66, 139, 202);
text-shadow:none;
font-weight:bold;

}

/*div#tablecalculator td{
text-shadow:none;
}
*/
.btn-group1 {
    display: inline-block;
    font-size: 0;
    position: relative;
    top: -12px;
    vertical-align: middle;
    white-space: nowrap;
right:-166px;
}
#table-bottom
{
	position:relative;
	margin:30px 390px 0;
/*	margin:30px 0px -25px 0px;
	float:left;
	bottom:30px;
	left:190px;
	z-index:99;*/
	
	
}
.goldntext
{

    color: #363432;
    font-size: 20px;
    line-height: 32px;
    padding-left: 17px;
    font-weight: bold;

}

.goldenno
{
height:32px;
width:280px;
/*z-index:99px;
bottom:0px;
left:95px;*/
position:relative;
border-radius:3px;
 background: #ffd65e; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDY1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWJmMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-8 */
}

#logo a img
/*{
width:100%;   
}*/

header
{
position:relative;
}




#pageMyGame
{
margin:0 auto;
width:100%;

}

#timemanageMyGame
{

width: 99%;
height: 42px;
padding: 0px 0px 0 0px;
background: url(../images/bck_nav.png) repeat-x;
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;;
margin-top: 5px;
}

#footerbackMyGame
{
background-color:#E86800;
height: 60px;
width: 100%;
border-radius: 10px 10px 0px 0px;
}




#page
{
	
margin:0 auto;
/*width:1111px;*/
width:100%;
}


.welcometext2
{
/* background: url(../images/welcometext.jpg) top left repeat-x; 
color: #fff;*/
font-size: 16px;
font-weight: bold;
font-size: 5px;
/*background-color:#7d72c4;*/
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;
clear:both;

background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(3%, rgba(168,0,119,1)), color-stop(44%, rgba(240,141,217,1)), color-stop(96%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );


}


.welcometext
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-size: 7px;
    line-height: 8px;
    color:#ecd30a;
}

.tab {

    float: left;
    width: 100%;

}

#timemanage
{width: 100%;padding: 0px 0px 0 0px;font-weight:bold;background-color: #461299;color: #fff !important;}




#date
{

/* background: url('../images/bg-cal.png') left top no-repeat; */
width: 99px;
height: 87px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
background-size: 91px;
position: relative;
top: -13px;
left:11px;
display:inline-block;
float:left;
}

#cal_m {
font-size: 14px;
position: absolute;
left: 6px;
top: 17px;
text-shadow: 1px 1px 1px #333;
}

#cal_y {
font-size: 14px;
position: absolute;
right: 28px;
top: 17px;
text-shadow: 1px 1px 1px #333;
}

#cal_d {
font-size: 36px;
width: 77px;
position: absolute;
right: 25px;
top: 32px;
color: #1e2022;
font-weight: bold;
line-height: 36px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}

#cal_w {
font-size: 18px;
position: absolute;
right: 22px;
top: 65px;
color: #1e2022;
width: 77px;
text-align: center;
text-shadow: 1px 1px 1px #fff;
}

#getclockwithdate, #t1, #nextdrawtime, #resulttimedraw
{ 
color: #FFF;
font-size: 16px;  
}
ul.limit-timing li.last-list {
    margin:0;
} 

table tr td.shubhlaxmi_fontcolor div, .shubhlaxmi_fontcolor td, .shubhlaxmi_fontcolor input.boxresult{
color:red !important;
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table#content-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table#content-table a:visited {
	/*color: #999999;*/
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
table#content-table a:active,
table#content-table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table#content-table{
	color:#000;
	font-size:15px;
	background: #207cd9;
}
table#content-table th { 
	border:1px solid #000; 
	font-size:12px;
	text-align:center; 
}

table#content-table tr:first-child{background: linear-gradient( #8772fd,#fff, #3939f2) !important;}
table#content-table tr:first-child, table#content-table tr:first-child strong, table#content-table tr:first-child th {
    font-size: 16px; 
    padding:0;
    color:#000;
}
table#content-table tr:first-child strong, table#content-table tr:first-child th {
    font-size: 16px; 
    padding:10px;
    color:#000;
}
#tablecalculator table#content-table tr:first-child th{ padding:5px;}
table#content-table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table#content-table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table#content-table tr{
	text-align: center;
	padding-left:20px;
}
table#content-table tr td:first-child{
	text-align: center; 
}
table#content-table tr>td{
	/*padding:1px;*/
border: 1px solid #000;
/*background:#FFF;*/
}
.login-page-table-form table#content-table tr>td{ background:none;}
table#content-table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table#content-table tr:last-child td{
	/*border-bottom:0;*/
}
table#content-table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table#content-table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
input.numbersdata
{
width: 39px;
border: 1px solid #ddd;
border-radius: 4px;
padding: 0px;
color: #000000;
height: 20px;
/*margin: 5px 5px 3px 5px;*/
}

input.boxresult{
width:80px;
border:none;
}
.catdetail
{
width:50px;
}
input.totalno
{
background: #fff;
border: 0;
font-size:15px;
}
#tablecalculator
{
display: inline-block;
margin-top: 0;
 border-left:1px solid #000;
 width: 100%;
}



#bottomdiv
{/*display: inline-block;*/width: 100%;background: #762aef;float:left;padding:3px 0 5px 0;}

 

#card
{
float: left;
color: #fff;
font-size: 15px;
margin-right: 10px;
margin-top: 3px;
}

#pin
{
float: left;
color: #fff;
font-size: 15px;
margin-right: 10px;
margin-top: 3px;
}

#submit
{
float:left;
}
#login
{
margin: 3px 0 0 10px;
display: inline-block;
float: left;
}

#totaldata
{
    float: right;
    width: 288px;
    margin: 10px 0 0;
}

.totallabel
{
float: left;
line-height: 27px;
margin-right: 12px;
font-size:15px;
font-weight:bold;
text-transform:uppercase;
color:#fff;
}

.totalinput
{

}

#footerback
{
background-color:#1b0376;
width: 100%;
padding-bottom:5px;
float:left;
}



.timemana
{
margin-bottom:10px;
}
.textfromdate
{
display: inline-block;
line-height: 42px;
margin-left: 50px;
color: #fff;
font-size: 17px;
text-shadow: 1px 1px 1px #333;
font-weight: normal;
float:left;
}
.datepickerdate
{
line-height: 41px;
margin:10px 0px 0px 10px;
display: inline-block;
float: left;

}

table.resultdata tr td
{
padding:10px !important;

}

.footerbutton
{
margin:13px 41px 0px 0px;
}
#result
{
margin-left:27px;
}
#bottomtext p
{
/* color:#ddd; */
text-align: center;
font-size: 13px;
margin-bottom:0;
}

#bottomtext
{
padding-top: 0;
}

/* a.logout 
{
background: url(../images/logout1.png) no-repeat left 0;
} */

/* Panel Tab/button */

.tab ul.login {
	display: block;
	position: relative;
	width: 100%;
  	font-weight: bold;
	margin: 0;
	font-size:15px;
  	color: #000;
  	float:left;
	text-align: center;
}

.tab ul.login li.left {
  	/* background: url(../images/tab_l.png) no-repeat left 0; */
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	/* background: url(../images/tab_r.png) no-repeat left 0; */
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}
.welcome-msg {
       background: #41118d;
}
.tab ul.login li {

    text-align: left;
    padding: 15px 13px;
    display: block;
    float: left;
    background: linear-gradient( #D27168,#fff, #68AA9A) !important;
    border: 1px solid #000;
    vertical-align: middle;
    margin: 0 6px;
    line-height: inherit;
}
.tab ul.login li:first-child {

    margin: 0 3px 0 0;
    width:154px;

}
.tab ul.login li:last-child {

    margin: 0;
    float:right;

}
.tab ul.login li input[type="radio"] {

    margin: -3px 4px 0 0;
    vertical-align: middle;

}
.tab ul.login li a {
	color: #000;
}

.tab ul.login li a:hover {
	color: #000;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.html) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.html) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.html) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.html) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.html) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.html) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}


/*======================Start Css For jodi PageBy A. K. S.===================*/


#pageJodi {
    margin: 0 auto;
    width: 100%;
}


#bottomdivJodi
{display: inline-block;width: 100%;background: #2e0bef;float:left;padding:10px 0;}


#footerbackJodi
{float:left;width: 100%;background: #0e0250;}

#tablecalculatorJodi
{
display: inline-block; 
    border-left: 1px solid #000;
    width: 100%;
}

#timemanageJodi
{

width: 1200px;
height: 42px;
padding: 0px 0px 0 0px;
/*background: url(../images/bck_nav.png) repeat-x;*/
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
border: 1px solid #454c51;;
/*margin-top: 5px;*/

background: rgba(203,96,179,1);
background: -moz-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,96,179,1)), color-stop(3%, rgba(168,0,119,1)), color-stop(44%, rgba(240,141,217,1)), color-stop(96%, rgba(168,0,119,1)), color-stop(100%, rgba(219,54,164,1)));
background: -webkit-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -o-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: -ms-linear-gradient(top, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
background: linear-gradient(to bottom, rgba(203,96,179,1) 0%, rgba(168,0,119,1) 3%, rgba(240,141,217,1) 44%, rgba(168,0,119,1) 96%, rgba(219,54,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0 );


}

#dateJodi {
    /*background: url(../images/bg-cal.png) left top no-repeat;*/
    width: 99px;
    height: 45px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    background-size: 91px;
    position: relative;
    top: -13px;
    left: 11px;
    display: inline-block;
    float: left;
    z-index: 1;
}


#dvEvenOdd {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0;
    background: linear-gradient(45deg, #3847e9, #e8e8fd);
    padding:6px 0 0;
}
.evenOddSpanJodi
{
   padding-top:2px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 10px;
    color:#FFF;
}
.topChkEvenOddJodi
{
    padding: 10px; 
    color:#FFF;
    font-size: 18px;
} 

table#content-table-jodi {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    /* text-shadow: 1px 1px 0px #fff; */
    background: #eaebec;
}

table#content-table-jodi tr {
    text-align: center;
    padding-left: 20px;
}

table#content-table-jodi tr td:first-child {
    text-align: center;
    padding-left: 2px;
    border-left: 0;
}


table#content-table-jodi tr td {
    /* padding: 1px; */
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #353434;
    border-left: 1px solid #4e4c4c;
    border-right: 1px solid #423f3f;
    background: #fafafa;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);*/
    color: #000;

     border: 1px solid #000;

/*background: rgba(44,191,184,1);
background: -moz-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,191,184,1)), color-stop(1%, rgba(44,191,184,1)), color-stop(47%, rgba(170,240,237,1)), color-stop(100%, rgba(44,191,184,1)));
background: -webkit-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -o-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -ms-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: linear-gradient(to bottom, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbfb8', endColorstr='#2cbfb8', GradientType=0 );*/


}


table#content-table-jodi tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

table#content-table-jodi th {
    padding:10px;
    /* padding: 4px 6px 4px 18px; 
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;*/
    font-size: 14px;
    background: #ededed;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));*/
    background: -moz-linear-gradient(top, #ededed, #ebebeb);

  border: 1px solid #000;

background: rgba(44,191,184,1);
background: -moz-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,191,184,1)), color-stop(1%, rgba(44,191,184,1)), color-stop(47%, rgba(170,240,237,1)), color-stop(100%, rgba(44,191,184,1)));
background: -webkit-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -o-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: -ms-linear-gradient(top, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
background: linear-gradient(to bottom, rgba(44,191,184,1) 0%, rgba(44,191,184,1) 1%, rgba(170,240,237,1) 47%, rgba(44,191,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cbfb8', endColorstr='#2cbfb8', GradientType=0 );


}



/*======================End Css For jodi PageBy A. K. S.===================*/

/* ================= START CSS for Register Modal BY P.M ================== */
#myModal{
    color: #000000;
    background-color: #fff;
    width: 500px;   
    height: 500px;
    margin: 45px auto;
}
.borderDivHeader{
   
   margin-top: 39px;
} 
.mandatory{
   color:#FF0000;
}
.modal-backdrop {
    opacity: 0.7;
}
/* ================= START CSS for Register Modal BY P.M ================== */



#bottomdivTwo {
     background: #0f06a3;
     padding: 12px 0px;
     width: 100%;
     float:left;
}

.userLogin {
    display: inline-block;
    float: left;
    position: relative;
    top: 6px;
    /* left: 30px; */
    width: 100%;
}
 .resgisterNow
{
	display: inline-block;
	float: left;
	position: absolute;
	top: 43px;
	right: 2px;
	height: 75px;
	line-height: 70px;
	text-align: center;
	padding:0px 12px;
	border-radius: 50px;
	background: -moz-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(0,128,0,1)), color-stop(50%, rgba(255,255,0,1)), color-stop(100%, rgba(0,128,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(45deg, rgba(0,128,0,1) 0%, rgba(255,255,0,1) 50%, rgba(0,128,0,1) 100%); /* ie10+ */
	background: linear-gradient(45deg, rgb(97 0 253) 0%, rgba(255,255,0,1) 50%, rgb(69 3 181) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='#008000',GradientType=1 ); /* ie6-9 */
	/* display: inline-block;
    float: left;
    position: absolute;
    top: 43px;
    right: 100px;
    background: #8d1f11;
    border-radius: 100%;
    width: 90px;
    height: 80px;
    line-height: 75px;
    text-align: center ;*/
}
	.resgisterNow a
	{
		text-decoration:none;
		color:#000;
		font-size:20px;
	}
	.resgisterNow a:hover
	{
		text-decoration:none;
		font-size:20px;

	}


	.tabMyGame ul li 
	{
		display: inline;
	}
/*countdown starter*/
.countDownWarpper{
    background-color: white;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 0px;
}
.countDownWarpper .wrapper {
  float:left;
  width:20%;
}
.digit {
  display: inline-block;

font-size: 62px;

color: rgba(0, 0, 0, 0.25);

height: 180px;

line-height: 96px;
}

.time-part-wrapper {
  display: inline-block;
  margin-right: 21px;
  position: relative;
}
.time-part-wrapper:not(:last-child):after {
  content: ":";
  display: block;
  width: 10px;
  height: 230px;
  position: absolute;
  top: 0px;
  right: -10px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 62px;
  line-height: 1.2;
}

.time-part {
  width: 34px;

text-align: center;

height: 72px;

overflow: hidden;

display: inline-block;

margin-left: -5px;

box-sizing: border-box;
}
.time-part .digit-wrapper {
  animation-timing-function: cubic-bezier(1, 0, 1, 0);
}

.time-part.seconds.tens .digit-wrapper {
  animation-name: seconds-tens;
  animation-duration: 60s;
  animation-iteration-count: 60;
}
.time-part.seconds.ones .digit-wrapper {
  animation-name: seconds-ones;
  animation-duration: 10s;
  animation-iteration-count: 360;
}
.time-part.hundredths.tens .digit-wrapper {
  animation-name: hundredths-tens;
  animation-duration: 1s;
  animation-iteration-count: 3600;
}
.time-part.hundredths.ones .digit-wrapper {
  animation-name: hundredths-ones;
  animation-duration: 0.1s;
  animation-iteration-count: 36000;
}

@keyframes minutes-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes minutes-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes seconds-tens {
  0% {
    transform: translateY(-180px);
  }
  16.66667% {
    transform: translateY(-360px);
  }
  33.33333% {
    transform: translateY(-540px);
  }
  50% {
    transform: translateY(-720px);
  }
  66.66667% {
    transform: translateY(-900px);
  }
  83.33333% {
    transform: translateY(-1080px);
  }
}
@keyframes seconds-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-tens {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}
@keyframes hundredths-ones {
  0% {
    transform: translateY(-180px);
  }
  10% {
    transform: translateY(-360px);
  }
  20% {
    transform: translateY(-540px);
  }
  30% {
    transform: translateY(-720px);
  }
  40% {
    transform: translateY(-900px);
  }
  50% {
    transform: translateY(-1080px);
  }
  60% {
    transform: translateY(-1260px);
  }
  70% {
    transform: translateY(-1440px);
  }
  80% {
    transform: translateY(-1620px);
  }
  90% {
    transform: translateY(-1800px);
  }
}


.wrapper {
  position: relative;

}
.wrapper:before, .wrapper:after {
 
}
.wrapper:before {
  top: 0px;
 
}
.wrapper:after {
  bottom: 0px;
 
}
.countDownWarpper h2 {
    font-size: 16px;
    color: black;
    font-weight: bold;
}
.amusement{
    float: right;
    text-align: center;
    background: #fbae43;
    padding: 20px;
    width: 21%;
    height:130px;
}
.print-button {
    float: left;
    margin:0;
    position:relative;
    width: 100%;
    text-align:left;
}
ul.limit-timing {
    float: left;
    padding: 0;
    margin: 0;
    text-align:center;
    width:100%;
}
ul.limit-timing li {
    list-style: none;
    background: linear-gradient(45deg, #a899fa, #41118d);
    display: inline-block;
    padding: 15px 0;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
}
.brand-section{ padding:0; margin:0;}
.brand-section li {
    display: inline-block;
}
 
 
.brand-section li#logo{ background:none; padding:0; border-radius:0; width:115px;}
.brand-section li#advTime {
    background: no-repeat;
    padding: 0;
    margin: 0;
}
.brand-section li{
    list-style: none;
    background: linear-gradient(45deg, #d45b48, #7d1b0c);
    float: left;
    padding: 10px 61px;
    border-radius: 5px;
    margin: 0 4px 0 0;
}
.brand-section li#advTime select {
    padding: 10px;
    width: 100%;
    height: auto;
}
.brand-section li a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
span.banner .bimg {
    width: 100%;
    margin: 0;
    height: 113px;
}
#dvEvenOdd2{

    display: inline-block;
    width: 100%; 
    text-align: center;
    margin-top: 0;
    float:left;
}
span.banner {
    width: 80%;
    float: right;
}
#logo {
   
}
.orange-td {
    background: linear-gradient( #6044fc,#fff, #0909ef) !important;
}
.orange-td input[type="text"] {
    border: 1px solid 
    #000;
    margin: 2px 0;
}
.orange-td strong {
    padding: 2px 0 0;
    display: block;
} 
.main-page.print-button .select-box select {
    width: 100%;
    padding: 10px;
    height: auto;
    background: linear-gradient(to bottom, #fbb450, #f89406);
    color: #f00;
    font-weight: bold;
    border: 1px solid #e1962d;
}
.toprr1 {
    background: linear-gradient(to bottom, #fbb450, #9696f8);
    font-size: 18px;
    padding: 5px 0;
    font-weight: bold;
}
.my_btn label {
    display: inline;
    margin: 0 15px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
#main-index-page {
    text-align: center;
}
#main-index-page .my_btn {
    padding: 5px 20px;
    margin: 0 55px;
}
.loginMyGame {
    margin: 0;
}
.print-button label {
    display: inline;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 15px;
}
.adv-book{
    padding: 5px 10px 5px 10px;
    height: auto;
    background: linear-gradient(to bottom, #fbb450, #f89406);
    color: #f00;
    font-weight: bold;
    border: 1px solid #e1962d;
    text-transform: uppercase;
}
.jodi-bottom .my_btn {
    margin-left: 0px;
}
.main-page.print-button .prize.btn-warning{
background: #bf882d;
color: #000;
float:left;
font-style:normal;
}
.print-button .prize.btn-warning{background: #a3ff00;color: #000;font-style:normal;}
.main-page.print-button .btn-warning{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfd255+0,f3f9e5+50,9ecb2d+100 */background: #bfd255; /* Old browsers */background: -moz-linear-gradient(-45deg, #bfd255 0%, #f3f9e5 50%, #9ecb2d 100%); /* FF3.6-15 */background: -webkit-linear-gradient(-45deg, #bfd255 0%,#f3f9e5 50%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(135deg, #9e8dfd 0%,#f3f9e5 50%,#8080f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */font-weight:bold;}
.my_btn_top {
 
    color:  #F00;
    font-weight: bold;
    font-size: 18px; 

}
.tab ul.login li.jodiPrice {

    padding: 9px 13px;

}
.tab ul.login li.jodiPrice label {
    display: inline;
    font-weight: bold;
}
.main-page.print-button .select-box select.prize-select{
    background: #bf882d;
color: #000;
font-style: bold;
text-align:center;
}
ul.ten-digit-btn {
    padding: 0;
    margin: 0;
    text-align:center;
    background: linear-gradient(180deg, #491c96, #481b95);
}
ul.ten-digit-btn li{ list-style:none; display:inline;}
ul.ten-digit-btn li a {
    background: linear-gradient(180deg, #F1F1F1, #cacaca);
    border: 1px solid #50625d;
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold; 
    padding: 5px 36px;
    border-radius: 5px;
    margin: 2px 0;
}
.bimg {
    width: 100%;
    height:80px;
}
.col-md-3.select-box{ padding:0;}
.open .dropdown-menu {
    display: block;
    text-align: center;
}
.back-lemon{
    background:#A3FF00 !important;
}

/*table#content-table tbody tr:nth-child(odd){ 
		background: #f3f4f5 !important;
	}
	/*  Define the background color for all the EVEN background rows  */
	/*table#content-table tbody tr:nth-child(even){
		background: #d1d1d1 !important;
	}*/
	.text-danger{color:red !important;}
		background: #f3f4f5 !important;
	}
	/*  Define the background color for all the EVEN background rows  */
	/*table#content-table tbody tr:nth-child(even){
		background: #d1d1d1 !important;
	}*/
	.text-danger{color:red !important;}