/* ------------------------------------------------------- */


/*
 * Theme Name: 2013
 *
------------------------------------------------------- */


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
}

body {
  background: #f1f1f1;
  background: #002a58 url(Images/bg-sa-blue.jpg) no-repeat center center;
  /* Delete this line o remove blue background background. */
  background-attachment: fixed;
  background-size: cover;
  filter: none;
}

form {
  margin: 0;
}

input,
textarea,
select,
.uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 4px;
  width: 210px;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #6d6d6d;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}

a:active,
a:hover {
  text-decoration: underline;
  color: #6d6d6d;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}

#deployJavaPlugin {
  display: none;
}


/* Header Styles */

#divHeaderBar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #3f3f3f;
  filter: none;
  padding: 12px 0;
  border-bottom: 1px solid #5f5f5f;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
  opacity: 0.8;
}

#LogoImage {
  max-height: 50px;
}

.headertext {
  color: #f0f0f0;
  font-size: 1.0em;
  font-weight: 300;
  -webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


/* Content Placeholder Styles */

#divContent {
  padding: 25px 0;
  margin: 0 auto 50px;
}

#divContent .container {
  width: 350px;
}

#contentplaceholder {
  position: relative;
  background: #ffffff;
  margin: 15px auto;
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 1px rgba(66, 66, 66, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(66, 66, 66, 0.2);
  -o-box-shadow: 0 0 2px 1px rgba(66, 66, 66, 0.2);
  box-shadow: 0 0 2px 1px rgba(66, 66, 66, 0.2);
}

.controlviewdiv,
.useridviewmargins,
.registrationmethodviewmargins,
.passwordviewmargins {
  height: auto !important;
}


/* Footer Styles */

#divFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #3f3f3f;
  border-top: 1px solid #5f5f5f;
  opacity: 0.8;
}

#tblFooter {
  width: 100%;
}

.content-footer {
  border-top: 1px solid #e8e8e8;
}

.login-links {
  margin: 10px 0 0 25px;
}

.login-links a {
  display: block;
}

.seal {
  margin: 15px;
}

#ReportingDiv {
  margin: 0px -200px 0px -300px;
  width: 200%;
  display: none;
}


/* Asset Styles - Buttons, Tools, etc. */

.btn-secureauth {
  background: #e0e0e0;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#b1b1b1));
  background-image: -webkit-linear-gradient(#f1f1f1, #b1b1b1);
  background-image: -moz-linear-gradient(#f1f1f1, #b1b1b1);
  background-image: -o-linear-gradient(#f1f1f1, #b1b1b1);
  background-image: linear-gradient(#f1f1f1, #b1b1b1);
  color: #333333;
  padding: 5px 25px;
  border: 1px solid #a0a0a0;
  border-radius: 20px;
}

.btn-secureauth:hover {
  background: #e0e0e0;
  color: #333333;
}

.btn-secureauth:active,
.btn-secureauth.disabled,
.btn-secureauth[disabled] {
  background: #e6e6e6;
  border: 1px solid #a0a0a0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-bold {
  font-weight: 900;
}

.text-small {
  font-size: 13px;
}

/* Loading Animation */

#msgLbl {
  padding-top: 250px;
}

#ContentPlaceHolder1_msgLbl2 {
  width: 400px;
  margin: 0 auto;
  padding-top: 200px;
}

.loading {
  position: fixed;
  margin-left: -100px;
  margin-top: 150px;
  z-index: 1000;
  width: 200px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  text-align: center;
  vertical-align: bottom;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  left: 50%;
}

.loading h4 {
  position: absolute;
  width: 100%;
  padding-bottom: 10px;
  bottom: 0;
  color: #666666;
}

.loading img {
  position: relative;
  top: 15px;
}


/* Portal Page Styles */

.secureportal {
  position: relative;
}

.secureportalwidth {
  width: 100%;
}

#ContentPlaceHolder1_portalListView {
  position: relative;
  list-style: none;
  margin: 0 1.5% 0;
  clear: both;
}

.portal-toggle {
  position: relative;
  float: right;
  margin: 0 20px 20px;
}

.portal-item {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.portal-item:hover {
  -webkit-box-shadow: inset 0 0 4px 1px rgba(90, 90, 90, 0.2);
  -moz-box-shadow: inset 0 0 4px 1px rgba(90, 90, 90, 0.2);
  box-shadow: inset 0 0 4px 1px rgba(90, 90, 90, 0.2);
}

.portal-item:active {
  -webkit-box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.2);
}

.portal-item.grid {
  display: inline-block;
  width: 22.5%;
  height: 150px;
  margin: 5px 1% 5px;
  text-align: center;
}

.portal-item.list {
  display: block;
  width: 90%;
  height: 125px;
  margin: 10px auto;
  text-align: center;
}

.portal-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.portal-item.grid .portal-thumb {
  max-width: 90%;
  max-height: 90px;
  margin: 10px auto;
}

.portal-item.list .portal-thumb {
  max-width: 150px;
  max-height: 90px;
  margin: 10px auto;
  text-align: center;
}

.portal-item.grid .portal-link {
  position: absolute;
  bottom: 7px;
  width: 100%;
  margin: 5px 0;
  text-align: center;
}

.portal-item.list .portal-thumb {
  float: none;
}

.portal-item.list .portal-link {
  float: right;
  position: relative;
  top: 40px;
  width: 58%;
}

.portal-item.list .portal-link:before {
  display: block;
  float: left;
  position: absolute;
  top: -30px;
  left: 1%;
  width: 1px;
  height: 100px;
  background: none repeat scroll 0 0 #e1e1e1;
  content: "";
}

.portal-item-placeholder:before {
  position: absolute;
}

.portal-item-placeholder {
  display: none;
  border: 2px dashed #fcefa1;
  background: #ffffff;
  border-radius: 4px;
}

.portal-item-placeholder.list {
  display: block;
  visibility: visible;
  width: 66%;
}

.portal-item-placehoder.grid {
  display: block;
  visibility: visible;
  width: 22%;
}

.portal-link:hover {
  text-decoration: underline;
}


/* Social Login Styles */

.link-social {
  background: #ffffff;
  padding: 5px;
  border: 1px solid #f1f1f1;
}

.link-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-social li {
  position: relative;
  display: inline-block;
  background: #eeeeee;
  width: 130px;
  height: 45px;
  margin: 2px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  overflow: hidden;
}

.link-social li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 5px 2px 45px;
  line-height: 40px;
}

