.loginTitle{
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.loginDesc{
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.2;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}
.text-center{
    text-align: center;
}
p{
    margin-left: 0;
    margin-right: 0;
}body{
    font-family: "Nunito", sans-serif;
}
/* tab */
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li {
    float: left;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.tab-content>.tab-pane {
    display: none;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.tab-content>.active {
    display: block;
}
.fade.in {
    opacity: 1;
}
.mainContent{
    width: 1190px;
    margin-left: 150px;
    margin-top: 60px;
    margin-bottom: 70px;
    font-size: 12px;
}
#homeTabContent{
    background-color: rgba(0,0,0,.45);
    border-top-right-radius: 40px;
    border-bottom-left-radius:40px;
}
#homeTab.nav-tabs>li>a{
    background-color: rgba(255,255,255,.3);
    border:0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
#homeTab.nav-tabs>li:first-child>a{
    border-top-left-radius: 0;
}
#homeTab.nav-tabs>li.active>a, 
#homeTab.nav-tabs>li.active>a:focus, 
#homeTab.nav-tabs>li.active>a:hover{
    background-color: rgba(0,0,0,.45);
    border:0;
    color: #fff;
}
.login-image-layer{
    background: none;
    z-index: 9;
}
.grayBg{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #06210a;
    opacity: 0.8;
}
.icon-group .left-icon{
    color: #474747;
}
.step-wizard{
    margin-bottom: 25px;
}
.flex.between{
    justify-content: space-between;
}
.loginForm{
    width: 280px;
}
.on-screen-message-content-right{
    flex:1;
    margin-left: 40px;
    overflow-y: auto; 
}
.account-box .on-screen-message-content-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.on-screen-message-content-right .alertbox-content {
    position: static;
    width: 100%;
    border-radius: 0 40px;
    border: 0;
    padding: 20px;
    max-height: 100%;
    overflow-y: auto;
    background: rgba(0,0,0,0.45);
    color: #fff;
    width:  652px; 
    height:335px;
    text-align: left;
}
.login-header{
    height: 89px;
    color: rgba(0,0,0,0.5);
    width: 100%;
    opacity:1;
    top: 0;
    margin-top: 1.52%;
}
.login-header .header-right{
    float: right;
    display: flex;
    align-items: center;
    height: 89px;
}
.login-header .header-right a{
    display: block;
    position: static;
    margin-right: 15px;
}
/* ALC-12 fix the header icon size */
.login-header .header-right a .fa{
    font-size: 14px;
    margin-right: 0px;
}
.login-header .header-right a.helpLink{
    display: flex;
    align-items: center;
}
.login-header .header-right a.helpLink{
    font-size: 16px;
}
.login-header-image {
    padding-top: 8px;
    width: auto;
    height: 45px;
    object-fit: contain;
    padding: 0;
    margin: 0;
    margin-top: 23px;
    margin-left: 15px;
}
.login-footer{
    height: 60px;
}
.account-box{
    padding: 20px;
    max-width: 100%;
    color: #fff;
    font-size: 12px;
}
.account-box p{
    color: #fff;
}
.form-group:not(.has-error) .help-block {
    display: none!important;
}
/* ALC-12 fix the button height */
#imgLogin{
    width: 100%;
    margin-top: 20px;
    font-size: 12px;
    height: 40px;
}
#homeTabContent .account-box .form-control{
    border: 1px solid lightgray;
    background: rgba(0,0,0,.5);
    color: #474747;
    font-size: 14px;
    box-shadow: inset 0 0 0 1000px #fff!important;
    height: 40px;
    border-radius: 20px;
    filter: none !important;
}
#homeTabContent .account-box .form-control:-internal-autofill-selected{
    color: #474747!important;
}
#homeTabContent .account-box .icon-group .left-icon{
    color: lightgray;
}
.step-wizard .step-anchor li a .step-number{
    font-size: 14px;
}

