html body * {max-height:1000000px;}

body {
    font-family: Helvetica, Arial, "微軟正黑體","微软正黑体","Microsoft JhengHei","微軟雅黑體","微软雅黑体","Microsoft YaHei","華文黑體","华文黑体","STHeiti","華文細黑","华文细黑","STXihei","儷黑 Pro","LiHei Pro", Tahoma, sans-serif;
    font-size:21px;
    color: #FFF;
    margin: 0;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-size-adjust: none;
    width:100%;
    background-color: #333;
    background-image: url(../images/bg.jpg);
    background-position: center top;
    background-attachment: fixed; 
    padding-bottom: 80px;
}
body.lightBg {
    background-color: white;
    background-image: url(../images/mosaic_bg.jpg);
    background-position: center top;
    background-attachment: fixed; 
    color:#333;
}
a {
    color:#333;
}
a:visited {
    color:#333;
}

div {
    text-align: center;
    position: relative;
    /*max-width: 580px;*/
    margin: 0 auto;
    z-index: 100;
}
div.generic {
    max-width: 600px;
}
.clearfix {
    float: none;
    clear: both;
}

.space60 {
    width:100%;
    height:70px;
}
.space40 {
    width:100%;
    height:48px;
}
.space20 {
    width:100%;
    height:24px;
}
.top20 {
    margin-top: 20px;
}
.top40 {
    margin-top: 40px;
}
.top60 {
    margin-top: 60px;
}

.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.font30 {
    font-size: 30px;
}
.font36 {
    font-size: 36px;
}
/*countdown page*/

#appLogo {
    width:120px;
    height:120px;
    display:block;
    margin:0 auto;
}
.appBadge {
    display:block;
    margin:0 auto;
    width:200px;
    height:auto;
}
.fixBtm {
    font-size: 24px;
    line-height: 33px;
    position:fixed;
    bottom:35px;
    width:100%;
    max-width: 100%;
}
#loading {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
}
#loading img{
    margin: 0 auto;
    width: 54px;
    height: auto;
    position: relative;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
}
body.loading #loading {
    display: block;
}
/*
body.loading {
    overflow: hidden;
}
*/
/*4 features page*/

#jointLogos {
    width: 400px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 35px;
}
#viuSiteLogo {
    display:block;
    float:left;
    width:150px;
/*    margin-top: 15px;*/
}
#aisSiteLogo {
    /* width:150px; */
    height: 57px;
}
#viuSiteLogo.generic {
    width: 264px;
    float: none;
    height: auto;
    margin: 0 auto;
}

#aisLogo {
    width: 150px;
    display: block;
    margin: 0 auto;
/*    z-index: 10;
    position: relative;*/
}

#title {
    margin: 200px 5% 50px;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; 
}

#title3 {
    margin: 100px 5% 50px;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; 
}

#content {
    margin: 0 5% 80px;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; 
}

#title0 {
    font-size: 24px;
    color: #525252;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    float:left;
    width:90%;
    margin: 20px 5%;
    margin-top: 0;
}

#title1, #title2 {
    font-size: 24px;
    color: #525252;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width:90%;
    margin: 300px 5%;
}
#title2 {
    margin: 100px 5%;
}
#icons {
    position: relative;
    width: 440px;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
}
.error {
    color: red;
    height: 30px;
}
.icon {
    width: 70px;
    height: 70px;
    margin: 30px 25px 30px 25px;
    float: left;
}
.iconDesc {
    height: 100px;
    margin: 30px 0px 0px 25px;
    float: left;
    width: 295px;
}
.iconDesc .iconDescTitle {
    font-size: 22px;
    font-weight: bold;
    margin:0;
    text-align: left;
}
.iconDesc .iconDescDetail {
    font-size: 20px;
    color: #3A3A3A;
    margin-top: 10px;
    text-align: left;
}
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}
#btnGo, #use_another_way {
    width: 50%;
    height: 50px;
    margin: 0 auto;
    background-color: #8EB331;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #000000;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
/*    
    position: fixed;
    left: 0;
    right: 0;
*/
}

#use_another_way {
    width: 60%;
    margin-top: 30px;
}

