/* ==========================================================================
    Theme Name: Poker Whitelable
    Author: DG
    Description: Theme for Poker Whitelable.
    Version: 1.0.0
   ========================================================================== */

/*-------------------------------------------------------------------------*/
/*  1.  CSS Reset
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4za, 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;
}

/**** HTML5 display-role reset for older browsers ****/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 0;
}

ol, ul {
    list-style: none;
}

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;
}

#table-lobby, #table-memo{
    width: 100%;
    padding: 10px;
    border-spacing: 1px;
    border-collapse: collapse;
}

#table-lobby thead, #table-memo thead{
    font-weight: bold;
}

#table-lobby thead tr th{
    padding-bottom: 10px;
    border-bottom:2px solid #330704;
    font-family: "Avenir";
}

#table-memo thead tr th{
    padding: 10px 0;
    border-top:1px solid rgba(237,227,206,1);
    border-bottom:1px solid rgba(237,227,206,1);
    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;
}



/*-------------------------------------------------------------------------*/
/*  2.  General Styles
/*-------------------------------------------------------------------------*/

/**** Layout ****/
* {
    -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: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    color: #FFF;
    background-color: #000408;
}

a{
    color: #FFF;
    text-decoration: none;
}

a:hover, a:focus{
    color: #c3c3c3;
    text-decoration: none;
}

b, strong{
    font-weight: bold;
}

ol, ul{
    list-style: none;
}

.container{
    width: 1000px;
    height: 100%;
}

.left{
    float: left !important;
}

.right{
    float: right !important;
}

.pad_left_15{
    padding-left: 15px;
}

 .mar_left_30{
    margin-left: 34px;
}

.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%;
}

.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: 1px solid #8f3e31;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: "Avenir";
    font-weight: bolder;
    line-height: 1.1;
    color: inherit;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0px 0px 1px rgba(0,0,0,0.2),
                 0px -1px 1px rgba(255,255,255,0.5);*/
}

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: normal;
    line-height: 1;
    color: #999;
}

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: 41px;
}

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{
    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: bold;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
    font-family: "Avenir";
}

td{
    padding: 0;
    font-family: "Avenir";
    color: #fff;
}    

/**** Header ****/
#header{
    width: 100%;
    height: 123px;
	background: #000408 url(../image/header-bg.jpg) top center no-repeat;
    /* background-image: -moz-linear-gradient(top, #d8dff4 0%, #ccd5ed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8dff4), color-stop(100%,#ccd5ed));
    background-image: -webkit-linear-gradient(top, #d8dff4 0%,#ccd5ed 100%);
    background-image:      -o-linear-gradient(top, #d8dff4 0%,#ccd5ed 100%);
    background-image:         linear-gradient(top, #d8dff4 0%,#ccd5ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8dff4', endColorstr='#ccd5ed',GradientType=0 );
    background-repeat: repeat-x;
    */
}

/**** Header ****/
div.logo a{
    float: left;
    width: 335px;
    height: 93px;
    display: block;
    margin: 15px 0;
    background: url(../image/imgAll.png) 0px 0px no-repeat;
}
div.logo-rules a{
    width: 336px;
    height: 87px;
    display: block;
    background: url(../image/imgAll.png) 0px 0px no-repeat;
    margin: 15px 0;
}


div.logo a:hover, div.logo a:focus {
    opacity: 0.8;
}

.user-panel{
    float: right;
    display: block;
    max-width: 280px;
    max-height: 85px;
    margin-top: 8px;
    padding: 5px;
}

.user-text{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-family: "century Gothic";
    color: #fff;
    text-transform: uppercase;
}

.user-name{
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    font-family: "Arial";
    color: #d4e549;
}

.user-chips{
    font-size: 17px;
    font-weight: bolder;
    font-family: "Arial";
    color: #FFF;
}

.forget-password a{
    color: #FFF;
}

.forget-password a:hover, .forget-password a:focus{
    color: #bbbbbb;
}

/**** Navigation ****/
#nav{
    width: 100%;
    height: 44px;
    background-color: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    border-bottom: 5px solid #a00203;
}

