/*============================= CSS STYLES FOR SC02BET =============================*/
html, body {
    margin: 0px;
    font-family: 'Noto Sans', sans-serif;
}

.btn {
    display: inline-block;
    padding: 3px 7px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.btn-default {
    color: #000000;
    background-color: #fff;
    border-color: #40b8f2;
    margin-top: 5px;
}

    .btn-default:hover {
        color: #40b8f2;
    }

    .btn-default.active {
        background-color: #40b8f2;
        color: #fff !important;
    }

.btn-link {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    margin-top: 5px;
}

    .btn-link:hover {
        color: #40b8f2;
    }

.btn-menu {
    font-weight: 400;
    color: black;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

    .btn-menu:hover {
        font-weight: bold;
    }

.btn-join {
    font-weight: 400;
    color: #40b8f2;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

    .btn-join:hover {
        font-weight: bold;
    }

.btn-changepas {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

    .btn-changepas:hover {
        font-weight: bold;
    }

.img_new {
    position: absolute;
    top: 18px;
    width: 18px;
}

.header-login {
    height: 63px;
    float: left;
}

.login-form {
    padding: 4px 0px 2px 6px;
}

    .login-form input {
        width: 95px;
        font-size: 12px;
        border-radius: 4px;
        padding: 6px 12px;
        background: #f0efef;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: 0;
        border-width: 0;
        border-style: solid;
        color: #404040;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
        position: relative;
    }

.btn-login {
    padding: 2px 6px;
    background: #40b8f2;
    color: white;
    position: relative;
    top: 2px;
    right: 0px;
}

    .btn-login:hover {
        color: #333;
        text-decoration: none;
    }

.btn-logout {
    padding: 2px 6px;
    background: #40b8f2;
    color: white;
    margin-left: 10px;
}

    .btn-logout:hover {
        color: #333;
        text-decoration: none;
    }

.date-time {
    font-size: 10px;
    color: #3fa7dc;
    margin-top: 6px;
}

.runnews {
    height: 18px;
    font-size: 12px;
}

.announceBox {
    height: 18px;
    color: white;
    line-height: 19px;
    overflow: hidden;
    cursor: pointer;
}

.livechat, .help {
    font-size: 10px;
    float: left;
    margin-right: 10px;
}

    .livechat a, .help a {
        color: #3fa7dc;
        text-decoration: none;
    }

.text {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}

.text_lang {
    font-size: 10px;
    float: left;
    position: relative;
}

.img_livechat {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 16px;
    height: 13px;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.span_lang {
    font-size: 10px;
    position: relative;
    top: -1px;
    color: #3fa7dc;
    text-decoration: none;
}

.img_help {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 13px;
    height: 13px;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.img_flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.img_arr_down {
    position: relative;
    top: 2px;
}