@charset "utf-8";
/* CSS Document */


.user-register {
  float: left;
  padding:15px 0 0 15px !important;
  width: 100%;
}
.user-register > form {
  float: left;
  margin: 0;
  width:80% !important;
	padding: 15px;
	border: 1px solid #607497;
	border-radius: 0;
	background: rgba(0,0,0,0.2);
}
.user-register p {
  float: left;
  position:relative;
  margin:0 0 15px;
  width: 100%;
}
.user-register label {
  color: #fff;
  float: left;
  text-align:left;
  font: 15px/15px Cuprum;
  width: 31%;
}
.user-register input[type="text"], .user-register input[type="email"], .user-register input[type="password"], .user-register select {
  float: left;
  height: 40px;
  width:67%;
}
.user-register input[type="file"] {
  color: #ccc;
	float: left;
	background: none;
	border: none;
	font-family: Cuprum;
}
.user-register textarea {
  float: left;
  height: 120px;
  padding-top:8px !important;
  width: 67%;
}
.user-register input[type="submit"] {
  font: 700 16px Cuprum;
	background: #1165ac;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	width: 175px;
	border-radius: 0;
	padding: 10px 0;
	outline: none;
	margin-top:15px;
	margin-left:0px;
}
.user-register input[type="submit"]:hover {
	background: #ffb619;	
}

/* Registration form */

.main {
position: relative;
top: 10%;
left: 20%;
}
#form_head
{
	text-align: left;
	margin: 0;
	font: 300 20px Cuprum;
	padding: 0;
	float: left;
	text-transform:uppercase;
	/*background: url(../images/header-bg.jpg) no-repeat left #034f90;*/
	width: 100%;
	border-radius: 0;
	color: rgb(255, 255, 255);
}
#content {
	position: relative;
	width: 450px;
	/*height: 490px;*/
	padding:15px;
	float:left;
	border:1px solid #607497;
	border-radius: 0;
	margin: 25px 0 0;
	background: rgba(0,0,0,0.2);
}
#content_result{
position: absolute;
width: 450px;
height: 192px;
border: 2px solid gray;
border-radius: 10px;
margin-left: 559px;
margin-top: -262px;
}
#form_input
{
	width: 100%;
	float: left;
	margin: 15px 0 0;
	padding: 0;
}
label
{
margin-right: 6px;
font-weight: bold;
}

#form_button{
	padding: 0;
	bottom: 0px;
	width: 100%;
	float: left;
	border-radius: 0;
}
.submit{
	font: 700 16px Cuprum;
	background: #1165ac;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	width: 175px;
	border-radius: 0;
	padding: 10px 0;
	outline: none;
	margin-top:15px;
	margin-left: 20%;
}
.submit:hover{
	background: #ffb619;
}
.label_output
{
color:#4A85AB;
margin-left: 10px;
}
#result_id
{
text-align: center;
background-color: #FCD6F4;
height: 47px;
margin: 0 0 -29px 0;
padding-top: 12px;
border-radius: 8px 8px 0 0;
color: rgb(97, 94, 94);
}
#result_show
{
    margin-top: 35px;
    margin-left: 45px;
}
.input_box{
    height: 40px;
	width: 80%;
	outline: none;
	font: 400 14px Cuprum;
	padding: 0 8px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(104,132,166,0.3);
	color: #fff;
}
input#name {
margin-left: 45px;
}
input#email {
margin-left: 50px;
}
/*img#ref_symbol {
margin-left: 275px;
margin-top: -36px;
}*/

/* Registration form end */

.fb_login {
  float: left;
  margin: 326px 0 0 -58px;
  width: 100%;
}
.my-acc-tab {
  float: left;
  width: 100%;
  margin:0;
  padding:0;
}
.my-acc-tab li {
  background: none repeat scroll 0 0 #034f90;
  display: inline;
  float: left;
  margin: 6px 20px 8px;
  padding: 4px 15px;
}
.my-acc-tab a {
  color: #fff;
  font-weight: bold;
}
#my-profile-cont {
  float: left;
  padding:0px;
  margin:0;
  width:100%;
}
#my-profile-cont li {
  float: left;
  margin-top: 0;
  width: 100%;
}
#my-profile-cont label {
  color: #ffb619;
  margin:0;
  float: left;
  width: 45%;
}
#my-profile-cont p {
  color: #ccc;
  float: left;
  margin:0;
  width: 50%;
}
.newsletter input {
  color: #000;
}
.add-new-cat select, .add-new-cat input[type="text"] {
  float: left;
  margin-right: 10px;
  width: 25%;
  height:28px
}

.add-new-cat input[type="submit"] {
  float: left;
  margin-right: 10px;
  height:28px
}
.alrt {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #fff;
  height: auto;
  min-height: 210px;
  position: absolute;
  width: 370px;
  z-index: 1;
}

/*.alrt {
  background: #ffa84c;
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d));
  background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -o-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: -ms-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%);
  background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 108px #000;
  height: auto;
  left: 503px;
  min-height: 210px;
  position: absolute;
  top: 200px;
  width: 370px;
  z-index: 1;
  text-align:center;
}*/

