/* ------------------------------------------------------- */
/*
 * Theme Name: 2017 Starbucks
 *
------------------------------------------------------- */
@import url('noto/noto_sans_sc_regular/css.css');
@import url('noto/noto_sans_sc_medium/css.css');
@import url('noto/noto_sans_tc_regular/css.css');
@import url('noto/noto_sans_tc_medium/css.css');


@font-face {
    font-family: 'SoDo Sans';
    src: url('sodo/SoDoSans-Regular.woff2') format('woff2'), url('sodo/SoDoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'SoDo Sans Semibold';
    src: url('sodo/SoDoSans-SemiBold.woff2') format('woff2'), url('sodo/SoDoSans-SemiBold.woff') format('woff');
}

.env-message {
	background-color: #fdc513;
	border-bottom: 0px solid #fdc513;
}

.smaller-80 {
	font-size: 80% !important;
}

body {
    background: #EDEBE9;
    filter: none;
    display: normal !important;
    margin: 0px !important;
}

.watermark {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 200px;
    margin: auto;
    color: #BDBDBD;
    font-size: 50px;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.93969262, M12=0.34202014, M21=-0.34202014, M22=0.93969262,sizingMethod='auto expand')"; /* IE6-8 */
    overflow: hidden;
    z-index: -950;
}

.license-expire.license-header, .license-expire {
    display: none;
}

form {
    margin: 0;
}

h2 {
    display: none;
}

input[type=text], input[type=password], textarea, select, .uneditable-input,
.sbuxPinPad #ContentPlaceHolder1_tbxUserId,
.sbuxPinPad #ContentPlaceHolder1_tbxPINId {
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 14pt;
    line-height: 20px;
    padding: 6px;
    width: 280px;
    box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
    -webkit-box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
    -moz-box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
    min-height: 30px;
    font-weight: normal;
}

input[type=text], input[type=password], textarea, select, .uneditable-input,
.sbuxPinPad #ContentPlaceHolder1_tbxUserId,
.sbuxPinPad #ContentPlaceHolder1_tbxPINId {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

input[type=password] {
    font-family: "SoDo Sans",sans-serif;
}

.sbuxPinPad #ContentPlaceHolder1_tbxPINId {
    font-family: "text-security-disc" !important;
}

input::placeholder {
    line-height: 34px;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    line-height: 22px !important;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    line-height: 34px
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    line-height: 34px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    line-height: 34px;
}

.sbuxPinPad #ContentPlaceHolder1_tbxPINId {
    font-size: 12px;
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #006241;
    font-family: "SoDo Sans Semibold","Noto Sans TC Semibold","Noto Sans SC Semibold",sans-serif;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    -moz-outline-style: none;
}

    a:active, a:hover {
        text-decoration: underline;
        color: #006241;
        font-family: "SoDo Sans Semibold","Noto Sans TC Semibold","Noto Sans SC Semibold",sans-serif;
        font-size: 14px;
        font-weight: normal;
        outline: none;
        -moz-outline-style: none;
    }

#deployJavaPlugin {
    display: none;
}

/* Header Styles */
/* SBUX
#divHeaderBar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #3f3f3f;
    filter: none;
    padding: 12px 0;
    border-bottom: 1px solid #5f5f5f;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3); 
    z-index: 100;
    opacity: 0.8; 
}
*/

.LogoImage {
    max-height: 55px;
    max-width: 55px;
}

.headertext {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 200 !important;
    color: #212121;
    font-size: 19px;
}

/* Content Placeholder Styles */
#divContent, #divFooter {
    padding: 0px 0;
    margin: 0 auto 0px;
}

    #divContent .container {
        width: 300px;
    }

.containerRegMethods {
    width: 310px;
}

#contentplaceholder {
    position: inherit;
    background: inherit;
    margin: 0px auto;
    border: none;
    overflow: hidden;
}

.controlviewdiv,
.useridviewmargins,
.registrationmethodviewmargins,
.yubikeyprovisioningmargins,
.passwordviewmargins,
.passwordresetmargins {
    height: auto !important;
}

/* Footer Styles
#divFooter {
    position: inherit;
    background: inherit;
    margin: 0 auto 0px;
    border: none;
    overflow: hidden;
    width: 100%;
    padding: 0px 0;
} */

#tblFooter {
    width: 100%;
}

.content-footer {
    border-top: none;
    display: none;
}

.login-links {
    margin: 0 0 0 0;
}

    .login-links a {
        display: block;
    }

.seal {
    margin: 15px;
}

#ReportingDiv {
    margin: 0px -200px 0px -300px;
    width: 200%;
    display: none;
}

/* Asset Styles - Buttons, Tools, etc. */
.btn-info, .btn-large, .btn-secureauth, #ContentPlaceHolder1_ButtonSave {
    background-position: left top !important;
    background-color: #0C7E54;
    color: #fff !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none !important;
    cursor: pointer !important;
    text-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 55px;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
    padding: 4px 16px 4px 16px;
}

    .btn-secureauth:active,
    .btn-secureauth:hover,
    #ContentPlaceHolder1_MFALoginControl1_PasswordView_btnYes:active,
    #ContentPlaceHolder1_MFALoginControl1_PasswordView_btnYes:hover,
    #ContentPlaceHolder1_pbSave:active,
    #ContentPlaceHolder1_pbSave:hover {
        background-color: #248B65 !important;
        color: #fff !important;
        border: none !important;
    }

.btn-secondary {
    background-color: transparent !important;
    color: #0C7E54 !important;
    border: 1px solid #0C7E54 !important;
    margin-right: 4px;
}

    .btn-secondary:active,
    .btn-secondary:hover {
        background-color: rgba(0, 128, 70, 0.1) !important;
        color: #0C7E54 !important;
        border: 1px solid #0C7E54 !important;
    }

#ContentPlaceHolder1_MFALoginControl1_PasswordView_btnNo {
    background-color: transparent !important;
    color: #0C7E54 !important;
    border: 1px solid #0C7E54 !important;
}

    #ContentPlaceHolder1_MFALoginControl1_PasswordView_btnNo:active,
    #ContentPlaceHolder1_MFALoginControl1_PasswordView_btnNo:hover {
        background-color: rgba(0, 128, 70, 0.1) !important;
        color: #0C7E54 !important;
        border: 1px solid #0C7E54 !important;
    }

.btn-secureauth.disabled,
.btn-secureauth[disabled] {
    background-color: rgba(0,128,70,0.1) !important;
    color: #0C7E54 !important;
    border: 1px solid #0C7E54 !important;
    cursor: none !important;
    font-size: 16px !important;
    font-weight: 400;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/* Loading Animation */
#msgLbl {
    padding-top: 250px;
}

#ContentPlaceHolder1_msgLbl2 {
    width: 400px;
    margin: 0 auto;
    padding-top: 200px;
}

.loading {
    position: fixed;
    margin-left: -100px;
    margin-top: 150px;
    z-index: 1000;
    width: 200px;
    height: 150px;
    background: #ffffff;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    left: 50%;
}

    .loading h4 {
        position: absolute;
        width: 100%;
        padding-bottom: 10px;
        bottom: 0;
        color: #666666;
    }

    .loading img {
        position: relative;
        top: 15px;
    }

/* Portal Page Styles */
.secureportal {
    position: relative;
}

.secureportalwidth {
    width: 100%;
}

#ContentPlaceHolder1_portalListView {
    position: relative;
    list-style: none;
    margin: 0 1.5% 0;
    clear: both;
}

.portal-toggle {
    position: relative;
    float: right;
    margin: 0 20px 20px;
}

.portal-item {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    vertical-align: top;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .portal-item:hover {
        -webkit-box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
        -moz-box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
        box-shadow: inset 0 0 4px 1px rgba(90,90,90,0.2);
    }

    .portal-item:active {
        -webkit-box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
        box-shadow: 4px 4px 8px -2px rgba(0,0,0,0.2);
    }

    .portal-item.grid {
        display: inline-block;
        width: 22.5%;
        height: 150px;
        margin: 5px 1% 5px;
        text-align: center;
    }

    .portal-item.list {
        display: block;
        width: 90%;
        height: 125px;
        margin: 10px auto;
        text-align: center;
    }

    .portal-item a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .portal-item.grid .portal-thumb {
        max-width: 90%;
        max-height: 90px;
        margin: 10px auto;
    }

    .portal-item.list .portal-thumb {
        max-width: 150px;
        max-height: 90px;
        margin: 10px auto;
        text-align: center;
    }

    .portal-item.grid .portal-link {
        position: absolute;
        bottom: 7px;
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }

    .portal-item.list .portal-thumb {
        float: none;
    }

    .portal-item.list .portal-link {
        float: right;
        position: relative;
        top: 40px;
        width: 58%;
    }

        .portal-item.list .portal-link:before {
            display: block;
            float: left;
            position: absolute;
            top: -30px;
            left: 1%;
            width: 1px;
            height: 100px;
            background: none repeat scroll 0 0 #e1e1e1;
            content: "";
        }

.portal-item-placeholder:before {
    position: absolute;
}

.portal-item-placeholder {
    display: none;
    border: 2px dashed #fcefa1;
    background: #ffffff;
    border-radius: 4px;
}

    .portal-item-placeholder.list {
        display: block;
        visibility: visible;
        width: 66%;
    }

.portal-item-placehoder.grid {
    display: block;
    visibility: visible;
    width: 22%;
}

.portal-link:hover {
    text-decoration: underline;
}

/* Social Login Styles */
.link-social {
    background: #ffffff;
    padding: 5px;
    border: 1px solid #f1f1f1;
}

    .link-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .link-social li {
        position: relative;
        display: inline-block;
        background: #eeeeee;
        width: 130px;
        height: 45px;
        margin: 2px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        overflow: hidden;
    }

        .link-social li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 2px 5px 2px 45px;
            line-height: 40px;
        }

            .link-social li a:hover {
                background: #ffffff;
                width: 100%;
                height: 100%;
            }

    .link-social i {
        display: inline-block;
        position: absolute;
        left: 5px;
        top: 6px;
        background: #999999;
        width: 32px;
        height: 32px;
    }

i.social-facebook {
    background: url(../../Images/icon-facebook.png) no-repeat top left;
}

i.social-google {
    background: url(../../Images/icon-google.png) no-repeat top left;
}

i.social-live {
    background: url(../../Images/icon-live.png) no-repeat top left;
}

i.social-linkedin {
    background: url(../../Images/icon-linkedin.png) no-repeat top left;
}

/* Begin Common Styles */
.link {
    color: #6d6d6d;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 12px;
}

.bodytext {
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.stateviewtext {
    color: black;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 10px;
}

.messagelabel, #ContentPlaceHolder1_lblErrorMsg {
    color: #D62B1F !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.button {
    /*BUG BUG */
    /*font-size: 15px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif; */
}

.textbox {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px;
}

.checkbox {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 13px;
}

.radiobutton {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 13px;
}

.page-container {
    border: 1px solid black;
}

.page-footer {
    color: white;
    background-color: navy;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 9px;
}

.checkboxleftmargin {
    margin-left: -5px;
}

.bodycontent {
    padding-bottom: 40px;
    width: 600px;
}

/*.footer
{
    padding-top: 10px;
}*/

#ContentPlaceHolder1_table1[style] {
    width: 100px !important;
    margin: 0 auto;
}

/* ------------ Control View Container Widths ------------ */

.useridviewwidth {
    width: 350px;
}
/*300*/

.useridviewexpirewidth {
    width: 425px;
}
/*300*/

.registrationmethodviewwidth {
    width: 425px;
}
/*300*/

.browserregistrationwidth {
    width: 450px;
}
/*300*/

.browserregistrationmanualcheckwidth {
    width: 450px;
}
/*500*/

.browserregistrationcheckviewwidth {
    width: 450px;
}

.browserregistrationpasswordviewwidth {
    width: 350px;
}
/*500*/

.browserregistrationzombieviewwidth {
    width: 450px;
}

.browserregistrationfpviewwidth {
    width: 450px;
}

/* .passwordviewwidth {
    width: 350px;
} */
/*300*/

.passwordviewexpirewidth {
    width: 425px;
}
/*300*/

.kbaregistrationviewwidth {
    width: 450px;
}
/*500*/

.passwordinitviewwidth {
    width: 350px;
}
/*300*/