/**** Scrolling News ****/
#news{
    width: 100%;
    height: 30px;
    background-color: #000000;
}

#news span{
    float: left;
    margin-top: -4px;
    padding-left: 5px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Franklin Gothic";
    font-weight: bold;
    text-transform: uppercase;
}

.scrollnews{
    position: absolute;
    width: 875px;
    height: 29px;
    margin-left: 112px;
    overflow: hidden;
    font-size: 14px;
    font-family: inherit;
	
}

#liscroll{
padding:0;
margin:0;
}

#liscroll > li{
    padding-top: 5px;
    color: #ffffff;
}

#liscroll > li > a{
    text-decoration: none;
    padding-top: 5px;
	color: #ffffff;
}

#liscroll > li > a > span{
    color: #FFF;
    font-weight: normal;
    margin-top: 0px;
}

/**** Content ****/
#content{
    width: 100%;
    height: 100%;
	background: #310100 url(../image/bg.jpg) top center no-repeat;
    /* background-color: #c3cee9;
    background-image: -moz-linear-gradient(top, #c3cee9 0%, #6f87ba 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3cee9), color-stop(100%,#6f87ba));
    background-image: -webkit-linear-gradient(top, #c3cee9 0%,#6f87ba 100%);
    background-image:      -o-linear-gradient(top, #c3cee9 0%,#6f87ba 100%);
    background-image:         linear-gradient(top, #c3cee9 0%,#6f87ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3cee9', endColorstr='#6f87ba',GradientType=0 );
    background-repeat: repeat-x;*/
}

.image-wrapper{
    width: 100%;
    height: 487px;
    background-color: #480100;
}

#big-image{
    width: 1000px;
    height: 487px;
    background: url(../image/big-image.jpg) center no-repeat;
    overflow: hidden;
}

.slider-wrapper {
    width: 1000px;
    height: 487px;
    margin: 0px auto;
    overflow: hidden;
}