.alrt {
  height: auto;
	left: 0;
	min-height: 130px;
	position: absolute;
	top: 200px;
	margin: 0 auto;
	border: 1px solid #607497;
	border-radius: 0;
	background: rgba(0,0,0,.8);
	width: 370px;
	z-index: 1;
	text-align: center;
	right: 0;
}

.alrt h2 {
  color: #FFFFFF !important;
  font: 16px/36px Cuprum;
  margin: 15px 0 0 !important;
  text-align: center;
}
.alrt .done {
  background: none repeat scroll 0 0 #FFB619;
	color: #fff;
	cursor: default;
	float: none;
	cursor:pointer;
	margin: 19px 0 0 0;
	font: 600 15px cuprum;
	padding: 6px 35px;
	display: inline-block;
}


ul.my-acc-tab li {
	list-style: none;
	margin: 0;
	width:100%;
	padding: 10px 20px;
	float: left;
	border-bottom:1px solid #607497;
}
ul.my-acc-tab li:last-child {
	border-bottom:none;
}
ul.my-acc-tab li a {
	margin:0;
	padding:0;
	color:#fff;
	float:left;
	font:300 16px Cuprum;
}
ul.my-acc-tab li a:hover {
	color:#A5D4FF;
}
ul.my-acc-tab li:last-child {
	border-right:none;
}
.my-account {
	width: 100%;
	float: left;
	padding: 15px 0;
	border: 1px solid #607497;
	border-radius: 0;
	position:relative;
	margin: 25px 0 0;
	min-height:450px;
	background: rgba(0,0,0,0.2);
}
.user-image {
	width:100%;
	margin: 0 0 3px;
	min-height:155px;
	padding: 0;
	float: left;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(../images/user-bg.jpg);
}
.user-image img {
	width: 100px;
	height: 100px;
	margin:15px auto 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.user-details {
	width:100%;
	float: left;
	margin: 0;
	padding: 0;
}
.user-details li {
	width:100%;
	float: left;
	margin: 0;
	padding: 0;
}
.user-details li p, .user-details li label {
	font:400 16px Cuprum;
	color:#fff;		
}
.user-details li:nth-child(even) {
	background: rgba(215,230,255,0.1);
	border: 1px solid rgba(104,132,166,0.3);
	padding: 11px 10px 9px;
}
.user-details li:nth-child(odd) {
	background-color: transparent;
	border: 1px solid rgba(104,132,166,0.3);
	padding: 11px 10px 9px;
	border-bottom:none;
	border-top:none;
}
.user-details li:first-child {
	background-color: transparent;
	border-top: 1px solid rgba(104,132,166,0.3);
}
.user-details li:last-child {
	background-color: transparent;
	border-bottom: 1px solid rgba(104,132,166,0.3);
}
.user-details li p {
	color: #FFFFFF !important;
}
.data-content {
  height: auto;
  overflow: auto;
  padding:0px;
  margin:20px 0 0;
}
.data-content h1 {
  color: #004789;
  font: 17px/15px Cuprum;
  margin: 24px 0 19px;
}
.data-content p {
  line-height: 22px;
  text-align: justify;
}
.accordion h3 {
  background: none repeat scroll 0 0 #00478b;
  color: #fff;
  float: left;
  font:400 20px cuprum;
  margin: 10px 0 0;
  padding:8px 10px;
  cursor:pointer;
  width: 100%;
}
.answers {
  float: left;
  height: auto;
}
.contact p {
  float: left;
  width: 100%;
}
.contact label {
  float: left;
  width: 30%;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="tel"] {
  	float: left;
	height: 40px;
	width: 65%;
	margin: 0 0 12px 0;
	outline: none;
	font: 400 14px Cuprum;
	padding: 0 8px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(104,132,166,0.3);
	color: #fff;
}
.contact textarea {
  height: 120px;
	float: left;
	width: 65%;
	margin: 0 0 12px 0;
	outline: none;
	font: 400 14px Cuprum;
	padding: 8px 8px;
	border-radius: 0;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(104,132,166,0.3);
	color: #fff;
}
.contact h3 {
  color: #FFFFFF;
  float: left;
  font-weight: bold;
  margin: 0 0 37px;
}
.contact h3 span {
  color: ##FFBF00;
}
.contact input[type="submit"] {
  background: none repeat scroll 0 0 #ffb619;
	border: 1px solid #de9904;
	color: #061b2d;
	border:none;
	outline:none;
	font: 14px/12px Cuprum;
	margin: 4px 0 6px;
	float: left;
	padding: 9px 16px;
	text-shadow: 2px 3px 3px #ffd919;
	text-transform: uppercase;
}
.fantacy-tabs, .real-tabs {
  float: left;
  margin:0;
  height:195px;
	overflow-x: hidden;
	  font-family:Cuprum;
  width: 100%;
}
.fantacy-tabs {
	margin:0;
}
.b-content {
  float: left;
}
.btm-row img {
  float: left;
  height: 268px;
  padding: 0;
  width:100%;
  margin-left:0px;
}
.s-tabs li, .b-tabs li {
  display: inline;
  margin: 0 18px 0 0px;
}
.b-content li, .s-content li {
  border-bottom:1px dashed rgba(255,255,255,0.2);
  margin: 8px 0 4px;
  padding: 0 0 9px;
}
.b-content li:first-child, .s-content li:first-child {
	margin:0;
}
.s-tab, .b-tab {
  border-bottom: 2px solid;
  color: #fff;
  text-transform:uppercase;
  font-size: 14px;
}
.s-content, .b-content {
  padding: 10px 0 0 0px;
  width:100%;
  float: left;
}
.s-content h2, .b-content h2 {
  color: #dd7a13;
  font-size: 16px;
}
.s-content h3, .b-content h3 {
  color: #00C5FF;
	font-size: 18px;
	margin: 5px 0;
}
.s-content p, .b-content p {
  color: #ffb62e;
}
.fantacy-tabs.mCustomScrollbar h3, .real-tabs.mCustomScrollbar h3 {
  color: #FFFFFF !important;
	margin-bottom:5px;
	padding:0;
	text-align: left;
	font: 400 16px Cuprum;
}
.fantacy-tabs.mCustomScrollbar h3 a, .real-tabs.mCustomScrollbar h3 a {
	text-decoration:none;
	color:#fff !important;
}
.fantacy-tabs.mCustomScrollbar h3 span, .real-tabs.mCustomScrollbar h3 span {
	color:#ffb418 !important;
}
.lang {
  float: left;
  margin: 27px 0 0;
  width:40%;
  display:none;
}
.lang select {
  background: none repeat scroll 0 0 #265c99;
  color: #fff;
  font: 400 14px Cuprum;
	padding: 4px;
  width: 100px;
}
.poll h3 {
  color: #ffb619;
  font: 400 21px/16px Cuprum;
  margin: 0;
}
.poll strong {
  color: #fff;
  float: left;
  font: 400 14px Cuprum;
  margin: 0 0 10px;
}
.poll p {
  color: #ccc;
  float: left;
  width: 100%;
}
.ans {
  color: #FFB648;
	float: left;
	width:100%;
	margin: 10px 0 0px !important;
	font: 400 14px Cuprum;
}
.most-viewed {
	float: left;
	padding:10px 15px 0 15px;
	font-family: Cuprum;
	width:100%;
	border:1px solid rgba(255, 255, 255, 0.05);
	border-radius: 0;
	background: rgba(0,0,0,0.2);
	min-height: 219px;
	background: url(../images/header-bg.jpg) no-repeat left top rgba(3,79,144,1);
}
.most-viewed > h3 {
  color: #FFFFFF;
  font:300 18px/15px Cuprum;
  font-weight: bold;
}
.most-viewed h3 span {
	color: rgb(255, 182, 25);
}
.m-tabs {
  float: left;
  margin:0;
  width: 100%;
}
.m-tabs li {
  display: inline;
}
.m-tab {
  background: none repeat scroll 0 0 #1e57b0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #fff;
  float: left;
  font: 400 14px/13px Cuprum;
  margin: 0 2px;
  padding: 6px 18px;
  text-transform: uppercase;
}
.m-tab:hover, .m-tab:focus {
	color:#FFD919;
}
.m-content {
  float: left;
  margin: 12px 0 0 0px;
  height:135px;
  width: 100%;
}
.m-content li {
  border-bottom:1px dashed rgba(255,255,255,0.15);
	padding: 5px 0;
	float: left;
	width: 100%;
}
.m-content a {
  color: #FFB629;
  font:12px/12px open sans;
}
.m-content a:hover, .m-content a:focus {
	color:#fff;
}
.add-single-cover.col-sm-12 img {
	height: 110px;
}
.new-row p {
  float: left;
	/*min-height: 61px;*/
	width: 49% !important;
	margin:0 0 15px;
	position:relative;
}
.add_icon {
	float: left;
	margin:0px 0 0 10px;
	width: auto;
}
.close_bet {
	float: left;
	margin: 0 0 0 9px;
	width: auto;
	cursor:pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.new-row input[type="number"] {
  float: left;
  height:40px;
  padding:0 5px;
}
.cls-innings {
  float: right;
	width: auto;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

._rw {
	height: 50px;
	width: 46px !important;
}
.facebook-like iframe ul.uiList.pam._4cg3._509-._4ki li {
	width: 18% !important;
}
._4s7c {
	height:252px !important;
}
.col-sm-4.facebook-like-wdgt {
	width: 34.5%;
	height: 228px;
}
.clearfix.pvs.phm {
	display: none !important;
}
.single_ads {
  float: left;
  width: 100%;
}
.single_ads a {
  float: left;
  margin:0;
  width:100%;
}
.single_ads img {
  height: 231px;
}
.fb_cmnt {
  float: left;
  margin:0 0 15px 0;
  width: 100%;
}
.old_posts h1 {
  color: #ffbf01;
  font-size: 15px;
}
.old_blogs {
  height: 415px !important;
}
.post-img {
  float: left;
  height: 275px;
  margin: 0 15px 0 0;
  width: 48%;
}
.new-bets-one img {
  height: 114px;
}
.marq {
  color: #fff;
  float: left;
  font-size: 14px;
  left: 0;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top:4px;
  width: 100%;
  z-index: 2;
}
.col-sm-6.video-mn-cvr {
  float: left;
  height: 250px;
}
.pay_process {
  float: left;
  width: 100%;
}
.pay_process li {
  display: inline;
  float: left;
  margin:0;
  width: 22%;
}
.pay_process li:first-child {
	margin-left:112px;
}
.pay_process li {
	margin-right:15px;
}
.pay_process li:last-child {
	margin:0;
}
.pay_process img {
  height: 40px;
  width:120px;
}
.pay-content {
  float: left;
  margin:20px 0 0;
  width: 100%;
}
.pay-content p {
  float: left;
	margin: 0 0 15px 0;
	width: 100%;
  width: 100%;
}
.pay-content label {
  color: #ffc231;
  float: left;
  font-size: 14px;
  width: 23%;
}
.pay-content input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  height: 41px;
  width: 64%;
}
#paypal-cont input[type="submit"], #skrill-cont input[type="submit"] {
  float: left;
	height: 45px;
	margin: 0 67px 0 0;
	font: 700 16px Cuprum;
	background: #1165ac;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	width: 175px;
	border-radius: 0;
	padding: 10px 0;
	outline: none;
	margin-left: 20%;
}
#paypal-cont input[type="submit"]:hover, #skrill-cont input[type="submit"]:hover {
	background: #ffb619;
}
.fantacy-tabs.mCustomScrollbar h3 a, .real-tabs.mCustomScrollbar h3 a {
  font-size: 20px;
}
.bnk_note {
  border: 1px solid #ccc;
  float: left;
  margin: 27px 0 0 124px;
  padding: 10px;
  width: 67%;
}
.bnk_note p {
  font-size: 13px;
  line-height: 23px;
}
.visible a {
  pointer-events: none !important;
}
.live_score > iframe {
  height: 105px;
  pointer-events: none !important;
  width: 100%;
}
.col-sm-8.hme-slide {
  float: left;
  padding: 0;
}
.condtn {
  margin: 0 5px 0 0 !important;
}
.sel-innings.bt-amt {
  margin-top: 15px;
}
.col-sm-6.bet-ad {
  float: left;
  height: 361px;
  margin: 5px 0 0 2px;
  padding-right:0;
}
.col-sm-6.bet-ad > a {
  float: left;
  height: 100%;
  width: 100%;
}
.col-sm-6.bet-ad img {
  float: left;
  height: 100%;
  width: 100%;
}
.login-2-cover {
  height: auto;
  min-height: 110px;
}
.real-match-credits a, .fntcy-match-points a {
  color: #ffbe48;
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}
.bet_cont table tr td a {
  color: #ffb619;
}
.inner-detail {
  display: none;
  }
  
