@font-face {
  font-family: 'Roboto-Regular';
  src: url('../../fonts/Roboto-Regular.eot');
  src: url('../../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: gotham-black;
  src: url(../../fonts/gotham-black.otf);
}

html {
  position: relative;
  min-height: 100%;
}

body {
	background:rgba(110,22,60,1) url("../images/bg-mobile.jpg");
    background-position: top center;
    color: #fff;
    font-family: 'Roboto-Regular';
	font-weight: normal;
    font-style: normal;
    font-size: 16px;
    overflow-x: hidden;

}
.container {
    width: 1170px;
    padding: 0;
}
.page_main_bg {
	position: relative;
	width: 100%;
	height: 100%;
}

h1 {
	margin-top: 10px;
	margin-bottom: 8px;
}

ul {
	list-style-type: initial;
	padding-left: 0px;
}

a {
    outline: medium none;
    text-decoration: none;
}

a:hover {
    outline: medium none;
    text-decoration: none;
}

a:focus {
    outline: 0 none;
    text-decoration: none;
}
.modal {
    z-index: 99999;
}
.nopad-li>li {
    padding:0px;
}
.padd0 {
	padding-left: 0px;
	padding-right: 0px;
}

.panel {
    border-width: 0 0 0px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.row2 {
	display: block;
	width: 100%;
}

.top_header {
	/*background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll center center ;*/
    width: auto;
}

.top_header2 {
	background: rgba(0, 0, 0, 0) url("../images/header-bg1a.jpg") no-repeat scroll center center / cover ;
    width: auto;
}

.loginbtn {
    float: left;
    margin: 31px 0 13px 5px;
    text-align: center;
}
.table-hover > tbody > tr:hover {
    background-color: rgb(0,0,0,0.5);
}

.loginbtn button, .login a, a.masuk {
    background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
    border: 2px solid #0097e6;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 24px;
    text-transform: uppercase;
    width: auto;
}

.loginbtn button:hover,.login a:hover, a.masuk:hover {
 background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	box-shadow: 2px 0 35px #1ad0f5;
   /*background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0632C0), to(#1AD0F5));
	background-image: -webkit-linear-gradient(top, #0632C0, #1AD0F5);
	background-image: -moz-linear-gradient(top, #0632C0, #1AD0F5);
	background-image: -ms-linear-gradient(top, #0632C0, #1AD0F5);
	background-image: -o-linear-gradient(top, #0632C0, #1AD0F5);
	background-image: linear-gradient(to bottom, #0632C0, #1AD0F5);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#1AD0F5);*/
    border: 2px solid #0097e6;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}

.captcha_txt {
    float: left;
    margin: 33px 0 10px 10px;
    text-align: center;
    width: 230px;
    height: 35px;

}

.captcha_txt input {
    background-color: #252525;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
	height: 34px;
}

.form-control-feedback {
    right: 40px;
    top: 5px;
}

.captcha_txt .cap_txt {
    display: block;
    font-size: 13px;
    height: 34px;
    line-height: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 34px;
    z-index: 2;
}

.username_txt {
    float: left;
    margin: 34px 0 20px 10px;
    text-align: center;
    width: 150px;
}



.username_txt input {
    background-color: #252525;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
	height: 34px;
}

.password_txt {
    float: left;
    margin: 33px 0 20px 10px;
    text-align: center;
    width: 150px;
}

.password_txt input {
    background-color: #252525;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
	height: 34px;
}


.signup, .daftar {
    float: left;
    margin: 31px 0 20px 5px;
    text-align: center;
}

a.daftar {

  background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    border: 2px solid rgb(102, 102, 102);
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 24px;
    text-transform: uppercase;
    width: auto;
}

a.daftar:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    box-shadow: 2px 0 35px rgb(75,75,75);
    border: 2px solid rgb(102, 102, 102);
    transition: all 0.3s ease-in-out 0s;
}
.signup a button{

  background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    border: 2px solid rgb(102, 102, 102);
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 24px;
    text-transform: uppercase;
    width: auto;
}

.signup a button:hover{
    background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    box-shadow: 2px 0 35px rgb(75,75,75);
    border: 2px solid rgb(102, 102, 102);
    transition: all 0.3s ease-in-out 0s;
}
.withdrow {
    float: right;
    margin: 20px 0 20px 20px;
    text-align: center;
}

.withdrow a {
    background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(133,133,133,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#858585', GradientType=0 );

    border: 2px solid #acacac;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 24px;
    text-transform: uppercase;
    width: auto;
}

.withdrow a:hover {
    background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(133,133,133,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#858585', GradientType=0 );
box-shadow: 2px 0 30px #c0c0c0;
    border: 2px solid #acacac;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}

.deposit {
    float: right;
    margin: 0px 0 0px 5px;
    text-align: center;
}

.deposit a {
    background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
    border: 2px solid #0097e6;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 10px;
    text-transform: uppercase;
    width: auto;
}

.deposit a:hover {
   background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	    box-shadow: 2px 0 35px #1ad0f5;
    border: 2px solid #0097e6;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}


.user_name a.usr_btn {
    border:0px solid #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	background-color: #393939;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#232323));
	background-image: -webkit-linear-gradient(top, #393939, #232323);
	background-image: -moz-linear-gradient(top, #393939, #232323);
	background-image: -ms-linear-gradient(top, #393939, #232323);
	background-image: -o-linear-gradient(top, #393939, #232323);
	background-image: linear-gradient(to bottom, #393939, #232323);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#393939, endColorstr=#232323);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 6px 10px;
    text-transform: uppercase;
    width: auto;
    float: right;
}

.font_rgo .text {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 6px;
    width: auto;
}




.font_rgo .icon_text {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    width: auto;
}

.font_rgo {
    color: #fff;
    float: right;
    /*margin: 20px 0;*/
    text-align: center;
    width: 178px;
}

.font_rgo .icon {
    float: left;
    width: auto;
}

.font_rgo .icon img {
    width: 66%;
}


.idr {
    float: right;
    margin: 0px 0 0px 5px;
    text-align: center;
	width: 165px;
}


.idr a.idr_btn {
    border:0px solid #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	background-color: #393939;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#232323));
	background-image: -webkit-linear-gradient(top, #393939, #232323);
	background-image: -moz-linear-gradient(top, #393939, #232323);
	background-image: -ms-linear-gradient(top, #393939, #232323);
	background-image: -o-linear-gradient(top, #393939, #232323);
	background-image: linear-gradient(to bottom, #393939, #232323);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#393939, endColorstr=#232323);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 6px 10px;
    width: 165px;
}


.idr .text {
	color: #fff;
}



.gray_box2 {
    background: rgba(0, 0, 0, 0) url("../images/menu_bg.jpg") no-repeat scroll center center / cover ;
	box-shadow: none;
	border: none;
    color: #fff;
    width: 200px;
}

.gray_box2 li {
	border-bottom: 1px solid rgb(76, 75, 78);
}

.gray_box2 li a {
    color: #fff;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
}

.dropdown-menu.gray_box2 li a:hover {
    background: #6f1634 !important;
}


.stars{
    color: #fff;
    float: right;
    margin: 3px 10px 0;
    width: auto;
}

.stars .icon {
    float: left;
    width: auto;
}

.stars .caret-icon{
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
    width: auto;
}

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}


.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed #fff;
    display: inline-block;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    width: 0;
}

.nav_menu {
    margin: auto;
    width: auto;
}

/* start update menu 11-04-2018 */
.nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav_menu li {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: auto;
}

.nav_menu li a {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    width: auto;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 5px
}
/* end update menu 11-04-2018 */

.nav_menu li a:hover {
	color: #00fff6;
}

.nav_menu li.active a {
	color: #00fff6;
}

.news {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 14px;
    /*padding: 0px 0 6px 0;*/
}

.news p {
	margin: 0px;
    color: #ffc80d;
}

/* start update css .marquee 02-09-2017*/
.news .news-block {
	background: #000;
	padding:  0px 0px 0px 3px;
	border-radius: 25px;
	float: left;
    width: 100%;
}
/* end update css .marquee 02-09-2017*/

.news .news-block .marquee  {
	float: left;
}

.news .news_det {
	font-weight: bold;
	width: auto;
	padding: 0px 0px;
	text-align: right;
	margin-right: -15px;
    font-size: 13px;
}


#slider_secon {
    position: absolute;
    top: 50px;
    width: 289px;
    z-index: 999;
}

#sidebar_second {
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: 146px;
}

/* start update slider_secon 11-04-2018 */
#header2 {
    background: rgba(255, 255, 255, 0) url('../images/side-menu-bg.jpg')no-repeat scroll center top/ cover;
    height: 340px;
    left: -5px;
    margin: 86px 0 0;
    padding: 0;
    position: absolute;
    width: 240px;
	-webkit-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
}
/* end update slider_secon 11-04-2018 */
#slider_secon .social_icon {
    display: table;
    height: auto;
    margin: 25px 0;
    padding: 15px;
    padding-top: 0;
}

#slider_secon .social_icon ul li {
    margin-bottom: 10px;
}

.topback h2 {
	font-family: 'Prototype';
	font-weight: bold;
    color: #d9d9d9;
    margin: 0;
}
.topback h2 img{
    margin-left: 7px;
}
.bank24 {
    /*margin: auto;*/
    width: 235px;
}

.bank24 .inner {
    float: left;
}
.bank24 ul {
    color: #fff;
    padding: 0;
}

.bank24 .inner li {
	background: rgba(255, 255, 255, 0.7);
    color: #fff;
    float: left;
    list-style: outside none none;
    padding: 5px 30px 5px 5px;
	margin-bottom: 10px;
    width: 230px;

}

.switch-btn {
	width: auto;
	padding: 12px 0px;
}

.blue {
    float: right;
    width: auto;
}

.blue a {
    background: #3aae4b none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    width: auto;
}

.yellow {
    float: right;
    width: auto;
}

.yellow a {
    background: #e51c24 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    width: auto;
}

.red {
    float: right;
    width: auto;
}

.red a {
    background: #ebaa44 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    float: right;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    width: auto;
}

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 15px;
  margin-bottom: 0px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.blue .slider {
	background-color: #089df8;
}

.yellow .slider {
	background-color: #d4a80e;
}

.red .slider {
	background-color: #d40e0e;
}

.slider:before {
    background-color: white;
    bottom: 4px;
    content: "";
    height: 15px;
    left: 4px;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 15px;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.banner_header {

	background: rgba(0, 0, 0, 0) url("../images/banner-img.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 340px;



}



/* start update css 02-09-2017 */
.page_content {
    /*position: relative;*/
    width: auto;
}
/* end update css 02-09-2017 */

/* start update body bg cover */
.page_content .gaming_bg {
	background: rgba(0, 0, 0, 0) url("../images/gaming_bg.jpg") no-repeat center center;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
	background-size: cover;
	width: auto;
}
/* end update body bg cover */

.index_box {
	background: #05040a url("../images/index_box_bg.png") no-repeat scroll center center /cover;
    margin: 0px auto;
    width: auto;
}


.page_content .middle_bg {
    background: rgba(0, 0, 0, 1) url("../images/content_bg.jpg") no-repeat center top;
    background-size: 100% 100%;
	/*
    background: rgba(0, 0, 0, 1) url("../images/content_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	*/
	width: auto;
}

.page_content .middle_bg .border_img {
    position: relative;
    width: 100%;
}

.page_content .middle_bg .border_img img.img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide_box {
    float: left;
    position: relative;
	width: auto;
	cursor: pointer;
}

.slide_box .one {
    height: 100%;
}

.one {
    background-color: rgba(255, 255, 255, 0);
	text-align: center;
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}

/* Start update color 05-09-2017*/
.text {
   /* color: #fff; */
	font-weight: bold;
    left: 50%;
    white-space: nowrap;
}
.inner li a {
    color: #fff;
}
.dropdown-menu {
    background: rgb(49, 49, 49);
  border-radius: 5px;
  padding: 0px;
}
div.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
    background-image: -moz-linear-gradient( 90deg, rgb(35,42,86) 0%, rgb(73,47,94) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(35,42,86) 0%, rgb(73,47,94) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(35,42,86) 0%, rgb(73,47,94) 100%);
    border-radius: 5px;
}
.datepicker table tr td.active, .datepicker table tr th:hover, .datepicker table tr td:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover{
    background-color: #006dcc !important;
    background-image: -moz-linear-gradient(to bottom, #08c, #0044cc) !important;
    background-image: -ms-linear-gradient(to bottom, #08c, #0044cc) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc)) !important;
    background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc) !important;
    background-image: -o-linear-gradient(to bottom, #08c, #0044cc) !important;
    background-image: linear-gradient(to bottom, #08c, #0044cc) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0) !important;
    border-color: #0044cc #0044cc #002a80 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
/* End update color 05-09-2017*/

.one .text h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
    color: #fff;
}

.hkb_logo {
    width: auto;
}

.hkb_logo img {
	margin: 0px auto;
    width: 70%;
}
.ddc_logo {
    width: auto;
}

.ddc_logo img {
    margin: 0px auto;
}
.btn_play {
    margin: 10px;
    width: auto;
}

.one .btn_play a {
	color: #fff;
}

.btn_play.black_gr a {

	background-color: #8A8A8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8A8A8A), to(#161616));
	background-image: -webkit-linear-gradient(top, #8A8A8A, #161616);
	background-image: -moz-linear-gradient(top, #8A8A8A, #161616);
	background-image: -ms-linear-gradient(top, #8A8A8A, #161616);
	background-image: -o-linear-gradient(top, #8A8A8A, #161616);
	background-image: linear-gradient(to bottom, #8A8A8A, #161616);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8A8A8A, endColorstr=#161616);
	border:1px solid #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:18px;
	padding: 10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.btn_play.black_gr a:hover {background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	 box-shadow: 2px 0 35px #1ad0f5;
	border:1px solid #07a8d4;
	display:inline-block;
	color: #FFFFFF;}

	.btn_play.black_gr a.active {background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	 box-shadow: 2px 0 35px #1ad0f5;
	border:1px solid #07a8d4;
	display:inline-block;
	color: #FFFFFF;}


/*start update css 26-5-2018*/
.gry_btn_bg:hover {
	/*background: rgba(179,220,237,1);
	background: -moz-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,0)), color-stop(50%, rgba(34,106,157,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -o-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -ms-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: linear-gradient(to right, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );*/
	display: inline;
	/*padding: 12px 40px;*/
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
/*end update css 26-5-2018*/

.btn_play.blue_gr a {


	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1px solid #07a8d4;
	font-weight:bold;
	font-size:18px;
	padding: 10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.blue_btn_bg:hover {

	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179,220,237,0)), color-stop(50%, rgba(34,106,157,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -o-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: -ms-linear-gradient(left, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	background: linear-gradient(to right, rgba(179,220,237,0) 0%, rgba(34,106,157,1) 50%, rgba(188,224,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
	display: inline;
	padding: 12px 40px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.com_btn a {

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:14px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.com_btn_bg:hover {

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(100,80,95,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(100,80,95,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(100,80,95,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(100,80,95,1) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(100,80,95,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(100,80,95,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
	display: inline;
	padding: 10px 20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.jackpot_main {
    position: relative;
    width: auto;
    z-index: 1;
}

.jackpot_main .jackpot_box  {
    text-align: center;
    position: relative;
    width: auto;
	padding: 10px 0px;


}

/* language */

.lang{
  
    float: left;
    margin-top: 4%;
    z-index: 999999;
    position: relative;
  }

  
  .btn-lang{
    background: transparent;
    border: 1px solid transparent;
  }
  
  .menu-lang{
    background: black;
    padding: 1rem;
    font-weight: 600;
  }
  
  .menu-lang > li{
    padding: 1rem;
  }
  
  .menu-lang > img{
    margin-right: 0.5rem;
  }

.index_box .gaming_box::before {
    /*background: #4f4f4f;*/
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
	z-index: 1;
}

.index_box .gaming_box:hover::before {
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.jackpot_main .jackpot_box p {
	font-size: 14px;
}

.jackpot_main .jackpot_box h1 {
	color: #fff;
	font-weight: bold;
}

.jackpot_main .jackpot_box.red_box p{
	color: #ff0000;
}

.jackpot_main .jackpot_box.grey_box p{
	color: #4f4f4f;
}

.jackpot_main .jackpot_box.blue_box p{
	color: #00d8ff;
}

.jackpot_main .jackpot_box.soon_box p{
	color: #4f4f4f;
}

.jackpot_main .jackpot_box.red_box h1 span, .jackpot_main .jackpot_box.grey_box h1 span{
	color: #4f4f4f;
}

.jackpot_main .jackpot_box.blue_box h1 span{
	color: #00d8ff;
}

.jackpot_main .jackpot_box.soon_box h1 {
	color: #4f4f4f;
}


.features {
	width: auto;
	padding: 0px 0px;
}

.features .feat_img img {
	margin: auto;
}

.features .feat_txt {
	margin-top: 10px;
}

.features .feat_txt p {
	font-size: 12px;
	color: #acacac;
	font-weight: bold;
	text-align: center;
}

/* start update style provider 04-09-2017 */
.provider_outer, .payment_platform {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 10px;
    text-transform: uppercase;
    width: auto;
}
.provider_outer .text {
	padding: 30px 0px;
}

.payment_platform .text {
	padding: 20px 0px;
}
/* end update style provider 04-09-2017 */
.page_content p, .payment_platform p {
    text-align: center;
}

.provider_outer p img, .payment_platform p img {
    display: inline;
    padding: 10px 0px;
    text-align: center;
}

.left_card {
    position: absolute;
	top: 42%;
    left: -5%;
	bottom: 0;
}

.right_card {
    position: absolute;
	top: 42%;
    right: -5%;
	bottom: 0;
}

/*.ft_nav {
	text-align: center;
    padding: 0 0 15px;
    width: auto;
}*/

.ft_nav li a {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 15px;
    padding: 10px 0px;
}

.ft_nav li a:hover, .ft_nav li a.active{ color:#00fff6;}

.ft_dis {
    width: auto;
}

.ft_dis p {
    color: #fff;
    font-size: 14px;
    /*line-height: 22px;*/
    padding: 14px 0;
    text-align: center;
    width: auto;
    margin:0;
}

.ft_box h2 {
    color: #949494;
    font-size: 22px;
	font-weight: bold;
    margin: 10px 0 20px;
    text-transform: uppercase;
    width: auto;
}

.ft_box p {
    color: #fff;
    font-size: 14px;
	line-height: 25px;
    padding: 0 0 30px; text-align:left;
}

.ft_bottom {
    border-bottom: 2px solid #fff;
    padding: 0px;
    width: auto;
}

.social_lft {
    padding: 25px 0;
    width: auto;
}

.social_lft h6 {
    color: #949494;
    font-size: 18px;
	font-weight: bold;
    margin: 0;
    padding: 0 0 30px;
    text-transform: uppercase;
    width: auto;
}

.social_lft a {
    color: #fff;
    margin: 10px 0;
    padding: 0 5px 0 0;
    transition: all 0.3s ease-in-out 0s;
}

.social_lft a img:hover{
	opacity: 0.7;
}

.browser_ryt {
    padding: 25px 0;
    text-align: right;
    width: auto;
}

.browser_ryt h6 {
    color: #949494;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
    margin: 0;
    padding: 0 0 30px;
    width: auto;
}

.browser_ryt a {
    color: #fff;
    margin: 10px 0;
    padding: 0 5px 0 0;
    transition: all 0.3s ease-in-out 0s;
}

.copy_ryt {
    text-align: center;
    width: auto;
	padding: 20px 0px 40px 0px;
}

.copy_ryt p {
    color: #4e4953;
    font-size: 14px;
}


.nav {
    background: rgba(0, 0, 0, 0);
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 10000;
}


.one_nav {
    float: left;
    padding: 6px 0;
    text-align: center;
    width: 20%;
}

.nav-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    line-height: 1;
    padding: 1.25rem 1rem;
}

.nav-toggle .icon-menu {
    display: inline-block;
    fill: none;
    height: 22px;
    position: relative;
    vertical-align: middle;
    width: 36px;
}

.icon-menu .line-1 {
    top: 0;
}

.icon-menu .line-2 {
    margin-top: -2px;
    top: 50%;
}

.icon-menu .line-3 {
    bottom: 0;
    margin-top: -2px;
}

.icon-menu .line-4 {
    bottom: -8px;
}

.icon-menu .line {
    background-color: #fff;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}


.one_logo {
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 60%;
}

.one_out {
    color: #cf9942;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 20%;
}

.one_out a {
    color: #fff;
}

.one_out a img {
	width: 32px;
}




.footer {
	background: rgba(97,66,108,1);
	background: -moz-linear-gradient(top, rgba(97,66,108,1) 0%, rgba(38,9,49,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(97,66,108,1)), color-stop(100%, rgba(38,9,49,1)));
	background: -webkit-linear-gradient(top, rgba(97,66,108,1) 0%, rgba(38,9,49,1) 100%);
	background: -o-linear-gradient(top, rgba(97,66,108,1) 0%, rgba(38,9,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(97,66,108,1) 0%, rgba(38,9,49,1) 100%);
	background: linear-gradient(to bottom, rgba(97,66,108,1) 0%, rgba(38,9,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61426c', endColorstr='#260931', GradientType=0 );
	padding: 5px 10px 5px 10px;
	width: 100%;
	position:fixed;
	bottom: 0px;
	z-index: 999;
}

.botom_nav {
	background: rgba(79,61,86,1);
	background: -moz-linear-gradient(top, rgba(79,61,86,1) 0%, rgba(29,11,36,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,61,86,1)), color-stop(100%, rgba(29,11,36,1)));
	background: -webkit-linear-gradient(top, rgba(79,61,86,1) 0%, rgba(29,11,36,1) 100%);
	background: -o-linear-gradient(top, rgba(79,61,86,1) 0%, rgba(29,11,36,1) 100%);
	background: -ms-linear-gradient(top, rgba(79,61,86,1) 0%, rgba(29,11,36,1) 100%);
	background: linear-gradient(to bottom, rgba(79,61,86,1) 0%, rgba(29,11,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f3d56', endColorstr='#1d0b24', GradientType=0 );
	padding: 5px 10px 10px;
    width: auto;
}

.row.vertical-divider {
	overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
	background: rgba(0, 0, 0, 0) url('../images/divider_img.png') no-repeat center right;

}

.row.vertical-divider div[class^="col-"]:last-child {
	background: none;
}

.nav-container.is-visible {
    transform: translateX(0px);
    visibility: visible;
}

.nav-container {
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 100%;
    /*overflow-y: scroll;*/
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 65%;
    z-index: 9999;
}


.nav-menu {
	background: rgba(0, 0, 0, 0) url("../images/side_menu_bg.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: auto;
    -moz-user-select: none;
    height: 100%;
    overflow-y:auto;
}

.nav-menu  .menu-item .menu_icon {
    cursor: pointer;
    float: left;
    width: 50px;
}

.nav-menu .menu-item {
	margin: 2px 0px;
}

.nav-menu .menu-item .nav-toggle {
	padding: 0px;
}

.user_rwo {
    padding: 5px;
    width: auto;
}

.user_rwo .icon {
    float: left;
    width: 50px;
	cursor: pointer;
}

.user_rwo .icon_text {
    color: #fff;
    float: left;
    font-size: 18px;
    margin-left: 7px;
    padding: 15px 0;
    vertical-align: middle;
    width: 70%;
}

.nav-menu .menu-link {
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font-size: 17px;
    text-decoration: none;
}
.nav-menu .menu-link:hover .user_rwo .icon_text{ color:#16B3EB;}

.nav-menu > .menu-item:last-child {
    border-bottom: 1px solid #bbb;
}


/************************* Bola Tangkas Page Style ************************/

.bola_tangkas_bg {
    background: rgba(0, 0, 0, 0) url("../images/bola_tangkas_header1.jpg?03012018") no-repeat scroll center center / cover ;
    padding: 30px 0;
}

/*start update 29-12-17*/
.bola_tangkas_bg .bola_tangkas_box {
	margin: auto;
	max-width: 100%;
}
/*29-12-17*/

.bola_tangkas_bg .bola_tangkas_box .bola_banner_txt {
	text-align: center;
	width: auto;
}

.bola_tangkas_bg .bola_tangkas_box .bola_banner_txt h1 {
	font-size: 52px;
	font-weight: bold;
	text-transform: uppercase;
}

.bola_tangkas_bg .bola_tangkas_box .bola_banner_txt p.tagline{
	color: #ff4c7e;
	text-transform: uppercase;
	letter-spacing: 5px;
}

/*start update 29-12-17*/
.bola_tangkas_box .bola_banner_txt .bola_play  {
	margin-top: 74%;
    margin-bottom: 4%;
}

.bola_tangkas_box .bola_banner_txt .bola_play a {
	background-color: #1bd9f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1bd9f8), to(#041db9));
	background-image: -webkit-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -moz-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -ms-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -o-linear-gradient(top, #1bd9f8, #041db9);
	background-image: linear-gradient(to bottom, #1bd9f8, #041db9);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1bd9f8, endColorstr=#041db9);
	border:1px solid #1bd9f8;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:24px;
	 padding: 14px 60px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF; text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}
/*end update 29-12-17*/

.bola_tangkas_box .bola_banner_txt .bola_play a:hover {
  background-color: #1bd9f8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1bd9f8), to(#041db9));
	background-image: -webkit-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -moz-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -ms-linear-gradient(top, #1bd9f8, #041db9);
	background-image: -o-linear-gradient(top, #1bd9f8, #041db9);
	background-image: linear-gradient(to bottom, #1bd9f8, #041db9);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1bd9f8, endColorstr=#041db9);
    border:1px solid #1bd9f8;  box-shadow: 2px 0 35px #1ad0f5;
    border-radius: 18px;
    color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}


/************************* SportsBook Page Style ************************/


.sportbook_bg {
    background: rgba(0, 0, 0, 0) url("../images/RGOBET-BACKGROUND-SPORTSBOOK.jpg") no-repeat scroll center center / cover ;
    padding: 30px 0;
}

.sportbook_bg .sb_book_outer {
	max-width: 50%;
	margin: auto;
}

.sportbook_bg .sb_book_inner .sb_txt h1 {
	font-size: 48px;
	font-weight: bold;  text-shadow: 1px 2px 8px #000;
	text-align: center;
}

.sportbook_bg .sb_book_inner .sb_txt h1 span {
	color: #dcbb31;
}


.sportbook_bg .sb_book_inner .sb_txt p{
	font-size: 27px;
	text-align: center;
}



.sportbook_bg .sb_book_inner p.many_more span {
	color: #fcdf45;
}

.sportbook_bg .sb_book_outer .sb_game {
    background: rgba(255, 255, 255, 0.4);
	padding: 15px;
	border-radius: 20px;
    margin-top: 20px;
	margin-bottom: 10px;

}

.sportbook_bg .sb_book_outer .sb_game .play_btn {
	margin-top: 10px;
	text-align: center;
}

/* start update btn sb 02-09-2017 */
.sportbook_bg .sb_book_outer .sb_game a {
	/*background-color: #007acf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#007acf), to(#002b7b));
	background-image: -webkit-linear-gradient(top, #007acf, #002b7b);
	background-image: -moz-linear-gradient(top, #007acf, #002b7b);
	background-image: -ms-linear-gradient(top, #007acf, #002b7b);
	background-image: -o-linear-gradient(top, #007acf, #002b7b);
	background-image: linear-gradient(to bottom, #007acf, #002b7b);*/
    background-color: #959595;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#555));
    background-image: -webkit-linear-gradient(top, #959595, #555);
    background-image: -moz-linear-gradient(top, #959595, #555);
    background-image: -ms-linear-gradient(top, #959595, #555);
    background-image: -o-linear-gradient(top, #959595, #555);
    background-image: linear-gradient(to bottom, #959595, #555);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#959595, endColorstr=#555);
	border:2px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 11px 63px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
	font-weight: bold;
}

.many_more {
    font-size: 18px; font-family: 'Prototype'; font-weight:bold;
}

.sportbook_bg .sb_book_outer .sb_game a:hover {
    /*background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;*/
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}
/* end update btn sb 02-09-2017 */

.sb_gaming {
	position: relative;
	width: auto;
}

.sb_gaming .game {
    cursor: pointer;
    float: left;
    position: relative;
    width: auto;
}


.game .game_info {
    height: 100%;
}

.game_info {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}

.sb_gaming .game .inner_content {
	height: 100%;
	padding: 20px;
}

.sb_gaming .inner_content .play_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:20px;
	font-weight: bold;
	padding: 20px 26px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF; font-family: 'Prototype'; font-weight:normal;
}

.sb_gaming .inner_content .play_btn a:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s; font-family: 'Prototype'; font-weight:normal;
    width: auto;
}

.sb_gaming .game_info .game_logo img {
    width: 50%;
}

.sb_gaming .game .inner_content .hkb_game {
	margin-left: 260px;
}

.sb_gaming .game .inner_content .play_btn {
	width: auto;
	margin-top: 10px;
}

.saba_mob_bg {
	background: rgba(0, 0, 0, 0) url("../images/saba_mob_bg.jpg") repeat scroll center center / cover ;
	padding: 25px 0px;
	margin-bottom: 10px;
}

.saba_mob_bg .play_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #fff;
}
.saba_mob_bg .play_btn a:hover{background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;  transition: all 0.3s ease-in-out 0s;}

.saba_mob_bg .saba_content .txt p {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.saba_mob_bg .saba_content .inter_logo {
	margin-bottom: 20px;
}

.saba_mob_bg .saba_content .inter_logo img{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.saba_mob_bg .play_btn {
	text-align: center;
}

.border_img {
    position: relative;
    width: 100%;
}


.border_img img.img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.opus_mob_bg {
	background: rgba(0, 0, 0, 0) url("../images/opus_mob_bg.jpg") repeat scroll center center / cover ;
	padding: 25px 0px;
	margin-top: 10px;
}


.opus_mob_bg .play_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #fff;
}

.opus_mob_bg .play_btn a:hover{background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;  transition: all 0.3s ease-in-out 0s;}


.opus_mob_bg .opus_content .txt p {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
}

.opus_mob_bg .opus_content .inter_logo {
	margin-bottom: 20px;
}

.opus_mob_bg .opus_content .inter_logo img{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.opus_mob_bg .play_btn {
	text-align: center;
}


/************************* Casino Page Style ************************/

.casino_banner {
	background: rgba(0, 0, 0, 0) url("../images/casino_hdr_bg.jpg") repeat scroll center center / cover ;
	padding: 30px 0px;
}

.casino_banner .game_type {
	background: rgba(0, 0, 0, 0.5);
	display: inline-block;
	border-radius: 25px;
	padding: 20px;

}

.casino_banner h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: left;
    text-shadow: 1px 1px 7px #000;
}

.casino_banner h1 span {
    color: #dcbb31;
}

.casino_banner p {
    font-size: 24px;
    text-align: left;
}

.casino_banner p.txt {
    font-size: 16px;
    text-align: left;
}

.casino_banner .game_type .cas_game_inner span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    z-index: 10;
}

.casino_banner .play_game .game_button {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    display: inline-block;
    margin: 0.5%;
    position: relative;
    width: 14.1vw;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}


.casino_banner .play_game .game_button:hover {

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.casino_mob_gaming {
	background: rgba(0, 0, 0, 0) url("../images/casino_mob_gaming_bg.jpg") repeat scroll center center / cover ;
	padding: 15px 0px;
}



/************************* Mobile Page Style ************************/

/*.mobile_header {
	background: rgba(0, 0, 0, 0) url("../images/mobile_header_bg.jpg") repeat scroll center center / cover ;
	padding: 30px 0px;
}*/

.mobile_header h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.mobile_header h1 span {
    color: #dcbb31;
}

.mobile_header p#large_txt {
    font-size: 20px;
    text-align: center;
	text-transform: uppercase;
}

.mobile_header p {
	text-align: center;
	font-size: 15px;
}

.mobile_header p span {
	color: #dcbb31;
}

.mobile_header .rgo_bet_btn {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*.mobile_header a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	padding: 15px 40px;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}


.mobile_header a:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}*/




/************************* Reload Page Style ************************/

.prmo_main_bg {

}

.promo_turnover_hdr {
	background: rgba(0, 0, 0, 0) url("../images/reload_turnover.jpg") repeat scroll center center / cover ;
	padding: 40px 0px;
	margin-bottom: 20px;
}

.promo_turnover_hdr .inner_txt {
	position: relative;
	width: auto;
	padding: 10px 0px;
}

.promo_turnover_hdr h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.promo_turnover_hdr p {
	font-size: 16px;
}

.promo_sbook_hdr {
	background: rgba(0, 0, 0, 0) url("../images/reload_sportbook_bg.jpg") repeat scroll center center / cover ;
	padding: 30px 0px;
	margin-bottom: 20px;
}

.promo_sbook_hdr .inner_txt {
	position: relative;
	width: auto;
	padding: 10px 0px;
}

.promo_sbook_hdr h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
}

.promo_sbook_hdr h1 span#small {
    font-size: 18px;
    text-transform: uppercase;
}

.promo_sbook_hdr p {
	font-size: 16px;
	text-align: right;
}


.promo_bonus_hdr {
	background: rgba(0, 0, 0, 0) url("../images/reload_cashback_bg.jpg") repeat scroll center center / cover ;
	padding: 30px 0px;
}

.promo_bonus_hdr .inner_txt {
	position: relative;
	width: auto;
	padding: 10px 0px;
}

.promo_bonus_hdr h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}

.promo_bonus_hdr h1 span#small {
    font-size: 18px;
    text-transform: uppercase;
}

.promo_bonus_hdr p {
	font-size: 16px;
	text-align: left;
}

.mob_pro_share {
	background: #001323;
	position: relative;
	margin-bottom: 20px;
}

.mob_pro_share .lt_main {
	 display: table;
	 height: 160px;
}


.mob_pro_share .lt_main .img{
    vertical-align: middle;
    display: table-cell;
}

.mob_pro_share .lt_main .img img{
    width: 60%;
	margin: auto;
}


.mob_pro_share .rt_main {
	background: rgba(0, 0, 0, 0) url("../images/mob_pro_share_bg.jpg") repeat scroll center center / cover ;
	padding: 20px;
	height: 160px;
}

.mob_pro_share .rt_main .title_bar p{
	font-size: 16px;
	font-weight: bold;
}

.mob_pro_share .rt_main .title_bar p span{
	color: #02b2d3;
}

.mob_pro_share .rt_main .title_bar p#share{
	color: #00c6ff;
}

.mob_pro_share .rt_main .desc  {
	margin-top: 10px;
}



.mob_pro_share .rt_main .desc p {
	font-size: 14px;
}


.mob_pro_sb {
	background: rgba(0, 0, 0, 0) url("../images/mob_pro_sb_bg.jpg") repeat scroll center center / cover ;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.mob_pro_sb .inner_txt {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}

.mob_pro_sb h3 {
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}

.mob_pro_sb h3 span {
	font-size: 12px;
}



.mob_pro_bonus {
	background: rgba(0, 0, 0, 0) url("../images/mob_pro_bonus_bg.jpg") repeat scroll center center / cover ;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.mob_pro_bonus h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
}

.mob_pro_bonus h1 span#small {
    font-size: 18px;
    text-transform: uppercase;
}


.mob_pro_bonus p {
	font-size: 14px;
}


/************************* GME Page Style ************************/

.gme_banner .play_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
	font-weight: bold;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.gme_banner .play_btn a:hover {
    background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(133,133,133,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#858585', GradientType=0 );
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
}



.carousel-caption {
    left: 0;
    right: 0;
    top: 0;
	text-align: left;
}


/* Carousel base class */
/*.carousel {
  height: 415px;
  margin-bottom: 0px;
}*/
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
/*.carousel .item {
  height: 415px;
  background-color: #777;
}*/
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 415px;
}

.gme_banner .txt_div {
	margin-top: 14px;
}

.dingdong_banner .txt_div {
    width: 37%;
    margin: 14px auto 0;
    text-align: center;
}

.gme_banner .txt_div p.title {
	font-weight: bold;
	text-transform: uppercase;
    font-size: 20px;
}

.dingdong_banner .txt_div p.title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.gme_banner .txt_div p.desc {
	font-size: 15px;
}

.dingdong_banner .txt_div p.desc {
    font-size: 15px;
}

.gme_banner .play_btn {
    margin-left: 110px;
    margin-top: 90px;
}

.gme_banned {
	background: rgba(0, 0, 0, 0) url("../images/dingdong_baned_bg.jpg") repeat scroll center center / cover ;
	padding: 20px 0px;
}

.gme_banned p.title {
	font-weight: bold;
	text-transform: uppercase; font-size:22px;
}

.gme_banned p.desc {
	font-size: 16px;
}

/* start update cardgames css 02-09-2017 */
.gme_games  .gme_game_box{
    cursor: pointer;
    display: inline-block;
    margin: 0.5%;
    position: relative;
    width: 132px;
	transition: all 0.3s ease-in-out 0s;
}
/* end update cardgames css 02-09-2017 */

.gme_games .game_box .info {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: 40px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 30px;
    z-index: 10;
}
.gme_games .game_box .info:hover{ color:#12a1e7;}

.gme_games .game_box .info span {
	color: #00d8ff;
}

.gme_mob_main {
	background: rgba(0, 0, 0, 0) url("../images/gme_mob_main.jpg") repeat scroll center center / cover ;
}

.gme_mob_outer {
	background: #121212;
	margin-top: 30px;
	position: relative;
	border-radius: 4px;
	margin-bottom: 30px;
}



.gme_mob_outer .gme_mob_innner {
	background: rgba(0, 0, 0, 0) url("../images/gme_mob_bg.png") repeat scroll center center / cover;
    display: inline-block;
    margin: 15px;
    text-align: center;
}

.gme_mob_outer .gme_mob_innner .gme_games .gme_game_box {
	width: 125px;
}

.gme_mob_outer .bottom-btn {
    display: block;
    padding: 15px 0;
}


.gme_mob_outer .play_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	padding: 15px 20px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.gme_mob_outer .play_btn a:hover{ background: rgba(193,193,193,1);
background: -moz-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(193,193,193,1)), color-stop(100%, rgba(133,133,133,1)));
background: -webkit-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -o-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: -ms-linear-gradient(top, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
background: linear-gradient(to bottom, rgba(193,193,193,1) 0%, rgba(133,133,133,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#858585', GradientType=0 );
border:1px solid #fff; }

.gme_mob_outer .left_card img, .gme_mob_outer .right_card img {
    width: 60%;
}


.gme_mob_outer .left_card, .gme_mob_outer .right_card {
    width: 100px;
}

.gme_mob_outer .right_card {
    bottom: 0;
    position: absolute;
    right: -16%;
    top: 60%;
}


.gme_mob_outer .left_card {
    bottom: 0;
    left: -5%;
    position: absolute;
    top: 65%;
}



/************************* Dingdong Page Style ************************/

/*.dingdong_banner {
	background: rgba(0, 0, 0, 0) url("../images/dingdong_bnr_bg.jpg") no-repeat scroll center center / cover;
	padding: 38px 0px;
}*/

.dingdong_banner .dingdong_block {
    cursor: pointer;
    display: inline-block;
    margin: 0.%;
    position: relative;
	padding: 10px 0px;
    width: 11.1vw;
}

.dingdong_banner .dingdong_block:hover {
    cursor: pointer;
    display: inline-block;
    margin: 0.%;
    position: relative;
	padding: 10px 0px;
    width: 11.1vw;
	opacity: 0.8;
}

.dingdong_banner .click_to_play {
	text-align: center;
	margin-top: 10px;
}

.dingdong_banner .click_to_play a {

	background-color: #d55b5b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d55b5b), to(#5a0c0c));
	background-image: -webkit-linear-gradient(top, #d55b5b, #5a0c0c);
	background-image: -moz-linear-gradient(top, #d55b5b, #5a0c0c);
	background-image: -ms-linear-gradient(top, #d55b5b, #5a0c0c);
	background-image: -o-linear-gradient(top, #d55b5b, #5a0c0c);
	background-image: linear-gradient(to bottom, #d55b5b, #5a0c0c);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d55b5b, endColorstr=#5a0c0c);
	border:1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:32px;
	padding: 24px 20px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
	display:inline-block;
	color: #FFFFFF;
}

.dingdong_banner .click_to_play a:hover {
    background:#821211;
    border:1px solid #fff;
    border-radius: 18px;
    color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    width: auto;
}

.dingdong_mob_ban {
	background: rgba(0, 0, 0, 0) url("../images/dingdong_mob_banner.jpg") no-repeat scroll center center / cover;
	padding: 38px 0px;
}

.dingdong_mob_ban .dingdong_block {
    cursor: pointer;
    display: inline-block;
    margin: 0.5%;
    padding: 10px 0;
    position: relative;
    width: 23.1vw;
}

.dingdong_mob_ban .first_row, .second_row, .third_row {
	position: relative;
	width: auto;
}

.dingdong_mob_ban .second_row {
    bottom: 0;
    left: 40px;
    top: -25px;
}

.dingdong_mob_ban .third_row {
    left: 0px;
    top: -50px;
}

.dingdong_mob_ban .click_to_play a {
    background-color: #d55b5b;
    background-image: linear-gradient(to bottom, #d55b5b, #5a0c0c);
    border: 1px solid #fff;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding: 15px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.dingdong_mob_ban .click_to_play a:hover {
    background: #821211 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}




/************************* E-Games Page Style ************************/

.e_games_banner {
	background: rgba(0, 0, 0, 0) url("../images/egame_banner.jpg") no-repeat scroll center center / cover;
	padding: 20px 0px;
}

.e_games_banner .games_category  {
	margin: 20px 0px;
	width: auto;
}

.games_category .form-group .dropdown-menu li a .text {
    color: #000;
}

.e_games_banner .games_category .category_box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.games_category .category_box .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}

.games_category .category_box.search  input{
    background-color: #252525;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #555;
}




.e_games_banner .games_sec .game_box {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.e_games_banner .games_sec .game_box .caption {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  background: #1d140f;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #bbab8a;
  font-size: 14px;
}

.game_box a{ color:#fff;}
.game_box a:hover{ color:#FFFF09;}
.game_box a:hover img {
    opacity: 0.7;
}

.pagination > li > a, .pagination > li > span {
	background: none;
	border: none;
	color: #fff;
}

.bottom_pagination .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: transparent;
    border-color: #ddd;
    color: #ffff09;
    z-index: 2;
}
.bottom_pagination .pagination > li > a, .bottom_pagination .pagination > li > span {
    font-size: 22px;
    font-weight: bold;
}

.egame_mob_banner {
    background: rgba(0, 0, 0, 0) url("../images/egame_mob_banner.jpg") repeat scroll center center / cover ;
    padding: 30px 0;
}


.egame_mob_banner .play_game .game_button {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    display: inline-block;
    margin: 0.5%;
    position: relative;
    width: 44.1vw;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}


.egame_mob_banner .play_game .game_button:hover {

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.egame_mob_banner h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
	margin: 40px 0px;
}

.egame_mob_banner h1 span {
    color: #dcbb31;
}


/************************* Transfer-dana Page Style ************************/

/*.transfer_dana_banner {
	background: rgba(0, 0, 0, 0) url("../images/transfer_data_banner.jpg") no-repeat scroll center center / cover ;
	padding: 30px 0px;
}*/


.transfer_dana_banner .transfer_dana_fet .fet_box {
	display: inline-block;
	width: auto;
	position: relative;
	margin-right: 20px;
}

.transfer_dana_banner .transfer_dana_fet {
	margin: 30px 0px;
	width: 100%;
}

.transfer_dana_banner .transfer_dana_fet .fet_box a.withdrow_btn {

	background-color: #8A8A8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8A8A8A), to(#161616));
	background-image: -webkit-linear-gradient(top, #8A8A8A, #161616);
	background-image: -moz-linear-gradient(top, #8A8A8A, #161616);
	background-image: -ms-linear-gradient(top, #8A8A8A, #161616);
	background-image: -o-linear-gradient(top, #8A8A8A, #161616);
	background-image: linear-gradient(to bottom, #8A8A8A, #161616);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8A8A8A, endColorstr=#161616);
	border:1px solid #8A8A8A;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:18px;
	font-weight: bold;
	padding: 15px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.transfer_dana_banner .transfer_dana_fet .fet_box a.tranfer_btn {

	background-color: #8A8A8A;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#8A8A8A), to(#161616));
	background-image: -webkit-linear-gradient(top, #8A8A8A, #161616);
	background-image: -moz-linear-gradient(top, #8A8A8A, #161616);
	background-image: -ms-linear-gradient(top, #8A8A8A, #161616);
	background-image: -o-linear-gradient(top, #8A8A8A, #161616);
	background-image: linear-gradient(to bottom, #8A8A8A, #161616);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8A8A8A, endColorstr=#161616);
	border:1px solid #8A8A8A;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:18px;
	font-weight: bold;
	padding: 15px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.transfer_dana_banner .transfer_dana_fet .fet_box a.deposit_btn {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 15px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.transfer_dana_banner .transfer_dana_fet .fet_box a:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1p	x solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}

.transfer_dana_banner .data_info {
	position: relative;
	width: auto;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px 5px #000;
    -moz-box-shadow: 0 0 10px 5px #000;
    box-shadow: 0 0 10px 5px #000;
	background: rgba(67,47,92,1);
	background: -moz-linear-gradient(top, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(67,47,92,1)), color-stop(100%, rgba(29,35,65,1)));
	background: -webkit-linear-gradient(top, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
	background: -o-linear-gradient(top, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
	background: linear-gradient(to bottom, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#432f5c', endColorstr='#1d2341', GradientType=0 );

}

.data_info.note p {
	font-size: 14px;
	font-style: italic;
	color: #b82236;
}

.data_info .data_heading {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 60px;
    line-height: 35px;
    margin-bottom: 20px;
    padding: 14px;
}

.data_info .data_heading .title {
	font-weight: bold;
    font-size: 17px;
}

.data_info .count {
	color: #8cc63f;
}


.data_info .count-box {

    float: left;
    height: 22px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 22px;
}


.transfer_dana_mob {
	background: rgba(0, 0, 0, 0) url("../images/transer_data_mob_bg.jpg") no-repeat scroll center center / cover ;
	padding: 30px 0px;
}

.transfer_dana_mob .heading {

	background: rgba(96,66,108,1);
	background: -moz-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96,66,108,1)), color-stop(100%, rgba(32,9,42,1)));
	background: -webkit-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -o-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: linear-gradient(to bottom, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60426c', endColorstr='#20092a', GradientType=0 );
    display: block;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
}


.transfer_dana_mob h1 {
	font-size: 24px;
	font-weight: bold;
	color: #00ffea;
}

.transfer_dana_mob .heading p{
    margin: 0px;
}

.transfer_dana_mob .heading p span{
    color: #fabb15;
}

.transfer_dana_mob .row {
	margin-bottom: 20px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none;
	outline-offset: 0px!important;
}

.transfer_dana_mob .bootstrap-select .text {
	color: #000;
}

.transfer_dana_mob .bootstrap-select > .dropdown-toggle {

	background: rgba(96,66,108,1);
	background: -moz-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96,66,108,1)), color-stop(100%, rgba(32,9,42,1)));
	background: -webkit-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -o-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: linear-gradient(to bottom, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60426c', endColorstr='#20092a', GradientType=0 );
	border: 1px solid #2e0f39;
	color: #fff;
	padding: 12px 10px;
}

.transfer_dana_mob .bootstrap-select > .dropdown-toggle:hover {
	color: #fff;
}

.transfer_dana_mob .dropdown-menu > li > a {
	padding: 5px 20px;
}

.transfer_dana_mob .dropdown-menu {
	margin: 15px 0 0;
}



.transfer_dana_mob input {
	outline: 0;
	border-width: 0 0 2px 0;
	border-color: #fff;
	background: transparent;

}

.transfer_dana_mob .input-group {
	width: 100%;
}


.transfer_dana_mob .form-control:focus {
	box-shadow: none;
}

.transfer_dana_mob .form-control input{
	box-shadow: none;
	padding: 6px 0px;
}

.transfer_dana_mob .submit_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.transfer_dana_mob .info_table .table_head {
	background: rgba(96,66,108,1);
	background: -moz-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96,66,108,1)), color-stop(100%, rgba(32,9,42,1)));
	background: -webkit-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -o-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	background: linear-gradient(to bottom, rgba(96,66,108,1) 0%, rgba(32,9,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60426c', endColorstr='#20092a', GradientType=0 );
	padding: 15px 0px;

}

.transfer_dana_mob .info_table .table_head span{
	font-size: 12px;
	font-weight: bold;
}

.transfer_dana_mob .info_table span{
	font-size: 12px;
}

.transfer_dana_mob .info_table .table_content {
    display: block;
    padding: 10px;
    position: relative;
}

.transfer_dana_mob .info_table .table_head .row {
	margin: 0px;
}



/************************* Signup Page Style ************************/

/*.signup_main {
	background: rgba(0, 0, 0, 0) url("../images/signup_banner1.jpg") no-repeat scroll center center / cover ;
	padding: 30px 0px;
}*/

.signup_main .signup_features {
	position: relative;
	margin-top: 350px;
}

.signup_main .signup_features .signup_inner .fet_row {
	margin-bottom: 10px;
}

.signup_main .signup_features p {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

.signup_main .signup_features span{
	font-size: 12px;
	color: #a0a0a0;
}



.signup_main .signup_features .signup_inner {
	padding: 20px;
}

.signup_main .form-control, .vertical1 .form-control {
    border: 1px solid #555455;
    border-radius: 25px;
}

.signup_main .bootstrap-select > .dropdown-toggle {
    border: 1px solid #555455;
    border-radius: 25px;
}

.form-control::placeholder {
    color: #999;
}

/* reques by katana dan surjay .signup_main .form-group .dropdown-menu li a .text{
	color: #000;
}*/

.signup_main .form-group .dropdown-menu li a {
	padding: 5px 20px;
}

.signup_main .form-group {
	margin-bottom: 0px;
}

.signup_main .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%!important;
}

.signup_main .signup_btn {
	margin: 20px 0px;
}

.signup_main .signup_btn button, .transfer_dana_banner .signup_btn button {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 15px 20px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.signup_main .signup_btn button:hover, .transfer_dana_banner .signup_btn button:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}

.signup_main .note p {
	font-size: 12px;
	color: #ffeb36;
	margin-top: 10px;
}

.mob_signup {
	background: rgba(0, 0, 0, 0) url("../images/mob_signup_bg.jpg") no-repeat scroll center center / cover ;
	padding: 20px 0px;
}

.mob_signup  input {
    background: transparent none repeat scroll 0 0;
    border-color: #fff;
    border-width: 0 0 2px;
    outline: 0 none;
	border-radius: 0px;
	box-shadow: none;
	padding: 6px 0px;
    color: #fff;
}

.mob_signup .form-control:focus {
	box-shadow: none;
}

.mob_signup .btn-group.bootstrap-select {
	width: 100%!important;
	border-bottom: 2px solid #fff;
}

.mob_signup .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #fff;
}

.mob_signup .btn-group .dropdown-toggle{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	outline: none!important;
}

.mob_signup .btn-group .dropdown-toggle:hover {
	background: none;
}

.mob_signup .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #000;
}

.mob_signup .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 5px 20px;
}



/************************* Bolatangkas2 Page Style ************************/

.bola_tangkas_new .no-gutter::after, .bola_tangkas_new .no-gutter::before {
    content: " ";
    display: table;
}


.bola_tangkas_new .no-gutter::after {
    clear: both;
}

.bola_tangkas_new .no-gutter {
    margin: 0;
}

.bola_tangkas_new .portfolio-box {
    display: block;
    margin: auto;
    width: auto;
    overflow: hidden;
    position: relative;
}

.bola_tangkas_new .portfolio-box .portfolio-box-caption {
    bottom: 0;
    color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.35s ease 0s;
    width: 100%;
}

.bola_tangkas_new .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 0%;
    width: 100%;
	padding: 40px;
}

.bola_tangkas_new .left_top_box h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.bola_tangkas_new .left_top_box p{
	font-size: 22px;
	margin-left: 40px;
}

.bola_tangkas_new .left_top_box .portfolio-box-caption-content {
	margin-top: 60px;
}

.bola_tangkas_new .no-gutter > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}


.bola_tangkas_new .left_bottom_box h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.bola_tangkas_new .right_box h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}

.bola_tangkas_new .right_box h1 span.yellow-txt {
	color: #ffdf2c;
}


.bola_tangkas_new .right_box h3 {
    font-weight: bold;
	text-transform: uppercase;
}

.bola_tangkas_new .right_box h1 span#small {
    font-size: 18px;
    text-transform: uppercase;
}

.bola_tangkas_new .inner_txt {
	margin-bottom: 100px;
}



/************************* Lupa-Password Style ************************/


.lupa_password_main {
	background: rgba(0, 0, 0, 0) url("../images/mob_signup_bg.jpg") no-repeat scroll center center / cover ;
	padding: 20px 0px;
}

.lupa_password_main  input {
    background: transparent none repeat scroll 0 0;
    border-color: #fff;
    border-width: 0 0 2px;
    outline: 0 none;
	border-radius: 0px;
	box-shadow: none;
	padding: 6px 0px;
}

.lupa_password_main .form-control:focus {
	box-shadow: none;
}

.lupa_password_main .btn-group.bootstrap-select {
	width: 100%!important;
	border-bottom: 2px solid #fff;
}

.lupa_password_main .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #999;
}

.lupa_password_main .btn-group .dropdown-toggle{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	outline: none!important;
}

.lupa_password_main .btn-group .dropdown-toggle:hover {
	background: none;
}

.lupa_password_main .bootstrap-select.btn-group .dropdown-menu li a span.text {
	color: #000;
}

.lupa_password_main .bootstrap-select.btn-group .dropdown-menu li a {
	padding: 5px 20px;
}

.lupa_password_main .submit_btn {
	margin-top: 30px;
}


.lupa_password_main .submit_btn a {

	background-color: #f71b1b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b1b), to(#b70304));
	background-image: -webkit-linear-gradient(top, #f71b1b, #b70304);
	background-image: -moz-linear-gradient(top, #f71b1b, #b70304);
	background-image: -ms-linear-gradient(top, #f71b1b, #b70304);
	background-image: -o-linear-gradient(top, #f71b1b, #b70304);
	background-image: linear-gradient(to bottom, #f71b1b, #b70304);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f71b1b, endColorstr=#b70304);
	border:1px solid #f71b1b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 15px 20px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}



/************************* referral page Style ************************/

.referral_main {
	position: relative;
	padding: 20px;
	width: auto;
}

.referral_main ol {
	margin: 10px 0px;
	padding-left: 10px;
}

.referral_main p.title {
	color: #00ffea;
	font-weight: bold;
	margin-bottom: 30px;
}



/************************* referral page Style ************************/


.term_condition .title {
	font-weight: bold;
	color: #00ffea;
	margin-bottom: 20px;
}

.term_condition ol {
	padding-left: 15px;
}


.term_condition ol li {
	margin-bottom: 15px;
	padding-left: 10px;
}

.term_condition .buttons {
	margin: 20px 0px;
}

.term_condition .cancel_btn a {

	background-color: #f71b1b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b1b), to(#b70304));
	background-image: -webkit-linear-gradient(top, #f71b1b, #b70304);
	background-image: -moz-linear-gradient(top, #f71b1b, #b70304);
	background-image: -ms-linear-gradient(top, #f71b1b, #b70304);
	background-image: -o-linear-gradient(top, #f71b1b, #b70304);
	background-image: linear-gradient(to bottom, #f71b1b, #b70304);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f71b1b, endColorstr=#b70304);
	border:1px solid #f71b1b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}


.term_condition .agree_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

/************************* Togal Page Style ************************/

.toggle_content {
	background: rgba(0, 0, 0, 0) url("../images/transfer_data_banner.jpg") no-repeat scroll center center / cover ;
	padding: 0px 0px;
}


/*.toggle_content .toggle_ctn_box {
    background: #031927 none repeat scroll 0 0;
    border: 1px solid #0f2634;
    float: left;
    padding: 10px;
    width: 100%;
}*/

.toggle_content .toggle_ctn_box {
    /*background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #0f2634;*/
    float: left;
    padding: 12px 10px;
    width: 100%;
}

.toggle_content .toggle_ctn_box .togl_inner .togle_text {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    width: auto;
}

.toggle_content .toggle_ctn_box .togl_inner p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: auto;
	margin-bottom: 5px;
}

.toggle_content .toggle_ctn_box .togl_inner p + p {
    color: #a5a5a5;
    font-size: 14px;
    padding: 0;
    width: auto;
}

.toggle_content .toggle_ctn_box .numvrow .num_box1 {
    background: #404040 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 27px;
}

.toggle_content .toggle_ctn_box .togle_buttons .tog_btn {
	display: inline-block;
	width: auto;
	/*margin: 0px 5px;*/
}

.toggle_content .toggle_ctn_box .tog_btn.more_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	border:1px solid #07a8d4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.toggle_content .toggle_ctn_box .tog_btn.more_btn a:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
}


.toggle_content .toggle_ctn_box .tog_btn.play_now_btn a {

	background-color: #f71b1b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b1b), to(#b70304));
	background-image: -webkit-linear-gradient(top, #f71b1b, #b70304);
	background-image: -moz-linear-gradient(top, #f71b1b, #b70304);
	background-image: -ms-linear-gradient(top, #f71b1b, #b70304);
	background-image: -o-linear-gradient(top, #f71b1b, #b70304);
	background-image: linear-gradient(to bottom, #f71b1b, #b70304);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f71b1b, endColorstr=#b70304);
	border:1px solid #f71b1b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:14px;
	font-weight: bold;
	padding: 5px 15px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
	margin-top: 10px;
}


.toggle_content .toggle_ctn_box .tog_btn.play_now_btn a:hover {
    background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: auto;
	margin-top: 10px;
}




.toggle_content .table-responsive {
	border: none;
}

.toggle_content .table-responsive .table tr td {
	text-align: center;
	border-top: 0px;
	font-size: 14px;
	padding: 5px;
}

.toggle_content .table-responsive .table tr th {
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
}

.toggle_content .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #000;
}

.toggle_content .panel {
	border-radius: 0px;
	border: none;
}


.toggle_content .panel .panel-body{
	background: rgba(0, 0, 0, 0) url("../images/modal_bg.jpg") no-repeat scroll center center / cover ;
}



.togal_mob_main .lotry_cuntry {
    background: #031927 none repeat scroll 0 0;
    border-bottom: 2px solid #00b1d2;
    float: left;
    margin: 2% 1%;
    padding: 10px;
    width: 98%;

}

.togal_mob_main .lotry_cuntry .tl_left {
    float: left;
    text-align: center;
    width: 50%;
}

.togal_mob_main .lotry_cuntry .tl_left .playnow_btn a {

	background-color: #f71b1b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f71b1b), to(#b70304));
	background-image: -webkit-linear-gradient(top, #f71b1b, #b70304);
	background-image: -moz-linear-gradient(top, #f71b1b, #b70304);
	background-image: -ms-linear-gradient(top, #f71b1b, #b70304);
	background-image: -o-linear-gradient(top, #f71b1b, #b70304);
	background-image: linear-gradient(to bottom, #f71b1b, #b70304);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f71b1b, endColorstr=#b70304);
	border:1px solid #f71b1b;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size:16px;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
	margin-top: 10px;
}

.togal_mob_main .lotry_cuntry .tl_left .playnow_btn a:hover{ opacity:0.9;}

.togal_mob_main .lotry_cuntry .tl_left img {
    display: inline-block;
    width: 50%;
}

.togal_mob_main .lotry_cuntry .tl_right {
    float: left;
    width: 50%;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner {
    width: auto;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner .togle_text {
    color: #fff;
    font-size: 19px;
    width: auto;
	font-weight: bold;
	margin-bottom: 10px;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner .togle_text span {
    color: #00b1d2;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    width: auto;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner p + p {
    color: #a5a5a5;
    font-size: 16px;
    padding: 0;
    width: auto;
}

.togal_mob_main .lotry_cuntry .tl_right .togl_inner p + p span {
    color: #00b1d2;

}

.togal_mob_main .lotry_cuntry .tl_right .numvrow .num_box1 {
    background: #404040;
    border: 1px solid #000;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 800;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 27px;
}


.togal_mob_main .togal_main .table-responsive {
	border: none;
}

.togal_mob_main .togal_main .table-responsive .table tr td {
	text-align: center;
	border-top: 0px;
}

.togal_mob_main .togal_main .table-responsive .table tr th {
	text-align: center;
	border-top: 0px;
	border-bottom: 0px;
}

.togal_mob_main .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #000;
}

/************************* Popup Style ************************/

.lupa_pass_modal .modal-content {
	background: rgba(0, 0, 0, 0) url("../images/modal_bg.jpg") no-repeat scroll center center / cover ;
	box-shadow: 0 0 10px 5px #000;
}

.lupa_pass_modal .modal-content .inner_content {
    margin: auto;
    text-align: center;
    width: 350px;
	margin: 20px auto;
}

.lupa_pass_modal .heading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.lupa_pass_modal .heading span{
	color: #02b2d3;
}

.lupa_pass_modal p.tagline {
	font-size: 18px;
	color: #02b2d3;
	margin-bottom: 50px;
}

.lupa_pass_modal .submit_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1px solid #07a8d4;
	font-weight:bold;
	font-size:18px;
	padding: 10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.lupa_pass_modal .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
}


.lupa_pass_modal .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.lupa_pass_modal .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #555;
}

.lupa_pass_modal .g-recaptcha {
	display: table;
	margin: auto;
}

.lupa_pass_modal .form-group .dropdown-menu li a .text {
    color: #000;
}



/************************* Login Style ************************/

.login_modal {
	top: 90px;
}

.login_modal .modal-content {
	background: rgba(0, 0, 0, 0) url("../images/modal_bg.jpg") no-repeat scroll center center / cover ;
	box-shadow: 0 0 10px 5px #000;
}

.login_modal .modal-content .inner_content {
    margin: auto;
    text-align: center;
    width: auto;
	margin: 20px auto;
}

.login_modal .heading {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.login_modal .heading span{
	color: #02b2d3;
}

.login_modal p.tagline {
	font-size: 18px;
	color: #02b2d3;
	margin-bottom: 50px;
}

.login_modal .submit_btn a {

	background-color: #1AD0F5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
	background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
	background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1px solid #07a8d4;
	font-weight:bold;
	font-size:18px;
	padding: 10px 40px;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	color: #FFFFFF;
}

.login_modal .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 0px;
}


.login_modal .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.login_modal .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}

.login_modal .g-recaptcha {
	display: table;
	margin: auto;
}

.login_modal .form-group .dropdown-menu li a .text {
    color: #000;
}


.login_modal a.login_btn {
    background: transparent;
    border: 2px solid #6dcff6;
	border-radius: 4px;
    color: #6dcff6;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 24px;
    text-transform: uppercase;
    width: auto;
}


.login_modal .regi_text a {
	color: #6dcff6;
	font-weight: bold;
	margin-bottom: 20px;
}

.login_modal .forg_pass a {
	color: #6dcff6;
	font-weight: bold;
	margin-bottom: 20px;
}

/*************12-07-2017 Top Play Banner for Lottery page*********/

/*.play-banner{ width:100%; float:left; padding:40px 0px; background-image:url(../images/new-RGOBet_Background_Lottery.jpg); background-repeat:no-repeat; background-size:cover; height:341px;}*/
.play-banner-bg {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    float: left;
    padding: 5px;
    width: 100%;
}
.play-list{ width:100%; float:left;}
.play-list ul{ list-style-type:none; margin:0px; padding:0px;}
.play-list ul li{ display:inline-block; margin-right:12px; width:auto;}
.play-list ul li:last-child{ margin-right:0px;}
.play-list ul li .play-icon-box {
    float: left;
    text-align: center;
    width: 100%;
}
/*.play-list ul li .play-icon-box img{ margin-bottom:15px;}*/
.play-list ul li .play-icon-box p{ color:#fadf00;text-transform:uppercase; font-size:13px; font-weight:300; margin-bottom: 0;}
.play-des{ width:100%; float:left;}
.play-des p{ font-size: 12px;
text-align: center;
margin: 0;
font-family: roboto;}
/* start update btn togel 02-09-2017 */
.btn-play{
  background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
 border:1px solid #07a8d4;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
font-size: 12px;
font-weight: bold;
padding: 6px 29px;
 text-decoration:none;
 text-transform: uppercase; color:#fff;
}
.btn-play:hover {
    /*background: hsla(0, 0%, 0%, 0.1) none repeat scroll 0 0;*/
    background-image: -moz-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}
/* end update btn togel 02-09-2017 */
.btn-play.focus, .btn-play:focus, .btn-play:hover {
    color: #fff;
    text-decoration: none;
}
.strip-bg{ background-image:url(../images/strip.jpg); background-repeat:no-repeat; height:114px;}
.strip-1{ width:100%; float:left; margin-top:0px;}
.no-bg{ background-color:transparent !important; border: none !important;}

/************Toggle**********/
.main-div{ width:100%; float:left;}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}


/**********/

.transfer_dana_banner .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}

.transfer_dana_banner p {
    line-height: 30px;
}
.transfer_dana_banner .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #555;
}
.transfer_dana_banner .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 150px;
}
.itemName {
    color: #ccc;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

/*Style MODAL*/
.modal-rgobet {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(67, 47, 92) 0%, rgb(29, 35, 65) 100%) repeat scroll 0 0;
    box-shadow: 0 0 10px 5px #000;
    margin-bottom: 20px;
    padding: 5px;
}
.mohead-rgobet {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 16px 10px;
    border-bottom:none;
}

.modal-rgobet .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}
.modal-rgobet .signup_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
/*End Style MODAL*/


/*Style MEMO*/
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(67, 47, 92) 0%, rgb(29, 35, 65) 100%) repeat scroll 0 0;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 10px 10px 0 0px;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
    padding-bottom: 15px;
}
.mail-box .sm-side {
    background: #251f3d;
    border-radius: 10px 0 0;
    width: 25%;
}
.mail-box .sm-side .user-head {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border-radius: 10px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.inbox-body {
    padding: 20px;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
.inbox-head {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}

.inbox-head-memo {
    border-radius: 0px 10px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
}

.user-head .inbox-avatar {
    float: left;
    width: 65px;
}
.user-head .user-name {
    display: inline-block;
    margin: 0 0 0 10px;
}
.inbox-head h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.memo_banner .signup_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.memo_banner .signup_btn {
    width: 100%;
    text-align: center;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: #212832 none repeat scroll 0 0;
    color: #ddd;
}
ul.inbox-nav li a {
    color: #fff;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    width: 100%;
}
.memo_banner {
    background: rgba(0, 0, 0, 0) url("../images/egame_banner.jpg") no-repeat scroll center top / cover ;
    padding: 20px 0;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
.label-danger {
    background-color: #fbba00;
}
.table-memo > tbody > tr > td, .table-memo > tbody > tr > th, .table-memo > tfoot > tr > td, .table-memo > tfoot > tr > th, .table-memo > thead > tr > td, .table-memo > thead > tr > th {
    border-top: 1px solid #1a1a1a;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table-memo > tbody > tr:hover {
    background-color: rgba(0,0,0,0.5);
}
.mail-option {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.header-message {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 10px 0;
}
.avatar {
    border-radius: 2px;
    float: left;
    height: 34px;
    margin-right: 10px;
    width: 34px;
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    height: 160px;
    overflow: auto;
    padding: 10px;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.green {
    color: #4fa053;
}
.fileinput-button {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
}
.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 23px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-300px, 0px) scale(4);
}


/* End Style MEMO*/

.mail-box .sm-side-ref {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 4px 0 0 4px;
    width: 25%;
}
.mail-box .sm-side-ref .user-head1 {
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: #1c162a;
    color: #ddd;
}
.inbox-head1 {
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 20px;
}
.inbox-head1 h3 {
    display: inline-block;
    font-weight: 300;
    margin: 0;
    padding-top: 6px;
}
.btn-copy {
    background: #909090 none repeat scroll 0 0;
    color: #000;
    padding: 5px 0;
    text-align: center;
    width: 20%;
    background: #909090 none repeat scroll 0 0;
    border: 2px solid #acacac;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 4px 18px;
    text-transform: uppercase;
    width: auto;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,0.2);
}
.memo_banner .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}
/*.memo_banner .form-group {
    margin-bottom: 0px;
} 070917 */
.memo_banner .form-group {
    margin-bottom: 15px;
}
.memo_banner .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.memo_banner .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}

.well {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(67, 47, 92) 0%, rgb(29, 35, 65) 100%) repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px #000;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.promo-head {
    background: rgba(0, 0, 0, 0.3);
}
.referral_mob {
    background: rgba(0, 0, 0, 0) url(../images/transer_data_mob_bg.jpg) no-repeat scroll center center / cover;
    padding: 1px 0px;
}
.tosca {
    color: #00fdec;
}
h5.tosca {
    font-size: 18px;
}

.promo_mob .nav-tabs>li.active>a, .promo_mob .nav-tabs>li.active>a:focus, .promo_mob .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: rgba(0,0,0,0.5);
    border:none;
}
.navbar-default {
    background: linear-gradient(to bottom, #2f2746 0%,#162336 100%);
    border-color: #282828;
}
.btntr {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 28px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
    float: right;
}
.fright {
    float: right;
    width: auto;
}
.btn-subprofil {
    background: transparent none repeat scroll 0 0;
    border-color: #00ffea;
    color: #fff;
    font-weight: bold;
}
.alert-box {
    color: #00ffea;
    background-color: transparent;
    border-color: #00ffea;
}
.legend-style {
    color:#00ffea;
}
.depo-table > tbody > tr > td, .depo-table > tbody > tr > th, .depo-table > tfoot > tr > td, .depo-table > tfoot > tr > th, .depo-table > thead > tr > td, .depo-table > thead > tr > th {
    border-top: none;
}
.text-center {
    text-align: center;
}
/* Start MEMO */
.mtop-min27 {
  margin-top: -27px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 1px;
    border: 1px solid transparent;
}
h3.hd-memo {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  background: linear-gradient(to bottom, rgba(67,47,92,1) 0%, rgba(29,35,65,1) 100%);
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 0;
  padding: 12px 0;
  text-align: center;
}
.pos-trash {
    margin-top: 12px;
    margin-left: 12px;
}
.menu-memo > li > a {
  position: relative;
  display: block;
}
ul.menu-memo li a:hover, ul.menu-memo li.active a {
    border-bottom: 5px solid #00ffea !important;
    color: #00ffea !important;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
}
.menu-memo {
  border-bottom: 1px solid #282828;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  height: 47px;
}
.menu-memo > li {
  position: relative;
  display: table-cell;
  width: 1%;
  float:none;
}
.pad1 {
  padding: 10px 0px;
  padding-bottom: 0px;
}
.scbodymemo-con {
    margin-top: 75px;
    height: 493PX;
    overflow: scroll;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #03111e 0%, #031d2e 100%) repeat scroll 0 0;
    animation: fade 0.444s 1 ease-out;
}
.bg-nav-memo {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #03111e 0%, #031d2e 100%) repeat scroll 0 0;
}

.form-group {
    margin-bottom: 0px;
}
.padding15 {
  padding-left: 15px;
  padding-right: 15px;
}
.form-textmsg {
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px !important;
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
    box-shadow: none;
    border-bottom: 1px solid #252525;
    color: #fff;
    background-color: #252525;
    padding:6px 12px;
}
.upload {
  color:#000;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(193, 193, 193) 0%, rgb(133, 133, 133) 100%) repeat scroll 0 0;
  border-radius: 18px;
  padding: 8px 15px;
  float:left;
}
.btn-send {
  padding: 6px 36px;
  border-radius: 5px;
  margin-left: 20px;
  color:#000;
  background:#fabb00;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: transparent;
    cursor: default;
    border: none;
}
.memo_banner .submit_btn a {
    background-color: #1AD0F5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
    background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
    border: 1px solid #07a8d4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF;
}

.bg-help {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(67, 47, 92) 0%, rgb(29, 35, 65) 100%) repeat scroll 0 0;
    box-shadow: 0 0 10px 5px #000;
    margin-bottom: 20px;
    position: relative;
    width: auto;
}
.bg-blue {
    background-color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.5);
}
.nav-tabs {
    border-bottom: medium none;
}
.white {
    color: #fff;
}
.nav-tabs > li.active > a.white, .nav-tabs > li.active > a.white:focus, .nav-tabs > li.active > a.white:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor transparent;
    border-image: none;
    border-style: none;
    border-width: medium;
    cursor: default;
}
.panel-default > .dark-blue {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
}

.panel-title > a.acc-menu {
    color: #fff;
}
.acc-menu {
    color: #fff;
    display: block;
}
.peach {
    margin-top: 0;
}
.reg-pad {
    padding: 15px;
}
.panel-title > a.collapsed::before {
    background: rgba(0, 0, 0, 0) url("../../images/ac-down-arrow.png") repeat scroll 0 0;
    content: " ";
    float: right;
    height: 8px;
    transform: rotate(-90deg);
    transition: all 0.5s ease 0s;
    width: 18px;
}
.panel-title > a::before {
    background: rgba(0, 0, 0, 0) url("../../images/ac-down-arrow.png") repeat scroll 0 0;
    content: " ";
    float: right;
    height: 8px;
    margin-top: 3px;
    padding-right: 5px;
    width: 18px;
}
ul.side-menu li {
    display: block;
    float: left;
    width: 100%;
}
.bd:hover {
    color: #fff;

}
.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
    border: none;
}
.nav-tabs > li > a {
    border: none;
}
.nav-tabs > li.active > a.white, .nav-tabs > li.active > a.white:focus, .nav-tabs > li.active > a.white:hover {
  margin: 0px;
  border-radius: 5px;
  background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
}
.main-box {
    height: 900px;
    overflow: scroll;
}
.popupcontainerMain ul.number li::before {
    content: counter(first, decimal) ". ";
    counter-increment: first;
}
.popupcontainerMain ul.number li {
    /*font-weight: bold;*/
    list-style-type: none;
    margin-bottom: 10px;
}
.popupcontainerMain ul.number li ul {
    counter-reset: second;
    margin-left: 50px;
    margin-top: 10px;
}

.popupcontainerMain ul.number li ul li::before {
    content: counter(first, decimal) ". " counter(second, decimal) ". ";
    counter-increment: second;
    margin-left: -35px;
    vertical-align: top;
}
.bg-help2 {
    background: transparent;
}
.help_mob .dark-blue {
    padding: 10px 15px !important;
}
/* start update css promosi 04-09-2017 */
.top-menu {
    width: 180%;
}
/* end update css promosi 04-09-2017 */

.scrollable-footer, .scrollable-header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    color: #fabb15;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #252525;
}
.scrollable {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.memo_banner .navbar-fixed-top {
    position: absolute;
}
.mobile_top {
    height: 65px;
}
.one_logo img {
    width: 130px;
}
.ui-grid-c>.ui-block-a, .ui-grid-c>.ui-block-b, .ui-grid-c>.ui-block-c, .ui-grid-c>.ui-block-d, .ui-grid-c>.ui-block-e {
    width: 25%;
}
.ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e {
    margin: 0;
    border: 0;
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-grid-c a img {
    margin:0 auto;
    width: 28px;
}
.copy_ryt span {
    border: 3px solid #00c6ff;
    border-radius: 50px;
    color: #00c6ff;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    height: 60px;
    line-height: 48px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    width: 60px;
}
.lupapass .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
}
.lupapass .signup_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.toggle_ctn_box img {
    margin-top: 10px;
}
/*.close {
    color: rgba(0,0,0,0.5);
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    opacity: 3;
    position: absolute;
    right: 8px;
    top: 0;
    text-shadow: none;
} 070917 */
.close {
    color: rgba(0,0,0,0.5);
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    opacity: 3;
    position: absolute;
    right: 20px;
    top: 0;
    text-shadow: none;
}
.modaltrans {
    width: 350px;
}
/* start update menu after login 11-04-18 */
.menu_menu li a {
    padding: 10px 23px;
}
/* end update menu after login 11-04-18 */
.bg-ref {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(67, 47, 92) 0%, rgb(29, 35, 65) 100%) repeat scroll 0 0;
    box-shadow: 0 0 10px 5px #000;
    margin-bottom: 20px;
    position: relative;
    width: auto;
}
/* start delete css 02-09-2017 */
/*.slider-home {
    height: 340px;
}*/
/* End delete css 02-09-2017 */
.bottom_nav li .ui-btn {
    font-size: 10px;
    display: block;
    margin: 0;
    border-right-width: 0;
    font-weight:bold;
}
.form-group .play_btn a {
    background-color: #1AD0F5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
    background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
    background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
    border: 1px solid #07a8d4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px 40px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF;
}
.help_mob .form-control {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
}
.help_mob .bootstrap-select > .dropdown-toggle {
    background-color: #252525;
    border: 1px solid #555455;
    border-radius: 25px;
    color: #fff;
}
.help_mob .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.help_mob .signup_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.transfer_dana_mob input {
    color: #fff;
}
.scbodymemo-con {
    padding: 0;
}
.com_btn_bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(179, 220, 237, 0) 0%, rgb(34, 106, 157) 50%, rgba(188, 224, 238, 0) 100%) repeat scroll 0 0;
}
.head-title {
    margin-top: 0;
}

/* start tambah css 02-09-2017 */
.resize_icside {
    width: 15%;
    margin-right: 15px;
}
.ungu-bg {
    background: linear-gradient(to bottom, rgba(67,47,92,1) 0%,
    rgba(29,35,65,1) 100%);
}
.table-to tr td {
    text-align: center;
}

.table-inbox thead {
    background-color: #17172d;
}

.table-inbox tbody {
    cursor: pointer;
}

.table-inbox tr.unread td {
    color: #ddd;
    font-weight: 600;
}
/* end tambah css 02-09-2017 */

.imgavatar-main {
    border: 1px solid #000;
    float: right;
    height: 130px;
    margin-right: 70px;
    margin-top: 30px;
    width: 130px;
}
.imgavatar {
    border: 1px solid #000;
    height: 80px;
    margin-top: 20px;
    width: 80px;
}
.form-group .bootstrap-select.btn-group {
    width: 100% !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #ddd;
}
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.dropzone {
    background: white none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0.3);
    min-height: 150px;
    padding: 54px;
}
.dropzone {
    background: white none repeat scroll 0 0;
    border: 2px dashed #0087f7;
    border-radius: 5px;
}
.krajee-default.file-preview-frame {
    display: block;
    width: 30%;
}
.kv-file-content img {
    width: 100% !important;
    height: auto !important;
}
.krajee-default.file-preview-frame .kv-file-content {
    height: auto;
}
.control-label {
    text-align: right;
    padding-right: 0;
    color: #fff;
}

.contact_option li.lchat.active {
    background: rgba(0, 0, 0, 0) url("../../images/help/livechat.jpg") repeat scroll 0 0;
}
.contact_option li.msg.active {
    background: rgba(0, 0, 0, 0) url("../../images/help/help-memo-hover.jpg") repeat scroll 0 0;
}
.contact_option li.somed.active {
    background: rgba(0, 0, 0, 0) url("../../images/help/socmed.jpg") repeat scroll 0 0;
}
.lchat {
    background: rgba(0, 0, 0, 0) url("../../images/help/livechat2.jpg") repeat scroll 0 0;
    height: 42px;
    width: 142px;
}
.msg {
    background: rgba(0, 0, 0, 0) url("../../images/help/help-memo.jpg") repeat scroll 0 0;
    height: 42px;
    width: 142px;
}
.somed {
    background: rgba(0, 0, 0, 0) url("../../images/help/socmed2.jpg") repeat scroll 0 0;
    height: 42px;
    width: 142px;
}
.contact_option {
    display: block;
    height: 42px;
    list-style: outside none none;
    margin-left: 0;
    padding: 8px 0;
}
.contact_option li a {
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    height: 43px;
    width: 142px;
}
.contact_option.id li.empty {
    display: block;
    width: 13px;
}
.contact_option li {
    display: block;
    float: left;
    position: relative;
}
.contact_option li.active::before, .contact_option li.active .before {
    border-color: #337ab7 transparent;
    border-style: solid;
    border-width: 0 8px 7px;
    bottom: -8px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 0;
    z-index: 1;
}
.contact_option li.active::after, .contact_option li.active .after {
    border-color: #252525 transparent;
    border-style: solid;
    border-width: 0 6px 6px;
    bottom: -8px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
    z-index: 1;
}
.contact_option li.lchat.active {
    background: rgba(0, 0, 0, 0) url("../../images/help/livechat.jpg") repeat scroll 0 0;
}
.tab-content-wrap {
    border: 1px solid #337ab7;
    margin-top: 15px;
    overflow: visible;
    padding: 10px;
}
.dropdown-menu > li > a {
    color: #fff;
    font-size: 12px;
}

.kol-striped:nth-child(2n+1) {
    background: rgba(0,0,0,0.5);
    padding: 8px 0;
}
.kol-striped:nth-child(even) {
    background: rgba(0,0,0,0.2);
    padding: 8px 0;
}
.kol-striped .mbot p {
    margin-bottom: 0;
}
.button3.b-close, .button3.bClose {
    border-radius: 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;
}
.button3 {
    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

 .table-inbox thead tr td, .table-outbox thead tr td {
  font-weight: bold;
  }

  /* start update wowslider button pause display none */
  #wowslider-container1 .ws_playpause {
    display: none;
  }
  /* end update wowslider button pause display none */

/* start update lobby css */
.sidebar {
    background: rgba(0,0,0,0.5);
    min-height: 710px;
    padding-top: 47px;
}
.no-padding {
    padding: 0;
}
.welcome-user {
    font-size: 18px;
    text-align: center;
    padding-bottom: 8px;
}
h3.saldo-text {
    color: #fff;
    background: #19050c;
    margin-top: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.salchip {
    padding-left: 5px;
    padding-right: 5px;
}
.side-menu2 {
    border-bottom: none;
    padding: 0;
}
ul.side-menu2 li {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
}
.side-menu2 li a {
    color: #fff;
    padding: 10px 0px;
    /* border-bottom: 1px solid #002337; */
    line-height: 1.42857143;
    font-weight: 400;
    margin: 0px 5px;
}
ul.side-menu2 li a img {
    margin-right: 10px;
}
/* start update button lobby 20 april 2018 */
.button-lobby {
    background: linear-gradient(to bottom, #1acef5,#063ac3);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    margin: -28% 12% 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    padding: 2px;
    cursor: pointer;
    position: absolute;
    width: 150px;
    height: 33px;
}

.button-lobby span {
    background: #230d1a;
    display: block;
    padding: 0.50em 1.5em;
    border-radius: 50px;
}

.button-lobby:hover {
    background: #1acef5;
    background: -moz-linear-gradient(top,  #1acef5 0%, #063ac3 100%);
    background: -webkit-linear-gradient(top,  #1acef5 0%,#063ac3 100%);
    background: linear-gradient(to bottom,  #1acef5 0%,#063ac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef5', endColorstr='#063ac3',GradientType=0 );
}

.button-lobby span:hover {
    background: transparent;
    display: block;
    padding: 0.50em 1.5em;
    border-radius: 50px;
}

/* end update button lobby 20 april 2018 */
.no-border>tbody>tr>td, .no-border>tbody>tr>th, .no-border>tfoot>tr>td, .no-border>tfoot>tr>th, .no-border>thead>tr>td, .no-border>thead>tr>th {
    border: none;
}
.counter-analog3 span.part span.digit {
    display: inline-block;
    height: 77px;
    line-height: 55px;
    width: 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    text-shadow: none;
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.counter-analog3 span.part span.digit1 {
    background-position: 0 -240px;
}
.under-dottedtext {
  position: relative;
  margin: 0;
}
.status-bca {
    position: absolute;
    top: -78px;
    left: 150px;
    width: 114px;
    height: 34px;
}
.status-mandiri {
    position: absolute;
    top: -43px;
    left: 150px;
    width: 114px;
    height: 34px;
}
.status-bni {
    position: absolute;
    top: -78px;
    left: 425px;
    width: 114px;
    height: 34px;
}
.status-bri {
    position: absolute;
    top: -43px;
    left: 425px;
    width: 114px;
    height: 34px;
}
.contactusbg {
    width: 185px;
    height: 38px;
    background-size: 100%;
    margin-right: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
  border: 2px solid rgb(102, 102, 102);
    border-radius: 19px;
}

.contactusbg:hover {
    width: 185px;
    height: 38px;
    background-size: 100%;
    margin-right: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border-radius: 19px;
    border:2px solid rgb(0, 151, 230);
}

.contactusbg a span {
    margin-right: 5px;
}
.ft-posfb {
    position: relative;
    left: -58px;
    top: -3px;
}
.ft-postw {
    position: relative;
    left: -25px;
    top: -3px;
}
.ft-posig {
    position: relative;
    left: -50px;
    top: -3px;
}
.ft-posyt {
    position: relative;
    left: -22px;
    top: -3px;
}
.ft-poswp {
    position: relative;
    left: -40px;
    top: -3px;
}

/* end update lobby css */

/* start update btn submit ipcheck */
.signup_btn a {
    background-color: #1ad0f5;
    background-image: linear-gradient(to bottom, #1ad0f5, #0632c0);
    border: 1px solid #07a8d4;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}
/* end update btn submit ipcheck */
.panel-heading.forgot-heading{
    color: #fff;
    background: linear-gradient(90deg,#361c41,#ac2f4f);
    border: 0px;
}
.panel-forgot .panel-body{
    background-color: #111;
}
/* start new update authpin */
.panel-title{
    color : #fff;
    font-weight: bold;
    font-size: 20px;
}
.panel-default > .light-purple {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  border-radius: 10px 10px 0 0;
    border: none;
}
.bg-dark-purple {
    background-color: #252547;
    border-color: #252547;
    border-radius: 10px;
}
.bg-pin {
    background: #0f0b16;
    padding: 15px;
    border-radius: 15px;
}
.keypad-trigger1 {
    background: url(../../images/pin/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    border: none;
    right: 20px;
    top: 5px;
}
.pin-bold {
    font-weight: bold;
    color: #00ccff;
}
.ui-widget-content {
    border: 1px solid #666;
    background: #fff;
    color: #000;
}
.ui-widget.ui-widget-content {
    border: 3px solid rgb(25, 195, 240);
    background-color: rgb(37, 37, 71);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
#keyboard5_keyboard {
    background-color: rgb(37, 37, 71);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active,button.ui-keyboard-accept.ui-keyboard-invalid-input,button.ui-keyboard-accept.ui-keyboard-valid-input {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    font-weight: bold;
    color: #eee;
    border: none;
    border-radius: 3px;
}
.ui-keyboard-bksp {
  background-image: -moz-linear-gradient( 90deg, rgb(145,61,0) 25%, rgb(255,113,43) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(145,61,0) 25%, rgb(255,113,43) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(145,61,0) 25%, rgb(255,113,43) 100%) !important;
  width: 95px;
  height: 34px;
  font-size: 15px;
  border: 1px solid rgb(246, 109, 40) !important;
}
.ui-keyboard-cancel {
  background-image: -moz-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%) !important;
  width: 95px;
  height: 34px;
  font-size: 15px;
  border: 1px solid rgb(241, 25, 26) !important;
}
.pin-italic {
    font-style: italic;
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.yellow {
    color: #f00102;
}
.garis{
    width: 0px;
    height: 160px;
    border: 1px #363636 solid;
    position: relative;
    left: 170px;
}

.inputbank {
    border-radius : 10px;
    padding-left : 10px;
    color : #000;
}
.keypad-trigger {
    background: url(../../images/pin/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    border: none;
    top: 5px;
    right: 5px;
}
.blue-i {
    color: #00ccff;
}

.panel-default > .light-magenta {
    border: none;
    background: #2aa9c9;
    background: -moz-linear-gradient(top, #2aa9c9 0%, #21819b 100%);
    background: -webkit-linear-gradient(top, #2aa9c9 0%,#21819b 100%);
    background: linear-gradient(to bottom, #2aa9c9 0%,#21819b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa9c9', endColorstr='#21819b',GradientType=0 );
}
.bg-white-magenta {
    background-color: #fff;
    border-color: #41a1c9;
}
.userblockir {
    color : #fff;
}
.pin-bold-blokir {
    font-weight: bold;
    color: #ed1c24;
}
.pin-bold2 {
    font-weight: bold;
    color: #0072bc;
}
.submit_pin {
    background: #8dc63f;
    background: -moz-linear-gradient(top, #8dc63f 0%, #00a651 100%);
    background: -webkit-linear-gradient(top, #8dc63f 0%,#00a651 100%);
    background: linear-gradient(to bottom, #8dc63f 0%,#00a651 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#00a651',GradientType=0 );
    border: 1px solid #8dc63f;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.nextbtn_pin {
    background: #8dc63f;
    background: -moz-linear-gradient(top, #8dc63f 0%, #00a651 100%);
    background: -webkit-linear-gradient(top, #8dc63f 0%,#00a651 100%);
    background: linear-gradient(to bottom, #8dc63f 0%,#00a651 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc63f', endColorstr='#00a651',GradientType=0 );
    border: 1px solid #8dc63f;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.wrongbtn_pin {
    background: #ed1c24;
    background: -moz-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background: -webkit-linear-gradient(top, #ed1c24 0%,#9e0b0f 100%);
    background: linear-gradient(to bottom, #ed1c24 0%,#9e0b0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#9e0b0f',GradientType=0 );
    border: 1px solid #ed1c24;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.logout_pin {
    background: #ed1c24;
    background: -moz-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background: -webkit-linear-gradient(top, #ed1c24 0%,#9e0b0f 100%);
    background: linear-gradient(to bottom, #ed1c24 0%,#9e0b0f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c24', endColorstr='#9e0b0f',GradientType=0 );
    border: 1px solid #ed1c24;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.ok_pin {
    background: #f7941d;
    background: -moz-linear-gradient(top, #f7941d 0%, #f26522 100%);
    background: -webkit-linear-gradient(top, #f7941d 0%,#f26522 100%);
    background: linear-gradient(to bottom, #f7941d 0%,#f26522 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#f26522',GradientType=0 );
    border: 1px solid #f7941d;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
/* end new update authpin */
.spok {
    width: auto;
    text-align: center;
}

.spok h1 {
    font-size: 38px;
    font-weight: 600;
    font-family: gotham-black;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px #333333;
}

.counter-analog3 span.separator {
display: inline-block;
    height: 40px;
    line-height: 25px;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 34px;
}

.footer_bg {
    border-top: 2px solid #bb5c86;
    border-bottom: 1px solid #a74070;
}

.contactusbg span {
    position: relative;
    top: 6px;
}

.alli1 {
    width: 100%;
    margin: 0 auto 5px;
    background-color: #333;
    box-shadow: 0px 1px 2px 0px rgba(88, 15, 50, 0.004);
    border-radius: 20px;
    width: 958px;
    height: 38px;
    position: relative;
}

.alli1 .logo4in {
    width: auto;
    text-align: center;
}

.alli1 .logo4in img {
    display: inline-block;
}

.footer_menu {
    background: rgba(0,0,0,0.5);
}

.dingdong_desc h1 {
    font-family: roboto;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0px 4px 2px #000;
}

.dingdong_desc .signup, .dingdong_desc .login, .promtion_links .signup, .promtion_links .login, .dingdong_desc .daftar {
    margin-top: 0;
    float: left;
}

.promtion_links .login a{
    border-radius: 10px;
    font-size: 16px;
    padding: 6px 27px;
}

.promtion_links .signup a{
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  display: inline-block;
  padding: 2px;
  font-size: 16px;
  border-radius: 10px;
  border: none;
}

.promtion_links .signup a:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  box-shadow: 2px 0 35px #1ad0f5;
}

.promtion_links .signup a span{
    background: #121223;
    display: block;
    padding: 6px 27px;
    border-radius: 10px;
}

.promtion_links .signup a:hover span {
    background: transparent;
}

.lottery-main-col {
    background: rgba(0,0,0,.5);
    border: 2px solid #cd2549;
    float: left;
    width: 380px;
    height: 150px;
    border-radius: 10px;
    margin: 10px 9px 5px;
}
.lottery-main-col:hover {
    background: rgba(0,0,0,.75);
}

.lottery-main-col .logo-left {
    width: 25%;
    margin-top: 10px;
    float: left;
}

.lottery-main-col .logo-left img {
    display: inline-block;
}

.rtl-lottery-des {
    width: 75%;
    float: left;
    margin-top: 4px;
}

.rtl-lottery-des .lottery-box-title {
    width: 100%;
    float: left;
}

.rtl-lottery-des .lottery-box-title h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 450;
    line-height: 28px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    text-shadow: 0px 4px 2px #000;
    text-transform: uppercase;
}

.rtl-lottery-des .lottery-box-title span {
    font-weight: 650;
    color: #cd2549;
}
.lottery-more a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-decoration-line: underline;
}

.lottery-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.lottery-info p .fa {
    color: #fff;
    margin-right: 5px;
}

.date-periode{
    font-size: 14px;
}
.no-padding {
    padding: 0;
}

.acc_head {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: left;
}

.bg_history {
    background: #242546;
    float: left;
    padding-top: 10px;
    border-radius: 10px;
    width: 100%;
}

.lornrow {
    background: #242546;
    text-align: left;
    padding: 10px;
}

.modal-dialog {
    margin: 100px auto;
}

.modal-content {
    background: #120f1e;
    border: 0px solid #063ac3;
}

.popup_prmotionhd {
    width: 100%;
    padding: 10px;
    background: #1acef5;
    background: -moz-linear-gradient(top, #1acef5 0%, #063ac3 100%);
    background: -webkit-linear-gradient(top, #1acef5 0%,#063ac3 100%);
    background: linear-gradient(to bottom, #1acef5 0%,#063ac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef5', endColorstr='#063ac3',GradientType=0 );
}

.popup_prmotionhd .promo_txtright {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.popup_prmotionhd .promo_txthd {
    width: 5%;
    float: right;
    color: #fff;
    text-align: right;
    margin-top: -5%;
}

.popup_prmotionhd .promo_txthd img {
    display: inline-block;
}

.conditions-body {
    position: relative;
    width: auto;
    padding: 15px;
    color: #fff;
}
.cont-last-transc{
    padding-left: 0px;
    padding-right: 0px;
}
.t-tab-head {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  border-top-left-radius: 10px;
    padding: 1px 12px;
}

.t-tab-head1, .last-transc thead {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  border-top-right-radius: 10px;
    padding: 1px 12px;
}

.t-tab-head h4 {
    font-weight: bold;
}

.bank-info-col {
    background: #242546;
    padding: 2px 24px;
}
table.last-transc{
    background: #242546;
}
.vertical1 {
    width: 100%;
    margin:0px !important;
    padding: 15px 0 !important;
}

.vertical1 tr td {
    vertical-align: middle;
}

.proses, .lanjut, .btn-style3 {
    background: #1acef4;
    background: -moz-linear-gradient(top,  #1acef4 0%, #0634c1 75%);
    background: -webkit-linear-gradient(top,  #1acef4 0%,#0634c1 75%);
    background: linear-gradient(to bottom,  #1acef4 0%,#0634c1 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef4', endColorstr='#0634c1',GradientType=0 );
    border-radius: 18px;
    font-family: roboto medium;
    border: 2px solid #0097e6;
    padding: 6px 24px;
    font-size: 18px;
}

.proses:hover, .lanjut:hover, .btn-style3:hover {
    background: #0634c1;
    background: -moz-linear-gradient(top, #0634c1 25%, #1acef4 100%);
    background: -webkit-linear-gradient(top, #0634c1 25%,#1acef4 100%);
    background: linear-gradient(to bottom, #0634c1 25%,#1acef4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0634c1', endColorstr='#1acef4',GradientType=0 );
    border: 2px solid #0097e6;
}

.salah {
    background: #f1191a;
    background: -moz-linear-gradient(top,  #f1191a 0%, #720000 75%);
    background: -webkit-linear-gradient(top,  #f1191a 0%,#720000 75%);
    background: linear-gradient(to bottom,  #f1191a 0%,#720000 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1191a', endColorstr='#720000',GradientType=0 );
    border-radius: 20px;
    font-family: roboto medium;
    border: 2px solid #f1191a;
    padding: 6px 24px;
    font-size: 18px;
}

.salah:hover {
    background: #720000;
    background: -moz-linear-gradient(top,  #720000 25%, #f1191a 100%);
    background: -webkit-linear-gradient(top,  #720000 25%,#f1191a 100%);
    background: linear-gradient(to bottom,  #720000 25%,#f1191a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#720000', endColorstr='#f1191a',GradientType=0 );
    border: 2px solid #f1191a;
}

.transactionpart2 {
    background: #242546;
    padding: 2px 24px;
    color: red;
}

.kol-xs-2-mcompose {
    width: 18.5%;
}

table.trans_body {
    border: 1px solid #161224;
}

table.trans_body thead {
    background: -moz-linear-gradient(top, #1acef4 0%, #0634c1 75%);
    background: -webkit-linear-gradient(top, #1acef4 0%,#0634c1 75%);
    background: linear-gradient(to bottom, #1acef4 0%,#0634c1 75%);
}

.lp-pass {
    color: #ffbd00;
    font-style:italic;
    font-size: 100% !important;
}
.lp-pass:hover {
    color: #fff;
}

#panel2{
  position:fixed;
  background: #2D4459;
  color: #8a897d;
  width:200px;
  left:-200px;
  top: 250px;
  transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out;
  z-index: 99999;
}
#panelCaller2{
  position:absolute;
  top: 30%;
  left: 200px;
  width: 20px;
  height: 55px;
  background: -moz-linear-gradient(right, #838383 0%, #e6e6e6 75%);
    background: -webkit-linear-gradient(right, #838383 0%, #e6e6e6 75%);
    background: linear-gradient(to right, #838383 0%, #e6e6e6 75%);
  border-radius: 0px 10px 10px 0px;
  text-align: center;
}
#panel2:hover{
  left:0px;
}
#panelCaller2 i{
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 54px
}

.socialfooter {
    background: #000a0a;
    width: 100%;
    height: 100%;
}

.All_Rights {
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.demopadding {
    float: right;
    text-align: center;
}

.icon.social {
    width: 30px;
    height: 30px;
    float: left;
    margin: 8px 9px 0 0;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    line-height: 25px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.box_rwo {
    width: auto;
    text-align: center;
}

.one_Deposit {
    display: inline-block;
}

.btn-homepage {
    width: 375px;
    height: 36px;
    background-image: -moz-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(33,33,33) 25%, rgb(75,75,75) 100%);
    border: 2px solid rgb(102, 102, 102);
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    border-radius: 0 0 7px 7px;
    margin: -42px 6px 0;
    position: absolute;
    vertical-align: middle;
}

.btn-homepage:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border: 2px solid rgb(0, 151, 230);
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.fund_btn2 a.keluar:hover {
    background-image: -moz-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
}
.fund_btn2 a.keluar {
    background-image: -moz-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  border: 1px solid rgb(241, 25, 26);
    font-size: 18px;
    color: #fff;
    padding: 6px 28px;
    border-radius: 18px;
    display: inline-block;
}

.info_pin {
    color: #ffba00;
}

.bg-rule {
  background: #252547;
  border-radius: 20px;
  height: 660px;
  padding: 10px;
  margin: 20px 0;
}

.bg-rule .h2 {
  margin-top: 0;
}

.bg-rule p {
  margin-bottom: 0;
  font-size:15px;
}

.bg-rule p span {
  color: #19c9f3;
}

.body-rule {
  height: 450px;
  overflow-y: auto;
  text-align: left;
  padding: 40px;
}

.body-rule ol {
  list-style: decimal;
}

.body-rule ol li {
  line-height: 2;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #15171c;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #19c9f3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #19c9f3;
}
.note-editable img {
  display: block;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

button.setuju:hover {
    transition: opacity 0.15s linear 0s;
    background-image: -moz-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
}
button.setuju {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px;
    border: none;
    display: inline-block;
}

a.batal:hover {
    background-image: -moz-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
 }
a.batal {
    background-image: -moz-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
     font-size: 15px;
    color: #fff;
    border-radius: 4px;
    padding: 7px 25px;
}

.bootbox .modal-content, .confirmation-modal .modal-content {
  background: #003f5e;
}

.confirmation-modal .modal-header {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border-bottom: none;
}

.confirmation-modal .close {
    color: #fff;
}

.confirmation-modal .modal-body {
    border: 1px solid #0097e6;
    border-bottom: none;
}

.confirmation-modal .modal-footer {
    border: 1px solid #0097e6;
    border-top: none;
}

.confirmation-modal .modal-footer .btn-danger {
    background-image: -moz-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border: none;
}

.confirmation-modal .modal-footer .btn-danger:hover {
    background-image: -moz-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(6,52,193) 25%, rgb(26,206,244) 100%);
    border: none;
}

.confirmation-modal .modal-footer .btn-default {
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
     border: none;
}

.confirmation-modal .modal-footer .btn-default:hover {
    background-image: -moz-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(114,0,0) 25%, rgb(241,25,26) 100%);
     border: none;
}
.bootbox, .confirmation-modal {z-index: 99999;}

.modal-dialog1 {
    width: 450px;
}

.popu_bg {
    background: rgba(97,97,97,1);
    background: -moz-linear-gradient(left, rgba(97,97,97,1) 0%, rgba(48,48,48,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(97,97,97,1)), color-stop(100%, rgba(48,48,48,1)));
    background: -webkit-linear-gradient(left, rgba(97,97,97,1) 0%, rgba(48,48,48,1) 100%);
    background: -o-linear-gradient(left, rgba(97,97,97,1) 0%, rgba(48,48,48,1) 100%);
    background: -ms-linear-gradient(left, rgba(97,97,97,1) 0%, rgba(48,48,48,1) 100%);
    background: linear-gradient(to right, rgba(97,97,97,1) 0%, rgba(48,48,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#303030', GradientType=1 );
    color: #fff;
    padding: 0px 0 0px;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.new-modal {
    background: #1acef5;
    background: -moz-linear-gradient(top, #1acef5 0%, #063ac3 100%);
    background: -webkit-linear-gradient(top, #1acef5 0%,#063ac3 100%);
    background: linear-gradient(to bottom, #1acef5 0%,#063ac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef5', endColorstr='#063ac3',GradientType=0 );
    border-bottom: 0 none;
    color: #000;
    padding: 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.new-modal-title {
    padding: 5px 0px;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

button.closem {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    right: 5px;
    padding: 0;
    position: absolute;
    top: 5px;
    width: 20px;
    opacity: 1;
}

.new-modal-body {
    background-color: rgb(12, 12, 12);
    padding: 0px;
    margin: auto;
    border-radius: 0 0 8px 8px;
}

.new-modal-content {
    padding: 15px;
}

.form-group {
    margin-bottom: 5px;
    border-bottom: none;
}

#accordion .panel {
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}

#accordion .panel-heading {
    border: medium none;
    border-radius: 5px;
    padding: 0;
    text-align: center;
}

.bnrbd {
    margin-bottom: 10px;
}

.promtion_links {
    margin-top: 12px;
}

.fund_btn7 {
    float: left;
    margin-right: 10px;
}

.fund_btn7 a.info {
    background: #5f5f5f;
    background: -moz-linear-gradient(top, #5f5f5f 0%, #181818 100%);
    background: -webkit-linear-gradient(top, #5f5f5f 0%,#181818 100%);
    background: linear-gradient(to bottom, #5f5f5f 0%,#181818 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5f5f', endColorstr='#181818',GradientType=0 );
    padding: 7px 27px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #929292;
    border-radius: 10px;
}

.fund_btn7 a.info:hover {
    box-shadow: 2px 0 35px #5f5f5f;
    border: 1px solid #a8a8a8;
    transition: all 0.3s ease-in-out 0s;
}


.bg-blue {
    background: #212121;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #1e1e1e;
    color:#fff;
}

.light_bx1 {
    width: 100%;
}

.one_light1 {
    position: relative;
    display: inline-block;
}

.light_ingf img {
    display: inline-block;
}

.light_ingf img:hover {
    opacity: 0.7;
}

.middle2 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 130px;
    text-align: center;
}
.datepicker.dropdown-menu {
    color: #fff;
}

figure {
  overflow: hidden;
}
figure:hover+span {
  bottom: -36px;
  opacity: 1;
}
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14:hover figure::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.hover14:hover .play_btn a.play-now {
  background: linear-gradient(to top, #005951 1%,#009d86 100%);
  display: block;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.side_ban:hover {
    opacity: 0.8;
}
.dingdong_desc p {
    font-size: 18px;
    text-align: justify;
}
.dingdong_desc .jam {
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
    margin: 6px 0px 0px;
    border-radius: 5px;
    padding: 6px;
}

.dingdong_desc .jam span {
  font-weight: 600;
}

.dingdong_desc .buka {
    background: rgba(0,0,0,0.5);
    margin: 6px 0;
    border-radius: 5px;
    margin: 6px 0;
    padding: 5px;
}

.dingdong_desc .hari {
  font-weight: bold;
}
a.link{
    color: #37bff0;
}
.note-editor .modal-header {
    width: 100%;
    padding: 10px;
    background: #1acef5;
    background: -moz-linear-gradient(top, #1acef5 0%, #063ac3 100%);
    background: -webkit-linear-gradient(top, #1acef5 0%,#063ac3 100%);
    background: linear-gradient(to bottom, #1acef5 0%,#063ac3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef5', endColorstr='#063ac3',GradientType=0 );
}
.note-editor .modal-body {
    position: relative;
    width: auto;
    padding: 15px 25px;
    background: #242546;
    color: #fff;
}
.note-editor .modal-footer {
    position: relative;
    width: auto;
    padding: 15px;
    background: #242546;
    border: none;
    color: #fff;
}
/*.dingdong_desc .link {
  color: #00a2ff;
}*/

#form_login .input-group-addon {
    border-radius: 0 25px 25px 0;
    vertical-align: middle !important;
    padding: 0 5px !important;
}
#form_login .icon1,#form_login .icon2{
    float: left;
    margin: 0 5px;
    margin-top: 30px;
    width: 50px;
}
.fund_btn5 {
  margin-top: -36%;
}

.fund_btn5 p{
  margin-left: 6.5%;
}

.fund_btn5 a.mobile {
  background-color: #1AD0F5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1AD0F5), to(#0632C0));
  background-image: -webkit-linear-gradient(top, #1AD0F5, #0632C0);
  background-image: -moz-linear-gradient(top, #1AD0F5, #0632C0);
  background-image: -ms-linear-gradient(top, #1AD0F5, #0632C0);
  background-image: -o-linear-gradient(top, #1AD0F5, #0632C0);
  background-image: linear-gradient(to bottom, #1AD0F5, #0632C0);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1AD0F5, endColorstr=#0632C0);
  border: 1px solid #0097e6;
  display:inline-block;
  padding:1px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

.fund_btn5 a.mobile:hover {
  transition: opacity 0.15s linear 0s;
  box-shadow: 1px 0 35px #1ad0f5;
}

.fund_btn5 a.mobile span {
    padding: 2px 0px;
    white-space: nowrap;
    width: 137px;
    display: block;
}

.fund_btn5 a.android span {
    padding: 2px 0px;
  white-space: nowrap;
  width: 137px;
  display: block;
}

.fund_btn5 a.ios span {
    padding: 2px 0px;
    white-space: nowrap;
    width: 137px;
    display: block;
}


.fund_btn5 a.mobile:hover span {
  background:transparent;
}

.fund_btn5 a img {
  width: 137px
}

.nav-pills li a{
  color: #fff;
}

.nav-pills li.active a, .nav-pills li a:hover, .nav-pills li.active a:hover, .nav-pills li.active a:focus{
  color: #fff;
  border-radius: 0;
}

.sgn_frm .input-lg {
    height: 32px;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 25px;
    text-align: left;
}

.sgn_frm label {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-right: 1px;
    padding-left: 10px;
    padding-top: 0 !important;
}

.sgn_frm label span {
    color: #ee0002;
    font-size: 18px;
    font-weight: bold;
}

.sgn_frm .span_sh_password, #form_edit_account .span_sh_password {
    border-radius: 0 25px 25px 0;
    border: 1px solid #555455 !important;
    border-left: none !important;
}

.copy-button {
  background: linear-gradient(to bottom, #00e20b 5%,#00740b 50%,#094c00 100%);
  border: medium none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 5px 22px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: auto;
  margin-left: 8px;
}
.copy-button:hover{
  background: linear-gradient(to top, #00e20b 5%,#00740b 50%,#094c00 100%);
  color:#fff;
}
i.fa-lp-pass{
    font-size: 24px !important;
    vertical-align: middle;
}
.transaction_partbg{
    padding-bottom: 20px;
}
.copy-button-ico {
    background: url(../../images/icon-copy.png) no-repeat center center, linear-gradient(to bottom, #BE5900 0%, #FF9600 100%);
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.copy-button-ico:hover{
  background: url("../../images/icon-copy.png") no-repeat center center, linear-gradient(to bottom, #FF9600 0%, #BE5900 100%);
  color:#fff;
}
.modal-header .close {
    margin-top: -9px !important;
    color: #fff;
}
span.btn-back {
    font-size: 38px;
    color: rgb(49, 174, 234);
    margin-right: 10px;
    display: inline-block;
}
span.btn-back:hover {
    color: rgb(3, 84, 204);
}
span.label.label-warning.pull-right,span.label.label-warning,span.label.label-danger.pull-right{
    color:#fff !important;
    background:#1566d3 !important;
}
.cari.btn.btn-primary{
    background: #1acef4;
    background: -moz-linear-gradient(top, #1acef4 0%, #0634c1 75%);
    background: -webkit-linear-gradient(top, #1acef4 0%,#0634c1 75%);
    background: linear-gradient(to bottom, #1acef4 0%,#0634c1 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef4', endColorstr='#0634c1',GradientType=0 );
    border-radius: 10px;
    font-family: roboto medium;
    padding: 4px 15px;
    font-size: 18px;
}
.cari.btn.btn-primary:hover{
    background: #1acef4;
    background: -moz-linear-gradient(top, #0634c1 0%,  #1acef4 75%);
    background: -webkit-linear-gradient(top, #0634c1 0%,  #1acef4 75%);
    background: linear-gradient(to bottom, #0634c1 0%,  #1acef4 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1acef4', endColorstr='#0634c1',GradientType=0 );
    border-radius: 10px;
    font-family: roboto medium;
    padding: 4px 15px;
    font-size: 18px;
}
.inbox-body .input-group.vertical1{
    padding: 0px !important;
}

#fl_menu{
  position:absolute;
  top:150px;
  right: 0px;
  z-index:999999;
  width:185px;
  height:32px;
  background: -moz-linear-gradient(right, #838383 0%,  #e6e6e6 75%);
  background: -webkit-linear-gradient(right, #838383 0%,  #e6e6e6 75%);
  background: linear-gradient(to right, #838383 0%,  #e6e6e6 75%);


  border-radius: 5px 0px 0px 5px;
}
#fl_menu .label{
  padding:2px 0px 0px 10px;
  line-height:32px;
  border-right:none;
  font-family:"roboto";
  font-size:14px;
  font-weight:500;
  color:#fff;
}
#fl_menu .label img{
  margin-top: -2px;
  margin-right: 4px;
}
#fl_menu .label span{
  margin-top: -2px;
  color: #272b57;
  font-weight: 600;
}
#fl_menu .menu{
  display:none;
}
#fl_menu .menu .menu_item{
  display:block;
  background:#000;
  color:#bbb;
  border-top:1px solid #333;
  padding:10px 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  text-decoration:none;
}
#fl_menu .menu a.menu_item:hover{
  background:#333;
  color:#fff;
}
#captcha_div_reg .fa-refresh,#captcha_div_help .fa-refresh{
  color: #f7941d;
  font-size: 28px !important;
}
#user_invalid,#secret_answer_invalid,#email_invalid,#password_invalid,#password_confirmation_invalid,#phone_invalid,#bank_accname_invalid,#bank_accnumber_invalid,#captcha_invalid,#secret_answer_invalid,#secret_question_invalid,#bank_invalid{
  /*color: red !important;*/
  font-size: 12px !important;
}
.secret_answer_ipt span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: arial;
}
table.dataTable td{
    border: 1px solid #0634c1 !important;
}
.caret.caret-right {
    color: #fff !important;
    border-top: 4px solid transparent;
    border-left: 4px dashed;
    border-bottom: 4px solid transparent;
 }

ul.gray_box2 li.dropdown:hover .dropdown-menu{
  display: block;
  top: 0%;
  left: 100%;
}

.middle2 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}
.middle2.mt {
  opacity: 1;
  left: 20%;
  transform: translate(-11%, -38%);
}
.form-control{
    text-align: left;
}
span.input-group-addon.span_sh_password {
    border-radius: 0 20px 20px 0;
}
#form_forget span.col-xs-7.col-xs-offset-4{
    color: #f7df1d !important;
}


/* egames */
.top-cont-egames .navbar-inverse{
    border: 0px;
    margin-bottom: 0;
    margin-top: 10px;
}
.top-cont-egames .ul-provider{
    width: unset;
}
.top-cont-egames .ipt-egames-search{
    border: 1px solid #ac2f4f !important;
    color: #fff !important;
    background-color: rgba(0,0,0,.5);
}
.top-cont-egames .btn.btn-default{
    background: linear-gradient(to bottom, #ac2f4f, #361c41) !important;
    background: -webkit-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -moz-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -ms-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -o-linear-gradient(top, #ac2f4f, #361c41) !important;
    border-color: #ac2f4f !important;
    color: #fff !important;
}
.ul-provider li a{
  color: #10ffb4 !important;
  background: #333 !important;
  border-bottom: 2px solid #ac2f4f !important;
}
.ul-provider li.active a,.ul-provider li a:hover{
    background: linear-gradient(to bottom, #ac2f4f, #361c41) !important;
    background: -webkit-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -moz-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -ms-linear-gradient(top, #ac2f4f, #361c41) !important;
    background: -o-linear-gradient(top, #ac2f4f, #361c41) !important;
    border-bottom: 2px solid #361c41 !important;
    color: #fff !important;
}
svg.playnow{
  fill: #fff !important;
}
.egames-title{
    background: #ac2f4f !important;
}

.logo_part {
    width: 255px;
    height: 68px;
    margin-top: 15px;
}

.logo_part img {
    max-height: 68px;
    max-width: 255px;
}

.head_rw {
    background: #361c41;
    background: -moz-linear-gradient(left, #361c41 0%, #ac2f4f 100%);
    background: -webkit-linear-gradient(left, #361c41 0%,#ac2f4f 100%);
    background: linear-gradient(to right, #361c41 0%,#ac2f4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361c41', endColorstr='#ac2f4f',GradientType=1 );
    z-index: 99000 !important;
}
input.note-image-input {
    color: #fff !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    background-color: #333;
}

.after_login {
    margin-top: 30px;
}

.signupbg .form-group span.col-xs-7.col-xs-offset-4, .signupbg p.font-weight-bold {
    color: #ffffff !important;
}

.data_info_dp1, .data_info_dp2, .data_info, .data_info1 {
    background: #242546;
    padding: 10px;
    border-radius: 10px;
}

.data_info_dp1 .t-tab-head, .data_info_dp2 .t-tab-head, .data_info .t-tab-head, .data_info1 .t-tab-head {
    background-image: unset;
  border-top-left-radius: 0px;
    padding: unset;
}
/* Deposit Page */
.navbar-nav > li > a {
    line-height: 10px;
    padding: 10px 15px;
}
.acc-banks-detail > tbody > tr > td:nth-child(2){
  padding: 0.5rem;
}