@font-face {
  font-family: 'AvenirNextLTPro-Regular';
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNextLTPro-Regular.otf')  format('opentype'),
         url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf')  format('truetype'), url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.ttf')  format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/*@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url(OpenSans-ExtraBoldItalic.ttf);
  font-weight: bold;
}*/
body {
    background: #000d1a;
    background-size: cover;
    font-family: "AvenirNextLTPro-Regular";
    color: #fff;
}
@media (max-width: 767px) {
    #slider_secon {
        display: none;
    }
    .cont-mob {
        padding: 0 !important;
        overflow:hidden;
    }
    .banner-head {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .banner-col .banner-pic {
        margin-bottom:0px !important;
    }
}
.wrapper{width:100%; height:100%;}
.top-header {
    float: left;
    padding-top: 15px;
    width: 100%;
}
.logo{ width:100%; float:left;}

.sign_row {
    float: right;
    margin-top: 30px;
    width: 100%;
}
.sign_row .juuser{
    width:23%;
    float: left;
    padding: 5px 0px 0px 0px;
}
.sign_row .juuser .juser_left{
    width:auto;
    float: left;
    color: #fff;
}
.sign_row .juuser .juser_right{
    width:auto;
    float: left;
    padding: 10px;
    color: #fff;
}
.sign_row .juuser .juser_right a{
    color: #fff;
}

.sign_row .juuserno{
    width:23%;
    padding: 5px 0px 0px 0px;
    float: left;
}
.sign_row .juuserno .juu_left{
    width:auto;
    float: left;
}
.sign_row .juuserno .juu_right{
    width:auto;
    float: left;
    padding: 10px;
    color: #f23038;
}

.sign_row .userro{
    width:19%;
    padding: 0px 2%;
    float: left; color:#fff;
}
.userro .checkbox {
    margin: 3px 0 0;
    padding: 0;
}

.sign_row .pswrd{
    width: 18%;
    float: left;
    padding: 0px 1%;
}

.sign_row .captcta{
    width:20%;
    float: left;
    padding:20px 20px 0px 20px;
}

.sign_row .captcta .capt_left {
    background: #fff none repeat scroll 0 0;
    color: #000;
    float: left;
    font-weight: bold;
    padding: 5px 7px;
    text-align: center;
    width: 70%;
}
.sign_row .captcta .capt_right{
    width:30%;
    float: left;
    color: #fff;
    background: #000;
    padding:5px 10px;
    text-align: center;
}
.capt_right > a {
    color: #fff;
}
.sign_row .captcta .capt_right:hover{
    opacity: 0.6;
}

.sign_row .sign_i {
    color: #fff;
    float: left;
    font-size: 26px;
    margin-right: 25px;
    padding: 15px 0 0;
    text-align: center;
}
.sign_row .sign_i a{
    color: #fff; font-family: 'AvenirNextLTPro-Bold';
}
.sign_row .sign_i a:hover{
    color: #1b7887; text-decoration:none;
}

.sign_row .sign_up {
    color: #1b7887;
    float: left;
    font-size: 26px;
    padding: 5px 0 0;
    text-align: center;
}
/******Signup dropdown******/

.btn-signup {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #0d707f;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 26px;
    margin: 0;
    padding: 10px; text-transform:uppercase;
}