#btnCancel {
    line-height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    background-image: url(../images/mosaic_bg.jpg);
    background-position: center top;
    background-attachment: fixed;
}
#btnGo.ready {
    background-color: #E31C79;
    color: #FFF;
    pointer-events: auto;
}
#ais_form {
    margin-bottom: 0;
}
#aisFooter {
    display: block;
    width:100%;
    height:auto;
    position:fixed;
    bottom:90px;
    z-index: 1;
}

/*activate page*/


#viuSiteLogo2 {
    width:150px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.titleXL {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: #273d8d;
}
.titleL {
    font-size: 24px;
    font-weight: bold;
}
.btnJoin {
    width: 280px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 36px;
    color: #FFF;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    margin-bottom: 20px;
    float: none;
    clear: both;
    background-color: #E31C79;
}
.orShell {
    position: relative;
    width:90%;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.orShell .orSepL {
    position: absolute;
    width: 40%;
    height: 1px;
    margin-top: 15px;
    background-color: #333;
    float: left;
    left: 0px;
    top: 0px;
}
.orShell .orSepR {
    position: absolute;
    width: 40%;
    height: 1px;
    margin-top: 15px;
    background-color: #333;
    float: right;
    right: 0px;
    top: 0px;
}
.orShell .sep {
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: 15px;
    background-color: #333;
    float: right;
    right: 0px;
    top: 0px;
}
.price1 {
    font-size: 86px;
}
.currency1 {
    font-size: 20px;
}
.period1 {
    font-size: 28px;
    color: #838383;
    margin-bottom: 40px;
}
#card30 {
    width: 170px;
    height: auto;
    float: left;
}
.priceNumL {
    font-size: 40px;
    font-weight: bold;
}
.priceTag {
    font-size: 18px;
    color: #242424;
    float: left;
    width: auto;
    text-align: left;
    width:230px;
}
.priceTag>div {
    font-size: 18px;
    color: #242424;
    text-align: left;
    margin-left: 20px;
    margin-top: 25px;
}
.priceContent {
    width:400px;
    margin: 0 auto;
    margin-top: 10px;
}
#aisSiteLogo2 {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.aisBtn {
    display:block;
    text-decoration: none;
    width: 280px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 36px;
    color: #333;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    margin-top: 10px;
    float: none;
    clear: both;
    background-color: #8dc63f;
}
.aisEndBtn {
    width: 360px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 36px;
    color: #FFF;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    margin-top: 60px;
    float: none;
    clear: both;
    background-color: #E31C79;
}
#androidUssd {
    display:block;
}
#ussdBtn {
    line-height: 54px;
    height: 54px;
    width: 280px;
    margin: 0 auto;
    float: none;
    font-size: 30px;
    color: #333;
    background-color: #CCC;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
    margin-top: 20px;
    display:block;
}
a.tcLink {
    font-size: 18px!important;
    color: #888;
    text-decoration: none;
}
.tc {
    position: relative;
    width: 90%;
    font-size: 13px;
    margin: 100px auto;
    color: #525252;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left;
    word-wrap: break-word;
}
#optCheckWrap {
    position: fixed;
    bottom: 140px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#optCheck {
    width:550px;
    margin:20px auto;
/*    cursor:pointer;*/
/*    height:100px;*/
    overflow: hidden;
}
.start #optCheck,
.start #ais_form-wrapper {
    display: none;
}
#optCheckBox {
    width: 25px;
    height:25px;
    text-align: center;
    line-height: 25px;
    color:#fff;
    border: 1px solid #fff;
    float:left;
    margin-right: 15px;
    margin-top: 11px;
}
#optCheckBox span {
    display: none;
}
#optCheckBox.checked span {
    display: inline;
    color: #fff;
    text-decoration: none;
}
.optTxt {
    color:#fff;
    float:left;
    width: 500px;
    text-align: left;
}
.optTxt a {
    color:#fff;
    text-decoration: underline;
}
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.6);
    display: none; 
    text-align: left;
    max-width: 640px;
    border: 25px solid transparent;
}
.popup-header {
    position: absolute;
    font-size: 22px;
    line-height: 30px;
    background-color: #FFF;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    max-width: initial;
    font-weight: bold;
}

