html, body, form {
    height: 100%;
}

body {
    font-family: IntroRegular, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

body, b, h1, h2, h3, h4, h5, h6, strong, th, label {
    font-weight: normal;
}

b, th {
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover, a:focus {
        text-decoration: none;
    }

em {
    text-decoration: underline;
    font-size: 12px;
}

.Wrapper {
    width: 820px;
    margin: 0 auto;
}

    .Wrapper.MainContent {
        width: 860px;
    }

/*  Master/General --> Header   */

#Header {
    padding: 24px 0 0;
    overflow: hidden;
    position: relative;
}

.AppLogo {
    float: left;
    margin: 26px 0 0;
}

.CountrySignature {
    float: right;
    font-size: 18px;
    color: #0295be;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.UserInfoSection {
    float: right;
    clear: right;
    margin: 13px 0 0;
    text-align: right;
    font-size: 16px;
}

    .UserInfoSection .UserID {
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-weight: normal;
        padding: 0;
    }

    .UserInfoSection .Navigation {
        margin: 8px 0 0;
        font-size: 12px;
    }

.Navigation a {
    text-decoration: none;
    margin: 0 8px;
    font-size: 14px;
}

    .Navigation a:hover {
        text-decoration: underline;
    }

    .Navigation a.current {
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-weight: normal;
    }

        .Navigation a.current:hover {
            text-decoration: none;
        }

    .Navigation a.LogOutBtn {
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin-right: 0;
        text-decoration: underline;
    }

        .Navigation a.LogOutBtn:hover {
            text-decoration: none;
        }

/*  Master/General --> Content   */

.Content {
    margin: 30px 0;
    min-height: 340px;
}

/*  Master/General --> Footer   */

#Footer {
    border-top: solid 1px #0295be;
    border-bottom: solid 7px #0295be;
    padding: 28px 0 28px 84px;
    background: url('../images/tu-stamp-yellow.png') left no-repeat;
    font-size: 12px;
}

    #Footer a {
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
    }

    #Footer .Credits {
        margin: 12px 0 0 0;
    }

        #Footer .Credits a {
            color: inherit;
            font-size: inherit;
            margin: 0 0 0 8px;
        }

        #Footer .Credits b {
            margin: 0 14px 0 0;
        }

/*  Login   */

.LoginBoxContainer {
    padding: 90px 0;
}

.LoginBox {
    width: 350px;
    margin: 0 auto;
    border: solid 1px #ddd;
}

    .LoginBox .InputsContainer {
        position: relative;
        padding: 20px;
        text-align: right;
    }

        .LoginBox .InputsContainer h2 {
            position: relative;
            top: -21px;
            left: -21px;
            width: 320px;
            font-size: 26px;
            display: block;
            font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
            font-weight: normal;
            color: #fff;
            background: #0295be;
            padding: 12px 16px;
            text-align: left;
        }

.Mandatory {
    font-size: 10px;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #d74025 !important;
}

.LoginBoxLbl {
    font-size: 16px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0 7px 0 0;
}

.LoginBoxTxt {
    width: 182px;
    height: 34px;
    border: solid 1px #ddd;
    margin: 0 0 12px;
    padding: 0 6px;
    line-height: 30px;
    text-align: left;
    color: #000;
    font-size: 14px;
}

    .LoginBoxTxt:focus {
        border-color: #0295be;
    }

.ForgotPasswordLink {
    font-size: 12px;
    color: #0081a1;
    margin: 0 12px 0 0;
    vertical-align: top;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 34px;
}

    .ForgotPasswordLink:hover {
        text-decoration: none;
    }

input.LoginBtn {
    cursor: pointer;
    width: 102px;
    padding: 7px 16px;
    background: #fcd800;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    border: 0;
}

    input.LoginBtn.hover {
        background: #e0c000;
    }

.LoginErrorMessage {
    display: block;
    margin: 12px auto 0;
    width: 348px;
    text-align: center;
    font-weight: normal;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #d74025 !important;
    font-size: 12px;
    line-height: 16px;
}

/*  Home   */

.SearchBoxContainer {
    width: 600px;
    margin: 0 auto;
    padding: 72px 0 0;
}

.SearchBox {
    margin: 8px 20px 10px;
    padding: 20px;
    border: solid 2px #ddd;
    position: relative;
}

.ApplicantIDLbl {
    display: block;
    height: 27px;
    line-height: 28px;
    font-size: 24px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0 0 0 40px;
    background: url('../images/id-card-icon.png') left no-repeat;
    margin: 0 0 0 20px;
}