.icon-group .input-group-addon{
    background: none;
    border:0;
    color: #3ab54b;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #474747 !important;
    -webkit-transition-delay: 99999s;
    background: rgba(0,0,0,.5)!important;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.btnCAS{
    min-width: 80px;
}
.icon-group .fa-key{
    transform: rotate(-45deg);
}
.flexGroup.alignTop{
    align-items: flex-start;
}
.account-box.createAccount{
    margin-top: 0;
}
.account-box .card{
    background: transparent;
}
.login-field-heading{
    font-size: 12px;
}
.login-footer-warp{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    align-items: center;
}
.on-screen-message-content-left{
    margin-left: 0;
}
.on-screen-message-content-left:first-child{
    margin-top: 0;
}
/* ALC-12 fix the login page error style */
.login-screen-message{
    text-align: left;
}
.login-screen-message.errorHint{
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    background: #c32533;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}
.has-error.has-labelRight-msg .login-field-heading .help-block {
    position: static;
    background: #c32533;
    color: #fff;
    margin: 0;
  }
  
  .has-error.has-labelRight-msg .login-field-heading .help-block:after {
    display: none;
  }
  .form-group:not(.has-error) .help-block {
    display: none !important;
  }
  
  .form-group.has-error .login-field-heading.has-error {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #imgLogin:disabled{
    background-color: #39b54b!important;
    border-collapse: #39b54b!important;
  }
  .form-group .form-control{
      margin: 0;
  }
  .login-field-heading{
      display: inline-block;
      margin-bottom: 5px;
  }
  .help-block{
    font-size: 12px;
  }
  .has-error .help-block{
      min-width: 140px;
  }
  div.modalAccessibility-content{
    margin-top: 30%;
    padding: 5px;
  }
  div.modalAccessibility-content .close{
      margin-top: -2%;
  }
  /* ALC-12 fix the scroll bar style for message box */
  .alertMsg{
    height: 295px;
    overflow-y: auto;
  }
  .alertMsg::-webkit-scrollbar {
	width: 5px;
  }
  .alertMsg::-webkit-scrollbar-track {
    background: #414042; 
  }  
  .alertMsg::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5); 
  }
  .logout-body .account-box{
    max-width: 360px;
  }
  .logout-body .account-box .card{
    background: rgba(0, 0, 0, 0.5);
  }
  @media (max-width:1380px){
    .mainContent{
        margin-left: auto;
        margin-right: auto;
    }
  }
 /* ALC-12 fix the content responsive style */
  @media (max-width: 1200px){
    .mainContent {
      max-width: 900px;
    }
  }
  @media (max-width: 991px){
    .mainContent{
        width: 100%;
    }
   }

   /*ALC-10 License Agreement*/
#agreeInfo a{
    color: #46a049;
    text-decoration:underline;
}
#agreementModal .modal-title{
    font-size: 16px;
    font-weight: bold;
    color:#333;
}
#agreementModal .modal-dialog{
    max-width: 1000px;
    margin:40px auto;
    padding: 0;
}
#agreementModal .modal-dialog .agreementBody p{
    color:#333;
}
#agreementModal .modal-dialog .agreementBody a{
    color: #46a049;
    text-decoration:underline;
}
.btnCAS#declineBtn{
    color: #46a049;
}
div.footnotes {
    border-top: 1px solid #aaa;
    padding: .5em 0 0 0;
    margin: 1em 0 0 0;
    clear: both;
}
div.footnotes .content{
    display: inline;
}

#agreementModal .modal-dialog {
    max-width: 800px;
    font-family: 'Nunito', sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
  }
  #agreementModal .modal-dialog #licenseWrap {
    padding: 15px 15px;
    max-height: calc(100vh - 380px);
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.5) #414042;
    scrollbar-width: thin;
  }
  #agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar {
    width: 5px;
  }
  #agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar-track {
    background: #ddd;
  }
  #agreementModal .modal-dialog #licenseWrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.5);
  }
  #agreementModal .modal-dialog p {
    margin-bottom: 1.4em;
  }
  #agreementModal .modal-dialog .pageId,
  #agreementModal .modal-dialog .bookcreator__bookbar,
  #agreementModal .modal-dialog .docInfo {
    display: none;
  }
  #agreementModal .modal-dialog h1 {
    font-size: 2em;
    margin: 0 0 0.444em;
    font-weight: bold;
    color: #333;
  }
  /*ALC-10*/
  #agreementModal .modal-dialog h2 {
    font-size: 1.5em;
    margin: 0 0 0.888em;
    font-weight: bold;
    color: #333;
  }
  #agreementModal .modal-dialog h3 {
    font-size: 1.125em;
    margin: 0 0 0.888em;
    font-weight: bold;
    color: #333;
  }
  #agreementModal .modal-dialog .dokuwiki div.page {
    clear: both;
    background: #fff;
    color: inherit;
    border-radius: 2px;
    padding: 1.556em 2em 2em;
    margin-bottom: 0.5em;
    overflow: hidden;
    word-wrap: break-word;
  }
  #agreementModal .modal-dialog ol,
  #agreementModal .modal-dialog li {
    list-style: decimal outside;
  }
  #agreementModal .modal-dialog #licenseWrap  a {
    color: #46a049;
  } 
  .btnCAS{
    font-family: 'Nunito';
    display: inline-block;
    font-size: 12px;
    line-height: 1.0;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 10px;
  }
  .btnCAS.btn-primary{
      line-height: 35px;
    border-color: rgb(70, 160, 73);
    background-color: rgb(70, 160, 73);
    background: rgb(70, 160, 73);
    letter-spacing: 0.96px;
    color: #ffffff;
    border:0;
  }
  .btnCAS.btn-primary:hover{
    background: #008000;
  }
  .btnCAS.btn-secondary{
    border: 2px solid rgb(70, 160, 73);
    color: #ffffff;
    line-height: 32px;
    background: none;
  }
  .btnCAS.btn-primary:focus{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(35, 129, 165, 0.5);
  }