/* -------------------------------------------------------------------------
    File name:   net-transfer.css
    Created:     2019-01-13
    Last update: 
------------------------------------------------------------------------- */
/* AAA_OnlineAccTransferGWResult.page Start */
.transfer-result-message-content {
    width: auto;
    margin-left: 2%;
    font-size: 16.8px;
    vertical-align: middle;
}

.transfer-result-msg-icon {
    background-position: 0 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.transfer-result-main-contain {
    text-align: center;
}

.transfer-result-message-contain{
    padding: 20px 0px 20px 10px;
    width: -webkit-fill-available;
    text-align: left;
    font-weight: bold;
}

#transfer-result-note-label{
    padding: 14px;
    width: 100%;
}
#transfer-result-note-label label{
    font-size: 14px;
    cursor: text;
    letter-spacing: 1px;
}
#transfer-result-note-label .transfer-result-header{
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
/* AAA_OnlineAccTransferGWResult.page End */


/* AAA_CreditOnlineAccTransferGW.page Start */
.acc-transfer-footer small {
    margin-top: 30px;
    text-align: right;
    background-color: transparent;
    color: black;
    padding: 5px 5% 20px;
}
.acc-transfer-line-height-18 {
    line-height: 18px;
}
.acc-transfer-btn-content{
    width: 100%;
    text-align: center;
}
.acc-transfer-lb-important-note{
    color: #ed6923;
    font-weight: bold;
}
.acc-transfer-content-header{
    text-align: center;
    font-weight: 700;
}
.acc-transfer-bold-underLine {
    font-weight: 700;
    text-decoration: underline;
}
.acc-transfer-border-radius {
    background: #ed6923;
    padding: 0px 14px;
    border: 2px solid #ed6923;
    border-radius: 25px 25px;
    color: white;
    margin-right: 8px;
    width: 88px;
    text-align: center;
}
.acc-transfer-speechBubble {
    position: relative;
    padding: 6px;
    color: white;
    font-size: 18px;
    width: fit-content;
    height: 20px;
}
.acc-transfer-speechBubble:before {
    content: "";
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ed6923;
    border-bottom: 7px solid transparent;
    left: 10px;
    top: 0px;
}
.acc-transfer-icon_lock{
    height: 29px;
    width: 26px;
    vertical-align: middle;
}
.acc-transfer-fontSize{
    font-size: 13px;
}
.acc-transfer-fontSize1{
    font-size: 13px;
}
/* iPhone [portrait + landscape] */
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .acc-transfer-fontSize1{
        font-size: 12px;
    }
}
.acc-transfer-fixFontSize{
    font-size: 1em !important;
    line-height: 1.4em !important;
}
.acc-transfer-gw-dialog-button {
    background-color: #003399;
    text-align: center;
    color: white;
    border-radius: 4px;
    line-height: 25px;
    height: 27px;
    font-size: 12px;
    width: 25%;
}
.acc-transfer-gw-msg-confirm {
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 3px;
}
.acc-transfer-gw-dialog-inner {
    border: 2px solid #003399;
    height: 200px;
    width: 96%;
    margin-left: 2%;
    background: white;
}
.acc-transfer-gw-dialog-outer {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#acc-transfer-btnCancel {
    margin-left: 20%; 
}
#acc-transfer-btnOk {
    margin-left: 10%;
}
@media screen and (orientation:portrait) {
    #acc-transfer-gw-dialog-inner {
        margin-top: 50%;
    }
}
/* landscape */
@media screen and (orientation:landscape) {
    #acc-transfer-gw-dialog-inner {
        margin-top: 10%;
    }
}
/* AAA_CreditOnlineAccTransferGW.page End */