.popup-content {
    position: absolute;
    top: 70px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow: scroll;
    padding: 30px;
    overflow-x: hidden;
    text-align: justify;
    background-color: #FFF;
}
.popup-agree-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #FFF;
    left: 0;
    line-height: 90px;
    text-align: center;
    font-size: 32px;
    right: 0;
    border-radius: 0 0 10px 10px;
    max-width: initial;
}
.popup-agree-btn span {
    height: 50px;
    margin: 20px auto;
    width: 200px;
    cursor: pointer;
    border-radius: 40px;
    border: 2px solid #333;
    display: block;
    line-height: 50px;
    font-size: 28px;
}

/*comparison table*/
#eb-compare-tables {
    width:700px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}

.eb-compare-col1-head, .eb-compare-col1 {
    width: 200px;
}
.eb-compare-col2-head, .eb-compare-col2 {
    width: 190px;
    padding: 0;
}
.eb-compare-col3-head, .eb-compare-col3 {
    width: 190px;
    padding: 0;
}
#eb-compare-table-head1 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    /*background: #fffaf0;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #fffaf0 50%, #fff3d4 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #fffaf0 50%,#fff3d4 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #fffaf0 50%,#fff3d4 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #FFBF00;
}
#eb-compare-table-head2 {
    width: 100%;
    height:100%;
    text-align: center;
    color: #FFF;
    /*background: #fde9f1;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #fde9f1 50%, #fad1e3 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #fde9f1 50%,#fad1e3 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #fde9f1 50%,#fad1e3 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-color: #E31C79;
}
#eb-compare-table-head1-a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    color: #FFBF00;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
}
#eb-compare-table-head1-b {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
}
#eb-compare-table-head2-a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 22px;
    font-weight: bold;
    color: #E31C79;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #FFF;
}
#eb-compare-table-head2-a img {
    margin-right:0px;
    vertical-align: sub;
}
#eb-compare-table-head2-b {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}
.eb-compare-col1 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 280px;
    padding-left: 10px;
}
.eb-compare-col2, .eb-compare-col3 {
    font-size: 12px;
    text-align: center;
}
.eb-compare-sign {
    margin: 10px auto;
    display: block;
}
#eb-compare-highlight {
    position: absolute;
    top:0;
    right:0;
    width: 198px;
    border: 2px solid #E31C79;
    height: 99%;
}
#eb-compare-recommended {
    height: 32px;
    margin: 0 10%;
    width: 80%;
    border-radius: 16px;
    background-color: #E31C79;
    font-size: 14px;
    font-style: italic;
    color: #FFF;
    position: absolute;
    top: -16px;
    line-height: 32px;
    text-align: center;
}
#eb-compare-recommended img {
    margin-right: 5px;
    vertical-align: sub;
}
#eb-compare-table-prem, #eb-compare-table-free {
    float: none;
    margin: 0 auto;
}
#eb-compare-table-free {
    margin-top: 30px;
}
    .eb-compare-col1 {
    width: 200px;
}
    #eb-compare-highlight {
    width: 183px;
}
    #eb-compare-recommended {
    margin: 0 5%;
    width: 90%;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}
#eb-compare-table-head2-a {
    height: 36px;
    line-height: 28px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 5px;
}
#eb-compare-table-head2-b {
    height: 50px;
    line-height: 20px;
    font-size: 20px;
}
#eb-compare-table-head2-b div {
    top: 28px!important;
    left: 35px!important;
}

#suspendBand {
    width: 100%;
    /*height: 190px;*/
    margin: 0 auto;
    background-color: rgba(50,50,50,0.9);
    background-color: rgba(255,191,0,0.9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF;
    color: #000;
    font-size: 26px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: center;
    padding: 25px 0;
    /**/
    width: 580px;
    padding: 25px 30px;
    text-align: left;
}
#phoneIcon {
    vertical-align: middle;
    height: 45px;
    width: auto;
    margin-right: 10px;
}
.aisConfirmTxt {
    font-size: 36px;
    
}

