﻿.rba_error_text {
    font-family: Helvetica;
    font-size: 9pt;
    color: #a94442;
}
#divToolTipContainer 
{
    width: 280px; 
    display: none; 
    position: absolute; 
    z-index: 1000; 
    left: 175px; 
    top:79px;
}
#divToolTipTopBorder {
    WIDTH: 265px; 
    background: url(../images/topborder1.png); 
    height: 12px; 
    margin-left: 16px;
}
#DivtoolTip {
    WIDTH: 265px; 
    background: url(../images/body1.png) repeat-y; 
    margin-left: 15px; 
}

#divToolTipRedTextContainer {
 background-color: #F8F8F8; 
 padding: 10px 0 10px 20px; 
 height: 17px; 
 border-bottom-width: 1px; 
 border-bottom-color: #E8E8E6; 
 border-bottom-style: solid; 
 width: 236px; 
 margin-left: 6px;
}
#divToolTipErrorText {
 font-family :  "OpenSans-Regular"
 text-align: left; 
 float: left; 
 margin-left: 0px; 
 font-size: 10pt; 
 color: #BF1919;   
}
#btnclose {/*divToolTipCloseBtn*/
    background-image: url(../images/closewindow_icon.gif); 
    cursor: pointer; 
    height: 11px; 
    width: 11px; 
    float: right; 
    margin-top: -10px;
    margin-right:10px;
}
#divToolTipUL {
    list-style: disc outside none; 
    list-style-image: url(../images/listbullet.png); 
    padding-left: 34px; 
    margin: 10px 0 0 0; 
    padding-right: 10px;
}
.divToolTipULli {
    margin-bottom: 6px;
}
.divToolTipLIContent {
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    color: #575757;
}
#divToolTipBottomBorder {
    WIDTH: 265px; 
    background: url(../images/bottomborder.png); 
    height: 15px; 
    margin-left: 18px;
}
.button_curved {
    background-color: #0093C9;
    border-color: #0093C9;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 96px;
}
.button_curved:hover {
    background-color: #0076a3;
}

.button_curved.disabled, .button_curved[disabled] {
    background-color:#D1d4d3;
}

.btn-challenge.disabled, .btn-challenge[disabled], .button_curved.disabled, .button_curved[disabled]{
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

object {
    display: block;
}
#divToolTipArrowTop {
    background-image: url(../images/arrow_top.png); 
    margin: -19px 0 0 35px;
    padding: 0 0 0 0px; 
    float: left; 
    width: 26px; 
    height: 15px;
}
hr 
{
    height: 1px;
    background-color: #d5d5d5;
    border-style: none; 
}

#popup ul   {
	margin:0px;
	padding:0px;
	font-family :  Arial 12px;
}

#popup ul li {
  padding-left:20px;
  color:#a5acb0;
  list-style:none;
  background-repeat:no-repeat;
  background-image:url(../images/tick_deactivate.png);
}

#popup ul .inactive {
  background-image:url(../images/tick_deactivate.png);
  color:#a5acb0;
}

#popup ul .active {
  background-image:url(../images/tick_activate.png);
  color:#3e3e3e;
}

#popup ul .active li {
  color:#3e3e3e;
}