.securityviolationviewwidth {
    width: 450px;
}

.securityviolationx509continueviewwidth {
    width: 450px;
}

.userregistrationviewwidth {
    width: 450px;
}

.pinregistrationviewwidth {
    width: 300px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* ------------------------------------------------------- */

/* ------------- Post Auth Margins/Widths ---------------- */

.accountupdatewidth {
    width: 500px;
}

.accountupdatemargins {
    margin: 20px auto;
}

.manageaccountswidth {
    width: 500px;
}

.manageaccountsmargins {
    margin: 20px auto;
}

.yubikeyprovisioningwidth {
    width: 315px;
}

.yubikeyprovisioningmargins {
    height: 350px;
    margin: 0px auto 20px;
}

.iosexchangewidth {
    width: 350px;
}

.iosexchangemargins {
    height: 370px;
    padding-top: 110px;
    margin-left: 40px;
}

.createpfxtransferwidth {
    width: 400px;
}

.createpfxtransfermargins {
    height: 370px;
    margin: 20px auto;
}

.updatekbawidth {
    width: 500px;
}

.updatekbamargins {
    margin: 20px auto;
}

.enrollmentcompletewidth {
    width: 500px;
}

.enrollmentcompletemargins {
    height: 320px;
    margin: 20px auto;
}

.passwordresetwidth {
    width: 550px;
}

.passwordresetmargins {
    margin: 20px auto;
}

.forgotusernamewidth {
    width: 400px;
}

.forgotusernamemargins {
    height: 370px;
    margin: 20px auto;
}

.secureportalmargins {
    margin: 20px auto;
}

.reportingwidth {
    width: 500px;
}

.reportingmargins {
    height: auto;
    margin: 20px auto;
}

.resetaccountwidth {
    width: 500px;
}

.resetaccountmargins {
    height: 370px;
    margin: 20px auto;
}

.installactivexwidth {
    width: 500px;
}

.installactivexmargins {
    margin: 20px auto;
}

.checknavigationblocked {
    height: 400px;
    width: 375px;
    padding: 80px;
}

/* ------------------------------------------------------- */

/* --------------- Control View Margins ------------------ */

/*.useridviewmargins
{
    margin: 20px auto;
}*/

.useridviewexpiremargins {
    margin: 20px auto;
}

/*.kbaregistrationviewmargins
{
    height: 370px;
    margin: 20px auto;
}*/

.passwordinitviewmargins {
    height: 460px;
    padding-top: 20px;
    margin: 20px auto;
}

.pinregistrationviewmargins {
    height: 460px;
    margin: 24px auto 0;
}

/*.registrationmethodviewmargins
{
    height: 400px;
    margin: 20px auto;
}*/

.browserregistrationviewmargins {
    height: 400px;
    padding-top: 80px;
    margin: 20px auto;
}

.browserregistrationmanualcheckmargins {
    height: 440px;
    margin: 20px auto;
}

.browserregistrationcheckviewmargins {
    height: 440px;
    margin: 20px auto;
}

.browserregistrationzombieviewmargins {
    height: 440px;
    margin: 20px auto;
}

/*SBUX - HIDE*/
/*.browserregistrationpasswordviewmargins
{
    height: 460px;
    margin: 20px auto;
}*/

.browserregistrationfpviewmargins {
    height: 440px;
    margin: 20px auto;
}

.passwordviewmargins {
    height: 340px;
    margin: 20px auto;
}

.passwordviewexpiremargins {
    margin: 20px auto;
}

.securityviolationviewmargins {
    height: 430px;
    margin: 20px auto;
}

.securityviolationx509continueviewmargins {
    height: 430px;
    margin: 20px auto;
}

.userregistrationviewmargins {
    height: 430px;
    margin: 20px auto;
}

/* ------------------------------------------------------- */


/* Masterpage Links */
.tdForgotLinks a {
    display: block;
    text-align: right;
}


/* Media Queries */
/*
@media all and (max-width: 723px) {
    body {
        padding: 0;
    }
    #divHeader, 
    #divFooter,
    .container {
        width: 100%;
    }
    #divContent {
        width: 98%;
    }    
    .secureportalwidth {
        width: 95%;
    }    
    .portal-item.list, .portal-item.grid {
        display: block;
        width: 90%;
        height: 135px;
        margin: 10px auto;
    }
    .portal-item.list .portal-thumb {
        display: block;
        float: none;
        width: auto;
        max-width: 90%;
        max-height: 90px;
        margin: 10px auto;
    }
    .portal-item.list .portal-link {
        position: absolute;
        top: 90px;
        float: none;      
        width: 100%;
        margin: 5px 0;
        text-align: center;
    }    
    .portal-toggle {
        display: none;
    }
}

@media all and (min-width: 724px) and (max-width: 900px) {
    body {
        padding: 0;
    }
    .container {
        width: 100%;
    }
    .portal-item.grid {
        width: 47.5%;
    }
    .portal-item.list {
        width: 80%;
    }
}
@media all and (min-width: 901px) {
    .container {
        width: 880px;
    }
}

@media all and (max-height: 579px) {
    #divFooter {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
*/

.hlinkUsernameLink, .hlinkPasswordLink {
    font-size: 11px !important;
    padding-left: 100px;
}

/*BUGBUG*/
/*.tbxPassword, .txtUserid {
        margin-bottom: -3px;
        margin-top: 4px;
}*/

/* BUGBUG - Removed */
/*.tclblPassword, .tclblUserId {
    padding-top: 6px;
}*/

/* End Styles - Custom Overrides Below */

.trKeypad {
    display: none !important;
}

.sbuxheadertext, .sbuxheadertext_de {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
}

.sbuxheadertext_de {
    margin-left: -65px;
    margin-right: -65px;
}

.sbuxSetupWidth {
    margin-left: -72px;
    margin-right: -72px;
}

.sbuxFooterTrouble {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
}

.sbuxFooterText {
    font-family: "SoDo Sans Semibold","Noto Sans TC Semibold","Noto Sans SC Semibold",sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #006241;
    text-decoration: underline;
    cursor: pointer;
}

.sbuxFooterPhone {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.sbuxFooterLink {
    text-decoration: none;
    color: #2a8a15;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-weight: normal;
}

.tcSubmit {
    padding-left: 0px !important;
}


.tcPhone1VoiceSMS, .tcPhone2VoiceSMS, .tcPhone3VoiceSMS, .tcPhone4VoiceSMS {
    vertical-align: text-top;
    margin-left: 17px;
}

.trUserId td, .trPassword td, .trPhone td, .trNewPassword0 td, .trNewPassword1 td, .trCompValPassword td {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}

.tclblPassword, .tclblPassword1 {
    padding-top: 30px;
}

#ContentPlaceHolder1_tctbxUserId {
    text-align: left !important;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_tctbxPassword .reqValPassword {
    padding-left: 7px;
}

.tclblUserId, .tclblPassword, .tclblNewPassword0, .tclblNewPassword1 {
    width: 100% !important;
}

.tcPwdInstructions {
    text-align: center !important;
}

.rblabelPhone span.sbuxVoiceLabel {
    display: none;
}

.rblabelPhoneVoiceSMS span.sbuxphoneheader {
    display: none;
}

/*
#extra {
	padding: 10px 0px 20px 0px;
}*/

#extra ul {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
}

.clearBoth {
    clear: both;
    height: 0px;
    margin: 0;
    padding: 0;
    font-size: 0%;
    line-height: 0px;
}

#extra ul li {
    float: left;
    margin-right: 20px;
    list-style: none;
    text-decoration: none;
    font-size: 12px;
}

    #extra ul li:last-child {
        margin-right: 0px !important;
    }

.sbuxKBATitle {
    padding-top: 30px;
    padding-bottom: 10px;
}

#ContentPlaceHolder1_LabelKB {
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

.linkbutton1 {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    background-color: transparent;
    color: #0C7E54 !important;
    border: 1px solid #0C7E54;
    cursor: pointer !important;
    text-shadow: none !important;
    padding: 4px 16px 4px 16px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
}

    .linkbutton1:active,
    .linkbutton1:hover {
        background: rgba(0, 128, 70, 0.1);
        border: 1px solid #0C7E54;
        color: #0C7E54;
    }

.divHeader {
    margin-top: 40px !important;
    margin: auto;
}

    .divHeader img {
        display: block;
        margin: auto;
    }

.rblabelkiosk {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #212121 !important;
    float: left;
    width: 90%;
}

.radiobuttonlabel, .regmethodrb label, .rabdiobuttonvoicesms label, #ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPublic_label, #ContentPlaceHolder1_MFALoginControl1_UserIDView_rbKioskPrivate_label {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #212121 !important;
}

#ContentPlaceHolder1_MFALoginControl1_UserIDView_tclblUserId {
    margin-top: -6px;
}

.rbinputkiosk {
    float: left;
}

.lblUserId, .lblPassword, .lblNewPassword0, .lblNewPassword1 {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: normal !important;
    color: #212121 !important;
}

.lblHeader, .tcHeader, .tclblPassword, .tclblNewPassword0, .tclblNewPassword1 {
    text-align: center;
}

.useridviewmargins, .securityviolationviewmargins {
    margin-top: 32px !important;
}

.browserregistrationpasswordviewmargins, .main-content-container {
    margin-top: 28px !important;
}

.registrationmethodviewmargins {
    margin-top: 40px !important;
}

.securityviolationviewmargins {
    margin-bottom: 30px !important;
}

p {
    margin: 28px 0 0 0;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.tcBRBeforeKiosk, .tcBRBeforeUserId, .tcBRBeforeButton, .tcBRBeforeSubmit {
    height: 26px;
    max-height: 26px;
}

#ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_tcBRBeforeSubmit,
#ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_tcBRBeforeErrMessage {
    height: 34px;
}

#ContentPlaceHolder1_MFALoginControl1_BrowserRegistrationPasswordView_tcBRBeforeErrMessage {
    height: 30px;
}

.tcBRBeforePasswordExpireMsg {
    height: 24px;
    max-height: 24px;
}

.tcPwdExpireMsg, .tcNotMe {
    text-align: center;
}

#ContentPlaceHolder1_MFALoginControl1_RegistrationMethodView_lblHeader1 .sbuxheadertext {
    line-height: unset !important;
}

.tcInstructions, .tcRegMethodHeader {
    text-align: center;
    padding-top: 32px;
}

.tcBRBeforeMessage, .tcBRBeforeErrMessage {
    height: 20px;
    max-height: 20px;
}

.tcBRBeforeRegMethods {
    height: 20px;
    max-height: 20px;
}

.tcBRBeforeLink, .trMobileLink {
    display: none;
}

.tcKioskPublic span:first-child, .tcKioskPrivate span:first-of-type {
    display: block;
    margin: 0 auto;
    text-align: left;
}

.rblabelboldkiosk, .rblabelboldregmethod {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-weight: 700;
}

.trUserId, .trButton, .trErrMessage, .trtbxPassword, .trSubmit, .trBtnAlternative, .trPassword, .trNewPassword0, .trNewPassword1, .trCompValPassword {
    text-align: center;
    margin: 0 auto;
}

.passwordviewwidth .trErrMessage, .useridviewwidth .trErrMessage, .secureauthmdwidth .trErrMessage, .browserregistrationpasswordviewwidth .trErrMessage, .pinregistrationviewwidth .trErrMessage {
    visibility: hidden;
}

.trErrMessageDisplay {
    visibility: visible !important;
}

.tctbxPassword {
    width: 100% !important;
    padding-top: 0px !important;
}

#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage {
    margin-top: -35px;
    display: block;
}

#ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_btnSubmit {
    margin-top: 35px;
}

.lblErrMessageDisplay {
    visibility: inherit !important;
}

span.messagelabel.lblErrMessage {
    width: 280px;
    margin: 0px auto;
    display: block;
    text-align: left;
    font-size: 14px !important;
    margin-left: 7px;
}

#ContentPlaceHolder1_MFALoginControl1_RegistrationMethodView_lblErrMessage {
    margin-top: -21px;
    margin-bottom: 28px;
}

span.bodytext.lblUserId, span.bodytext.lblPassword, span.bodytext.lblNewPassword0, span.bodytext.lblNewPassword1 {
    width: 280px;
    margin: 0px auto;
    display: block;
    text-align: left;
}