.contentRemark {
    font-size: 0.8em;
}
.restoreBtn {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    cursor: pointer;
    margin-bottom: 20px;
    float: none;
    clear: both;
    background-color: #E31C79;
    background-color: transparent;
    color: #333;
    width: 250px;
    border: 1px solid #333;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

div#restorePopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display:none;
}
.popupBox {
    background-color: #FFF;
    padding: 25px;
    width: 450px;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popupTitle {
    font-size: 1.4em;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}
.popupContent {
    padding: 20px 10px;
    line-height: 1.4em;
    font-size:1.1em;
}
.popupBtn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: #FFBF00;
    color: #333;
    font-size: 1.2em;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    max-width: 250px;
}
.popupBtn.short {
    min-width: 180px;
    display: inline-block;
    margin-left: 10px;
}
.popupCancelBtn {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    margin-bottom: 20px;
    background-color: transparent;
    color: #666;
    font-size: 1.2em;
    height: 48px;
    line-height: 48px;
    margin-top: 10px;
    max-width: 250px;
    border:1px solid #666;
    min-width: 180px;
    display: inline-block;
    margin-left: 10px;
}
#tcPopLink, #picPopLink {
    text-decoration: underline;
}

/* OTP */
.aisBtn {
    width: 280px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 36px;
    color: #fff;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
    margin-top: 20px;
    float: none;
    clear: both;
    background-color: #273d8d;
}


.txt span {
    display:block;
    /*margin:0 auto;*/
    text-align:center;
    line-height: 1.4em;
    color:#444;
}

.titleL, .step {
    font-size: 1.2em;
}
.txt span.step {
    color:#273d8d;
}

.mobile_icon{
    float: left;
}
.countryCodeField {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 45px;
    float: left;
    font-size: 26px;
    color: #000;
    text-align: left;
}
#mobileWrap {
    overflow: hidden;
    width: 520px;
}
#countryCodePlus {
    float: left;
    height: 60px;
    line-height: 60px;
}
.mobileNumField {
    float: left;
    height: 60px;
    font-size: 26px;
    width: 310px;
    text-align: center;
    padding: 0;
}
#step2Subtitle #number {
    font-size: 24px;
    color: #273d8d;
    font-weight: bold;
    margin: 10px auto;
}
#submitBtn {
    width: 400px;
}
#sendOtpBtn.off,
#submitBtn.off {
    background-color: #CCC;
    color: #999;
    pointer-events: none;
}

#step2 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    right: 0;
    bottom: 0;
    display:none;
}
#step2Popup {
    background-color: #FFF;
    border-radius: 10px;
    margin: -50% 5%;
    padding: 30px 0;
    top: 50%;
    height: auto;
    position: absolute;
    min-width: 90%;
}
/*#step2Content {
    display: none;
}*/
.passwordField {
    display: block;
    margin: 10px auto;
    height: 60px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #999;
    width: 400px;
    font-size: 26px;
    padding-left: 50px;
    padding-right: 50px;
    color: #666;
    text-align: center;
    background-image: url(images/lock_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
    -webkit-appearance: none;
}
.txt span#step2Countdown, .txt span#valid1, .txt span#valid2 {
    display:inline;
    color: inherit;
}

#resendLink {
    font-size: 24px;
    color: #273d8d;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 10px;
}
#resendLink.off {
    color:#999;
    pointer-events: none;
}
#cancelBtn {
    /*border:1px solid #666;
    color:#666;
    background-color: #FFF;*/
    color: #999;
    text-decoration: underline;
    background-color: #FFF;
    margin-top: 0;
}
/*#submitBtn.off {
    visibility: hidden;
}*/
.txt span#valid.off, .txt span#valid.off #step2Countdown {
    color:#999;
}
#step2Loader {
    margin-top: 50%;
}


/* Confirm box */
#confirmMobile {
    width: 440px;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}