#popup ul li li {
	list-style:disc;
	padding-left:0px;
	margin-left:37px;
	background-image:url();
}
.icon_x {
    background-image:url(../images/icon_wrong.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.icon_ok {
    background-image:url(../images/tick_activate.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}
.icon_ok_inactive {
    background-image:url(../images/tick_deactivate.png);
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
}
.input_error {
    border: solid 1px #e70033 !important;
}
.input_error_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #e70033 !important;
    width: 255px;
    display: block;
}
.small_note {
    font-family: "OpenSans-Regular",Arial, sans-serif;
    font-size: 8pt;
    color: #5c666f;
}
.small_note span {
    color: #eb0028;
}
/******* Bootstrap popup style ends ******/
.button_disabled {
  border: 1px solid rgb(221, 221, 221); 
  color: rgb(221, 221, 221);
}
.align_top {
    vertical-align: top;
}
/*** Challenge selection page style  ****/
.challengeBox, .inactiveChallengeBox {
    width: 456px;
    cursor: pointer;
}
.challengeBox div:first-child, .inactiveChallengeBox div:first-child
{
    background-color: #0093c9;
    height: 70px;
    width: 70px;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    float: left;
    margin: 4px 0px 10px 10px;
}

.challengeBox .challengeLabel, .inactiveChallengeBox .challengeLabel
{
    background-color: #e8e8e8;
    height: 70px;
    width: 142px;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    float: left;
    margin: 4px 4px 10px 0px;
}

    .challengeBox .title, .inactiveChallengeBox .title {
        float: left;
        font-family: "OpenSans-Regular", Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #5f6a72;
        padding-left: 8px;
        padding-top: 18px;
        width: 142px;
    }

    .challengeBox .desc, .inactiveChallengeBox .desc {
        float: left;
        font-family: "OpenSans-Regular",Arial,sans-serif;
        font-size: 11px;
        color: #5f6a72;
        padding-left: 8px;
        width: 142px;
    }

.inactiveChallengeBox {
    opacity: .2;
    cursor: auto;
}

.iconEmail {background: url(../images/icon_email.png) no-repeat center;}
.iconPhone {background: url(../images/icon_phone.png) no-repeat center;}
.iconQa {background: url(../images/icon_qa.png) no-repeat center;}
.iconSms {background: url(../images/icon_sms.png) no-repeat center;}
.iconCustom {background: url(../images/icon_custom.png) no-repeat center;}

.alert-warning {
    color: #c96629;
    background-color: #fddcc6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: Open Sans-Regular ;
    font-size: 12px;
    width: auto;
}
.alert {
    padding: 15px 10px 15px 10px;
    margin-bottom: 5px;
}
.close {
    float: right;
    color: inherit;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    padding: 0;
    line-height: 16px;
}
.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
}
.info-text {
    width: 437px;
    font-family: Arial, Open Sans-Regular, sans-serif;
    font-size: 11pt;
    color: #555555;
    padding: 20px 0px 8px 10px
}
/*** Challenge selection page style ends ****/

/** Bootstrap button style **/
.btn-challenge {
    color: #0093c9;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #0093c9;
    border-radius: 4px;
    margin: 0px 0px 3px 0px !important;
    width: 245px !important;
    height: 30px !important;
    font-size: 14px;
}
.btn-challenge:hover:enabled {
    background-color: #e8e8e8;
}
.btn-challenge:hover:disabled {
    cursor: default;
}
/** Bootstrap button style ends **/
.challengeBox .iconBgHover { background-color: #23527c !important;}
.challengeBox .iconBgOut { background-color: #0093c9 !important;}
.challengeBox .txtBgHover { background-color: #d2d4d3 !important;}
.challengeBox .txtBgOut {background-color: #e8e8e8 !important;}
.challengeBox .txtHover {color: #444444 !important;}
.challengeBox .txtOut {color: #5f6a72 !important;}
.challenge_form { margin: 5px;}


.privacy_policy_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #3969e9;
    cursor: pointer;
}

.privacy_policy_button_container {
    text-align: center;
    padding-top: 40px;
}

.rba_link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #3969e9;
    text-decoration: none;
}
.button_link_medium {
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 9pt;
    color: #0076a3;
    text-decoration: none;
    line-height: 27px;
}

.rba_textbox {
    border: 1px solid #0076a3;
    width: 220px;
    margin-top: 4px;
}
.rba-alert-info {
    color: #31708f;
    background-color: #cde9f4;
    border-color: #bce8f1;
}
.rba-alert-info .title {
    color: #4b8fa2;
}
.rba-alert-info .desc {
    display: block;
    padding-top: 12px;
}
.rba-alert-gray {
    color: #6c6c6c;
    background-color: #ebebeb;
    border-color: #bce8f1;
}

.rba-alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.number-circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 8px;
    background: #c6c6c6;
    border: 2px solid #92a9b1;
    color: #fff;
    text-align: center;
    font: 12px Arial, sans-serif;
    line-height: 13px;
    position: absolute;
    left: 10px;
    margin-top: 6px;
}
.display_none {
    display: none;
}
.display_block {
    display: block;
}
.display_inlineblock {
    display: inline-block;
}
.input_error_message {
    padding-top: 6px;
}
.input_error_icon {
    margin: 0px 5px -2px 5px;
}
.sms_selection_box {
    height: 276px;
    vertical-align: top;
}
.rba-alert table {
    width: 100%;
    padding-top: 6px;
}
.rba-alert table input {
    vertical-align: sub;
}
.rba-instruction {
	/*font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    color : #333333;*/
}
.rba-instruction-title {
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.rba-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.learnMore {
    font-family: "OpenSans-Regular", Arial, sans-serif;
    font-size: 12px;
    color: #0076a3;
    text-decoration: none;
}

/*EID Personal Info page*/
.rba_eid_textbox {
    border: 1px solid #d2c8c8;
    width: 250px;
    margin-top: 4px;
    height: 22px;
    border-radius: 3px;
}

.rba_eid_dropbox {
    border: 1px solid #d2c8c8;
    width: 253px;
    margin-top: 4px;
    height: 26px;
    border-radius: 4px;
}

.rba_eid_heading {
    text-align: left;
    font-family: "OpenSans-Regular", Arial,sans-serif;
    font-size: 20px;
    color: #5f6a72;
    margin-top: 15px;
}

.rba_eid_sub_heading {
    text-align: left;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 14px;
    color: #5f6a72;
    margin-top: 7px;
    font-weight: 500;
    line-height: 19px;
}

.rba_eid_sub_heading2 {
    text-align: left;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 18px;
    color: #5f6a72;
    margin-top: 7px;
    font-weight: 500;
    line-height: 22px;
}

.rba_eid_table_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
    text-align: right;
    max-width: 100px;
}

.rba_eid_block_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}
.rba_welcome_heading {
    text-align: left;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 26px;
    color: #464444;
    margin-top: 15px;
}
.rba_welcome_heading2 {
    text-align: left;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 18px;
    color: #464444;
    margin-top: 15px;
    line-height: 20px;
}
.rba_welcome_heading2_text_small {
    font-size: 15px !important;
}
.rba_welcome_button {
    text-align: center;
}
.rba_welcome_text_align {
    padding-left: 35px;
    padding-right: 30px;
}
.icon_lock_welcome { 
    background-image:url(../images/lock_welcome_challenge.png); 
    background-repeat: no-repeat; 
}

.rba_welcome_left_margin {
    margin-left: 20px;
    padding-top: 25px;
}
.rba_watermark {
    -ms-opacity: .6;
    opacity: .6;
    line-height: 13px;
}

.icon_info {
    background-image: url(../images/info_sign.png);
    width: 15px;
    height: 15px;
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    margin-top: 5px;
    padding: 5px;
}

.cuid_icon_info {
    background-image: url(../images/info-circle.png);
    width: 28px;
    height: 28px;
    background-position: left top;
    background-repeat: no-repeat;
    float: right;
    margin-top: 5px;
    padding: 5px;
}
.cuid_icon_font_color {
    color: #333e48;
}

.rba_eid_textbox_medium {
    border: 1px solid #d2c8c8;
    width: 150px;
    margin-top: 4px;
    height: 22px;
    border-radius: 3px;
}

.rba_eid_textbox_small {
    border: 1px solid #d2c8c8;
    width: 68px;
    margin-top: 4px;
    height: 22px;
    border-radius: 3px;
}

.rba_ssn_textbox {
     width: 72px;
}

.rba_table {
    text-align: left; 
    float: left;
    width:440px;
    margin-left: -6px !important;
}
.rba_table .form-element-container {
    width: 294px
}

.rba_eid_dropbox_small {
    border: 1px solid #d2c8c8;
    width: 97px;
    margin-top: 4px;
    height: 26px;
    border-radius: 4px;
}

.rba_enabled_button {
    border-color: #0076a3;
    border-width: 1px;
    border-style: solid;
}

.rba_disabled_button {
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
}
    
/*EID Quiz page*/
.eid-quiz table {
    padding: 0px 10px 10px 10px
}
    .eid-quiz table table {
        font-family: "OpenSans-Regular";
    }
.eid-quiz .question td {
    padding: 9px;
    line-height: 16px;
    background-color: #ead6e8;
}
    .eid-quiz .question td:first-child {
        background-color: #d4aed1;
        font-family: "OpenSans-Regular";
        font-size: 18px;
        color: #7a2273;
        padding: 0px 15px 0px 15px;
        text-align: center;
        width: 20px;
    }
    .eid-quiz .question td:last-child {
        font-family: "OpenSans-Regular";
        font-size: 12px;
        color: #7a2273;
        background-color: #ead6e8;
    }
.eid-quiz .answers td {
    width: 100%;
    background-color: #eeeeee;
    margin: 4px 0px 0px 0px;
    padding: 5px;
    box-sizing: border-box;
    font-family: "OpenSans-Regular";
    font-size: 12px;
    border-top: solid 4px #fff;
    line-height: 22px;
}
.eid-quiz .answers td.active, .eid-quiz .answers td:hover {
    background-color: #62c9f2;
    color: #fff;
}
.eid-quiz .checked-item {
    color: #fff;
    float: right;
    line-height: 20px;
    padding-right: 8px;
}

.eid-quiz .answers input {
    visibility: hidden;
}
.eid-quiz .answers table {
    width: 100%;
    padding: 0px;
}
.eid-quiz .answers table td label {
    margin-left: -8px;
}
.eid-quiz table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
.rba_largelink {
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 12pt;
    color: #4B96BF;
    text-decoration: none;
}
.rba_largelink_small {
	font-size : 11pt !important;
}
.block_header_text {
    font-family: "OpenSans-Regular",Arial,sans-serif;
    font-size: 20px;
    color: #5f6a72;
}



.small_tbox {
    width: 80px;
    height: 25px;
    border: 1px solid #d8d8d8;
    text-align: center;
}

.button_link_small {
    font-family: "OpenSans-Regular";
    font-size: 13px;
    color: #272FCC;
    text-decoration: underline;
    cursor: pointer;
}


.button_link_small:hover,.button_link_small:focus {
    border-color: #007298!important;
    border: 2px;
    border-style: solid;
    outline: none;
    border-radius:4px;
    padding: 2px 10px 2px 10px;
}

.icon_proofing { 
    background-image:url(../images/OtpEntry.png); 
    width: 85px; 
    height: 80px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat; 
}

.div_textstyle {
    text-align: center;
}

.div_line_style {
    line-height: 20px;
}

.login_failure .contact {
    background-color: #EEEEEE;
    color: #333333;
    padding: 12px;
    margin: 14px auto 17px auto;
    width: 280px;
    line-height: 20px; 
}

.login_failure .contact span:first-child {
    font-size: 18px;
}

.login_failure {
    text-align: center;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    padding-top: 15px;
    font-size: 14px;
}
.login_failure .title {
    font-size: 18px;
    padding: 5px 0px 10px 0px;
    color: #333333;
}
.login_failure .info_error {
    width: 340px;
    margin: auto;
    line-height: 20px;
}
.login_failure .info_error2 {
    width: 300px;
    margin: auto;
    line-height: 20px;
}
.login_failure .info_error3 {
    width: 320px;
    margin: auto;
    line-height: 20px;
}
.icon_error { 
    background-image: url(../images/error.png);
    width: 85px;
    height: 80px;
    border: none;
    background-repeat: no-repeat;
    margin: auto;
}

.icon_exclaim {
    background-image: url(../images/icon_exclamation.png);
    width: 125px;
    height: 110px;
    border: none;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 18px;
}

.fb-cntnr .error-big-txt2 span {
    color: #007ba8;
    font-size: 23px;
}

.progress-indicator {
    text-align: center;
    margin: 5px 0px 20px 0px;
    padding: 0px;
}
.progress-indicator li {
    border: solid 1px #cccccc;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.progress-indicator li.completed {
    background-color: #cccccc;
}

.additional_verification {
    text-align: center;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    padding-top: 25px;
    font-size: 14px;
}

.additional_verification .padding_text {
    padding: 25px 0px 15px 0px;
}

.account_recovery_phone { 
    background-image:url(../images/account_recovery_phone.png); 
    width: 85px; 
    height: 80px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat; 
}

.account_recovery {
    font-family: "OpenSans-Regular",Arial,sans-serif;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    color: #5f6a72;
}

.account_recovery .title {
   padding: 10px 0px 10px 0px;
}

.account_recovery .info {
    padding: 0px 40px 20px 40px;
    line-height: 15px;
    font-size: 14px
}

.account_recovery .small_title {
      padding-bottom: 15px;
      font-size: 14px;
}

.info_sub_heading {
    font-family: "OpenSans-Regular", Arial, sans-serif;
    text-align: center;
    font-size: 18px;
    color: #5f6a72;
    padding-top: 20px;
    padding-bottom: 5px;
}
  
.mainselection {
    overflow: hidden;
    width: 220px;
    margin: auto;
    background:url(../images/drop_down_arrow.png) no-repeat #ffffff;
    background-position: 200px center;
}

.dropdown_list {
    border: 0;
    background: transparent;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding-left: 10px;
    width: 220px;
    font-family: Arial, Helvetica, sans-serif;
    color: #a5acb0;
    font-size: 11pt;
    -webkit-appearance: none;
}

.change_pin {
    background-image:url(../images/change_PIN.png); 
    width: 85px; 
    height: 60px; 
    border: none;
    margin: 15px auto;
    background-repeat: no-repeat; 
    padding-bottom: 10px;
}

.info_width_style {
     width: 350px;
     margin: auto;
     text-align: left;
}

.info_width_style span {
    padding-bottom: 10px;
    display: inline-block;
}

.info_sub_text {
    font-family: Helvetica;
    font-size: 14px;
    color: #5f6a72;
    line-height: 20px;
    padding-top: 7px;
}

.rba_phoneemail_data ul,.rba_phoneemail_data.phone, .rba_phoneemail_data.email {
    padding: 0px;
    margin: 0px;
}
.rba_phoneemail_data li {
    list-style: none;
    background-color: #eeeeee;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 15px;
    color: #5f6a72;
    /*width: 350px;*/
    height: 40px;
    vertical-align: middle;
    line-height: 42px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
.rba_phoneemail_data li span {
    width: 40px;
    height: 40px;
    float: right;
    padding: 0px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.rba_phoneemail_data li span.trash {
    background-color: #e70033;
}

.rba_phoneemail_data li span.info {
    background-color: #0093C9;
}

.rba_form_review {
    padding: 13px;
}

.div_bottom_note_padding {
    padding-top:158px;
}

.eid_challenge {
    padding-top: 60px;
}

.eid_challenge_icon {
    border: 0px;
    vertical-align: text-bottom;
    background-image: url(../images/question.png);
    background-repeat: no-repeat;
    margin-top: -3px;
    width: 20px;
    height: 18px;
    float: left;
    margin: -2px 6px;
}

.lnk_eid_challenge {
    font-family: "OpenSans-Regular";
    font-size: 12px;
    vertical-align: middle;
    color: #0093c9;
    text-decoration: none;
}

.eid_challenge_help {
    bottom: 8px !important;
    position: absolute !important;
}

.lnk_eid_disable {
    color: #afaaaa  !important;
}

.icon_pc {
     background-image:url(../images/pc_only.png);
}
.rba_image_title {  
    width: 70px;
    height: 70px;
    margin: auto;
}
.center_block {
    text-align: center;
    font-family: "OpenSans-Regular",Arial,sans-serif;
    color: #464444;
}
.center_block .title {
    text-align: center !important;
}
.center_block .sub_title {
    margin: auto;
    width: 300px;
}
.selection_box {
    background-color: #eeeeee; 
    text-align: left;
    border: solid 1px #eeeeee;
    margin: 10px;
    padding: 8px;
}
.selection_box.selected {
    background-color: #CDE9F4; 
}
.selection_box p {
    margin: 6px 0px 0px 0px;
    line-height: 20px;
} 
.selection_box .radios:last-child {
    padding-bottom: 12px;
} 

/*checkbox & radio style*/
.checkboxes label, .radios label {
    cursor: pointer;
    padding-bottom: 9px;
}

.div_left_align {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

/******* Watermark style ******/
::-webkit-input-placeholder {
    font-size: 13px;
    color: #6E6E6E ;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: 13px;
   color: #6E6E6E;  
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 13px;
   color: #6E6E6E;  
}

:-ms-input-placeholder {  
   font-size: 13px;
   color: #6E6E6E; 
}

.rba_textbox_curved {
    border: 1px solid #d2c8c8;
    height: 22px;
    border-radius: 3px;
}

.rba_form_left {
    padding-right: 22px; 
    margin-bottom: 10px; 
    text-align: left;
}

.rba_form_left .rba_medtext {
    line-height: 24px;
}

.rba_footer {
    position:absolute;
    bottom:0;
    margin-bottom:10px;
}

.rba_text_indent {
    text-indent: 50px;
}

.icon_otp {
    background-image:url(../images/otp_image.png);
    width: 100px;
    height: 150px;
    background-repeat: no-repeat;
}

.rba_text_color {
    color: #e70033;
}

.rba_cell_text {
    width:35%;
    padding-left:30px;
    vertical-align: baseline;
}

.rba_cell_icon {
    width:65%;
    padding-right:10px;
    vertical-align: baseline;
}

.rba_pad_left {
    padding-left:30px;
}

.main_title {
    font-size: 18px;
    color: #B13655;
}

.table-centered-container {
    display: table;
    margin: 10px auto;
    min-height: 138px;
}
.table-centered-container div {
    display: table-cell;
    vertical-align: middle;
}

.pi_error {
    vertical-align: middle;
    margin: 8px 0px 0px 0px;
    margin: 8px 5px 2px 5px;
}

.table-col-centered {
    text-align: center;
    min-width: 13px;
}

.icon_group {
    display: flex;
}

.ssn_textbox_container {
    width:100%;
}

.ssn_textbox_container td:last-child {
    text-align:right;
}
.otp_link_text {
    padding-left:100px;
    margin-top:-10px;
}
.postal_mail_icon {
    background-image:url(../images/Otplock.png); 
    width: 85px; 
    height: 80px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat;
}
.medium_tbox {
    width: 195px;
    height: 25px;
    border: 1px solid #d8d8d8;
    text-align: center;
}
.div_bgstyle_big {
    width: 330px;
    background-color: rgb(238, 238, 238);
    margin: 7px auto;
    padding: 10px;
}
.div_bgstyle_big .info_sub_heading {
    padding-top: 10px;
    padding-bottom: 10px;
}
.address-info {
    line-height: 18px;
    width: 325px;
}
.address_box {
    text-align: left;
    border: solid 1px #f0eaea;
    margin: 8px;
    padding: 5px;
    background-color: #e8e8e6;
    cursor: pointer;
}
.confirmation_icon {
    background-image:url(../images/ConfirmationTick.png); 
    width: 80px; 
    height: 80px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat;
}
.confirmation_icon_green {
    background-image: url(../images/ConfirmationTickGreen.png);
    width: 80px;
    height: 80px;
    border: none;
    margin: auto;
    background-repeat: no-repeat;
}
.mailbox_icon {
    background-image:url(../images/MailBox.png); 
    width: 80px; 
    height: 80px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat;
}
.help_text {
    width: 300px;
    margin: 7px auto;
    padding: 10px;
    font-size: 12px;
}
.div_bgstyle_big.title {
    font-size: 17px;
    line-height: 22px;
}
.div_bgstyle_big span > span {
    font-size: 13px;
}
.text_green {
    color: #45ad34 !important;
}
.div_bgstyle_big.notes {
    text-align: left;
    line-height: 15px;
    width: auto !important;
}
.div_bgstyle_big.notes span {
    font-size: 12px;
}
.div_bgstyle_big.notes a {
    text-decoration: none;
    color: #0076a3;
}
.ag_loading_window {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    -ms-opacity: .9;
    opacity: .9;
}

.ag_loading_window div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ag_loading_window .title {
    margin-bottom: 15px !important;
}
.loading_animation {
    background-image:url(../images/loading.gif);  
    width: 66px; 
    height: 66px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat;
    -ms-background-size: 66px 66px;
    background-size: 66px 66px;
    margin-bottom: -13px;
}
body.noscroll {
    overflow-y: hidden;
}
.ag_btn_center {
    text-align: center;
}
.ag_el_display_none {
    display: none;
}
.challenge-items {
    overflow-x: hidden;
    margin-top: 20px !important;
}

.all_security_contact_label {
    width: 110px;
}
.alignLinkText {
     position: absolute;
     line-height: 14px !important;
}

.textBox_toggle_password::-ms-clear, .textBox_toggle_password::-ms-reveal {
    display: none;
}   

.webmanager_pii .webmanager_Pii_item {
    margin: 5px auto !important;
    padding: 0px !important;
}

.challenge_form .lnkPopover, .login_failure .lnkPopover {
    font-family: "OpenSans-Regular",Arial, sans-serif;
    font-size: 9pt;
    color: #0093C9;
    text-decoration: none;
    cursor: pointer;
}
.challenge_form .alert {
    padding: 9px 10px 9px 10px !important;
}
.challenge_form .rba_text_orange, .rba_text {
    font-size: 10pt !important;
}
.challenge_form .alignedList {
    margin-left: -20px !important;
    margin-top: 0px !important;
}
.challenge_form .alignedList li {
    text-indent: -5px !important;
}
.login_failure .lnkPopover { 
    font-size: 13px;
}
.login_failure .popover-content { 
    font-size: 11px;
    line-height: 15px;
}
.phone_lock { 
    background-image:url(../images/icon_otp.png); 
    width: 100px; 
    height: 95px; 
    border: none;
    margin: auto;
    background-repeat: no-repeat; 
}
.custom-switch {
    margin: 6px 0 10px 34px;
}
.custom-switch > span {
    list-style: none !important;
    padding: 6px 6px 6px 10px;
    border: solid 1px #a9a9a9;
    font-size: 9pt;
    cursor: pointer;
}
.custom-switch > span > span {
    visibility: hidden;
    padding-left: 16px;
    padding-right: 5px;
}
.custom-switch > span:first-child {
    -ms-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border-right: none;
}
.custom-switch > span:last-child {
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}
.custom-switch > span.active {
    background-color: #45ad34;
    color: #fff;
}
.custom-switch span.active > span {
     visibility: visible !important;
}
.custom-switch > span.disabled {
    -ms-opacity: 0.4;
    opacity: 0.4;
    pointer-events: none;
    background-color: #cccccc;
}
.custom-radio-list.radios .label_radio{
    white-space: nowrap;
    
}
.custom-radio-list.radios .label_radio>label{
    font-weight: bold;
    font-size: 10pt;
}
.radios.small .label_radio, .label_radio.r_off {
    background: url(../images/checkbox/radio-small-off.png) no-repeat;
}
.radios.small .label_radio.r_on {
    background: url(../images/checkbox/radio-small-on.png) no-repeat;
}
.radios.small .label_radio.r_off:hover {
    background: url(../images/checkbox/radio-small-off.png) no-repeat;
}
.lnk_registernow {
	color : #007BA8 !important;
    font-size: 14px !important;
    cursor: pointer;
    line-height: 27px;
}
.div_bgstyle {
    margin: 7px auto 7px auto;
    width: 230px;
    background-color: #eeeeee;
    padding: 10px;
}

.bg_buttonface {
    background-color: #e2e2e4;
}

.line_height_norm {
    line-height:normal;
}

.div-border {
    border-radius: 5px;
    border-color: #cccccc;
    border-style: solid;
    border-width: 2px;
}
.change-userid-control{
      width: 52% !important;
    margin: 0 auto;
}
.change-userid-control span.fa-check-circle{
    color: #8cce7f;
    line-height: 24pt;
    margin-right: 12pt;
    position: absolute;
    font-size: 25px !important;
}
.change-userid-control span.fa-exclamation-circle{
    color: #FF0000;
    line-height: 37pt;
    margin-right: 17pt;
    position: absolute;
    font-size: 25px !important;
}
.change-userid-control .icon_right_align{
    padding-right: 30pt !important;
}
    .change-userid-control .btn_check_status:disabled {
        border: 1px solid rgb(204, 204, 204) !important;
        color: #999;
        cursor: not-allowed;
        pointer-events: stroke !important;
    }
.change-userid-control .divEditUserId {
    margin-top: 5% !important;
    color: #0093C9;
    cursor: pointer;
}
    .change-userid-control .form-control-feedback {
        z-index: 0;
    }
.Popup {
    color: #0076a3;
    font-size: 12px;
}
.color-dark-blue {
    color: #007BA8;
}
.border_box {
    font-family: "OpenSans-Regular",Arial, sans-serif;
    padding-top: 15px;
    border-color: #007BA8;
    color: #007BA8;
    border: 1px solid;
    border-radius: 4px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.custom-width {
    width: 99%;
}

.hr-line {
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.margin-top-25 {
    margin-top: 25px;
}

.width-user-login-reg {
    width: 50%;
    float: left;
}

.hidden-element-div {
    margin-bottom: 10px;
}

.margin-reg {
    margin-left: 15px;
}    

@media only screen and (max-width: 479px) {
    .custom-width {
        width: 80%;
        margin: auto;
    }

    .hr-line {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        border-right: 0px !important;
    }

    .padding-user-login-reg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .width-user-login-reg {
        width: 100% !important;
        float: none !important;
    }

    .hidden-element {
         display: none;
    }

    .hidden-element-div {
         display: none;
    }

    .margin-reg {
         margin-left: 0px !important;
    }
}

.user_name_textbox {
       display: inline !important;

   }

.user_name_textbox::placeholder  { /* Firefox */
        font-size: 13px;
        color: #6E6E6E !important;
    }

.user_name_textbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 13px;
    color: #6E6E6E!important;
}

.user_name_textbox::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 13px;
    color: #6E6E6E!important;
 }
.fixed_link {
    position: fixed;
    bottom: 1%;
    left: 40%;
}
.remember_my_computer_checkbox input[type="checkbox"] {
    margin-right: 5px;
   -webkit-appearance: none; 
    appearance: none;    
    width: 15px;
    height: 15px;    
    border: 2px solid #707070;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.remember_my_computer_checkbox input[type="checkbox"]:checked {
    background-color: #5f6a72; /* Fill the box when checked */
}
.div_login {
    padding:11px
}
.sr-only {
    ​​position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.icon_info_popup:focus,
.rmbr-dvc-radio_grp .label_radio:focus {
    outline: none !important;
    border: 2px solid #137690;
    border-radius: 5px;
}
.terms_actn_text {
    position: absolute;
    width: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
.remember-device-fieldset legend {
    display: none;
}
.rmbr-dvc-radio_grp .rba_text > label, 
.rmbr-dvc-radio_grp .rba_medtext > label {
    font-weight: normal;
}

.rba_masked_input {
    /* For WebKit browsers (Chrome, Safari) */
    -webkit-text-security: disc; /* or 'circle', 'square', 'none' */
    /* For Firefox (not officially supported, might need flags or future support) */
    /* -moz-text-security: disc; */
    /* Standard, but currently only supported by WebKit */
    text-security: disc;
}