#middle{
    width: 100%;
    height: 80px;
    background-color: #980001;
    background-image: -moz-linear-gradient(top, #980001 0%, #740202 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#980001), color-stop(100%,#740202));
    background-image: -webkit-linear-gradient(top, #980001 0%,#740202 100%);
    background-image:      -o-linear-gradient(top, #980001 0%,#740202 100%);
    background-image:         linear-gradient(top, #980001 0%,#740202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980001', endColorstr='#740202',GradientType=0 );
    border-bottom: 5px solid #a00203;
}

/**** Register Button ****/
.reg-btn{
    position: relative;
    width: 206px;
    height: 44px;
    top: 20px;
    left: -405px;
}

.reg-btn a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #356da0;
}

.reg-btn a:hover, .reg-btn a:focus,
.reg-btn a:hover span, .reg-btn a:focus span{
    color: #dc0001;
}

.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: #020202;
    /*background-image: -webkit-linear-gradient(top, #ffffff 0%, #cacaca 100%);
    background-image:         linear-gradient(to bottom, #ffffff 0%, #cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cacaca', 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, .0);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .0);
    background-repeat: repeat-x;
    border-radius: 10px;
	color: #FFF;
}

/**** Jackpot Winner Button ****/
.jackwin-btn{
    position: relative;
    width: 206px;
    height: 44px;
    top: -24px;
    left: -250px;
}

.jackwin-btn a{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #356da0;
}

.jackwin-btn a:hover, .jackwin-btn a:focus,
.jackwin-btn a:hover span, .jackwin-btn a:focus span{
    color: #dc0001;
}

.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: #020202;
    /*background-image: -webkit-linear-gradient(top, #ffffff 0%, #cacaca 100%);
    background-image:         linear-gradient(to bottom, #ffffff 0%, #cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cacaca', 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, .0);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .0);
    background-repeat: repeat-x;
    border-radius: 12px;
	color: #FFF;
}

/**** Jackpot ****/
.jackpot{
    position: relative;
    width: 620px;
    height: 40px;
    top: -60px;
    left: 170px;
}

.jackpot-img{
    float: left;
    width: 290px;
    height: 24px;
    background: url(../image/jackpot-image.png) no-repeat;
}

.jackpot span{
    width: 300px;
    height: 61px;
    margin-left: 20px;
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
    text-transform: italic;
    letter-spacing: 1px;
    font-family: "Arial";
    color: #ffffff;
    text-shadow: 2px 3px 2px rgba(0,0,0,0.0),
                 0px -1px 3px rgba(31,188,236,0);
}

/**** Panels ****/
.panel{
    width: 100%;
    height: 267px;
}

.wrap{
    width: 100%;
    height: 100%;
    position: relative;
    display: inner-block;
}

.box{
    position: relative;
    background-color: rgba(120,1,2,1);
    border:1px solid rgba(120,1,2,1);
    padding: 10px;
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(107, 133, 191, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(107, 133, 191, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(107, 133, 191, 0.75);*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.box2{
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
}

.box-inner{
    position: relative;
    background-color: none ;
    padding: 10px;
}

.box .title{
    float: left;
    font-size: 17px;
    font-family: "Avenir";
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.box .title-user{
    width: 100%;
    height: 45px;
    background-color: rgba(0,0,0,0);
    /*background-image: -moz-linear-gradient(top, #5e7cbc 0%, #38529d 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e7cbc), color-stop(100%,#38529d));
    background-image: -webkit-linear-gradient(top, #5e7cbc 0%,#38529d 100%);
    background-image:      -o-linear-gradient(top, #5e7cbc 0%,#38529d 100%);
    background-image:         linear-gradient(top, #5e7cbc 0%,#38529d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7cbc', endColorstr='#38529d',GradientType=0 );
    background-repeat: repeat-x;*/
}

.box .title-user > span{
    position: relative;
    top: 13px;
    left: -37px;
}

#winner{
    float: left;
    width: 360px;
    height: 265px;
    margin-right: 16px;
}

.congrats{
    font-size: 32px;
    float: left;
    font-weight: bold;
    font-style: italic;
    font-family: "Arial";
    color: #e7eb3c;
    text-transform: uppercase;
    /*text-shadow: 1px 1px 2px rgba(245,221,197, 0.8);*/
}

.avatar-default{
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 10px;
    /*border: solid 1px #0f0e23;*/
    background: url(../../avatar/default_afn.jpg) no-repeat;
}
.avatar{
    float: left;
    width: 123px;
    height: 123px;
    background-size: 123px;
}

.avatar-medium{
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    border: none;
    background: url(../../avatar/default_afn.jpg) no-repeat;
    background-size: 65px;
	/*border: solid 1px #0f0e23;*/
}
.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: none;
    background: url(../../avatar/default_afn.jpg) no-repeat;
    background-size: 100%;
	/*border: solid 1px #0f0e23;*/
}
.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: bold;
    font-family: "Arial";
	color: #d4e549;
}

.win-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    background: url(../image/imgAll.png) -1px -94px no-repeat;
}

.money-icon{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    background: url(../image/imgAll.png) -24px -92px no-repeat;
}

.winner-card, .winner-amount{
    font-size: 16px;
    color: #FFF;
    font-family: "Arial";
    font-weight: bold;
}

.winner-date{
    font-size: 12px;
}

#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(../image/imgAll.png) -50px -96px no-repeat;
}

#depo-next, #wd-next{
    width: 10px;
    height: 15px;
    padding-right: 2px;
    display: inline-block;
    background: url(../image/imgAll.png) -65px -96px 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: bold;
	color: #d4e549;
}

.depo-amount{
    font-size: 16px;
    color: #FFF;
    font-family: "Arial";
    font-weight: bold;
}

.depo-status{
    float: right;
    font-family: "Arial";
    font-size: 12px;
}

#wd{
    width: 330px;
    height: 137px;
}

.wd-info{
    float: left;
    text-align: left;
    width: 240px;
}

.wd-name{
    font-size: 20px;
    font-weight: bold;
	color: #d4e549;
}

.wd-amount{
    font-size: 16px;
    color: #FFF;
    font-family: "Arial";
    font-weight: bold;
}

.wd-status{
    float: right;
    font-family: "Arial";
    font-size: 12px;
}
.news-list{
    float:left;
    margin-left:15px;
    text-align: left;
    width:100%
}
.news-list > span{
    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(../image/imgAll.png) -82px -97px no-repeat;
}