.bet-detail-cvr {
  left: -28%;
  position: absolute;
  right: 0;
  z-index: 9999;
}
  
  
.inner-detail {
  background: none repeat scroll 0 0 #fff;
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  float: none;
  left: 0;
  margin: 0 auto;
  max-height: 400px;
  overflow-y: auto;
  overflow-x:hidden;
  padding: 12px;
  right: 0;
  width: 100%;
  min-width: 750px;
  max-width: 750px;
}

.inner-detail h2 {
  color: #999 !important;
  font: 15px/15px roboto;
  text-align: center;
}
.cls-bet-detail {
 float: right;
  margin: -6px -7px 
}
.team-wins-pop{

  cursor:pointer;
  position:absolute;
  right:15px;
  z-index:160;
  top:15px;
  width:20px;

}


 .inner-detail  table {
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.inner-detail table th {
  background: none repeat scroll 0 0 rgba(255, 219, 223, 0.31);
  border: 1px solid #ccc;
   font-family: "Open Sans";
  font-size:14px;
  padding: 6px 8px;
  text-align: center;
  font-weight:bold !important;
}
.inner-detail table tr th:first-child{
	text-align:left !important;
}
.amt-green{
	color:#368F17 !important;
}
.inner-detail tr {
  background: none repeat scroll 0 0 #fff;
}

.inner-detail tr:nth-child(2n+1) {
  background: none repeat scroll 0 0 #fafafa;
}
 .inner-detail  table  td {
  border: 1px solid #ccc;
  padding: 7px 5px;
  font-size:14px;
  color:rgb(21, 70, 129);
}
 .live-detls-tbl td {
 
  background:rgba(250, 255, 190, 0.41);

}
 
.top-cr-widget p {
  font-size: 21px;
  line-height: 37px;
}
.top-cr-widget span {
  color: #fff;
  float: right;
  font-size: 21px;
  font-weight: bold;
}
.bet_title.bet-title-half {
  float: left;
  width: 50%;
}
.refresh-lnk-cvr {
  background: none repeat scroll 0 0 #ffbe48;
  border-radius: 2px;
  float: right;
  margin: 19px 2px 0 0;
  padding: 12px;
}
.refresh-lnk-cvr a {
  font-weight: bold;
}

.bt-status {
  text-align: center;
}
.bt-status h3 {
  color: #999 !important;
  font: 14px/15px roboto !important;
  margin: 0 0 3px !important;
}
.bt-status a {
  color: #ff7817;
  font-weight: 600;
}
.set-green {
  color: green;
  font-weight: bold;
}
.set-red {
  color: red;
  font-weight: bold;
}
.imprt-cont > h1 {
  color: #fff;
  float: left;
}
.imprt-cont > h2 {
  float: left;
  margin: 0 0 0 27px !important;
  width: 30%;
}
.imprt-cont a {
  color: #ffb52f;
}
.imprt-cont {
  float: left;
  margin: 0 0 0 10%;
}
.bet-user-reg .main {
    left: 2%;
}
.bet-user-reg .main {
 left: 0%;
}

.user-help-inner {
 position: relative;
 padding: 15px;
 float: left;
 border: 1px solid #607497;
 border-radius: 0;
 margin: 25px 0 0;
 background: rgba(0,0,0,0.2);
}

.user-help-inner h3 {
 text-align: left;
 font: 300 20px Cuprum;
 padding: 0;
margin: 0 0 16px !important;   
 float: left;
 text-transform: capitalize;
 width: 100%;
}

.user-help-inner h3 span {
 color: #ffb418;
}

.user-help-inner p a {
 color: rgb(255, 182, 25);
}

.user-help-inner p a:hover {
 color: #78BFFF;
}

.user-help-text p {
    font: 400 14px/22px cuprum;
    color: #FFF;
    margin: 15px 0 0 0;
}

.user-help-text  p a {
color: rgb(255, 182, 25);
}

.user-help-text  p a:hover {
color: #78BFFF;
}

.user-help-inner p {
 font: 300 15px/20px Cuprum;
 color: #fff;
 margin: 0 0 10px;
}   

.currency-convert h4 {
	color: #ffb019;
    font: 15px/15px Cuprum;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.currency-convert {
    float: left;
    margin: 10px 0 0;
}
.currency-convert p {
    float: left;
    margin: 0 0 8px;
    width: 100%;
}
/*.cur_widget {
    background: rgb(241, 241, 241) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #000;
    float: left;
    height: 22px;
    width: 100%;
}*/
.cur_widget{

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;

width:100%;
 border:1px solid rgba(255, 255, 255, 0.5);

background:none repeat scroll 0 0 rgba(0, 0, 0, 0);
height:30px;
color:#FFC;
font:13px Cuprum;

}
.converted-cur {
    float: left;
    padding: 9px 0 0 8px;
    text-align: center;
    width: 67%;
}
.cur-suc {
    color: rgb(255, 182, 25);
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 1px;
}
.cur-err {
    color: rgb(205, 117, 27);
    font-size: 13px;
}
.h_convert {
    margin: 0;
    padding: 0 8px 0 0;
}
/*.h_convert input[type="text"] {
    background: rgb(246, 237, 197) none repeat scroll 0 0;
    border: 2px solid #ccc;
    float: left;
    text-align: center;
    width: 50px;
}
.h_convert select {
    background: rgb(246, 237, 197) none repeat scroll 0 0;
    border: 2px solid #ccc;
    float: left;
    width: 60px;
}*/
.h_convert input[type="text"] {

	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
	color:#fff;
        border:1px solid rgba(255, 255, 255, 0.5);
	
	float:left;
	width:50px;
	font:15px Cuprum;
	margin-top:2px;
	text-align:center;
 }
.h_convert select{
       background:none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
	color:#fff;
        border:1px solid rgba(255, 255, 255, 0.5);

	font:15px Cuprum;
	margin-top:2px;
}
.oprt {
    margin: 0 0 0 6px !important;
}
.h_cnvrted {
    margin: 0 0 0 7px !important;
    padding: 0 !important;
}

/* new */

.bet-calc {
    float: left;
    margin: 5px 0 ;
    width: 100%;
}
.bet-calc li {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: left;
	text-align: center;
 /*   margin:7px 0.8%;
    padding: 8px 0;
    width: 15%;*/
	border-radius:5px;
	border:1px solid #de9904;
	
	margin: 7px 0.5%;
    padding: 8px 0;
    width: 13.2%;
}
.bet-calc a{
	font-size:13px !important;
}
.bet-calc li:hover {
	background:#f0a00e;
}
.calc-main {
    font-size: 13px !important;
    text-decoration: none !important;
}
.b-calc {
    padding-bottom: 4px !important;
}
.bet-calc-main ul {
    float: left;
    width: 100%;
}
.bet-calc-main ul li {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: left !important;
    margin: 0 0 17px 7px !important;
    padding: 0 !important;
    text-align: center;
    width: 45% !important;
}
.bet-calc-sub p {
    color: #fff;
    float: left;
    font-size: 23px;
    margin-bottom: 25px;
    width: 100%;
}
.h-bet-calc-sub p {
    color: #fff;
    float: left;
    font-size: 23px;
    margin-bottom: 8px;
    width: 100%;
	position:relative;
}
.bet-calc-sub input[type="text"], .bet-calc-sub select, .h-bet-calc-sub input[type="text"], .h-bet-calc-sub select {
    border: 1px solid #ccc;
    border-radius: 4px;
	font-size: 13px;
    color: #000;
    height: 30px;
    width: 91%;
}
.bet-calc-data .real-tabs {
    height: 240px !important;
}
#r_submit, #othr_submit, #hr_submit, #hothr_submit {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: left;
    font-size: 15px;
    margin: 20px 0 0 28%;
    padding: 7px 29px;
}
.real-match-credits.b-calc > p {
    font-size: 25px;
    margin: 0;
    text-align: center;
}
/*.bet-calc-data .real-tabs {
    margin: 25px 0 0 0;
}*/
.calc-sub, .h-calc-sub {
    color: rgb(21, 70, 129) !important;
    text-decoration: none !important;
}
.place_bet_real, place_bet_other, .h_place_bet_real, .h_place_bet_other {
	color:rgb(15,158,213);
}
.sidebar-deail-cvr .inner-detail {
    margin-left: 35%;
}
.hme-deail-cvr .inner-detail {
    margin-left: 46%;
    margin-top: -1250px;
}
.h-bet-calc-sub label, .bet-calc-sub label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
#result_real th, #result_real td, #result_othr th, #result_othr td, #hresult_real th, #hresult_real td, #hresult_othr th, #hresult_othr td, #t_placebet th, #t_placebet td, #t_sellbet th, #t_sellbet td {
    color: #000;
    font-size: 12px;
}
.res_cvr th, .res_cvr td {
    color: #000;
    font-size: 12px;
}
.bc-note {
    color: rgb(172, 172, 172) !important;
    float: left;
    font-size: 13px !important;
    text-align: right;
    width: 100%;
}
.cur-bet-details p label {
/*    margin-bottom: 10px;*/
}

