@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
body{
	/*
	background:url(../images/bg-full.jpg) repeat;
	*/
	background-color:#000000;
	font-family: 'Droid Sans', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
ul.slides{
	padding:0;
}
ul.slides li{
	list-style:none;
}
.shaded-bg{
	
	background-image:url(../images/shaded-bg.png);
	background-repeat:repeat-x;
	
	/*
	background-image:url(../images/euro2016/background-field.png), url(../images/euro2016/background-audience.png);
	background-repeat:repeat-x, no-repeat;
	background-position: 50% 113%, 0px 0px;
	background-size: auto auto, 100% calc(100% - 50px);
	
	
	background-image:url(../images/euro2016/shadow-right.png), url(../images/euro2016/shadow-left.png), url(../images/euro2016/background.jpg);
	background-repeat:no-repeat, no-repeat, no-repeat;
	background-position:calc(50% + 554px), calc(50% - 554px) 0px, 50% 0px;
	background-size:initial 100%;
	*/
	
	width:100%;
	min-height:930px;
	position:relative;
	overflow:hidden;
}
.menu{
	background:url(../images/menu-bg.png) no-repeat;
	width:100%;
	height:42px;
}
.menu ul{
	padding:0px;
	margin:0px;
}
.menu > .menu-left ul li{
	list-style:none;
	display:inline-block;
	background:url(../images/menu-divider.png) no-repeat;
	height: 34px;
	background-position: right;
	padding-right: 8px;
}
.menu ul li a{
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	display:block;
	padding: 6px 0px 6px 7px;
	text-shadow: 0px 1px 1px #000;
}
.menu ul li a:hover{
	text-decoration:none;
}
.menu-left {
	float: left;
	margin: 0px 0px 0px 5px;
}
.menu ul .active{
	background: rgba(255,109,30,1);
	background: -moz-linear-gradient(top, rgba(255,109,30,1) 0%, rgba(206,10,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,109,30,1)), color-stop(100%, rgba(206,10,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,109,30,1) 0%, rgba(206,10,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,109,30,1) 0%, rgba(206,10,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,109,30,1) 0%, rgba(206,10,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,109,30,1) 0%, rgba(206,10,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d1e', endColorstr='#ce0a00', GradientType=0 );
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3A3A3A;
	border-top:0px;
}
.menu ul .active a{
	color:#000;
	text-shadow:none;
}
.menu ul li:nth-last-child(1){
	background:none;
}
.menu-right{
	float:right;
	margin-right:6px;
}
.menu-right .f-cont{
	float: left;
	margin: 4px 0 0 0;
}
.menu-right .mfield{
	font-size: 12px;
	font-style: italic;
	width: 116px;
	height: 28px;
	border: 2px solid #c40523;
	border-radius: 5px;
	padding: 0px 4px;
	box-shadow: inset 0px 2px 2px 0px #ccc;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0 );
	float:left;
	outline:none;
}
.icon{
	background:url(../images/icons.png) no-repeat;
	display:block;
}
.mfield{
}
.menu-right ::-webkit-input-placeholder { /* WebKit browsers */
    color: #767676;
}
.menu-right :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #767676;
   opacity:  1;
}
.menu-right ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #767676;
   opacity:  1;
}
.menu-right :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #767676;
}
.frm-user{
	float:left;
	width: 20px;
	height: 20px;
	margin: 3px 2px 0 0;
}
.frm-pw{
	float:left;
	width: 20px;
	height: 20px;
	background-position: 0px -25px;
	margin: 2px 3px 0 2px;
}
.loginbtn {
	width: 59px;
	height: 26px;
	background-position: -3px -64px;
	border: 0px;
	font-size: 0px;
	float:left;
	outline:none;
	margin-left: 4px;
	margin-top: 3px;
}
.loginbtn:hover{
	background-position:-3px -91px;
}
.daftrbtn{
	width: 59px;
	height: 25px;
	background-position: -3px -120px;
	border: 0px;
	font-size: 0px;
	float:left;
	outline:none;
	margin-top: 3px;
	margin-left: 1px;
}
.daftrbtn:hover{
	background-position: -3px -146px;
}
.logo-row{
	padding: 5px 0px 8px;
	height:103px;
}
.logo{
	float:left;
	margin: 0px 0px;
}
.logo-right{
	background:url(../images/logo-right.png);
	width:345px;
	height:88px;
	float:right;
	border-radius: 7px;
	overflow:hidden;
}
.logo-right .data-col{
	float:left;
	width:120px;
	height:auto;
	text-align:center;
	margin: 8px 0px 0px 5px;
}
.logo-right .data-col h5{
	font-size:17px;
	color:#000;
	font-family: 'Fjalla One', sans-serif;
	margin:0px;
}
.logo-right .data-col h4{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:45px;
	margin: 5px 0 0 0;
	color: #fff;
	line-height: 35px;
}
.logo-right .data-col p{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#000;
	font-size:12px;
	margin:0px;
}
.togel-logo{
	float: left;
	margin: 3px 0px 0px 4px;
}
.logo-right .btn-cont{
	float:right;
}
.logo-right .btn-cont ul{
	padding:0px;
	margin:0px
}
.logo-right .btn-cont li{
	list-style:none;
}
.logo-right .btn-cont li a{
	display:block;
	width: 92px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	color:#000;
	font-size:13px;
	padding: 6px 0px;
	outline:none;
}
.logo-right .btn-cont li a:focus{
	text-decoration:none;
}
.toptab .ttdata{
	float: left;
	width: 250px;
}
.logo-right .btn-cont a:hover{
	text-decoration:none;
}
.logo-right .btn-cont .vipbtn{
	background: rgba(165,165,165,1);
	background: -moz-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,165,165,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#f2f2f2', GradientType=0 );
}
.logo-right .btn-cont .singbtn{
	background: rgba(165,165,165,1);
	background: -moz-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,165,165,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#f2f2f2', GradientType=0 );
}
.logo-right .btn-cont .totokl-btn{
	background: rgba(165,165,165,1);
	background: -moz-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(165,165,165,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(165,165,165,1) 0%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#f2f2f2', GradientType=0 );
}
.logo-right .btn-cont .ui-tabs-active a{
	background: rgba(169,3,42,1);
	background: -moz-linear-gradient(top, rgba(169,3,42,1) 0%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,3,42,1)), color-stop(100%, rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,42,1) 0%, rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,42,1) 0%, rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,42,1) 0%, rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,42,1) 0%, rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9032a', endColorstr='#6d0019', GradientType=0 );
	color:#fff;
}
.content{
	background:#c1bc94;
	padding:20px;
	width:100%;
	position:relative;
}
.banner-row{
}
.banner-row .banner{
	position:relative;
	float: left;
	width:640px;
	border-radius: 15px;
	border: 3px solid #615e4e;
	height:330px;
	overflow:hidden;
}
.banner-right{
	background:#615e4e;
	display:inline-block;
	vertical-align:top;
	background-color:#615E4E;
}
.banner-right .box{
	border:1px solid #ffe62a;
	width:247px;
	min-height:100px;
	height:245px;
	overflow:hidden;
	background:url(../images/box-bg.jpg) repeat;
}
.banner-right .box .heading-cont{
	background: rgba(24,24,24,1);
	background: -moz-linear-gradient(top, rgba(24,24,24,1) 0%, rgba(1,1,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,24,24,1)), color-stop(100%, rgba(1,1,1,1)));
	background: -webkit-linear-gradient(top, rgba(24,24,24,1) 0%, rgba(1,1,1,1) 100%);
	background: -o-linear-gradient(top, rgba(24,24,24,1) 0%, rgba(1,1,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(24,24,24,1) 0%, rgba(1,1,1,1) 100%);
	background: linear-gradient(to bottom, rgba(24,24,24,1) 0%, rgba(1,1,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#010101', GradientType=0 );
	text-align:center;
	padding: 4px 4px;
}
.banner-right .box .heading-cont .ld{
	display:block;
	background:url(../images/latest-deposti.jpg) no-repeat;
	width:237px;
	height:28px;
}
.banner-right .box .heading-cont .lw{
	display:block;
	background:url(../images/latest-withdraw.jpg) no-repeat;
	width:237px;
	height:28px;
}
.b-row .name{
	color: #fff;
	float:left;
}
.b-row .name span{
	float:left;
	margin: 3px 0px 0 4px;
}
.b-row .name i{
	float:left;
}
.b-row .rupee{
	color: #fff;
	float:left;
	margin: 0 0 0 5px;
}
.b-row .rupee span{
	margin: 3px 0px 0 4px;
	float:left;
}
.b-row .rupee i{
	float:left;
}
.userico{
	width: 20px;
	height: 20px;
	background-position: -27px 0px;
}
.rupeeico{
	width: 20px;
	height: 20px;
	background-position: -27px -27px;
}
.b-row {
	padding: 0px 5px;
}
.b-row .check{
	width: 23px;
	height: 26px;
	background-position: -55px 0px;
	float: left;
	margin: -4px 0px 0px 11px;
}
.box-data {
	padding: 8px 0px;
}
.br-divider{
	width:235px;
	height:5px;
	background:url(../images/boxrow-divider.jpg) no-repeat;
	margin: 0px 5px;
}
.b-row .cross{
	width: 23px;
	height: 26px;
	background-position: -55px -31px;
	float: left;
	margin: -4px 0px 0px 11px;
}
.box{
	float:left;
}
.box2{
	margin-left: 5px;
}
.news-row{
	background:#555140;
	padding:6px 8px;
	height:54px;
	margin:0 0 15px 0;
}
.news-row .news{
	width:100%;
	height: 41px;
	background: #1a1813;
	box-shadow: inset 0px 2px 1px 0px #000;
}
.news-heading{
	background:url(../images/news-heading.png) no-repeat;
	width:163px;
	height:42px;
	float:left;
}
.newsdata{
	float:left;
	width: 730px;
	padding: 0px 20px;
}
.newsdata p{
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height: 40px;
}
.category-cont{
	margin: 12px 0px 0px;
}
.catbox{
	background:url(../images/catbox.png) no-repeat;
	width:220px;
	height:268px;
	float:left;
	margin-right: 10px;
	position:relative;
}
.catbox h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	text-transform:uppercase;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-weight:700;
	margin: 0px;
	text-shadow: 1px 1px 2px #000;
}
.catimg{
	background: rgba(254,206,180,1);
	background: -moz-linear-gradient(top, rgba(254,206,180,1) 0%, rgba(234,86,6,1) 50%, rgba(241,116,49,1) 51%, rgba(253,156,104,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,206,180,1)), color-stop(50%, rgba(234,86,6,1)), color-stop(51%, rgba(241,116,49,1)), color-stop(100%, rgba(253,156,104,1)));
	background: -webkit-linear-gradient(top, rgba(254,206,180,1) 0%, rgba(234,86,6,1) 50%, rgba(241,116,49,1) 51%, rgba(253,156,104,1) 100%);
	background: -o-linear-gradient(top, rgba(254,206,180,1) 0%, rgba(234,86,6,1) 50%, rgba(241,116,49,1) 51%, rgba(253,156,104,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,206,180,1) 0%, rgba(234,86,6,1) 50%, rgba(241,116,49,1) 51%, rgba(253,156,104,1) 100%);
	background: linear-gradient(to bottom, rgba(254,206,180,1) 0%, rgba(234,86,6,1) 50%, rgba(241,116,49,1) 51%, rgba(253,156,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feceb4', endColorstr='#fd9c68', GradientType=0 );
	width: 184px;
	height: 170px;
	margin: 15px 0px 0 16px;
	border-radius: 10px;
}
.catimg img{
	margin: 3px 0px 0px 3px;
	border-radius: 10px;
}
.no-rightmargin{
	margin-right:0px !important;
}
.vid-row{
	margin:15px 0 0 0;
}
.vid-row .video{
	background:#191919;
	width:537px;
	height:337px;
	float: left;
	padding: 4px;
}
.vid-row .video iframe{
	width:100%;
	height:100%;
}
.score-cont{
	background: #191919;
	float: left;
	padding: 4px;
	width: 344px;
	height: 337px;
	margin-left: 25px;
	border-radius: 6px;
}
.score-cont .score-list{
	width: 100%;
	height: 329px;
	overflow-y: scroll;
}
.score-list{
}
.score-list ul{
	padding:0px;
	margin:0px;
}
.score-list li{
	background:#3c3c3c;
	background-position:left;
	list-style:none;
	margin: 0px 0px 0px 2px;
	padding: 2px 0px 2px 5px;
}
.score-list li:nth-child(even){
	background:#585858;
}
.footbal-icon{
	background:url(../images/football.png) no-repeat;
	width:20px;
	height:20px;
}
.score-list li span{
	color:#fff;
	float:left;
	margin-right: 5px;
	margin-top: 4px;
}
.score-list li .yellow{
	color:#ffd658 !important;
}
.score-list li .play{
	float:left;
	background:url(../images/play.png) no-repeat;
	width:26px;
	height:27px;
	margin:1px 0 0 0;
}
.logos{
	position:relative;
	z-index:1;
	padding:40px 0;
}
.logos .footer-bank{
	text-align:center;
}
.logos .footer-bank img{
	display:inline-block;
}
footer{
	background: rgba(34,34,34,1);
	background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 21%, rgba(26,26,26,1) 53%, rgba(21,21,21,1) 75%, rgba(21,21,21,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,1)), color-stop(21%, rgba(34,34,34,1)), color-stop(53%, rgba(26,26,26,1)), color-stop(75%, rgba(21,21,21,1)), color-stop(100%, rgba(21,21,21,1)));
	background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 21%, rgba(26,26,26,1) 53%, rgba(21,21,21,1) 75%, rgba(21,21,21,1) 100%);
	background: -o-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 21%, rgba(26,26,26,1) 53%, rgba(21,21,21,1) 75%, rgba(21,21,21,1) 100%);
	background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 21%, rgba(26,26,26,1) 53%, rgba(21,21,21,1) 75%, rgba(21,21,21,1) 100%);
	background: linear-gradient(to bottom, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 21%, rgba(26,26,26,1) 53%, rgba(21,21,21,1) 75%, rgba(21,21,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515', GradientType=0 );
	width:100%;
	height:58px;
	border:1px solid #090909;
	box-shadow: inset 0px 1px 2px 0px #575757;
	position:relative;
}
.f-contact{
	font-family: 'Comfortaa', cursive;
	background:url(../images/f-contacticon.png) no-repeat;
	background-position: left;
	font-size: 18px;
	color: #898989;
	padding: 0px 0px 0px 42px;
	height: 26px;
	float: left;
	margin-left: 25px;
}
.footer-data a{
	color:#fff;
}
.copyright{
	color:#fff;
	font-size:12px;
	float:right;
	margin: 3px 0px;
}
.footer-data a:hover{
	text-decoration:underline;
}
.s-btns{
	width: 223px;
}
.s-btns .sbtn{
	width:111px;
	height:33px;
	background:url(../images/social-btns.png) no-repeat;
	display:block;
	float:left;
}
.s-btns .sbtn.tw{
}
.s-btns .sbtn.fb{
	background-position: -114px 0px;
}
.footer-data{
	padding: 12px 0px;
}
.fixed-social{
}
.fixed-social ul{
	padding:0px;
	margin:0px;
	left:0px;
	top:40%;
	margin-top:-235px;
	position:fixed;
	z-index:900;
}
.fixed-social ul li{
	list-style:none;
}
.f-btn{
	background:url(../images/fixedbtns-rev.png) no-repeat;
	width:68px;
	height:66px;
	display:block;
	position:relative;
}
.fixed-social .ym{
	background-position:0px -67px;
}
.fixed-social .sms{
	background-position: 0px -134px;
}
.fixed-social .bbm{
	background-position: 0px -602px;
}
.fixed-social .whatsapp{
	background-position: 0px -267px;
}
.fixed-social .dt{
	background-position: 0px -333px;
}
.fixed-social .panduan{
	background-position: 0px -400px;
}
.fixed-social .souvenir{
	background-position: 0px -466px;
}
.fixed-social .peraturan{
	background-position:0px -532px;
}
.tooptipbg{
	background:url(../images/toottip.png) no-repeat;
	min-width:180px;
	text-align:center;
	display:none;
	position:absolute;
	top: 15px;
	left: 66px;
	padding: 7px 13px 20px 13px;
	color: #000;
	font-size: 16px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	font-weight:bold;
	z-index:2000;
}
.f-btn:hover .tooptipbg{
	display:block;
}

/*********Dashboard Page**********/
.dashboard-data{
	padding:10px;
	background:#061523;
}
.profile{
	background:#fff;
}
.profile .profile-img{
	padding:10px;
	float:left;
}
.p-detail {
	float: left;
	width: 340px;
}
.p-detail h5{
	font-size: 18px;
	color: #252525;
}
.p-detail span{
	color:#707070;
	font-size:16px;
}
.p-detail .title{
	width: 68px;
	float: left;
}
.p-detail .divider{
	margin-right: 15px;
}
.p-detail .pdata{
	color:#707070;
	font-size:16px;
}
.p-detail .prow {
	margin-bottom: 6px;
}
.pw-col{
	float:left;
	width:175px;
	text-align:center;
}
.pw-col .fg-pw{
	width:173px;
	height:43px;
	background:url(../images/password-btn.png) no-repeat;
	display:block;
	padding: 11px 0px 0px 46px;
	color:#fff;
	text-align:left;
	margin: 5px 0px 0px;
}
.pw-col .fg-pw:hover{
	text-decoration:none;
}
.pw-col p{
	color:#252525;
	margin: 8px 0 3px;
}
.pw-col .ip{
	color:#ed1c24;
}
.prf-menu{
	float:right;
	width:185px;
	margin:5px 5px 0 0;
}
.prf-menu ul{
	padding:0px;
	margin:0px;
}
.prf-menu ul li{
	list-style:none;
	margin-bottom: 2px;
}
.prf-menu ul li a{
	text-align:right;
	display:block;
	width:100%;
	height:28px;
	background:#6e6e6e;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	line-height: 27px;
	padding-right: 7px;
}
.prf-menu ul li a:hover{
	background:#3a3a3a;
	text-decoration:none;
}
.prf-menu ul li a span{
	float:right;
}
.prf-menu ul li a i{
	float: left;
	color: #000;
	font-size: 16px;
	margin: 6px 0px 0px 7px;
}
.prf-tab{
	margin:5px 0 0 0;
}
.prf-tab ul{
	padding:0px;
	margin:0px;
	text-align:center;
	height: 36px;
}
.prf-tab ul li{
	list-style:none;
	outline:none;
	display:inline-block;
	position: relative;
	width: 127px;
	height: 36px;
}
.prf-tab ul li a{
	outline: none;
	color: #fff;
	padding: 12px 15px 11px;
	display: block;
	line-height: 13px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(196,132,106,1);
	background: -moz-linear-gradient(top, rgba(196,132,106,1) 0%, rgba(140,51,16,1) 29%, rgba(117,33,0,1) 71%, rgba(192,111,79,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,132,106,1)), color-stop(29%, rgba(140,51,16,1)), color-stop(71%, rgba(117,33,0,1)), color-stop(100%, rgba(192,111,79,1)));
	background: -webkit-linear-gradient(top, rgba(196,132,106,1) 0%, rgba(140,51,16,1) 29%, rgba(117,33,0,1) 71%, rgba(192,111,79,1) 100%);
	background: -o-linear-gradient(top, rgba(196,132,106,1) 0%, rgba(140,51,16,1) 29%, rgba(117,33,0,1) 71%, rgba(192,111,79,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,132,106,1) 0%, rgba(140,51,16,1) 29%, rgba(117,33,0,1) 71%, rgba(192,111,79,1) 100%);
	background: linear-gradient(to bottom, rgba(196,132,106,1) 0%, rgba(140,51,16,1) 29%, rgba(117,33,0,1) 71%, rgba(192,111,79,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4846a', endColorstr='#c06f4f', GradientType=0 );
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border: 1px solid #853212;
	border-bottom: 0px;
}
.prf-tab ul li a:hover, .prf-tab ul li a:focus{
	text-decoration:none;
}
.prf-tab ul li .dubbleline{
	padding: 5px 15px;
}
.prf-tab ul .ui-tabs-active a{
	background: #fff;
	color: #000;
	font-weight: 600;
	height: 42px;
}
.tabdata {
	background:#ebebeb;
}
.tabdataborder{
	width:100%;
	height:6px;
	display:block;
	background: rgba(114,52,18,1);
	background: -moz-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,52,18,1)), color-stop(100%, rgba(73,34,17,1)));
	background: -webkit-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -o-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: linear-gradient(to bottom, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723412', endColorstr='#492211', GradientType=0 );
	box-shadow: 0px 6px 0px 0px #fff;
}

