/*body, html {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    height: 100%;
}*/
body{font-family: 'Lato',Arial,Verdana, Helvetica, sans-serif; font-size: 12px; color: #222; height: 100%; font-weight: 700; background-color: #d7d7d7;}

/* ul li*/
ul li{
    display: block;
    position: relative;
}

ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1em;
    padding: 0px 0px 0px 18px;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
}

ul li:hover label{
    color: #FFFFFF;
}

ul li .check{
    display: block;
    position: absolute;
    cursor: pointer;
    border: 2px solid #aaa;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 3px;
    transition: border .15s linear;
    -webkit-transition: border .15s linear;
}

ul li:hover .check {
    border: 2px solid #FFFFFF;
}

ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 5px;
    width: 5px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.15s linear;
    -webkit-transition: background 0.15s linear;
}

input[type=radio]:checked ~ .check {
    border: 2px solid #0DFF92;
}

input[type=radio]:checked ~ .check::before{
    background: #0DFF92;
}

input[type=radio]:checked ~ label{
    color: #0DFF92;
}

.dp_title {
    /*font-family: nimbus,HelveticaNeue-CondensedBold,"Helvetica Neue","Arial Black",Arial,"Lucida Grande",sans-serif;*/
    font-family: 'Francois One', sans-serif;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
.dp_title_222 {
    color: #222;
    font-size: 1.8em;
    font-weight: bold;
    /*font-family: nimbus,HelveticaNeue-CondensedBold,"Helvetica Neue","Arial Black",Arial,"Lucida Grande",sans-serif;*/
    font-family: 'Francois One', sans-serif;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.btn-draft {
    text-transform: uppercase;
    text-shadow: 0 0 3px #333;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.dp_logo_top  img{
    /*height: 80px;*/
    margin: 10px;
}

.nav_menu {
    width: 960px;
    font-size: 2em;
    font-weight: 500;
    color: #fff;
    position: absolute; 
    left: 200px;
}

.nav_menu > ul{
    width: 550px;
    float: left
}

.nav_menu > ul > li{
    list-style: none;
    float: left;
    margin-top: 12px;
    margin-right: 20px;

    font-family: 'Francois One', sans-serif;
    font-size: 20px;
}

.nav_menu > ul > li > a{
    color: #fff;   
    text-decoration: none;
}
.nav_menu > ul > li > a:hover{
    color: #00fafa;   
}

.nav_menu > ul > li > a.on{
    color: #00fa00;   
}

.nav_menu > div{
    float: right;
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.locale_info{
    padding: 5px ;
    font-size: 11px; 
    background-color: #555; 
    color: #bbb; 
    border-radius: 3px
}

.dp_cotent_box{
    padding-top: 20px;
}

.dp_top_category {
    width: 800px;
    padding-top: 7px;
    position: absolute; 
    left: 200px;

    font-size: 18px;
    font-weight: 400;
}

.dp_top_category li {
    float:left;
    margin-right: 20px;
    list-style: none;
}

.dp_top_category_noSeason {
    color:  #696969;
}

.dp_top_category li a{
    color:  #fff;
}

.dp_avatar_top  img{
    border: 1px solid #aaa;
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.dp_avatar_top .dp_avatar_top_img{
    float: right;
}

.dp_my_info_top {
    margin-right: 10px;
    float: right;
}

.is_banner {
    margin-top: 20px;
}

/*top banner*/
.top_banner {
    background: #111;
    background-image:url("images/tasky_pattern.png");
    padding-top: 15px;
}
.top_banner > ul{
    width: 1140px;
    margin: 0px auto;
    padding: 0px;
}
.top_banner > ul > li{
    list-style: none;
    float: left;
    text-align: center;
}
.top_banner > ul > li:first-child{
    text-align: left;
}
.top_banner > ul > li:last-child{
    width: 33%;
    text-align: right;
}

.top_banner > ul > li{
    list-style: none;
    float: left;
}
.top_banner > .marguee{
    width: 1000px;
    padding: 10px;
    margin: 0px auto;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    color: #00fafa;
}


@media screen and (min-width: 780px) {
    .dp_hide_logo {
        display: none;
    }
}

.dp_main_top_banner {
    background-color: #555;
}

.dp_main_top_banner img{
    margin-bottom: 20px;
}

.dp_main_time {
    /*padding-top: 10px;*/
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #777;
}
.dp_main_time span:last-child{
    font-weight: 600;
    color: #00fafa;
    text-shadow: 2px 1px #000;
}

.dp_main_time .menu{
    font-size: 13px;
    font-weight: 600;
    color: #00fa00;
}

.dp_main_sidemenu div .list-group {
    font-size: 0.93em;
}

.dp_main_time_input {
    width: 63px;
    height: 30px;
    font-size: 0.7em;
    float: left;
}
.dp_main_time_span {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.dp_lobby_group {
    padding: 10px;
    width: 135px;
    background-color: #222;
    font-size: 0.85em;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.dp_lobby_group_active{
    background-color: #111;
}

.dp_lobby_tb_top {
    background-color: #42698e;
    font-size: 0.75em;
    padding: 3px;
}

.dp_lobby_tb_body {
    background-color: #ddd;
    height: 500px;
    overflow-y: scroll;
    font-size: 0.9em;
    padding: 3px;
}
.dp_lobby_tb_content {
    height: 40px;
    font-size : 0.95em;
    border-bottom: 1px solid #ccc;
    margin-top: 0px;
    cursor: pointer;
}
.dp_lobby_tb_content div{
    color : #111;
}

.dp_lobby_tb_top_1 {
    width : 520px;
    float:left;
}
.dp_lobby_tb_top_2 {
    width : 80px;
    float:left;
}
.dp_lobby_tb_top_3 {
    width : 100px;
    float:left;
}
.dp_lobby_tb_top_4 {
    width : 80px;
    float:left;
}
.dp_lobby_tb_top_5 {
    width : 100px;
    margin-top: 8px;
    float:left;
}

.dp_btn-group li {
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.modal {
    color: #333;
}

.dp_unlink {
    color: #999;
}

/* main */
.dp_main_logo {

}
.dp_main_logo h1{   
    font: 700 50px "Oswald", sans-serif;
    font-style: italic;
    text-shadow : 2px 2px 0 #000;
    margin: 50px 0 0 0;
}
.dp_main_logo h2{   
    font: 300 40px "Oswald", sans-serif;
    font-style: italic;
    margin: -10px 0 0 0;
}
.dp_main_logo h3{   
    font: 300 40px "Oswald", sans-serif;
    /*font-style: italic;*/
    margin: -10px 0 0 0;
}
.dp_main_logo button{   
    margin: 130px 0 0 0;
}
.dp_main_logo_enter{   
    margin: 10px 0 0 0;
}
.dp_main_logo img {
    width: 150px;
    margin-top: 50px;
}
.dp_main_info{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    display: flexbox;
    display: -webkit-flex;  
    padding-top: 30px;
}
.dp_main_info div > div{
    text-align: left;
    display: inline-block;
    font-style: italic;
}
.dp_main_info div{
    display: flex;
    display: flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 30px;
    float: left;
}
.dp_main_info .circle{
    background-color: #ff6c00;
    border-radius: 50%;
    font: 700 20px "Oswald",sans-serif;
    padding: 9px 19px 9px 14px;
    font-style: italic;
    margin: 5px 10px 10px 0;
}
.dp_main_info span{   
    font: 700 24px "Oswald", sans-serif;
    font-style: italic;
    text-shadow : 2px 2px 0 #000;
}
.dp_main_why {
    font-size: 16px;
    padding: 50px 0 50px 0;
}
.dp_main_why span{
    display: block;
    font: 600 21px "Open Sans",sans-serif;
    color: #383739;
    width: 100%;
    margin-bottom: 10px;
}
.dp_main_why img{
    margin: 0px auto 20px auto;
    width: 66%;
    max-width: 145px;
}
.dp_main_why h2 {
    font: 20px "Oswald",sans-serif;
    border-bottom: 1px solid #383739;
    color: #383739;
    display: inline-block;
    margin: 0 0 30px 0;
    padding-bottom: 5px;
}

/* login, join */
.dp_login {
    margin-top: 40px;
}
.dp_login h1{   
    font: 700 50px "Oswald", sans-serif;
    font-style: italic;
    text-shadow : 2px 2px 0 #000;
    margin: 10px 0 0 0;
}
.dp_login h2{   
    font: 300 40px "Oswald", sans-serif;
    font-style: italic;
    margin: -10px 0 0 0;
}
.dp_login h3{   
    font: 300 40px "Oswald", sans-serif;
    /*font-style: italic;*/
    margin: -10px 0 0 0;
}

.btn_sign {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #fff;
    cursor: pointer;
}
.btn_sign:last-child {
    margin-bottom: 0px;
}

.btn_sign.facebook {
    background: #3b5998;
}
.btn_sign.google {
    background: #ea4335;
}
.btn_sign.twitter {
    background: #659fcb;
}
.btn_sign.yahoo {
    background: #48019f;
}

/* lobby */
#draftgame {
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
}
#box_loading {
    position: absolute; 
    top: 0; 
    left: 0; 
    display: none;
}

/* create game*/
.step_title {
    font-size : 1.8em;
    margin-bottom: 20px;
}

.create_title {
    text-align: left;
    font-size: 2.2em;
    /*font-weight: 600;*/
    margin-bottom: 10px;
}
.create_title span {
    color: #fff;
}

.bg_content {
    /*background: #1d4b8f;*/
    background-image: url("images/dark.png");
    box-shadow: 0px 0px 20px #000;
}

.section-content li {
    list-style: none;
    display: block;
    float: left;
    margin: 10px 10px;
    background-color: #222;
    padding: 20px;
    text-align: center;
    font-weight: 300;
    border-radius: 10px;
}
.section-content li[class='active']:hover {
    background-color: #888;
    color: #fff;
}

.section-content li img{
    width: 50px;
}

.section-time li {
    list-style: none;
    display: block;
    float: left;
    width: 17%;
    margin: 10px 10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.section-time li span {
    color: #ddd;
    font-size : 1.4em;
}

.section-time li div.date {
    color: #ddd;
    font-size : 0.95em;
    font-weight: 300;
}
.section-time li div.box {
    color: #ddd;
    font-size : 0.9em;
    font-weight: 300;
    padding: 3px;
    background-color: #333;
}
.section-time li[class='active']:hover {
    background-color: #888;
}

.section-detail  {
    margin-top: 20px;
    display: none;
}

.section-detail li{
    border : 1px solid #888;
    font-size: 0.75em;
    font-weight: 200;
    padding: 10px;
    list-style: none;
    float: left;
    margin: 10px 10px 0 0;
}

div li.active {
    background-color: #666;
    color: #fff;
    cursor: pointer;
}

div li.selected {
    background-color: #007ACC;
}

.section-type {
    width: 500px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #222;
    cursor: pointer;
}

.section-type:hover {
    background-color: #4f4f4f;
}

.section-type .title {
    font-size : 1.4em;
    font-weight: 400;
}

.section-type .sub {
    font-size : 0.9em;
}
.section-type.selected {
    background-color: #dfdfdf;
}

.section-type2 {
    width: 500px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.section-type2 .head {
    width: 245px;
    background: #222;
    padding: 10px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    height: 165px;
}
.section-type2 .multi {
    width: 245px;
    padding: 10px;
    background: #222;
    float: left;
    cursor: pointer;
    height: 165px;
}
.section-type2 .head:hover, .section-type2 .multi:hover {
    background-color: #4f4f4f;
}
.section-type2 .head.selected, .section-type2 .multi.selected {
    background-color: #dfdfdf;
}
.section-type2 .title {
    font-size : 1.4em;
    font-weight: 400;
    margin-top: 5px;
}

.section-details {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #222;
}
.section-details2 {
    padding: 20px;
    width: 200px;
    height: 80px;
    float: left;
    margin-bottom: 10px;
    background-color: #000;
}
.section-details2:nth-of-type(4) {   
    width: 400px;
}
.section-details .input_detail {
    width: 650px;
}

.finish_detail {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
}

.finish_info {
    background-color: #f6a800; 
    padding: 10px; 
    margin-bottom: 20px
}
.finish_info i, .finish_info span{
    color: #fff; 
}
.wizard div {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
}
.wizard div:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 24px inset transparent;
    border-left: 20px solid #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard div:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 24px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard div:first-child:before,
.wizard div:last-child:after {
    border: none;
}
.wizard div:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard div:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard div:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current .badge{
    background: #007ACC;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.game_bar {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background-color: #333;
}

.game_bar .select_sub {
    padding: 0 20px;
    background-color: #333;
}
.game_bar hr {
    margin: -15px 0 0 0
}

hr.style3 {
    border-top: 1px dashed #8c8b8b;
}

/* draft game */
.dp_tab_draft {
    display: inline-block;

}
.dp_tab_draft li {
    position: relative;
    float: left;
    color: #e0e0e0;
    height: 30px;
    margin-right: 2px;
    background-color: #111;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    padding: 8px;
    cursor: pointer;
    list-style: none;

}
.dp_tab_draft .on {
    background-color: #ff8a00;
}
.dp_draft_lineup {
    color : #fff;
}
.dp_draft_salary {
    /*font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;*/
    color: #aaa;
    font-size: 12px;
}
.dp_draft_choice_player {
    background-color: #222;
    height: 300px;
}
.dp_draft_choice_lineup {
    background-color: #222;
}
.dp_draft_table {
    width: 100%;
    font-size: 12px;
    background: #111;
}
.dp_draft_table tr {
    height: 30px;
    text-align: center;
}
.dp_draft_table2 {
    width: 100%;
    /*font-size: 11px;*/
}
.dp_draft_table2 tr {
    background-color: #222;
    height: 30px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.scroll {
    overflow-y:scroll;
}

/* lineups */
.layer_fv {
    position: absolute;
    top:0px;
    left: 0;
    display: none;
}

.layer_ls {
    position: absolute;
    top:0px;
    right: 0;
    display: none;
    background: #111;
    padding: 20px;
    border: 1px solid #555;
    z-index: 999;
}
.layer_fv > .title {
    color: #fff;
    width: 120px;
    padding: 6px 12px 10px 12px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    background-color: #000;
    position: absolute;
    z-index: 999;
}
.layer_fv > .filter {
    width: 250px;
    padding: 20px;
    position: relative;
    top: 36px;
    border: 1px solid #efefef;
    background-color: #000;
    z-index: 998;
}
.layer_fv > .filter > input {
    color: #bbb;
}

.btn_fv {
    float: left;
}

.lu_tb {
    height: 350px;
    background-color: #222
}

.container_lineup {
    padding-bottom: 10px;
}

.box_lineup {
    display: block;
    position: relative;
    width: 33%;
    height: 550px;
    border: 1px solid #777;
    background-color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}

.box_lineup:nth-child(3n+0) {  
    margin-right: 0;
    float: right;
}

.box_lineup:nth-child(3n+0):after {
    clear: both;
}

.lineup_category_title {
    position: relative;
    height: 40px;
    padding: 10px;
}

.lineup_category_title .title{
    margin-left: 10px;
    margin-right: 20px;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    list-style: none;
    float: left;
}

.lineup_category_title .upcoming{
    font-size: 1em;
    color: #00fa00;
    float: right;
}
.dp_lineup_table {
    width: 100%;
    font-size: 11px;
}
.dp_lineup_table tr {
    color:#333; 
    font-size: 12px;
    cursor: pointer;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.ul_game_cate{
    margin: 0;
    padding: 0;
}

.ul_game_cate > li{
    color: #aaa;
    list-style: none;
    float: left;
    cursor: pointer;

    padding: 15px; 
    height: 50px;
    border-radius: 0px 0px 0px 0px
}
.ul_game_cate > li:first-child{
    border-radius: 10px 0px 0px 0px
}
.ul_game_cate > li.checked{
    color: #fff;
    background: #1d4b8f; 
}
.ul_game_cate > li:hover{
    background: #122b40; 
}
.ul_game_cate > li.checked:hover{
    background: #1d4b8f; 
}

.box_lineup {
    color: #aaa;
}
.box_lineup tr{
    height: 30px;
    border-bottom: 1px solid #333;
}
.box_lineup table:last-child tr{
    color: #fff;
}
.is_upcoming{
    border: 3px solid #00fa00;
}

/* contest */
div.status {
    width: 250px;
    margin-bottom: 20px;
    text-align: left;
    float: left;
}
div.condition {
    margin-right: 20px;
    margin-bottom: 20px;
    display:inline-block; 
    float: right;
}
div.button_create {
    width: 124px;
    margin-bottom: 20px;
    padding-top: 60px;
    display:inline-block; 
    float: right;
}

div.condition_win {
    float: left;
}

div.condition_win > div.win {
    padding: 10px;
    height: 90px;
    width: 200px;
    background-color: #111;
}

div.condition_detail {
    margin-left: 10px;
    float: left;
}
div.condition_detail > div.deatail{
    margin-bottom: 10px;
    height: 23px;
    width: 190px;
    background-color: #111;
    text-align: left;
    padding-left: 15px;
}

.win_title {
    color: #5ea600;
    font-size: 1.3em;
    font-weight: 600;
}

.win_prize {
    color: #fff;
    font-size:1.8em;
    font-weight: 600;
}

.sub_title {
    color: #5ea600;
    font-weight: 400;
}
.win_count {
    color: #fff;
}

.title_live {
    width: 100%;
    overflow: hidden;
    float: left;
}
.contest_name {
    cursor: pointer;
    width: 190px;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
}

.contest_result {
    padding-top: 8px;
}
.result_rank {
    width: 30%;
    height: 183px;
    background-color: #222;
    overflow-x: hidden;
    border: 1px solid #555;
    float: left;
}
.result_my {
    width: 69%;
    height: 183px;
    border: 1px solid #555;
    overflow-x: hidden;
    float: right;
    margin-bottom: 8px;
}

#tab_contest{
    margin: 0;
    padding: 0;
}
#tab_contest li {
    color:#777; 
    background: #222; 
    width: 100px; 
    margin-right: 5px; 
    padding: 10px; 
    border-radius: 10px 10px 0 0; 
    float: left;
    cursor: pointer;
}
#tab_contest li:hover {
    background: #444;
    color: #fff;
}
#tab_contest li.checked {
    background: #111;
    color: #96dbef;
}

/* store */
.panel-body {
    color: #555;
}
.tab_store {
    cursor: pointer;
    float: left;
    padding: 14px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #333; 
}
.tab_store.on{
    background-color: #007ACC;
}

.tab_store > span{
    color: #ddd;
}

.dp_store_body {
    background-color: #ddd;
    font-size: 0.9em;
    padding: 13px;
}
.dp_store_content {
}

#gold_purchase {
    margin:0;
    padding:0;
}
#gold_purchase  > li {
    float: left;
    margin-right: 18px;
    cursor: pointer;
}
#gold_purchase  > li:last-child {
    margin-right: 0px;
}
#bitcoin_purchase {
    margin:0;
    padding:0;
}
#bitcoin_purchase  > li {
    float: left;
    margin-right: 25px;
    cursor: pointer;
}
#bitcoin_purchase  > li:last-child {
    margin-right: 0px;
}

