body {
    /*-webkit-text-size-adjust: 100%;*/
    /*Disable selection of every element with CSS*/
    /*-webkit-user-select: none;*/
    /*-moz-user-select: -moz-none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
}

.content-title-1 {
    margin-top: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.content-title-3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}

.content-title-4 {
    margin-bottom: 5px;
}

body.en_US {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body.ja_JP {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body.zh_Cn {
    font: 15px/22px 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.zh_Cn .content-title-1, body.zh_Cn .content-title-3, body.zh_Cn .content-title-4 {
    letter-spacing: 1px;
}

.navbar-fixed-top .container {
    padding-left: 10px;
    padding-right: 10px
}

.container {
    padding-left: 2px;
    padding-right: 2px
}

#drb-language li {
    padding: 0 10px;
}

#drb-language a:hover {
    color: #fdcc52 !important;
    cursor: pointer;
    /*background-color: transparent;*/
}

#drb-language a:focus {
    color: #fdcc52 !important;
    cursor: pointer;
    /*background-color: transparent;*/
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}

.clear {
    clear: both;
}

.text-red {
    color: red;
}

.display-none {
    display: none;
}

.height-5 {
    min-height: 5px;
}

.height-10 {
    min-height: 10px;
}

.height-20 {
    min-height: 20px;
}

.height-30 {
    min-height: 30px;
}

.height-40 {
    min-height: 40px;
}

.height-50 {
    height: 50px;
}

.padding-left-10 {
    padding-left: 10px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
}

#process-content {
    z-index: 9999999999999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.2;
    display: none;
    background: black url("../img/paypal_loading.gif") no-repeat center center / 32px 32px;
    cursor: progress; }

/* btn outline */
.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.navbar-brand {
    font-size: 20px;
}

.page-scroll {
    font-size: 15px;
}

.page-scroll:hover {
    color: #fdcc52 !important;
    background-color: transparent;
}

.page-scroll:focus {
    color: #fdcc52;
}

.page-scroll:active  {
    color: #fdcc52;
}

footer {
    /*padding: 10px 0;*/
    /*color: rgba(255, 255, 255, 0.3);*/
    text-align: center;
}
footer p {
    font-size: 14px;
    margin: 0;
}
footer ul {
    margin-bottom: 0;
}
footer ul li a {
    font-size: 12px;
    /*color: rgba(255, 255, 255, 0.3);*/
}
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
    text-decoration: none;
}

.header-center {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.panel-heading, .panel-body {
    padding: 5px 15px 0 15px;
}

.panel {
   margin-bottom: 0;
}

.form-control {
    padding: 5px 8px;
}

/* help, about, contact */
.box-not-padding, .box {
    background:#fff;
    transition:all 0.2s ease;
    /*border:2px dashed #dadada;*/
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 0 10px 8px 10px;
    min-height: 100px;
}

.box-not-padding {
    padding: 0 !important;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box-not-padding .box-content {
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}

.box-not-padding .box-content {
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
}
.box .box-content p {
    color:#515c66;
    text-transform:none;
}
.box-not-padding .box-content p {
    color:#515c66;
    text-transform:none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-header {
    /*width: 60%;*/
}

.en-flag, .china-flag {
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.japan-flag {
    margin-right: 5px;
    width: 34px;
    height: 34px;
}

.japan-flag {
    background: transparent url("../img/japan.png") no-repeat center center / 34px 34px;
}

.en-flag {
    background: transparent url("../img/us.png") no-repeat center center / 32px 32px;
}

.china-flag {
    background: transparent url("../img/china.png") no-repeat center center / 32px 32px;
}

hr {
    margin: 15px 2px;
}

.navbar-language {
    position: relative;
    float: right;
    margin-top: 3px;
    margin-right: 10px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 0;
    margin: 0 0 0 10px;
    border-bottom: none;
}

.img-thumbnail {
    width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#app-name {
    font-size: 30px;
    color: black;
    line-height: 25px;
}

.text-red {
    color: red;
}

.text-blue {
    color: blue;
}

.text-bolder {
    font-weight: bolder;
}

.img-thumbnail-help {
    width: 340px;
    margin-top: 10px;
    margin-bottom: 10px;

    max-width: 100%;
    height: auto;

    border: 1px solid #ddd;
    border-radius: .01rem;
}

.faq{
    width: 30px;
    margin-right: 10px;
}

.user-icon{
    width: 20px;
}
.download-wifi{
    margin-top: 10px;
}