/*============================= CSS STYLES FOR 222BET =============================*/
html, body {
    margin: 0px;
    font-family: 'Noto Sans', sans-serif;
}

.date-time {
    font-size: 12px;
    color: #ffffff;
}

.clock {
    width: 10px;
}

.btnlogin {
    text-align: left;
    background: url(../images/header/logout.png) no-repeat;
    background-size: contain;
    height: 23px;
    color: White;
    font-size: 12px;
    margin-top: 3px;
}

    .btnlogin span {
        color: White;
        text-decoration: none;
        margin-top: 0.5px;
        position: absolute;
        margin-left: 4px;
        font-size: 12px;
    }

    .btnlogin a:hover {
        color: White;
        text-decoration: none;
    }

.logo {
}

.navbar {
    padding: 0px 0px !important;
}

#navbarNav ul li a {
    color: White;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    position: relative;
    width: 12.5%;
    text-align: center;
}

.nav-item-border {
    position: relative;
    width: 1px;
    text-align: center;
}

.icon-bar {
    border: 1px solid #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

/****************************** Dropdownlist Lang Start ******************************/
/* Popup container - can be anything you want */
.popup {
    position: absolute;
    visibility: hidden;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -35px;
    right: -32px;
}

    /* The actual popup */
    .popup .popuptext {
        width: 280px;
        background-color: #eee;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        z-index: 1;
        height: 59px;
    }

    /* Popup arrow 
    .popup .popuptext::after {
        content: "";
        position: absolute;
        bottom: 5%;
        left: -2%;
        margin-left: -5px;
        border-width: 6px;
        border-style: solid;
        border-color: transparent #4088ba transparent transparent;
    }*/

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.text_lang {
    font-size: 10px;
    float: left;
    position: relative;
}

.span_lang {
    font-size: 10px;
    position: relative;
    top: -1px;
    color: #ffffff;
    text-decoration: none;
}

.text1_lang {
    font-size: 10px;
    color: #3c3c3c;
    text-decoration: none;
    position: relative;
    top: -2px;
}

    .text1_lang:hover {
        color: #146c78;
    }

.text2_lang {
    font-size: 10px;
    color: #146c78;
    text-decoration: none;
    position: relative;
    top: -2px;
}

.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_right {
    background: url('../language/arr_lang_right.png');
    width: 11px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 4.5px;
}
/****************************** Dropdownlist Lang End ******************************/

.announceBox {
    height: 20px;
    background: white;
    line-height: 21px;
    margin-left: 5px;
    position: absolute;
    top: 2px;
    overflow: hidden;
    font-size: 12px;
    cursor: pointer;
}

.btn-logout {
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    background: url(../images/header/grey_mid.png);
    border-radius: 5px;
    text-decoration: none;
    color: White;
    padding: 4px 12px 4px 6px;
    margin-left: 10px;
}

.btn-ChgPass {
    color: #000000;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: none;
    border: 1px solid white;
    font-size: 10px;
    padding: 3px 10px 2px 10px;
    text-decoration: none;
    margin-left: 4px;
}

.text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

/****************************** CSS API Start ******************************/
.HdrTabBtn1 {
    height: 16px;
    text-align: center;
    font-size: 10px;
    margin-left: 10px;
    padding: 2px 4px 2px 4px;
    color: white;
    text-decoration: none;
    background: url(../images/header/grey_mid.png);
    background-size: cover;
    border-radius: 4px;
}

a {
    text-decoration: none;
}
/****************************** CSS API End ******************************/