.online-icon-small{
    width: 7px;
    height: 7px;
    margin-right: 10px;
    display: inline-block;
    background: url(../image/imgAll.png) -102px -100px no-repeat;
}

.online-text{
    position: relative;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-family:"Avenir";
}

.online-user{
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #A75703;
}

.user{
    width: 100%;
    height: 200px;
    /*border-top: 1px solid #2E0505;*/
}

.users{
    padding-bottom: 2px;
}

/**** Content ****/
.head-wrap{
    position: relative;
    /* background-color: rgba(0,0,0,1); */
	background-color: rgba(0,0,0,0.6);
    border:1px solid rgba(0,0,0,0.6);
    border-bottom: none;
    padding: 20px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
}

.head-wrap > h1{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.body-wrap{
    position: relative;
    min-height: 500px;
    height: 100%;
    /* background-color: rgba(0,0,0,.9); */
	background-color: rgba(0,0,0,0.6);
    border:1px solid rgba(0,0,0,0.6);
    border-top: none;
    padding: 20px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
}

/**** Footer ****/
#footer{
    height: 100%;
    background-color: #000;
    border-top: 5px solid #000;
    padding: 20px 0;
    font-family: "Avenir";
    font-size: 13px;
    line-height: 19px;
}

#footer .disclaimer{
    color: #a0a0a0;
    font-weight: bold;
}

#footer .copyright{
    margin-top: 10px;
}

#footer .copyright span{
    color: #ffffff;

}



/*-------------------------------------------------------------------------*/
/*  3.  Superfish Menu Override
/*-------------------------------------------------------------------------*/

.sf-menu{
    width: 100%;
    position: relative;
}