/*/----------------------------------------*/
#cont-live p{
	width:100%;
	float:left;	
}
.bet_now_btn {
    background: rgb(255, 182, 25);
    float: right;
    width: auto;
    clear: both;
    padding: 1px 4px;
    margin: 0 0 6px;
    white-space: nowrap;
}
#cont-live li{
	float:left;
	width:100%;
}
.upcme-links li {
    background: rgb(255, 182, 25) none repeat scroll 0 0;
    float: left;
    margin: 0 8px 14px;
    padding: 5px;
    text-align: center;
    width: 44%;
}
.upc-link {
    font-size: 13px;
}
.upcme-tab {
    height: 153px;
}
.team_win_widget li {
    border-bottom: 1px dotted rgb(39, 151, 230);
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.team_win_widget h2 {
    float: left;
    font-size: 13px;
    margin-right: 18px !important;
    width: 160px;
}
.team_win_widget a {
    width: 33px !important;
    float: left;
}
.section1, .section2, .section3 {
     float: left;
    margin: 4px 4px 0 4px;
    min-width: 65px;
    text-align: center;
}
.blue {
    background: rgb(39, 151, 230) none repeat scroll 0 0;
    padding: 4px 6px;
}
.pink {
    background: rgb(249, 148, 169) none repeat scroll 0 0;
    padding: 4px 6px;
}
.#team_win_wid > h3 {
    color: #ffffff !important;
    font: 400 16px Cuprum;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
}
.team-hd {
    color: #fff;
}
.btn-lnk {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: left;
    font-size: 15px;
    margin: 0 9px 0 0;
    padding: 3px 10px;
    text-align: center;
}
.sell_whole_bet {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: right;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 4px 17px;
}