.Symbol {
    font-family: "SoDo Sans",'Segoe UI Symbol', 'Apple Symbols';
    font-size: 14px;
    color: #0C7E54;
}

/* See custom.min.js - Show Balloon */
#sbuxInfo, #sbuxDFP, #sbuxPush, #sbuxOneTimeInfo, #sbuxInfoGUN {
    font-family: "SoDo Sans",'Segoe UI Symbol', 'Apple Symbols';
    font-size: 16px;
    color: #212121;
}

#CopyrightText {
    margin-top: 2px;
    font-size: 14px;
    color: #212121;
    line-height: normal;
}

.sbuxInfoBalloon, .sbuxEHDBalloon, .sbuxInfoGUNBalloon, .sbuxOneTimeBalloon, .sbuxPushtoAcceptBalloon {
    color: #212121 !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px;
}

/*.sbuxInfoBalloon div[style*="154px"] {
    left: 280px !important;
}

.sbuxInfoBalloon div[style*="155px"] {
    left: 281px !important;
}*/

/*281  282*/

#sbuxInfoClose, #sbuxEHDClose, #sbuxPushClose, #sbuxDFPClose {
    font-family: "SoDo Sans",'Segoe UI Symbol', 'Apple Symbols';
    font-size: 16px;
    color: #212121;
    font-weight: 600;
}

.sbuxDeliverPin {
    font-weight: 700;
}

.trBRBeforePassword {
    display: none;
}

.tcBtnAlternative {
    padding: 0px 0 28px 0;
}

.tcBtnYubikeyLink {
    padding: 14px 0 10px 0 !important;
}

#ContentPlaceHolder1_YubiPanel .tcBRBeforeSubmit {
    height: 34px;
}

#extra ul li {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px;
    color: #0C7E54;
}

input[type=text], input[type=password] {
    width: 280px !important;
}

input[type=text], input[type=password], select {
    border: none;
}

.sbuxVerificationPin {
    text-align: left !important;
    width: 280px;
    max-width: 280px;
    margin: 30px auto 0 !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

#ContentPlaceHolder1_MFALoginControl1_BrowserRegistrationPasswordView_lblPassword p,
#ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_lblHeader p {
    font-weight: 700;
}

.pinregistrationviewmargins .sbuxVerificationPin {
    width: 280px !important;
}

.sbuxNoBreak {
    display: inline-block;
}

.validator {
    display: none;
    text-align: left;
    padding-top: 5px;
    font-size: 14px !important;
    width: 280px !important;
    margin-left: 7px;
}

#reqValUserID.validator {
    margin-left: 5px;
}

span.messagelabel.validator.reqValUserID[style*="inline"], span.messagelabel.validator.reqValPassword[style*="inline"], span.messagelabel.validator.reqValNewPassword0[style*="inline"], span.messagelabel.validator.reqValNewPassword1[style*="inline"], span.messagelabel.validator.compValPassword[style*="inline"], span.messagelabel.validator.RegularExpressionValidator1[style*="inline"] {
    display: inline-block;
    width: 280px !important;
    text-align: left;
    padding-top: 5px;
    font-size: 14px !important;
}

.lblAfterBtn {
    margin-top: 4px;
    display: block;
    float: left;
    width: 100%;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px;
    color: #212121;
}

.controlviewdiv.securityviolationviewmargins span.messagelabel.lblErrMessage {
    text-align: center !important;
    width: 380px;
}

.sbuxButtonMove {
    margin-bottom: 38px;
}

.sbuxButtonRemove {
    display: none;
}

.sbuxReduceSpace {
    padding: 0px !important;
}

.sbuxReduceParagraph {
    margin: 10px 0 0 0 !important;
}

.sbuxSecuritySetup {
    width: 370px !important;
}

.tcKioskPrivate, .tcKioskPublic, .tcregmethod {
    /*padding-left:40px;*/
}

span.lblHeader.bodytext p {
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

.pinregistrationview span.lblHeader.bodytext p {
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

span.lblPassword.bodytext p, span.lblNewPassword0.bodytext p, span.lblNewPassword1.bodytext p {
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}

.browserregistrationpasswordviewwidth tr.trlblPassword td.tclblPassword {
    padding-top: 0px;
}

.pinregistrationviewwidth tr.trlblPassword td.tclblPassword {
    padding-top: 0px;
}

.pinregistrationviewwidth tr.trHeader td.tcHeader {
    padding-top: 12px;
}

.sbuxRetail, .sbuxCorp, .sbuxCorpGun, .sbuxCloudID {
    float: left;
    font-weight: 400;
    width: 100%;
}

.sbuxCloudID {
    width: 290px !important;
}

.sbuxOneTime {
    font-weight: 700;
    width: 100%;
    display: block;
}

.sbuxCorpBold, .sbuxRetailBold, .sbuxCloudIDBold {
    font-weight: 700;
}

.sbuxCloudID {
    display: none;
}

.sbuxEHD {
    padding: 0 0;
    margin: 0 0;
}

    .sbuxEHD li {
        list-style-type: none;
    }

.sbuxEHDHeader, .sbuxEHDSubHeader {
    font-weight: 700;
}

    .sbuxEHDHeader ul {
        padding-left: 18px;
        padding-bottom: 5px;
        font-weight: 400;
    }

    .sbuxEHDHeader li {
        list-style-type: disc;
        white-space: nowrap;
    }

.accountupdatemargins {
    margin: 34px auto auto;
    margin-bottom: 6px;
}

.accountupdatewidth {
    width: 380px;
}

.accountupdatemargins table {
    width: 378px !important;
    border-spacing: 0;
    border-collapse: collapse;
}


.accountupdatewidth span.bodytext#ContentPlaceHolder1_LabelHeaderMsg p {
    margin-left: -50px;
    margin-right: -50px;
    text-align: center;
    margin-bottom: 10px;
}

.hideTypingCBTD {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    padding-right: 50px;
}

.control-group {
    margin-left: 40px;
}

    .control-group span.bodytext {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: normal;
        padding-top: 8px;
        padding-bottom: 5px;
    }

    .control-group td[style*='25%'], .control-group td[style*='75%'] {
        height: 0px !important;
    }

    .control-group td {
        display: block;
        float: left;
        width: 100%;
    }

.sbuxProfile {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    padding-left: 40px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 40px;
}

    .sbuxProfile br {
        margin-top: 2px !important;
    }

.sbuxProfileHeader {
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
}

.sbuxAlternateIDText br {
    margin-top: 2px !important;
}

.sbuxAlternateIDText {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left !important;
    padding-left: 0px;
    font-size: 14px;
    line-height: 16px;
    padding-right: 80px;
    color: #212121;
}

.sbuxAlternateIDHeader {
    font-weight: 700;
    line-height: 20px;
    font-size: 18px;
}

#ContentPlaceHolder1_LabelUserID {
    padding-top: 0px !important;
}

#ContentPlaceHolder1_pbSave {
    /*float: left !important;
    position: absolute;*/
    margin-left: 4px;
}

#ContentPlaceHolder1_pbReset {
    margin-left: 10px;
    /*float: right;
    margin-top: -7px;*/
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_btnYes {
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_btnNo {
    margin-right: 10px
}

/*BUGBUG*/
#ContentPlaceHolder1_divDFP, #ContentPlaceHolder1_DivDFP, #ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_divYubiKey, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_TRKBQA {
    margin-left: 40px;
    padding-top: 8px !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 338px !important;
    color: #212121;
}

#ContentPlaceHolder1_TreeViewDFPs, #ContentPlaceHolder1_TreeViewPNTokens, #ContentPlaceHolder1_TreeViewOATHTokens, #ContentPlaceHolder1_TreeViewYubiKey {
    padding-top: 6px;
}

    #ContentPlaceHolder1_TreeViewPNTokens table, #ContentPlaceHolder1_TreeViewDFPs table, #ContentPlaceHolder1_TreeViewOATHTokens table, #ContentPlaceHolder1_TreeViewYubiKey table {
        width: 95% !important;
    }

    #ContentPlaceHolder1_TreeViewDFPs img, #ContentPlaceHolder1_TreeViewPNTokens img, #ContentPlaceHolder1_TreeViewOATHTokens img, #ContentPlaceHolder1_TreeViewYubiKey img {
        display: none;
    }

input[readonly="readonly"], input[readonly] {
    background-color: #F0F0F0 !important;
    color: #6B6B6B;
    border: 1px solid #BDBDBD !important;
}

#ContentPlaceHolder1_TreeViewDFPs input[type='checkbox'], #ContentPlaceHolder1_TreeViewPNTokens input[type='checkbox'], #ContentPlaceHolder1_TreeViewOATHTokens input[type='checkbox'], #ContentPlaceHolder1_TreeViewYubiKey input[type='checkbox'] {
    float: left;
}

#ContentPlaceHolder1_TreeViewDFPs td, #ContentPlaceHolder1_TreeViewPNTokens td, #ContentPlaceHolder1_TreeViewOATHTokens td, #ContentPlaceHolder1_TreeViewYubiKey td {
    white-space: normal !important;
}

#ContentPlaceHolder1_TreeViewDFPs span, #ContentPlaceHolder1_TreeViewPNTokens span, #ContentPlaceHolder1_TreeViewOATHTokens span, #ContentPlaceHolder1_TreeViewYubiKey span {
    display: block;
    padding-left: 10px;
    padding-bottom: 6px;
    width: 89%;
    float: left;
}

#ContentPlaceHolder1_divDFP, #ContentPlaceHolder1_DivDFP, #ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_divYubiKey, #ContentPlaceHolder1_LabelOATHToken, #ContentPlaceHolder1_LabelYubiKey {
    padding-bottom: 8px !important;
}

#ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_divYubiKey {
    /*padding-top: 22px !important;*/
}

#ContentPlaceHolder1_LabelDFP, #ContentPlaceHolder1_LabelPNToken, #ContentPlaceHolder1_LabelOATHToken, #ContentPlaceHolder1_LabelYubiKey {
    font-size: 14px !important;
    font-weight: 700 !important;
}

.accountupdatemargins br {
    display: block;
    margin: 4px 0 0 0;
}

.accountupdatemargins.accountupdatewidth td[colspan="2"] {
    line-height: 4px;
}

#ContentPlaceHolder1_lblErrorMsg {
    float: left;
    margin-top: -30px;
    margin-left: -42px;
    font-size: 14px !important;
    line-height: 16px !important;
}

#ContentPlaceHolder1_ImageError {
    /*display: none;*/
    background: url("Images/blank.jpg");
    height: 0px;
    width: 0px;
    padding-bottom: 40px;
}

#ContentPlaceHolder1_ImageSuccess {
    background: url("Images/blank.jpg");
    height: 0px;
    width: 0px;
    padding-bottom: 28px;
}

#ContentPlaceHolder1_lblSuccessMsg, #ContentPlaceHolder1_TimerLabel {
    font-size: 14px !important;
    line-height: 16px !important;
    float: left;
    margin-top: 0px;
    margin-left: -35px;
    color: #212121 !important;
}

#ContentPlaceHolder1_TimerLabel {
    padding-bottom: 30px;
}

#aspnetForm[action^='AccountUpdate'] #lbRestart_INIT_LOGON {
    display: none;
}

#aspnetForm[action^='AccountUpdate'] #sbuxCopyrightParagraph {
    margin-top: 2px !important;
}

#aspnetForm[action^='AccountUpdate'] #sbuxExternalLinks {
    padding-bottom: 0px !important;
    padding-top: 12px !important;
}

.pinregistrationviewmargins table, .registrationmethodviewmargins table {
    border-spacing: 0;
    border-collapse: collapse;
}

.sbuxHideTyping {
    text-align: center;
    padding-bottom: 10px;
}

    .sbuxHideTyping span {
        margin-left: -40px;
    }

    .sbuxHideTyping label {
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        color: #212121;
        font-size: 13px !important;
        line-height: 16px;
    }