.SearchBox .InputsWrapper {
    overflow: hidden;
}

    .SearchBox .InputsWrapper .InputsSection {
        display: block;
        overflow: hidden;
        border: solid 1px #ddd;
        border-right: 0;
    }

.ApplicantIDTxtWrapper {
    float: left;
    width: 407px;
    height: 36px;
}

.SearchBox .InputsWrapper .ApplicantIDTxtWrapper input[type=text] {
    float: left;
    height: 26px;
    font-size: 14px;
    line-height: 25px;
    border: 0;
    margin: 5px 2px;
    padding: 0 9px;
    color: #000;
}

.ApplicantIDTxt {
    width: 100px;
    margin-right: 0 !important;
}

.HistoryBtn {
    float: left;
    width: 21px;
    height: 21px;
    margin: 7px 0 0;
    background: url('../images/historial-icon.png') top no-repeat;
    text-indent: -9999px;
}

    .HistoryBtn:hover {
        background-position: bottom;
    }

.ApplicantIDSerieTxt {
    width: 225px;
    margin-left: 10px !important;
    margin-right: 0;
    border-left: solid 1px #ddd !important;
}

.InputsWrapper .ApplicantIDTxtWrapper .ApplicantIDTxtWatermarked {
    letter-spacing: 0.05em;
    color: #939393 !important;
}

.RequiredID {
    position: absolute;
    right: -212px;
    top: 14px;
    padding: 8px 0 0 50px;
    height: 41px;
    background: url('../images/required-question-bg.png') left no-repeat;
    line-height: 16px;
    width: 180px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #d74025 !important;
}

input.VerificateBtn {
    float: left;
    cursor: pointer;
    width: 108px;
    height: 38px;
    background: #0295be;
    font-size: 18px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 0;
    color: #fff;
    border: 0;
}

    input.VerificateBtn.hover {
        background: #0081a1;
    }

.SearchBoxContainer .Disclaimer {
    padding: 0 22px;
}

    .SearchBoxContainer .Disclaimer p {
        font-size: 12px;
        line-height: 14px;
    }

/*  Verification --> Exam section  */

.PaperBoxBigWrapper {
    position: relative;
    width: 820px;
    margin: 0 auto;
}

    .PaperBoxBigWrapper.ExamSection {
        padding: 0 0 20px 0;
    }

    .PaperBoxBigWrapper .PaperBoxContainer {
        border: solid 1px #ddd;
        background: #fff;
    }

        .PaperBoxBigWrapper .PaperBoxContainer .PaperBoxOuter {
            padding: 22px 26px;
        }

            .PaperBoxBigWrapper .PaperBoxContainer .PaperBoxOuter .PaperBoxInner {
                overflow: hidden;
            }

.ApplicantInfoSection {
    float: left;
    margin: 58px 0 20px;
    line-height: 26px;
}

.ApplicantNameSection {
    font-size: 22px;
}

    .ApplicantNameSection span {
        color: #0295be;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

.ApplicantIDSection, .ApplicantIDSerieSection {
    font-size: 18px;
}

#ctl00_ctl00_MainContent_MainContent_otpInformation ul{
    width:700px;
}

#ctl00_ctl00_MainContent_MainContent_otpInformation ul li{
    display: inline-block;
    width:30%;
    font-weight: bold;
}

#ctl00_ctl00_MainContent_MainContent_OtpInfoButton{
    margin-left: 295px;
    margin-top: 26px;
}

#ctl00_ctl00_MainContent_MainContent_otpSendCode ul li{
    display:inline;
    width:60%;
}

#ctl00_ctl00_MainContent_MainContent_otpSendCode li:nth-child(2){
    color: red;
}

.center-div
{
     margin: 0 auto;
     width: 100px; 
}

#ctl00_ctl00_MainContent_MainContent_pnlVerification {
    margin-top: 50px;
}

#ctl00_ctl00_MainContent_MainContent_lblOTP{
    margin-left:180px;
    margin-top:5px;
    font-weight: bold;
}

#ctl00_ctl00_MainContent_MainContent_lblotpTimeRem{
     margin-left:300px;
    margin-top:5px;
    color:red;
    font-size:x-small;
}

.js-timeout{
    color:red;
    font-size:small;
}

#ctl00_ctl00_MainContent_MainContent_ddlSearchType{
    margin-left:210px;
    margin-top: 10px;
}

.ExpDate {
    margin-left: 22px;
    font-size: 18px;
    color: #0295be;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.ApplicantIDSerieSection {
    margin: 0 0 0 22px;
}

    .ApplicantIDSection span, .ApplicantIDSerieSection span {
        color: #0295be;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        letter-spacing: 2px;
    }