/*------------------------*/

.cur-bet-details .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #000 !important;
	
}
.cur-bet-details input[type="text"], .cur-bet-details select, .cur-bet-details input[type="text"]{
	    border: 1px solid #ccc;
    border-radius: 0px !important;
    font-size: 13px;
    color: #000;
    height: 30px;
    width: 100%;
	padding:5px 8px;
}

.bet-calc-data {
    font-size: 13px;
    max-height: 650px;
    max-width: 950px;
    min-height: 470px !important;
    padding: 0 !important;
    position: relative;
    width: 900px;
}

.bet-calc-data .real-tabs {
    height: 395px !important;
}
p.gme-ovr {
    width: 100% !important;
}

.h-bet-calc-sub span {
    color: #000;
    font-size: 17px;
    position: absolute;
    z-index: 99;
    bottom: 1px;
    right: 12px;
}
.h-bet-calc-sub table{
	color:#000 !important;
	    font-family: "Open Sans";	
}

.bet_nte{ position:relative !important; float:right; font-size:11px !important; text-align:end !important; color:#034f90 !important; } 
.team_win_detail label{ width:100%; }
.team_win_detail{  padding:10px 5px 20px 15px;}

.placesell_res{ }

.placesell_res table{ margin-top:6px; background:url("../images/body-bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0) !important; font:400 14px Cuprum;          }
.placesell_res table th{background:rgba(215,230,255,0.1) !important;  color:#ffb619; border:1px solid rgba(104,132,166,0.3); font:400 14px Cuprum; }
.placesell_res table tr{ background:none !important;  }
.placesell_res table td{ color:#FFF; border:1px solid rgba(104,132,166,0.3); font:400 13px Cuprum; }
.placesell_res table td a{ color:#fbd099; font:400 13px Cuprum; }
.placesell_res table tr:nth-child(2n+1){ background:rgba(215,230,255,0.1) !important; }

.tmstmp{
	font-family: 'digital-7regular' !important;
	letter-spacing:1px;
	font-size:15px;
	font-weight:bold;
	color:#034f90;
	text-align:end;
}
.cur-bet-details{ padding:10px 5px 20px 15px; }
.cur-bet-details label{ width:100%; }

.tbetres{}

.tbetres table{ margin-top:20px;  background:url("../images/body-bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0) !important; font:400 14px Cuprum;          }
.tbetres table th{background:rgba(215,230,255,0.1) !important;  color:#ffb619 !important; border:1px solid rgba(104,132,166,0.3); font:400 14px Cuprum; }
.tbetres table tr{ background:none !important;  }
.tbetres table td{ color:#FFF !important; border:1px solid rgba(104,132,166,0.3);  }
.tbetres table td a{ color:#fbd099 !important; font:400 13px Cuprum;}
.tbetres table tr:nth-child(2n+1){ background:rgba(215,230,255,0.1) !important; }

.win-hlf{ width:46% !important; margin:0 10px; float:left !important;}




@font-face {
    font-family: 'digital-7regular';
    src: url('../fonts/digital-7-webfont.eot');
    src: url('../fonts/digital-7-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/digital-7-webfont.woff2') format('woff2'),
         url('../fonts/digital-7-webfont.woff') format('woff'),
         url('../fonts/digital-7-webfont.ttf') format('truetype'),
         url('../fonts/digital-7-webfont.svg#digital-7regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.sel-half {
    float: left;
    margin: 0 1px;
    width: 48% !important;
}
.live-detls span{
	color:#034f90;
}
.live-detls-tbl tr th{
	padding:5px 20px !important;
	
}
.cur_match_id, .cur_real_id, .cur_other_id {
    float: left;
    width: 41% !important;
}
.refresh-yel {
    float: left;
    height: 40px;
    margin: -6px 0 0 23px;
    position: absolute;
    width: 33px;
}
.sl-bet {
    float: right !important;
    margin: 8px 0 0 !important;
    width: 104px !important;
}
.gme-status {
    color: rgb(3, 79, 144) !important;
    font-size: 18px !important;
    margin: 13px 0 0 9px;
}
.cur_inn {
	color: #000 !important;
    float: right !important;
    font-size: 15px;
    margin: 7px 0 0 0 !important;
    text-align: right;
    width: 50%;
}



/*---------------------*/


.bet_ratio li {
        border-bottom:1px solid rgba(102, 102, 102, 0.36);
    float: left;
    margin-bottom: 5px;
    width: 100%;
	padding-bottom:5px;
}
.bet_ratio h2 {
    float: left;
    font-size: 13px;
    margin-right: 18px !important;
        width: 55%;
    text-align: left;
	    color: #333 !important;
		    margin-top: 5px !important;
}
.bet_ratio a {
    width: 50% !important;
    float: left;
	color#fff !important;
	font-size:12px;
}
.bet_ratio .section1, .bet_ratio .section2, .bet_ratio  .section3, .bet_ratio  .section4, .bet_ratio  .section5 {
     float: left;
    margin: 4px 4px 0 4px;
    min-width: 7.6%;
    text-align: center;
	position:relative !important;
}
.bet_ratio  .section4 a{
	    width: 100% !important;
    background-color: #9bbb59;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
}
.bet_ratio  .section5 a{
	    width: 100% !important;
    background-color: #59BBA9;
    color: #fff;
    padding: 4px 6px;
    border-radius: 3px;
}
.gme-status {
    font-size: 15px !important;
}
.blue {
    background: rgb(39, 151, 230) none repeat scroll 0 0;
    padding: 4px 6px;
}
.pink {
    background: rgb(249, 148, 169) none repeat scroll 0 0;
    padding: 4px 6px;
}
.bet_ratio > h3 {
    color: #ffffff !important;
    font: 400 16px Cuprum;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
}
.team-hd {
    color: #fff;
}
.btn-lnk {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: left;
    font-size: 15px;
    margin: 0 9px 0 0;
    padding: 3px 10px;
    text-align: center;
}
.sell_whole_bet {
    background: rgb(255, 190, 72) none repeat scroll 0 0;
    float: right;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 4px 17px;
}

/*--------*/

.acc-details{
	
}
.acc-details li {
    float: left;
    margin-top: 0;
    width: 100%;
	list-style:none;
	color:#333;
}
.acc-details label {
    color: #ffb619;
    margin: 0;
    float: left;
    width: 45%;
}
.acc-details p {
    color: #333;
    float: left;
    margin: 0;
    width: 50%;
	font-size:13px;
}
.acc-details li:nth-child(even) {
    background: rgba(215, 230, 255, 0.36);
    border: 1px solid rgba(104,132,166,0.3);
    padding: 5px 10px;
}
.acc-details li:nth-child(odd) {
    background-color: transparent;
    border: 1px solid rgba(104,132,166,0.3);
    padding: 5px 10px;
    border-bottom: none;
    border-top: none;
}
.acc-details  li:last-child {
    background-color: transparent;
    border-bottom: 1px solid rgba(104,132,166,0.3);
}
.acc-details li:first-child {
    background-color: transparent;
    border-top: 1px solid rgba(104,132,166,0.3);
}
.acc-image {
    width: 30%;
    float: left;
    padding-right: 1%;
	margin-top:10px;
}
.acc-image h2{
	font-size:14px;
	padding:10px 0;
	color:#333;
	    text-transform: uppercase;
		font-weight:bold;
		
}
.acc-image img{
	border-radius: 50%;
    width: 175px;
    height: 175px;
	    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	    margin: 0 auto;
}
.acc-details {
    width: 70%;
    float: left;
    padding-left: 1%;
	margin-top:10px;
}
.avail-crdt {
    color: #000 !important;
    float: right !important;
    font-size: 16px;
    margin: 16px 0 0 !important;
    width: auto;
}

.plce_bet_top {
    background: #9bbb59;
    float: right;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 4px 17px;
	color:#fff;
	margin-right:10px;
}
.tmstmp strong {
	color: #9B6709;
}
.td-red {
	color: #EC4B4B!important;
}
.td-green {
	color: #9BBB59!important;
}
.placesell_res h5 {
	font-size: 10px;
	font-weight: normal !important;
	font-family: arial;
}
.sell-cmt {
    margin: 10px 0 0;
    padding: 0 8px;
}
.ptw-val {
    float: left;
    margin-left: 5px !important;
}
.pt-lbl {
    color: #fff !important;
    float: right;
    margin-right: 5px !important;
    width: auto !important;
}
#ptw-total {
	color: #fff;
    float: right;
    margin-right: 5px;
    width: auto;
}
.acc_data ul{ margin-top:15px; }

.acc_data ul li{
	list-style:none;
	display:inline-block;
	padding:10px 20px;
	color:#FFF;
	background:#034f90;
	font-size:14px;
	

}
.acc_data ul li a{ color:#FFF; }
.acc_data ul li a:hover{ color:#FFF; text-decoration:none; }

.acc_data .bet_process li{
	background:none;
	display:block;
	color:#034f90;
	padding:0;
}
.acc_data .inn-acc-cont{ padding-top:20px; }
.acc_data .foot_pay_process li{
    background:none;
	padding:0;
}
.acc_data input[type="text"], input[type="email"], input[type="number"], select{
   height: 40px;
    width: 72%;
    outline: none;
    font: 400 14px Cuprum;
    padding: 0 8px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(104,132,166,0.3);
   color:#034f90;
}
.acc_data select{
   height: 40px;
    width: 72%;
    outline: none;
    font: 400 14px Cuprum;
    padding: 0 8px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(104,132,166,0.3);
   color:#034f90;
}
.acc_data input[type="submit"]{
    float: left;
    height: 45px;
    margin: 0 67px 0 0;
    font: 700 16px Cuprum;
    background: #1165ac;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    width: 175px;
    border-radius: 0;
    padding: 10px 0;
    outline: none;
    margin-left: 20%;
}
.acc_data p label{ float:left; width:20%; font-weight:600; }
.acc_data input[type="submit"]:hover {
    background: #ffb619;
}

.acc_data .bet_process li{ color:#ffb619;}

.acc_data .bet_process li a{ color:#ffb619;}

.acc_data .bet_process li a:hover{ color:#ffb619;}

.acc_data .foot_pay_process{ margin-bottom:15px; }

.acc_data  .cur-bet-details select{
    height: 40px;
    width: 72%;
    outline: none;
    font: 400 14px Cuprum;
    padding: 0 8px;
    border-radius: 0;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(104,132,166,0.3);
    color:#034f90;
}

.acc_data .foot_bet_cont mCustomScrollbar _mCS_6 mCS_no_scrollbar{ float:left !important; }
.foot_contOuter{
	float:left;
	width:100%;
}
.ftrProcd_btn{
    margin: 0 67px 0 0;
    font: 700 16px Cuprum;
    background: #1165ac;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px 25px;
    outline: none;
}
.ftrProcd_btn:hover{ background: #ffb619; color:#FFF; text-decoration:none; }


.acc_data .bank_details{ float:left; width:100%; }
.acc_data .bank_details h3{ 
	color:#666 !important;
}
.acc_data .bank_details p{ 
	color:#666 !important;
} 
#review_bet_data {
    float: left;
    margin: 15px 0 0;
    width: 100%;
}
.rev_red {
    color: rgb(218, 56, 56) !important;
    font-weight: 600;
}
.rev_blue {
    color: rgb(3, 79, 144) !important;
    font-weight: 600;
}
li.bc-active {
   background-color: rgb(255, 153, 0)!important;
   color: #fff !important;
}
li.bc-active a {
   /* color: #fff !Important; */
}
li.acc-active {
   background-color: #0D3251 !important;
}
.pop-title {
    float: left;
    width: 350px;
}
.shr_desc {
    clear: both;
    float: right;
	text-align: right;
    width: 500px;
}
.adtnl-payment {
    float: left;
    margin: 48px 0 0;
    width: 100%;
}
.adtnl-payment h3 {
    font-size: 15px;
    margin: 0 0 15px !important;
}
.adtnl-payment li {
    display: inline;
    float: left;
    margin: 0 5px;
}
.adtnl-payment img {
    float: left;
    height: 78px;
    width: 165px;
}
.foot_pay_lnk img {
    height: 46px;
    margin-right: 10px;
    width: 96px;
}

.upcme-links .active{
	background-color: #3CA9FF;    
}
.upcme-links .active a{
	color: #fff;
}