#ContentPlaceHolder1_Q1TR td, #ContentPlaceHolder1_A1TR td,
#ContentPlaceHolder1_Q2TR td, #ContentPlaceHolder1_A2TR td,
#ContentPlaceHolder1_Q3TR td, #ContentPlaceHolder1_A3TR td,
#ContentPlaceHolder1_Q4TR td, #ContentPlaceHolder1_A4TR td,
#ContentPlaceHolder1_Q5TR td, #ContentPlaceHolder1_A5TR td,
#ContentPlaceHolder1_Q6TR td, #ContentPlaceHolder1_A6TR td {
    display: block;
    float: left;
    width: 100% !important;
    height: auto !important;
}

#ContentPlaceHolder1_Q1, #ContentPlaceHolder1_A1,
#ContentPlaceHolder1_Q2, #ContentPlaceHolder1_A2,
#ContentPlaceHolder1_Q3, #ContentPlaceHolder1_A3,
#ContentPlaceHolder1_Q4, #ContentPlaceHolder1_A4,
#ContentPlaceHolder1_Q5, #ContentPlaceHolder1_A5,
#ContentPlaceHolder1_Q6, #ContentPlaceHolder1_A6 {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    color: #212121;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px;
}

#ContentPlaceHolder1_DropDownList1,
#ContentPlaceHolder1_DropDownList2,
#ContentPlaceHolder1_DropDownList3,
#ContentPlaceHolder1_DropDownList4,
#ContentPlaceHolder1_DropDownList5,
#ContentPlaceHolder1_DropDownList6 {
    margin-top: 4px !important;
    width: 290px !important;
    margin-bottom: 8px !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    color: #212121;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: normal;
    height: 40px;
}

#ContentPlaceHolder1_txtKBA1,
#ContentPlaceHolder1_txtKBA2,
#ContentPlaceHolder1_txtKBA3,
#ContentPlaceHolder1_txtKBA4,
#ContentPlaceHolder1_txtKBA5,
#ContentPlaceHolder1_txtKBA6 {
    margin-top: 4px !important;
}

#ContentPlaceHolder1_txtKBA1,
#ContentPlaceHolder1_txtKBA2,
#ContentPlaceHolder1_txtKBA3,
#ContentPlaceHolder1_txtKBA4,
#ContentPlaceHolder1_txtKBA5,
#ContentPlaceHolder1_txtKBA6 {
    font-size: 13px !important;
    font-weight: normal !important;
    /*background-color: #e5f4d8 !important;*/
    color: #212121;
    /*border: 1px solid #212121;*/
}

#ContentPlaceHolder1_Q2TR td[style*="1%"], #ContentPlaceHolder1_Q3TR td[style*="1%"],
#ContentPlaceHolder1_Q4TR td[style*="1%"], #ContentPlaceHolder1_Q5TR td[style*="1%"],
#ContentPlaceHolder1_Q6TR td[style*="1%"] {
    border-top: 1px solid #212121;
    padding-top: 15px;
    margin-top: 20px;
}

#ContentPlaceHolder1_rfvKBA1[style*="visibility"],
#ContentPlaceHolder1_rfvKBA2[style*="visibility"],
#ContentPlaceHolder1_rfvKBA3[style*="visibility"],
#ContentPlaceHolder1_rfvKBA4[style*="visibility"],
#ContentPlaceHolder1_rfvKBA5[style*="visibility"],
#ContentPlaceHolder1_rfvKBA6[style*="visibility"] {
    display: none;
}

.browserregistrationfpviewmargins {
    margin-bottom: 0px;
}

#ContentPlaceHolder1_TreeViewDFPs {
    overflow: visible !important;
    max-height: none !important;
}

.lblHeader br {
    display: block;
    margin: 18px 0 0;
    content: "";
}

.tcHideAnswer {
    text-align: center;
}

.cbxHideAnswer label {
    font-size: 13px !important;
    font-weight: 700;
    padding-left: 5px;
}

.tcBRBeforeHideAnswer {
    display: none;
}

.tcBRBeforeKBA {
    max-height: 18px;
    height: 18px;
}

    .tcBRBeforeHideAnswer br, .tcBRBeforeKBA br {
        display: block;
        margin: 4px 0px 0px;
        content: '';
    }

.trKBQ1 td, .trKBA1 td {
    /*padding-left: 55px;*/
}

.sbuxSecurityQuestion {
    margin: auto -20px auto -20px;
}

.trKBQ1 td, .trKBA1 td {
    float: left;
    width: 100% !important;
    height: auto !important;
    display: block;
    max-width: 280px;
}

.lblKBQIndicator, .lblKBAIndicator {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    color: #212121;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px;
}

.lblKBQ {
    font-weight: 400 !important;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 16px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    color: #212121;
    font-size: 14px !important;
    display: inline-block;
}

.tcKBAIndicator {
    padding-top: 4px;
}

.tbxKBA {
    /*font-size: 13px !important;
    font-weight: normal !important;
    background-color: #E5F4D8 !important;*/
    color: #212121;
    border: 1px solid #212121;
}

.kbaregistrationviewmargins {
    margin: 32px auto auto;
}

#sbuxPushDiv, #sbuxDFPDiv, #sbuxOATHDiv {
    width: 295px;
    height: 18px;
}

#ContentPlaceHolder1_divDFP a, #ContentPlaceHolder1_divPNToken a, #ContentPlaceHolder1_LabelOATHToken a, #ContentPlaceHolder1_LabelYubiKey a, #ContentPlaceHolder1_divOATHToken a {
    display: none;
}

.registrationmethodview .tcpushnotification label, .registrationmethodview .tcoath label, .registrationmethodview .tcpushaccept label {
    display: block;
    margin-left: 22px;
}

.registrationmethodview .tcpushnotification input, .registrationmethodview .tcoath input, .registrationmethodview .tcpushaccept input {
    float: left;
    margin-top: 0px;
}

/*BUG BUG - START */
.sbux_Step4 {
    position: relative !important;
    margin: auto !important;
    display: block !important;
}

.accountupdatewidth td[style*="70%"] {
    width: 100% !important;
    text-align: center;
}

.sbux_Step4Error {
    margin-left: 36px !important;
}

.radiobuttonlabel, .rblabel {
    padding-top: 3px;
    padding-left: 2px;
}
/*BUG BUG - END */

/* Start Account Update KBA */

/* End Account Update KBA */
#ContentPlaceHolder1_rfvKBA1, #ContentPlaceHolder1_rfvKBA2, #ContentPlaceHolder1_rfvKBA3 {
    padding-top: 5px;
    display: inline-block;
    color: #D62B1F !important;
    font-weight: 700 !important;
    line-height: 20px;
}
/* Start Password Page */
.trForgotPassword {
    display: none;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_container2 {
    margin-bottom: -10px;
}
/* End Password Page */
/* Start Help Desk */
.manageaccountsmargins {
    margin: 33px auto auto;
}

.manageaccountswidth {
    width: 380px;
}

    .manageaccountswidth table td {
        float: left;
        width: 100% !important;
        display: block;
        height: auto !important;
    }

.TBLGetUser {
    padding-top: 0px !important;
    width: 80% !important;
}

    .TBLGetUser td[colspan] {
        text-align: center;
        padding-bottom: 10px;
    }

.TBLGetUserEntry {
    padding-top: 0px !important;
    margin-left: 0px !important;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px;
}

    .TBLGetUserEntry td {
        float: none !important;
        display: inline !important;
        width: auto !important;
    }

#ContentPlaceHolder1_AccountStatusLabel, #ContentPlaceHolder1_PasswordExpiredLabel, #ContentPlaceHolder1_StaticPINLabel, #ContentPlaceHolder1_YubiKeyLabel, #ContentPlaceHolder1_TimePunchLabel {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #212121;
}

.manageaccountswidth td[style*="60%"] table td {
    float: none;
    display: inline;
    width: auto !important;
}

#ContentPlaceHolder1_TextBoxUserID {
    width: 195px !important;
}

.manageaccountswidth td[style*="60%"] table td[style*="9px"] {
    padding-bottom: 0px !important;
}

.manageaccountswidth td[style*="60%"] table {
    margin-left: 0px;
}

.manageaccountswidth table {
    padding-top: 0px !important;
    margin-left: 40px;
    border-collapse: collapse;
    border-spacing: 0px;
}

#ContentPlaceHolder1_LabelUserID,
#ContentPlaceHolder1_LabelFirstName,
#ContentPlaceHolder1_LabelLastName,
#ContentPlaceHolder1_LabelPhone1,
#ContentPlaceHolder1_LabelPhone2,
#ContentPlaceHolder1_LabelEmail1,
#ContentPlaceHolder1_LabelPIN,
#ContentPlaceHolder1_LabelAuxID1,
#ContentPlaceHolder1_LabelAuxID2,
#ContentPlaceHolder1_LabelAuxID3,
#ContentPlaceHolder1_LabelAuxID4,
#ContentPlaceHolder1_LabelAuxID5,
#ContentPlaceHolder1_LabelAuxID6,
#ContentPlaceHolder1_LabelAuxID7,
#ContentPlaceHolder1_LabelAuxID8,
#ContentPlaceHolder1_LabelAuxID9,
#ContentPlaceHolder1_LabelAuxID10 {
    line-height: 16px;
    color: #212121;
    font-size: 14px !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 6px;
}

    #ContentPlaceHolder1_LabelAuxID6 p {
        line-height: 16px;
        color: #212121;
        font-size: 14px !important;
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 6px;
    }

#ContentPlaceHolder1_TextBoxPIN {
    width: 226px !important;
}

#ContentPlaceHolder1_TableClearKBA {
    margin-left: 0px;
    margin-top: 5px;
}

.checkboxleftmargin label {
    font-size: 14px !important;
    font-weight: 700;
}

#ContentPlaceHolder1_Label2 {
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 15px;
    margin-top: -20px;
    float: left;
}

label[for="ContentPlaceHolder1_PINCB"] {
    line-height: 16px;
    color: #212121;
    font-size: 14px !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
}

.manageaccountswidth #ContentPlaceHolder1_TreeViewDFPs table,
.manageaccountswidth #ContentPlaceHolder1_TreeViewPNTokens table,
.manageaccountswidth #ContentPlaceHolder1_TreeViewOATHTokens table,
.manageaccountswidth #ContentPlaceHolder1_TreeViewYubiKey table {
    margin-left: 0px;
}

#ContentPlaceHolder1_TableResetDFP, #ContentPlaceHolder1_TableResetPNToken, #ContentPlaceHolder1_TableAssignDevice, #ContentPlaceHolder1_TableResetOATHToken, #ContentPlaceHolder1_TableResetYubiKey {
    width: 320px !important;
    margin-left: 0px !important;
    text-align: center !important;
}

.sitel .textbox {
    margin-bottom: 38px;
}

#ContentPlaceHolder1_SitelButton {
    margin-top: 10px;
    margin-bottom: 18px !important;
}

#ContentPlaceHolder1_registerButton {
    margin-bottom: 35px;
    margin-top: 35px;
}

#ContentPlaceHolder1_RegisterYubiKeyButton {
    margin-left: 66px;
    margin-bottom: 10px;
}

#ContentPlaceHolder1_ResetAltIDKeyButton {
    margin-top: 10px;
    margin-left: 60px;
}

#ContentPlaceHolder1_RegisterYubiLabel {
    font-size: 14px !important;
}

#ContentPlaceHolder1_successDivTitle {
    margin-bottom: 35px;
}

#ContentPlaceHolder1_ButtonRevokeAllDFPs, #ContentPlaceHolder1_ButtonRemoveAllOATHTokens, #ContentPlaceHolder1_ButtonRemoveAllYubiKeys, #ContentPlaceHolder1_ButtoRemoveAllPNTokens, #ContentPlaceHolder1_btnAssignDevice, #ContentPlaceHolder1_ResetPinButton, #ContentPlaceHolder1_GenerateButton, #ContentPlaceHolder1_ClearYubiKeyButton, #ContentPlaceHolder1_ClearRetailPinButton, #ContentPlaceHolder1_UnlockButton, #ContentPlaceHolder1_EnableButton, #ContentPlaceHolder1_registerButton, #ContentPlaceHolder1_SitelButton {
    background-position: left top !important;
    background-color: #0C7E54;
    color: #FFF !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer !important;
    text-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 55px;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
    padding: 4px 16px 4px 16px;
}