.alertstrip{
	width:100%;
	color:#FFF;
	background:#e5231a;
	text-align:center;
	height:35px;
	margin: 13px 0 0 0;
}
.alertstrip p{
	margin:0px;
	display:inline-block;
	background:url(../images/alert-icon.png) no-repeat;
	background-position:left;
	height: 22px;
	padding: 0 0 0 35px;
	line-height: 25px;
	margin: 6px 0px;
}
.table-cont {
	margin: 8px 10px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #7f7f7f;
}
.table-cont table{
	width: 100%;
}
#dashboard table{
}
#dashboard table th{
	font-family:'calibri', Arial;
	text-align:center;
	font-size: 18px;
	font-weight: 400;
	background:url(../images/thdivider.png) no-repeat;
	background-position:right;
	height: 37px;
	color: #000;
	text-shadow: 0px 1px 1px #D0D0D0;
}
#dashboard table th:nth-last-child(1){
	background:none;
}
#dashboard table .head{
	background: rgba(146,151,158,1);
	background: -moz-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,151,158,1)), color-stop(100%, rgba(80,80,80,1)));
	background: -webkit-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -o-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -ms-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: linear-gradient(to bottom, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92979e', endColorstr='#505050', GradientType=0 );
}
.table-outer{
	min-height:600px;
}
#dashboard table td{
	text-align: center;
	font-size: 15px;
	box-shadow: -1px 1px 0px 0px #7f7f7f;
	height: 27px;
	line-height: 29px;
	color:#252525;
}
#dashboard table .running{
	color:#406618;
}
#dashboard table .stoped{
	color:#ed1c24;
}
.pagi-cont{
	padding:10px 0px 30px;
	width: 612px;
	margin: 0 auto;
}
.pagi-cont h6{
	font-family:calibri, Arial;
	color:#111111;
	font-size:17px;
	margin: 9px 0px;
	float:left;
}
.pagi-cont .pagi-outer{
	width:442px;
	height:37px;
	float:left;
	border-top: 4px solid #fff;
	margin-left:30px;
	box-shadow: 0px -1px 4px 1px #DBDBDB;
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(214,214,214,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(214,214,214,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(214,214,214,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(214,214,214,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(214,214,214,1) 100%);
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%, rgba(214,214,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6', GradientType=0 );
	color:#777777;
}
.prf-tab .pagi-nav{
	float: left;
	width: 365px;
	text-align: left !important;
}
.prf-tab .pagi-nav ul{
}
.prf-tab .pagi-nav li{
	width: 20px;
	height: 25px;
	background: none;
	margin: 4px 0px;
	padding: 3px 0px;
}
.prf-tab .pagi-nav li a{
	background:none;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:11px;
	padding:0px;
	line-height: 17px;
}
.prf-tab .pagi-nav .icon{
	background:url(../images/icons.png) no-repeat;
}
.prf-tab .pagi-nav .prev-page{
	width: 15px;
	height: 15px;
	display: block;
	background-position: -66px -95px !important;
}
.prf-tab .pagi-nav .next-page{
	width: 15px;
	height: 15px;
	display: block;
	background-position: -82px -95px !important;
	margin-left: 8px;
}
.prf-tab .pagi-nav .active a{
}
.pagi-outer .title{
	color:#777777;
	font-size:11px;
	padding: 8px 17px;
	float:left;
	text-transform:uppercase;
}
.dashboard-bottom{
	padding: 12px 15px;
}
.dashboard-bottom h4{
}
.dashboard-bottom{
	margin-top:20px;
}
.dashboard-bottom ul{
	height:auto !important;
}
.dashboard-bottom li{
	display: block !important;
	width: 100% !important;
	box-shadow: 0px 1px 0px 0px #898989;
	background:#d3d3d3;
	border-radius:5px;
	height:26px !important;
	padding: 3px 10px;
	margin-bottom:5px;
}
.dashboard-bottom li span{
	padding-right:10px;
	position:absolute;
	white-space:nowrap;
}
.dashboard-bottom li span i{
	margin-right:5px;
}
.dashboard-bottom li span e{
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	display: inline-block;
	padding: 0px 7px;
	width: 70px;
	border-radius: 3px;
	text-align:center;
}
.dashboard-bottom li .bnk{
	width:100px;
	left:15px;
	text-align:left;
}
.dashboard-bottom li .card{
	width:150px;
	overflow:hidden;
	left:125px;
	text-align:left;
}
.dashboard-bottom li .user{
	left:275px;
	width:255px;
	overflow:hidden;
	text-align:left;
}
.dashboard-bottom li .date{
	width: 210px;
	text-align:left;
	overflow:hidden;
	left:536px;
}
.dashboard-bottom li .status{
	right:15px;
}
.dashboard-bottom li .approve{
	background:#6b831b;
}
.dashboard-bottom li .rejected{
	background:#dd0606;
}
.pending{
	background:url(../images/pending.png) #da7b06 no-repeat;
	background-position:left;
	padding: 0px 5px 0px 12px !important;
}
#histori .table-cont{
	border:0px;
	padding-top: 5px;
}
#histori table{
}
#histori table .head{
}
#histori table tr th{
	background:#585858 !important;
	border-right:4px solid #fff;
	color:#fff;
	text-align:center;
	height:38px;
	border-bottom: 4px solid #fff;
}
#histori table tr th:nth-last-child(1){
	border:0px;
}
#histori table tr {
	background:#bcbcbc;
}
#histori table tr td{
	text-align:center;
	height:22px;
	color:#555555;
	font-size:14px;
	border-right: 4px solid #fff;
}
#histori table tr td:nth-last-child(1){
	border:0px;
}
#histori table tr:nth-child(odd){
	background:#cccccc;
}
.pagi-without-heading{
	width: 500px;
}
.btns-row{
	padding:12px 15px;
}
.btn-rowleft{
	width:440px;
	padding: 6px 0px;
}
.btn-rowleft a{
	width:140px;
	height:34px;
	text-align:center;
	float:left;
	border-radius: 5px;
	color: #fff;
	line-height: 32px;
	font-size: 15px;
	margin-right: 5px;
}
.btn-rowleft a:hover{
	text-decoration:none;
}
.btn-rowleft a.brown{
	background: rgba(114,52,18,1);
	background: -moz-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(114,52,18,1)), color-stop(100%, rgba(73,34,17,1)));
	background: -webkit-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -o-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: -ms-linear-gradient(top, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	background: linear-gradient(to bottom, rgba(114,52,18,1) 0%, rgba(73,34,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#723412', endColorstr='#492211', GradientType=0 );
}
.btn-rowleft a.red{
	background: rgba(205,24,30,1);
	background: -moz-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,24,30,1)), color-stop(100%, rgba(175,27,22,1)));
	background: -webkit-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -o-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -ms-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: linear-gradient(to bottom, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd181e', endColorstr='#af1b16', GradientType=0 );
}
.btn-rowleft a.green{
	background: rgba(110,184,13,1);
	background: -moz-linear-gradient(top, rgba(110,184,13,1) 0%, rgba(83,146,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(110,184,13,1)), color-stop(100%, rgba(83,146,0,1)));
	background: -webkit-linear-gradient(top, rgba(110,184,13,1) 0%, rgba(83,146,0,1) 100%);
	background: -o-linear-gradient(top, rgba(110,184,13,1) 0%, rgba(83,146,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(110,184,13,1) 0%, rgba(83,146,0,1) 100%);
	background: linear-gradient(to bottom, rgba(110,184,13,1) 0%, rgba(83,146,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eb80d', endColorstr='#539200', GradientType=0 );
}
.bonus-detail{
	float: left;
	width: 210px;
	padding: 5px 0px;
}
.bonus-detail h5{
	margin: 0px;
	color: #000;
}
.bonus-detail p{
	margin: 2px 0 0 0;
	color:#000;
	
}
.rs{
	width:207px;
	height:46px;
	background:#e5231a;
	border-radius:3px;
	float:left;
	text-align: center;
	padding: 2px 0px;
}
.rs p{
	margin: 0px;
	color: #000;
}
.rs h6{
	margin: 2px 0 0 0;
	font-size: 16px;
	color: #fff;
}

#refferal table th{
	font-family: 'calibri', Arial;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: url(../images/thdivider.png) no-repeat;
	background-position: right;
	height: 37px;
	color: #000;
	text-shadow: 0px 1px 1px #D0D0D0;
	border-bottom:1px solid #A1A1A1;
}
#refferal table th:nth-last-child(1){
	background:none;
}
#refferal table .head {
	background: rgba(146,151,158,1);
	background: -moz-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,151,158,1)), color-stop(100%, rgba(80,80,80,1)));
	background: -webkit-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -o-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: -ms-linear-gradient(top, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	background: linear-gradient(to bottom, rgba(146,151,158,1) 0%, rgba(80,80,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92979e', endColorstr='#505050', GradientType=0 );
}
#refferal table tr{
	background:#3c3c3c;
}
#refferal table tr td{
	color:#fff;
	text-align:center;
	border-right:1px solid #A1A1A1;
	box-shadow: 0px -1px 0px 0px #A1A1A1;
	height: 25px;
}
#refferal table tr:nth-child(odd){
	background:#6b6b6b;
}
#refferal .graybg{
	background:#6b6b6b !important;
}
.claimbonus{
	background: rgba(251,221,130,1);
	background: -moz-linear-gradient(top, rgba(251,221,130,1) 0%, rgba(255,183,75,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,221,130,1)), color-stop(100%, rgba(255,183,75,1)));
	background: -webkit-linear-gradient(top, rgba(251,221,130,1) 0%, rgba(255,183,75,1) 100%);
	background: -o-linear-gradient(top, rgba(251,221,130,1) 0%, rgba(255,183,75,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,221,130,1) 0%, rgba(255,183,75,1) 100%);
	background: linear-gradient(to bottom, rgba(251,221,130,1) 0%, rgba(255,183,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdd82', endColorstr='#ffb74b', GradientType=0 );
	text-align: center;
	display: block;
	font-size: 12px;
	color: #000;
	width: 90px;
	margin: 0 auto;
	height: 20px;
	line-height: 21px;
	border-radius: 20px;
}
.claimbonus.inactive{
	text-decoration:none;
	background:#b2b2b2;
	color:#000;
}

.prf-tab .pagi-nav li.active {
	background: #f2f2f2 !important;
	box-shadow: 0px 0px 2px 1px #C0C0C0;
}
.chatmemo{
	padding:18px 22px;
	position:relative;
}
.chat-cont{
	width:100%;
	height:677px;
	background-image:url(../images/tile-memo.png);
	margin-top: 5px;
	float:left;
	position:relative;
	border-radius:10px;
}
.chat-right{
	position: absolute;
	width: 330px;
	height: 325px;
	right: 60px;
	bottom:65px;
}
.chat{
	padding:27px 15px;
	overflow:scroll;
	height:545px;
}
.chat ul{
	padding:0px;
	margin:0px;
	height:auto;
}
.chat ul li{
	list-style: none;
	width: 100%;
	position:relative;
	height:100%;
}
.chat ul li span{
	color: #363636;
	font-size: 17px;
	padding: 8px 25px;
	border-radius: 20px;
	
}
.chat ul li div.sender{
	color:white;
	font-family:sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.chat ul li div.time{
	color:#E2E2E2;
	font-family:sans-serif;
	font-size:11px;
}
.leftchat{
	text-align:left;
	
}
.leftchat span{
	max-width:45%;
	float:left;
	background: #fef5da; /* Old browsers */
background: -moz-linear-gradient(top,  #fef5da 1%, #f6df9c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fef5da), color-stop(100%,#f6df9c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fef5da 1%,#f6df9c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fef5da 1%,#f6df9c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fef5da 1%,#f6df9c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fef5da 1%,#f6df9c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef5da', endColorstr='#f6df9c',GradientType=0 ); /* IE6-9 */

}
.rightchat{
	text-align:right;
}
.rightchat span{
	max-width:45%;
	float:right;
	background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 1%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fdfdfd), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fdfdfd 1%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fdfdfd 1%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fdfdfd 1%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fdfdfd 1%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */

}
.msgtextbox img{float:right;margin:16px 31px 0 0}
.msgtextbox{
	position:absolute;
	width:100%;
	height:130px;
	bottom:0px;
	padding: 15px;
	background: #c3c3c3; /* Old browsers */
background: -moz-linear-gradient(top,  #c3c3c3 1%, #8a8a8a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c3c3c3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c3c3c3 1%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c3c3c3 1%,#8a8a8a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c3c3c3 1%,#8a8a8a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c3c3c3 1%,#8a8a8a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#8a8a8a',GradientType=0 ); /* IE6-9 */
	border-radius: 0 0 10px 10px;

}
.chatmsg{
	width:48%;
	border: 2x solid #8B8B8B;
	resize: none;
	height: 100px;
	border-radius: 6px;
	outline:none;
	padding: 5px 10px;
	
}
.msgtextbox span{
	font-size: 14px;
	color: #898989;
	position: absolute;
	width: 232px;
	left: 50%;
	margin-left: -116px;
	top: 50%;
	margin-top: -10px;
}
.msgtextbox .hide{
	display:none !important;
}

/*********Popups***********/
.popup-cont{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	top:0px;
	z-index:9;
}
.popup-outer{
	background:#565656;
	border-radius:15px;
	padding:17px;
	min-height:100px;
	position:relative;
	top:200px;
	left:50%;
}
.transferpopup{
	width:632px;
	margin-left:-316px;
}
.tp-row-left{
	width:325px;
	padding:10px;
	border-radius:10px;
	min-height:100px;
	background:#a1a1a1;
	float:left;
	max-height:255px;
}
.tp-field{
	margin-bottom: 10px;
}
.tp-field h6{
	font-size:16px;
	color:#363636;
	background:url(../images/tp-headingbg.png) no-repeat;
	height:30px;
	background-position:left;
	padding: 6px 0px 0px 32px;
	margin: 0px;
}
.tp-sltbox{
	background:#c1c1c1;
	height: 40px;
	border-radius: 5px;
	padding: 9px 0px;
	margin: 6px 0px 0px;
}
.tp-field .tp-sltbox h6{
	float:left;
	background:url(../images/gmae-remote.png) no-repeat;
	height:19px;
	font-size:14px;
	color:#363636;
	padding: 4px 10px 0px 32px;
	margin-left: 8px;
}
.tp-field .tp-sltbox select{
	float:left;
	width:186px;
	height:22px;
	background:#cbcbcb;
	border-radius: 3px;
	border: 1px solid #F0F0F0;
	box-shadow: inset 1px 1px 0px 0px #000;
	outline:none;
	cursor:pointer;
	font-size:13px;
}
.tp-txtfield{
	margin: 25px 0px 0px;
}
.tp-txtfield .title{
}
.tp-txtfield .title i{
	float:left;
	font-size: 16px;
	margin: 0px 8px 0px 0px;
}
.tp-txtfield .title h6{
	color:#fff;
	font-size:14px;
	float:left;
	margin:0px;
}
.tp-txtfield .field-outer{
	margin: 8px 0px 0px;
}
.tp-txtfield .field-outer .txtbox{
	float:left;
	width:195px;
	height:22px;
	background:#cbcbcb;
	border-radius: 3px;
	border: 1px solid #F0F0F0;
	box-shadow: inset 1px 1px 0px 0px #000;
	outline:none;
	padding:0px 8px;
	font-size:13px;
}
.tp-txtfield .field-outer .tpsbmt{
	background: rgba(125,126,125,1);
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,126,125,1)), color-stop(100%, rgba(14,14,14,1)));
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 );
	border: 1px solid #000;
	text-align: center;
	color: #fff;
	font-size: 15px;
	width: 86px;
	height: 26px;
	margin-left: 10px;
	margin-top: -2px;
	border-radius: 20px;
	outline: none;
}
.tp-row-right{
	width:267px;
	padding:10px;
	border-radius:10px;
	min-height:100px;
	background:#a1a1a1;
	float:left;
	max-height:255px;
	margin-left: 5px;
}
.tp-row-right h5{
	height:26px;
	background:url(../images/tp-rightheading.png) no-repeat;
	font-size:16px;
	color:#363636;
	margin:0px 0 15px;
	padding: 4px 0px 0px 35px;
}
.tp-graybox{
	padding:8px;
	background:#696969;
	margin-top:5px;
}
.tp-graybox h6{
	margin:0px 0 10px;
	font-size:14px;
	color:#fff;
}
.tp-graybox ul{
	padding: 0px 0 0 11px;
	margin:0px;
}
.tp-graybox li{
	color:#fff;
	font-size:12px;
	list-style:url(../images/dot.png);
	margin: 0px 0px 2px;
}
.tp-graybox li span{
	display: block;
}
.tp-bottom{
	margin-top:20px;
}
.tp-bottom h5{
	font-size:12px;
	color:#fff;
	margin:0px 0 12px;
}
.tp-bottom ul{
	padding: 0px 0px 0px 15px;
}
.tp-bottom li{
	color:#fff;
	font-size:12px;
	margin-bottom:15px;
}
.tp-bottom li span{
	display:block;
}
.closepopup{
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 20px;
	color: #000;
	text-align: center;
	border-radius: 50%;
	background: rgba(205,24,30,1);
	background: -moz-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(205,24,30,1)), color-stop(100%, rgba(175,27,22,1)));
	background: -webkit-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -o-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: -ms-linear-gradient(top, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	background: linear-gradient(to bottom, rgba(205,24,30,1) 0%, rgba(175,27,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd181e', endColorstr='#af1b16', GradientType=0 );
}
.closepopup:hover{
	color:#000;
	background:#a60c09;
}
.br-slidecontrol{
	
}

.box-data{
	position:relative;
	overflow:hidden;
	height:245px;
}
.box-data-group{
	position:absolute;
	height:245px;
	display:block;
	
}
.box-data-group.transition{
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
}
.box-data-group.top{
	transform: translate3d(0,-260px,0);
	-webkit-transform: translate3d(0,-260px,0);
	-moz-transform: translate3d(0,-260px,0);
}
.box-data-group.center{
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}
.box-data-group.bottom{
	transform: translate3d(0,260px,0);
	-webkit-transform: translate3d(0,260px,0);
	-moz-transform: translate3d(0,260px,0);
}
.box-data-group.hidden{
	display:none !important;
}
.product-detail{
	background:linear-gradient(to right, #090807 0%, #343432 33%, #5a5b5c 50%, #31332c 73%, #090908 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding:12px;
	position:absolute;
	top:95%;
	z-index:900;
	border-radius:10px;
	opacity:0;
	display:none;
}
.box-data .name{
	width:95px;
	font-size:11px !important;
	text-transform:lowercase;
}
.box-data .rupee{
	width:100px;
	font-size:11px !important;
}
ul[data-type='controls']{
	display:none !important;
}
.table-cont .green{
	color:#406618 !important;	
}
.table-cont .red{
	color:#ed1c24 !important;
}


/* Popup start here*/

.popup-veil{
	background-color:rgba(0,0,0, 0.8);
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1000;
}
.popup-container{
	position:absolute;
	top:100px;
	left:100px;
	z-index:1001;
}
.popup-row-2,.popup-row-1{
	position:relative;
	
	display:block;
	background-color:#A2A2A2;
	border-radius:7px;
	box-sizing:border-box;
	padding:6px;
	color:#292929;
}
.popup-row-2{
	width:800px;
}
.popup-container .popup-header{
	width:100%;
	background-color:#6E6E6E;
	border-radius:5px;
	text-align:center;
	padding:5px 0;
}
.popup-container .popup-header *{
	margin:0;padding:0;
	font-size:20px;
	text-transform: uppercase;
	font-weight:bold;
}
.popup-container h2{
	margin:0;padding:0;
	font-size:14px;
	text-transform: uppercase;
	font-weight:bold;
}
.popup-container .icon-close{
	 width:29px;
	 height:28px;
	 display:block;
	 position:absolute;
	 right:-16px;
	 top:-10px;
	 background-image:url(../images/icon-close.png);
	 
}
.popup-container .box-dark-grey{
	color:white;
	background-color:#696969;
	border-radius:10px;
	padding: 5px 10px !important;
	box-sizing:border-box;
}
.popup-container .box-red{
	color:white;
	background-color:#E5231A;
	padding:7px;
	box-sizing:border-box;
}
.popup-container .box-dark-grey h3{
	margin:5px 0px !important;
	
}
.popup-container h3{
	margin:0;padding:0;
	font-size:13.5px;
	font-weight:bold;
}
.popup-container .row{
	padding:10px;
	box-sizing:border-box;
}
.popup-container form .control-label{
	font-weight:normal;
	display:block;
}
.popup-container form input,select{
	background-color:#D0D0D0 !important;
	color:#555;
}
.popup-container .form-control{
	height:auto !important;
	padding-top:2px;
	padding-bottom:2px;
	box-shadow: 1px 1px 1px #000000 inset;
}
.popup-container .form-control-date input{
	height:auto !important;
	padding:2px 16px;
	box-shadow: 1px 1px 1px #000000 inset;
	width:92% !important;
	border-radius:4px;
	line-height:1.42857;
	border:1px solid #ccc;
}
.popup-container .form-actions{
	text-align: center;
}

.icon-withdraw{
	background-image:url(../images/icon-withdraw-large.png);
	background-repeat:no-repeat;
	padding-left:45px !important;
	height:35px;
	display:inline-block;
	line-height:33px;
}
.icon-bank{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-bank.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-referral{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-referral.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-arrow-both{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-arrow-both-small.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-registration{
	background-image:url(../images/icon-registration.png);
	background-repeat:no-repeat;
	padding-left:38px !important;
	height:28px;
	display:inline-block;
	line-height:33px;
}
.icon-user-2{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-user-2.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-mail{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	line-height:16px;
}
.icon-time{
	padding-left:21px !important;
	height:16px;
	background-image:url(../images/icon-time.png);
	background-repeat:no-repeat;
	line-height:16px;
}
.icon-phone{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-phone.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-password{
	padding-left:23px !important;
	height:16px;
	line-height:16px;
	background-image:url(../images/icon-password.png);
	background-repeat:no-repeat;
}
.icon-request-bank{
	background-image:url(../images/icon-bank-large.png);
	background-repeat:no-repeat;
	height:26px;
	padding-left:36px !important;
	line-height:33px;
	display:inline-block;
}
.icon-request-product{
	background-image:url(../images/icon-game-large.png);
	background-repeat:no-repeat;
	height:32px;
	padding-left:43px !important;
	line-height:30px;
	display:inline-block;
}
.icon-arrow-both{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-arrow-both-small.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-user-2{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-user-2.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-mail{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	line-height:16px;
}
.icon-password{
	padding-left:23px !important;
	height:16px;
	line-height:16px;
	background-image:url(../images/icon-password.png);
	background-repeat:no-repeat;
}
.icon-bank-account{
	padding-left:23px !important;
	height:16px;
	background-image:url(../images/icon-bank-account.png);
	background-repeat:no-repeat;
	display:inline-block;
	line-height:16px;
}
.icon-game{
	padding-left:23px !important;
	background-image:url(../images/icon-game.png);
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
}
.icon-user-product{
	padding-left:23px !important;
	background-image:url(../images/icon-user-product.png);
	background-repeat:no-repeat;
	height:16px;
	line-height:16px;
}
.icon-bank-schedule{
	padding-left:34px !important;
	background-image:url(../images/icon-schedule.png);
	background-repeat:no-repeat;
	height:26px;
	line-height:25px;
}
.container-bank-schedule ul{
	padding-left:20px;
}
.btn-submit{
	color:white;
	background: #6f706f; /* Old browsers */
	background: -moz-linear-gradient(top,  #6f706f 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f706f), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6f706f 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6f706f 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6f706f 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6f706f 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f706f', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	border-radius:20px;
	padding:7px 20px !important;
}
ul.no-margin li, ul.no-margin{
	margin:0px 6px;
	padding:0px;
}
/* Popup Berhasil & Gagal */
.popup-information-container{
	width:400px;
	display:block;
	background-color:#CBCBCB;
	border-radius:8px;
	padding:8px 9px;
	box-sizing:border-box;
	text-align:center;
	z-index:1004;
	position:absolute;
}
.popup-information-header{
	width:100%;
	text-align:center;
}
.popup-information-header h2{
	font-size:15px;
	font-weight:bold;
	margin:0;padding:0;
	display:inline-block;
	background-repeat:no-repeat;
}
.popup-information-header.success h2{
	height:27px;
	padding-left:35px !important;
	background-image:url(../images/icon-success.png);
	line-height:26px;
}
.popup-information-header.fail h2{
	height:29px;
	padding-left:35px !important;
	background-image:url(../images/icon-exclamation.png);
	line-height:26px;
}
.popup-information-content{
	padding:15px;
	border-radius:8px;
	box-sizing:border-box;
	margin:10px 0px;
	text-align:left;
}
.popup-information-content ul{
	margin:0;
	padding:0 10px;
}
.popup-information-content.success{
	background-color:#383838;
	color:#BBBBBB;
}
.popup-information-content.fail{
	background-color:#E5231A;
	color:white;
}
/* Popup Berhasil Gagal End Here */
/* Popup end here */

/* Welcome Panel */
.container-welcome{
	float:right;
	margin-top:8px;
}
.container-welcome .text-welcome{
	font-family:sans-serif;
	color:white;
}
.btn-profile{
	background: #bcd860; /* Old browsers */
	background: -moz-linear-gradient(top,  #bcd860 0%, #2d7e29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcd860), color-stop(100%,#2d7e29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bcd860 0%,#2d7e29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bcd860 0%,#2d7e29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bcd860 0%,#2d7e29 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bcd860 0%,#2d7e29 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd860', endColorstr='#2d7e29',GradientType=0 ); /* IE6-9 */
	color:#121E0C;
	text-shadow: 1px 1px #85B873;
	padding:6px 10px;
	border-radius:5px;
	box-shadow: 1px 1px #aaaaaa;
	cursor:pointer;
	margin:0 2px;
}
.btn-logout{
	background: #ffad09; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffad09 0%, #ff7501 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad09), color-stop(100%,#ff7501)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffad09 0%,#ff7501 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffad09 0%,#ff7501 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffad09 0%,#ff7501 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffad09 0%,#ff7501 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad09', endColorstr='#ff7501',GradientType=0 ); /* IE6-9 */
	color:#3F0606;
	text-shadow: 1px 1px #FFC066;
	padding:6px 10px;
	border-radius:5px;
	box-shadow: 1px 1px #aaaaaa;
	cursor:pointer;
	margin:0 2px;
}
/** End of Welcome Panel */

/** Bank Schedule Floater */
.fixed-right{
	position:fixed;
	right:0px;
	top:20px;
	z-index:900;
}
.fixed-right ul li{
	list-style:none;
	margin:14px 0px;
	position:relative;
}
.container-bank-information{
	
	background-image:url(../images/background-schedule-bank.png);
	width:114px;
	height:59px;
	display:block;
	
	text-align:center;
	box-sizing:border-box;
	padding:7px 0;
}
.offline .container-bank-information{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
}
.container-bank-information > img{
	max-width:100px;
}
.container-inner-bank-information{
	background-image:url(../images/background-schedule-bank-2.png);
	width:107px;
	height:26px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:-10px;
	left:5px;
	color:white;
	font-family:Arial;
	box-sizing:border-box;
	padding:3px;
	text-align:center;
}
.container-inner-bank-information .indicator{
	display:inline-block;
	border-radius:50%;
	width:15px;
	height:15px;
	position:relative;
	top:2px;
	left:-1px;
}
.online .indicator{
	background-color:#8DC63F;
}
.offline .indicator{
	background-color:#ED1C24;
}
/** End of Bank Schedule */

/** Button Download Floater */
.btn-floater-download{
	display:block;
	width:215px;
	background-color:#767676;
	color:black;
	padding:2px 6px;
	border-radius:10px;
	font-family:Arial;
	margin-bottom:3px;
	cursor:pointer;
}
.btn-floater-download:hover{
	color:white;
}
.btn-floater-download img{
	float:right;
	margin:2px;
}
/** End of Button Download Floater  **/

/** RadioGroup*/
.radio-group-container{
	display:inline-block;
	width:48%;
	vertical-align: top;
	margin-top:8px;
}
.radio-group-container input{
	margin:0 !important;
}
.radio-group-container>label{
	width:100%;
}
.radio-group-container input{
	width:20px;
	vertical-align: text-top;
}
/* End of radioGroup */
.button-klaim-souvenir{
	background-image:url(../images/button-klaim-souvenir.png);
	width:314px;
	height:62px;
	margin:0 auto;
	display:block;
}
.highlight{
	box-shadow:0px 0px 2px 4px white !important;
}
.form-group{
	position:relative;
}
.form-group .form-information{
	position:absolute;
	left:calc(100% + 10px);
	top:20px;
	width:300px;
	z-index:1000;
	background-color:rgba(0,0,0,0.75);
	border-radius:5px;
	color:white;
	padding:10px;
	opacity:0;
	transition:all 0.5s;
}
.form-group .form-information:hover{
	opacity:0;
}
.content>label{
        display:table;
        width:100%;
}
.article-table{
        width:100%;
        display:table;
}
.article-table thead{
}
.article-table thead tr th{
        font-weight:bold;
        color:white;
        background-color:#4E4E4C;
        padding:2px 1px;
        font-size:13px;
}
.article-table tbody{
}
.article-table tbody tr td{
        border:1px solid #9C9985;
        font-size:12px;
}
.article-table tbody tr td:nth-child(4){
        text-align:left;
}
.article-table tbody tr td:nth-child(6){
        text-align:right;
}
.overlay-snow{
	position:absolute;
	z-index:0;
	width:100%;
	display:none;
}
.overlay-snow img{
	width:100%;
	height:100%;
}
.container-article{
	height:960px;
	overflow-y:scroll;
}
.container-bottom{
}
.banner-left{
	display:inline-block;
	vertical-align:top;
	background-color:#615E4E;
	padding:3px;
	margin-left:8px;
}
.banner-left .schedule-bank{
	width:383px;
}
.banner-left .schedule-bank img{
	width:100%;
}
.container-home-banner-right{
	display:inline-block;
	border:3px solid #615e4e;
	width:260px;
	border-radius:5px;
	background-color:#615e4e;
	margin-left:10px;
}
.container-home-banner-right .home-banner-right{
	display:block;
}
.container-home-banner-right .home-banner-right:first-child{
	margin-bottom:5px;
}
.container-home-banner-right .home-banner-right img{
	width:100%;
}
.additional-video-message{
	width:480px;
	z-index:1;
	background-color:rgba(0,0,0,0.8);
	color:white;
	font-family:Lato;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	display:inline-block;
	margin-left:8px;
	margin-right:4px;
	vertical-align:top;
	margin-top:14px;
	padding:123px 0;
}