.sf-menu a, .sf-menu a:visited, .sf-menu a.main1, .sf-menu a.main1:visited{
    padding: 9px 29px;
    background-color: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Arial";
    letter-spacing: 0px;
    text-transform: uppercase;
    border-top: none;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a.main2, .sf-menu a.main2:visited{
    padding: 9px 33px;
	background-color: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Arial";
    letter-spacing: 0px;
    text-transform: uppercase;
    border-top: none;
}

.sf-menu a.main-inside, .sf-menu a.main-inside:visited{
    padding: 9px 33px;
   background-color: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    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: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    color: #d38384;
    /* text-shadow: 0px 0px 20px rgba(252, 188, 150, 0.9); */
}
.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: #990002;
    background-image: -moz-linear-gradient(top, #990002 0%, #750101 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990002), color-stop(100%,#750101));
    background-image: -webkit-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:      -o-linear-gradient(top, #990002 0%,#750101 100%);
    background-image:         linear-gradient(top, #990002 0%,#750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990002', endColorstr='#750101',GradientType=0 );
    background-repeat: repeat-x;
    color: #d38384;
    /* text-shadow: 0px 0px 20px rgba(252, 188, 150, 0.9); */
}

.sf-menu a.logout, .sf-menu a.android, .sf-menu a.logout:visited, .sf-menu a.android:visited{
    background: #310100 url(../image//android-menu.png) 75px 0px 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: #0d0000 url(../image//android-menu.png) 75px 0px no-repeat;background-position: right top;
    /* text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); */
}

.sf-menu > li > a{
    border-right: 0px solid #ffffff;
    border-left: 0px solid #5e513c;
}

.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: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 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: #ffd300;
    background-image: -moz-linear-gradient(top, #ffd300 0%, #b14700 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c79ba), color-stop(100%,#b14700));
    background-image: -webkit-linear-gradient(top, #ffd300 0%,#b14700 100%);
    background-image:      -o-linear-gradient(top, #ffd300 0%,#b14700 100%);
    background-image:         linear-gradient(top, #ffd300 0%,#b14700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd300', endColorstr='#b14700',GradientType=0 );
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(7, 71, 86, 0.9);
}

.sf-bottom{
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 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: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
}

.sf-menu ul{
    padding-top: 15px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
}



/*-------------------------------------------------------------------------*/
/*  4.  Forms & Buttons Skins
/*-------------------------------------------------------------------------*/

/**** Forms ****/
.login-form{
    float: right !important;
    padding: 10px 15px;
    margin-top: 34px;
    margin-right: -10px;
    margin-bottom: 8px;
    margin-left: 0px;
}

.control-label{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.control-label-header{
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: "century gothic";
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    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: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #261600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFF;
    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-small{
    height: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFF;
    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: 130px;
    height: 37px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5em;
    color: #261600;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFF;
    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-captcha{
    display: block;
    width: 120px;
    height: 35px;
    
    font-size: 14px;
    line-height: 1.5em;
    color: #aaaaaa;
    background-color: #fff;
    background-image: none;
    border: 1px solid #FFF;
    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:focus{
    border-color: #7a4500;
    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: #c7c7c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder{
    color: #c7c7c7;
}

.form-control::-webkit-input-placeholder{
    color: #c7c7c7;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/**** Label ****/
.control-label{
    color: #aeaeae;
    font-weight: normal;
    font-family: "Franklin Gothic";
}

.combodate select{
    display: inline-block;
}

/**** Column ****/
.text-left{
    text-align: left;
    font-family: "Avenir";
}
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.text-justify{
    text-align: justify;
}

#pendaftaran p, ol, ul, h5{
    padding-left: 11px;

}

#withdraw p, ol, ul, h5{
    padding-left: 11px;
}

#masalah-umum p, ol, ul, h5{
    padding-left: 11px;
}

#deposit p, ol, ul, h5{
    padding-left: 11px;
}

.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 {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size:0;
    overflow: hidden;
    background-color: #FFF;
    border-width:0;
    /*border-top: 1px solid #002748;*/
}

.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: 260px;
    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;
}

.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;
}

/**** Inputs ****/
input[type="text"], input[type="password"], select, textarea{
    min-width: 50px;
    height: auto;
}

input[type="file"]{
    display: inline-block;
}

/**** Buttons ****/
.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    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 #990002;
    border-radius: 4px;
}

.btn-login{
	background: #990002;
    background-image: -webkit-linear-gradient(top, #990002 0%, #750101 100%);
    background-image:         linear-gradient(to bottom, #990002 0%, #750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990002', endColorstr='#750101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    -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);
    background-repeat: repeat-x;
    border-color: #990002;
    color: #ffffff;
	font-weight: bold;
}

.btn-login:hover, .btn-login:focus{
	background: #750101;
    background-image: -webkit-linear-gradient(top, #750101 0%, #990002 100%);
    background-image:         linear-gradient(to bottom, #750101 0%, #990002 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750101', endColorstr='#990002', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #eff349;

}

.btn-login:active, .btn-login.active{
    color: #FFF;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);*/
}
.btn-write{
   background: #990002;
    background-image: -webkit-linear-gradient(top, #990002 0%, #750101 100%);
    background-image:         linear-gradient(to bottom, #990002 0%, #750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990002', endColorstr='#750101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    -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);
    background-repeat: repeat-x;
    border-color: #990002;
    color: #ffffff;
}

.btn-write:hover, .btn-write:focus{
    background: #750101;
    background-image: -webkit-linear-gradient(top, #750101 0%, #990002 100%);
    background-image:         linear-gradient(to bottom, #750101 0%, #990002 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750101', endColorstr='#990002', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #eff349;
}

.btn-write:active, .btn-write.active{
    color: #FFF;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);*/
}

.btn-submit{
   background: #990002;
    background-image: -webkit-linear-gradient(top, #990002 0%, #750101 100%);
    background-image:         linear-gradient(to bottom, #990002 0%, #750101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990002', endColorstr='#750101', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
    -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: 1px solid #990002;
    color: #ffffff;
    min-width: 178px;
    padding: 10px;
    font-size: 22px;
    font-family: "Avenir";
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    text-shadow: 0px 0px 1px rgba(14, 98, 119, 0);
	margin-bottom: 20px;
}

.btn-submit:hover, .btn-submit:focus{
    background: #750101;
    background-image: -webkit-linear-gradient(top, #750101 0%, #990002 100%);
    background-image:         linear-gradient(to bottom, #750101 0%, #990002 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#750101', endColorstr='#990002', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #eff349;
}

.btn-submit:active, .btn-submit.active{
    color: #FFF;
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);*/
}

.btn-upload{
    background-color: #283364;
    border-color: #223b79;
    color: #f37021;
}

.btn-top{
    float: right;
    display: inline-block;
    margin-top: -52px;
}

.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: bold;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.deposit-success-report table tr td{
    color:#3c763d;
}


.bold{
    font-weight: bold;
}

.attention{
    color: #ffd953;
    font-weight: bold;
    font-family: "Franklin Gothic";
}

.pt7{
    padding-top: 7px;
}

.normal{
    color: #ffffff;
}

.impt{
    color: #ff0000;
}

.list-group{
    display: inner-block;
    margin-bottom: 20px;
}

.border{
    border: 1px solid #2a3f7a;
}

/*1*/
ol{
    margin-left: 0px;
    counter-reset:first;
    list-style-type:none;
}

ol li{
    list-style-type: none;
    margin-bottom: 10px;
}

ol li:before{
    counter-increment: first;
    content:counter(first)". ";
}

.center-rules{
    width:100%;
    float:left;
    min-height:800px;
}
.content-rules{
    width:914px;
    color: #fff;
    /*background:#c3cee9; url(idn/img/bg01.jpg) center bottom repeat-x
    border:3px solid #f79536;
    padding:10px 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;*/
}

font{
    color: #fff;
}


.blue-rules{
    background: #046497 url(idn/img/button03.jpg) top center repeat-x;
    border: 1px solid #006271;
}
.col-bank{
    background:#292929;
    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:480px;
    overflow:hidden;
}

.uialert{
    position: fixed;
    display: none;
    background: #002131;
    border: 2px solid #006dca;
    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:#f58c00;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background-color: #750201;
    /* background-image: -moz-linear-gradient(top, #bfa682 0%, #bfa682 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#bfa682));
    background-image: -webkit-linear-gradient(top, #bfa682 0%,#bfa682 100%);
    background-image:      -o-linear-gradient(top, #bfa682 0%,#bfa682 100%);
    background-image:         linear-gradient(top, #bfa682 0%,#bfa682 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfa682', endColorstr='#bfa682',GradientType=0 ); */
    background-repeat: repeat-x;
    /* text-shadow: 0px 0px 20px rgba(124,34,182, 0.5); */
    text-shadow: 0px 0px 20px rgba(10,43,111, 0.5);
	font-size:16px;
    font-weight:600;
    color:#ffffff;
    text-transform:uppercase;
    font-weight:bold;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background:#ffffff;
    color:#750201;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#ffffff;
    color:#000;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#151515;
    color:#fff;
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}
/*-------------------------------------------------------------------------*/
/*  5.  Bank Online/Offline
/*-------------------------------------------------------------------------*/
.bank-panel{
    display: block;
    position: fixed;
    z-index: 99;
}

.bank-panel.right{
    top: 19%;
    right: 0px;
}

.bank-panel .panel-black{
    display: block;
    position: relative;
    background-color: #404040;
    width: 170px;
    height: 70px;
    margin-bottom: 2px;
    border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -moz-border-radius: 12px 0px 0px 12px;
    -ms-border-radius: 12px 0px 0px 12px;
    -o-border-radius: 12px 0px 0px 12px;
}

.online{
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 12px;
    margin-left: 6px;
    background: url(../image//indicator.png) 0px 0px no-repeat;
}

.offline{
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 17px;
    margin-left: 6px;
    background: url(../image//indicator.png) 0px -44px no-repeat;
}

.bank-panel .bca{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../image///bank.png) -5px 0px no-repeat;
}

.bank-panel .mandiri{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../image//bank.png) -127px 0px no-repeat;
}

.bank-panel .bri{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../image//bank.png) -250px 0px no-repeat;
}

.bank-panel .bni{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../image//bank.png) -373px 0px no-repeat;
}

.bank-panel .danamon{
    float: right;
    width: 120px;
    height: 52px;
    margin-top: 8px;
    background: url(../image//bank.png) -494px 0px no-repeat;
}