input#ContentPlaceHolder1_ButtonRevokeAllDFPs:hover,
input#ContentPlaceHolder1_ButtonRemoveAllOATHTokens:hover, 
input#ContentPlaceHolder1_ButtonRemoveAllYubiKeys:hover,
input#ContentPlaceHolder1_ButtoRemoveAllPNTokens:hover,
input#ContentPlaceHolder1_btnAssignDevice:hover,
input#ContentPlaceHolder1_ResetPinButton:hover,
input#ContentPlaceHolder1_GenerateButton:hover,
input#ContentPlaceHolder1_ClearYubiKeyButton:hover,
input#ContentPlaceHolder1_ClearRetailPinButton:hover,
input#ContentPlaceHolder1_UnlockButton:hover,
input#ContentPlaceHolder1_EnableButton:hover,
input#ContentPlaceHolder1_registerButton:hover,
input#ContentPlaceHolder1_SitelButton:hover,
input#ContentPlaceHolder1_ButtonGetUser:hover,
input#ContentPlaceHolder1_ButtonRevokeAllDFPs:active,
input#ContentPlaceHolder1_ButtonRemoveAllOATHTokens:active,
input#ContentPlaceHolder1_ButtonRemoveAllYubiKeys:active,
input#ContentPlaceHolder1_ButtoRemoveAllPNTokens:active,
input#ContentPlaceHolder1_btnAssignDevice:active,
input#ContentPlaceHolder1_ResetPinButton:active,
input#ContentPlaceHolder1_GenerateButton:active,
input#ContentPlaceHolder1_ClearYubiKeyButton:active,
input#ContentPlaceHolder1_ClearRetailPinButton:active,
input#ContentPlaceHolder1_UnlockButton:active,
input#ContentPlaceHolder1_EnableButton:active,
input#ContentPlaceHolder1_registerButton:active,
input#ContentPlaceHolder1_SitelButton:active,
input#ContentPlaceHolder1_ButtonGetUser:active {
    background-color: #248B65 !important;
    color: #fff !important;
    border: none !important;
}

tr#ContentPlaceHolder1_PasswordTR input {
    display: block;
    margin-bottom: 5px;
}

input#ContentPlaceHolder1_ButtonRevokeAllDFPs,
input#ContentPlaceHolder1_ButtoRemoveAllPNTokens,
input#ContentPlaceHolder1_btnAssignDevice,
input#ContentPlaceHolder1_ButtonRemoveAllOATHTokens, 
input#ContentPlaceHolder1_ButtonRemoveAllYubiKeys {
    margin-left: -20px;
}

.btn-secureauth.disabled, .btn-secureauth[disabled] {
    background-color: #6B6B6B !important;
    color: #FFFFFF !important;
    border: none !important;
    cursor: none !important;
    font-size: 16px !important;
}

.manageaccountswidth #ContentPlaceHolder1_ButtonSave {
    margin: auto !important;
    display: block;
    margin-top: 10px !important;
}

.manageaccountswidth br {
    display: block;
    margin: 8px 0 0 0;
    content: '';
}

#ContentPlaceHolder1_TRClearKBA td {
    padding-top: 6px;
    padding-bottom: 6px;
}

.manageaccountswidth #ContentPlaceHolder1_TreeViewDFPs,
.manageaccountswidth #ContentPlaceHolder1_TreeViewPNTokens {
    padding-bottom: 2px;
}

.manageaccountswidth #ContentPlaceHolder1_LabelMsg {
    text-align: center;
    display: block;
    margin-top: -6px;
    margin-bottom: 20px;
}

#ContentPlaceHolder1_ResetPINModal_foregroundElement, #ContentPlaceHolder1_RegisterYubiModal_foregroundElement, #ContentPlaceHolder1_ResetPasswordModal_foregroundElement, #ContentPlaceHolder1_RegisterAlternateIDModal_foregroundElement {
    background-color: white;
    border: 1px solid #212121;
}

#ContentPlaceHolder1_RegisterYubiUpdatePanel table td, #ContentPlaceHolder1_RegisterAlternateIDUpdatePanel table td {
    padding-left: 40px;
    float: left;
    width: 100% !important;
    display: block;
    height: auto !important;
}

#ContentPlaceHolder1_ResetAltIDLB1Partner, #ContentPlaceHolder1_ResetAltIDLB2Partner {
    color: #212121;
    font-size: 13pt;
    line-height: 26px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
}

.modal-header h3 {
    margin-left: 10px;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.modal-header p {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 10px;
    width: 325px;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
}

.modal-body td {
    text-align: left !important;
    line-height: 16px;
    color: #212121;
    font-size: 14px !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
}

.modal-body input {
    border: 1px solid #BDBDBD;
}

.modal-footer input {
    background-position: left top;
    background-color: #0C7E54;
    color: #fff;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none;
    cursor: pointer !important;
    /* padding: 5px 10px 5px 10px; */
    text-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 55px;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
    padding: 4px 16px 4px 16px;
}

.modal-footer input:active,
.modal-footer input:hover {
    background-color: #248B65;
    color: #fff;
    border: none;
}

.modal-footer {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 40px;
    text-align: right;
}

.modal-body .bodytext {
    font-size: 14px;
    line-height: 16px;
}

.modalBackground {
    background-color: #ccc;
    filter: alpha(opacity=90);
    opacity: 0.90;
}

span#ContentPlaceHolder1_CompareValidator2, span#ContentPlaceHolder1_CompareValidator1 {
    color: #D62B1F !important;
}

.trPasswordMsg {
    display: none;
}

#ContentPlaceHolder1_UnlockLabel {
    display: none;
}

/* End Help Desk */

/* Start Password Reset */

#divPasswordWait {
    margin: 0px auto;
    width: 290px !important;
    text-align: center;
    margin-top: 28px !important;
}

.passwordresetmargins {
    margin-top: 28px !important;
    margin-bottom: 28px;
}

.sbuxPasswordResetMainTable {
    width: 100px !important;
    margin: 0 auto;
}

.sbuxPasswordResetTitle {
    width: 400px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.sbuxPasswordResetInput {
    width: 280px;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

    .sbuxPasswordResetInput tr {
        text-align: center;
        margin: 0 auto;
    }

    .sbuxPasswordResetInput td {
        display: block;
        float: left;
        width: 100% !important;
    }

    .sbuxPasswordResetInput span {
        text-align: left !important;
        display: block;
        font-size: 14px;
        font-weight: 700;
    }

.sbuxPasswordHeader {
    text-align: center;
    display: block;
    margin-top: 28px;
}

.sbuxPasswordInstructions, .sbuxPasswordResetInstructions {
    padding: 0 0;
    margin: 0 0;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 14px;
    list-style-type: none;
    font-weight: 700;
    line-height: 24px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

.sbuxPasswordInstructionsExceeded {
    padding: 0 0;
    margin: 0 0;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 14px;
    list-style-type: none;
    font-weight: 700;
    line-height: 24px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    color: #212121 !important;
    text-align: left !important;
}

.sbuxPasswordInstructions_ehd {
    padding: 0 0;
    margin: 0 0;
    font-size: 14px;
    list-style-type: none;
    font-weight: 700;
    line-height: 24px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

.sbuxPasswordInstructions li, .sbuxPasswordResetInstructions li {
    font-weight: 400;
    line-height: 18px;
}

.sbuxPasswordInstructions .sbuxPasswordBullets {
    margin-top: 14px;
}

.sbuxPasswordBullets, .sbuxPasswordResetBullets {
    list-style-type: none;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-size: 14px;
    line-height: 16px;
}

#ContentPlaceHolder1_MFALoginControl1_PS_trErrMessage {
    display: none;
}

.sbuxPasswordResetUserID {
    margin-top: 12px;
}

.sbuxPasswordResetCurrentPassword {
    margin-top: 28px;
}

.sbuxPasswordResetNewPassword {
    margin-top: 32px;
}

.sbuxPasswordResetConfirmPassword {
    margin-top: 47px;
}

.sbuxPasswordResetInput #ContentPlaceHolder1_Label2 {
    font-size: 14px !important;
    margin-left: 0px !important;
    font-weight: 700 !important;
    margin-top: -15px !important;
}

.textIndicator_poor,
.textIndicator_weak,
.textIndicator_good,
.textIndicator_strong,
.textIndicator_excellent {
    position: static !important;
    top: inherit !important;
    left: inherit !important;
    width: 280px !important;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    text-align: left;
    padding-top: 5px;
    margin-left: 7px;
}

.textIndicator_poor {
    color: #D62B1F;
}

.textIndicator_weak {
    color: #D62B1F;
}

.textIndicator_good {
    color: #212121;
}

.textIndicator_strong {
    color: #212121;
}

.textIndicator_excellent {
    color: #212121;
}

.sbuxPasswordResetInput #ContentPlaceHolder1_CompareValidator1, .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator1, .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator2, .sbuxPasswordResetInput #ContentPlaceHolder1_RegularExpressionValidator1 {
    font-size: 14px !important;
    padding-top: 5px;
    width: 280px !important;
}

    .sbuxPasswordResetInput #ContentPlaceHolder1_RegularExpressionValidator1[style*="inline"] {
        display: inline-block !important;
    }

    .sbuxPasswordResetInput #ContentPlaceHolder1_CompareValidator1[style*='visibility:hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator1[style*='visibility:hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator2[style*='visibility:hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RegularExpressionValidator1
    .sbuxPasswordResetInput #ContentPlaceHolder1_CompareValidator1[style*='visibility: hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator1[style*='visibility: hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RequiredFieldValidator2[style*='visibility: hidden'], .sbuxPasswordResetInput #ContentPlaceHolder1_RegularExpressionValidator1 {
        display: none !important;
    }

.sbuxPasswordResetInput #ContentPlaceHolder1_ButtonSubmit {
    margin-top: 18px;
    margin-bottom: 4px;
}

.sbuxPasswordError, .sbuxPasswordResetError {
    color: #D62B1F;
    text-align: center;
    display: block;
    font-weight: 700;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

.sbuxPasswordError {
    margin-top: 30px;
}

.useridviewexpirewidth .tcCompValPassword {
    width: 100%;
}

.tclblNewPassword1 {
    margin-top: 34px;
}

.useridviewwidth #ContentPlaceHolder1_MFALoginControl1_PS_tclblNewPassword0 {
    margin-top: 11px;
}

.useridviewexpiremargins .sbuxPasswordBullets {
    margin-bottom: -6px;
    text-align: left;
}

.useridviewexpiremargins .sbuxPasswordInstructions {
    text-align: left;
    margin-bottom: -6px;
}

.ui-widget-overlay {
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ccc;
    filter: alpha(opacity=75);
    opacity: 0.75;
    text-align: center;
    vertical-align: middle;
}

.ui-front {
    z-index: 100;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-widget-content {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    color: #212121;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 10px 2px 18px;
    outline: none;
    -moz-outline-style: none;
}

    .ui-widget-content a {
        outline: none;
        -moz-outline-style: none;
    }

.ui-dialog-title {
    font-weight: 700;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.ui-button {
    background-position: left top !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer !important;
    text-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 55px;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
    margin-right: 15px;
    padding: 4px 16px 4px 16px;
}

.ui-button-primary {
    background-color: #0C7E54;
    color: #fff;
    border: none !important;
}

.ui-button-secondary {
    color: #0C7E54;
    background-color: transparent;
    border: 1px solid #0C7E54;
}

.ui-button-primary:active,
.ui-button-primary:hover {
    background-color: #248B65;
    color: #FFFFFF;
    border: none;
}

.ui-button-secondary:active,
.ui-button-secondary:hover {
    color: #0C7E54;
    background: rgba(0, 128, 70, 0.1);
    border: 1px solid #0C7E54;
}

div#sbuxPasswordExpiredDialog.ui-widget-content, div#sbuxPasswordWarningDialog.ui-widget-content {
    border: none;
    padding: 0;
    height: 50px !important;
}

    div#sbuxPasswordExpiredDialog.ui-widget-content p, div#sbuxPasswordWarningDialog.ui-widget-content p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0 10px 0;
    }

.ui-dialog-buttonpane {
    padding: 0;
    border: none;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 20px;
    padding-top: 20px;
}

.secureauthmdmargins {
    margin-top: 32px !important;
    margin: auto;
    width: 300px;
}

.secureauthmdwidth tr {
    text-align: center;
}

.container1.secureauthmdwidth td {
    display: block;
    float: left;
    width: 100% !important;
}

.secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeButton {
    height: 28px;
    max-height: 28px;
}

/* End Password Reset */

/* Start Alternate ID Login */
.secureauthsbuxwidth tr {
    text-align: center;
}

.container1.secureauthsbuxwidth td {
    display: block;
    float: left;
    width: 100% !important;
}

.secureauthsbuxwidth #ContentPlaceHolder1_tcBRBeforeButton {
    height: 28px;
    max-height: 28px;
}

.sbuxAlternateIDVal {
    display: inline-block !important;
    width: 280px !important;
    text-align: left;
    padding-top: 5px;
    font-size: 14px !important;
}

/* End Alternate ID Login */

/* Push to Accept - Symbol to Accept */
.sbux-accept-device {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 20px;
    line-height: 24px;
}

.accept-deny {
    margin-top: 34px !important;
    max-width: 300px;
    margin: auto;
    width: 300px;
    text-align: center;
}

.accept-title p {
    margin-right: -20px;
    text-align: center;
}

.accept-deny .lnkbtnAlternative {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.accept-deny .lnkbtnRetailKBA {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.lnkbtnAlternative span {
    text-decoration: underline;
}

.accept-deny .lnkbtnNotMe {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.accept-deny .sbuxheadertext {
    width: 340px;
    margin-left: -20px;
}

.accept-symbol {
    display: inline-block;
    text-align: center;
    padding: 10px 15px 10px 15px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 36px;
    border: 1px solid #212121;
    text-shadow: none !important;
    box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
    -webkit-box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
    -moz-box-shadow: 2pt 3pt 3pt rgba(30, 27, 29, 0.75);
}
/* End - Push to Accept - Symbol to Accept */

/* Start - QR Code Registration */
#ContentPlaceHolder1_ConfirmDiv #ContentPlaceHolder1_EnableButton {
    margin-left: unset;
    margin-top: 38px;
    margin-bottom: 35px;
}

.qrcode {
    width: 400px;
    margin: 20px auto auto;
}

.qrcode-subtitle {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.qrcode-warning {
    color: #D62B1F !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.qrcode-text {
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
}

#ContentPlaceHolder1_DeviceNameLabel {
    display: block;
    padding-top: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

#ContentPlaceHolder1_confirmDivTitle {
    margin-top: 16px;
}

#ContentPlaceHolder1_ErrorLabel {
    display: block;
    color: #D62B1F !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 16px !important;
    margin-left: -80px;
    margin-top: 5px;
}

/* End - QR Code Registration */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {
    #ContentPlaceHolder1_pbReset {
        /*margin-top: -4px !important;*/
    }
}

/* IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .sbux_Step4 {
        margin-top: 8px !important;
    }

    #ContentPlaceHolder1_pbReset {
        margin-top: -4px !important;
    }
}

/* IE 10+ Mobile */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #ContentPlaceHolder1_pbReset {
        margin-top: -4px;
    }

    .accountupdatewidth #ContentPlaceHolder1_pbReset {
        margin-top: 3px !important;
    }

    .accountupdatewidth #ContentPlaceHolder1_pbSave {
        margin-top: 7px !important;
    }
}

/* Safari 6.1+ (8.0 is the latest version of Safari at this time) */

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        #ContentPlaceHolder1_pbReset {
            margin-top: -4px;
        }
    }
}


/* InLine Password Reset */
#ContentPlaceHolder1_MFALoginControl1_PS_trBRBeforeUserId {
    display: none;
}

.sbuxPasswordResetHeader {
    display: block;
    text-align: center;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.sbuxPasswordResetHeader2 {
    display: block;
    text-align: center;
    color: #212121;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-top: 28px;
}

/* PinPad Styles */
.sbuxPinPad {
    width: 100px !important;
    margin: 30px auto 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.sbuxPinPad #ContentPlaceHolder1_btnSubmit {
    margin-top: 29px;
}

.sbuxPinPad #ContentPlaceHolder1_tbxPINId {
    margin-top: 30px;
}

.ident {
    text-indent: -8px;
    padding-left: 10px;
}


::placeholder {
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #6B6B6B;
    mix-blend-mode: normal;
}

