html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
@font-face{font-family:'Glyphicons Halflings';src:url(../../fonts/glyphicons-halflings-regular.eot);src:url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:0;}
/*ol,ul{list-style:none}*/
.col-2x{
    width: 14%;
    display: inline-block;
    margin-right: 11px;
    float: left;
}
.col-10x{
    width: 84%;
    display: inline-block;
    float: right;
    margin-top: 22px;
}
.col-12{
    width: 100%;
    display: inline-block;
    float: left;
}
.tabs {
    margin: 0 auto;
    padding: 0 20px;
}
#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    border: 1.5px solid #2addf4;
    border-radius: 5px;
}
#tab-button li {
    display: inline-table;
    width: 20%;
    border: #0a7e97 1px solid;

}
#tab-button li a {
    padding: 0.5em;
    background: transparent;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: flow-root;
    justify-content: space-around;
    align-items: center;
}
#tab-button li:not(:first-child) a {
    border-left: none;
}
#tab-button li:last-child a {
    border-right: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
    background: #078caf;
    color: #fff;
    border-radius: 4px;
}
.White{
    color: #fff!important;
}

.tab-button-outer {
    display: none;
}

@media screen and (min-width: 768px) {
.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
}
.tab-select-outer {
    display: none;
}
.tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
}
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.divider::after,
.divider::before {
    content: "";
    border: 1px solid #2addf4;
    flex: 1;
}

.divider:not(:empty)::before {
    margin-right: .25em;
}