#confirmMobile #num {
    font-weight: bold;
    color: #273d8d;
}
.user-ack {
    width: 96%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    background: rgba(50,50,50,0.95);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    color: #FFF;
    border-radius: 8px 8px 0 0;
    margin: 0 2%;
    -webkit-transform: translate3d(0,0,0);
    z-index: 999;
}
.user-ack-content {
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 24px;
}
.user-ack-title {
    font-size: 32px;
}
.user-ack-content p {
    line-height: 32px;
}
.user-ack-hbar {
    width: 100%;
    background: white;
    opacity: 0.1;
    margin: 0;
    display: none;
}
.user-ack-vbar {
    float: left;
    background: white;
    opacity: 0.1;
    width: 1px;
    height: 65px;
    display: none;
}
.user-ack-cancel {
    float: left;
    width: 38%;
    font-size: 24px;
    margin: 15px 5%;
    border-radius: 25px;
    height: 44px;
    background-color: transparent;
    line-height: 44px;
    margin-bottom: 40px;
    border: 1px solid #999;
	cursor: pointer;
}
.user-ack-confirm {
    width: 38%;
    font-size: 24px;
    margin: 15px 5%;
    border-radius: 25px;
    height: 44px;
    background-color: #E31C79;
    line-height: 44px;
    margin-bottom: 40px;
    border: 1px solid #E31C79;
    float: right;
	cursor: pointer;
}
/*.user-ack-confirm {
    width: 50%;
    font-size: 32px;
    margin: 0 auto;
    border-radius: 40px;
    height: 70px;
    background-color: #E31C79;
    line-height: 70px;
    margin-bottom: 20px;
    border: 1px solid #E31C79;
}
.user-ack-cancel {
    font-size: 24px;
    margin: 0 auto;
    border-radius: 25px;
    height: 44px;
    background-color: transparent;
    line-height: 44px;
    margin-bottom: 40px;
    text-decoration: underline;
}*/
.user-confirm-2-btn {
    width: 38%;
    font-size: 24px;
    margin: 15px 5%;
    border-radius: 25px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 40px;
    float: right;
}
.user-cancel-2-btn {
    float: left;
    width: 38%;
    margin: 15px 5%;
    border-radius: 25px;
    border: 1px solid #999;
    text-decoration: none;
}

.ais_error_logo {
	padding-top: 36px;
}

.ais_error_title {
	padding-top: 36px;
	font-size: 18px;
}

.ais_error_return_button {
	margin-top: 36px;
	border-radius: 25px;
    border: 1px solid #999;
	width: 200px;
	height: 40px;
	line-height: 40px;
}

.ais_error_return_button a {
	text-decoration: none;
}

.ais_error_content {
	padding-top: 36px;
	font-size: 14px;
}

.ais_error_phone_number {
	padding-top: 9px;
	font-size: 14px;
	text-decoration: underline;
}

.otp_form {
    text-align: left;
}

.otp_form_div {
    text-align: left;
    font-weight: bold;
    margin: 20px 5%;
}

.otp_form input {
    margin: 3px 5%;
    width: 90%;
    height: 50px;
    font-size: 20px;
    padding-left: 10px;
}

input#otp {
    width: 60%;
    margin-right: 2%;
}

#get_otp_btn {
    float: right;
    width: 28%;
    height: 50px;
    margin: 0 auto;
    background-color: #9B9B9B;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #000000;
    line-height: 50px;
    font-size: 25px;
/*    cursor: pointer;  */
    margin-right: 5%;
}

#otp_confirm_btn {
    width: 50%;
    height: 50px;
    margin: 100px auto 50px;
    background-color: #9B9B9B;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #000000;
    line-height: 50px;
    font-size: 25px;
/*    cursor: pointer;  
    position: fixed;    */
    left: 0;
    right: 0;
}

.preparing_img {
    margin-top: 120px;
}

.loading_img {
    position: fixed;
    bottom: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.error_alert {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 0;
}

.alert_box {
    margin: 0 auto;
    width: 90%;
    height: 300px;
    position: relative;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    color: #FFF;
}

.alert_box_title {
    font-size: 25px;
    margin: 25px auto;
}

.alert_box_content {
    margin: 30px auto;
}

.btn_retry {
    width: 40%;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    bottom: 20px;
    margin-top: 100px;
}

.btn_another_ac {
    margin: 30px auto;
    text-decoration-line: underline;
    cursor: pointer;
}

#otp_number_warning_msg {
    display: none;
    margin: 0 5%;
    font-size: 15px;
    color: red;
}

.otp_notice {
    display: none;
    margin: 0 5%;
    font-size: 15px;
}

#otp_warning_msg {
    display: none;
    margin: 0 5%;
    font-size: 15px;
    color: red;
}

.language_switch {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 500;
}

.language_btn {
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    background-color:#9B9B9B;
    cursor: pointer;
}

.language_switch .active {
    background-color:#8EB331;
}

.go_to_viu {
    text-decoration: underline;
    cursor: pointer;
}

.option_btn {
    width: 60%;
    height: 50px;
    margin: 100px auto 50px;
    background-color: #8EB331;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #000000;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;  
/*    position: fixed;    */
    left: 0;
    right: 0;
}