.hftopnav{
    padding-top: 7px;
    background-color:#0071fb;
    padding-bottom: 7px;
    margin-bottom:0px;
}
.hftopnav_ul{
    list-style-type: none;
}
.hftopnav_ul li{
    float: right;
    margin-right:15px;
}
.hftopnav_ul_li_a{
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 5px;
    font-size: 14px;
}
.hftopnav_ul_li_a:hover{
    color: #cccccc;

}
.topupmessage{
    position:absolute;
    bottom:10px;
    right:10px;
    padding:15px 20px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 5px 6px 7px -2px #4621FB;
    box-shadow: 5px 6px 7px -2px #4621FB;
}


.scroll-box {
    /*width:100%;*/
    height:20px;

    overflow:hidden;
}
p.scroll_content{
    line-height:25px;
    font-weight: 100;
    font-size: 13px;
    color: #666666 !important;
    position: relative;
    animation: mymove 20s infinite;
}
@keyframes mymove {
    from {top: 0px;}
    to {top: -180px;}
}

.nav-link{
    font-size: 1rem !important;
    font-weight: 200 !important;

}
.nav-link:hover{
    color: #feff01 !important;
}

.bg-register-image{
    background: url('../images/login_cover.jpg') !important;
    background-position: left !important;
    background-size: cover !important;
}
.nav_right_a{
    color: white;
    text-decoration: none;
    font-size: 1rem !important;
    font-weight: 200 !important;
}
.nav_right_a:hover{
    color: #feff01 !important;
}

ul.no-bullets {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}
ul.no-bullets li{
    float:right;
    margin-left:15px;
}
.zoneOperator{
    margin-top: 20px;
}
.mainOperator{
    width: 40%;
    margin: 0 auto;
    padding: 10px;
    border: 0px solid gray;

}

.blueBorder{
    border: 1pt solid #199bee;
}

.leftLabel{
    background-color: #0071fb;
    color: white;
    display: block;
    text-align: center;
    border: 1px solid #199bee;
}
.lableCountry{
    background-color: #fff;
    padding:0px;
    margin:0px;
}
.rightaddon{
    border-right: 1pt solid #199bee;
    border-top: 1pt solid #199bee;
    border-bottom: 1pt solid #199bee;
    border-left: none;
    background-color: white;
}

.mainOperatorImg{
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.zoneAmount{
    margin-top: 20px;
}
.amount{
    width: 20%;
    display: inline-flex;
    padding: 10px 5px;
    margin: 5px;
    border: 1px solid #cccccc;
    font-size: 18px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    border-radius: 5px;
}

.card-icon{
    font-size: 44px;
    color: #0071fb;
}
.card-title{
    color: #2f2f2f;
}

/*footer*/

.footer{
    background-color: #002861;
    height: 140px;
}
.footer-icon{
    font-family: "iconfont" !important;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 44px;
    color: white;
}

.bg-gradient-primary {
    background-image: linear-gradient(180deg, #0071fb 10%, #224abe 100%) !important;
}
div.perline{
    height: 38px;
    line-height: 38px;
}
td.leftOrderLabel{
    text-indent: 50px;
}