.divider:not(:empty)::after {
    margin-left: .25em;
}
.btn-left-promo{
    color: #fff;
    border: none;
    background: #353535; /* Old browsers */
    background: -moz-linear-gradient(top, #353535 0%, #5d5d5d 2%, #666666 3%, #696969 6%, #696969 9%, #636363 16%, #646464 19%, #595959 36%, #565656 45%, #444444 78%, #3f3f3f 84%, #3f3f3f 88%, #3b3b3b 92%, #3c3c3c 94%, #373737 98%, #313131 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #353535 0%,#5d5d5d 2%,#666666 3%,#696969 6%,#696969 9%,#636363 16%,#646464 19%,#595959 36%,#565656 45%,#444444 78%,#3f3f3f 84%,#3f3f3f 88%,#3b3b3b 92%,#3c3c3c 94%,#373737 98%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #353535 0%,#5d5d5d 2%,#666666 3%,#696969 6%,#696969 9%,#636363 16%,#646464 19%,#595959 36%,#565656 45%,#444444 78%,#3f3f3f 84%,#3f3f3f 88%,#3b3b3b 92%,#3c3c3c 94%,#373737 98%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
    margin-bottom: 10px;
}
.btn-right-promo{
    color: #fff;
    border: none;
    background: #2a76c7; /* Old browsers */
    background: -moz-linear-gradient(top, #2a76c7 0%, #3181da 2%, #3783df 3%, #3182e7 6%, #3283e5 8%, #3077d1 25%, #2b71c7 37%, #2d6dbd 46%, #2968b8 54%, #265ea8 68%, #275da7 71%, #225799 83%, #235698 86%, #1f5190 94%, #205089 97%, #224d89 98%, #223d6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2a76c7 0%,#3181da 2%,#3783df 3%,#3182e7 6%,#3283e5 8%,#3077d1 25%,#2b71c7 37%,#2d6dbd 46%,#2968b8 54%,#265ea8 68%,#275da7 71%,#225799 83%,#235698 86%,#1f5190 94%,#205089 97%,#224d89 98%,#223d6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2a76c7 0%,#3181da 2%,#3783df 3%,#3182e7 6%,#3283e5 8%,#3077d1 25%,#2b71c7 37%,#2d6dbd 46%,#2968b8 54%,#265ea8 68%,#275da7 71%,#225799 83%,#235698 86%,#1f5190 94%,#205089 97%,#224d89 98%,#223d6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a76c7', endColorstr='#223d6a',GradientType=0 ); /* IE6-9 */
}
.icon-special{background: url(../../img/general/promo-ico/off/Special.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-special,#tab-button .is-active a .icon-special{background: url(../../img/general/promo-ico/on/Special.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-poker{background: url(../../img/general/promo-ico/off/Poker.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-poker,#tab-button .is-active a .icon-poker{background: url(../../img/general/promo-ico/on/Poker.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-idnlive{background: url(../../img/general/promo-ico/off/Idnlive.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-idnlive,#tab-button .is-active a .icon-idnlive{background: url(../../img/general/promo-ico/on/Idnlive.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-livecasino{background: url(../../img/general/promo-ico/off/Livecasino.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-livecasino,#tab-button .is-active a .icon-livecasino{background: url(../../img/general/promo-ico/on/Livecasino.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-idnrng{background: url(../../img/general/promo-ico/off/Idnrng.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-idnrng,#tab-button .is-active a .icon-idnrng{background: url(../../img/general/promo-ico/on/Idnrng.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-tangkas{background: url(../../img/general/promo-ico/off/Tangkas.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-tangkas,#tab-button .is-active a .icon-tangkas{background: url(../../img/general/promo-ico/on/Tangkas.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-togel{background: url(../../img/general/promo-ico/off/Togel.webp) no-repeat;background-size: 20px;width: 20px; height: 20px;}
#tab-button li a:hover .icon-togel,#tab-button .is-active a .icon-togel{background: url(../../img/general/promo-ico/on/Togel.webp) no-repeat;background-size: 20px;width: 20px; height: 20px;}
.icon-esport{background: url(../../img/general/promo-ico/off/Esport.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
#tab-button li a:hover .icon-esport,#tab-button .is-active a .icon-esport{background: url(../../img/general/promo-ico/on/Esport.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-sportbook{background: url(../../img/general/promo-ico/off/Sportbook.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}.sportbook-fnt{font-size: 10px;}
#tab-button li a:hover .icon-sportbook,#tab-button .is-active a .icon-sportbook{background: url(../../img/general/promo-ico/on/Sportbook.webp) no-repeat;background-size: 15px;width: 15px; height: 20px;}
.icon-slot{background: url(../../img/general/promo-ico/off/Slot.webp) no-repeat;background-size: 20px;width: 20px; height: 20px;}
#tab-button li a:hover .icon-slot,#tab-button .is-active a .icon-slot{background: url(../../img/general/promo-ico/on/Slot.webp) no-repeat;background-size: 20px;width: 20px; height: 20px;}
.bgluehead{background-color: #01141B;min-height: 55px;}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
th,td{vertical-align:middle}
th{text-align:left}
button:focus{outline:0}
.hidden{display:none}
#table-lobby,#table-memo{width:100%;padding:10px;border-spacing:1px;border-collapse:collapse}
.uppercase{text-transform:uppercase}
#table-lobby thead,#table-memo thead{font-weight:700}
#table-lobby thead tr th{padding-bottom:10px;border-bottom:2px solid #fff}
#table-memo thead tr th{padding:10px 0;border-top:2px solid #292727;border-bottom:2px solid #292727;vertical-align:middle}
.img{width:100px;height:100px;background-size:100px 100px;background-repeat:no-repeat}
.img-small{width:48px;height:48px;background-size:48px 48px;background-repeat:no-repeat}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{height:100%}
body{font-family:"Open Sans";font-size:13px;line-height:1.5em;letter-spacing:.1px;color:#fff;background:#252525;overflow-x: hidden;}
a{color:#52d8ff;text-decoration:none;cursor: pointer;}
a:hover,a:focus{color:#09aad8;text-decoration:none}
b,strong{font-weight:700}
/*ol,ul{list-style:none}*/
.container{width:1020px !important;height:100%;margin:auto;padding: 0 !important;}
.left{float:left!important}
.right{float:right!important}
.pad_left_15{padding-left:15px}
.mar_left_30{margin-left:30px}
.pad_right_15{padding-right:15px}
.pad_both_10{padding:10px}
.pad_both_15{padding:0 15px}
.pad_both_20{padding:0 20px}
.full{width:100%!important;position:relative;background:#00587c;border:1px outset #00a0bc;padding:10px;border-radius:8px;color:#fff;overflow:hidden}
.half{max-width:50%}
.clear{clear:both}
.clearfix{clear:both;height:0;overflow:hidden}
.space_3{height:3px}
.space_5{height:5px}
.space_10{height:10px}
.space_15{height:15px}
.space_20{height:20px}
.space_25{height:25px}
.space_30{height:30px}
hr{margin-top:25px;margin-bottom:10px;border:0;border-top:2px solid #2f2b2b}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:bolder;line-height:1.1;text-transform:uppercase;color:#5ed8ff;text-shadow:2px 2px 3px rgba(0,0,0,0.2),0 -1px 2px rgba(255,255,255,0.5)}
h1{color:#fff}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#fff}
h1,.h1,h2,.h2,h3,.h3{margin-top:10px;margin-bottom:10px}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}
h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}
h1,.h1{font-size:23px}
h2,.h2{font-size:30px}
h3,.h3{font-size:24px}
h4,.h4{font-size:18px}
h5,.h5{font-size:14px}
h6,.h6{font-size:12px}
p{margin:0 0 10px}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
textarea{min-height:100px}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
input, button{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0}
#header{width:100%;height:125px;background:#271d3a url(../../img/ptnp/header-bg.jpg) center no-repeat}
div.logo a{float:left;width:154px;height:59px;display:block;margin-top:13px;background:url(../../img/ptnp/imgAll.png) 0 0 no-repeat}
div.logo-rules a{width:380px;height:78px;display:block;background:url(../../img/ptnp/imgAll.png) 0 0 no-repeat;margin:15px 0}
div.logo a:hover,div.logo a:focus{opacity:.8}
.newlogo{margin-top: 13px;}
.user-panel{float:left;margin-bottom:10px;display:block;padding:8px;clear:both;width:298px;text-align:left;background-image:-webkit-linear-gradient(top,#067aa1 0%,#00587c 100%);background-image:linear-gradient(to bottom,#067aa1 0%,#00587c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#067aa1',endColorstr='#00587c',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);border-radius:5px;box-sizing:border-box}
.user-text{font-size:14px;font-style:italic;color:#b0b3b3}
.user-name{font-size:15px;font-weight:700;color:#fff}
.user-chips{font-size:15px;font-weight:700;color:#ff9600}
.bg-head { 
  /* background: #01141c!important; */
  background: url(../../img/general/back-main/head_main.webp) #01141c!important;
  background-size: 100% 100% !important;
  background-position: top !important;}
.back-main{
  /* background: #001f2c no-repeat; */
  background: url(../../img/general/back-main/back_main.webp) #001f2c no-repeat;
  background-size: 100% 100% !important;
}
#nav {width: 100%;height: 95px;background:#01141b;background-size: 100% 92px;background-position: top;	/*background: url(../../img/ptnp/np-xmas-background.png) center no-repeat;background-size: 100% 100%;*/}
#news{width:100%;height:30px;background-color:#0b0b0b}
#news span{float:left;margin-top:-4px;padding-left:5px;font-size:14px;font-family:inherit;font-weight:700;text-transform:uppercase;color:#619b8e}
.scrollnews{position:absolute;width:875px;height:26px;margin-left:115px;overflow:hidden;font-size:14px;font-family:inherit}
#liscroll > li{padding-top:2px;margin-left:-50px;color:#ccd5ee}
#liscroll > li > a{text-decoration:none;color:#fff}
#liscroll > li > a > span{color:#fff;font-weight:400;margin-top:0}
.wrap-val{width:100%;background:#252525}
#content{width:100%;height:100%; /*background: url(../../img/ptnp/np-imlek.png) bottom center no-repeat;*/ background-size: 100% auto; padding-bottom: 20px;}
.image-wrapper{width:100%;height:593px;background-color:#110b19}
#big-image{width:1000px;height:487px;background:url(../../img/ptnp/big-image.jpg) no-repeat}
.slider-wrapper{width:1000px;height:487px;margin:0 auto;overflow:hidden}
#middle{width:100%;height:80px;background-color:#1a1a1a;border-bottom:5px solid #eba925}
.reg-btn{position:relative;width:206px;height:44px;top:20px;left:-405px}
.reg-btn a{text-decoration:none;font-size:14px;font-weight:700;text-align:center;color:#000}
.reg-btn a:hover,.reg-btn a:focus{opacity:.7}
.reg-btn span{display:inline-block;padding:6px 12px;margin-bottom:0;line-height:1.5em;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:-webkit-linear-gradient(top,#1f9a0e 0%,#b56409 100%);background-image:linear-gradient(to bottom,#1f9a0e 0%,#b56409 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f9a0e',endColorstr='#ffb56409',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-repeat:repeat-x;border-radius:12px}
.jackwin-btn{position:relative;width:206px;height:44px;top:-24px;left:-250px}
.jackwin-btn a{text-decoration:none;font-size:14px;font-weight:700;text-align:center;color:#000}
.jackwin-btn a:hover,.jackwin-btn a:focus{opacity:.7}
.jackwin-btn span{display:inline-block;padding:6px 12px;margin-bottom:0;line-height:1.5em;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:-webkit-linear-gradient(top,#1f9a0e 0%,#b56409 100%);background-image:linear-gradient(to bottom,#1f9a0e 0%,#b56409 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1f9a0e',endColorstr='#ffb56409',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-repeat:repeat-x;border-radius:12px}
.jackpot{position:relative;width:600px;height:40px;top:-61px;left:170px}
.jackpot-img{float:left;width:276px;height:24px;background:url(../../img/ptnp/jackpot-image.png) no-repeat}
.jackpot span{width:300px;height:61px;margin-left:20px;color:#fff;font-size:50px;font-weight:bolder;text-align:center;text-shadow:1px 2px 2px rgba(83,68,30,0.9)}
.panel{width:100%;height:267px}
.wrap{width:680px;height:auto;float:left;margin-left:22px;margin-bottom:20px;padding-bottom: 20px;}
.box{position:relative;background-color:rgba(26,19,40,.8);border:1px solid #634f8b;padding:10px;-webkit-box-shadow:1px 1px 5px 0 rgba(4,0,0,.7);-moz-box-shadow:1px 1px 5px 0 rgba(4,0,0,.7);box-shadow:1px 1px 5px 0 rgba(4,0,0,.7);border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;-ms-border-radius:15px;-o-border-radius:15px}
.box2{padding:5px;background-color:#240000}
.box-inner{position:relative;padding:10px}
.box .title{float:left;font-size:18px;font-weight:700;text-transform:uppercase;color:#f5b231}
.box .title-user{width:100%;height:45px}
.box .title-user > span{position:relative;top:13px;left:-37px}
#winner{float:left;width:360px;height:265px;margin-right:16px}
.congrats{font-size:31px;font-weight:bolder;font-style:normal;text-align:left;text-transform:uppercase;color:#dd821b;text-shadow:1px 1px 2px rgba(81,60,19,0.8)}
.avatar-default{float:left;width:125px;height:125px;margin-right:10px;border:1px solid #fff;background:url(../../img/ptnp/default_ptnp.jpg) no-repeat;background-size:125px}
.avatar{float:left;width:123px;height:123px;background-size:123px}
.avatar-medium{float:left;width:65px;height:65px;margin-right:10px;border:1px solid #390000;background:url(../../img/ptnp/default_ptnp.jpg) no-repeat;background-size:65px}
.avatar-medium-user{float:left;width:63px;height:63px;background-size:63px}
.avatar-small-default{float:left;width:55px;height:55px;margin-right:10px;border:1px solid #390000;background:url(../../img/ptnp/default_ptnp.jpg) no-repeat;background-size:100%}
.avatar-small{float:left;width:55px;height:55px}
.avatar-list{position:relative;display:inline-block;margin-left:5px;margin-right:5px}
.avatar-radio{float:left;margin-top:15px;margin-right:10px}
.avatar-img{float:left;vertical-align:middle}
#choose-avatar{display:none;width:500px;height:235px}
.jackpot-info,.user-info,.avatar-info{float:left;text-align:left}
.winner-name{font-size:20px;font-weight:700}
.win-icon{width:20px;height:20px;margin-right:10px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -1px -78px no-repeat}
.money-icon{width:20px;height:20px;margin-right:10px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -24px -78px no-repeat}
.winner-card,.winner-amount{font-size:17px;color:#1b8e0c;font-weight:700}
.winner-date{font-size:12px;color:#9f9e9e}
#latest{float:left;width:330px;height:265px}
.control{float:right;position:relative}
#depo-prev,#wd-prev{width:10px;height:15px;padding-left:2px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -50px -81px no-repeat}
#depo-next,#wd-next{width:10px;height:15px;padding-right:2px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -65px -81px no-repeat}
#depo-pager,#wd-pager{width:100%;height:55px;overflow:hidden}
.depo-item,.wd-item{width:308px;height:55px;overflow:hidden}
#depo{width:330px;height:137px;margin-bottom:5px}
.depo-info{float:left;text-align:left;width:240px}
.depo-name{font-size:20px;font-weight:700}
.depo-amount{font-size:17px;color:#1b8e0c;font-weight:700}
.depo-status{float:right;font-size:12px}
#wd{width:330px;height:137px}
.wd-info{float:left;text-align:left;width:240px}
.wd-name{font-size:20px;font-weight:700}
.wd-amount{font-size:17px;color:#1b8e0c;font-weight:700}
.wd-status{float:right;font-size:12px}
#member-online{float:right;width:278px;height:265px}
.online-icon{width:13px;height:13px;margin-right:10px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -82px -82px no-repeat}
.online-icon-small{width:7px;height:7px;margin-right:10px;display:inline-block;background:url(../../img/ptnp/imgAll.png) -102px -85px no-repeat}
.online-text{position:relative;font-size:18px;font-weight:700;text-transform:uppercase;color:#f5b231}
.online-user{position:relative;font-size:14px;font-weight:400;text-transform:uppercase;color:#fff}
.user{width:100%;height:200px}
.users{padding-bottom:2px}
.head-wrap{position:relative;padding:15px 0;border-bottom:1px solid #037ba1}
.bold-line{border-top:5px solid #037ba1;width:40%;position:relative;top:-5px;float:left}
.head-wrap > h1{text-align:center;margin-top:0;margin-bottom:0}
.body-wrap{min-height: 482px; position:relative;margin-top:10px;}
.body-wrap::-webkit-scrollbar{width:15px; color: #fff;}
.body-wrap::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px;background:#005270}
.body-wrap::-webkit-scrollbar-thumb{-webkit-border-radius:7px;border-radius:7px;background:#131313;-webkit-box-shadow:inset 0 0 3px rgba(255,255,255,0.3)}
.body-wrap::-webkit-scrollbar-thumb:window-inactive{background:#131313}
#footer{height:100%;background-color:#000;border-top:1px solid #333;padding:10px 0 25px 0;font-family:inherit;float:left;width:100%;}
#footer .disclaimer{text-align:left;color:#fff;}
#footer .disclaimer span{color:#fff;font-weight:700}
#footer .disclaimer a{padding: 0;font-size: 12px;}
#footer .copyright{color:#00dafe;font-weight:700}
#footer .container{text-align:center}
.sf-menu{width:100%;position:relative}
.sf-menu a,.sf-menu a:visited,.sf-menu a.main1,.sf-menu a.main1:visited{padding:9px 19px;background:#282828;font-size:14px;color:#fff;font-weight:700;font-family:inherit;letter-spacing:1px;text-transform:uppercase;border-top:none}
.sf-menu a,.sf-menu a:visited,.sf-menu a.main2,.sf-menu a.main2:visited{padding:9px 21px;background:#282828;font-size:14px;color:#fff;font-weight:700;font-family:inherit;letter-spacing:1px;text-transform:uppercase;border-top:none}
.sf-menu a.main-inside,.sf-menu a.main-inside:visited{padding:9px 23px;background:#282828;font-size:14px;color:#fff;font-weight:700;font-family:inherit;letter-spacing:1px;text-transform:uppercase;border-top:none}
.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active,.sf-menu a.main1:focus,.sf-menu a.main1:hover,.sf-menu a.main1:active,.sf-menu a.main-inside:focus,.sf-menu a.main-inside:hover,.sf-menu a.main-inside:active{background-color:#2c0506;background-image:-moz-linear-gradient(top,#001117 0%,#002330 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#001117),color-stop(100%,#002330));background-image:-webkit-linear-gradient(top,#001117 0%,#002330 100%);background-image:-o-linear-gradient(top,#001117 0%,#002330 100%);background-image:linear-gradient(top,#001117 0%,#002330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001117',endColorstr='#002330',GradientType=0);background-repeat:repeat-x;color:#fff;text-shadow:0 0 10px rgba(255,255,255,0.5)}
.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active,.sf-menu a.main2:focus,.sf-menu a.main2:hover,.sf-menu a.main2:active,.sf-menu a.main-inside:focus,.sf-menu a.main-inside:hover,.sf-menu a.main-inside:active{background-color:#001117;background-image:-moz-linear-gradient(top,#001117 0%,#002330 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#001117),color-stop(100%,#002330));background-image:-webkit-linear-gradient(top,#001117 0%,#002330 100%);background-image:-o-linear-gradient(top,#001117 0%,#002330 100%);background-image:linear-gradient(top,#001117 0%,#002330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001117',endColorstr='#002330',GradientType=0);background-repeat:repeat-x;color:#fff;text-shadow:0 0 10px rgba(255,255,255,0.5)}
.sf-menu a.logout,.sf-menu a.android,.sf-menu a.logout:visited,.sf-menu a.android:visited{background:#719825 url(../../img/general/android-menu.png) 75px 0 no-repeat;background-position:right top}
.sf-menu a.logout:focus,.sf-menu a.logout:hover,.sf-menu a.logout:active,.sf-menu a.android:focus,.sf-menu a.android:hover,.sf-menu a.android:active{background:#719825 url(../../img/general/android-menu.png) 75px 0 no-repeat;text-shadow:0 0 10px rgba(255,255,255,0.5);background-position:right top}
.sf-menu > li > a{border-right:1px solid #161616;border-left:1px solid #161616}
.sf-menu > li:first-child > a{border-left:0}
.sf-menu > li:last-child > a{border-right:0}
.sf-menu li{background:none;text-align:left}
.sf-menu li li,.sf-menu li li li{text-align:left}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:24px;width:200px;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px}
.sf-menu li li:hover,.sf-menu li li.sfHover,.sf-menu li li a:focus,.sf-menu li li a:hover,.sf-menu li li a:active{background-color:#001117;background-image:-moz-linear-gradient(top,#001117 0%,#002330 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#001117),color-stop(100%,#002330));background-image:-webkit-linear-gradient(top,#001117 0%,#002330 100%);background-image:-o-linear-gradient(top,#001117 0%,#002330 100%);background-image:linear-gradient(top,#001117 0%,#002330 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001117',endColorstr='#002330',GradientType=0);background-repeat:repeat-x}
.sf-bottom{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px}
.sf-menu li li.sf-bottom:hover,.sf-menu li li.sfHover,.sf-menu li li.sf-bottom a:focus,.sf-menu li li.sf-bottom a:hover,.sf-menu li li.sf-bottom a:active{border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px}
.sf-menu ul{box-shadow:none;padding-top:15px;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px}
.login-form{float:left!important;margin-bottom:5px}
.control-label{margin-top:0;margin-bottom:0;text-align:left;font-family:"Open Sans"}
.control-label-header{padding-top:7px;margin-top:0;margin-bottom:10px;color:#4fd4ff;text-align:left;font-size:24px;font-weight:700;text-transform:uppercase}
.form-group{display:inline-block;width:auto;vertical-align:middle}
.form-group-full{display:inline-block;width:100%;vertical-align:middle;margin-bottom:10px}
.form-control{width:100%;height:25px;padding:1px 7px;font-size:14px;line-height:1.5em;color:#000;background-color:#fff;background-image:none;border-radius:4px;border:none;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border:1px solid rgba(34,34,34,0.24)}
.form-control-small{height:37px;padding:6px 10px;font-size:14px;line-height:1.5em;color:#000;background-color:#fff;background-image:none;border:1px solid #1f9a0e;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control-login{display:block;width:110px;font-size:14px;color:#000;background-color:#fff;background-image:none;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;padding:4px 7px;border:none}
.form-captcha{cursor:pointer;display:block;width:75px;height:25px;float:left;font-size:14px;color:#aaa;background-color:#fff;background-image:none;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;border:1px solid #a4a4a4}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.form-control::-moz-placeholder{color:#aaa;opacity:1}
.form-control:-ms-input-placeholder{color:#aaa}
.form-control::-webkit-input-placeholder{color:#aaa}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#dadada;opacity:1}
.control-label{color:#fff}
.combodate select{display:inline-block}
.text-left{text-align:left}
.text-right{text-align:right}
.text-center{text-align:center}
.text-justify{text-align:justify}
.m-l{margin-left:15px}
.m-l-none{margin-left:0}
.m-l-mini{margin-left:5px}
.m-l-small{margin-left:10px}
.m-l-large{margin-left:20px}
.m-l-n{margin-left:-15px}
.m-l-n-mini{margin-left:-5px}
.m-l-n-small{margin-left:-10px}
.m-l-n-large{margin-left:-20px}
.m-t{margin-top:15px}
.m-t-none{margin-top:0}
.m-t-mini{margin-top:5px}
.m-t-small{margin-top:10px}
.m-t-large{margin-top:20px}
.m-t-n{margin-top:-15px}
.m-t-n-xmini{margin-top:-1px}
.m-t-n-mini{margin-top:-5px}
.m-t-n-small{margin-top:-10px}
.m-t-n-large{margin-top:-20px}
.m-r{margin-right:15px}
.m-r-none{margin-right:0}
.m-r-mini{margin-right:5px}
.m-r-small{margin-right:10px}
.m-r-large{margin-right:20px}
.m-r-n{margin-right:-15px}
.m-r-n-mini{margin-right:-5px}
.m-r-n-small{margin-right:-10px}
.m-r-n-large{margin-right:-20px}
.m-b{margin-bottom:15px}
.m-b-none{margin-bottom:0}
.m-b-mini{margin-bottom:5px}
.m-b-small{margin-bottom:10px}
.m-b-large{margin-bottom:20px}
.m-b-n{margin-bottom:-15px}
.m-b-n-mini{margin-bottom:-5px}
.m-b-n-small{margin-bottom:-10px}
.m-b-n-large{margin-bottom:-20px}
.line{height:2px;margin:10px 0;font-size:0;overflow:hidden;background-color:#1d94c1;border-width:0}
.line-mini{margin:0}
.line-dashed{border-style:dashed;background:transparent}
.line-large{margin-top:15px;margin-bottom:15px}
.media-mini{min-width:50px}
.media-small{min-width:80px}
.media-large{min-width:90px}
.thumb-mini{width:24px;display:inline-block}
.thumb-small{width:36px;display:inline-block;text-align:center}
.thumb{display:inline-block}
.thumb-large{width:90px;display:inline-block}
.thumb img,.thumb-mini img,.thumb-small img,.thumb-large img{height:auto;max-width:100%;vertical-align:middle}
.col-lg-1{float:left;position:relative;min-height:1px;min-width:185px;padding-right:15px;padding-left:15px}
.col-lg-2{float:left;position:relative;min-height:1px;min-width:500px;padding-right:15px;padding-left:15px}
.col-lg-3{float:left;position:relative;min-height:1px;min-width:150px;padding-right:15px;padding-left:15px}
.col-lg-4{float:left;position:relative;min-height:1px;min-width:200px;padding-right:15px;padding-left:15px}
.media,.media-body{overflow:hidden;zoom:1}
.media,.media .media{margin-top:15px}
.media:first-child{margin-top:0}
.media-object{display:block}
.media-heading{margin:0 0 5px}
.media > .pull-left{margin-right:10px}
.media > .pull-right{margin-left:10px}
.media-list{padding-left:0;list-style:none}
input[type="text"],input[type="password"],select,textarea{min-width:50px}
input[type="file"]{display:inline-block}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5em;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn-blue{background-color:#0086b4!important;box-shadow:inset 0 -3px 0 #005977!important}
.btn-blue:hover{background:#005977!important;color:#fff!important}
.btn-common,.btn-login{background:#8c8988b3;border-radius:4px 4px 4px 4px;color:#fff;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;padding:3px 13px 6px 13px;}
.btn-common:hover,.btn-login:hover{background:#6f6d6db3;color:#fff}
.btn-code{background:#d96b00;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;color:#fff;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;padding:3px 10px 2px;height:25px;box-shadow:inset 0 -3px 0 #743a02;font-size:10px;float:right}
.btn-code:hover{background:#743a02}
.btn-play{background:#ffde00;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;color:#010000;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;padding:2px 14px 6px;height:25px;box-shadow:inset 0 -3px 0 #7a6a00;width:114px}
.btn-readmore{background:#00dbe9;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;color:#010000;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;padding:2px 14px 6px;height:25px;box-shadow:inset 0 -3px 0 #00585e;width:114px}
.btn-submit{background-image:-webkit-linear-gradient(top,#0f7494 0%,#1a7f98 100%);background-image:linear-gradient(to bottom,#0f7494 0%,#1a7f98 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f7494',endColorstr='#1a7f98',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-repeat:repeat-x;border-color:#0b4c22;color:#fff;min-width:130px;padding:10px;font-size:22px;font-weight:700;text-transform:uppercase}
.btn-submit:hover,.btn-submit:focus{background-image:-webkit-linear-gradient(top,#126179 0%,#135d6f 100%);background-image:linear-gradient(to bottom,#126179 0%,#135d6f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#126179',endColorstr='#135d6f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-repeat:repeat-x;color:#fff}
.btn-submit:active,.btn-submit.active{background-image:-webkit-linear-gradient(top,#126179 0%,#135d6f 100%);background-image:linear-gradient(to bottom,#126179 0%,#135d6f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#126179',endColorstr='#135d6f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);background-repeat:repeat-x;color:#fff}
.btn-write:hover,.btn-write:focus{background-color:#b56409;background-position:0 -15px;color:#fff}
.btn-write:active,.btn-write.active{background-color:#b56409;border-color:#b56409;color:#fff;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn-upload{background-color:#440e0f;border-color:#1f9a0e;color:#fff}
.btn-top{float:right;display:inline-block;margin-top:-45px}
.alert{font-size:14px;border-color:rgba(10,20,20,.1);text-shadow:0 1px 0 #fff;box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);margin-bottom:15px;padding:5px 0;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}
.alert .alert-link{font-weight:700}
.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.deposit-success-report table tr td{color:#000}
.bold{font-weight:700}
.attention{color:red;font-weight:700;font-size:13px;background-color:#fff;border-radius:2px}
.pt7{padding-top:7px}
.pt10{padding-top:10px}
.normal{color:#fff}
.impt{color:red}
.list-group{display:inner-block;margin-bottom:20px}
.border{border:1px solid #2a3f7a}
ul{margin-left:15px; list-style: none;}
ol{margin-left:0;counter-reset:first;list-style-type:none}
ol li{list-style-type:none;margin-bottom:10px}
.center-rules{width:100%;float:left;min-height:800px}
.content-rules{width:914px;min-height:800px;color:#3c3c3c;background:#271d3a url(../../img/ptnp/bg.jpg) center no-repeat}
font{color:#ffb400}
.blue-rules{background:#046497 url(idn/img/button03.jpg) top center repeat-x;border:1px solid #006271}
.col-bank{background:#00070a;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;float:left;position:relative;min-height:1px;min-width:150px;padding:20px;margin-left:15px;margin-bottom:10px;background:#2B0405;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;float:left;position:relative;min-height:1px;min-width:150px;padding:20px;margin-left:15px;margin-bottom:10px}
.col-bank table tr td{padding-right:25px}
.iframe-change-avatar{width:100%;height:100%;overflow:hidden}
.uialert{position:fixed;display:none;background:rgba(49,177,218,0.9);border:2px solid #00070a;padding:20px;color:#fff;font-size:15px;line-height:1.5em;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}
.popup_ads{min-width:600px;min-height:350px}
.link-color{color:#fff}
.tabs{width:100%;display:inline-block}
.tab-links:after{display:block;clear:both;content:''}
.tab-links li{margin:0 2px;float:left;list-style:none}
.tab-links a{padding:10px;display:inline-block;border-radius:6px 6px 0 0;background:#606060;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;font-weight:bold;transition:all linear .15s}
.tab-links a:hover{background-color:#037ba1;text-decoration:none}
li.active a,li.active a:hover{background:#037ba1;color:#fff}
.tab-content{padding:15px;border-radius:7px;box-shadow:-1px 1px 1px rgba(0,0,0,0.15);background:#01739c;color:#fff;margin-top:4px;overflow:hidden}
.tab-content::-webkit-scrollbar{width:15px}
.tab-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px;background:#005270}
.tab-content::-webkit-scrollbar-thumb{-webkit-border-radius:7px;border-radius:7px;background:#131313;-webkit-box-shadow:inset 0 0 3px rgba(255,255,255,0.3)}
.tab-content::-webkit-scrollbar-thumb:window-inactive{background:#131313}
.tab{display:none}
.tab.active{display:block}
.bank-panel{display:block;position:fixed;z-index:99}
.bank-panel.right{top:19%;right:0}
.bank-panel .panel-black{display:block;position:relative;background-color:#404040;width:170px;height:70px;margin-bottom:2px;border-radius:12px 0 0 12px;-webkit-border-radius:12px 0 0 12px;-moz-border-radius:12px 0 0 12px;-ms-border-radius:12px 0 0 12px;-o-border-radius:12px 0 0 12px}
.online{float:left;width:44px;height:44px;margin-top:12px;margin-left:6px;background:url(../../img/general/indicator.png) 0 0 no-repeat}
.offline{float:left;width:44px;height:44px;margin-top:17px;margin-left:6px;background:url(../../img/general/indicator.png) 0 -44px no-repeat}
.bank-panel .bca{float:right;width:120px;height:52px;margin-top:8px;background:url(../../img/general/bank.png) -5px 0 no-repeat}
.bank-panel .mandiri{float:right;width:120px;height:52px;margin-top:8px;background:url(../../img/general/bank.png) -127px 0 no-repeat}
.bank-panel .bri{float:right;width:120px;height:52px;margin-top:8px;background:url(../../img/general//bank.png) -250px 0 no-repeat}
.bank-panel .bni{float:right;width:120px;height:52px;margin-top:8px;background:url(../../img/general/bank.png) -373px 0 no-repeat}
.bank-panel .danamon{float:right;width:120px;height:52px;margin-top:8px;background:url(../../img/general/bank.png) -494px 0 no-repeat}
.v88{float:right;width:120px;height:52px;background:url(../../img/general/v88.png) 0 0 no-repeat}
.forget-password{float:right}
.glyphicon-certificate:before{content:"\e124"}
.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
.modal-open{overflow:hidden}
.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{transform:translate(0,-25%);transition:transform .3s ease-out}
.modal.in .modal-dialog{transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;width:700px;margin:10px}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header:before,.modal-header:after{content:" ";display:table}
.modal-header:after{clear:both}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.428571429}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer:before,.modal-footer:after{content:" ";display:table}
.modal-footer:after{clear:both}
.modal-footer .btn + .btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn + .btn{margin-left:-1px}
.modal-footer .btn-block + .btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
.memo{text-align:justify;color:#000}
.memo .memofrom .ufrom{font-weight:700}
.memo .date{text-align:right;margin:10px 0 20px}
.memo .memomsg{width:100%;padding:10px;border-radius:5px;border:solid 1px #909090;margin-top:20px}
.memodisabled{background:#f1f1f1;box-shadow:1px 1px 10px #b9b9b9 inset}
.read{color:#505050}
.noread{color:#028fbf;font-weight:bolder}
.noread td:first-child,.read td:first-child{width:16px}
.info-unread:before{content:'\e800'}
.glyphicon-certificate{color:#00d800}
.memobtn{margin:3px}
.inpsubmem{border-radius:5px;border-style:inherit;width:100%;padding:5px;border-style:inherit;border:solid 1px #909090}
.inmsgmemo{width:100%;resize:none;height:200px;border:none}
.linememo{border-style:dotted;border-bottom:2px #000}
.pagination li{display:inline-block;padding:5px;margin:5px 2px;border:solid 1px #ffffff;border-radius:5px}
.newicon{position:absolute;width:10px;height:10px;border-radius:10px;background-color:#00e231;margin-top:-5px}
.oldicon{position:absolute;width:10px;height:10px;border-radius:10px;background-color:#0c0813;margin-top:-5px;border:1px inset #484848}
.loader{background:rgba(0,0,0,.5) url(../../img/general/loading_center.gif) 50% 50% no-repeat;background-size:80px 80px;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.menus{display: flex; width:100%;background:url(../../img/ptnp/menu-pattern.jpg) repeat-x;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;height:26px;float:left;margin:0;text-transform:uppercase;background-size:contain; list-style-position: inside;}
.menus li{flex: 1; display:inline-block;float:left; width: auto; padding: 4px 3.3px;border-left: 1px #011e2c solid;height: 26px;}
.menus > :first-child{border: none !important;}
.menus-inner li{display:inline-block;float:left; width: auto; padding: 4px 1.9px;border-left: 1px #011e2c solid;height: 26px;}
.menus li a{color:#fff;font-family:"Open Sans";font-weight:700;font-size: 13px;}
.menus li a:hover{color:#00fff6}
.menus li img{margin: 3px auto;}
.menus .app-menu {background: linear-gradient(#1B95AF, #177E94, #146B7E);width: 15%;}
.menus .app-menu:hover {background: linear-gradient(#146B7E, #177E94, #1B95AF);}
.menus .app-menu img{margin: -2px auto; width: 25px;}
.menus .menu-sm{width: auto;}
#news_sticker_left{background:#1b5460;border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;-ms-border-radius:4px 0 0 4px;-o-border-radius:4px 0 0 4px;float:left;color:#ffd801;font-family:'Open Sans';font-weight:700;padding:4px 7px 5px;width:5%;margin-top:2px;font-size:12px;height:26px}
#news_sticker_right{background:#223239;border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;-ms-border-radius:0 4px 4px 0;-o-border-radius:0 4px 4px 0;float:left;color:#fff;padding:1px 7px 5px;margin-top:2px;font-size:12px;width:95%;height:26px}
.form-login{float:right;margin-top:17px;height: 35px;}
.loginpk .form-group button, .btn-login1{line-height: normal;font-family: 'Muli', sans-serif;width: 100%;/* height: 37px; */padding: 7px 22px;border: 1px solid;font-size: 12px;line-height: 1.5em;color: white;border:none;border-radius: 4px;-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.loginpk{margin: auto;margin-right: 0;padding-right: 0;text-align: right;float: right;}
.head-prof{color: #fff;}
.head-prof a{text-decoration: none;}
.setdiv{margin-bottom: 4px;}
.setdiv .w1{display: inline-block;width: 40%;}
.setdiv .w2{display: inline-block;width: 22%;}
.setdiv .w3{display: inline-block;width: 22%;}
.setdiv .wall{margin-top: 0.5rem;}
.blue_ {color: #186db2;}
.green_ {color: #3d6508;}
.red_ {color: red;}
.orange_ {color: #3f2402;}
.btn-darkorange {background: rgb(235,150,53);background: linear-gradient(180deg, rgba(235,150,53,1) 21%, rgba(117,75,26,1) 100%);}
.btn-darkorange:hover {background: rgb(162,106,43);background: linear-gradient(180deg, rgba(162,106,43,1) 26%, rgba(82,52,17,1) 100%);}
.btn-darkblue {background: rgb(41,136,210);background: linear-gradient(180deg, rgba(41,136,210,1) 0%, rgba(30,100,155,1) 45%, rgba(19,62,96,1) 100%);}
.btn-darkblue:hover {background: rgb(31,92,140);background: linear-gradient(180deg, rgba(31,92,140,1) 0%, rgba(17,53,80,1) 45%, rgba(7,24,37,1) 100%);}
.btn-darkgreen{background: rgb(55,190,8);background: linear-gradient(180deg, rgba(55,190,8,1) 0%, rgba(41,144,6,1) 46%, rgba(27,95,4,1) 100%);}
.btn-darkgreen:hover{background: rgb(43,145,7);background: linear-gradient(180deg, rgba(43,145,7,1) 0%, rgba(31,99,7,1) 46%, rgba(18,64,3,1) 100%);}
.code{width:62px}
#regis_button{float:right;width:75px;margin-top: 6px;}
.btn_green{font-size: 12px;line-height: 1.5em;padding: 7px 22px;background:#3cb35bf5;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;color:#fff;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;margin:9px 1px 2px 3px;box-shadow:inset 0 -3px 0 #006c25}
.btn_green:hover{background:#006c25}
.btn_daftar{background:url(../../img/ptnp/btn_daftar_bck.jpg) repeat-x;border-radius:8px 8px 8px 8px;-webkit-border-radius:8px 8px 8px 8px;-moz-border-radius:8px;-ms-border-radius:8px 8px 8px 8px;-o-border-radius:8px 8px 8px 8px;color:#fff;font-family:'Open Sans';font-weight:700;font-size:21px;cursor:pointer;border:none;padding:5px 50px;text-decoration:none;height:51px;width:230px;position:absolute;margin-top:-70px;text-transform: uppercase;}
#sliderx{width:100%;float:left;height:271px;margin-top:0;background:transparent;/*border-bottom:3px solid #0d9dc1*/}
.sliderx_1920{width:1065px;}
#middle_container{background:url(../../img/ptnp/bck_middle.jpg) repeat-x;height:401px;width:100%;float:left}
#middle1016{width:1016px;text-align:left;padding-top:15px}
.below-slider{margin:15px 0}
#games_container{background:url(../../img/ptnp/bck_icon_games.jpg) repeat-x;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;width:49%;height:96px;padding:5px 0 3px 8px;float:left;box-sizing: border-box; overflow: hidden; position: relative;}
/*#games-inner{ display: block; width: 271%; position: absolute; animation: marquee 10s linear infinite; }
#games-inner:hover{ animation-play-state: paused; }*/
#games-header{ background:url(../../img/ptnp/our-games-header.png) no-repeat; background-position-x: -7px; height: 20px; }
#our-games{ margin-top: 4px; float: left; }
@keyframes marquee {0% { left: 0; } 100% { left: -120%; }}
#globaljackpot_container{background:url(../../img/ptnp/bck_globaljackpot.jpg) repeat-x;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;width:49%;height:100px;padding:5px 0 3px 8px;float:left;margin-left:20px}
#globaljackpot_container span{display:block;line-height:116%}
.globaljackpot_title{color:#fff;font-family:"Open Sans";font-size:25px;font-style:italic;font-weight:700;width:600px;padding-left:10px;margin:5px 0;text-align:left}
.globaljackpot_amount{color:#ffd801;font-size:45px;font-family:'Open Sans';width:310px;float:left;padding:22px 5px 5px 12px}
.btn_pemenang_jackpot{background:url(../../img/ptnp/btn_pemenangjackpot.jpg) repeat-x;height:32px;width:110px;padding-top:4px;float:left;font-family:'Open Sans';font-size:12px;color:#fff;text-align:center;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;margin:15px 0 0 30px; text-transform: uppercase;}
.btn_pemenang_jackpot a{color:#fff}
.latest_container{width:33.333333%;height:133px;background:url(../../img/ptnp/bck_latest.jpg) repeat-x;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;float:left;text-align:left}
.latest_container.link-container{ margin-right: ; }
.link-alt{ margin: 2px 5px; padding: 4px 5px; background: #252525; }
.latest_container.royal-flush{ margin: 0 6px; }
.latest_container.latest-info{ float: right; }
.title_latest{float:left;width:300px;margin:10px 0 0 10px}
.latest_info_black{background:#131313;overflow-y:auto;width:97%;height:91px;margin:2px 0 0 10px;float:left;border-radius:5px}
.last-royalflush{float:left;background-color:#141414;color:#fff;margin:-1px 10px 0;padding:8px 8px 7px;border-radius:5px}
.ava-default{width:76px;height:76px;float:left;display:inline-block;margin-right:10px;background:url(../../img/ptnp/default_ptnp.jpg) no-repeat;background-size:100%}
.ava-box{float:left;width:76px;height:76px;border:1px solid #636363}
.last-royalflush-detail{display:inline-block;width:200px}
.last-royalflush-detail span{line-height:24px}
.last-name,.last-reward,.last-date{display:block}
.last-amount{color:#ffd801}
.last-date{font-size:12px}
.banner{margin:15px 0;float:left}
.banner-inner{float:left;margin:5px 0}
.news-list{width:100%;padding:6px}
.news-list span{display:block;font-size:11px;line-height:13px}
.news-list a{display:inline-block;color:#ffd801;margin-bottom:10px}
.news-list a:hover{text-decoration:underline}
.news-list a span{font-size:14px}
.download-box{width:322px;background:url(../../img/ptnp/download-pattern.png) repeat-x;height:60px;float:left;margin-top:20px;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;text-align:left}
.top-13{margin-top:13px}
.divider{position:relative;top:11px}
.download-box img{float:left}
.download-box img:first-child{margin:13px 10px}
.icon-games{position:relative;left:-5px}
.box-ket{float:left;padding:10px;width:155px}
.box-ket span{display:block}
.download-box button{width:87px;height:60px;border:none;font-family:"Open Sans";font-size:12px;border-top-right-radius:5px;border-bottom-right-radius:3px;background:url(../../img/ptnp/box-download-pattern.png) repeat-x;border-left:1px solid #424242;text-align:center;padding-top:8px}
.download-box button:hover{opacity:.9}
.download-box button:active{opacity:.8}
.download-box button img{margin:1px!important;position:relative;left:23px}
.avenir{font-family:"Open Sans";text-shadow:3px 2px 4px rgba(0,0,0,1)}
.cus-supp{float:left;width:74px;text-align:center;font-size:12px;line-height:13px}
.bigger-ket{float:right;font-size:27px;font-style:italic;position:relative;top:7px;left:-4px}
.siap{float:left;font-size:13px;position:relative;top:1px}
.bantuan{background:url(../../img/ptnp/bantuan-pattern.png) repeat-x!important}
.weaccept{float:left; width: 100%; margin:0 0 10px 0}
.footer-left{float:left;margin:10px 0;width: 28%;text-align: left;}
.footer-right{float:right;margin:15px 0;width: 70%; text-align: left;}
.footer-right a { padding-right: 6px; font-size: 14px; font-weight: bold; text-transform: uppercase;}
.footer-bottom .footer-right{margin-top: 10px;}
.footer-top{float:left;width:100%;border-bottom:1px solid #323232;}
.footer-bank { position: relative; width: 33%; height: 45px; vertical-align: middle; float: left; background: #323232; border: 1px solid black; text-align: center;}
.footer-bank img{ position: absolute; max-width: 75px; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.footer-bank2 { width: 49.5%; }
.footer-v88{ width: 99%; background-color: #323232; border-radius: 2px; padding: 11px 0px 0px 0px; height: 41px; border-top: 2px solid #1C1C1C; border-left: 2px solid #1C1C1C;}
.situs{float:left;margin-bottom:10px;font-size: 15px;font-weight: 700;width: 100%;color:#fff;}
.line-grey{width:100%;border-top:1px solid #4b4b4b}
.no-pad{padding:0!important;margin-top:-20px}
.no-bot-pad{padding-bottom:0!important}
.keypad-popup{background-color:gray!important;border:none!important}
.pin-validate{height:30px!important;border:none;border-radius:3px;padding-left:10px!important}
.keypad-trigger{height:30px;border:none;position:relative;top:-1px;left:4px;border-radius:3px;width:47px!important;background-color:#949494;font-size:18px}
.validate-submit,.validate-logout{border:none;padding:10px;text-transform:uppercase;width:114px;margin-right:10px;border-radius:6px;font-weight:700;letter-spacing:1px}
.validate-submit{box-shadow:inset 0 -3px 0 #006080;background-color:#0086b4}
.validate-logout{box-shadow:inset 0 -3px 0 #8a1c1c;background-color:#c72929}
.btn-logout{background-color:#ca3434!important;background:#ca3434!important;box-shadow:inset 0 -3px 0 #8c1818!important}
.btn-logout:hover{background-color:#8c1818!important;background:#8c1818!important}
.left-side{width:298px;float:left}
.upanel-title{width:100%;display:block;float:left}
.upanel{width:100%;float:left;box-sizing:border-box;margin-bottom:1px;border-bottom:1px solid #1088b5}
.upanel a{display:inline-block;margin:3px 9px;color:#fff}
.upanel a:hover{color:#35d6da}
.upanel-black{width:100%;float:left;padding:7px;box-sizing:border-box;background-color:#141414;margin-bottom:1px}
.upanel-ava{float:left;width:75px;height:75px;border:1px solid #505050}
.profile-right{float:left;width:100%;margin-left:10px;position:relative;height: 100px;}
.profile-right img{margin:5px 5px 0 0}
.profile-right span{display:inline-block;width:112px;position:relative;top:-5px;color:#ffd801}
.profile-right span.blue-span{color:#54dfff}
.profile-name{display:inline-block;width:81px}
.nickname{color:#47d6ff}
.garis{display:inline-block;border-left:1px solid #005270;height:22px;margin-bottom:-6px;margin-right:10px}
.our-games{width:30%;margin:5px 10px;border-bottom:2px solid rgba(58,58,58,0.57);height:160px;position:relative}
.no-background{background:transparent!important;border:none!important}
.the-game{width:100%;bottom:18px;left:4px}
.the-button{position:absolute;top:126px;z-index:9;left:23px;font-size:12px}
.lucky-spin{float:right;margin-top:-37px}
.jack-winner{width:298px;height:141px;margin:0 0 10px;background-image:-webkit-linear-gradient(top,#067aa1 0%,#00587c 100%);background-image:linear-gradient(to bottom,#067aa1 0%,#00587c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#067aa1',endColorstr='#00587c',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}
.jack-winner .title_latest{width:262px;margin:0 0 10px;border-bottom:1px solid #00384c}
.jack-winner .last-royalflush{margin:8px;padding:10px 5px; background: transparent; cursor: pointer;}
.jack-winner .last-royalflush-detail{width:176px}
.button-submit{background:#1f9a0e;border-radius:4px 4px 4px 4px;-webkit-border-radius:4px 4px 4px 4px;-moz-border-radius:4px;-ms-border-radius:4px 4px 4px 4px;-o-border-radius:4px 4px 4px 4px;color:#fff;font-family:'Open Sans';font-weight:700;cursor:pointer;border:none;padding:0 100px;height:43px;box-shadow:inset 0 -3px 0 #187a0a;font-size:15px;text-transform:uppercase}
.button-submit:hover{background:#187a0a}
.jack-page{background:transparent;padding:0;border:none}
.jadwal-img{width:100%}
.authcode .profile-name{display:block!important}
.authcode .nickname{font-size:12px}
.no-border{border:none}
.forgot-password{float:right;clear:both;font-size:12px;margin-top:1px;}
.forgot-password a{color:#fff}
.forgot-password a:hover{color:#09aad8}
.latest_info_black::-webkit-scrollbar{width:10px}
.latest_info_black::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:10px;border-radius:10px;background:#005270}
.latest_info_black::-webkit-scrollbar-thumb{-webkit-border-radius:10px;border-radius:10px;background:#131313;-webkit-box-shadow:inset 0 0 3px rgba(255,255,255,0.3)}
.latest_info_black::-webkit-scrollbar-thumb:window-inactive{background:#131313}
.right-col{float:left;font-weight:700}
.colon{float:left;font-weight:700;margin-right:10px}
.select-depo{width:255px;margin-right:9px}
#loginBank{position:relative;vertical-align: middle;}
.validation{width:255px;float:left;margin-right:8px}
.normal-input{width:365px}
.select-detail{width:320px}
.depo-input{width:200px}
.validx{position:absolute;right:65px;margin-top:3px}
.validx img{width: 20px;}
.daftar input,.daftar select{width:367px}
.daftar .validation{width:253px}
.daftar .validx{right: 19%;}
.refresh-container{ float: left; margin: 0 10px; font-size: 24px; color: cadetblue; cursor: pointer; }
.additional{margin-left:0;border:1px outset #00a0bc;}
.additional .full{border:none; background: none;}
.activation{position:relative;top:-60px;right:12px;float:right}
.transhistory{position:relative;top:-30px;right:12px;float:right}
.btn-prof{float: right;margin-right: 2px;}
.mutasi-table table{width:100%}
.mutasi-table table thead{border-bottom:1px solid #fff}
.mutasi-table table thead tr th,.mutasi-table table tbody tr td{padding:1px 2px;text-align:center}
.last-tr{border-top:1px solid #fff}
#table-detail,#betdiv{background:#004c6b;padding:10px 4px;border-radius:7px;font-size:12px}
#betdiv tbody tr,#table-detail tbody tr{border-bottom:1px solid #003448}
#betdiv tbody tr td,#table-detail tbody tr td,#betdiv thead tr th,#table-detail thead tr th{border-right:1px solid #003448}
#betdiv tbody tr td:first-child,#table-detail tbody tr td:first-child,#betdiv thead tr th:first-child,#table-detail thead tr th:first-child{border-left:1px solid #003448}
#betdiv thead tr,#table-detail thead tr{border-top:1px solid #003448}
#betdiv tbody tr:hover,#table-detail tbody tr:hover{background:#01415a}
#betdiv tbody tr:hover{cursor:pointer}
#betdiv tbody tr:nth-child(odd),#table-detail tbody tr:nth-child(odd){background:#003c54}
#betdiv tbody tr td:nth-child(7),#betdiv tbody tr td:nth-child(9),#betdiv tbody tr td:nth-child(10),#betdiv tbody tr td:nth-child(11){text-align:right;padding-right:6px}
#betdiv thead tr,#table-detail thead tr{background:#002b3c}
.close-button{display:inline-block;float:right;width:28px;cursor:pointer;background:#0c394c;border-radius:5px;color:#ff3e3e;height:24px;padding-top:2px; font-size:18px; font-weight:bold;}
.code-adv{margin: 2px 5px;padding: 2px 10px 1px 10px;font-weight: bold;}
.bank-online{background:#141414;border-radius:8px;padding:10px;overflow:hidden;}
.bank-title{text-transform:uppercase;display:inline-block;font-size:14px}
.bank-inner{width:62px;display:inline-block;margin:4px 0px 0px 0px;background-color:#2a7390;border-radius:5px;padding:4px}
.bank-inner-img{ height: 25px; }
.bank-inner img{display:block;width:100%;position:relative;}
.bank-line{border-bottom:1px solid #03668b;margin-bottom:2px;padding-bottom:6px}
.bank-inner-first{margin-left:1px}
.bank-on{width:100%;height:10px;background:#00d630;border-radius:5px;margin-top:3px;-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);-moz-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);box-shadow:0 0 5px -1px rgba(0,0,0,0.75)}
.bank-off{width:100%;height:10px;background:#c10404;border-radius:5px;margin-top:3px;-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);-moz-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);box-shadow:0 0 5px -1px rgba(0,0,0,0.75)}
.bank-trouble{width:100%;height:10px;background:#d3d600;border-radius:5px;margin-top:3px;-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);-moz-box-shadow:0 0 5px -1px rgba(0,0,0,0.75);box-shadow:0 0 5px -1px rgba(0,0,0,0.75)}
.btn-jadwal{float:right;position:relative;top:-4px;font-size:12px}
.jadwal-content{width:535px !important; color:black;border-radius: 8px;}
.jadwal-content tr{border-bottom: 1px solid gray;}
.jadwal-content td{padding: 12px 5px !important;}
.bank-modal{background-color:#2a7390;border-radius:5px;padding:4px;}
.bank-modal img{width:100%;position:relative;box-shadow:none !important;}
.bank-img{ width: 75px; margin-right: 20px; vertical-align: middle; }
.modalin{position:fixed;z-index:99;padding-top:2%;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4)}
.modalin-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:309px}
.modalin-bet{background-color:#3e3e3e;margin:auto;padding:8px;width:309px;border:none}
.modalin-bet-wrapper{padding-top:350px}
.modalin-content img{width:165px;-webkit-box-shadow:0 0 5px -1px rgba(0,0,0,10.75);-moz-box-shadow:0 0 5px -1px rgba(0,0,0,10.75);box-shadow:0 0 5px -1px rgba(0,0,0,10.75)}
.modal-card{width:700px;position:relative}
.closing{color:#aaa;float:right;font-size:28px;font-weight:700;margin-bottom:11px;margin-top:-10px}
.closing-card{margin-top:-4px;position:absolute;right:8px}
.closing:hover,.closing:focus{color:#000;text-decoration:none;cursor:pointer}
.closing-card:hover,.closing-card:focus{color:#ad0404}
.lobby-only{padding:5px}
#thecard thead tr th{padding:10px;text-align:center;font-size:21px;background:#232323;border:1px solid #9a9a9a}
#thecard tbody tr td{text-align:center;padding:3px;border:1px solid #9a9a9a}
.news-wrapper{border-bottom:1px solid #2b2b2b;margin:10px 0}
.news-list .news-wrapper:first-child{margin-top:0}
.news-list .news-wrapper:last-child{margin-bottom:0;border-bottom:none}
.paginate_button{cursor:pointer;margin:10px 5px;padding:5px;border:1px solid #037099;border-radius:4px}
.dataTables_paginate{margin-top:10px}
.dataTables_paginate a.current{background:#00354a;color:#84dbff;cursor:default}
.dataTables_paginate a.current:active{outline:0}
.card-preview{text-align:center}
.card-preview img{display:inline-block;margin:3px;width:51px}
.pname{color:#21c1ff;display:block;font-size:16px}
.td-number{text-align: right; padding-right: 10px;}
#popupx{display:none;}
.tournament-box{margin-right: ;}
.tournament-title{text-align: left;padding: 10px 5px 0 15px;}
.tournament-trophy{color: #fece05;text-shadow: 0 0 3px #fff;}
.tournament-periode{float: right;margin-right: 10px;}
.tournament-content{ background: #121212; width: 100%; height: 90px; padding: 29px 0px; margin: 0 auto; text-align: center; border-radius: 5px;}
.tournament-prize{ display: inline-block;font-size: 26px;font-weight: bold;letter-spacing: 2px;text-shadow: 0 0 3px #fff;text-align: center;padding: 5px 0 15px 0;}
.tournament-btn-view{background: #fedb03;background: linear-gradient(180deg, #fedb03 33%, #fdab0a 100%);width: 90px;padding: 6px;border-radius: 4px;font-size: 14px;border: none;color: #000;font-weight: bolder;cursor: pointer;}
.tournament-btn-view:hover, .tournament-btn-view:active{background: #fdab0a;background: linear-gradient(180deg, #fdab0a 33%, #fedb03 100%);}
#tourlist{padding-top: 250px;}
.modal-tournament{width: 650px;position: relative;background: #6b2ace;border: 10px solid #361365;border-radius: 5px;padding: 0;}
.modal-tournament-header{background: #000;padding: 10px;border-top-left-radius: 5px;border-top-right-radius: 5px;text-align: center;}
.modal-tournament-title{width: 100%;display: inline-block;font-size: 20px;font-weight: bold;}
.modal-tournament-periode{font-size: 12px;}
.modal-tournament table{width: 100%;}
.modal-tournament table tr:nth-child(even){background: #361365;}
.modal-tournament table tr td{padding: 10px 15px;}
.modal-tournament-footer{width: 100%;display: inline-block;margin: 15px 0;text-align: center;}
.closing-tournament{position: absolute;right: -20px;top: -10px;border: 2px solid #fff;padding: 1px 5px;border-radius: 20px;font-size: 20px;color: #fff;}
.closing-tournament:hover{color: #fff;}
.tourlist-table{background: #d0d0d0;width: 100%;color: #000;}
.tourlist-table thead{background: #121212;color: #fff;}
.tourlist-table tbody tr:nth-child(odd){background: #fff;}
.tourlist-table td{padding: 10px;}
.img-promo{border-top-left-radius: 5px;border-top-right-radius: 5px;width: 100%;}
.content-promo{padding-bottom: 30px;}
.content-btn{margin-top: -6px;margin-bottom: 10px;}
.btn-promotion{width: 50%; float: left; border-radius: 0;text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);-webkit-box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);        box-shadow: inset 0 1px 0 rgba(48, 38, 78, .15), 0 1px 1px rgba(0, 0, 0, .075);}
.btn-join{background-color:#eda81f;}
.content-toggle{background: lightslategrey;padding: 10px;margin-top: 30px;}
.tabs-af #back2Top{margin: 100px 0 0 700px;}
.tabs-af #b2down{margin: 130px 0 0 701px;}
#back2Top {width: 40px;line-height: 40px;overflow: hidden;z-index: 999;display: none;cursor: pointer;-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(270deg);position: fixed;margin: 100px 0 0 1000px;text-align: center;font-size: 30px;text-decoration: none;color: #fff;}
#back2Top:hover {color: #52d8ff;}
#b2down {width: 40px;line-height: 40px;overflow: hidden;z-index: 999;display: none;cursor: pointer;-moz-transform: rotate(270deg);-webkit-transform: rotate(270deg);-o-transform: rotate(270deg);-ms-transform: rotate(270deg);transform: rotate(91deg);position: fixed;margin: 130px 0 0 1001px;text-align: center;font-size: 30px;text-decoration: none;color: #fff;}
#b2down:hover {color: #52d8ff;}
.bnk-off .row {background: url('../../img/general/bank/bank-schedule-box.png') center no-repeat;background-size: 100% 100%;height: 200px;margin: 4px;padding: 10px 5px 0 5px;text-align: center;}
.bnk-off img{max-height: 40px;}
.sched{font-size: 12px;margin-top: 10px;}
.sched table{width: 100%;}
.sched table td:first-child{width: 90px;}
/*show hide password*/
.form-group-password{position: relative;}
.form-group-password .validx{right: -30px;}
.form-control-password{position: relative;padding-right: 25px;}
.shpass{position: absolute;right: 0;margin: -30px 5px 0 0;color: #000;cursor: pointer;}
#frmlgn .shpass{margin: -20px 5px 0 0;}
/*password criteria*/
#pass_criteria ul{list-style: none;font-style: italic;margin: 0 0 0 177px;display:grid;text-align: left;}
#pass_criteria ul li{margin: 2px 30px;}
#pass_criteria ul li label{float: left;color: #cddc39;font-size: 11px;font-weight: normal;}
.check, .cross{width:13px;float:left;margin-left:10px;margin-top: 3px;display:none;}
.err-pass{background: rgb(242, 222, 222);padding: 5px 10px;width: 367px;margin: 2px 20px !important;border-radius: 3px;}
.err-pass label{color: #a94442 !important;	}
.term-head{width: 550px;text-align: center;background-color: #043040;margin: 4% 0px -2px -5px;border-top-left-radius: 5px;border-top-right-radius: 5px;font-size: 18px;color: #fff;padding: 5px 0;}
.term{margin: 0px 0px 23px -5px;padding: 8px 19px 21px 32px;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;width: 550px;background-color: #6B6B6B;text-align: left;}
.term li{margin-bottom: 0}
.ketdepo{background: #FFF042;border-radius: 5px;color: #734906;padding: 10px;width: 96%;}
.ketdepo ul{list-style: disc;text-align: left;padding: 10px;}

/* HOT MATCH HOTMATCH */
.hotmatchdv{background: #121212;width: 100%;float: left;margin: 8px 0;border-radius: 5px;padding: 15px 15px 0 15px;}
.head-hotmatch h3, .head-hotmatch ul , .head-hotmatch ul li{display: inline;}
.head-hotmatch{text-align: left;}
.head-hotmatch h3{margin-right: 25px;}
.head-hotmatch h3 img{vertical-align: top;}
.category-hotmatch li{margin: 0 10px;}
.catematch{cursor: pointer;padding: 5px 10px;border-radius: 5px;}
.catematch.active, .catematch:hover{background: #067EA1}
.body-hotmatch{text-align: left;overflow: hidden;white-space: nowrap;width: 100%;display: block;}
.hotmatchcontent{display: none;padding-top: 15px;overflow-x: auto;white-space: nowrap;}
.matchdv{display: inline-block;margin-right: 10px;margin-bottom: 10px;width: 19rem}
.head-matchdv{background: rgb(0,92,126);background: linear-gradient(0deg, rgba(0,92,126,1) 0%, rgba(2,119,158,1) 48%);padding: 5px 10px;border-top-left-radius:5px;border-top-right-radius:5px;}
.hot80{display: inline-block;width: 79%;vertical-align: sub;margin-right: 10px;text-overflow: ellipsis;}
.hot20{display: inline-block;width: 19%;text-align: right;padding-right: 10px;}
.body-matchdv{padding: 10px;}
.teamvs{width:200px;text-overflow: ellipsis;overflow: hidden;}
.body-matchdv.sepakbola{background-image:url(../../img/general/hotmatch/sepakbola.webp);background-size: 100%;min-height: 120px;}
.body-matchdv.basket{background-image:url(../../img/general/hotmatch/basketball.webp);background-size: 100%;min-height: 120px;}
.body-matchdv.e-sport{background-image:url(../../img/general/hotmatch/e-sport.webp);background-size: 100%;min-height: 120px;}
.homedv{margin-bottom: 10px;}
.bgteam{width: 10%;background: red;text-align: center;border-radius: 10px;padding: 3px;display: inline-block;}
.Hfont{background: #62B944;}
.Wfont{background: #FB0102;}
.teamname{display: inline-block;width: 79%;margin-left: 10px;}
.theodds{margin-top: 10px;text-align: center;}
.hdp,.odds{display: inline-block;width: 48%;color: black;background: white;border-radius: 10px;padding: 3px;}
.hdp{}
.odds{}
.hotplay{text-align: center;padding: 5px;background:#39AD58;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;color: white;}
a:hover .hotplay{color:#393c3d;}
.hotmatchcontent::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #F5F5F5;}
.hotmatchcontent::-webkit-scrollbar{height: 8px;background-color: #F5F5F5;}
.hotmatchcontent::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #333333;}
/* END HOT MATCH HOTMATCH */
/*GRID*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.texta-left{
	text-align: left;
}
.texta-right{
	text-align: right;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}