
html, body{
    padding-top: 0px !important;
}
.sidebar-toggle{
    display: none !important;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position: relative !important;
}
#content{
    min-height: inherit;
}
#captcha .captchaIcon {
  background-color: transparent !important;
  top: 7px;
}
@media (min-width: 768px) {
    #column-left.active + #content,
    #content + #footer {
        left: 0px;
        margin-left: 0 !important;
    }
}

/* ==== Hiden Element ==== */
#headerArea{
    min-height: 80px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}
#headerArea .headerInnerBox {
    min-height: 80px;
}
.headerBoxTwo{
    display: none;
}
#logo{
    margin-bottom: 0 !important;
}
.headerRightBox{
    display: none;
}
.projectStartArea{
    display: none;
}
.footerTopArea{
    display: none;
}
#footerArea .footerCopyright{
    border-top: 0;
}
#headerArea.signUpHeader {
    display: block;
}
#headerArea.signUpHeader .headerInnerBox {
    min-height: 80px;
}
#headerArea.signUpHeader .headerRightBox {
    display: block;
}
/* ====  ==== */
label {
    margin: 0;
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #171713;
    font-weight: 400;
}
.hasError label,
.hasError label.control-label,
.required.hasError label:after,
.required.hasError label.control-label:after,
.has-error label.control-label,
.required.has-error label.control-label:after{
    color: #D7373C;
}
#account-login{
    background-color: #292929;
}
#account-forgotten{
    background-color: #bcbcbc;
}
.master-card-wrapper{
    background-color: #3d3d3d;
    /* height: 100vh; */
    min-height: calc(100vh - 212px);
}
.master-card-login-section{
    background-color: #292929;
    background-position: right;
    min-height: 510px;
    object-fit: cover;
    object-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 212px);
}
.custContainer.log_wrap_se{
    padding-top: 3%;
    padding-bottom: 3%;
}
.login-section,
.accountFormBox{
    max-width: 568px;
    width: 100%;
}
.custContainer{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 108px;
    height: 100%;
    width: 100%;
}
.login-wrapper{
    min-height: 100%;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.login-main-block{
    width: 100%;
    text-align: center;
}
.accountFormPage .accountFormArea {
    min-height: -webkit-calc(100vh - 211px);
    min-height: -moz-calc(100vh - 211px);
    min-height: -o-calc(100vh - 211px);
    min-height: calc(100vh - 211px);
}
.accountFormPage .accountFormArea {
    padding: 68px 0 88px;
}
.accountFormBox .form-login {
    margin-top: 44px;
}
.accountFormHead h1 {
    color: #141413;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
}
.accountFormHead h2{
    margin-top: 24px;
    font-size: 28px;
    line-height: 25px;
    font-weight: 400;
}
.accountFormBox .login-form{
    padding-right: 176px;
    text-align: left;
    margin-top: 27px;
    max-width: inherit;
    margin: 44px 0 0 0;
}
.accountFormBox .form-login .form-group {
    margin-bottom: 25px;
}
.accountFormBox .login-form .form-group label {
    font-size: 12px;
    line-height: 15px;
    color: #171713;
    font-weight: 400;
}
.accountFormBox .accountFormText{
    margin-bottom: 20px;
}
.accountFormBox .accountFormText p {
    font-size: 14px;
    line-height: 24px;
    color: #171713;
    font-weight: 400;
}
/*.form-login label, 
.form-register label, 
.form-account label, 
.form-password label, 
.form-address label {
    color: #171713;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 400;
    text-align: left;
}
.form-login .has-error .control-label{
    
}*/
.warn_text .warn_msg_err .fa,
.form-login .warn_text .warn_msg_err label{
    color: #D7373C;
}
.warn_text .warn_msg_succ .fa,
.form-login .warn_text .warn_msg_succ label{
    color: #8DB92E;
}
.warn_text b, 
.warn_text strong {
    font-weight: 700;
}
.accountFormBox .accountFormBtn {
    margin-top: 28px;
}
.accountFormBtn .themeBtn, 
.accountFormBtn .btn.themeBtn {
    padding: 8px 22px;
    line-height: inherit;
}
.master-card-login-section .log-in-form-intro {
    text-align: left;
}
.master-card-login-section .log-in-form-intro p, .forgot-password-section .log-in-form-intro p {
    color: #f8f8f8;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.master-card-login-section .log-in-form-intro h1, 
.forgot-password-section .log-in-form-intro h1{
    color: #f8f8f8;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    margin-top: 17px;
}
.master-card-login-section .login-wrapper .login-form{
    padding-right: 176px;
    text-align: left;
    margin-top: 27px;
    max-width: inherit;
    margin: 44px 0 0 0;
}
.master-card-login-section .login-wrapper .login-form form {
    margin-bottom: 0;
}
.login-main-block .form-control {
    border-radius: 4px;
    padding: 8px 16px;
    border: 1px solid #96918B;
    font-size: 14px;
    transition: 0.4s ease;
    height: 40px;
}
.login-main-block .hasError .form-control,
.login-main-block .has-error .form-control{
    border-color: #D7373C;
}
.login-form .input-group{
    width: 100%;
}
/*.login-form .form-group label{
    color: #ffffff;
    font-weight: 400;
}*/
.master-card-login-section .login-btn {
    background: #9E253B;
    border: 2px solid #9E253B;
    border-radius: 24px;
    min-width: 160px;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 22px;
    height: auto;
    height: 40px;
    margin-top: 5px;
    line-height: 22px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
}
.master-card-login-section .login-btn:hover,
.register-page .btn-continue:hover{
    color: #ffffff;
    background: #852D01;
    border-color: #852D01;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
}
.master-card-login-section .login-btn:focus,
.register-page .btn-continue:focus{
    color: #ffffff;
    background: #9E253B;
    border-color: #9E253B;
    outline: 2px auto #FFFFFF;
    outline-offset: -4px;
}
.master-card-login-section .btn-signup {
    width: 100%;
    background: #f38b00 !important;
    border: #f38b00 !important;
    border-radius: 24px !important;
    min-width: 160px !important;
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px;
    height: auto;
    font-weight: 400;
    margin-top: 6px;
    height: 40px;
    text-transform: capitalize;
    line-height: 22px;
    margin-left: 10px;
}
.login-section .form-group{
    margin-bottom: 24px;
}
.text-forget{
    color: #bcbcbc;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 0;
    display: inline-block;
}
.text-forget:hover,
.text-forget:focus{
    text-decoration: underline;
    color: #bcbcbc;
}
.login-form .alert-danger,
.login-form .alert-warning,
.login-form .alert-dismissible{
    padding-right: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 24px;
}
.alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 15px
}
/* ==== MFA Text ==== */
.mfa-page, .forgot-page{
    background-color: #bcbcbc;
}
.mfa-page .master-card-login-section, 
.forgot-page .master-card-login-section,
.accountFormArea{
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: right bottom;
/*    height: 100%;*/
    object-fit: cover;
    object-position: center;
    background-size: 56%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
}
.mfa-page .master-card-login-section{
    min-height: calc(100vh - 204px);
}
.forgot-page .master-card-login-section{
    min-height: calc(100vh - 184px);
}
/*.forgot-page .login-form .form-group label{
    color: #141413;
    margin-bottom: 5px;
}*/
.forgot-page .log-in-form-intro p,
.forgot-page .log-in-form-intro h1{
    color: #171713;
}
.forgot-page .log-in-form-intro h2{
    margin-top: 24px;
    font-size: 28px;
    line-height: 25px;
}
.mfa-page .login-section{
    max-width: calc(100% - 80px); 
    padding-right: 70px;
}
.mfa-activation-heading{
    color: #171713 !important;
}
.mfa-text{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 24px;
    color: #171713;
    margin-top: 0px;
}
.mfa-page .log-in-form-intro p.text-normal{
    text-transform: inherit;
    color: #171713;
}
.mfa-page .login-form{
    max-width: 100%;
    margin: 0;
}
.mfa-qr{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.mfa-qr .qr-image{
    margin-right: 30px;
}
.qr-text .btn-primary{
    min-width: 160px;
    background: #9E253B !important;
    border: 1px solid #9E253B !important;
    box-sizing: border-box;
    border-radius: 24px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 22px;
    margin-left: 15px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.qr-text p{
    margin-bottom: 9px;
}
.qr-text .qr-code-field{
    width: 230px;
}
.qr-text .form-control{    
    padding: 0.7rem;
    height: 40px;
    border: 1px solid #ccc;
    font-size: 14px;
}
.mfa-page .login-form .form-group label{
    color: #171713;
}
.mfa-page .login-form .qr-text .form-group label{
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
ol li{
    text-align: left;
}

.invalid_msg .msg_val{
    color: #D7373C !important;
    font-size: 12px;
}

.how-works{
    margin-top: 16px;
    font-weight: 600;
}
.how-works a.text-primary {
    color: #171713;
    font-weight: 700;
}
.how-mfa-popup{
    text-align: left;
}
.how-mfa-popup p{
    margin-bottom: 10px;
}
.how-mfa-popup .modal-header{
    margin-top: 4px;
}
.how-mfa-popup .modal-title{
    font-size: 25px;
    display: block;
    width: 100%;
    margin-top: 25px;
    font-weight: 600;
}
.how-mfa-popup .modal-dialog{
    max-width: 1100px !important;
    width: 95% !important;
}
.how-mfa-popup::before{
    content: none !important;
}

.dashboardModal.how-mfa-popup{
    text-align: center;
}
.dashboardModal.how-mfa-popup p{
    margin-bottom: 0;
}
.dashboardModal.how-mfa-popup .modal-header{
    margin-top: 0;
}
.dashboardModal.how-mfa-popup .modal-title{
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #171713;
    display: block;
    width: 100%;
    margin-top: 0;
    font-weight: 400;
}
/* ==== Register Page UI ==== */
#account-register.register-page{
    background-color: #f8f7f5;
}
.register-page #content{
    display: flex;
    height: 100%;
    min-height: calc(100vh - 212px);
    align-items: center;
}
.register-page .login-form{
    max-width: 808px;
    width: 100%;
    margin: 0 auto;
    padding: 68px 0px;
}
.register-page .signup-heading h1{
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 500;
    color: #171713;
}
.register-wrapper .form-login {
    margin-top: 40px;
}
.register-page .req-field-text{
    font-size: 14px;
    line-height: 24px;
    color: #171713;
    font-weight: 500;
    margin-bottom: 21px;
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #171713;
    font-weight: 500;
    margin-bottom: 4px;
}
.register-page .form-control{
    height: 40px;
    font-size: 14px !important;
}
.register-page input[type="radio"], 
.register-page input[type="checkbox"]{
    height: inherit;
    margin-top: 0;
    transform: scale(1.2);
}
.register-page input[type='radio']:after {
    width: 14.5px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #EDEBEB;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000000;
}

.register-page input[type='radio']:checked:after {
    width: 14.5px;
    height: 14px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #f38b00;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #f38b00;
    box-shadow: inset 0px 0px 0px 2px #ffffff;
}
.register-page .login-form .row{
    margin-left: -14px;
    margin-right: -14px;
}
.register-page .login-form .col-md-6, .register-page .login-form .col-sm-12{
    padding-left: 14px;
    padding-right: 14px;
}
.register-page .btn-continue{
    background: #9E253B;
    border: #9E253B;
    border-radius: 24px;
    min-width: 160px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    height: auto;
    font-weight: 500;
    height: 40px;
    margin-top: 28px;
    line-height: 22px
}

/* === sso text UI ==== */
.alertInfoMessage{
    display: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 24px;
    font-weight: 400;
}
.alertInfoMessage b, 
.alertInfoMessage strong {
    font-weight: 500;
}
.alertInfoMessage a{
    color: #c14628;
    text-decoration: underline;
}
.themeContainer {
    padding: 0 65px;
}
/* ==== Login Responsive ==== */
@media only screen and (max-width:1440px) {
    .register-page .login-form{
        max-width: 808px;
    }
    #header .container-fluid{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerText{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width:1200px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer{
        padding: 0 25px;
    }

    .custContainer {
        padding: 0 40px;
    }
    
    .custContainer.log_wrap_se {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 38px;
    }
    .footerText{
        max-width: 90%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width:1024px){
    .custContainer.log_wrap_se {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .master-card-login-section,
    .master-card-wrapper{
        min-height: -webkit-calc(100vh - 248px);
        min-height: -moz-calc(100vh - 248px);
        min-height: -o-calc(100vh - 248px);
        min-height: -ms-calc(100vh - 248px);
        min-height: calc(100vh - 248px);
    }
    .accountFormPage .accountFormArea {
        padding: 56px 0;
    }
}
@media only screen and (max-width:991px) {
    #button-menu{
        display: none;
    }
    
    .register-wrapper #account .row {
        display: block;
    }
    .register-page .login-form {
        padding: 56px 20px 36px;
    }
}
@media only screen and (max-width:767px) {
    .themeContainer,
    #headerArea.signUpHeader .themeContainer, 
    #common-success.accountSuccessArea .themeContainer {
        padding: 0 10px;
    }
    .custContainer {
        padding: 0 20px;
    }
    #headerArea,
    #headerArea.signUpHeader .headerInnerBox {
        min-height: 62px;
    }
    .master-card-login-section .login-wrapper .login-form {
        padding-right: 0;
    }

    .master-card-login-section .login-wrapper .login-form {
        padding-right: 100px;
        text-align: left;
        margin-top: 27px;
    }
    .master-card-login-section .login-btn,
    .register-page .btn-continue{
        width: 100%;
    }
    
    #footer{
        justify-content: center;
    }
    .footerText{
        text-align: center;
    }
    .login-form .d-flex{
        flex-direction:column;
        -webkit-box-direction:column;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    -moz-flex-direction:column;
    }
    .master-card-login-section .btn-signup{
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    
    .register-page .signup-heading h1 {
        margin-bottom: 24px;
        font-size: 36px;
        line-height: 42px;
    }
    .register-wrapper .form-login {
        margin-top: 24px;
    }
    
}
@media only screen and (max-width:600px) {
    .master-card-login-section .log-in-form-intro h1,
    .accountFormHead h1{
        font-size: 28px;
        line-height: 30px;
    }
    .master-card-login-section{
        background-image: none;
    }
    .master-card-login-section .custContainer .login-wrapper{
        max-width: 100%;
    }
    .login-section{
        margin-left: 0px;
    }
    .mfa-page .login-section{
        padding-right: 0;
        margin-right: 0;
        max-width: 100%;
    }
    .master-card-login-section .login-wrapper .login-form,
    .accountFormBox .login-form{
        padding-right: 0px;
    }
    .qr-text .d-flex .form-control{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 565px) {
    .qr-text .d-flex{
        flex-wrap: wrap;
    }
    .qr-text .btn-primary{
        margin-left: 0;
    }
    .how-mfa-popup{
        padding-left: 0 !important;
    }

}
/* === to hide for login page and mfa page === */
.nav.navbar-nav{
    display: none;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           