.signup-dropdown {

background: rgba(94,94,94,1);
background: -moz-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(49,49,49,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(94,94,94,1)), color-stop(100%, rgba(49,49,49,1)));
background: -webkit-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(49,49,49,1) 100%);
background: -o-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(49,49,49,1) 100%);
background: -ms-linear-gradient(top, rgba(94,94,94,1) 0%, rgba(49,49,49,1) 100%);
background: linear-gradient(to bottom, rgba(94,94,94,1) 0%, rgba(49,49,49,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#313131', GradientType=0 );
  border-radius: 0;  padding: 20px;
    left: -383px;
    top: 55px;
    width: 510px; box-shadow: none; border:none;
    z-index: 9999;
}

.sign_up .open{ background-color:#5E5E5E;}
.sign_up .open::before {
    border-bottom: 57px solid #5E5E5E;
    border-left: 25px solid transparent;
    content: " ";
    height: 0;
    left: -25px;
    position: absolute;
    top: 0;
    width: 0;
}
.sign_up .open::before {
    border-bottom: 57px solid #5e5e5e;
    border-left: 25px solid transparent;
    content: " ";
    height: 0;
    left: -25px;
    position: absolute;
    top: 0;
    width: 0;
}
.signup-form .open::before {
    border-bottom: none;
    border-left: none;
}
.sign_up .open .btn-signup{ color:#fff;}
.with {
    padding-top: 15px !important;
}


.signup-form{ width:100%; float:left;}
.signup-form h2{ margin-top:0px; margin-bottom:15px; color:#fff; text-transform:uppercase; font-size:18px; font-family: 'AvenirNextLTPro-Bold';}

.signup-form .form-control {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #000 !important;
    padding: 6px 12px !important;
}
.signup-form .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left; color:#fff; /*font-family: 'AvenirNextLTPro-Bold';*/ font-size:15px;
}
.signup-form .form-group {
    margin-bottom: 15px !important;
}

.signup-form .btn-submit{ background-color:transparent; border:none; color:#00a9e4; font-size:17px; text-transform:uppercase; font-family: 'AvenirNextLTPro-Bold';}
.signup-form .btn-submit:hover{ color:#fff;}
.signup-form .no-mrg {
    margin-bottom: 0 !important;
}


/**********End*******/



.sign_row .sign_up a{
    color: #0D707F; font-family: 'AvenirNextLTPro-Bold';
}
.sign_row .sign_up a:hover{
    color: #fff; text-decoration:underline;
}
.sign_row .form-group .label-control .label-text {
    color: #0d707f;
}
.sign_row  .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    border-color: currentcolor currentcolor #ccc;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px 6px 0; font-family: 'AvenirNextLTPro-Regular'; color:#fff;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.sign_row .form-group{ margin-bottom:0px;}
.sign_row .form-control::-moz-placeholder {
    color: #0D707F;
    opacity: 1;
}
.rtl-menu{ float:right;}

/******nav*****/
.nav_menu {
    margin: auto;
    width: auto;
}

.nav_menu ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.nav_menu li {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
}

.nav_menu li a {
    color: #fff;
    display: inline-block;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 10px 7px;
    text-transform: uppercase;
}

.nav_menu li a:hover {
    color: #0D707F; text-decoration:none;
}

.nav_menu li.active a {
    color: #0D707F;
}

.rtl-search {
    float: right;
    margin-top: 9px; width:255px;
}

.rtl-search .input-group .form-control{
    background-color: rgba(13, 112, 127, 0.4);
    border: medium none;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
}
.form-control:focus {
    border-color:none !important;
    box-shadow:none !important;
    outline: 0 none;
}
.btn-search {
    background-color: transparent;
    border: medium none;
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    padding: 0 0 0 15px;
}
.btn-search:hover{ color:#0D707F;}

.mob-user{ color:#ebe1b1; margin-right:3px;}
.mob-usd {
    border: 1px solid #8bc53f;
    border-radius: 50%;
    color: #8bc53f;
    font-size: 16px;
    height: 22px;
    line-height: 21px;
    margin-left: -3px;
    text-align: center;
    width: 22px; margin-right:2px;
}



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


.one_nav {
    text-align: left;
    position: absolute;
    z-index: 10;
}

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


.nav-toggle .icon-menu {
    display: inline-block;
    fill: none;
    height: 22px;
    position: relative;
    vertical-align: middle;
    width: 36px;
}
.one_nav #menu_title{
    position: absolute;
    top: 25px;
    left: 0px;
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
}
}

.nav-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    line-height: 1;
    padding: 0.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 {
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    border-radius:10px;
    background: #fff;
}

.icon-menu .line-1 {
    background: #1bcef6;
    background: -moz-linear-gradient(top, #1bcef6 0%, #17bdef 100%);
    background: -webkit-linear-gradient(top, #1bcef6 0%,#17bdef 100%);
    background: linear-gradient(to bottom, #1bcef6 0%,#17bdef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bcef6', endColorstr='#17bdef',GradientType=0 );
}

.icon-menu .line-2 {
    background: #1294e2;
    background: -moz-linear-gradient(top, #1294e2 0%, #0e74d6 100%);
    background: -webkit-linear-gradient(top, #1294e2 0%,#0e74d6 100%);
    background: linear-gradient(to bottom, #1294e2 0%,#0e74d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1294e2', endColorstr='#0e74d6',GradientType=0 );
}

.icon-menu .line-3 {
    background: #094fcb;
    background: -moz-linear-gradient(top, #094fcb 0%, #063cc2 100%);
    background: -webkit-linear-gradient(top, #094fcb 0%,#063cc2 100%);
    background: linear-gradient(to bottom, #094fcb 0%,#063cc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#094fcb', endColorstr='#063cc2',GradientType=0 );
}

.one_logo {
    width: 100%;
    height: 50px;
    margin: 3px auto;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.one_logo .img-logo-cont{
    width: 180px;
    height:48px;
    position: relative;
    margin:0px auto;
}
.one_logo .img-logo-cont a{
    width: 180px;
    height:48px;
}
.one_logo .img-logo-cont a img{
    position: absolute;
    max-height: 48px;
    width: auto;
    margin: auto;
    max-width: 180px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

tr#row_jumlah_deposit td input {
    width: 70%;
}

/*.one_logo .logo-style {
    display: inline;
    width: 75px;
}*/

.one_out {
    width: 35vw;
    padding: 7px 3px 0px 3px;
    position: absolute;
    font-size: 8px;
    z-index: 10;
    top: 0;
    right: 0;
}
.one_out_user{
    color: #000;
    text-transform: uppercase;
    text-decoration:none;
}
.one_out_btn_login{
    position: absolute;
    top: 8px;
    right: 15px;
}
.one_out a {
    color: #fff;
    text-decoration: none;
}

.login-style {
    width: 24px;
}
.one_out a span#ico-masuk{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.pright-i5 {
    width: 44%;
}

/*.one_out a img {
    width: 25%;
}*/
.nav-container.is-visible {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    visibility: visible;
    background-color: #001322;
}

.nav-container { background-color:transparent;
    height: 100%;
    left: 0;
    margin: 0;
    min-height: 100%;
    overflow-y: scroll;
    padding: 0;
    position: fixed;
    /*top: 0;*/
    visibility: hidden;
    width: 100%;
    z-index: 9999;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}


.nav-menu { padding-left:0px;
    background:#001322;
    width: auto;
    -moz-user-select: none;

}

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

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

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

.user_rwo .icon {
    border-radius: 9px;
    cursor: pointer;
    float: right;
    position: absolute;
    top: 8px;
    right: 10px;
}
.icon .fa {
    color: #fff;
    font-size: 26px;
}
.one_out .fa {
/*   border: 1px solid #04abef;
    border-radius: 9px;*/
    font-size: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    color: #08ac02;
    line-height: 0;

}

.border-b .icon_text{ text-transform:uppercase;  font-family: 'AvenirNextLTPro-Bold';}
.user_rwo .icon_text {
    color: #fff;
    float: left;
    font-size: 14px;
    margin-left: 7px;
    padding: 5px 0;
    vertical-align: middle;
    width: 50%;
}

.user_rwo .icon_text:hover{ color:#000;}

.nav-menu .menu-link {
    color: #fff;
    display: block;
    font-size: 17px;
    text-decoration: none;
}
.user_rwo .icon_text:hover{ color:#fff;}
a{
    color: #f6ff00;
}

/*.nav-menu > .menu-item:last-child {
    border-bottom: 1px solid #bbb;
}*/
.border-b{
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    height: 48px;
}
.title-topbar{
    color: #fff;
    font-size: 18px;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    font-family: Roboto;
}
.d-link .user_rwo .icon_text{ color:#fff;}

/******News Section******/
.news-block{ width:100%; float:left;}
.news-bg{ width:100%; float:left; background-color:#257d8b; padding:5px; color:#fff;}
.stars{
    color: #fff;
    float: right;
    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: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px dashed #fff;
    display: inline-block;
    height: 0;
    margin-left: -15px;
    vertical-align: middle;
    width: 0;
}
.news-col-1{ width:94%; float:left;}
.news-col-2{ width:6%; float:left;}
.stars ul {
    margin: 0;
    padding: 0;
}
.stars .fa {
    color: #fff;
}
.news-info{ width:100%; float:left;}
.news-info p{ margin:0;}



/********Banner header******/
.banner-head {
    float: left;
    margin-bottom: 10px;
    margin-top: 15px;
    width: 100%;
}
.banner-col{ width:100%; float:left;}
.banner-col .banner-pic {
    float: left;
    margin-bottom: 7px;
    width: 100%;
}
.banner-pic > img {
    width: 100%;
}
.banner-info{ width:100%; float:left; position:relative;}
.banner-des {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 8px;
    width: 100%;
}
.banner-info > img {
    width: 100%;
}

.banner-box {
    float: left;
    margin-bottom: 5px;
    position: relative;
}
.banner-box img{ width:100%;}
.banner-box > a:hover img {
    opacity: 0.7;
}
.banner-box .banner-box-logo {
    left: 11px;
    position: absolute;
    top: 11px;
}
.banner-box-logo img{ width:auto !important; height:auto !important;}

.game-svr-box{ width:100%; float:left;}
.game-svr-box a:hover .game-pic .game-svr-title h1{ color:#00aeed;}
.game-pic{ position:relative; width:100%; float:left;}
.game-pic .game-svr-title{ position:absolute; bottom:0; left:0;
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 );
 padding: 11px 15px;
}
.game-pic .game-svr-title::after {
    border-bottom: 46px solid #2e2e2e;
    border-right: 25px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
}
.game-pic .game-svr-title h1{ color:#fff;  font-family: 'AvenirNextLTPro-Bold'; margin:0px; font-size:22px;}
.game-pic > img {
    height: 170px;
    width: 100%;
}
.game-svr-box a:hover .game-pic img {
    opacity: 0.7;
}

.game-svr-footer{ width:100%; float:left;}
.game-svr-number {
    background-color: rgba(0, 176, 204, 0.5);
    float: left;
    margin-top: 15px;
    padding: 10px;
    width: 100%;
}
.game-svr-number p {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 27px;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
}
.game-f-title{ width:100%; float:left;
 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 );
text-align:center; font-size:20px; font-family: "AvenirNextLTPro-Bold"; color:#fff; text-transform:uppercase;  padding: 10px 0;
}
.game-f-title span{font-family: 'AvenirNextLTPro-Regular';}

.padd-rtl {
    padding-right: 5px;
}
.padd-left {
    padding-left: 5px;
}
.padd10 {
    padding-left: 5px;
    padding-right: 5px;
}
.game-service {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.links-block{ width:100%; float:left; margin-bottom:10px;}
.links-list{ list-style-type:none; margin:0px; padding:0px;}
.links-list li {
    display: inline-block;
    margin-right: 15px;
}
.links-list li a{ color:#fff; font-size:16px;}
.links-list li a:hover{ color:#00b0cc;}

/******Footer*****/

footer{ width:100%; float:left; background-color:#000; padding-top:25px; padding-bottom:30px;}

.provider-block {
    border-bottom: 2px solid #0b717f;
    float: left;
    padding-bottom: 15px; margin-bottom:30px;
    width: 100%;
}
.f-title{ width:100%; float:left; font-size:18px; color:#fff;}

.provider-logo{ width:100%; float:left; text-align:center;}
.provider-logo ul{ list-style-type:none; margin:0px; padding:0px;}
.provider-logo ul li {
    display: inline-block;
    padding: 0 30px 15px;
}

.payment-logo{ width:100%; float:left; }
.payment-logo ul{ list-style-type:none; margin:0px; padding:0px;}
.payment-logo ul li {
    display: inline-block;
    padding: 0 35px 10px;
}

.payment-block {
    float: left;
   margin-bottom: 40px;
    width: 100%;
}


.f-info-title{ width:100%; float:left; margin-bottom:25px;}
.f-info-title h2 {
    border-bottom: 2px solid #0b717f;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px; text-transform:uppercase;
}
.f-info-des{ width:100%; float:left; margin-bottom:35px;}
.f-info-des h3{ color:#fff; text-transform:uppercase; margin-top:0px; margin-bottom:15px; font-size:17px;}
.f-info-des p{ color:#fff;}

.footer-bottom{ width:100%; float:left; border-top:2px solid #0b717f;  padding-top:40px;}
.f-social{ width:100%; float:left;}
.f-social h2{ text-transform:uppercase; color:#fff; font-size:16px; margin-top:0px; margin-bottom:15px;}
.f-social ul{ list-style-type:none; margin:0px; padding:0px;}
.f-social ul li{ display:inline-block;}
.f-social ul li a {
    color: #fff;
    font-size: 32px;
    padding: 10px 27px 10px 0;
}
.f-social ul li a:hover{ color:#2992cb;}
.f-info-block {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}
.browser-list{ width:100%; float:left;}
.browser-list h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
}
.browser-list ul{ list-style-type:none; margin:0px; padding:0px; float:right; text-align:right;}
.browser-list ul li{ display:inline-block;  padding: 10px 23px 10px 0;}
.browser-list ul li a {
    color: #fff;
    font-size: 32px;

}
.browser-list ul li:last-child{ padding-right:0px;}
.browser-list ul li a:hover{ color:#2992cb;}

/******Forgot password dropdown*********/
.forgot-dropdown {
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 );  border-radius: 0;  padding: 20px;
    left: -135px;
    top: 36px;
    width: 510px; box-shadow: none; border:none;
}
.btn-forgot {
    background-color: transparent;
    border: medium none;
    color: #fff;
    padding: 3px 0 0;
}

.forgot-form{ width:100%; float:left;}
.forgot-form h2{ margin-top:0px; margin-bottom:15px; color:#fff; text-transform:uppercase; font-size:18px; font-family: 'AvenirNextLTPro-Bold';}

.forgot-form .form-control {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    padding: 6px 12px;
}
.forgot-form .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left; color:#fff; /*font-family: 'AvenirNextLTPro-Bold';*/ font-size:15px;
}
.forgot-form .form-group {
    margin-bottom: 15px;
}

.btn-submit{ background-color:transparent; border:none; color:#00a9e4; font-size:17px; text-transform:uppercase; font-family: 'AvenirNextLTPro-Bold';}
.btn-submit:hover{ color:#fff;}
.no-mrg {
    margin-bottom: 0 !important;
}
.popu_bg {
    background: #0c0c0c;
    color: #fff;
    padding: 0px 0 0px;
    width: 100%; border:none;
}
.popup_space {
    margin: 90px 0 0;
}
.login {
    border-bottom: 1px solid #333;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 20px;
    width: auto;
}
.login h2{
    width: auto;
    text-align: center;
    padding: 10px 0px; font-family: 'AvenirNextLTPro-Bold';
}
.popu_bg .modal-body {
    /*padding: 0px 15px;
    width: 80%;*/
    margin: auto;
}
.bord_non{
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background:none !important;
    border-radius:0px!important;
}
.bord_non2{
    border-top-width: 0px!important;
    border-left-width: 0px!important;
    border-right-width: 0px!important;
    background:none!important;
    border-radius:0px!important;
    width:80%!important;
    margin: auto!important;
}
.bord_non23{
    border-top-width: 0px!important;
    border-left-width: 0px!important;
    border-right-width: 0px!important;
    background:none!important;
    border-radius:0px!important;
}
.from_sp{
    padding: 10px 0px!important;
}
.catpcha{
    width: auto;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.catpcha img{
    display: inline-block;
}

.login_btn{
    width: 100%;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.POL_PASS{
    width: auto;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.POL_PASS P{
    font-size: 17px;
    color: #fff;
}
.POL_PASS h2{
    font-size: 25px;
    color: #12a676;
}
.ribbon-outset {
    background-color: #005760;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 13px 36px;
    text-transform: uppercase;
}
.model-close {
    color: #000;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 0;
    opacity: 0.57;
    text-shadow: none;
    position: absolute;
    right: 0px;
    top:35px;
}


/*******Mobile-news block**/
.mobile-news-block{
    width:100%;
    float:left;
    background-color:#000810;
    padding:0px;
    margin-top:56px;
    height: 20px;
}
.mobile-title {
    width: 100%;
}


 .prog-jackpot .mobile-title{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 );
 padding: 11px 15px; position:relative; float:left;}

/*.mobile-title::after {
    border-bottom: 35px solid #2e2e2e;
    border-right: 25px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}*/
.pos-pattern::after {
    top: -1px;
}
.mobile-title h1 {
    font-family: "OpenSans-Semibold";
    font-size: 12px;
    height: 20px;
    width: 100%;
    margin: 0;
    background-color: #0e78d8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.news-marquee{ float:left;}
.news-marquee p {
    color: #fff;
    line-height: 39px;
    margin-bottom: 0;
}

/*******Mobile Banner*********/
.mob-banner{ display:none;}
.mob-banner-pic{ width:100%; float:left; position:relative;}
.mob-banner-pic img{ width:100%;}
.playnow {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.btn-play {
    background-color: #00b0cc;
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 15px;
    padding: 4px 7px;
    text-transform: uppercase;
}
.btn-play:hover{ opacity:0.9; color:#fff;}

/******Mobile Jackpot*****/
.prog-jackpot {
    background-color: rgba(37, 125, 139, 0.8);
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.mobile-title p {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.mobile-title h2{ font-size:18px; margin:0px; color:#fff; text-transform:uppercase; font-family: "AvenirNextLTPro-Bold";}
.jackpot-title .mobile-title::after {
    border-bottom: 62px solid #2e2e2e;
}
.jackpot-info {
    /*float: left;*/
    margin-left: 30px;
}
.jackpot-info h1 {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 16px;
    line-height: 61px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.page-bg{ width:100%; float:left; margin-top:5px;/* background-image:url(../images/body-bg.jpg); background-repeat:no-repeat; background-size:cover;*/  padding: 0px 0 30%;}

.page-bg h1 {
    color: #fff;
    font-size: 28px; font-weight: bold;
}

.page-bg h4 {
    color: #00b2ff;
}

.page-bg .jam {
    border: 1px solid #438fcc;
    border-radius: 5px;
    background: #0a3551;
    font-size: 12px;
    padding: 5px 0px;
}

.page-bg .jam span {

}

.page-bg .buka {
    border: 1px solid #438fcc;
    border-radius: 5px;
    background: #0a3551;
    margin: 10px auto;
    font-size: 12px;
    padding: 5px 0px;
}

.page-bg .hari {
    font-weight: bold;
}

.page-bg .link {
    color: #00b2ff;
}
/*****Mobile Footer********/
.mobile-footer{ width:100%; position:fixed; bottom:0; z-index: 999;}
.mob-footer-link{ width:100%; float:left; text-align:center; margin-bottom:15px;}
.mob-footer-link ul{ list-style-type:none; margin:0px; padding:0px;}
.mob-footer-link ul li{ display:inline-block; position:relative;}
.mob-footer-link ul li a {
    background-color: rgba(0, 0, 0, 1.5);
    border: 1px solid #00b0cc;
    border-radius: 7px;
    color: #fff;
    font-size: 27px;
    line-height: 18px;
    margin-right: 7px;
    padding: 4px 9px;
}
.mob-footer-link ul li a:hover{ color:#00b0cc; border:1px solid #fff;}
.chat-mag {
    background-color: #ec1c24;
    color: #fff;
    position: absolute;
    right: 0;
    top: -15px;
}

.mob-f-bottom{ width:100%; float:left;
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 );
}

.mob-copyright{ background-color:#257D8B;
 padding: 11px 15px; position:relative;/* float:left;*/}

.mob-copyright::after {
    border-bottom: 52px solid #257D8B;
    border-right: 25px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.mob-copyright h1 {
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
}
.mob-bottom-link a{ color:#fff; font-size:14px; font-family: "AvenirNextLTPro-Bold";}
.mob-bottom-link a:hover{ color:#00b0cc;}

/******Side-infobar*******/
#slider_secon {
    position: absolute;
    top: 100px;
    width: 418px;
    z-index: 999;
}

#sidebar_second {
    cursor: pointer;
    position: absolute;
    right: 21px;
    top: 130px;
}

#header2 {
    height: auto;
    left: -0px;
    margin: 130px 0 0;
    padding: 0;
    position: absolute;
    width: 240px;
}

#slider_secon .social_icon {
    display: table;
    height: auto;
    margin: 25px 0;
    padding: 15px;
}

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

.topback {
    padding: 15px;
    text-align: center;
    width: auto;
}

.topback h2 {
    font-family: 'FrutigerCnd';
    font-weight: bold;
    color: #d9d9d9;
    margin: 0;
}

.bank24 {
    float: left;
    margin: auto;
    width: 100%;
}

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

.bank24 .inner li {
    color: #fff;
    float: left;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
}

.switch-btn {
    width: auto;
    padding: 10px 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%;
}
.info-side {
    background-color: rgba(37, 125, 139, 0.7);
    color: #fff;
    float: left;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.info-side p{ margin-bottom:0px; font-size:18px; color:#fff;}
.info-side .mobinfo-title{font-family: 'AvenirNextLTPro-Bold';}
.info-icon {
    background-color: #efefef;
    border-radius: 50%;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4) inset;
    color: #484848;
    font-size: 28px;
    height: 61px;
    line-height: 64px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -3px;
    width: 61px;
}
.blackb > img {
    margin-top: -5px;
}
.call-icon > img {
    margin-top: -10px;
}
.line-icon > img {
    margin-top: -7px;
}


.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-off{
    padding-right:15px;
    padding-left:32px;
    background:#b2b2b2;
    color:#fff;
    text-align:right;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active.hurkanSwitch-switch-item-status-on{
    padding-right:32px;
    padding-left:15px;
    background-color:#75b936;
    color:#fff;
    text-align:left;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.active{
    opacity:1;
    display:block;

}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active{
    opacity:1;
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.active .lbl{
    opacity:1;
    animation-name: active;
    animation-duration: 0.5s;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item{
    line-height:16px;
    font-size:100%;
    opacity:0;
    display:none;
    border-radius:30px;
    padding-top:5px;
    padding-bottom:5px;
    position:relative;
    box-shadow:0px 0px 2px #777777 inset;
    height:25px;
        box-sizing: border-box;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item:hover{
text-decoration:none;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{
left:5px;
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{
right:5px;
}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-on>.hurkanSwitch-switch-cursor-selector{
animation-duration: 0.5s;
animation-name:right;

}
.hurkanSwitch>.hurkanSwitch-switch-box.switch-animated-on>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-status-off>.hurkanSwitch-switch-cursor-selector{
animation-duration: 0.5s;
animation-name:left;

}
@keyframes left {
    0%  {left: 100%;}
    100% {left:5px;}
}
@keyframes right {
   0%  {right: 100%;}
    100% {right:5px;}
}
@keyframes active {
    0%  {opacity: 0;}
    100%  {opacity: 1;}
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item>.hurkanSwitch-switch-cursor-selector{
height:18px;
position:absolute;
top:4.5px;
width:18px;
margin-top:-1px;
box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
display:block;
content:"";
border-radius:100%;
background:#fff
}
.hurkanSwitch-switch-plugin.hurkanSwitch-switch-input{
    display:none
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-success{
    background-color:#75b936 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-warning{
    background-color:#f0ad4e !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-info{
    background-color:#5bc0de !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default{
    background-color:#fff !important;
    color:#777 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-default>.hurkanSwitch-switch-cursor-selector{
    border:1px solid #eee !important;
    margin-top:-2.2px
}

.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-primary{
    background-color:#0275d8 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.hurkanSwitch-switch-item-color-danger{
    background-color:#d90909 !important
}
.hurkanSwitch>.hurkanSwitch-switch-box>.hurkanSwitch-switch-item.disabled{
        opacity: 0.65;
    filter: alpha(opacity=65);
    cursor:default
}
.hurkanSwitch>.hurkanSwitch-switch-box{
    cursor:pointer;
    background:transparent;
    overflow:hidden;
    border:0px solid #ddd;
    padding:0px;
    display:inline-block;
    width:auto;
}
.hurkanSwitch{display:inline-block}
.hurkanSwitch.switch-responsive{display:block}
.hurkanSwitch.switch-responsive>.hurkanSwitch-switch-box{display:block !important}


/**********Mobile Home page Services********/
.mob-box {
    margin: auto auto 10px;
    position: relative;
    width: 77px;
}
.mob-box .mob-svr-img{ width:100%;}
.upper-des {
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.upper-des .mob-box-icon{ height:39px; background-image:url(../images/mobile-home/pocker-icon.png); background-repeat:no-repeat; background-position: center top;}
.mob-box a:hover .upper-des .mob-box-icon{height:39px; background-image:url(../images/mobile-home/pocker-icon.png); background-repeat:no-repeat; background-position:8px -46px;}

.upper-des .mob-dindong-icon{ height:34px; background-image:url(../images/mobile-home/dindong-icon.png); background-repeat:no-repeat; background-position: center top;}
.mob-box a:hover .upper-des .mob-dindong-icon{height:34px; background-image:url(../images/mobile-home/dindong-icon.png); background-repeat:no-repeat; background-position:8px -40px;}

.mob-box-title{ color:#fff; text-transform:uppercase; font-family: 'AvenirNextLTPro-Bold'; font-size:11px;}
.mob-box-frame{ background-image:url(../images/mobile-home/mobile-home-frame.png); background-repeat:no-repeat; height:82px; background-position: center top;}

.mob-box a:hover .mob-box-frame {
    background-image: url("../images/mobile-home/mobile-home-frame.png");
    background-position: -1px -94px;
    background-repeat: no-repeat;
    height: 82px;
}


.mob-box a:hover .mob-box-title{ color:#00b0cc;}


/********After Login*******/
.login-user {
    float: right;
    margin-right: 15px;
    position: relative; margin-top:15px;
}
.user-login-icon{ position:absolute; left:0; top:0; z-index:1;}
.btn-select {
    background: #0b414b none repeat scroll 0 0;
    border-color: #0b414b;
    border-radius: 0;
    margin-bottom: 0px;
    min-width: 236px;
    padding: 0;
    position: relative;
    width: 100%;
}

.btn-select .btn-select-value {
    padding:6px 12px 6px 54px;  text-transform: uppercase;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: #0b414b;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}
.login-user ul {
    background-color: #0b414b;
    border-top: medium none;
    clear: both;
    color: black;
    display: none;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: -1px;
    top: 33px;
    z-index: 999;
}
.btn-select ul li {
    padding: 6px 12px 6px 54px;  text-transform: uppercase;
    text-align: left;
}
.login-user ul li {
    padding: 6px 35px;  text-transform: uppercase;
    text-align: left;
}
.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #ccc;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #e6e6e6;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #0b414b;
}

.btn-select.btn-success ul li.selected {
    background-color: #0b414b;
    color: white;
}

.btn-select.btn-success ul {
    border: #0b414b 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #0b414b;
    border: #0b414b 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #0b414b;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #d43f3a;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #d9534f;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}

.login-price {
    background-color: #0c424c;
    float: right;
    height: 34px;
    line-height: 34px;
    margin-right: 25px;
    margin-top: 15px;
    padding-left: 52px;
    position: relative;
    width: 200px;
}
.log-price{ color:#fff;}
.login-price .login-price-icon {
    left: 0;
    position: absolute;
    top: -2px;
    z-index: 1;
}

.login-menu {
    float: right;
    margin-top: 13px;
}
.login-menu a{ color:#257D8B; text-transform:uppercase;}
.login-menu a:hover{ color:#fff;}


/*********Term and Conditions**********/
.section-col{ width:100%; float:left; padding:50px 0px;}
.term-modal{ width:100%; float:left; text-align:center;}
.term-modal a{ color:#fff; font-size:26px;; text-align:center; font-family: 'AvenirNextLTPro-Bold';}
.term-modal a:hover{ color:#1b7887;}

.new-modal {
    background: #19c9f3;
    border-bottom: 0 none;
    color: #fff;
    padding: 0;
    text-align: center;
}

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

button.close {
    width: 22px;
    margin-top: -12px;
    opacity: 1;
}
.new-modal-body{ background-color:#0a3551; padding:0px;}

.new-modal-content{ padding:15px;}
.term-list{ width:100%;}
.term-list ol{ list-style-type:decimal; margin:0px; padding:0px;}
.term-list ol li{ display:block; color:#fff; font-size:14px; margin-bottom:15px;}
.term-list ol li a{ color:#01b0cd;}
.term-list ol li a:hover{ text-decoration:underline;}

.new-modal-footer{border:none;}

.btn-cancel{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; text-transform:uppercase; font-family: "AvenirNextLTPro-Bold"; font-size:16px;  padding: 7px 15px; border-radius:0px; border:none;}

.btn-cancel:hover{ opacity:0.9; color:#fff;}

.btn-agree{
    background: #007eff; /* Old browsers */
    background: -moz-linear-gradient(top, #007eff 0%, #004f7d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #007eff 0%,#004f7d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #007eff 0%,#004f7d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007eff', endColorstr='#004f7d',GradientType=0 ); /* IE6-9 */
    color:#fff;
    text-transform:uppercase;  font-family: "AvenirNextLTPro-Bold"; font-size:16px;  padding: 8px 24px; border:none; border-radius:0px;  }
.btn-agree:hover{opacity:0.9; color:#fff;}

.btn-ok{ background-color:#01b0cd; color:#fff; text-transform:uppercase;  border-radius: 100px;  font-family: "AvenirNextLTPro-Bold"; font-size:16px;  padding: 8px 24px;  }
.btn-ok:hover{opacity:0.9; color:#fff;}


/**********Live Cacino Banner*********/
.desktop-wrap{ width:100%; float:left; padding:15px 0px 10px 0;}
.live-cacino-banner{ width:100%; float:left; position:relative;}
.live-cacino-info {
    position: absolute;
    right: 28px;
    top: 11px;
}
.live-cacino-info h1 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 7px;
    margin-top: 0;
    padding-left: 40px;
    text-transform: uppercase;
}
.live-cacino-info h3{ text-transform:uppercase; color:#fff; margin-top:0px; margin-bottom:3px; font-size:18px; padding-left: 40px;}
.live-cacino-info p{ color:#fff; font-size:14px; margin-bottom:5px; padding-left: 40px;}

.live-cacino-banner > img {
    width: 100%;
}
.live-list {
    float: left;
    margin-top: 5px;
    width: 100%;
}
.live-box{ width:100%; float:left;}
.no-padd-rtl{ padding-right:5px;}

.no-padd-left{ padding-left:5px;}
.no-padd5{ padding-left:0px; padding-right:0px;}

/***********Dingdong Page***********/
.banner-list {
    float: left;
    width: 52%;
}
.banner-list ul{ list-style-type:none; margin:0px; padding:0px;}
.banner-list ul li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 27px;
}
.banner-list ul li a{ display:inline-block;}
.banner-list ul li a .banner-list-icon {
    text-align: center;
}

.banner-list ul li a .banner-list-icon:hover {
    text-align: center;
    opacity: 0.8;
}

.banner-list ul li a .banner-list-icon:hover {
    text-align: center;
    opacity: 0.8;
}

.banner-list ul li a .banner-list-icon i{ margin-bottom:0px;}
.banner-list ul li a .banner-list-icon p{ color:#fff; text-transform:uppercase; margin-bottom:0px; font-family: "AvenirNextLTPro-Bold";}


.dingdong-banner{ width:100%; float:left; position:relative;}
.dingdong-info {
    left: 30px;
    position: absolute;
    top: 21px;
}
.dingdong-info i {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}
.dingdong-info p{ color:#fff; margin-bottom:10px; text-align: center; }

.ding-box {
    float: left;
    margin-right: 5px;
    width: 12.1%;
}
.ding-box:last-child{ margin-right:0px;}
.ding-box .grid figure {
    max-width: 138px;
    min-width: 136px;
}
.overlay-bg{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(8,8,8,1) 77%, rgba(8,8,8,1) 78%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(77%, rgba(8,8,8,1)), color-stop(78%, rgba(8,8,8,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(8,8,8,1) 77%, rgba(8,8,8,1) 78%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(8,8,8,1) 77%, rgba(8,8,8,1) 78%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(8,8,8,1) 77%, rgba(8,8,8,1) 78%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(8,8,8,1) 77%, rgba(8,8,8,1) 78%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#080808', GradientType=0 );

}

.live-box .overlay-bg{

background: rgba(255,93,177,0);
background: -moz-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(88,32,61,0) 51%, rgba(0,0,0,1) 78%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,0)), color-stop(51%, rgba(88,32,61,0)), color-stop(78%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(88,32,61,0) 51%, rgba(0,0,0,1) 78%);
background: -o-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(88,32,61,0) 51%, rgba(0,0,0,1) 78%);
background: -ms-linear-gradient(top, rgba(255,93,177,0) 0%, rgba(88,32,61,0) 51%, rgba(0,0,0,1) 78%);
background: linear-gradient(to bottom, rgba(255,93,177,0) 0%, rgba(88,32,61,0) 51%, rgba(0,0,0,1) 78%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );



}



.dingdong-banner > img {
    width: 100%;
}
.ding-box .grid figure img {
    min-height: 137px !important;
}
.ding-box .live-box figure.effect-sadie:hover h2 {
    color: #fff;
    transform: translate3d(0px, 33%, 0px) translate3d(0px, -40px, 0px);
}

/************mobile Page *****************/
.mobile-banner{ width:100%; float:left; position:relative;}
.mobile-info {
    left: 65px;
    position: absolute;
    top: 27px;
}
.mobile-info h2{ font-size:22px; color:#fff; margin-top:0px; margin-bottom:10px;}
.mobile-info p{ color:#fff;}
.mobile-info i {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.mobile-p-title{ position:absolute; bottom:0; left:0; right: 0;
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 );
 padding: 11px 15px;
}
.mobile-p-title::before {
    border-bottom: 46px solid #616163;
    border-left: 27px solid transparent;
    content: " ";
    height: 0;
    left: -27px;
    position: absolute;
    top: 0;
    width: 0;
}
.mobile-p-title h1 {
    color: #fff;
    font-size: 22px; text-transform:uppercase;
    margin: 0;
}
.mobile-p-title h1 a{
    color: #fff;
}
.mobile-p-title h1 a:hover{ color:#00ffe9;}


.mobb-banner-title {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 19%;
}

.mobile-banner > img {
    width: 100%;
}

.join-now-block {
    background-color: rgba(12, 112, 127, 0.6);
    float: left;
    margin-top: 15px;
    width: 100%;
}
.join-title{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 );
 padding: 26px 15px; position:relative; float:left;}

.join-title::after {
    border-bottom: 71px solid #2e2e2e;
    border-right: 40px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
}
.join-title h1 {
    color: #fff;
    font-size:18px; text-transform:uppercase;
    margin: 0;
}

.join-info {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.join-info i {
    float: left;
    margin-right: 10px;
}
.join-info h2{ color:#fff; text-transform:uppercase; margin-top:0px; margin-bottom:2px; font-size:17px;}
.join-info h1{ color:#fff; text-transform:uppercase; margin-top:0px; margin-bottom:2px; font-size:17px;}

.mob-small-banner{ width:100%; float:left; position:relative;}
.mob-small-banner .moblogo {
    left: 20px;
    position: absolute;
    top: 20px;
}

.mobile-tow-banner {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.mob-small-banner > img {
    width: 100%;
}


/********Pocker Page********/
.play-p-title{ position:absolute; bottom:0; left:0; right: 0;
background:#0cd0b8;
}
.mob-small-banner a:hover img {
    opacity: 0.7;
}
.play-p-title::before {
    border-bottom: 46px solid #0cd0b8;
    border-left: 27px solid transparent;
    content: " ";
    height: 0;
    left: -27px;
    position: absolute;
    top: 0;
    width: 0;
}
.play-p-title h1 {
    color: #fff;
    font-size: 22px; text-transform:uppercase;
    margin: 0;
}
.play-p-title h1 a {
    color: #fff;
    display: block;
    padding: 11px 15px;
}
.play-p-title h1 a:hover{
    color: #257D8B;
}

.play-banner-title {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 13%;
}

.pocker-info-block {
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 );
    border-bottom: 0 none;
    color: #fff;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%; margin-top:15px;
}

.pocker-head{
    background-color: #01363e;
 padding: 11px 15px; position:relative; width:55%; margin:auto;     color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size:24px; text-transform:uppercase;}

.pocker-head::after {
    border-right: 25px solid transparent;
    border-top: 50px solid #01363e;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.pocker-head::before {
    border-left: 25px solid transparent;
    border-top: 49px solid #01363e;
    content: " ";
    height: 0;
    left: -25px;
    position: absolute;
    top: 0;
    width: 0;
}


/*******Promotions Pages******/
.promotion-banner {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.promotion-banner img{ width:100%;}
.promo-title{ width:100%; position:absolute; left:0; top:30px; text-align:center;}
.promo-title h1{ margin-top:0; margin-bottom:15px; color:#fff; text-transform:uppercase; font-size:38px; font-family: "AvenirNextLTPro-Bold";}
.promo-title span{ font-family: 'AvenirNextLTPro-Regular';}
.discount {
    font-size: 57px;
    margin-left: 12px; font-family: "AvenirNextLTPro-Bold" !important;
}


.prom-info-block {
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 );
    border-bottom: 0 none;
    color: #fff;
    text-align: center;
    width: 100%; position:absolute; bottom:0; left:0;
}

.prom-head {
    background-color: #01363e;
    color: #fff;
    font-size: 17px;
    margin: auto;
    padding: 11px 15px;
    position: relative;
    width: 55%;
}

.prom-head::after {
    border-right: 25px solid transparent;
    border-top: 42px solid #01363e;
    content: " ";
    height: 0;
    position: absolute;
    right: -24px;
    top: 0;
    width: 0;
}
.prom-head::before {
    border-left: 25px solid transparent;
    border-top: 42px solid #01363e;
    content: " ";
    height: 0;
    left: -25px;
    position: absolute;
    top: 0;
    width: 0;
}

.pro-button {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.join-btn {
    color: #fff;
    float: left;
    font-size: 22px;
    padding-bottom: 5px;
    padding-left: 40px;
    text-transform: uppercase;
}
.join-btn:hover{ color:#0cd0b8;}

.more-info-btn {
    color: #fff;
    float: right;
    font-size: 22px;
    margin-right: 45px;
    text-transform: uppercase;
}
.more-info-btn:hover{ color:#0cd0b8;}

.moreinfo-title {
    background: #313131;
    bottom: 0;
    padding: 11px 15px;
    position: absolute;
    right: 2px;
}
.more-title::before {
    border-bottom: 46px solid #313131;
    border-left: 27px solid transparent;
    content: " ";
    height: 0;
    left: -27px;
    position: absolute;
    top: 0;
    width: 0;
}
.more-title h1 {
    color: #fff;
    font-size: 22px; text-transform:uppercase;
    margin: 0;
}
.more-title h1 a{ color:#fff;}
.more-title h1 a:hover{ color:#01e9ff;}

.promotion-cont{ width:100%; float:left;
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 ); padding:25px;
}

.promotion-cont h1{ margin-top:0px; margin-bottom:10px; font-size:22px; text-transform:uppercase; color:#01e9ff; font-family: "AvenirNextLTPro-Bold";}
.promotion-cont h2{margin-top:0px; margin-bottom:25px; font-size:18px; text-transform:uppercase; color:#fff;}
.promotion-cont p{ color:#fff; margin-bottom:15px;}
.promotion-cont p a{ color:#01e9ff;}
.promotion-cont p a:hover{ text-decoration:underline;}
.promotion-cont p span{ text-transform:uppercase; font-family: "AvenirNextLTPro-Bold"; padding: 0 15px;}

/************Transfer*******/
.transfer-col {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.transfer-tab{ text-align:center; border:none; margin-bottom:20px;}
.transfer-tab > li {
    display: inline-block; float:none;
}
.transfer-tab > li > a {
background-color:#3c3c3c;
    border: medium none;
    border-radius: 0;
    line-height: 1.42857;
    color:#fff; text-transform:uppercase; font-size:18px;  margin-right: 10px;
    padding: 6px 5px;
    width: 185px;
}


.transfer-content{ width:100%; float:left;}

.t-tab-head {
    background-color: rgba(37, 125, 139, 0.6);
    float: left;
    position: relative;
    width: 100%; margin-bottom:15px;
}

.t-tab-head h1 {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 15px;
    text-transform: uppercase;
}

.tabstyle-title {
   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 );
    bottom: 0;
    left: 0;
    min-height: 38px;
    padding: 11px 15px;
    position: absolute;
    width: 96%;
}

.tabstyle-title::before {
    border-bottom: 37px solid #616161;
    border-left: 27px solid transparent;
    content: " ";
    height: 0;
    left: -27px;
    position: absolute;
    top: 0;
    width: 0;
}
.tabstyle-title h2 {
    color: #fff;
    font-size: 22px; text-transform:uppercase;
    margin: 0;
}

.tab-new-style {
    bottom: 0;
    position: absolute;
    right: -14px;
    width: 55%;
}

.bank-info-col{ width:100%; float:left; color: #fff;  background-color: rgba(37, 125, 139, 0.6); padding:15px; margin-bottom:15px;}

.bank-info-display{ width:100%; float:left;}
.bank-info-display p{ color:#fff; margin-bottom:5px;}

.online-text{ color:#8CC63F; text-transform:uppercase;}
.bankrtl-info{ text-align:right;}
.bankrtl-info p{ color:#fff; margin-bottom:5px;}
.bankrtl-info > i {
    float: right;
    margin-bottom: 10px;
    width: 100%;
}

.bank-note {
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    padding: 15px;
    width: 100%; border:1px solid #0c707f;
}
.bank-note p{ color:#ED1D24;}
.rtl-bank-t .tabstyle-title {
    padding: 7px 15px;
    text-align: right;
}

.tabstyle-title span {
    color: #8cc63f;
}

.bank-table-info{ width:100%; float:left;}
.table-bg{background-color: rgba(37, 125, 139, 0.5); color:#fff;
}
.table-bg > tbody > tr:nth-of-type(2n+1) {
   background-color: rgba(37, 126, 140, 0.7);
}

.table-bg > tbody > tr > td, .table-bg > tbody > tr > th, .table-bg > tfoot > tr > td, .table-bg > tfoot > tr > th, .table-bg > thead > tr > td, .table-bg > thead > tr > th {
border:none;}
.text-green {
    color: #8cc63f;
}

/**********Egames page*********/
.back-bg{ width:100%; float:left; background-color:#000; padding:15px 0px;}
.e-side-bar{ width:100%; float:left;}
.eside-header{ width:100%; float:left;text-align:center; margin-bottom:10px;}
.eside-header img{ margin-bottom:15px;}
.eside-header h3{ font-size:16px; text-transform:uppercase; color:#fff;margin:0px;}

.egame-search {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.egame-search .input-group .form-control {
    background-color: #2e2e2e;
    border: medium none;
    border-radius: 100px;
    float: left;
    margin-bottom: 0; color:#fff;
    position: relative;
    width: 100%;
    z-index: 2;
}
.btn-egame-search {
    background-color: transparent;
    color: #fff;
    font-size: 21px;
    margin-top: -6px;
}
.egame-form{ width:100%; float:left;}
.egame-gallery{ width:100%; float:left;}
.game-galley-box{ width:100%; float:left; position:relative;}
.egame-g-pic {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.egame-overlay{ position:absolute; top:0; left:0; width:100%; height:100%;
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 80%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(41%, rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 80%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 80%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 80%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}
.egame-title {
    bottom: 0;
    color: #fff;
    font-size: 15px;
    left: 0;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.egame-g-pic > img {
    width: 100%;
}
.egame-hover {
    border-bottom: 2px solid #00aeed;
    float: left;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.egame-galley-box a:hover .egame-title { color:#00aeed;
}
.egame-galley-box {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

/************Card Games***********/
.card-games-col {
    float: left;
    padding: 30px 0;
    width: 100%;
}
.card-header {
    float: left;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.card-header i {
    float: left;
    margin-bottom: 13px;
    text-align: center;
    width: 100%;
}
.card-header h2{ text-transform:uppercase; color:#fff; font-size:20px; margin-top:0px; margin-bottom:15px;}
.card-game-box{ width:100%; float:left;}



.cardgame-box {
    margin: auto auto 25px;
    min-height: 180px;
    position: relative;
    width: 199px;
}
.cardgame-box .card-svr-img{ width:100%;}

.cardupper-des {
    left: 0;
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}
.cardupper-des .card-box-icon {
    background-image: url("../images/card_pocker_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 81px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .card-box-icon{height:81px; background-image:url(../images/card_pocker_icon.png); background-repeat:no-repeat; background-position:4px -91px;}

.cardupper-des .domino-icon {
    background-image: url("../images/card_domino_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 82px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .domino-icon{height:82px; background-image:url(../images/card_domino_icon.png); background-repeat:no-repeat; background-position:4px -91px;}

.cardupper-des .ceme-icon {
    background-image: url("../images/card_ceme_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 75px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .ceme-icon{height:75px; background-image:url(../images/card_ceme_icon.png); background-repeat:no-repeat; background-position:4px -87px;}

.cardupper-des .ceme-icon {
    background-image: url("../images/card_ceme_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 75px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .ceme-icon{height:75px; background-image:url(../images/card_ceme_icon.png); background-repeat:no-repeat; background-position:4px -87px;}

.cardupper-des .fighter-icon {
    background-image: url("../images/card_fighter_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 76px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .fighter-icon{height:76px; background-image:url(../images/card_fighter_icon.png); background-repeat:no-repeat; background-position:4px -90px;}
.cardupper-des .black-icon {
    background-image: url("../images/card_blackjack_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 79px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .black-icon{height:79px; background-image:url(../images/card_blackjack_icon.png); background-repeat:no-repeat; background-position:4px -91px;}

.cardupper-des .dealer-icon {
    background-image: url("../images/card_dealer_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 78px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .dealer-icon{height:78px; background-image:url(../images/card_dealer_icon.png); background-repeat:no-repeat; background-position:4px -91px;}

.cardupper-des .bola-icon {
    background-image: url("../images/card_bola_icon.png");
    background-position: 4px 0;
    background-repeat: no-repeat;
    height: 66px; margin-bottom:15px;
}
.cardgame-box a:hover .cardupper-des .bola-icon{height:66px; background-image:url(../images/card_bola_icon.png); background-repeat:no-repeat; background-position:4px -80px;}


.card-box-title {
    float: left;
    padding-right: 7px;
    text-align: right;
    width: 100%;
}
.card-box-title h1{ color:#fff; text-transform:uppercase; font-size:22px; margin:0px;}
.card-box-title h2{ font-family: "AvenirNextLTPro-Bold"; color:#fff; text-transform:uppercase; font-size:22px; margin:0px;}

.card-box-frame{ background-image:url(../images/card-game-frame.png); background-repeat:no-repeat; height:174px; background-position: center top;}

.cardgame-box a:hover .card-box-frame {
    background-image: url("../images/card-game-frame.png");
    background-position: -1px -182px;
    background-repeat: no-repeat;
    height: 177px;
}

.cardgame-box a:hover .card-box-title{ color:#00b0cc;}
.cardgame-box a:hover .card-play-btn{ visibility:visible;}

.cardgame-box .card-box-frame > img {
    height: 166px;
    margin-left: 9px;
    position: relative;
    width: 180px;
    z-index: -1;
}


.card-play-btn {
    position: absolute;
    right: 17px; visibility:hidden;
    top: 41px;
}
.card-play-btn {
    background-color: #00b0cc;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    padding: 4px 7px;
    text-transform: uppercase;
}
.card-play-btn:hover{ opacity:0.9; color:#fff;}

.card-play {
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.card-play a {
    background-color: #01b0cd;
    border-radius: 15px;
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 26px;
    padding: 17px 35px;
    text-transform: uppercase;
}
.card-play a:hover{ opacity:0.9; color:#fff;}

/*********lottery Page********/
.lotter-main-col{ width:100%; float:left; margin-bottom:15px;}
.lottery-signboard {
    background-color: rgba(37, 125, 139, 0.6);
    float: left;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.lottery-signboard .left-logo{ width:100%; float:left;}
.lottery-signboard .left-des{ width:100%; float:left;}
.num {
    float: left;
    margin-bottom: 6px;
    width: 100%;
}
.num ul{ list-style-type:none; margin:0px; padding:0px;}
.num ul li {
    background-color: #212121;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
}

.left-logo > img {
    width: 100%;
}
.lottery-title{ width:100%; float:left;}
.lottery-title h1{ font-size:18px; color:#fff; margin-top:0px; margin-bottom:5px; text-transform:uppercase; font-family: "AvenirNextLTPro-Bold";}
.lottery-title h2{ font-size:16px; text-transform:uppercase; margin-top:0px; margin-bottom:10px; color:#fff;}

.lottery-rtl-title{ width:100%; float:left;}
.lottery-rtl-title h3 {
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: right;
    text-transform: uppercase;
}



.lot-p-title{ bottom:0; left:0;
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 );
}
.lot-p-title::before {
    border-bottom: 39px solid #616163;
    border-left: 27px solid transparent;
    content: " ";
    height: 0;
    left: -27px;
    position: absolute;
    top: 0;
    width: 0;
}
.lot-p-title h1 {
    color: #fff;
    font-size: 16px; text-transform:uppercase;
    margin: 0;
}
.lot-p-title h1 a {
    color: #fff;
    display: block;
    padding: 11px 15px;
}
.lot-p-title h1 a:hover{ color:#00ffe9;}
.lot-banner-title {
    bottom: 0;
    position: absolute;
    right: 0;
}

.lottery-table{ width:100%; float:left;}
.bordernone{ border:none !important;}
.lottery-table table {
    background-color: rgba(78, 78, 78, 0.4); color:#fff;
}
.lottery-table .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, 0.5);
}
.lottery-table .table > tbody > tr > td, .lottery-table .table > tbody > tr > th, .lottery-table .table > tfoot > tr > td, .lottery-table .table > tfoot > tr > th, .lottery-table .table > thead > tr > td, .lottery-table .table > thead > tr > th {
    border-top: medium none;
}

.lotry{ width:100%; float:left;}
.lottery-table thead {
    background: #2c2c2c none repeat scroll 0 0;
}


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

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

#accordion .panel-title a.acc2-m {
 display: block;
 padding: 15px;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
 transition: all 0.5s ease 0s;
}

#accordion .panel-title a:hover{
 /*background: rgba(12, 1, 25, 0.8);*/
}

#accordion .panel-body{
 font-size: 14px;
 color: #fff;
 background: #0a3551;
 padding: 15px 20px;
 line-height: 25px;
 border: 1px solid #084cc9;
 position: relative;
}

.promtion_links .info {
    background-image: -moz-linear-gradient( 90deg, rgb(43,45,47) 0%, rgb(111,111,111) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(43,45,47) 0%, rgb(111,111,111) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(43,45,47) 0%, rgb(111,111,111) 100%);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 17px;
    padding: 8px 6px;
    font-size: 10px;
}

.promtion_links .btn-input-regist {
    font-size: 12px;
}

.promtion_links .btn-updatesaldo {
    font-size: 12px;
}

.promtion_links .btn-updatesaldo span{
    padding: 0px 10px;
}
.mobilepokr h4.title {
    color: #fff;
    margin-top: 0;
}

/**********Mobile Screen********/

.mobile-term{ display:none;}
.good-luck {
    float: left;
    text-align: center;
    width: 100%; position:relative;
}
.good-luck h3{ text-transform:uppercase; font-size:16px; color:#00acdf; position:relative;}
.good-luck h3::before {
    background-color: #00acdf;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 180px;
}
.good-luck h3::after {
    background-color: #00acdf;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 8px;
    width: 180px;
}

.message-modal-content{ width:100%; float:left; text-align:center;}
.message-modal-content p{ color:#fff; font-size:14px;}

/***********Lupa Password********/
.mob-password{ width:100%; float:left;}
.mob-title{ text-align:center; text-transform:uppercase; font-size:22px; font-family: "AvenirNextLTPro-Bold"; margin-top:0px; margin-bottom:15px; color:#fff;}

.mob-pwd-form{ width:100%; float:left;padding-bottom: 80px;}
.mob-submit{ text-align:center;}
.pwdcaptcha .form-control {
    background-color: #000 !important;
    border: medium none;
    color: #fff !important;
    float: right;
    width: 75%;
}
.pwdcaptcha .fa {
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}
.pwdcaptcha a{ color:#fff;}
.red-text{ color:#FF0000;}
.pwd-check{ color:#fff;}
.note-text{ color:#00acdf; display:block;}

/***********mobile transfer********/
.mob-transfer-col{ width:100%; float:left;}
.mob-transfer-col h1{ color:#fff; text-transform:uppercase; margin-top:0px; margin-bottom:15px; font-size:18px; font-family: "AvenirNextLTPro-Bold";}

.mob-transfer-col p{ color:#fff; /*margin-bottom:15px;*/}
.mob-td-info{ width:100%; float:left; background-color:#3c3c3c; padding:15px; text-align:center; color:#fff; margin-bottom:15px;}
.mob-td-info p{ margin-bottom:0px; font-size: 13px;}
.mob-td-info span{ color:#fff;}
.mob-td-info p .fa{ margin:0px 5px;}

.game-diamond{ width:100%; float:left; margin-bottom:15px;}
.game-diamond h2{ color:#00ADEE; text-transform:uppercase;margin-top:0px; margin-bottom:10px; font-family: "AvenirNextLTPro-Bold"; font-size:16px;}
.game-diamond a{ display:block; color:#929497;}
.game-diamond a:hover{ color:#fff;}
.game-diamond a.active{ color:#fff;}

.game-section{ width:100%; float:left; padding-top:10px; padding-bottom:10px;}
.game-section .nice-select {
    background: #d5d5d5 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #000;
}
.game-section .nice-select .option:hover, .game-section .nice-select .option.focus, .game-section .nice-select .option.selected.focus {
    background-color: #01383f;
    color: #fff;
}
.game-section p{ color:#ebe1b1; font-family: "AvenirNextLTPro-Bold";}

.table-transfer{ width:100%; float:left; margin-bottom:15px; color:#fff;}
.table-transfer .table > thead > tr > th {
    border-bottom: medium none;
    vertical-align: bottom;
}
.table-transfer .table-responsive {
    border: medium none;
}
.table-transfer .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-transfer .table > tbody > tr > td, .table-transfer .table > tbody > tr > th, .table-transfer .table > tfoot > tr > td, .table-transfer .table > tfoot > tr > th, .table-transfer .table > thead > tr > td, .table-transfer .table > thead > tr > th {
    border-top: medium none;
}
.table-transfer .table > tbody {
    background-color: transparent;
}
.t-turnover tbody > tr > td{
    border: 1px solid #3c3c3c;
}
.table-trans tbody > tr > td{
    border: 1px solid #3c3c3c;
}
.table-trans thead{
    color: #fff;
}


.th-bg{
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
}

.approve{ color:#009345;}
.disapprove{ color:#ec1c24;}

/*********mobile Sport book********/
.mob-sport-banner {
    float: left;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}
.mob-sport-uper{ position:absolute; top:0; left:0; width:100%;}
.mob-sport-banner > img {

    width: 100%;
}
.sport-play-now { width:100%; float:left; text-align:center;

}

.sport-play-now button {
    background-color: #00b0cc;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.sport-play-now button:hover{ opacity:0.9; color:#fff;}

.sportgame-box {
    margin: auto auto 25px;
    min-height: 130px;
    position: relative;
    width: 305px;
}
.sportgame-box .sportcard-svr-img{ width:100%;}

.sportcardupper-des {
    left: 0;
    padding: 8px 15px 15px 30px;
    position: absolute;
    top: 0;
    width: 100%;
}

.sportcard-box-title {
    float: left;
    margin-bottom: 5px;
    padding-right: 7px;
    text-align: left;
    width: 100%;
}
.sportcard-box-title h1 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase; font-family: "AvenirNextLTPro-Bold";
}
.sportcard-box-title h2 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
}
.sportcard-box-frame{ background-image:url(../images/sportbook/sport-book-frame.png); background-repeat:no-repeat; height:125px; background-position: center top;}

.sportgame-box a:hover .sportcard-box-frame {
    background-image: url("../images//sportbook/sport-book-frame.png");
    background-position: 0px -145px;
    background-repeat: no-repeat;
    height: 133px;
}
.sportcardupper-des > i {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.sportdiscount{ font-size:18px; color:#fff;}

.pockercard-title {
    margin-top: 80px;
    text-align: center;
    width: 100%;
}
.pockercard-title h4{ margin-top:0px; margin-bottom:5px; color:#fff; text-transform:uppercase; font-family: "AvenirNextLTPro-Bold"; }
.pockercard-title h4 span{font-family: 'AvenirNextLTPro-Regular'; color:#fff;}

.pocker-play-col{ width:100%; float:left; text-align:center;}
.pocker-play-col h1 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}
.pocker-play-col p{ color:#fff;}
.poweredby{ margin-top:15px; margin-bottom:5px;}

/****Mobile Card Game********/
.mob-card-game .cardgame-box {
    width: 128px;  min-height: 113px;
}
.mob-card-game .cardgame-box .card-box-frame > img {
    height: 108px;
    margin-left: 9px;
    position: relative;
    width: 111px;
    z-index: -1;
}
.mob-card-game .card-box-frame {
    background-size: cover;
    height: 116px;
}
.mob-card-game .cardupper-des .card-box-icon {
    background-position: 0 0;
    background-size: cover;
    height: 38px;
    width: 38px;
}
.mob-card-game .card-box-title h2 {
    font-size: 12px;
}

.mob-card-game .card-box-title h1 {
    font-size: 12px;
}
.mob-card-game .cardgame-box a:hover .card-box-frame {
    background-position: 0px -119px;
    background-size: cover;
    height: 116px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .card-box-icon {
    background-position: 0px -43px;
    background-size: cover;
    height: 38px;
    width: 38px;
}
.mob-card-game .card-play-btn {
    font-size: 9px;
    padding: 2px 5px;
}

.mob-card-game .cardupper-des .domino-icon {
    background-position: 0 0;
    background-size: cover;
    height: 45px;
    width: 38px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .domino-icon {
    background-position: 0 -49px;
    background-size: cover;
    height: 46px;
    width: 38px;
}
.mob-card-game .cardupper-des .ceme-icon {
    background-position: 4px 0;
    background-size: cover;
    height: 48px;
    width: 38px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .ceme-icon {
    background-position: 4px -56px;
    background-size: cover;
    height: 48px;
    width: 38px;
}
.mob-card-game .cardupper-des .fighter-icon {
    background-position: 0 0;
    background-size: cover;
    height: 36px;
    width: 38px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .fighter-icon {
    background-position: 0 -37px;
    background-size: cover;
    height: 38px;
    width: 38px;
}
.mob-card-game .cardupper-des .black-icon {
    background-position: 0 0;
    background-size: cover;
    height: 47px;
    width: 38px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .black-icon {
    background-position: 0 -55px;
    background-size: cover;
    height: 47px;
    width: 38px;
}
.mob-card-game .cardupper-des .dealer-icon {
    background-position: 4px 9px;
    background-size: cover;
    height: 47px;
    width: 52px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .dealer-icon {
    background-position: 4px -35px;
    background-size: cover;
    height: 47px;
    width: 52px;
}
.mob-card-game .cardupper-des .bola-icon {
    background-position: 0 0;
    background-size: cover;
    height: 34px;
    width: 38px;
}
.mob-card-game .cardgame-box a:hover .cardupper-des .bola-icon {
    background-position: 0 -34px;
    background-size: cover;
    height: 34px;
    width: 38px;
}

/**************Live Cacino page************/
.livecardgame-box {
    margin: auto auto 5px;
    /*min-height: 130px;*/
    position: relative;
    width: 100%;
    z-index: 0;
}
.livecardgame-box1 {
    margin: auto auto 5px;
    /*min-height: 130px;*/
    position: relative;
    width: 100%;
    z-index: 0;
    height:100%;
}
.livecardgame-box .livecard-svr-img{
    width: 100%;
    height: calc(100% - 5px);
    border-radius: 5px;
    background-color: #0f100f;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255,255,255,.05) 6px, rgba(255,255,255,.05) 7px);
    border: 2px solid #0b65d1;
}
.livecardgame-box1 .livecard-svr-img{
    width: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(208,5,5) 0%, #0b0b0b 55%);
}


.livecardupper-des {
    padding: 3px;
    border-radius: 5px;
    margin: 0;
}

.livecard-box-title {
    float: left;
    padding-right: 7px;
    text-align: right;
    width: 100%;
}
.livecard-box-title h1{ color:#fff; text-transform:uppercase; font-size:22px; margin:0px;}
.livecard-box-title h2{ font-family: "AvenirNextLTPro-Bold"; color:#fff; text-transform:uppercase; font-size:22px; margin:0px;}

.livecard-box-frame{ background-image:url(../images/live-casino/cacino-frame.png); background-repeat:no-repeat; height:119px; background-position: center top;}

.livecardgame-box a:hover .livecard-box-frame {
    background-image: url("../images/live-casino/cacino-frame.png");
    background-position: 0px -131px;
    background-repeat: no-repeat;
    height: 122px;
}
.livecardgame-box a:hover{ background-color: transparent; width: 100%; height: 100%; color: transparent;}

.livecardgame-box a:hover .livecard-box-title{ color:#00b0cc;}
/*.livecardgame-box a:hover .livecard-play-btn{ visibility:visible;}*/
.livecardgame-box:hover .livecard-play-btn{ visibility:visible;}

.livecardgame-box .livecard-box-frame > img {
    /*height: 115px;
    margin-left: 9px;*/
    position: relative;
    /*width: 116px;*/
    z-index: -1;
}
.livecardgame-box1 .livecard-box-frame > img {
    /*height: 115px;
    margin-left: 9px;*/
    position: relative;
    /*width: 116px;*/
    z-index: -1;
}

.livecard-play-btn {
    bottom: 23px;
    position: absolute;
    right: 27px;
    visibility: hidden;
}
.livecard-play-btn a {
    background-color: #00b0cc;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    /*padding: 4px 7px;*/
    text-transform: uppercase;
}
.livecard-play-btn:hover{ opacity:0.9; color:#fff;}

.livecard-box-icon > img {
    width: 50%;
}

/********Mobile Egame************/
.mobile-egame{ width:100%; float:left;}
.egamecard-play-btn {
    position: absolute;
    right: 6px;
    top: 52px;
    visibility: hidden;
}
.egamecard-play-btn {
    background-color: #00b0cc;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    padding: 1px 4px;
    text-transform: uppercase;
}
.egame-box-logo{ width:100%; float:left;}
.mobile-egame .upper-des {
    left: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.mobile-egame .mob-svr-img.mob-box-frame > img {
    height: 77px;
    margin-left: 4px;
    margin-top: 2px;
    width: 92%;
}

.mob-box a:hover .egamecard-play-btn{ visibility:visible;}

/***********Mobile Dinggong*********/
.mob-dingbox-title {
    color: #fff;
    display: block;
    margin-top: 56px;
    text-align: center; font-family: "AvenirNextLTPro-Bold";
}

.mob-dingdong .livecardgame-box a:hover .mob-dingbox-title{ color:#00B0CC;}
.comming {
    left: 31%;
    position: absolute;
    top: 18%;
}

/**************Mobile Lottery***********/
.lottery .livecard-box-icon > img {
    width: auto; float:right;
}
.lottery .livecardgame-box .livecard-box-frame > img {
    width: 87%;
}
.left-lottery-info {
    float: left;
    width: 100%;
}
.left-lottery-info .togel-head{
    justify-content: center;
    display: flex;
}
.togel-head img{
    float: left;
    margin-right: 5px;
    width: 5vw;
    height: 5vw;
}

.togel-head h3{
    font-size: 4vw;
    float: left;
}
.togel-readmore{
    font-size: 3vw;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}
.l40 {
    width: 5vw;
}

.lot-day {
    font-size: 7px;
    color: #fff;
    font-family: "OpenSans-Regular";
    line-height: 13px;
    margin-bottom: 0.5em;
}
.lot-date {
    font-size: 6px;
    color: #fff;
    font-family: "OpenSans-Regular";
    line-height: 10px;
}
.lot-code{ font-size:7px; color:#fff; line-height: 10px; text-align: center;}

.mob-lot-bottom-info h5 {
    font-size: 8px;
    color: #fff;
    line-height: 10px;
    text-align: center;
    margin: 0;
    width: 50%;
    float: left;
}
.img-lott {
    width: 10%;
    float: left;
}

.mob-lot-bottom-info {
    color: #ffffff;
    float: left;
    width: 100%;
    margin-top: 5px;
    font-size: 0.6rem
}
@media only screen and (max-width: 300px) {
    .mob-lot-bottom-info {
        font-size: 5px !important;
    }
}
.mob-lot-bottom-info i{
   margin: 0 2px !important;
}
.left-lottery-info h3 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: left;
    font-family: "OpenSans-Regular";
}
.mob-lot-bottom-info ul{ list-style-type:none; margin:0px; padding:0px; text-align:center;}
.mob-lot-bottom-info ul li {
    background-color: #393939;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    border: 1px solid #f0e6b7;
    border-radius:10px;
}


.lottery .livecard-play-btn {
    background-color: #00b0cc;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.lottery .livecard-play-btn {
    bottom: 36%;
    position: absolute;
    right: 18%;
    left: 18%;
    visibility: hidden;
    text-align: center;
}
.livecard-svr-img a:hover .livecard-play-btn {
    visibility: visible;
}


/*.lottery .livecardgame-box a:hover { color:#00B0CC;}
.lottery .livecardgame-box a:hover {color:#00B0CC;}*/

.sport-b-list{ width:100%;}
.mob-small-banner img {
    width: 100%;
}

.live-banner-list {
    float: right;
}
.live-banner-list ul{ list-style-type:none; margin:0px; padding:0px;}
.live-banner-list ul li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 5px;
    width: 25%;
    text-align: center;
}
.live-banner-list ul li a .live-banner-icon {
    text-align: center;
}

.live-banner-list ul li a .live-banner-icon:hover {
    text-align: center;
    opacity: 0.8;
}

.live-banner-list ul li a .live-banner-icon i{ margin-bottom:5px;}
.live-banner-list ul li a .live-banner-icon p{ color:#fff; text-transform:uppercase; font-family: "AvenirNextLTPro-Bold"; padding-left:0px;}

.switch-right{ float:right; margin-top: 5px;}
.c-button{ float:left; position:relative;}
.all-button{ float:right; position:relative;}

.sign_row .inp-captcha {
    float: left;
    padding: 0 1%;
    width: 13%;
}
.btn-select .btn-select-menu {
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    display: block;
    left: 0;
    overflow: hidden;
    padding: 6px 12px 6px 54px;
    position: absolute;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.nav_menu li a.a-menu {
    padding: 10px 13px;
}
.banner-list-icon a:hover img {
    transform: rotate(-360deg);
}
.banner-list-icon img {
    opacity: 1;
    transition: all 0.35s ease-in-out 0s;
}
.banner-list-icon .info {
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 0;
    height: 85px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -19px;
    width: 85px;
}
.banner-list-icon .info {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease-in-out 0s;
}
.banner-list-icon a:hover .info {
    opacity: 1;
    transform: translateY(0px);
}
.banner-list-icon {
    position: relative;
}
.banner-list-icon .info {
    transform: translateY(-100%);
}
.banner-list-icon .info h5 {
    color: #fff;
    font-size: 18px;
    height: 110px;
    letter-spacing: 2px;
    margin: 0 10px;
    padding: 35px 0 0;
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.login-user a.usr_btn {
    background: #0b414b none repeat scroll 0 0;
    border-color: #0b414b;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 236px;
    padding: 0;
    position: relative;
    width: 100%;
}
.usr_btn .text {
    border-bottom: medium none;
    border-left: medium none;
    border-top: medium none;
    display: block;
    left: 0;
    overflow: hidden;
    padding: 6px 12px 6px 54px;
    position: absolute;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.blue_box li a {
    color: #fff;
}
.mleft10 {
    margin-left: 10px;
}
.bank-info-col p {
    line-height: 30px;
}
.itemName {
    color: #ccc;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.transfer-play a {
    background: linear-gradient(to right, #b99646 0%,#ede3b3 50%,#b99646 100%);
    border-radius: 15px;
    color: #000;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 14px;
    padding: 8px 23px;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin-left: 5%;
}
.transfer-play {
    margin-top: 6px;
}
.f16 {
    font-size: 16px;
}
.dp {
    margin-top: 15px;
    margin-bottom: 15px;
}
.new-modal-content .control-label {
    color: #fff;
}

/*Style Memo*/
.mail-box .sm-side {
    background-color: rgba(37, 125, 139, 0.6);
    border-radius: 4px 0 0 4px;
    width: 25%;
}
.mail-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}
.inbox-head {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(97, 97, 97) 0%, rgb(48, 48, 48) 100%) repeat scroll 0 0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 7px 20px;
}
.mail-box .sm-side .user-head {
    background-color: rgba(37, 125, 139, 0.7);
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
.inbox-body {
    padding: 20px;
}
.table-inbox tr.unread td {
    background-color: rgba(37, 125, 139, 0.6);
    color: #ddd;
    font-weight: 600;
}
/*.user-head .inbox-avatar {
    float: left;
    width: 65px;
}*/
.user-head .user-name {
    display: inline-block;
    margin: 15px 0 0 0;
}
.mail-box .lg-side {
    background: #1a1a1a none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    width: 75%;
}
.tab-new-style-memo {
    bottom: 0;
    position: absolute;
    right: -15px;
    width: 91.6%;
}
.tabstyle-title-memo::before {
    border-bottom: 80px solid #616161;
    border-left: 80px solid transparent;
    content: " ";
    height: 0;
    left: -80px;
    position: absolute;
    top: 0;
    width: 0;
}
.tabstyle-title-memo {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(97, 97, 97) 0%, rgb(48, 48, 48) 100%) repeat scroll 0 0;
    bottom: 0;
    left: 0;
    min-height: 80px;
    padding: 11px 15px;
    position: absolute;
    width: 98%;
}
.mail-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
ul.inbox-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.inbox-nav li {
    display: inline-block;
    line-height: 45px;
    margin-top: 3px;
    width: 100%;
}
ul.inbox-nav li a:hover, ul.inbox-nav li.active a, ul.inbox-nav li a:focus {
    background: #1a1a1a 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%;
}
ul.inbox-nav li a span.label {
    margin-top: 13px;
}
.table-inbox tr.read td {
    background-color: rgba(37, 125, 139, 0.3);
    color: #ddd;
    font-weight: 600;
}
.table-hover > tbody > tr:hover {
    background-color: rgba(37, 125, 139, 0.8);
}
.form-horizontal .control-label {
    color: #fff;
}
.fileinput-button {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
}
.green {
    color: #4fa053;
}
.fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
}
.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);
}
.note-editor.note-frame .note-editing-area .note-editable {
    background-color: #fff;
    color: #000;
    height: 160px;
    overflow: auto;
    padding: 10px;
}
.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 15px;
}
.avatar {
    border-radius: 2px;
    float: left;
    height: 34px;
    margin-right: 10px;
    width: 34px;
}

/*Style Referral*/
.mail-box .sm-side .user-head1 {
    background-color: rgba(37, 125, 139, 0.7);
    border-radius: 4px 0 0;
    color: #fff;
    min-height: 80px;
    padding: 10px;
}
h5.abu {
    background-color: rgba(37, 125, 139, 0.7);
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: center;
    color: #fff;
}
.inbox-head1 {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(97, 97, 97) 0%, rgb(48, 48, 48) 100%) repeat scroll 0 0;
    border-radius: 0 4px 0 0;
    color: #fff;
    min-height: 110px;
    padding: 7px 20px;
}
.inbox-head1 h3 {
    display: inline-block;
    font-weight: 300;
    padding-top: 6px;
}
ul {
    list-style-type: none;
}
.copy-button {
    background-color: #01b0cd;
    border-radius: 15px;
    color: #fff;
    font-family: "AvenirNextLTPro-Bold";
    font-size: 14px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.select-ref {
    -moz-user-select: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #575757;
    border-radius: 0;
    box-sizing: border-box;
    clear: both;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    margin-bottom: 0px;
    outline: medium none;
    padding-left: 12px;
    padding-right: 30px;
    position: relative;
    text-align: left;
    text-transform: none;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: 100%;
}
.select-ref::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    display: block;
    height: 14px;
    margin-top: -10px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: rotate(45deg);
    transform-origin: 66% 66% 0;
    transition: all 0.15s ease-in-out 0s;
    width: 14px;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #ddd;
    cursor: default;
}

.btn-subprofil {
    background: transparent none repeat scroll 0 0;
    border-color: #ebe1b1;
    color: #fff;
    font-weight: bold;
}
.alert-box {
    color: #00ADEE;
    background-color: transparent;
    border-color: #00ADEE;
}
.legend-style {
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.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;
}
.model-closem {
    color: #000;
    float: right;
    font-size: 50px;
    font-weight: 700;
    /*line-height: 0;*/
    opacity: 0.57;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 2px;
}
.model-closedrop {
    color: #000;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 0;
    opacity: 0.57;
    position: absolute;
    right: 5px;
    text-shadow: none;
    top: 18px;
    cursor: pointer;
}
.btn-forgot:hover {
    text-decoration: underline;
}
.copy_ryt {
    font-size: 15px;
    text-align: right;
    width: auto;
}
.copy_ryt span {
    border: 3px solid #0d707f;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    width: 35px;
}
.modal-top-transfer {
    margin-top: 200px;
    width: 450px;
}
.signup_main a:hover {
    text-decoration: underline;
}
.memo_banner a:hover {

}

/* language */

.lang {
    text-align: center;
    position: relative;
}

.btn-lang {
    background: transparent;
    border: 1px solid transparent;
}

.menu-lang {
    background: black;
    padding: 1rem;
    font-weight: 600;
    right: 0;
    text-align: center;
}
.menu-lang.dropdown-menu{
    width: fit-content;
    padding:1rem 4rem;
    text-align: left;
    margin: 0 auto;
}
.menu-lang>li {
    padding: 1rem;
}

.menu-lang>img {
    margin-right: 0.5rem;
}

.lang-caret{
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px dashed #fff;
    margin-left: 2px;
}
.imgavatar-main {
    border: 1px solid #000;
    float: right;
    height: 130px;
    margin-right: 70px;
    margin-top: 30px;
    width: 130px;
}
.imgavatar {
    border: 1px solid #000;
    height: 60px;
    margin-top: 0px;
    width: 60px;
}
h5.tosca {
    font-weight: bold;
    font-size: 17px;
    color: rgb(0,162,255);
}
.foot1 {
    text-align: center;
    font-size: 17px;
    color: #fff;
}
.foot1 .foot-lupa {
    color: #fff;
}
.foot1 .foot-reg {
    font-size: 25px;
    color: #ebe1b1;
}
label.pleft0 {
    padding-left: 0;
}
/*.transfer-play a:hover {
    background-color: rgba(0, 0, 0, 0.35);
    border: 2px solid #01b0cd;
}*/
.game-diamond .input-group {
    width: 100%;
}
.game-diamond input {
    background: transparent;
    border-width: 0 0 2px 0;
}
.game-diamond.form-control[disabled], .game-diamond.form-control[readonly], fieldset[disabled] .game-diamond.form-control {
    background-color: transparent;
}
.capt .form-control {
    background-color: #000 !important;
    border: medium none;
    color: #fff !important;
    float: right;
    width: 100%;
}

/* 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: #000;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 0;
  padding: 6px 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 #fff !important;
    color: #fff !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-bottom: 50px;
    height: auto;
    overflow: scroll;
    padding: 0 15px;
    animation: fade 0.444s 1 ease-out;
    padding: 0;
    width: 100%;
}
.bg-nav-memo {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    color: #000;
}
.header-message {
    margin-top: 50px;
}
.form-group {
    margin-bottom: 5px;
}
.fc {
    margin-bottom: 0;
    line-height: 28px;
    height: 38px;
    text-transform: capitalize;
}
.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: #000;

    padding:6px 12px;
}
.upload {
    color: #000;
    background: #aaa;
    border-radius: 15px;
    padding: 6px 12px;
    float: left;
}
.btn-send {
    padding: 6px 14px;
    border-radius: 5px;
    margin-left: 20px;
    color:#fff;
    border: none;
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
}
.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;
}
.memo_banner .navbar-fixed-top {
    position: absolute;
}
.scrollable {
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
ul.mat-ripple {
    padding-left: 0;
}
/*.bg-help {
    background-image: url("../images/body-bg.jpg");
}*/
.bg-blue {
    background: #000;
}

.reg-pad {
    padding: 15px;

}
.white {
    color: #fff;
}
.breadcrumb {
    background-color: transparent;
}
.panel-default>.dark-blue {
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    border-color: transparent;
}
.bg-blue {
    border: none;
}
.sport-play-now a {
    background-color: #00b0cc;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 6px 12px;
    text-transform: uppercase;
}
.side-menu > li {
    margin-bottom: 0px;
}
.side-menu {
    border-bottom:none;
}
#accordion .panel-title a.acc2 {
    background: #01383f none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 2px;
    transition: all 0.5s ease 0s;
}
ul.side-menu li.bluedark.active {
    color: #01e9ff;
}
.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;
    color: #01e9ff;
    cursor: default;
    border:1px solid transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    border-color: transparent;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
    color: #fff;
}
.bd:hover {
    color: #01e9ff;
}

ul.side-menu li {
    display: block;
    float: left;
    width: 100%;
}
#jp {
    position: absolute;
    right: 93px;
    top: 19px;
}
.nopadd {
    padding: 0;
}
.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(0deg);
    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;
    transform: rotate(180deg);
    transition: all 0.5s ease 0s;
    width: 18px;
}
.main-box {
    height: 965px;
    overflow: scroll;
}
.catalog-box {
    margin-bottom: 15px;
    background: #031D2E;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    padding-bottom: 5px;
    color: #eaa941;
}
.catalog-box .catalog-image {
    height: 100%;
    padding: 10px 0;
    display: block;
}
.catalog-box .catalog-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.contact_option {
    display: block;
    height: 42px;
    list-style: outside none none;
    margin-left: 0;
    padding: 8px 0;
}
.contact_option::after {
    clear: both;
}
.contact_option li.lchat.active {
    background: rgba(0, 0, 0, 0) url("../images/help/aha_livechat.jpg") repeat scroll 0 0;
}
.contact_option li {
    display: block;
    float: left;
    position: relative;
}
.lchat {
    background: rgba(0, 0, 0, 0) url("../images/help/aha_livechat2.jpg") repeat scroll 0 0;
    height: 42px;
    width: 142px;
}
.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.active::before, .contact_option li.active .before {
    border-color: #ff645b 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 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;
}
.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/aha_socmed2.jpg") repeat scroll 0 0;
    height: 42px;
    width: 142px;
}
.tab-content-wrap {
    border: 1px solid #ff645b;
    margin-top: 15px;
    overflow: visible;
    padding: 10px;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.contact_option li.lchat.active {
    background: rgba(0, 0, 0, 0) url("../images/help/aha_livechat.jpg") repeat scroll 0 0;
}
.contact_option li.somed.active {
    background: rgba(0, 0, 0, 0) url("../images/help/aha_socmed.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;
}
.bgpr-mob {
    background: inherit;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    /* white-space: nowrap; */
}
.lottery-table table tr th, .lottery-table table tr td {
    text-align: center;
}
.table-memo tr {
    cursor: pointer;
}
.transfer-tab > li.active > a, .transfer-tab > li.active > a:focus, .transfer-tab > li.active > a:hover {
    background-color: #257d8b !important;
    border: medium none;
    color: #fff;
    cursor: default;
}
.transfer-tab > li > a:focus, .transfer-tab > li > a:hover {
    background-color: #257d8b;
    text-decoration: none; color:#fff;
}
button.closem {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 20px;
    right: 15px;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 20px;
    opacity: 1;
}
button.closemm {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    left: 409px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 26px;
    opacity: 1;
}
.memo_banner {
    padding:0px 0 10px;
}
.selectgames.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.006) translateY(0px);
}
.live-banner-icon p {
    padding-left: 0px;
}
.t-historidepo tbody>tr>td {
    text-align: center;
}
.t-pendingchip thead>tr>th, .t-pendingchip tbody>tr>td {
    text-align: center;
}
.t-historitransfer thead>tr>th, .t-historitransfer tbody>tr>td {
    text-align: center;
}
.t-turnover thead>tr>th, .t-turnover tbody>tr>td {
    text-align: center;
}
.t-referral thead>tr>th, .t-referral tbody>tr>td {
    text-align: center;
}
.top-menu {
    width: 120%;
}
.h-mobo-term {
    height: 320px;
    overflow:scroll;
}
.kol-xs-6 {
    width: 50%;
}
.bg-infopromo {
    padding: 0px 0 84%;
}
.save-button {
    background-image: url(../images/profile/submit.png);
    height: 32px;
    width: 112px;
}
#jp {
width: 87%;
text-align: center;
height: 36px;
/* border: 3px dotted #Fff; */
margin: 0 auto;
}
p.under-dottedtext {
  font-size: 16px;
}
p.under-dottedtext {
    color: #fff;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.under-dottedtext {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #d89544;
    position: relative;
    margin-top: -52px;
    position: relative;
    left: 111px;
}
.counter-analog3 span.part span.digit {
    color: #fff;
    display: inline-block;
    height: 20px;
    margin: 0;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 13px;
    position: relative;
    left: 0px;
    top: 0px;
}
.modal-open { position: fixed; } /* fixed cursor Input modal for IOS versi 11.0.1 */

/* start for layout.blade */
.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000; /*color for arrow*/
    right: 24px;
    top: 5px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.table-trans>th{
    border: 1px solid #3c3c3c;
}
.table-trans>thead{
    background: #3c3c3c;
    color: #fff;
}

select::-ms-expand {
display: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* end for layout.blade */

/* start for index.blade */
.selectdivreg:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #000; /*color for arrow*/
    right: 24px;
    top: 0px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.selectdivreg select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* end for index.blade */

.footer {
    overflow-x: hidden;
    left: 0;
    bottom: -2px;
    width: 100%;
    position: fixed !important;
    z-index: 9999;
    padding-bottom: 1px;
    background: #001322;
    border-top: 2px solid #0c67d2;
}
.ui-navbar, .ui-navbar ul {
    max-width: 100%;
}
.ui-navbar ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    border: 0;
    overflow: visible;
}
.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;
}
li.ui-block-a, li.ui-block-b, li.ui-block-c, li.ui-block-d, li.ui-block-e, ul.ui-grid-a, ul.ui-grid-b, ul.ui-grid-c, ul.ui-grid-d, ul.ui-grid-solo {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}
.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: 20%;
}
li.ui-block-a, li.ui-block-b, li.ui-block-c, li.ui-block-d, li.ui-block-e, ul.ui-grid-a, ul.ui-grid-b, ul.ui-grid-c, ul.ui-grid-d, ul.ui-grid-solo {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

.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-btn {
    text-overflow: initial;
    font-family: 'Aller Regular', Arial, sans-serif;
    text-shadow: none!important;
    box-shadow: none!important;
    position: relative;
    text-align: center;
    text-decoration: none!important;
    font-weight: lighter;
}
.ui-navbar a {
    color: #fff;
    border-color: #191527;
    border-top: none;
    font-family: 'OpenSans-Regular';
}
.ui-navbar li .ui-btn {
    font-size: 9px;
    display: block;
    margin: 0;
    border-right-width: 0;
    font-weight: bold;
    padding: 9px;
}
.w-footer-img {
    width: 35%;
}
.ui-navbar a:hover {
    background: #0c67d2;
}
#wowslider-container1 .ws_playpause {
    visibility: hidden;
}

.acc-menu {
    display: block;
    }

.alert-danger{
    color: #ff0000;
    background-color: transparent;
    border-color: #ff0000;
}
.copy-r-m {
    text-align: center;
    margin-top: 2%;
    font-size: 10px;
}
.no-padding {
    padding: 0;
}
.jp-style {
    margin-top: -9%;
    text-align: center;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: bold;
}
.nice-select.open .list {
    color: #fff;
}
.bord-regis {
    border:1px solid #fff;
}
.bal-provider {
    display: none;
}
.memohead-style{
    text-align: center;
    padding-bottom: 10px;
    color:#000;
    padding-top: 10px;
}
.font12 {
    font-size: 11px;
}
.uppercase {
    text-transform: uppercase;
}
.mkol-xs-2 {
    width: 20%;
}
.status-bank1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 9px 9px 0 0;
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
}
.title-game {
    color: #000;
    font-size: 14px;
    font-family: 'OpenSans-SemiboldItalic';
    font-style: italic;
    font-weight: bold;
}
.title-bank {
    /*background: linear-gradient(to top, #8EFF8C 0%, #CCFFCB 100%);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    font-weight: bold;
}
.user_rwo .icon2 {
    float: left;
    width: 25px;
    cursor: pointer;
    margin-top: 5px;
}
.capt-m {
    width: 100%;
}
.frm_regist label span {
    color: #ee0002;
    font-size: 18px;
    font-weight: bold;
}

.referral_mob h1 {
    font-size: 28px; font-weight: bold;
    color:#fff;
    margin-top: 0;
}
.btn-green-regis {
    background: url(../images/btn/btn-proses.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 38px;
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    right: 20%;
}

.btn-green-daftar {
    background: url(../images/btn/btn-daftar.png)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 38px;
    width: 120px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
}

.btn-green-masuk {
    background-image: -moz-linear-gradient( 90deg, rgb(167,104,33) 0%, rgb(252,241,170) 50%, rgb(167,104,33) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(167,104,33) 0%, rgb(252,241,170) 50%, rgb(167,104,33) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(167,104,33) 0%, rgb(252,241,170) 50%, rgb(167,104,33) 100%);
    color: #000;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 18px;
    font-family: 'OpenSans-Bold';
}
.btn-green-agree {
    background: url(../images/btn/btn-agree.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 30px;
    width: 120px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
}
.btn-green-cancel {
    background: url(../images/btn/btn-cancel.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 30px;
    width: 120px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
}
.btn-green-small {
    background: url(../images/btn/btn-small.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 23px;
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
}
.btn-green-copy {
    background: url(../images/btn/btn-copy.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 28px;
    width: 65px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    right: 0%;
}
.btn-updatesaldo {
    background: #438fcc;
    border:none;
    padding:2px;
    font-size: 18px;
    display: inline-block;
    font-family: 'OpenSans-Bold';
    border-radius: 17px;
    color: #fff;
}

.btn-updatesaldo span {
    background: #0a3551;
    display: block;
    border-radius: 17px;
    padding: 1px 8px;
}

.btn-input-regist {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    border:none;
    padding:2px 10px;
    font-size: 18px;
    display: inline-block;
    font-family: 'OpenSans-Bold';
    border-radius: 17px;
    color: #fff;
}

.btn-input-small {
    background: transparent;
    border:none;
    font-size: 14px;
    margin-top: 1px;
    color: #fff;
}
.tglink {
    position: absolute;
    top: 0px;
    padding: 10px 1px;
    left: 2px;
    color: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
}
#form_login .form-control {
    color: #000;
}
.btn-green-login, .btn-green-update {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 38px;
    width: 150px;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    right: 20%;
}

.btn-green-login {
    background: url(../images/btn/btn-login.jpg)no-repeat;
}

.btn-green-update {
    background: url(../images/btn-update.png)no-repeat;
}
.btn-input-updatesaldo {
    background: transparent;
    border: none;
    font-size: 16px;
    margin-top: 6px;
    color: #fff;
}
.stylenews {
    color: #f7941d;
    font-weight: 1000;
    font-size: 9px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #0f1015;
}
.table-striped > tbody tr:nth-child(2n) {
    background-color: #1c1e25;
}
.tbl-profile {
    width: 95%; margin: auto; color: #fff; font-size: 16px; line-height: 40px; border: 1px solid #438fcc; background: #0a3551;
}

.tbl-profile tbody tr td {
    border-top: none;
    font-size: 14px;
}
.tbl-ubahpass {
    width: 95%; margin: auto; color: #fff; font-size: 16px; line-height: 40px;
}
.tbl-ubahpass > thead > tr > th, .tbl-ubahpass > tbody > tr > th, .tbl-ubahpass > tfoot > tr > th, .tbl-ubahpass > thead > tr > td, .tbl-ubahpass > tbody > tr > td, .tbl-ubahpass > tfoot > tr > td {
    border-top: 0px solid #282828;
}
.tbl-depo > thead > tr > th, .tbl-depo > tbody > tr > th, .tbl-depo > tfoot > tr > th, .tbl-depo > thead > tr > td, .tbl-depo > tbody > tr > td, .tbl-depo > tfoot > tr > td {
    border-top: 0px solid #282828;
    font-size: 13px;
}
.Transfer_STRIP {
    background: #002f5a;
}
.black-bg .sosmed span {
  line-height: 28px;
}
.sosmed {
  margin-bottom: 5px;
  margin-top: 5px;
}

.info_sosmed{
  background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  padding: 5px;
  font-size: 17px;
  color: #fff;
}
.font14 {
    font-size: 10px;
    padding: 4px;
}

.color2 {
    color: #fff;
    margin: 0;
    vertical-align: middle;
    font-weight: bold;
}
.no-padding {
    padding:0px;
}
.f18 {
    font-size: 18px;
}
.op-bold {
    font-family: 'OpenSans-Bold';
}
.vl-mid {
    vertical-align: middle;
    float: left;
    color: #fff;
}

.acc_head {
  background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  text-align: left;
}

.acc_head span {
  margin-left: 10px;
  font-weight: 600;
}

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

/* start new update authpin */
.pin-title{
    color: #fff;
font-size: 20px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
font-style: italic;
margin: 0 0 10px;
padding-bottom: 10px;
}
.panel-default > .light-purple {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    border-bottom: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
}
.bg-dark-purple {
    background: #0a3551;
    border-radius: 12px;
    border: 1px solid #438fcc;
}
.bg-pin {
    background: #00233f;
    padding: 8px;
    border-radius: 15px;
    margin-top: 12px;
}
.keypad-trigger1 {
    background: url(../images/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    margin: 5px 0px 0px -36px;
    width: 22px;
    height: 22px;
    border: none;
}
.pin-bold {
    font-weight: bold;
    color: #00ceff;
}
.ui-widget-content {
    border: 1px solid #666;
    background: #fff;
    color: #000;
}
.ui-widget.ui-widget-content {
    border: 3px solid #438fcc;
    background: #0a3551;
}
#keyboard5_keyboard, #keyboard6_keyboard, #keyboard7_keyboard {
    background: #0a3551;
}
.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 {
    background: #0f7cd9;
    font-weight: bold;
    color: #eee;
    border: 1px solid transparent;
    border-radius: 3px;
}
.ui-keyboard-bksp {
     background-image: -moz-linear-gradient( 90deg, rgb(156,61,10) 0%, rgb(242,105,33) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(156,61,10) 0%, rgb(242,105,33) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(156,61,10) 0%, rgb(242,105,33) 100%) !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
  width: 132px;
  height: 47px;
  font-size: 19px;
  font-family: roboto;
  border-radius: 5px;
}
.ui-keyboard-cancel {
  background-image: -moz-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%) !important;
  background-image: -webkit-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%) !important;
  background-image: -ms-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%) !important;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
  width: 132px;
  height: 47px;
  font-size: 19px;
  font-family: roboto;
  border-radius: 5px;
}
.pin-italic {
    font-style: italic;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
}
.yellow {
    color: #ff0000;
}
.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/titik.png) center no-repeat;
    background-size: 22px 22px;
    position: absolute;
    margin: 5px 0px 0px -46px;
    width: 22px;
    height: 22px;
    border: none;
}
.blue-i {
    color: #d0c394;
}

.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: #5f8510;
    background: -moz-linear-gradient(top, #5f8510 0%, #7fa71b 100%);
    background: -webkit-linear-gradient(top, #5f8510 0%,#7fa71b 100%);
    background: linear-gradient(to bottom, #5f8510 0%,#7fa71b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8510', endColorstr='#7fa71b',GradientType=0 );
    border: 1px solid #5f8510;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.submit_pin2 {
    background: #faae00;
    background: -moz-linear-gradient(left, #faae00 0%, #e34c03 100%);
    background: -webkit-linear-gradient(left, #faae00 0%,#e34c03 100%);
    background: linear-gradient(to right, #faae00 0%,#e34c03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faae00', endColorstr='#e34c03',GradientType=1 );
    border: none;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.nextbtn_pin {
    background: #faae00;
    background: -moz-linear-gradient(left, #faae00 0%, #e34c03 100%);
    background: -webkit-linear-gradient(left, #faae00 0%,#e34c03 100%);
    background: linear-gradient(to right, #faae00 0%,#e34c03 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faae00', endColorstr='#e34c03',GradientType=1 );
    border: none;
    border-radius: 50px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.wrongbtn_pin {
    background: transparent;
    border: none;
    border-left: 3px solid #f7941d;
    border-right: 3px solid #f26522;
    background-image: linear-gradient(#f7941d, #f26522), linear-gradient(#f7941d, #f26522);
    background-size: 100% 9%;
    background-position: 0% 100%, 100% 0%;
    background-repeat: no-repeat;
    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: transparent;
    border: none;
    border-left: 3px solid #f7941d;
    border-right: 3px solid #f26522;
    background-image: linear-gradient(#f7941d, #f26522), linear-gradient(#f7941d, #f26522);
    background-size: 100% 9%;
    background-position: 0% 100%, 100% 0%;
    background-repeat: no-repeat;
    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: #15a476;
background: -moz-linear-gradient(top,  #15a476 0%, #055038 100%);
background: -webkit-linear-gradient(top,  #15a476 0%,#055038 100%);
background: linear-gradient(to bottom,  #15a476 0%,#055038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15a476', endColorstr='#055038',GradientType=0 );
border:none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
}

.ok_pin:hover {
    background: #055038;
background: -moz-linear-gradient(top,  #055038 0%, #15a476 99%);
background: -webkit-linear-gradient(top,  #055038 0%,#15a476 99%);
background: linear-gradient(to bottom,  #055038 0%,#15a476 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#055038', endColorstr='#15a476',GradientType=0 );
border:none;
}

.modal-dialog1 {
    width: 450px;
}

.promtion_links {
  margin-top: 12px;
}

.modal-dialog2 {
    width: 700px;
}

.info_pin {
    color: #de8800;
}


.salah {
    background-image: -moz-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 17px;
    border: none;
    padding: 2px 10px;
    width: unset !important;
    height: unset !important;
}

.height1 {
    height: 200px;
}

.height2 {
    height: 155px;
}

.lanjut {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    border-radius: 17px;
    color: #fff;
    border: none;
    padding: 2px 8px;
}

.keluar {
    background-image: -moz-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(164,0,0) 0%, rgb(255,0,0) 100%);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
    border-radius: 17px;
    border: none;
    padding: 4px 22px;
}

.rule {
    width: 30px;
}

.rule1 {
    width: 38px;
}

.pincheck {
    font-size: 11px;
}

.mtop {
    margin-top: 200px;
}

.pad15 {
    padding: 0;
}

.mtop1 {
    margin-top: -25px;
}

p.nick {
    color: #de8800;
}

span.nick {
    float: left;
    margin: 1px 5px;
    color: #de8800;
}
.warn {
    color:#ff0000;
    float: left;
    margin-left: 5px;
    font-size: 11px;
}
/* end new update authpin */

.btn-input-regist2 {
    background: transparent;
    border: none;
    font-size: 16px;
    position: absolute;
    top: 18%;
    right: 34%;
    font-family: 'OpenSans-Bold';
}

.btn-input-regist1 {
    background: transparent;
    border: none;
    font-size: 14px;
    position: absolute;
    top: 18%;
    right: 12%;
    font-family: 'OpenSans-Bold';
}

.btn-input-regist3 {
    background: transparent;
    border: none;
    font-size: 14px;
    position: absolute;
    top: 18%;
    right: 39%;
    font-family: 'OpenSans-Bold';
}

.bank-status1 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

.modal-dialog-popup {
    margin: 70px auto;
}

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

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

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

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

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

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

.note-group-select-from-files > label {
    float: none !important;
}

.trans_body thead {
    background: #002f5a;
}

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

.confirmation-modal .modal-header {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    border-bottom: none;
}

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

.confirmation-modal .modal-body {
    border: 1px solid #106dbf;
    color: #000;
    border-bottom: none;
}

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

.confirmation-modal .modal-footer .btn-danger {
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
  border-radius: 17px;
    border: none;
}

.confirmation-modal .modal-footer .btn-default {
    color: #fff;
    background-color: #0a3551;
    border: 1px solid #438fcc;
    border-radius: 17px;
}

.bootbox, .confirmation-modal {z-index: 99999;}

.info-transaksi ul li {
    list-style-type: disc;
}

.login-style {
    width: 28px;
}

.mobile_top {
    height: 56px;
}

#accordion .panel-heading {
    background: transparent;
}

.memo_banner .navbar-fixed-top {
    top: 70px;
}

ul.mat-ripple {
    margin-top: 80px;
}

@media only screen and (min-width:480px) and (max-width:1024px)
and (orientation : landscape)  {
    .kol-5 {
        width: 100%;
    }

    .kol-2 {
        width: 100%;
    }

    .bg-pin {
        padding: 18px;
    }

    .mtop1 {
        margin-top: 10px;
    }

    .salah img {
        margin-top: 0;
    }
    .mtop {
            margin-top: 190px;
    }
    .height2 {
        height: 180px;
    }
    .new-modal-title1 {
        font-size: 15px;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 23px;
        padding: 8px 0px;
    }

    .modal-dialog3 {
        margin: 0px 80px;
    }

    .height1 {
        height: 230px;
    }

    .pad15 {
        padding: 0 50px;
    }

    .w-footer-img {
        width: 25%;
    }

    .logo-style {
        width: 75%;
    }
    .popup_space {
        margin: 0px 0 0;
    }

    .modal {
        z-index: 99999;
    }

    .ui-keyboard {
        width: 300px;
        height: 270px;
    }
    .ui-keyboard div {
        font-size: 22px;
    }

    .one_out a {
        font-size: 13px;
    }
    .stylenews {
        font-size: 13px;
    }

    .btn-input-updatesaldo {
        margin-top: 9px;
    }

    .btn-input-regist1 {
        font-size: 13px;
        right: 16%;
    }
    .btn-input-regist2 {
        right: 32%;
    }
    .btn-input-regist3 {
        right: 36%;
        font-size: 16px;
    }
    .info img {
        width: 70%;
    }
    .img-lott img {
        width: 55%;
    }
    .mob-lot-bottom-info h5 {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width:568px) and (max-width:1024px)
and (orientation : landscape)  {

    .kol-5 {
        width: 41.66666667%;
    }

    .bg-pin {
        padding: 13px;
    }

    .modal-dialog3 {
        margin: 0px 150px;
    }

    .modal-footer img {
        width: 80%;
    }

    .bank-status1 {
        padding-top: 8px;
    }
    .info img {
        width: 60%;
    }
    .img-lott img {
        width: 50%;
    }

}

@media only screen and (min-width:640px) and (max-width:1024px)
and (orientation:landscape) {
    .logo-style {
        width: 60%;
    }

    .w-footer-img {
        width: 20%;
    }

    .modal-footer img {
        width: 60%;
    }
    .jp-style {
        font-size: 30px;
    }
    .img-lott {
        margin-left: 10px;
    }
    .img-lott img {
        width: 40%;
    }
    .lot-date {
        font-size: 14px;
    }
    .lot-day {
        font-size: 14px;
    }
    .mob-lot-bottom-info h5 {
        font-size: 14px;
    }
}

@media only screen and (min-width:667px) and (max-width:1024px)
and (orientation : landscape) {

    .ui-keyboard {
        width: 350px;
        height: 270px;
    }

    .ui-keyboard div {
        font-size: 20px;
    }

    .modal-dialog3 {
        margin: 0px 180px;
    }
    .modal-footer img {
        width: 70%;
    }

    .info img {
        width: 50%;
    }
}

@media only screen and (min-width: 736px) and (max-width:1024px)
and (orientation : landscape) {

    .w-footer-img {
        width: 15%;
    }
    .jp-style {
        font-size: 34px;
    }

    .bank-status1 {
        padding-top: 12px;
    }
    .modal-top-margin {
        margin: 23% 22%;
    }
    .info img {
        width: 50%;
    }
}
@media only screen and (min-width: 1336px)
and (orientation : landscape) {
    .mobile_top {
        background-image: -moz-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        left: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c67d2;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
and (orientation : landscape) {
    .mobile_top {
        background-image: -moz-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        left: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c67d2;
    }
    .modal-footer img {
        width: 40%;
    }
}


@media only screen and (min-width:320px) and (max-width:1024px)
and (orientation : portrait)  {
    .mobile_top {
        background-image: -moz-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(1,32,60) 0%, rgb(0,51,98) 100%);
        left: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 10000;
        border-bottom: 1px solid #0c67d2;
    }
    .kol-5 {
        width: 100%;
    }

    .kol-2 {
        width: 100%;
    }



    .new-modal-title1 {
        font-size:12px;
        padding: 8px 0px;
    }

    .panel-body1 {
        padding-top : 0;
    }

    .pin-italic img {
        width: 23px;
    }

    h3.pin-italic b.pin-bold {
        font-size : 17px;
    }

    .fs {
        font-size: 12px;
    }

    .pad0 {
        padding:0;
    }

    .pincheck {
        font-size: 10px;
        line-height: 21px;
        margin-bottom: 5px;
    }

    .rule1 {
        width:31px;
    }

    label.exampleInputEmail1 {
        font-size: 13px;
    }

    .keypad-trigger1 {
        margin: 5px 0px 0px -28px;
    }

    .height1 {
        height: 226px;
    }
}

@media only screen and (min-width:360px) and (max-width:1024px)
and (orientation : portrait)  {

    .pad15 {
        padding: 15px;
    }

    .mtop1 {
        margin-top: 5px;
    }

    .new-modal-title1 {
        padding: 12px 0px;
    }

    .modal-dialog {
        margin: 50px 20px;
    }

    .modal-footer img {
        width: 80%;
    }
    .jp-style {
        margin-top: -8.5%;
    }
    .img-lott img {
        width: 60%;
    }
}

@media only screen and (min-width:375px) and (max-width:1024px)
and (orientation: portrait) {

    .pincheck {
        line-height:21px;
    }
    .img-lott img {
        width: 55%;
    }
}
/*For iphone 5 landscape*/
@media only screen
and (max-height: 320px)
and (max-width: 568px)
and (orientation:landscape){
    .pincheck {
        line-height: 30px;
    }
}

/*For iphone 6 landscape*/
@media only screen
and (min-height: 321px)
and (max-height: 375px)
and (min-width: 569px)
and (max-width: 667px)
and (orientation:landscape){
    .pincheck {
        line-height: 30px;
    }
}
@media only screen and (min-width:414px) and (max-width:1024px)
and (orientation : portrait)  {

    .modal-footer img {
        width: 60%;
    }

    .jp-style {
        margin-top: -9%;
        font-size: 18px;
    }
}

/*For iphone 6 Plus*/
@media only screen
and (min-height: 376px)
and (max-height: 414px)
and (min-width: 668px)
and (max-width: 736px)
and (orientation:landscape){
    .pincheck {
        line-height: 30px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px)
and (orientation : portrait)  {
    .new-modal-title1 {
        font-size: 20px;
        padding:25px 0px;
    }

    .jp-style {
        font-size: 32px;
    }
    .modal-dialog-popup {
        margin: 100px auto;
    }
    .modal-dialog3 {
        margin: 20px auto;
        width: 400px;
    }
    .btn-input-regist {
        right: 49%;
    }
    .bank-status1 {
        padding-top: 10px;
    }
    .form-horizontal .control-label {
        padding-top: 0;
    }
    .capt-m {
        width: 33.33333333%;
    }
}

/*For Ipad*/
@media only screen
and (min-width: 750px)
and (max-width: 768px)
and (min-height: 1000px)
and (max-height: 1024px)
and (orientation:portrait) {
    .rule {
        width:30px;
    }
    .pincheck {
        line-height: 30px;
    }
    .font14{
        font-size: 14px;
    }
}

@media only screen
and (min-height: 750px)
and (max-height: 768px)
and (min-width: 1000px)
and (max-width: 1024px)
and (orientation:landscape){
    .pincheck {
        line-height: 30px;
    }
    .new-modal-title1 {
        font-size: 24px;
        padding:26px 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .w-footer-img {
        width: 4%;
    }
}

.summary h1,.details h1{
    font-size: 18px !important;
}
#captcha_div_login .fa-refresh{
    font-size: 30px;
}
.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;
  margin-top: 20px;
}
.copy-button-ico:hover{
  background: url("../images/icon-copy.png") no-repeat center center, linear-gradient(to bottom, #FF9600 0%, #BE5900 100%);
  color:#fff;
}

.mleft20p h5.title{
    color: #fff;
    margin-top: 76px;
    font-size: 24px;
    font-weight: bold;
}

.btn-ref-cari{
        border: 2px solid rgb(67, 143, 204);
    background-color: #0a3551;
    color: #fff;
    border-radius: 5px;
    padding: 2px;
    width: 50px;
    height: 37px;
    font-size: 14px;
    border-radius: 5px;
}

.togel-head h3 span.op-bold{
    font-size: unset !important;
    color: #0b65d1;
}

#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-bottom: 10px;
    font-size: 10px;
    font-family: arial;
}
h3.ijo{
    font-size: 20px !important;
}
.info-transaksi ul li{
    font-size: 12px;
}
.well.well-sm{
  background-color: rgba(0,0,0,0.5) !important;
  border: 1px solid rgb(50,205,225);
}
.well.well-sm b{
  color: rgb(50,205,225);
}
.new-modal-content#uialert_content .btn-success{
    color: #fff;
    background-image: -moz-linear-gradient( 90deg, rgb(9,118,145) 0%, rgb(50,205,225) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(9,118,145) 0%, rgb(50,205,225) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(9,118,145) 0%, rgb(50,205,225) 100%);
    border-color: rgb(9,118,145);
    border-radius: 25px;
    margin-bottom: 5px;
    padding: 0 20px;
}
#form_login_pin a.salah{
    padding: 4px 12px;
}
.menu .first {
    margin-top: 32px;
}
.nav-menu.menu .menu-item a{
    padding-left: 12px;
}
.nav-menu.menu .menu-item a:hover{
    background-color: #0d73d6;
}
.user_rwo .icon2 img{
    display: flex;
    align-items: center;
    margin: 0px auto;
}
.modal-header button.close{
    color: #fff;
    font-size: 28px;
    opacity: 1;
    padding: 3px;
}
.modal-header .modal-title{
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%);
    text-align: center;
    font-size: 20px;
}
.menu .first {
    margin-top: 32px;
}
@media only screen and (min-height: 480px) and (max-height: 1024px)
and (orientation : portrait) {
    .bg-rule {
        height: 460px;
    }
    .body-rule {
        min-height: 250px;
        max-height: 250px;
    }
}
@media only screen and (min-height: 568px) and (max-height: 1024px)
and (orientation : portrait) {
    .bg-rule {
        height: 550px;
    }
    .body-rule {
        min-height: 250px;
        max-height: 338px;
    }
}

@media only screen and (min-height: 640px) and (max-height: 1024px)
and (orientation : portrait) {
    .bg-rule {
        height: 620px;
    }
    .body-rule {
        max-height: 420px;
    }
}

@media only screen and (min-height: 667px) and (max-height: 1024px)
and (orientation : portrait) {
    .bg-rule {
        height: 640px;
    }
    .body-rule {
        min-height: 250px;
        max-height: 430px;
    }
}


@media only screen and (min-height: 736px) and (max-height: 1024px)
and (orientation : portrait) {
    .bg-rule {
        height: 710px;
    }
    .body-rule {
        min-height: 250px;
        max-height: 500px;
    }
}


@media only screen and (min-height: 812px) and (max-height: 1023px)
and (orientation : portrait) {
    .bg-rule {
        height: 790px;
    }
    .body-rule {
        max-height: 575px;
    }
}
@media only screen and (min-height: 1024px) and (max-height: 1365px)
and (orientation : portrait) {
    .bg-rule {
        height: 1000px;
    }
    .body-rule {
        max-height: 900px;
    }
}

@media only screen and (max-height: 320px)
and (orientation : landscape) {
    .bg-rule {
        height: 300px;
    }
    .body-rule {
        min-height: 115px;
        max-height: 115px;
    }
}
@media only screen and (min-height: 321px) and (max-height: 375px)
and (orientation : landscape) {
    .bg-rule {
        height: 355px;
    }
    .body-rule {
        min-height: 165px;
        max-height: 165px;
    }
}
@media only screen and (min-height: 376px) and (max-height: 414px)
and (orientation : landscape) {
    .bg-rule {
        height: 390px;
    }
    .body-rule {
        min-height: 200px;
        max-height: 200px;
    }
}
/* E-Games */
.egames-group-name,.egames-title{
    background-image: -moz-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%) !important;
    background-image: -webkit-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%) !important;
    background-image: -ms-linear-gradient( 90deg, rgb(6,58,195) 0%, rgb(26,206,245) 100%) !important;
}
/* deposit page */
.navbar-destination-deposit{
    padding: 8px 15px !important;
}
.acc-banks-detail > tbody > tr > td:nth-child(1){
    width: 50% !important;
}
.tbl-depo > tbody > tr > td:nth-child(1){
    width: 50% !important;
}