.VerificationInfoSection {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #0295be;
    height: 38px;
    line-height: 38px;
}

    .VerificationInfoSection .ExamIdSection {
        float: right;
        color: #fff;
        font-size: 18px;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

.CloseExamBtn {
    cursor: pointer;
    float: right;
    width: 14px;
    height: 14px;
    background: url('../images/close-icon.png') no-repeat;
    border: 0;
    margin: 12px 14px 0 12px;
}

.VerificationContent {
    clear: both;
}

.VerificationInfo p {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
}

    .VerificationInfo p em {
        text-decoration: none;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

.VerificationErrorSummary {
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin: 16px 0 0;
    padding: 10px 16px 10px 16px;
    border: solid 1px #d74025;
    color: #d74025 !important;
    line-height: 22px;
    font-size: 14px;
}

    .VerificationErrorSummary ul {
        font-weight: normal;
        margin: 8px 0 0;
        font-size: 14px;
        list-style: square inside;
        font-family: IntroRegular, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        line-height: 22px;
        color: #d74025 !important;
    }

/*  Verification --> Exam section --> Questions table  */

table.VerficationTable {
    width: 766px;
    margin: 22px 0 0;
}

    table.VerficationTable tr.QuestionDetail {
        background: #ededed;
    }

        table.VerficationTable tr.QuestionDetail.odd {
            background: #fff;
        }

        table.VerficationTable tr.QuestionDetail.hover {
            background: #ddd;
        }

    table.VerficationTable td {
        vertical-align: middle;
    }

    table.VerficationTable tr.QuestionDetail td.QuestionNumber {
        width: 48px;
        text-align: center;
        font-size: 18px;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #0295be;
    }

    table.VerficationTable tr.QuestionDetail td.Question {
        border-right: solid 2px #fff;
        line-height: 20px;
        padding-right: 8px;
    }

    table.VerficationTable tr.QuestionDetail td.Answers {
        padding: 0 10px 0 18px;
        min-width: 50px;
        max-width: 300px;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

.RequiredAnswers {
    position: absolute;
    right: 14px;
    margin: 14px 0 0;
    width: 26px;
    height: 26px;
    background: url('../images/required-question-bg-small.png') left no-repeat;
    text-indent: -9999px;
}

table.VerficationTable tr.QuestionDetail.odd td.Answers {
    background: #fff;
}

table.VerficationTable tr.QuestionDetail.hover td.Answers {
    background: inherit;
}

table.VerficationTable tr.QuestionDetail td.Answers table {
    margin: 4px 0;
    font-size: 14px;
}

    table.VerficationTable tr.QuestionDetail td.Answers table td {
        padding: 2px 0;
        line-height: 16px;
    }

        table.VerficationTable tr.QuestionDetail td.Answers table td input[type="radio"] {
            margin-left: 0 !important;
        }

table.VerficationTable tr.QuestionDetail td.Answers td {
    padding: 0;
}

.VerificateApplicantBtnWrapper {
    width: 204px;
    margin: 22px auto -20px;
}

input.VerificateApplicantBtn {
    cursor: pointer;
    width: 204px;
    height: 36px;
    border: 0;
    background: #0295be;
    color: #fff;
    font-size: 18px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

    input.VerificateApplicantBtn.hover {
        background: #0081a1;
    }

.VerificateApplicantBtnHint {
    display: block;
    font-size: 11px;
    text-align: center;
    margin: 4px 0 0;
}

/*  Verification --> Exam section --> Exam results section  */

.PaperBoxRegularWrapper {
    margin: 0 auto 20px;
    position: relative;
    width: 728px;
}

    .PaperBoxRegularWrapper .PaperBoxContainer {
        border: solid 2px #ddd;
    }

        .PaperBoxRegularWrapper .PaperBoxContainer .PaperBoxOuter {
            padding: 20px;
        }

            .PaperBoxRegularWrapper .PaperBoxContainer .PaperBoxOuter .PaperBoxInner {
                overflow: hidden;
            }

    .PaperBoxRegularWrapper .ResultsApplicantInfoContainer {
        position: relative;
        margin: 16px 0 0;
        overflow: hidden;
    }

.ResultsHeader {
    text-align: center;
    background: url('../images/stars-bg.png') center 12px no-repeat;
    line-height: 22px;
}

    .ResultsHeader h1 {
        font-size: 28px;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #0295be;
    }

    .ResultsHeader .ExamDecisionContainer {
        font-size: 20px;
        line-height: 40px;
    }

        .ResultsHeader .ExamDecisionContainer span {
            font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        }

        .ResultsHeader .ExamDecisionContainer .ExamDecision {
            text-decoration: underline;
            padding: 0 0 0 6px;
        }

.ResultsApplicantInfo {
    width: 100%;
    overflow: hidden;
}

.OutputWrapper {
    float: left;
    width: 266px;
    margin: 18px 0 0;
}

    .OutputWrapper.firstRow {
        margin-top: 0;
    }

    .OutputWrapper.first {
        margin-right: 24px;
    }

    .OutputWrapper.small {
        width: 120px;
    }

    .OutputWrapper.large {
        width: 390px;
    }

.OutputText {
    display: block;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
    padding: 0 0 6px;
    margin: 0 0 4px;
}

.OutputLabel {
    color: #939393;
    font-size: 14px;
}

p.ResultInfo {
    width: 552px;
    clear: left;
    float: left;
    font-size: 14px;
    margin: 20px 0 0;
    line-height: 20px;
}

.DecisionStamp, .DecisionStamp2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.DecisionStamp2 {
    right: 0;
}

.LegalAdvice {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 18px;
}

    .LegalAdvice b {
        color: #d74025;
    }

.VerificateApplicantBtnWrapper.Regular {
    width: 244px;
    margin-bottom: 0;
}

.BackToHomeBtn {
    cursor: pointer;
    border: 0;
    height: 36px;
    padding: 0 16px;
    background: #0295be;
    color: #fff;
    font-size: 18px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-position: 0 -420px;
}

    .BackToHomeBtn.hover {
        background: #0081a1;
    }

/*  Generic error/warning  */

.GenericErrorWrapper, .GenericWarningWrapper {
    padding: 80px 0 0;
}

.GenericErrorContainer, .GenericWarningContainer {
    margin: 0 auto;
    width: 600px;
}

.GenerigErrorOuter, .GenerigWarningOuter {
    border: solid 2px #ddd;
}

.ErrorContent, .WarningContent {
    padding: 20px 18px 50px 112px;
    background: url('../images/generic-error-icon.png') 18px 16px no-repeat;
    text-align: right;
}

    .ErrorContent h1, .WarningContent h1 {
        text-align: left;
        font-size: 24px;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        display: block;
        border-bottom: solid 1px #ededed;
        color: #000;
        padding: 0 0 6px;
        margin: 0 0 10px;
    }

    .ErrorContent .NewVerification, .WarningContent .NewVerification {
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #0081a1;
    }

.WarningContent {
    background: url('../images/generic-warning-icon.png') 18px 16px no-repeat;
}

.ErrorContent p {
    text-align: left;
    line-height: 18px;
    margin: 0 0 12px;
}

.WarningContent p {
    text-align: left;
    line-height: 18px;
    margin: 0 0 12px;
}

/*  About product  */

.AboutSection {
    color: #000;
}

    .AboutSection .LeftSection {
        margin: 18px 0 0;
        width: 346px;
        float: left;
    }

    .AboutSection .RightSection {
        margin: 18px 0 0;
        width: 352px;
        float: right;
    }

    .AboutSection h1 {
        line-height: 28px;
        color: #0295be;
        font-size: 24px;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .AboutSection p {
        line-height: 20px;
        margin: 14px 0;
    }

    .AboutSection b {
        color: #008a00;
    }

    .AboutSection img {
        margin: 12px 0;
    }

    .AboutSection span.ImageCaption {
        display: block;
        text-align: right;
        color: #939393;
        font-size: 12px;
        margin: 0;
    }

    .AboutSection ul {
        line-height: 20px;
        list-style: disc outside;
        margin: 0 0 0 16px;
    }

        .AboutSection ul li {
            margin: 12px 0;
        }

    .AboutSection ol {
        line-height: 22px;
        list-style: decimal outside;
        margin: 0 0 0 16px;
    }

        .AboutSection ol li {
            margin: 12px 0;
        }

            .AboutSection ol li ol {
                margin: 18px;
                list-style: lower-latin outside;
                font-size: 12px;
                line-height: 14px;
            }

/*  Change/Forgot password  */

.UserIdWrapper {
    float: right;
    color: #000;
    line-height: 24px;
}

    .UserIdWrapper span {
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

.FormHeading h2 {
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #0295be;
}

.FormHeading .Mandatory {
    display: block;
    margin: 10px 0 18px;
}

.InputsRow {
    margin: 0 0 24px 0;
    overflow: hidden;
}

    .InputsRow.Last {
        margin-bottom: 0;
    }

.InputComponent {
    width: 214px;
    overflow: hidden;
    float: left;
    margin: 0 21px 0 0;
}

    .InputComponent.TwoColFormat {
        width: 448px;
    }

    .InputComponent.Last {
        margin: 0;
    }

.lblRegular {
    display: block;
    font-size: 14px;
    margin: 0 0 6px 0;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    line-height: 12px;
}

    .lblRegular .ddlThreeColFormat {
        margin: 0 0 0 8px;
    }

.txtThreeColFormat, .ddlThreeColFormat {
    padding: 0 6px;
    color: #000;
    height: 28px;
    font-size: 14px !important;
    border: solid 1px #ddd;
}

.txtThreeColFormat {
    width: 200px;
    line-height: 28px;
}

.txtTwoColFormat {
    line-height: 28px;
    width: 434px;
}

.ddlThreeColFormat {
    width: 214px;
    height: 30px;
    padding: 5px;
}

input.CancelBtn {
    cursor: pointer;
    width: 85px;
    height: 35px;
    border: 0;
    font-size: 14px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #ddd;
    color: #000;
}

    input.CancelBtn.hover {
        background: #939393;
    }

.Message, .ErrorMessage {
    font-size: 12px;
    display: block;
    line-height: 18px;
    padding: 8px;
    clear: both;
    color: #d74025;
    border: solid 1px #d74025;
    margin: 0 0 18px;
}

.ErrorMessage {
    background: #fff;
    color: #d74025;
}

.PasswordsFieldsValidationSummary {
    clear: both;
    font-size: 12px;
    margin: 0 0 20px;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 16px;
    background: #fff;
    padding: 8px 12px;
    border: solid 1px #d74025;
    color: #d74025 !important;
}

    .PasswordsFieldsValidationSummary ul {
        color: #d74025;
        margin: 7px 0 0;
        font-weight: normal;
        list-style: square inside;
        line-height: 20px;
    }

/*  Change/Forgot password --> Change password  */

.ChangePasswordFeatureContainer .PasswordRules {
    width: 416px;
    padding: 14px 16px;
    border: solid 1px #0295be;
    float: right;
    font-size: 12px;
}

    .ChangePasswordFeatureContainer .PasswordRules h3 {
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        color: #000;
    }

    .ChangePasswordFeatureContainer .PasswordRules ul {
        margin: 12px 0 0;
        line-height: 20px;
        list-style: disc inside;
    }

        .ChangePasswordFeatureContainer .PasswordRules ul ul {
            margin: 0 0 4px 16px;
            list-style: circle inside;
        }

input.ChangePasswordBtn {
    cursor: pointer;
    width: 102px;
    height: 35px;
    margin: 0 18px 0 0;
    border: 0;
    color: #000;
    font-size: 16px;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #fcd800;
}

    input.ChangePasswordBtn.hover {
        background: #e0c000;
    }

/*  Change/Forgot password --> Forgot password  */

.ForgotPasswordFeatureContainer {
    padding: 40px 0 0;
}

input.ProceedBtn {
    cursor: pointer;
    width: 106px;
    height: 35px;
    border: 0;
    color: #000;
    font-size: 16px;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background: #fcd800;
}

    input.ProceedBtn.hover {
        background: #e0c000;
    }

/*  Notifications  */

.NotificationsWrapper {
    width: 226px;
    border: solid 1px #d74025;
    background: #fff;
    position: absolute;
    top: 82px;
    right: 0;
    padding: 6px 30px 6px 10px;
    text-align: right;
    color: #d74025;
    font-size: 12px;
    line-height: 16px;
}

.CloseNotificationBtn {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    padding: 0;
    background: url('../images/close-notification-icon.png') no-repeat;
    border: 0;
}

/*  Update message  */

.UpdateAnimationMessageContainer {
    display: none;
    overflow: hidden;
    padding: 52px 0 0;
}

.UpdateAnimationMessage {
    margin: 30px auto;
    width: 218px;
    height: 70px;
    background: #fff;
    border: solid 1px #ededed;
    text-align: center;
}

    .UpdateAnimationMessage img {
        margin: 19px 0 9px 0;
    }

    .UpdateAnimationMessage h3 {
        font-size: 12px;
        color: #000;
    }

/*  Historial  */

.PaperBoxBigWrapper.HistorialSection {
    padding: 0 0 8px 0;
}

.HistorialSection .HistorialContent {
    clear: both;
}

.HistorialSection .ApplicantInfoSection {
    overflow: hidden;
    margin: 46px 0 16px;
    width: 100%;
}

    .HistorialSection .ApplicantInfoSection .LeftSection {
        float: left;
    }

    .HistorialSection .ApplicantInfoSection .RightSection {
        float: right;
    }

        .HistorialSection .ApplicantInfoSection .RightSection .TotalGeneratedExams {
            margin: 25px 0 0;
            font-size: 16px;
            color: #000;
        }

            .HistorialSection .ApplicantInfoSection .RightSection .TotalGeneratedExams strong {
                font-size: 20px;
                font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
            }

.HistorialInfoSection {
    clear: both;
    margin: 0 0 24px;
    overflow: hidden;
    border-top: solid 1px #ededed;
    padding: 22px 0 0;
}

.PrintExamBtn {
    cursor: pointer;
    border: 0;
    padding: 0 22px;
    height: 36px;
    background: #0295be;
    color: #fff;
    font-size: 18px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    background-position: 0 -280px;
}

    .PrintExamBtn.hover {
        background: #0081a1;
    }

.HistorialInfoSection .HistorialStatsBtn {
    cursor: pointer;
    border: 0;
    float: right;
    padding: 0;
    width: 34px;
    height: 34px;
    background: url('../images/stats-icon.png') no-repeat;
    margin: 2px 0 0 14px;
}

    .HistorialInfoSection .HistorialStatsBtn.hover {
        background-position: 0 -33px;
    }

.ApplicantStatsContainer {
    width: 300px;
    float: right;
    text-align: right;
    font-size: 12px;
}

    .ApplicantStatsContainer .StatsApprovedPercent {
        color: #008a00;
    }

    .ApplicantStatsContainer .StatsFailedPercent {
        color: #d74025;
    }

    .ApplicantStatsContainer .FailedBar {
        width: 299px;
        background: #d74025;
        border-right: solid 1px #d74025;
        margin: 5px 0 3px;
    }

        .ApplicantStatsContainer .FailedBar .ApprovedBar {
            height: 4px;
            background: #008a00;
            border-right: solid 1px white;
        }

    .ApplicantStatsContainer .AnsweredExams {
        clear: both;
        color: #000;
        font-size: 12px;
    }

/*  Historial --> Historial stats */

.HistorialStatsContainer {
    margin: 18px 0 0;
    overflow: hidden;
}

table.HistorialStats {
    float: left;
    width: 495px;
    margin: 18px 0 0;
}

    table.HistorialStats tr.hover td.Decision {
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    table.HistorialStats td {
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

        table.HistorialStats td.StatsBar {
            width: 188px;
            border-right: double 4px #ddd;
            padding: 6px 12px 8px 0;
        }

/*  Historial --> Historial stats --> Stats bars*/

.ApprovedBarContainer, .FailedBarContainer, .NoAnswerBarContainer, .ErrorBarContainer, .AbandonedBarContainer {
    overflow: hidden;
}

.ApprovedBarContainer {
    background: #e5f3e5;
}

.FailedBarContainer {
    background: #fef0e5;
}

.NoAnswerBarContainer {
    background: #e5f4f8;
}

.ErrorBarContainer {
    background: #fef0e5;
}

.AbandonedBarContainer {
    background: #939394;
}

    .ApprovedBarContainer .ApprovedBar, .FailedBarContainer .FailedBar, .NoAnswerBarContainer .NoAnswerBar, .ErrorBarContainer .ErrorBar, .AbandonedBarContainer .AbandonedBar {
        float: right;
        height: 28px;
    }

.ApprovedBarContainer .ApprovedBar {
    background: #008a00;
}

.FailedBarContainer .FailedBar {
    background: #d74025;
}

.NoAnswerBarContainer .NoAnswerBar {
    background: #0295be;
}

.ErrorBarContainer .ErrorBar {
    background: #f16e00;
}

.AbandonedBarContainer .AbandonedBar {
    background: #939394;
}

td.PercentStat .ApprovedPercent {
    color: #008a00;
}

td.PercentStat .FailedPercent {
    color: #d74025;
}

td.PercentStat .NoAnswerPercent {
    color: #0295be;
}

td.PercentStat .ErrorPercent {
    color: #f16e00;
}

td.PercentStat .AbandonedPercent {
    color: #939394;
}

table.HistorialStats td.PercentStat {
    width: 42px;
    border-left: solid 20px #fff;
    border-bottom: solid 1px #ddd;
    padding: 0 12px 0 0;
    font-size: 22px;
}

table.HistorialStats td.Decision {
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    text-align: left;
    color: #000;
    padding: 0 8px 0 12px;
    font-size: 14px;
}

table.HistorialStats td.Quantity {
    border-bottom: solid 1px #ddd;
    color: #000;
    font-size: 18px;
}

table.HistorialStats tr.last td {
    border-bottom: 0;
}


/*  Historial --> Exam section Heading */

.HistorialSection .ExamsPager {
    width: 758px;
    padding: 0 0 0 10px;
    border-top: solid 1px #ddd;
    background: #ededed;
}

    .HistorialSection .ExamsPager a {
        display: block;
        line-height: 26px;
        color: #000;
        font-size: 14px;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    .HistorialSection .ExamsPager em {
        margin: 0 0 0 8px;
        color: #000;
        font-size: 12px;
        font-family: IntroRegular, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

.HistorialSection .ExamContainer {
    margin: 16px 0 0;
}

.HistorialSection .ExamActions {
    margin: 0 0 14px;
    overflow: hidden;
}

.HistorialSection .HeadingListNumber {
    width: 688px;
    float: left;
    background: url('../images/divider-bg.jpg') center repeat-x;
    line-height: 16px;
}

    .HistorialSection .HeadingListNumber h2 {
        width: 56px;
        margin: 0 auto;
        background: white;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #000;
        text-align: center;
    }

.HistorialSection .ActionsContainer {
    float: right;
    font-size: 18px;
    color: #ddd;
    font-family: IntroRegular, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

    .HistorialSection .ActionsContainer input {
        border: 0;
        background: url('../images/exam-actions-icons.png') no-repeat;
        height: 14px;
        cursor: pointer;
    }

        .HistorialSection .ActionsContainer input.OpenInNewWindow {
            margin: 0 11px 0 0;
            width: 18px;
        }

        .HistorialSection .ActionsContainer input.PrintExam {
            margin: 0 0 0 11px;
            background-position: -18px 0;
            width: 14px;
        }

        .HistorialSection .ActionsContainer input.hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: 0.8;
        }

/*  Historial --> Exam section info  */

.HistorialSection .ExamGeneralInfo {
    margin: 14px 0 0;
    border: solid 1px #ddd;
    border-bottom: 0;
    background: #fff;
    overflow: hidden;
    line-height: 40px;
}

.HistorialSection .ExamIdSection {
    float: left;
    margin: 0 0 0 18px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0295be;
}

.HistorialSection .ExamDateSection {
    float: left;
    margin: 0 0 0 25px;
    color: #000;
}

.HistorialSection .ExamDecisionContainer {
    float: right;
    line-height: 42px;
    width: 250px;
    margin: 0 0 0 18px;
    font-size: 18px;
    border-left: solid 1px #ddd;
    background: #fff;
    color: #000;
    text-align: center;
}

    .HistorialSection .ExamIdSection em, .HistorialSection .ExamDateSection em, .HistorialSection .ExamDecisionContainer em {
        font-size: inherit;
        text-decoration: none;
        font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    }

    .HistorialSection .ExamDecisionContainer .DecisionApproved {
        color: #008a00;
    }

    .HistorialSection .ExamDecisionContainer .DecisionFailed {
        color: #d74025;
    }

    .HistorialSection .ExamDecisionContainer .DecisionError {
        color: #f16e00;
    }

/*  Historial --> Exam section table  */

table.Historial {
    width: 100%;
    border-collapse: collapse;
}

thead th {
    border: solid 1px #ddd;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    height: 48px;
}

    thead th.Question {
        background: #ededed;
        color: #000;
        padding: 0 0 0 50px;
        text-align: left;
    }

    thead th.NoQuestion {
        background: #ededed;
        color: #000;
        height: 1px;
        border: hidden;
    }

        thead th.Question em.ExamScore {
            float: right;
            margin: 0 14px 0 0;
            text-decoration: none;
            font-weight: normal;
            color: #000;
        }

            thead th.Question em.ExamScore b {
                color: #000;
            }

    thead th.SelectedAnswer, thead th.CorrectAnswer {
        background: #ededed;
        text-align: center;
        width: 190px;
        color: #000;
    }

table.Historial tbody {
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

    table.Historial tbody td {
        border: solid 1px #ddd;
        vertical-align: middle;
        background: #fff;
    }

        table.Historial tbody td.Number {
            width: 40px;
            text-align: center;
            font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
            font-size: 18px;
            color: #0295be;
        }

        table.Historial tbody td.Question {
            padding: 14px 18px;
        }

        table.Historial tbody td.SelectedAnswer, table.Historial tbody td.CorrectAnswer {
            text-align: center;
            padding: 14px;
            font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        }

    table.Historial tbody tr.hover td.Number, table.Historial tbody tr.hover td.Question {
        background: #ededed;
    }

    table.Historial tbody tr.hover td.SelectedAnswer, table.Historial tbody tr.hover td.CorrectAnswer {
        background: #008a00;
        color: #fff;
    }

    table.Historial tbody tr.Failed.hover td.SelectedAnswer {
        background: #d74025;
        color: #fff;
    }

.StatsNoticeSection {
    width: 240px;
    float: right;
}

    .StatsNoticeSection h2 {
        margin: 0 0 8px;
        font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000;
    }

    .StatsNoticeSection p {
        margin: 8px 0;
        font-size: 12px;
        line-height: 16px;
        color: #000;
    }

.HistorialSection .UpdateAnimationMessage {
    margin: 26px auto 0;
    width: 170px;
    height: auto;
    background: none;
    border: 0;
}

    .HistorialSection .UpdateAnimationMessage img {
        margin: 0 0 9px;
    }

.UpdateAnimationMessage h3 {
    font-size: 10px;
    color: #816c5b;
}

.NoMoreExamsMessage {
    display: none;
    margin: 22px 0 0;
    background: #fcd800;
    text-align: center;
    font-size: 14px;
    font-family: IntroSemiBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 44px;
}

/*  Historial --> New Window Historial Exam */

div.HistorialSection.NewWindowHistorialExam {
    min-width: 732px !important;
    padding: 18px;
}

    div.HistorialSection.NewWindowHistorialExam .UpdateAnimationMessageContainer {
        margin: 0 0 30px;
    }

    div.HistorialSection.NewWindowHistorialExam .ExamActions .HeadingListNumber {
        width: 100%;
        float: none;
    }

.left-column {
    float: left;
    margin-right: 20px;
    font-weight: bold;
}

.right-column {
    float: right;
    margin-left: 20px;
}

.ErrorInfoSection {
    float: none;
    margin: 58px 0 20px;
    line-height: 26px;
}

.Title {
    color: #0295be;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.ErrorLabelMessage {
    color: black;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.XmlMessageError {
    color: black;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 0;
    padding: 18px;
    display: block;
    border: solid 1px #ddd;
}

/* Aditional */

.ExamPagerWrapper {
    height: 29px;
    margin: 16px 0 0;
}

.Fixed {
    position: fixed;
    top: 0;
}

.Absolute {
    position: absolute;
}

.TypeBox {
    padding: 22px;
}




.WarningContent .right-column {
    width: 250px;
}

.WarningContent .separator {
    width: 100%;
    clear: both;
}

.fsection {
    width: 42%;
    float: left;
}

.fsection_clear {
    width: 100%;
    clear: both;
    display: block;
}

.otpChannels span b {
    width: 40px;
    display: inline-block;
}

.otpChannels input[type=text] {
    border: solid 1px #ddd;
    font-size: 14px;
    padding: 3px 9px;
    height: 26px;
}

.otpPanel {
    margin-top: 75px;
    font-size: 20px;
}

    .otpPanel input {
        font-size: 25px;
        padding: 10px;
        color: #0295be;
        font-weight: bold;
    }

.otpLabel {
    margin-left: 265px;
    font-family: IntroBold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    color: #0295be;
    margin-right: 10px;
}

.otpValidator {
    display: block;
    margin-left: 525px;
    margin-top: -40px;
    position: absolute;
}

.pFirma {
    color: red;
    text-align: justify;
}

.divFirmaElectronicaHome {
    margin-left: 20px;
    margin-right: -40px;
}

.divDocumentoFirma {
    width: 55%;
    float: left;
}

.divLabelDocumentoFirma {
    float: left;
    margin-bottom: 6px;
}

.divControlDocumentoFirma {
    float: left;
}

.divEmailFirma {
    width: 45%;
    float: left;
}

.divLabelEmailFirma {
    float: left;
    margin-bottom: 6px;
}

.divControlEmailFirma {
    float: left;
}

.ddlDocFirma {
    width: 300px;
    height: 30px;
}

.contentExamDownloadDoc {
    border: solid 1px #ddd;
    background: #ededed;
    line-height: 25px;
}

.examDownloadDoc {
    margin: 0px auto;
    width: 500px;
}

.examDownloadDocTitulo {
    margin-right: 20px;
    float: left;
}

.linkDocumentSign {
    color: red;
    text-decoration: none;
}

.HistorialSection .ExamTitle {
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    color: #0295be;
}