.link-social li a:hover {
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.link-social i {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 6px;
  background: #999999;
  width: 32px;
  height: 32px;
}

i.social-facebook {
  background: url(../../Images/icon-facebook.png) no-repeat top left;
}

i.social-google {
  background: url(../../Images/icon-google.png) no-repeat top left;
}

i.social-live {
  background: url(../../Images/icon-live.png) no-repeat top left;
}

i.social-linkedin {
  background: url(../../Images/icon-linkedin.png) no-repeat top left;
}


/* Begin Common Styles */

.link {
  color: #6d6d6d;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}

.bodytext {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}

.stateviewtext {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 10px;
}

.messagelabel {
  color: red;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

.button {
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

.textbox {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

.checkbox {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

.radiobutton {
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

.page-container {
  border: 1px solid black;
}

.page-footer {
  color: white;
  background-color: navy;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 9px;
}

.checkboxleftmargin {
  margin-left: -5px;
}

.bodycontent {
  padding-bottom: 40px;
  width: 600px;
}

.footer {
  padding-top: 10px;
}

#ContentPlaceHolder1_table1[style] {
  width: 100px !important;
  margin: 0 auto;
}


/* ------------ Control View Container Widths ------------ */

.useridviewwidth {
  width: 350px;
}


/*300*/

.useridviewexpirewidth {
  width: 425px;
}


/*300*/

.registrationmethodviewwidth {
  width: 425px;
}


/*300*/

.browserregistrationwidth {
  width: 450px;
}


/*300*/

.browserregistrationmanualcheckwidth {
  width: 450px;
}


/*500*/

.browserregistrationcheckviewwidth {
  width: 450px;
}

.browserregistrationpasswordviewwidth {
  width: 350px;
}


/*500*/

.browserregistrationzombieviewwidth {
  width: 450px;
}

.browserregistrationfpviewwidth {
  width: 450px;
}

.passwordviewwidth {
  width: 350px;
}


/*300*/

.passwordviewexpirewidth {
  width: 425px;
}


/*300*/

.kbaregistrationviewwidth {
  width: 450px;
}


/*500*/

.passwordinitviewwidth {
  width: 350px;
}


/*300*/

.securityviolationviewwidth {
  width: 450px;
}

.securityviolationx509continueviewwidth {
  width: 450px;
}

.userregistrationviewwidth {
  width: 450px;
}

.pinregistrationviewwidth {
  width: 350px;
}


/* ------------------------------------------------------- */


/* ------------- Post Auth Margins/Widths ---------------- */

.accountupdatewidth {
  width: 500px;
}

.accountupdatemargins {
  margin: 20px auto;
}

.manageaccountswidth {
  width: 500px;
}

.manageaccountsmargins {
  margin: 20px auto;
}

.yubikeyprovisioningwidth {
  width: 300px;
  margin: 20px auto;
}

.yubikeyprovisioningmargins {
  height: 350px;
  margin: 20px auto;
}

.iosexchangewidth {
  width: 350px;
}

.iosexchangemargins {
  height: 370px;
  padding-top: 110px;
  margin-left: 40px;
}

.createpfxtransferwidth {
  width: 400px;
}

.createpfxtransfermargins {
  height: 370px;
  margin: 20px auto;
}

.updatekbawidth {
  width: 500px;
}

.updatekbamargins {
  margin: 20px auto;
}

.enrollmentcompletewidth {
  width: 500px;
}

.enrollmentcompletemargins {
  height: 320px;
  margin: 20px auto;
}

.passwordresetwidth {
  width: 550px;
}

.passwordresetmargins {
  margin: 20px auto;
}

.forgotusernamewidth {
  width: 400px;
}

.forgotusernamemargins {
  height: 370px;
  margin: 20px auto;
}

.secureportalmargins {
  margin: 20px auto;
}

.reportingwidth {
  width: 500px;
}

.reportingmargins {
  height: auto;
  margin: 20px auto;
}

.resetaccountwidth {
  width: 500px;
}

.resetaccountmargins {
  height: 370px;
  margin: 20px auto;
}

.installactivexwidth {
  width: 500px;
}

.installactivexmargins {
  margin: 20px auto;
}

.checknavigationblocked {
  height: 400px;
  width: 375px;
  padding: 80px;
}


/* ------------------------------------------------------- */


/* --------------- Control View Margins ------------------ */

.useridviewmargins {
  margin: 20px auto;
}

.useridviewexpiremargins {
  margin: 20px auto;
}

.kbaregistrationviewmargins {
  height: 370px;
  margin: 20px auto;
}

.passwordinitviewmargins {
  height: 460px;
  padding-top: 20px;
  margin: 20px auto;
}

.pinregistrationviewmargins {
  height: 460px;
  margin: 20px auto;
}

.registrationmethodviewmargins {
  height: 400px;
  margin: 20px auto;
}

.browserregistrationviewmargins {
  height: 400px;
  padding-top: 80px;
  margin: 20px auto;
}

.browserregistrationmanualcheckmargins {
  height: 440px;
  margin: 20px auto;
}

.browserregistrationcheckviewmargins {
  height: 440px;
  margin: 20px auto;
}

.browserregistrationzombieviewmargins {
  height: 440px;
  margin: 20px auto;
}

.browserregistrationpasswordviewmargins {
  height: 460px;
  margin: 20px auto;
}

.browserregistrationfpviewmargins {
  height: 440px;
  margin: 20px auto;
}

.passwordviewmargins {
  height: 340px;
  margin: 20px auto;
}

.passwordviewexpiremargins {
  margin: 20px auto;
}

.securityviolationviewmargins {
  height: 430px;
  margin: 20px auto;
}

.securityviolationx509continueviewmargins {
  height: 430px;
  margin: 20px auto;
}

.userregistrationviewmargins {
  height: 430px;
  margin: 20px auto;
}


/* ------------------------------------------------------- */


/* ------------- Number Button Mouseover ----------------- */

.button0 {
  background: url('Images/NumberPad/0.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button0:hover {
  background: url('Images/NumberPad/RollOver/0.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button0:active {
  background: url('Images/NumberPad/0.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button1 {
  background: url('Images/NumberPad/1.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button1:hover {
  background: url('Images/NumberPad/RollOver/1.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button1:active {
  background: url('Images/NumberPad/1.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button2 {
  background: url('Images/NumberPad/2.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button2:hover {
  background: url('Images/NumberPad/RollOver/2.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button2:active {
  background: url('Images/NumberPad/2.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button3 {
  background: url('Images/NumberPad/3.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button3:hover {
  background: url('Images/NumberPad/RollOver/3.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button3:active {
  background: url('Images/NumberPad/3.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button4 {
  background: url('Images/NumberPad/4.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button4:hover {
  background: url('Images/NumberPad/RollOver/4.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button4:active {
  background: url('Images/NumberPad/4.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button5 {
  background: url('Images/NumberPad/5.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button5:hover {
  background: url('Images/NumberPad/RollOver/5.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button5:active {
  background: url('Images/NumberPad/5.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button6 {
  background: url('Images/NumberPad/6.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button6:hover {
  background: url('Images/NumberPad/RollOver/6.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button6:active {
  background: url('Images/NumberPad/6.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button7 {
  background: url('Images/NumberPad/7.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button7:hover {
  background: url('Images/NumberPad/RollOver/7.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button7:active {
  background: url('Images/NumberPad/7.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button8 {
  background: url('Images/NumberPad/8.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button8:hover {
  background: url('Images/NumberPad/RollOver/8.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button8:active {
  background: url('Images/NumberPad/8.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button9 {
  background: url('Images/NumberPad/9.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button9:hover {
  background: url('Images/NumberPad/RollOver/9.png');
  display: block;
  width: 81px;
  height: 61px;
}

.button9:active {
  background: url('Images/NumberPad/9.png');
  display: block;
  width: 81px;
  height: 61px;
}

.buttonc {
  background: url('Images/NumberPad/c.png');
  display: block;
  width: 81px;
  height: 61px;
}

.buttonc:hover {
  background: url('Images/NumberPad/RollOver/c.png');
  display: block;
  width: 81px;
  height: 61px;
}

.buttonc:active {
  background: url('Images/NumberPad/c.png');
  display: block;
  width: 81px;
  height: 61px;
}

.smallbutton0 {
  background: url('Images/NumberPad/0_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton0:hover {
  background: url('Images/NumberPad/RollOver/0_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton0:active {
  background: url('Images/NumberPad/0_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton1 {
  background: url('Images/NumberPad/1_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton1:hover {
  background: url('Images/NumberPad/RollOver/1_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton1:active {
  background: url('Images/NumberPad/1_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton2 {
  background: url('Images/NumberPad/2_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton2:hover {
  background: url('Images/NumberPad/RollOver/2_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton2:active {
  background: url('Images/NumberPad/2_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton3 {
  background: url('Images/NumberPad/3_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton3:hover {
  background: url('Images/NumberPad/RollOver/3_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton3:active {
  background: url('Images/NumberPad/3_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton4 {
  background: url('Images/NumberPad/4_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton4:hover {
  background: url('Images/NumberPad/RollOver/4_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton4:active {
  background: url('Images/NumberPad/4_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton5 {
  background: url('Images/NumberPad/5_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton5:hover {
  background: url('Images/NumberPad/RollOver/5_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton5:active {
  background: url('Images/NumberPad/5_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton6 {
  background: url('Images/NumberPad/6_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton6:hover {
  background: url('Images/NumberPad/RollOver/6_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton6:active {
  background: url('Images/NumberPad/6_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton7 {
  background: url('Images/NumberPad/7_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton7:hover {
  background: url('Images/NumberPad/RollOver/7_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton7:active {
  background: url('Images/NumberPad/7_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton8 {
  background: url('Images/NumberPad/8_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton8:hover {
  background: url('Images/NumberPad/RollOver/8_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton8:active {
  background: url('Images/NumberPad/8_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton9 {
  background: url('Images/NumberPad/9_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton9:hover {
  background: url('Images/NumberPad/RollOver/9_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbutton9:active {
  background: url('Images/NumberPad/9_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbuttonc {
  background: url('Images/NumberPad/c_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbuttonc:hover {
  background: url('Images/NumberPad/RollOver/c_small.png');
  display: block;
  width: 41px;
  height: 31px;
}

.smallbuttonc:active {
  background: url('Images/NumberPad/c_small.png');
  display: block;
  width: 41px;
  height: 31px;
}


/* Masterpage Links */

.tdForgotLinks a {
  display: block;
  text-align: right;
}


/* Media Queries */

@media all and (max-width: 723px) {
  body {
    padding: 0;
  }
  #divHeader,
  #divFooter,
  .container {
    width: 100%;
  }
  #divContent {
    width: 98%;
  }
  .secureportalwidth {
    width: 95%;
  }
  .portal-item.list,
  .portal-item.grid {
    display: block;
    width: 90%;
    height: 135px;
    margin: 10px auto;
  }
  .portal-item.list .portal-thumb {
    display: block;
    float: none;
    width: auto;
    max-width: 90%;
    max-height: 90px;
    margin: 10px auto;
  }
  .portal-item.list .portal-link {
    position: absolute;
    top: 90px;
    float: none;
    width: 100%;
    margin: 5px 0;
    text-align: center;
  }
  .portal-toggle {
    display: none;
  }
}

@media all and (min-width: 724px) and (max-width: 900px) {
  body {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .portal-item.grid {
    width: 47.5%;
  }
  .portal-item.list {
    width: 80%;
  }
}

@media all and (min-width: 901px) {
  .container {
    width: 880px;
  }
}

@media all and (max-height: 579px) {
  #divFooter {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.hlinkUsernameLink,
.hlinkPasswordLink {
  font-size: 11px !important;
  padding-left: 100px;
}

.tbxPassword,
.txtUserid {
  margin-bottom: -3px;
  margin-top: 4px;
}

.tclblPassword,
.tclblUserId {
  padding-top: 6px;
}


/* Two Way Waiting View */
.accept-deny {
  display: block;
  margin: 20px auto;
  width: 370px;
}

.accept-deny.spinner > span {
  display: block;
  min-height: 200px
}

.accept-deny.spinner > span {
  background: url('../../Images/loading.gif') no-repeat center center;
}

.accept-title,
.lnkbtnAlternative {
  display: block;
  text-align: center;
  width: 100%;
}

.accept-title {
  margin-bottom: 40px;
}

.accept-symbol {
  background: #f6f7f8;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
  display: block;
  font-size: 64px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
  width: 140px;
}

.accept-loader {
  font-size: 6px;
  display: block;
  margin: 0 auto 60px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.accept-loader:before,
.accept-loader:after,
.accept-loader {
  border-radius: 4px;
  width:  1.8em;
  height: 1.8em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: acceptLoader 2s infinite ease-in-out;
  animation: acceptLoader 2s infinite ease-in-out;
}

.accept-loader:before {
  left: -2.2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.accept-loader:after {
  left: 2.2em;
}
.accept-loader:before,
.accept-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes acceptLoader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #b6b6b6;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #b6b6b6;
  }
}
@keyframes acceptLoader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #b6b6b6;
  }
  40% {
    box-shadow: 0 2.5em 0 0 #b6b6b6;
  }
}

/* Qr Code Provision */
.qrcode {
  width: 880px;
}

.qrcode-col-3.span3 {
  float: left;
  width: 260px;
}

.qrcode-title {
  margin: 10px 0 20px;
}

.qrcode-subtitle {
  margin-bottom: 20px;
}

.qrcode-text {
  display: block;
  min-height: 60px;
  margin-bottom: 20px;
}

.qrcode-img {
  margin-bottom: 10px;
}

.qrcode-device {
  margin: 20px 0;
}


/* Logout */

.logout {
  display block;
  margin: 0 auto;
  padding: 25px;
  width: 100%;
}

.logout-title {
  margin-bottom: 15px;
}


/* Password Reset */

.btn-unlock {
  margin: 5px 0 9px;
}

/* Carrier Update */
.carrierupdate,
.carrierupdate * {
  box-sizing: border-box;
}

.carrierupdate {
  display: block;
  margin: 100px auto 0;
  min-height: 480px;
  width: 68%;
}

.carrierupdate [class*="span"] {
  margin-left: 0;
  width: 100%;
}

.carrierupdate__panel {
  background-color: #f6f7f8;
  border-radius: 5px;
  border: solid 1px #ddd;
  height: 310px;
  display: block;
  left: 50%;
  margin-left: -224px;
  position: relative;
  width: 448px;
}

@media (min-width: 768px) {
  .carrierupdate__panel {
    float: left;
  }
}

.carrierupdate__radio {
  border-top: 1px solid #ddd;
  padding: 15px 20px;
}

.carrierupdate__radio:first-child {
  border-top: 0;
}

.carrierupdate__button {
  padding-top: 25px;
}

.carrierupdate__icon {
  float: left;
  margin-right: 35px;
}

.carrierupdate .radio input[type="radio"] {
  float: left;
  margin-left: -18px;
}

.carrierupdate .alert-danger {
  background: none;
  border: 0;
}

.text-no-wrap {
  white-space: nowrap;
}

.multi-factor-throttle-message {
  color: red;
}

/* End Styles - Custom Overrides Below */
