﻿@charset "utf-8";
/* CSS Document */

@charset "utf-8";

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

:focus {
    outline: 0
}

a, body, div, h1, h2, h3, h4, h5, li, p, ul {
    line-height: 1;
    box-sizing: border-box;
}

p {
    /*color:#7a7a7a;*/
    letter-spacing: 1px;
    font-weight: 400;
    line-height: normal
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    cellpadding: 0;
    cellspacing: 0;
}

footer {
    display: none;
}

caption, td, th {
    text-align: left;
    font-weight: 400
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

* {
    -webkit-text-size-adjust: none
}
/* css reset //END */
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 {
    font-family: "Open Sans",Arial,sans-serif;
}

body {
    /*background: linear-gradient(135deg, rgba(27,31,77,1) 0%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 62%);*/
    background: #000000;
    width: 100%;
    height: 100%;
    min-height: 100vh;
}

/*Tob_bar*/
.Tob_bar {
    padding-top: 10px;
    height: 107px;
    width: 100%;
    background: linear-gradient(to right, #1a1a1a 50%,#000000 100%);
}

    .Tob_bar.bet_ditail {
        height: 67px;
    }

.leave {
    height: 40px;
    width: 64px;
    float: left;
    background: #000;
    box-shadow: 4px 4px 3px rgba(20%,20%,40%,0.5);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

    .leave a {
        float: right;
    }

    .leave img {
        width: 37px;
        margin: 5px 8px;
    }

.balance {
    position: relative;
    left: -5px;
    top: 8px;
    height: 22px;
    width: auto;
    padding: 2px 3px 0px 9px;
    float: right;
    border: 1px solid #5df0f4;
    border-radius: 25px;
}

    .balance.balance_hide .money {
        display: none;
        transition: all 0.35s ease;
    }

.Currency {
}

.balance p {
    float: left;
    color: #5df0f4;
    font-size: 14px;
    transition: all 0.35s ease;
}

.balance span {
    background: #5df0f4;
    width: 1px;
    float: left;
    height: 12px;
    margin: 2px 7px;
    transition: all 0.35s ease;
}

.balance img {
    width: 16px;
    float: left;
    transition: all 0.35s ease;
}

.player {
    border: 1px solid #5df0f4;
    padding: 2px 7px;
    margin-right: 12px;
    top: 8px;
    background: #5df0f4;
    position: relative;
    color: #000;
    float: right;
    border-radius: 20px;
}

    .player p {
        font-size: 14px;
        float: left;
    }

    .player img {
        width: 16px;
        float: left;
    }
/*Tob_bar //END */

/*result*/
.result {
    left: 5%;
    top: 72px;
    height: 24px;
    width: 90%;
    position: absolute;
}

.result_scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}

.result ul {
    width: 900px;
}

    .result ul li {
        float: left;
        color: #5df0f4;
        font-size: 14px;
        padding: 2px 15px;
        font-weight: bold;
    }

        .result ul li span {
            opacity: 0.5;
        }

        .result ul li.loss {
            color: #ed1c24;
        }

.result_icon {
    position: absolute;
    top: 0px;
    right: -6px;
    height: 24px;
    width: 50px;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 76%,rgba(0,0,0,1) 100%);
}

    .result_icon img {
        width: 14px;
        position: relative;
        top: 2px;
        left: 33px
    }

.result_new_open {
    animation: result_new_open_keyframes 0.9s 1 alternate;
    animation-delay: 3.7s;
}

@keyframes result_new_open_keyframes {
    0% {
        opacity: 0.2;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.Tob_line {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, rgba(221,65,105,1) 0%,rgba(157,75,149,1) 100%);
}
/*result //END */

/*semi-circle*/
.semi-circle {
    height: 20px;
    overflow: hidden;
}

    .semi-circle div {
        position: relative;
        top: -30px;
        border-radius: 0 0 100px 100px;
        height: 50px;
        background: radial-gradient(ellipse at center, rgba(93,240,244,1) 0%,rgba(28,33,58,0) 70%,rgba(27,31,56,0) 90%);
        animation: semi_circle_keyframes 3.5s infinite linear;
    }

@keyframes semi_circle_keyframes {
    0% {
        top: -29px;
        opacity: 0.1;
    }

    50% {
        top: -32px;
        opacity: 0.3;
    }

    100% {
        top: -29px;
        opacity: 0.1;
    }
}

.semi-circle_bottom {
    height: 20px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

    .semi-circle_bottom div {
        position: relative;
        top: 3px;
        border-radius: 0 0 100px 100px;
        height: 50px;
        opacity: 0.5;
        background: radial-gradient(ellipse at center, rgba(93,240,244,1) 0%,rgba(28,33,58,0) 70%,rgba(27,31,56,0) 90%);
        animation: semi_circle_keyframes_bottom 3.5s infinite linear;
    }

@keyframes semi_circle_keyframes_bottom {
    0% {
        top: 1px;
        opacity: 0.1;
    }

    50% {
        top: 3px;
        opacity: 0.3;
    }

    100% {
        top: 1px;
        opacity: 0.1;
    }
}
/*semi-circle //END */

/*ingame*/
.ingame {
    padding-top: 2px;
}

.Bet_Amount, .Odds, .Profit_on_Win {
    margin: 15px 5% 7px;
    height: 40px;
    width: 90%;
}

.input_Area {
    width: 57%;
    float: left;
    background: #1a2023;
    border-radius: 20px;
    padding: 9px;
    height: 35px;
    box-shadow: 0px 0px 13px rgba(93,240,244,0.5);
    animation: input_Area_keyframes 3.5s infinite linear;
}

@keyframes input_Area_keyframes {
    0% {
        box-shadow: 0px 0px 11px rgba(93,240,244,0.3);
    }

    50% {
        box-shadow: 0px 0px 13px rgba(93,240,244,0.5);
    }

    100% {
        box-shadow: 0px 0px 11px rgba(93,240,244,0.3);
    }
}

.input_1st {
    color: #68686d;
    font-weight: bold;
    font-size: 14px;
}

.input_2st {
    color: #fff;
    float: right;
    font-weight: bold;
    position: relative;
}

.Bet_Amount .input_2st {
    left: -13px;
}

.Odds .input_2st {
    left: -3px;
}

.Profit_on_Win .input_2st {
    left: -8px;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    animation: blur 1.1s ease-out 1 alternate;
    animation-delay: 2s;
}

@keyframes blur {
    0% {
        text-shadow: 0px 0px 3px #fff, 100px 0px 3px #5df0f4, -100px 0px 15px #fff, 100px 0px 15px #5df0f4, 0px 0px 15px #fff, -100px 0px 15px #5df0f4, 20px 0px 15px #fff, 0px 0px 15px #5df0f4, 0px 0px 30px #fff, 0px 0px 30px #5df0f4, 0px 0px 30px #7B96B8, 0px 0px 50px #5df0f4, 0px 10px 250px #7B96B8, 100px 10px 150px #5df0f4, 100px -10px 250px #5df0f4;
    }

    50% {
        left: -8px;
        top: 0px;
        opacity: 1;
    }

    100% {
        left: 67%;
        top: -307px;
        opacity: 0.2;
    }
}

.input_btn {
    width: 14%;
    height: 30px;
    float: left;
    font-size: 10px;
    text-align: center;
    color: #ccc;
}

    .input_btn img {
        width: 15px;
        height: 15px;
    }

    .input_btn p {
        font-size: 12px;
        transform: scale(0.85);
    }

    .input_btn.active p, .input_btn:hover {
        color: #5df0f4;
    }

.input_icon {
    margin-left: 43%;
    height: 20px;
    width: 20px;
}

    .input_icon img {
        width: 20px;
        height: 20px;
    }

.Profit_on_Win .input_Area {
    width: 63%;
}

.input_btn div, .input_btn.active div, .input_btn div:hover {
    transition: all 0.35s ease;
    background-size: 35px;
    width: 35px;
    height: 24px;
    margin: 0 auto;
}

.Half {
    background: url(../images/btn_half.png) no-repeat;
}

.Double {
    background: url(../images/btn_double.png) no-repeat;
}

.Min {
    background: url(../images/btn_min.png) no-repeat;
}

.Low {
    background: url(../images/btn_low.png) no-repeat;
}

.High {
    background: url(../images/btn_high.png) no-repeat;
}

.Half:hover {
    background: url(../images/btn_half_hv.png) no-repeat;
}

.Double:hover {
    background: url(../images/btn_double_hv.png) no-repeat;
}

.Min:hover {
    background: url(../images/btn_min_hv.png) no-repeat;
}

.active .Low {
    background: url(../images/btn_low_hv.png) no-repeat;
}

.active .High {
    background: url(../images/btn_high_hv.png) no-repeat;
}

.Button {
    margin: 30px 5% 10px;
    height: 55px;
    border-radius: 60px;
    width: 90%;
    background: linear-gradient(to bottom, rgba(5,141,255,1) 29%,rgba(5,98,231,1) 100%);
    color: #fff;
    text-align: center;
    transition: all 0.35s ease;
}

    .Button.High_btn {
        background: linear-gradient(to bottom, rgba(221,65,105,1) 0%,rgba(157,75,149,1) 100%);
        transition: all 0.35s ease;
    }

        .Button.High_btn .Button_img {
            background-image: url(../images/Roll_high.png);
        }

.Button_img {
    background-size: 45px;
    width: 20%;
    height: 48px;
    float: right;
    background-image: url(../images/Roll_low.png);
    background-repeat: no-repeat;
    background-position: 70% 4px;
}

.Button p {
    line-height: 55px;
    font-size: 16px;
    padding-left: 50px;
    font-weight: bolder;
    width: 80%;
    float: left;
}
/*ingame //END */

/*Open_bet*/
.ingame.Open_result .Bet_Amount, .ingame.Open_result .Odds, .ingame.Open_result .Odds, .ingame.Open_result .Button, .ingame.Open_result .Profit_on_Win .input_1st {
    opacity: 0.4;
    transition: all 0.35s ease;
}

.Open_bet {
    top: -73px;
    position: relative;
    height: 70px;
    left: 50%;
    margin-left: -100px;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 64px 40px;
    width: 207px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.9);
    animation: Open_bet_keyframes .5s alternate forwards;
}

@keyframes Open_bet_keyframes {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ingame.bet_ditail {
    padding-top: 10px;
    height: 340px;
}

    .ingame.bet_ditail .Open_bet {
        top: 0px;
        box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 44px 20px;
    }

.win_money {
    margin-top: 22px;
    color: #ff0000;
    font-size: 33px;
    background: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    text-align: center;
}

    .win_money p {
        color: #5df0f4;
        text-shadow: 0 0 2px #5df0f4, 0 0 5px #5df0f4, 0 0 20px #5df0f4, 0 0 30px #5df0f4, 0 0 40px #5df0f4;
        padding: 20px 0px;
        margin-top: 14px;
    }

    .win_money.lose_money p {
        color: #ff0000;
        text-shadow: 0 0 2px #ff0000, 0 0 5px #ff0000, 0 0 20px #ff0000, 0 0 30px #ff0000, 0 0 40px #ff0000;
    }

.Open_bet > div {
    float: left;
    width: 45px;
    height: 67px;
    background: url(../images/num_none.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num {
}

.Open_bet .Open_bet_0 {
    animation: Open_bet_0_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_0_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_0.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_1 {
    animation: Open_bet_1_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_1_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_1.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_2 {
    animation: Open_bet_2_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_2_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_2.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_3 {
    animation: Open_bet_3_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_3_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_3.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_4 {
    animation: Open_bet_4_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_4_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_4.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_5 {
    animation: Open_bet_5_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_5_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_5.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_6 {
    animation: Open_bet_6_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_6_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_6.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_7 {
    animation: Open_bet_7_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_7_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_7.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_8 {
    animation: Open_bet_8_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_8_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_8.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet .Open_bet_9 {
    animation: Open_bet_9_keyframes .7s alternate forwards;
    opacity: 0;
}

@keyframes Open_bet_9_keyframes {
    0% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    80% {
        opacity: 0.5;
        background: url(../images/num_none.png) no-repeat;
        background-size: 45px;
    }

    100% {
        opacity: 1;
        background: url(../images/num_9.png) no-repeat;
        background-size: 45px;
    }
}

.Open_bet_num_top {
    background: url(../images/num_top.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num_top_left {
    background: url(../images/num_top_left.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num_botom_left {
    background: url(../images/num_botom_left.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num_bottom {
    background: url(../images/num_bottom.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num_botom_right {
    background: url(../images/num_botom_right.png) no-repeat;
    background-size: 45px;
}

.Open_bet_num_top_right {
    background: url(../images/num_num_top_right.png)no-repeat;
    background-size: 45px;
}

.Open_bet .Open_bet_point {
    width: 17px;
    background: none;
}

.Open_bet_point img {
    width: 17px;
}
/*Open_bet //END*/

/*Bet_set_up*/
.Bet_set_up {
    width: 90%;
    margin: 10px 5%;
}

    .Bet_set_up.Bet_set_up_lose .Bet_set_dital span {
        background: #ff0000;
    }

.Bet_set_dital {
    padding-top: 14px;
    float: left;
    width: 33.333%;
}

.set_up_word {
    font-weight: bolder;
    color: #fff;
    font-size: 18px;
}

.set_up_item {
    margin-left: -8px;
    color: #68686d;
    font-size: 12px;
    transform: scale(0.85);
}

.Bet_set_dital span {
    margin-top: 2px;
    width: 80%;
    height: 2px;
    background: #5df0f4;
    display: block;
}
/*Bet_set_up //ENF*/

/*pull_bar*/
.pull_bar {
    margin: -22px 5% 0px;
    height: 57px;
    width: 90%;
}

.bar_BG {
    background: #022333;
    height: 8px;
    width: 100%;
    border-radius: 10px;
}

.bar_cram {
    width: 21.72%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(5,141,255,1) 29%,rgba(5,98,231,1) 100%);
    border-radius: 10px;
    float: left;
    height: 8px;
    transition: all 0.35s ease;
}

    .bar_cram.High_bar_cram {
        right: 19px;
        background: linear-gradient(to bottom, rgba(221,65,105,1) 0%,rgba(157,75,149,1) 100%);
        float: right;
        transition: all 0.35s ease;
    }

.Scale {
    width: 100%;
    margin-left: 2.2%;
    margin-top: 22px;
}

.mm {
    height: 5px;
    width: 4.76%;
    float: left;
    border-left: 1px solid #555;
}

.m_0 {
    border-left: 2px solid #555;
    height: 10px;
}

.m_10, .m_20, .m_30, .m_40, .m_50, .m_60, .m_70, .m_80, .m_90 {
    border-width: 2px;
    height: 10px;
}

.m_100 {
    height: 10px;
    border-left: 2px solid #555;
}

.mm p {
    color: #555;
    font-size: 12px;
    position: relative;
    top: 11px;
    left: -8px;
    transform: scale(0.85);
    font-weight: bolder;
}
/*pull_bar //END */

/*Scale_Area*/
.Scale_Area {
    position: relative;
    top: -73px;
    width: 70px;
    height: 50px;
}

.turns {
    position: relative;
    top: -5px;
    left: 5px;
    width: 50px;
    height: 22px;
    padding: 5px;
    color: #000;
    background: #5df0f4;
    border-radius: 3px;
}

    .turns p {
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        line-height: 3px;
    }

    .turns img {
        position: absolute;
        top: 22px;
        left: 19px;
    }

.Scale_btn {
    z-index: 2;
    position: relative;
    width: 50px;
    height: 50px;
    background-image: url(../images/Bar_low.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 70%;
    transition: all 0.35s ease;
}

    .Scale_btn.High_Scale_btn {
        left: 8px;
        top: 1px;
        background-image: url(../images/Bar_high.png);
        transition: all 0.35s ease;
    }

.Scale_ring {
    border-radius: 80px;
    position: relative;
}

.ring_1 {
    animation: ring_1_keyframes 2.5s infinite linear;
}

@keyframes ring_1_keyframes {
    0% {
        width: 36px;
        top: -43px;
        height: 36px;
        left: 10px;
        background: rgba(93, 240, 244, 0.4);
    }

    100% {
        width: 56px;
        top: -52px;
        height: 56px;
        left: 1px;
        background: rgba(93, 240, 244, 0);
    }
}

.ring_2 {
    animation: ring_2_keyframes 2.5s infinite linear;
}

@keyframes ring_2_keyframes {
    0% {
        width: 46px;
        height: 46px;
        top: -85px;
        left: 6px;
        background: rgba(93, 240, 244, 0.3);
    }

    100% {
        width: 90px;
        height: 90px;
        top: -125px;
        left: -17px;
        background: rgba(93, 240, 244, 0);
    }
}

.Scale_result {
    position: relative;
    top: -114px;
    left: 55%;
    width: 70px;
    z-index: 2;
    opacity: 0;
    animation: Scale_result_keyframes .7s 1 alternate forwards;
    animation-delay: 1.1s;
}

@keyframes Scale_result_keyframes {
    0% {
        top: -150px;
        opacity: 0;
        left: 47%;
    }

    100% {
        top: -114px;
        opacity: 1;
        left: 55%;
    }
}

.Scale_result p {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 17px;
    color: #5df0f4;
    font-size: 14px;
    font-weight: 600;
}

.Scale_result.Scale_result_lose p {
    color: #ed1c24;
}

.Scale_result img {
    position: absolute;
    width: 73px;
}
/*Scale_Area //END */

/*Table_Limits*/
.Table_Limits {
    margin: 0 auto;
    background: #000;
    max-width: 56.25vh;
    min-width: 325px;
    min-height: 100vh;
}

    .Table_Limits .Tob_bar {
        background: #000;
    }

.table_limits_title p {
    text-align: center;
}

    .table_limits_title p:nth-child(1) {
        color: #00ffff;
        padding: 20px 0px 2px;
        font-weight: 700;
        font-size: 19px;
    }

    .table_limits_title p:nth-child(2) {
        color: #68686d;
        padding: 0px 0px 20px;
        font-size: 13px;
    }

.table_limits_btn {
    width: 80%;
    height: 45px;
    margin: 20px auto;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(0,255,255,1) 0%,rgba(0,206,255,1) 100%);
}

    .table_limits_btn p {
        line-height: 45px;
        color: #000;
        text-align: center;
        font-size: 16px;
        padding-left: 50px;
        font-weight: bolder;
        width: 80%;
        float: left;
    }

a .table_limits_btn p:visited, a .table_limits_btn p:link, a .table_limits_btn p:active {
    color: #000;
}

.limits_btn {
    background-size: 45px;
    width: 20%;
    height: 48px;
    float: right;
    background-repeat: no-repeat;
    background-position: 70% 0px;
}
/*Table_Limits //END*/

/*Login_Msg*/
.Login_Msg {
    background: #000;
    width: 90%;
    margin: 0 auto;
}

    .Login_Msg .Tob_bar {
        background: #000;
    }

.Login_Msg_title {
    text-align: center;
    padding-top: 20px;
}

    .Login_Msg_title p {
        color: #00ffff;
        padding: 0px 0px 20px;
        font-weight: 700;
        font-size: 19px;
    }

.Login_Msg_btn {
    width: 80%;
    height: 45px;
    margin: 20px auto;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(0,255,255,1) 0%,rgba(0,206,255,1) 100%);
}

    .Login_Msg_btn p {
        line-height: 45px;
        color: #000;
        text-align: center;
        font-size: 16px;
        margin: 0;
        font-weight: bolder;
        width: 100%;
        float: left;
    }

a .Login_Msg_btn p:visited, a .Login_Msg_btn p:link, a .Login_Msg_btn p:active {
    color: #000;
}

.OK_btn {
    background-size: 45px;
    width: 20%;
    height: 48px;
    float: right;
    background-image: url(../images/ok_btn.png);
    background-repeat: no-repeat;
    background-position: 70% 0px;
}
/*Login_Msg //END*/

/* ChangePose*/
.changePose {
    position: fixed;
    z-index: 9000000;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.changePoseIcon {
    width: 220px;
    margin: 18% auto 0;
}

    .changePoseIcon > div {
        .margin-top: 50px;
        position: relative;
        width: 65px;
        left: 78px;
        top: -11px;
        -webkit-animation: changePose-animation 3s ease-in 0s infinite;
        animation: changePose-animation 3s ease-in 0s infinite;
    }

@-webkit-keyframes changePose-animation {
    0% {
        -webkit-transform: rotateZ(-30deg);
    }

    35% {
        -webkit-transform: rotateZ(30deg);
    }

    100% {
        -webkit-transform: rotateZ(-30deg);
    }
}

.changePoseIcon > p {
    color: #FFF;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.changePoseIcon > div > img {
    width: 65px;
    height: 57px;
}

@media only screen and (orientation: landscape) {
    .changePose {
        display: block
    }
}

@media only screen and (orientation: portrait) {
    .changePose {
        display: none
    }
}
/* ChangePose //END*/

@media screen and (min-width: 310px) and (max-width: 340px) {
    /* iphone5 */
}

@media screen and (min-width: 374px) and (max-width: 412px) {
    /* iphone6 */
}

@media screen and (min-width: 413px) and (max-width: 499px) {
    /* iphone 6 plus */
}