/* Mobile General - Like iPhone 5 & 5s */
/* Office 2016 - only screen and (max-width: 470px) and (min-width: 460px) and (max-height: 545px) and (min-height: 535px) */
/* ChromeBook - only screen and (max-width: 724px) and (min-width: 547px) and (max-height: 536px) and (min-height: 481px) */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px), only screen and (min-device-width : 540px) and (max-device-width : 960px), only screen and (max-width: 724px) and (min-width: 547px) and (max-height: 536px) and (min-height: 481px), only screen and (max-width: 470px) and (min-width: 460px) and (max-height: 545px) and (min-height: 535px) {

    .useridviewexpiremargins {
        margin-left: 24px;
    }
    .sbuxEHDBalloon {
        font-size: 12px;
    }

    body {
        -webkit-text-size-adjust: none;
        background-image: none;
    }

    /*See custom.min.js - Show Balloon*/
    #sbuxInfo, #sbuxDFP, #sbuxPush, #sbuxTerms, #sbuxOneTimeInfo, #sbuxInfoGUN {
        font-size: 15px;
    }

    #ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage {
        margin-top: -10px;
    }

    .tclblPassword, .tclblNewPassword1 {
        padding-top: 18px;
    }

    #ContentPlaceHolder1_table1[style] {
        /*width: 100% !important;*/
        width: 100% !important;
        padding: 0px 15px 0px 15px !important;
    }

    #ContentPlaceHolder1_tdcell1 {
        display: none;
    }


    .divHeader {
        margin-top: 20px !important;
        margin: auto;
    }

    .LogoImage {
        max-height: 40px;
        max-width: 40px;
    }

    .sbuxheadertext, .sbuxheadertext_de {
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-weight: 700;
        color: #212121;
        font-size: 28px;
        text-align: center;
        display: block;
    }

    .sbuxheadertext_de {
        margin-left: -30px;
        margin-right: -30px;
    }

    .bodytext {
        color: #212121;
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-size: 16px;
        line-height: 24px !important;
    }

    .kbaregistrationviewmargins .main-content-body {
        padding-top: 20px;
    }

    .useridviewmargins, .registrationmethodviewmargins, .securityviolationviewmargins, .kbaregistrationviewmargins, .useridviewexpiremargins {
        margin-top: 6px !important;
        max-width: 290px;
        width: 290px;
        margin: auto;
    }

    .passwordresetmargins {
        margin-top: 6px !important;
        max-width: 290px;
        width: 290px;
        margin: auto;
    }

    .secureauthmdmargins {
        margin-top: 6px !important;
        margin: auto;
        max-width: 290px;
        width: 290px;
    }

    .sbuxPasswordResetTitle {
        width: 290px;
        max-width: 290px;
        margin: auto;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .sbuxPinPad {
        margin: 10px auto 0px;
    }

    .sbuxPinPad #ContentPlaceHolder1_btnSubmit {
        margin-top: 10px;
    }

    .sbuxPinPad #ContentPlaceHolder1_tbxPINId {
        margin-top: 16px;
    }

    .sbuxPinPad #ContentPlaceHolder1_tcBRBeforeUserId {
        max-height: 5px;
    }

    .sbuxPinPad #ContentPlaceHolder1_tcBRBeforeErrMessage {
         max-height: 7px;
         height: 7px;
    }

    .sbuxPinPad #ContentPlaceHolder1_tcBRBeforeErrMessage br {
        display: none;
    }

    .securityviolationviewmargins {
        margin-bottom: 10px !important;
        max-width: 290px;
        margin: auto;
        width: 290px;
    }

    .browserregistrationpasswordviewmargins, .main-content-container {
        margin-top: 4px !important;
        max-width: 290px;
        margin: auto;
        width: 290px;
    }

    .passwordviewmargins, .passwordviewexpiremargins {
        margin: 6px;
        max-width: 290px;
        margin: auto;
        width: 290px;
    }

    #ContentPlaceHolder1_MFALoginControl1_PasswordView_tcBRBeforeErrMessage {
        height: 15px !important;
        max-height: 15px !important;
    }

    .accept-deny {
        margin-top: 6px !important;
        max-width: 290px;
        width: 290px;
        margin: auto;
    }

    .accept-title, .accept-title p {
        text-align: center;
        margin-left: initial;
        margin-right: initial;
        width: 280px !important;
    }

    .accept-deny .lnkbtnAlternative {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .accept-deny .lnkbtnRetailKBA {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .accept-deny .lnkbtnNotMe {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .accept-deny .sbuxheadertext {
        width: 290px;
        margin-left: auto;
    }

    .accept-symbol {
        margin-top: 15px;
    }

    .browserregistrationpasswordviewwidth, .pinregistrationviewwidth {
        width: 100% !important;
        max-width: 290px !important;
        width: 290px;
    }

    /*bugbug*/
    #divContent .container {
        width: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #ContentPlaceHolder1_tblContainer2 {
        width: 290px !important;
    }

    p {
        margin: 12px 0 0 0;
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-size: 14px;
        line-height: 16px;
    }

    .sbuxDeliverPin {
        margin-top: 18px;
    }

    .tcBRBeforeKiosk, .tcBRBeforeUserId, .tcBRBeforeSubmit {
        height: 8px;
        max-height: 8px;
    }

    .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeUserId {
        max-height: 6px;
        height: 6px;
    }

    .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeButton,
    .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeErrMessage {
        height: 6px;
        max-height: 6px;
    }

    .pinregistrationviewmargins .tcBRBeforeSubmit {
        height: 19px;
        max-height: 19px;
    }

    .pinregistrationviewmargins .tcBRBeforeErrMessage {
        height: 12px;
        max-height: 12px;
    }

    .tcBRBeforeUserId br, .tcBRBeforeKiosk br, .tcBRBeforeButton br, .tcBRBeforeMessage br, .tcBRBeforeRegMethods br, .tcBRBeforeErrMessage br, .tcBRBeforeSubmit br,
    .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeButton br, .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeErrMessage br {
        display: none;
    }

    .tcBRBeforeButton {
        height: 12px;
        max-height: 12px;
    }

    .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeButton {
        height: 12px;
        max-height: 12px;
    }

        .secureauthmdwidth #ContentPlaceHolder1_tcBRBeforeButton br {
            display: none;
        }

    .secureauthsbuxwidth #ContentPlaceHolder1_tcBRBeforeButton,
    #ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_tcBRBeforeErrMessage {
        height: 12px;
        max-height: 12px;
    }

        .secureauthsbuxwidth #ContentPlaceHolder1_tcBRBeforeButton br {
            display: none;
        }

    .tcBRBeforeMessage {
        height: 4px;
        max-height: 4px;
    }

    .tcBRBeforeRegMethods, .tcBRBeforeErrMessage,
    #ContentPlaceHolder1_MFALoginControl1_BrowserRegistrationPasswordView_tcBRBeforeErrMessage {
        height: 6px;
        max-height: 6px;
    }

    #ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_tcBRBeforeSubmit {
        height: 19px;
        max-height: 19px;
    }

    #divFooter {
        position: inherit;
        background: inherit;
        border: none;
        overflow: hidden;
        width: auto;
        padding-top: 0px 0;
    }

    input[type=text], input[type=password] {
        width: 100% !important;
        max-width: 290px;
        box-sizing: border-box;
        -webkit-appearance: none;
        height: 40px;
    }

    span.bodytext.lblUserId, span.bodytext.lblPassword {
        width: 100%;
        margin: 0px auto !important;
    }

    span.bodytext.lblNewPassword0, span.bodytext.lblNewPassword1 {
        width: 100%;
    }

    .tcInstructions, .tcRegMethodHeader {
        padding-top: 12px;
    }

    #ContentPlaceHolder1_MFALoginControl1_PS_tclblNewPassword1 {
        margin-top: -5px;
    }

    /*bugbug*/
    /*.useridviewwidth, .registrationmethodviewwidth {
        width: 93% !important;
    }*/

    .sbuxRestart {
        margin-top: 10px;
    }

    #extra ul {
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
        #extra ul {
            padding: 0px;
        }
    }

    #extra ul li {
        float: none;
        margin-right: 0px;
    }

    #AdditionalMethods {
        margin: auto;
    }

    .footer p {
        margin: 18px 0 0 0;
    }

    .tcBtnAlternative {
        padding: 4px 0 6px 0;
    }

    .messagelabel.validator.reqValUserID {
        float: left;
    }

    .validator {
        margin-left: 0px;
    }

    #reqValUserID.validator {
        margin-left: -1px;
    }

    .textIndicator_poor, .textIndicator_weak, .textIndicator_good, .textIndicator_strong, .textIndicator_excellent {
        margin-left: 0px;
    }
    .messagelabel {
        font-size: 14px;
    }

    .sbuxVerificationPin {
        width: auto !important;
        margin: 20px auto 0 !important;
    }

    .pinregistrationviewmargins .sbuxVerificationPin {
        display: inline-block;
    }

    .pinregistrationviewmargins #ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_btnSubmit {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .pinregistrationviewmargins span.messagelabel.lblErrMessage {
        width: 300px;
        margin-left: 30px;
    }

    .containerRegMethods {
        margin-left: -12px;
    }

    span.messagelabel.lblErrMessage {
        width: auto;
    }

    #ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage {
        text-align: center;
    }

    .controlviewdiv.securityviolationviewmargins span.sbuxNoBreak {
        padding-left: 5px;
        display: initial;
    }

    .controlviewdiv.securityviolationviewmargins span.messagelabel.lblErrMessage {
        width: auto;
    }

    #ContentPlaceHolder1_MFALoginControl1_RegistrationMethodView_lblErrMessage {
        margin-top: -8px;
        margin-bottom: 8px;
    }

    .sbuxSecuritySetup {
        width: 245px !important;
    }

    .tcKioskPrivate, .tcKioskPublic, .tcregmethod {
        padding-left: 0px;
    }

    span.lblHeader.bodytext p, span.lblPassword.bodytext p, span.lblNewPassword0.bodytext p, span.lblNewPassword1.bodytext p {
        width: auto;
        padding: 0 0;
    }

    span.lblHeader.bodytext p, span.lblPassword.bodytext p, span.lblNewPassword0.bodytext p, span.lblNewPassword1.bodytext p {
        margin-left: initial;
        margin-right: initial;
        width: 280px !important;
    }

    .tcPhone2VoiceSMS, .tcPhone3VoiceSMS, .tcPhone4VoiceSMS {
        margin-left: 17px !important;
    }

    .pinregistrationviewwidth tr.trHeader td.tcHeader {
        padding-top: 0px;
        width: 280px !important;
    }

    .pinregistrationviewmargins {
        margin: 10px auto 0;
    }

    .accountupdatemargins {
        margin: 10px auto auto;
    }

    .accountupdatewidth {
        max-width: 320px;
        width: 320px;
        width: 100% !important;
        padding: 0 !important;
    }

    .accountupdatemargins table {
        width: auto !important;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .accountupdatewidth span.bodytext#ContentPlaceHolder1_LabelHeaderMsg p {
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .control-group {
        margin-left: 15px;
        margin-right: 15px;
    }

        .control-group span.bodytext {
            padding-top: 8px;
            padding-bottom: 5px;
        }

    .sbuxProfile {
        padding-left: 15px;
        padding-right: 15px;
    }

    #ContentPlaceHolder1_divDFP, #ContentPlaceHolder1_DivDFP, #ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_TRKBQA, #ContentPlaceHolder1_LabelOATHToken, #ContentPlaceHolder1_LabelYubiKey {
        margin-left: 15px;
        width: auto !important;
    }

    #ContentPlaceHolder1_divDFP {
        padding-bottom: 4px !important;
    }

    #ContentPlaceHolder1_DivDFP {
        padding-bottom: 8px !important;
    }

    #ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_divYubiKey, #ContentPlaceHolder1_LabelOATHToken, #ContentPlaceHolder1_LabelYubiKey {
        padding-top: 0px !important;
        padding-bottom: 8px !important;
    }

    #ContentPlaceHolder1_divDFP {
        margin-top: -16px;
    }

    #ContentPlaceHolder1_DivDFP {
        margin-top: -12px;
    }

    #ContentPlaceHolder1_TreeViewDFPs span, #ContentPlaceHolder1_TreeViewPNTokens span, #ContentPlaceHolder1_TreeViewOATHTokens span, #ContentPlaceHolder1_TreeViewYubiKey span {
        width: 85%;
    }

    .accountupdatemargins br {
        content: '';
        margin: 0px;
    }

    #ContentPlaceHolder1_pbSave {
        margin-left: 5px;
        margin-top: 0px;
    }

    #ContentPlaceHolder1_pbReset {
        margin-top: -5px;
        margin-right: auto;
    }

    .accountupdatewidth #ContentPlaceHolder1_pbReset {
        margin-top: 0px;
    }

    .accountupdatemargins.accountupdatewidth td[colspan="2"] {
        line-height: 5px;
    }

    #ContentPlaceHolder1_lblSuccessMsg, #ContentPlaceHolder1_TimerLabel {
        margin-top: 2px;
        margin-left: 30px;
        margin-right: 10px;
    }

    #ContentPlaceHolder1_TimerLabel {
        padding-bottom: 12px;
    }

    #aspnetForm[action^='AccountUpdate'] #sbuxCopyrightParagraph {
        margin-top: 8px !important;
    }

    #ContentPlaceHolder1_lblErrorMsg {
        margin-left: 25px;
        margin-top: -10px;
        margin-right: 10px;
    }

    #ContentPlaceHolder1_ImageSuccess {
        padding-bottom: 18px;
    }

    #ContentPlaceHolder1_ImageError {
        padding-bottom: 50px;
    }

    .sbuxMobileHeaderSpace {
        margin-left: 8px;
    }

    .sbuxMobileSpace {
        max-width: 300px;
        width: 300px;
        margin-left: 6px !important;
    }

    #ContentPlaceHolder1_TRKBQA td[style*="25px"] {
        height: 8px !important;
    }

    .sbuxHideTyping {
        padding-bottom: 10px;
        padding-left: 20px;
    }

    #ContentPlaceHolder1_txtKBA1,
    #ContentPlaceHolder1_txtKBA2,
    #ContentPlaceHolder1_txtKBA3,
    #ContentPlaceHolder1_txtKBA4,
    #ContentPlaceHolder1_txtKBA5,
    #ContentPlaceHolder1_txtKBA6 {
        width: 285px !important;
    }

    #ContentPlaceHolder1_DropDownList1,
    #ContentPlaceHolder1_DropDownList2,
    #ContentPlaceHolder1_DropDownList3,
    #ContentPlaceHolder1_DropDownList4,
    #ContentPlaceHolder1_DropDownList5,
    #ContentPlaceHolder1_DropDownList6 {
        width: 285px !important;
    }

    .kbaregistrationviewmargins {
        margin: 6px auto auto;
    }

    .lblHeader br {
        margin: 8px 0 0;
        content: "";
    }

    .tcBRBeforeKBA {
        max-height: 4px;
        height: 4px;
    }

    .trKBQ1 td, .trKBA1 td {
        padding-left: initial;
    }

    .tcKBA {
        padding-bottom: 4px;
    }

    #ContentPlaceHolder1_TreeViewPNTokens table, #ContentPlaceHolder1_TreeViewDFPs table {
        width: auto !important;
    }

    .accountupdatewidth td[style*="70%"] {
        width: 310px !important;
    }

    /* HELP DESK START */
    .manageaccountswidth {
        width: auto;
        max-width: 280px;
        width: 280px;
    }

    .manageaccountswidth table {
        margin-left: 0px;
    }

    #ContentPlaceHolder1_ButtonGetUser {
        width: 80px !important;
        padding: 0px;
        margin-top: -22px;
        margin-left: 4px;
    }

    .manageaccountswidth br {
        margin: 2px 0 0 0;
    }

    #ContentPlaceHolder1_TRClearKBA {
        margin-left: 2px;
        margin-bottom: 4px;
    }

    #ContentPlaceHolder1_TRClearKBA input {
        float: left;
    }

    .checkboxleftmargin label {
        float: left;
        width: 80%;
        padding-left: 5px;
    }

    #ContentPlaceHolder1_Label2 {
        margin-left: 18px;
        margin-top: -16px;
    }

    #ContentPlaceHolder1_DivDFP, #ContentPlaceHolder1_DivPNToken, #ContentPlaceHolder1_divPNToken, #ContentPlaceHolder1_DivOATHToken, #ContentPlaceHolder1_divOATHToken, #ContentPlaceHolder1_DivYubiKey, #ContentPlaceHolder1_divYubiKey, #ContentPlaceHolder1_LabelOATHToken, #ContentPlaceHolder1_LabelYubiKey {
        margin-left: 0px;
        padding-bottom: 14px !important;
    }

    #ContentPlaceHolder1_TableResetDFP, #ContentPlaceHolder1_TableResetPNToken, #ContentPlaceHolder1_TableAssignDevice, #ContentPlaceHolder1_TableResetOATHToken, #ContentPlaceHolder1_TableResetYubiKey {
        width: 275px !important;
    }

    .manageaccountswidth #ContentPlaceHolder1_LabelMsg {
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .manageaccountswidth #ContentPlaceHolder1_ButtonSave {
        margin-top: 6px !important;
    }

    .manageaccountswidth #sbuxPushDiv, #sbuxDFPDiv,, #sbuxOATHDiv {
        width: 280px;
    }

    .kbaregistrationviewwidth {
        width: 280px !important;
    }

    .sbuxPasswordHeader, .sbuxPasswordError, .sbuxPasswordResetHeader2 {
        margin-top: 10px;
    }

    #ContentPlaceHolder1_MFALoginControl1_PS_tcBRBeforePasswordExpireMsg {
        display: none;
    }

    .sbuxPasswordBullets, .sbuxPasswordResetBullets {
        -webkit-padding-start: 18px;
    }

    .sbuxPasswordResetInput {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .sbuxPasswordResetUserID {
        margin-top: -4px;
    }

    .sbuxPasswordResetNewPassword {
        margin-top: 14px !important;
    }

    .sbuxPasswordResetConfirmPassword {
        margin-top: 32px;
    }

    .sbuxPasswordResetInput #ContentPlaceHolder1_ButtonSubmit {
        margin-top: -4px;
        margin-bottom: 12px;
    }

    .sbuxPasswordInstructions, .sbuxPasswordResetInstructions {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tclblNewPassword0 {
        margin-top: -12px;
    }

    .tclblNewPassword1 {
        margin-top: 12px;
    }

    .yubikeyprovisioningwidth {
        width: 295px;
    }

    .yubikeyprovisioningmargins {
        margin: 0px auto 0px;
    }

    #ContentPlaceHolder1_YubiPanel .tcBRBeforeSubmit {
        height: 19px;
    }

    #ContentPlaceHolder1_YubiPanel .tcBRBeforeErrMessage {
        height: 0px;
    }

    .TBLGetUser {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape), only screen and (min-device-width : 540px) and (max-device-width : 960px) {
    .radiobuttonlabel, .rblabel {
        white-space: nowrap;
    }

    .tcKioskPublic span:first-child, .tcKioskPrivate span:first-of-type {
        margin-left: -15px;
    }
}


@media all and (min-width: 570px) and (max-width: 990px) {
    #ContentPlaceHolder1_MFALoginControl1_KBARegistrationView_lblErrMessage {
        margin-top: -30px;
    }
}



/*progressbar*/
.divProgressBar {
    width: 504px;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 40px;
}

#progressbar {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

#progressbar li {
    list-style-type: none;
    color: #cdccc9;
    font-size: 33%;
    font-family: "SoDo Sans Semibold","Noto Sans TC Semibold","Noto Sans SC Semibold",sans-serif;
    font-weight: 700;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li:before {
    content: "";
    width: 21px;
    height: 21px;
    line-height: 20px;
    display: block;
    font-size: 33%;
    color: #cdccc9;
    background: #cdccc9;
    border-radius: 1px;
    margin: auto auto 5px;
}

/*progressbar connectors*/
#progressbar li:after {
    width: 100%;
    width: 84%\9;
    height: 20%;
    background: #cdccc9;
    position: absolute;
    left: -50%;
    left: -42%\9;
    top: 28.3%;
    z-index: -1;
    content: '';
}

#progressbar li.completed:before {
    background: #0C7E54;
    border: 4px solid #0C7E54;
    width: 15px;
    height: 13px;
}