.bitcoin_box{
    width: 960px;
    height:403px;
    margin-top: 15px;
    padding: 20px;
    background-image: url("bg_bitcoin_purchase.png");
}

.next_bitcoin_count{
    height: 43px;
    padding-top: 8px;
    color: #999;
    float: right;
}

.next_bitcoin_count > span {
    font-size: 1.9em;
    font-weight: 600;
    color : #fff600;
}

.buy_bitcoin {
    background: #000;
    margin-top: 13px;
    padding : 20px;
}

.bitcoin_limit{
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    color: #1cb29f;
    font-size: 1.24em;
    background-color: #122b40;
    box-shadow: 3px 3px 10px 0px #111 inset;
}
#bitcoin_limit {
    font-size: 1.72em;
    font-weight: bold;
    color: #fff;
}
.bitcoin_limit span {
    font-size: 1.6em;
    color: #222;
}

.store_ul {
    padding: 0;
    margin: 0;
}

.store_ul > li{
    float: left;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.store_ul > li:nth-child(2n+1){
    color: #fff;
    background-color: #1d4b8f;
    clear: left;
}

.store_ul > li:nth-child(2n+2){
    width: 800px;
}

.store_ul > li.height80{
    height: 80px;
}
.store_ul > li.height180{
    height: 180px;
}
.store_ul > li.height210{
    height: 210px;
}
.store_ul > li.height240{
    height: 240px;
}
.store_ul > li:last-child{
    border-bottom:0px;
}
.store_ul > li:last-child > div{
    float: left;
    margin-right: 20px;
}
.store_ul > li:last-child > div:last-child{
    width: 500px;
}

.bitcoin_amount {
    color:#ffb906;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.bitcoin_detail{}
.bitcoin_detail > li{
    display: list-item;
    list-style: disc;
}
.bitcoin_detail > li > span{
    font-size: 18px;
}
.bitcoin_detail > li:nth-child(2n+2) > span{
    font-weight: 800;
    color: #fa7000;
}

/* My page */
.dp_my_body {
    background-color: #ddd;
    font-size: 0.9em;
    padding: 13px;
}
.dp_my_content {
    margin-top: 20px;
    color: #333;
    padding: 10px 30px 30px 30px;
    background: #eee;
}
.dp_my_content ul >li {
    padding: 5px;
}
.dp_my_body > div > ul {
    list-style: none;
    margin: 0; 
    padding: 0;
}
.dp_my_body > div > ul > li {
    display: block;
    float: left;
}
.dp_my_body > div > ul > li:last-child {
    padding-left: 10px;
    color: #333;
}
.dp_my_body > div > ul > li:last-child > div {
    padding: 6px;
}
.table_ticket_detail {
    width: 100%;
    font-size: 12px;
}
.table_ticket_detail tr {
    border-bottom: 1px solid #fff;
}
.table_ticket_detail tr > td {
    padding: 10px;
}
.table_ticket_detail tr > td:first-child {
    width: 15%;
    background: #addee8;
}
.table_ticket_detail tr > td:last-child {
    background: #dbf4f9;
    text-align: left;
}

/* Company */
.company_content {
    background: #eee;
    border: 1px solid #ccc;
    margin-top: 13px;
    padding : 20px;
}
.content_scroll{
    height: 800px;
    overflow-y: scroll;
}
.contact_us_ul {
    width: 95%;
}

.contact_us_ul > li{
    list-style: none;
    margin-top: 20px;
}

.WordSection1{
    color: #222;
}

/* How to Play */
.htp_box .title {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 12pt;
    font-family: "\00b9d1\00c740 \00ace0\00b515";
    font-style: normal;
}

.htp_box .title2 {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "\00b9d1\00c740 \00ace0\00b515";
    font-style: normal;
}

.htp_box .content {
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 10pt;
    font-family: "\00b9d1\00c740 \00ace0\00b515";
    font-style: normal;
}
.htp_box .content2 {
    padding-top: 0pt;
    padding-bottom: 8pt;
    line-height: 1.0791666666666666;
    text-align: justify;
}

.htp_box div {
    margin: 10px auto;
}

.htp_box div:first-child {
    margin-top: 0px;
}

.htp_box li {    
    margin-left: 38pt;
    padding-top: 0pt;
    color: #000;
    padding-left: 2pt;
    padding-bottom: 8pt;
    line-height: 1.0791666666666666;
    text-align: justify;
}

/* Events */
.event_container {
    margin: 0;
    padding: 0;
}
.event_container > li{
    float: left;
    width: 33.33%;
    text-align: center;
    padding:3px;
}
.event_box{
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: 5px 5px 5px #222;
}

.event_box > li {
    background-color: #aaa;
}

.event_box > li > div{
    color: #aaa;
}

.event_box > li > div:last-child{
    margin-top: 10px;
    color: #ddd;
}

.event_box > li:first-child {
    padding: 10px;
    border:1px solid #333;
    border-radius: 10px 10px 0 0;
    background-color: #1d4b8f;
    font-size: 16px;
    font-weight: 500;
}
.event_box > li:last-child {
    padding: 10px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: left;
    background-color: #111;
}
.event_box > li > img {
    width: 100%;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

/* Footer */
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#footer_mini {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footer-bs {
    background-color: #111;
    padding: 10px 0;
    color: rgba(255,255,255,1.00);
}

.footer-bs .footer-nav ul.pages { 
    list-style:none; 
    padding:0px; 
}
.footer-bs .footer-nav ul.pages a { 
    font-size: 12px; 
    font-weight: 100;
    color: #777; 
}
.footer-bs .footer-nav ul.pages a:hover { 
    color:rgba(255,255,255,0.80); 
    text-decoration:none; 
}
.footer-bs .footer-nav h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { 
    list-style:none; 
}
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:10px;
}
.footer-social li{
    float: left;
    margin-right: 20px;
}
.footer-bs .footer-social a { 
    font-size: 12px; 
    font-weight: 100;
    color: #777; 
}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
.sports1 {
    margin-top:14px;
}

/* margin */
.dp_margin_top10 {
    margin-top: 10px;
}
.dp_margin_right10 {
    margin-right: 10px;
}
.dp_margin_buttom10 {
    margin-bottom : 10px;
}
.dp_margin_left10 {
    margin-left : 10px;
}

/* bg */
.dp_bg_black {
    background-color: #000;
}
.dp_bg_111 {
    background-color: #111;
}
.dp_bg_white {
    background-color: #fff;
}
.dp_bg_gray_383838 {
    background-color: #383838;
}
.dp_bg_gray_383739 {
    background-color: #383739;
}
.dp_bg_gray_1b1a1c {
    background-color: #1b1a1c;
}
.dp_bg_efefef {
    background-color: #efefef;
}
.dp_bg_42698e {
    background-color: #42698e;
}
.dp_bg_1d4b8f {
    background-color: #1d4b8f;
}
.dp_bg_122b40 {
    background-color: #122b40;
}

/* float */
.dp_float_left {
    float: left;
}
.dp_float_right {
    float: right;
}

/* text align */
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

/* font accent */
.dp_font_accent {
    font-size: 18px; 
    font-weight: 500; 
    color: #1d4b8f;
}

/* font color*/
.dp_font_fff {
    color:#fff;
}
.dp_font_5ea600 {
    color:#5ea600;
}
.dp_font_222 {
    color:#222;
}
.dp_font_333 {
    color:#333;
}
.dp_font_444 {
    color:#444;
}
.dp_font_aaa {
    color:#aaa;
}
.dp_font_777 {
    color:#777;
}
.dp_font_ff8a00 {
    color:#ff8a00;
}
.dp_font_1d4b8f {
    color:#1d4b8f;
}
.dp_font_00fa00 {
    color:#00fa00;
}

/* font size */
.dp_font_10px {
    font-size: 10px;
}
.dp_font_11px {
    font-size: 11px;
}
.dp_font_12px {
    font-size: 12px;
}
.dp_font_14px {
    font-size: 14px;
}
.dp_font_16px {
    font-size: 16px;
}

/*font weight */
.dp_bold {
    font-weight: 600;
}

/*font align */
.dp_text_center {
    text-align: center;
}

/* padding */
.dp_paddign10 {
    padding: 10px;
}
.dp_paddign15 {
    padding: 15px;
}

/* width */
.dp-xs-12 {
    width: 100%;
    float: left;
}

/* height */
.dp_height_570 {
    height: 570px;
}
.dp_height_140 {
    height: 140px;
}

.dp-xs-10 {
    width: 83.33333333%;
    float: left;
}
.dp-xs-6 {
    width: 50%;
    float: left;
}
.dp-xs-4 {
    width: 25%;
    padding: 10px;
    float: left;
}
.dp-xs-2 {
    width: 20%;
    float: left;
}

/* border */
.dp_border_bottom_bt_1px {
    border-bottom: 1px solid #ddd;
}
.dp_border_bottom_bt_3px {
    border-bottom: 3px solid #535254;
}

/* bg */
.dp_bg_main {
    background-image:url("bg_main.png");
    background-repeat: no-repeat;
    background-position: center;
}
.bg_nba {
    background-image:url("bg_nba.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.pagination > * {
    font-weight: 200;
}

/* padding */
.padding50 {
    padding: 50px;
}
.padding20 {
    padding: 20px;
}
.padding10 {
    padding: 10px;
}
.padding5 {
    padding: 5px;
}
.padding_top50 {
    padding-top : 50px;
}
.padding_right50 {
    padding-right:  50px;
}
.padding_left50 {
    padding-left : 50px;
}
.padding_bott50 {
    padding-bottom  : 50px;
}

.padding_top20 {
    padding-top : 20px;
}
.padding_right20 {
    padding-right:  20px;
}
.padding_left20 {
    padding-left : 20px;
}
.padding_bott20 {
    padding-bottom  : 20px;
}

/* cursor */
.cursor_pointer {
    cursor: pointer;
}

/* light room */
.light_room {
    position: absolute; 
    top:0px;  
    background-color: #000;
    z-index: 10000;
    opacity: 0.7;
}

.lb_container{   
    position: absolute; 
    top:0px; 
    z-index: 10001;
}
.lb_box{
    text-align: center; 
}
.lobby_detail_box{
    width:800px; 
    height: 460px; 
    padding: 20px;
    text-align: center; 
    background: #eee;
}
.player_detail_box{
    width:900px; 
    margin: 20px auto; 
    padding: 20px;
    text-align: center; 
    background: #eee;
}

.lb_detail_top_l {
    width: 70%; 
    text-align: left; 
    float: left; 
    padding-right: 10px 
}
.lb_detail_top_r {
    width: 30%; 
    height: 60px; 
    border: 1px solid #bbb; 
    float: right;
}
.lb_detail_info_l {
    width: 70%; 
    height: 250px; 
    float: left; 
    padding-right: 10px
}
.lb_detail_info_r {
    width: 30%; 
    float: right;
}

.lb_summary {
    height: 125px; 
    border: 1px solid #bbb; 
    overflow-y: scroll
}
.lb_entrants {
    height: 95px; 
    border: 1px solid #bbb; 
    overflow-y: scroll
}
.lb_prize {
    height: 250px; 
    border: 1px solid #bbb; 
    overflow-y: scroll
}

.lb_li_entrants {
    font-size: 12px;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 5px;
    list-style: none;
    float: left;
    border: 1px solid #ccc;
}

#box_loading {
    display: none;
}