#progressbar li.completed, #progressbar li.active {
    color: #0C7E54;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before {
    background: #FFF;
    border: 4px solid #0C7E54;
    color: #FFF;
    width: 13px;
    height: 13px;
    content: " ";
    max-width: 17px;
}

#progressbar li.completed:after, #progressbar li.active:after {
    background: #0C7E54;
    color: #0C7E54;
    border: none;
}

/* iPhone 5 & 5s */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    .divProgressBar {
        width: 320px;
        margin-top: 20px;
    }

    /* Styles */
    /*.stickyprogressbar {
    background:#FFF;
    border:0 solid #666;
    min-height:68px;
    position:fixed;
    width:100%;
    top:0;
    z-index:-1;
    max-width:420px
    }*/

    #progressbar {
        height: 17px;
        padding-left: 0;
        padding-right: 0;
        margin: 0px 0px
    }

        #progressbar li {
            list-style-type: none;
            color: #cdccc9;
            font-size: 11px;
            font-family: "SoDo Sans Semibold","Noto Sans TC Semibold","Noto Sans SC Semibold",sans-serif;
            font-weight: 700;
            width: 25%;
            float: left;
            position: relative;
            text-align: center
        }

            #progressbar li:before {
                content: "";
                width: 17px;
                height: 17px;
                line-height: 20px;
                display: block;
                color: #cdccc9;
                background: #cdccc9;
                border-radius: 1px;
                margin: auto auto 2px
            }

            #progressbar li:after {
                content: '';
                width: 100%;
                height: 20%;
                background: #cdccc9;
                position: absolute;
                left: -50%;
                top: 38%;
                z-index: -1
            }

            #progressbar li.completed:before {
                background: #0C7E54;
                border: 2px solid #0C7E54;
                width: 11px;
                height: 11px
            }

            #progressbar li.active:before {
                background: #FFF;
                border: 3px solid #0C7E54;
                color: #FFF;
                width: 11px;
                height: 11px
            }
}

/*PIN Example Styles*/

.examplediv {
    padding-top: 30px;
    margin-left: -90px;
    margin-right: -90px;
}

#examplebar {
    overflow: hidden;
    counter-reset: step;
    height: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin-left: 98px;
}

    #examplebar li {
        list-style-type: none;
        color: #212121;
        /*font-size: 33%;*/
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-weight: 700;
        font-size: 18px;
        /*width: 25%;*/
        float: left;
        position: relative;
        text-align: center;
    }

.examplebox {
    padding-left: 2px;
    letter-spacing: 1.5px;
    line-height: 20px;
}

    .examplebox:after {
        content: " ";
        display: block;
        position: absolute;
        width: 88%;
        top: 107%;
        left: 0px;
        border: 3px solid #0C7E54;
    }

.examplelabel {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-right: 5px;
    margin-top: 3px;
}

.sideleft {
    border-right: 1px solid #0C7E54;
    top: 17px;
    height: 6px;
    width: 0px;
}

.sideright {
    border-left: 1px solid #0C7E54;
    top: 17px;
    height: 6px;
    width: 0px;
}

.centerspace {
    width: 2px;
}

#examplespacer {
    overflow: hidden;
    counter-reset: step;
    height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

    #examplespacer li {
        list-style-type: none;
        color: #212121;
        /*font-size: 33%;*/
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-weight: 700;
        font-size: 18px;
        /*width: 25%;*/
        float: left;
        position: relative;
        text-align: center;
    }

.tickline {
    border-left-color: rgb(113, 180, 58);
    border-left-width: 1px;
    border-left-style: solid;
}

#exampletext {
    overflow: hidden;
    counter-reset: step;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

    #exampletext li {
        list-style-type: none;
        color: #8b8b8b;
        font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
        font-weight: 400;
        font-size: 14px;
        float: left;
        position: relative;
    }

.lefttickspacing {
    margin-left: 215px;
}

.righttickspacing {
    margin-left: 44px;
}

.textpartner {
    text-align: right;
    width: auto;
    padding-left: 24px;
    min-width: 192px;
}

.textspace {
    width: 20px;
}

.textstore {
    width: auto;
    text-align: left;
}

    .textpartner br, .textstore br {
        margin: -2px 0px 0px;
    }

.highlighted {
    border: 2px solid #D62B1F !important;
}

/* Prevent Data entry during post back */
.sbuxPleaseWaitModel {
    display: none;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ccc;
    filter: alpha(opacity=90);
    opacity: 0.90;
    text-align: center;
    vertical-align: middle;
}

.sbuxPleaseWaitModelMessage {
    position: relative;
    top: 50%;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    min-width: 20px;
    padding: 8px 10px 2px 18px;
    border-radius: 0px;
    border: 1px solid rgb(105, 96, 90);
    box-shadow: 2px 2px 3px rgba(30, 27, 29, 0.75);
    background-color: rgb(255, 255, 255);
    text-align: center;
    display: block;
    max-width: 260px;
    margin: auto;
}

/* When the body has the loading class, we turn
    the scrollbar off with overflow:hidden */
body.sbuxPleaseWait {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
    modal element will be visible */
    body.sbuxPleaseWait .sbuxPleaseWaitModel {
        display: block;
    }

/* Safari 6.1+ (8.0 is the latest version of Safari at this time) */

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        .examplebox:after {
            top: 110%;
        }
    }
}

/* iPhone 5 & 5s */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px), only screen and (min-device-width : 540px) and (max-device-width : 960px) {
    .examplediv {
        padding-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 280px;
    }

    #examplebar {
            margin-left: 15px;
        height: 21px;
    }

    .examplebox:after {
        width: 100%;
        top: 20px;
        border: none;
        border-bottom: 1px solid #0C7E54;
    }

    .sideright, .sideleft {
        top: 13px;
        height: 8px;
    }

    #examplespacer {
        height: 6px;
    }

    .lefttickspacing {
        margin-left: 114px;
    }

    .righttickspacing {
        margin-left: 48px;
    }

    .textpartner {
        width: 100px;
        padding-left: 30px;
            min-width: unset;
    }

    .textspace {
        width: 25px;
    }

    .textstore {
        width: 120px;
    }
}


/* Firefox */
@-moz-document url-prefix() {
    .examplebox:after {
        width: 89%;
        top: 120%;
    }

    .examplebox {
        line-height: 18px;
    }

    .sideright {
        width: 2px;
        background-color: #fff;
    }
}

.sbuxTermsBalloon h2 {
    display: initial;
    font-weight: 700;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif !important;
    font-size: 14px !important;
}

.sbuxTermsBalloon p {
    margin-bottom: 12px;
}

.sbuxTermsBalloon #container {
    height: 320px;
    overflow: auto;
}

.sbuxTermsBalloon #sbuxTermsClose {
    margin-left: 15px;
}

/* NEW CSS FIXES */

.hidden {
    display: none;
}

#divContent, #divFooter {
    padding-top: 0px 0;
}

#placeHolder .container {
    width: 300px;
}

.sa-2019-button {
    background-position: left top !important;
    background-color: #0C7E54;
    color: #fff !important;
    font-family: "SoDo Sans","Noto Sans TC","Noto Sans SC",sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none !important;
    cursor: pointer !important;
    text-shadow: none !important;
    -webkit-appearance: none;
    -webkit-border-radius: 55px;
    -moz-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 55px !important;
    padding: 4px 16px 4px 16px;
}

.btn-secondary {
    margin-right: 10px;
}

#error-toast-user-view-id {
    margin-top: -30px;
    margin-left: 7px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #ContentPlaceHolder1_MFALoginControl1_UserIDView_reqValPassword {
        padding-bottom: 10px;
    }
}

.passwordviewmargins {
    margin: 35px auto;
}

#extra ul {
    padding: 0px;
}

.lblHeader, .tcHeader, .tclblPassword, .tclblNewPassword0, .tclblNewPassword1 {
    width: 294px;
    display: inline-block;
}

.registrationmethodviewmargins {
    margin-top: 60px !important;
}

.content-buttons .btn-secureauth {
    text-align: center;
    margin: 0 auto;
}

span.bodytext.tclblPassword {
    width: 280px;
    margin: 0px auto;
    display: block;
    text-align: left;
}

.main-content-footer {
    text-align: center;
}

.main-content-body {
    text-align: center;
}

    .main-content-body .field-group {
        text-align: left;
    }

input[type=text], input[type=password], select, input[type=number] {
    margin-bottom: 10px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    input[type=text], input[type=password], select {
        margin-bottom: 5px;
    }
}

#ContentPlaceHolder1_MFALoginControl1_BrowserRegistrationPasswordView_btnSubmit, #ContentPlaceHolder1_MFALoginControl1_PINRegistrationView_btnSubmit {
    margin-top: 36px;
    margin-bottom: 36px;
}

span.reqValPassword {
    padding-top: 5px;
}

.header-legend {
    padding-bottom: 25px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .header-legend {
        padding-bottom: 15px;
    }
}

#usernameblock, #reqValUserID {
    margin-bottom: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #usernameblock, #reqValUserID {
        margin-bottom: 15px;
    }
}

.cbxHideAnswer.field-group {
    padding-bottom: 26px;
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView .content-buttons {
    padding-top: 35px;
    margin-bottom: -7px;
    text-align: center;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #divFooter {
        padding-top: 0;
    }

    #ContentPlaceHolder1_MFALoginControl1_PasswordView .content-buttons {
        margin: 0;
        margin-bottom: -10px;
    }
}

#ContentPlaceHolder1_MFALoginControl1_PasswordView_lblErrMessage {
    padding-top: 35px;
}

.manageaccountswidth #ContentPlaceHolder1_ButtonSave {
    margin-top: 30px !important;
}

.accept-title p {
    margin-right: 0;
    text-align: center;
}

/*Added by Lawkant Kumar on NOV 30 2020*/
#placeHolder:focus {
    outline: none;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #ContentPlaceHolder1_ButtonGetUser {
        width: 40% !important;
        padding: 4px 16px 4px 16px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .manageaccountswidth #ContentPlaceHolder1_ButtonSave {
        margin-top: 20px !important;
    }
}

.center {
    text-align: center;
}


#sbuxCopyrightParagraph {
    margin: 0 !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #sbuxCopyrightParagraph {
        margin: 0 !important;
    }
}

#passwordblock {
    margin-bottom: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #passwordblock {
        margin-bottom: 35px;
    }
}

.submit-button-block {
    text-align: center;
    margin: 0 auto;
    padding-top: 35px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .submit-button-block {
        padding-top: 15px;
    }
}

.footer .extra ul {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .footer .extra ul {
        margin-bottom: 0px !important;
        padding: 0 !important;
    }
}

#sbuxFooterHelpLinks, #sbuxForgotPassword, #sbuxSecurityPreferences, #sbuxEHDDiv, #GlobalUserGuide, #AdditionalMethods, #TermsOfUser, #sbuxRestartDiv, .containerRegMethods {
    margin-bottom: 35px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #sbuxFooterHelpLinks, #sbuxForgotPassword, #sbuxSecurityPreferences, #sbuxEHDDiv, #GlobalUserGuide, #AdditionalMethods, #TermsOfUser, #sbuxRestartDiv, .containerRegMethods {
        margin-bottom: 15px;
    }
}

#kbqa1, #kbqa2, #kbqa3 {
    margin-bottom: 35px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #kbqa1, #kbqa2, #kbqa3 {
        margin-bottom: 15px;
    }
}

.main-content-footer {
    margin-bottom: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .main-content-footer {
        margin-bottom: 10px;
    }
}

input[id$="View_btnSubmit"] {
    margin-bottom: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    input[id$="View_btnSubmit"] {
        margin-bottom: 10px;
    }
}

.main-content-header {
    text-align: center;
}

.rememberMe {
    margin-top: 35px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .rememberMe {
        margin-top: 15px;
    }
}

#ContentPlaceHolder1_TRKBQA {
    margin-top: 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #ContentPlaceHolder1_TRKBQA {
        margin-top: 10px;
    }
}

.lblNewPassword0, .lblNewPassword1 {
    margin-top: 30px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .lblNewPassword0, .lblNewPassword1 {
        margin-top: 20px !important;
    }
}


#ContentPlaceHolder1_PasswordResetLabel {
    display: block;
}
