*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  font-family: "NotoSansCJK", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, "LiHei Pro", sans-serif;
  color: white;
  max-width: 1280px;
  margin: 0 auto;
  color: #797979;
  -webkit-print-color-adjust: exact;
}

body.index {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_homeBG.png);
  background-attachment: fixed;
}

/* Global */

a:focus, a:hover {
  text-decoration: none;
  color: auto;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

input, button, select {
  font-family: "NotoSansCJK", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, "LiHei Pro", sans-serif;
}

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

img[src$=".gif"], img[src$=".jpg"], img[src$=".png"] {
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

input[type="submit"], input[type="reset"] {
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

[type=checkbox], [type=radio] {
  vertical-align: middle;
}

.send_btn {
  background: #016193;
  color: #fff;
}

.send_btn:hover, .send_btn:focus, .send_btn:active {
  color: #000;
}

.action_btn {
  background: #fff;
  color: #016193;
}

.action_btn:hover, .action_btn:focus, .action_btn:active {
  color: #0090db;
}


/* main body */

.ndds-header {
  padding: .6875rem 8.75rem .6875rem 9.375rem;
  background: #50b4d0;
}

.headerWrapper {
  max-width: 990px;
  margin: 0 auto;
}

.ndds-header .logo {
  display: inline-block;
}

.logo-ndds img {
  max-width: 10.6875rem;
  width: 100%;
}

.logo-stpi {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
}

.logo-stpi img {
  max-width: 17.8125rem;
  width: 100%;
}
/**
@media screen and (max-width: 640px) {
  .ndds-header {
    padding: 13px 10px;
  }
  .ndds-header .logo {
    /*padding: 0;*/ /**
  }
  .logo-ndds {
    padding: 0 5px 0 0;
  }
  .logo-stpi {
    padding: 9px 0 9px 5px;
  }
}
*/
/**
@media screen and (max-width: 414px) {
  .logo-ndds {
    max-width: 7.8125rem;
  }
  .logo-stpi {
    margin-left: auto;
    max-width: 100%;
    width: calc(100% - 7.8125rem);
  }
}
*/
.navbar {
  padding: 8px 10px;
  background: #797979;
}

.nav-item:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.navbar-nav .nav-link {
  color: #fff;
  padding: 0 24px;
}

.nav-link i {
  font-size: 20px;
  margin-right: 6px;
}

@media screen and (min-width: 319px) {
  .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .navbar-collapse {
    max-width: 990px;
    width: 100%;
    margin: 0 auto;
  }
  .nav-left, .nav-right {
    display: flex;
    flex-direction: row;
  }
  .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
  .nav-item:last-of-type .nav-link {
    padding-right: 0;
  }
}

/**
@media screen and (max-width: 640px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .nav-left {
    margin-bottom: 10px;
  }
}
*/
/**
@media screen and (max-width: 414px) {
  .navbar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-nav .nav-link {
    font-size: .875rem;
    padding: 0 20px;
  }
}
*/

/* main */
.index-main {
  background: #fff;
}
.index-main .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.main-wrapper {
  max-width: 65.625rem;
  width: 100%;
  margin: 0 auto;
}

.index-main {
  padding: 2.6875rem 0 5.125rem;
}

.main-left {
  max-width: 41.25rem;
}

.main-right {
  max-width: 20rem;
}

.service-group:not(:last-child) {
  margin-bottom: 1.5rem;
}

.service-group h2 {
  font-weight: bold;
  color: #50b4d0;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.service-group h2::before {
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 46px;
  height: 46px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon@2x.png);
  background-size: 92px;
  margin-right: 6px;
}

.service-group h2 span {
  font-size: .875rem;
  font-weight: normal;
  margin-left: 1rem;
}

.service-group h3 {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.service-group h3 span {
  margin-left: .875rem;
  font-size: .875rem;
}


/* .index-search */

.index-search h2::before {
  background-position: 0 0;
}

.index-search h3::before {
  vertical-align: middle;
  display: inline-block;
  content: '';
  width: 30px;
  height: 30px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon@2x.png);
  background-size: 60px;
  background-position: 0 60px;
  margin-right: 12px;
  text-align: right;
}

.search-main {
  margin-top: 1.0rem;
}

.search-row:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.search-row a {
  padding: .5rem 0;
  display: block;
  color: #000;
}

.search-row a span {
  font-size: .875rem;
  margin-left: .875rem;
}

.search-row a:hover, .search-row a:focus, .search-row a:active {
  font-weight: bold;
}


/* .index-stpi */

.index-stpi h2::before {
  background-position: 0 -46px;
}

.stpi-main {
  margin-top: 1.0rem;
  display: flex;
  justify-content: space-between;
}

.stpi-main .item {
  display: block;
  max-width: 12.625rem;
}


/*.index-userGuide*/

.index-userGuide h2::before {
  background-position: 0 -92px;
}

.userGuide-main {
  margin-top: 1.0rem;
}

.userGuide-main .item {
  display: inline-block;
  color: #000;
  width: 13.75rem;
}

.userGuide-main .item:not(:last-child) {
  margin-right: 3rem;
}

.userGuide-main .item span {
  font-size: .875rem;
  margin-left: .875rem;
}

.userGuide-main .item:hover, .userGuide-main .item:focus, .userGuide-main .item:active {
  font-weight: bold;
}


/*login*/

.login {
  background: #f1f1f1;
  padding: 0.6rem 1.25rem 1.25rem 1.25rem;
}

.login-wrapper {
  font-size: .875rem;
}

.login h2 {
  text-align: center;
}

.login h2::before {
  width: 30px;
  height: 30px;
  background-size: 60px;
  background-position: 30px -90px;
}

.login form {
  margin-top: 1.25rem;
}

.form-set .form-control {
  border-radius: 0;
  border-color: #666;
}

.form-set .form-group {
  margin-bottom: 10px;
}

.form-set input[type="text"], .form-set input[type="password"] {
  font-size: .875rem;
  padding-top: .22rem;
  padding-bottom: .22rem;
}

#loginBtn {
  margin-top: 10px;
  border-radius: 16px;
  width: 100%;
  height: 2rem;
  font-size: .9375rem;
}

.action-btns {
  text-align: center;
  margin-top: 1.25rem;
}

.login-action:first-child {
  margin-right: 1.125rem;
}

.login-action {
  display: inline-block;
}

.login-action a {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100%;
  display: block;
  text-align: center;
  padding-top: 18px;
}

.login-action a span {
  font-size: .75rem;
  display: inline-block;
}

.action-links {
  margin-top: 1.25rem;
}

.action-links .link {
  display: block;
  color: #016193;
  text-align: center;
}

.action-links .link:hover, .action-links .link:active, .action-links .link:focus {
  color: #0090db;
}

.action-links .link:not(:last-child) {
  margin-bottom: .875rem;
}

.action-links .link span {
  margin-left: .625rem;
}

.login.service-group {
  margin-bottom: 1.25rem;
}


/* .index-announce */

.index-announce {}

.index-announce h2, .index-announce h3 {
  color: #ff622d;
}

.index-announce h2::before {
  background-position: 0 -138px;
}

.index-announce h3 {
  display: inline-block;
  font-size: .9375rem;
  margin-bottom: 6px;
}

.index-announce h3 span {
  font-size: .75rem;
  margin-left: 0;
}

.announce-group i {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon@2x.png);
  background-size: 64px;
  background-position: 0 -97px;
  vertical-align: text-bottom;
  margin-right: 8px;
}

.more_btn {
  background: #ff622d;
  color: white;
  font-size: .75rem;
  width: 3.75rem;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  margin-left: 1.5rem;
}

.more_btn:hover, .more_btn:focus {
  background: #c94012;
  color: white;
}

.announce-group:not(:last-child) {
  margin-bottom: 1.25rem;
}

.announce-list {
  margin-left: 3.25rem;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_AnnBG@2x.png) no-repeat;
  font-size: .875rem;
}

.announce-list:not(:last-child) {
  margin-bottom: .625rem;
}

.announce-list a {
  display: block;
  padding: 6px 14px;
  margin-left: 27px;
  color: initial;
}

.announce-list .date, .announce-list .location {
  color: #000;
}

.announce-list .title, .announce-list .more {
  color: #000;
}

.announce-list .title:hover, .announce-list .title:focus, .announce-list .title:active {
  font-weight: 900;
}

.announce-list .location {
  margin-top: 8px;
}

.announce-list .title {
  margin: 8px 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


/* .related-links */

.related-links {
  background: #f1f1f1;
  padding: 2.0rem 0;
}

.related-wrapper {
  max-width: 63.125rem;
  margin: 0 auto;
}

.related-group h2 {
  font-size: .9375rem;
  color: #016193;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
}

.related-group h2 span {
  font-size: .75rem;
  margin-top: 3px;
  font-weight: normal;
}

.related-group i {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon@2x.png);
  background-size: 92px;
  vertical-align: bottom;
  margin-right: 10px;
}

.related-group.lib i {
  background-position: 46px 0;
}

.related-group.world i {
  background-position: 46px -92px;
}

.related-group.taiwan i {
  background-position: 46px -46px;
  transform: rotate(-45deg);
}

.related-group .links {
  margin-top: 1.0rem;
}

.related-group .link {
  display: block;
  color: #000;
  font-size: .875rem;
}

.related-group .link:hover, .related-group .link:focus, .related-group .link:active {
  color: #0090db;
}

.related-group .link:not(:last-child) {
  margin-bottom: 0.5rem;
}

.related-group .link span {
  color: #797979;
  font-size: .75rem;
  line-height: .875rem;
}

.related-group .link span:hover, .related-group .link span:focus, .related-group .link span:active {
  color: #a2a2a2;
}

footer {
  background: #535353;
  padding: 1.875rem 0 1.75rem;
}

.footer-wrapper {
  max-width: 63.25rem;
  margin: 0 auto;
}

.footer-info span {
  font-size: .9375rem;
  color: #fff;
}

.footer-info span:not(:last-child) {
  margin-right: 7px;
}

.footer-logo {
  margin-top: 1.375rem;
  max-width: 9.375rem;
}

footer .navbar-nav {
  display: none;
}

/**
@media screen and (max-width: 991px) {
  nav .navbar-nav .nav-link {
    padding-left: 0;
  }
  .nav-left {
    margin-bottom: 0;
  }
  .service-group:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .service-group h2 {
    text-align: center;
  }
  .service-group h2 span {
    display: none;
  }
  .service-group h2::before {
    width: 28px;
    height: 28px;
    background-size: 56px;
  }
  .index-stpi h2::before {
    background-position: 0 -28px;
  }
  .index-userGuide h2::before {
    background-position: 0 -56px;
  }
  /*slide toggle arrow*/ /**
  .login .tab, .index-announce .tab {
    position: relative;
  }
  .login .tab i, .index-announce .tab i {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon@2x.png);
    background-size: 40px;
  }
  .login .tab i {
    background-position: -20px -80px;
  }
  .index-announce .tab i {
    background-position: 0 -100px;
  }
  .login .tab.active i {
    transform: rotate(180deg) translateY(50%);
  }
  .login h2.tab, .index-announce h2.tab {
    cursor: pointer;
    font-size: 1.125rem;
  }
  .login h2.tab::before, .index-announce h2.tab::before {
    width: 24px;
    height: 24px;
    background-size: 48px;
  }
  .login h2.tab::before {
    background-position: 24px -72px;
  }
  .index-announce h2.tab::before {
    background-position: 0 -72px;
  }
  .login h2.tab span, .index-announce h2.tab span {
    margin-left: 10px;
    display: inline-block!important;
  }
  /*slide toggle arrow END*/ /**
  .index-main {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
  .index-main .row {
    flex-direction: column;
  }
  .main-left {
    margin: 0 auto;
  }
  .main-right {
    order: -1;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .login {
    padding: 0;
  }
  .login h2.hidden-lg-up {
    padding: 13px 0;
  }
  .login-wrapper {
    max-width: 18.75rem;
    padding: 1.25rem;
    margin: 0 auto;
    display: none;
  }
  .login form {
    margin-top: 0;
  }
  .login.service-group {
    margin-bottom: 2px;
  }
  .action-btns {
    margin-top: 1.5rem;
  }
  .index-announce {
    background: #f1f1f1;
    margin-top: 0;
  }
  .index-announce h2 {
    width: 100%;
    text-align: center;
    padding: 13px 0;
  }
  .index-announce h3 {
    margin-bottom: 1rem;
  }
  .announce-wrapper {
    max-width: 18.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 1.375rem 0 1rem;
    display: none;
  }
  .announce-group {
    padding: 0 12px;
    margin-left: auto;
    margin-right: auto;
  }
  .announce-group:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .announce-group i {
    display: none;
  }
  .more_btn {
    float: right;
  }
  .announce-list {
    margin-left: 0;
  }
  .index-search {
    padding-top: 1.875rem;
  }
  .search-main h3, .search-row a span {
    display: none;
  }
  .search-row a {
    font-size: .9375rem;
    padding: .5rem .8125rem;
  }
  .stpi-main {
    flex-direction: column;
    align-items: center;
  }
  .stpi-main .item {
    max-width: 16.5rem;
    margin: auto;
    margin-top: 10px;
  }
  .userGuide-main .item {
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .userGuide-main .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
  .userGuide-main .item span {
    display: none;
  }
  .related-links {
    padding: 2.125rem 0 2.625rem;
  }
  .related-group:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .related-group .title, .related-group .links {
    text-align: center;
  }
  .related-group .links {
    margin-top: 1.5rem;
  }
  .related-group .link:not(:last-child) {
    margin-bottom: .75rem;
  }
  .related-group .link span {
    display: none;
  }
  .related-group h2 {
    text-align: left;
  }
  .footer-wrapper {
    padding: 0 1.25rem;
  }
  .footer-info span {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }
  .footer-info span:not(:last-child) {
    margin-right: 0;
  }
  .footer-logo {
    margin: 0 auto;
  }
  footer .navbar-nav {
    display: block;
    margin-top: 1rem;
  }
  footer .nav-left {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .nav-item:not(:last-of-type) {
    border-right: 0;
  }
  footer .navbar-nav .nav-link {
    display: block;
    text-align: center;
    padding: 0;
  }
  footer .nav-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
*/

/*** signup 申請讀者帳號 ***/

.signup {
  padding: 5rem 0;
  color: #000;
  font-size: .9375rem;
}

.signup-wrapper {
  max-width: 53.75rem;
  margin: 0 auto;
}

h1, .h1 {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
}

.hero .warning {
  color: #797979;
  margin: 2.125rem auto 0;
  max-width: 24.375rem;
  width: 100%;
  padding-left: 2.5625rem;
}

.warning span {
  color: #fff;
  background: #db0000;
}

.signup form {
  margin-top: 2.875rem;
}
.signup form .form-group {
  padding: 6px 20px;
  margin-bottom: 0;
}

.signup form .form-group:nth-child(odd) {
  background: #fafafa;
}

.signup form .form-group:nth-child(even) {
  background: #f3f3f3;
}

.require {
  color: #db0000;
}


/**/
.form-control {
  border-color: #a2a2a2;
}
.fformat .form-group label {
  padding: 0 1rem 0 0;
}

.fformat .form-group input, .fformat .form-group textarea {
  width: 100%;
  max-width: 368px;
}

.fformat .form-group textarea {
  border-radius: 0;
  resize: none;
}

.fformat select.form-control:not([size]):not([multiple]) {
  border-radius: 0;
  max-height: 28px;
  line-height: normal;
  padding: 1px 0;
  max-width: 257px;
  width: 100%;
}

.point {
  font-size: .9375rem;
  color: #797979;
}

.title-en {
  font-size: 12px;
}

.linelink {
  text-decoration: underline;
  color: #0042ff;
  font-size: .9375rem;
}

.captcha {
  margin: 2.25rem 0;
}

.captcha label {
  font-size: 1rem;
  margin-right: 10px;
}

.captcha input {
  max-width: 258px;
  width: 100%;
  margin-right: 10px;
}

.warning {
  font-size: .9375rem;
  line-height: 1.875rem;
}

.warning .require {
  background: transparent;
  color: #db0000;
}

.signup .action {
  margin-top: 2.75rem;
}

.signup input[type="submit"], .signup input[type="reset"], .f-btn {
  border-radius: 8px;
  text-align: center;
  width: 150px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  display: inline-block;
}
.signup input[type="submit"]:hover,
.signup input[type="submit"]:focus,
.signup input[type="reset"]:hover,
.signup input[type="reset"]:focus,
.f-btn:hover,
.f-btn:focus {
  color: #fff;
}

.signup input[type="submit"], .btn-confirm {
  background: #ff8f2c;
  margin-right: 38px;
}

.signup input[type="reset"], .btn-close {
  background: #797979;
}

/* searchbox */
.searchbox {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #a2a2a2;
  max-width: 485px;
  width: 100%;
  height: 28px;
  background: #fff;
}
.searchbox input[type='text'] {
  border: 0;
  max-width: 360px;
  width: 100%;
}
.searchbox a[class*="btn-"] {
  text-decoration: none;
  color: #333;
}
.searchbox a[class*="btn-"]::before,
.searchbox .searchbtn i {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180327174338/https://ndds.stpi.narl.org.tw/images/NDDS_icon2.png) 0px -80px;
  background-size: 40px;
  margin: 0 0.1rem;
  vertical-align: middle;
}
.searchbox a.btn-delete::before {
  background-position: 20px 0;
}
.searchbox .searchbtn {
  display: inline-block;
  position: absolute;
  right: 0;
}
.searchbox .searchbtn .btn-search {
  background: transparent;
  padding-left: 0;
}
/* searchbox END */

/* modal */
.modal.show .modal-dialog {
  top: 30%;
  transform: translateY(-30%);
}
button.close {
  text-shadow: none;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 5px;
}
.modal .inner .form-item {
  width: 100%;
  border: 0;
  letter-spacing: normal;
  text-align: center;
}
.modal .inner .form-item {
  margin-top: 1.25rem;
}
.modal .searchbox,
.modal .point,
.modal .list {
  max-width: calc(100% - 110px);
  width: 100%;
  margin: 0 auto;
}
.modal .point {
  text-align: left;
}
.modal .searchbox input[type='text'] {
  max-width: 329px;
}
.modal .list {
  margin-top: 2.125rem;
  max-height: 18.3125rem;
  overflow-y: scroll;
  border: 1px solid #a2a2a2;
  padding: 11px;
}
.modal .list .form-item {
  width: 100%;
  letter-spacing: normal;
  padding: .3125rem;
  text-align: left;
  color: #000;
  font-size: .8125rem;
  margin-top: 0;
}
.modal .list .form-item em {
  color: #db0000;
  font-style: normal;
}
.libSearch {
  text-align: center;
  margin-top: 1.25rem;
}
.f-btn {
  width: 80px;
  height: 34px;
  line-height: 34px;
}
.libSearch .f-btn:first-child {
  margin-right: 18px;
}
/* modal: search-pop */

/* modal: search-pop */

@media screen and (min-width: 40em) {
  #search-pop .modal-dialog {
    width: 50%;
    max-width: 56.25rem;
  }
}

#search-pop .modal-title {
  color: #000;
  font-size: 1.5625rem;
 /* line-height: 3.125rem; **/
  text-align: center;
}

.blank .modal-body {
  padding: 2.5rem 1.25rem 1.25rem .625rem;
}

.modal .inner .form-item {
  border: 0;
  letter-spacing: normal;
  text-align: center;
}

.modal .inner .form-item input[type="text"] {
  width: auto;
  width: 360px;
  display: inline-block;
}

.modal .button {
  display: inline-block;
  background: #ff6d3d;
}

.modal .inner .form-item .button {
  margin: 0 .3125rem;
  padding: 0.4375rem .9375rem;
}

.modal .keywordBtn {
  background: #006192;
}

.modal .bottom {
  margin-top: 1.25rem;
  text-align: center;
}

.button.hollow {
  background-color: transparent;
  border: 1px solid #ff6d3d;
  color: #ff6d3d;
}

.modal .list {
  width: 450px;
  margin: auto;
  text-align: left;
  border-top: 1px dotted #999;
  padding-top: .625rem;
  margin-top: .625rem;
}

.modal .list .form-item {
  width: 100%;
  letter-spacing: normal;
  padding: .3125rem;
  text-align: left;
  color: #000;
  font-size: .8125rem;
}

.modal .list .form-item em {
  color: #f33;
  line-height: 160%;
  font-style: normal;
}

/* modal END */

/*** forgot ***/
.forgot {
  padding: 180px 0;
  min-height: calc(100vh - 274px);
}
.forgot-wrapper {
  padding: 1.875rem;
  max-width: 36.25rem;
  margin: 0 auto;
}
#forgot-form .search-bar {
  padding: 0 10px;
  margin: 2.75rem 0 3.28128rem;
}
#forgot-form .search-bar label {
  padding-right: 5px;
}
#forgot-form .searchbox {
  width: calc(100% - 42px);
  position: relative;
}

/*** lirbrary_signup ***/
.new-signup {
  padding: 2rem 0 3.625rem;
  color: #000;
}
.newsignup-wrapper {
  max-width: 46.75rem;
  width: 100%;
  margin: 0 auto;
}
.new-signup .list {
  list-style: decimal;
  padding-left: 15px;
}

.fformat .form-group .form-check-label {
  padding-left: 1.25rem;
  padding-right: 0;
}
.fformat .form-group input.form-check-input {
  width: auto;
  vertical-align: initial;
}

.new-signup .sec {
  padding: 2.5rem 0;
}
.new-signup .sec:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.new-signup .sec:last-child {
  padding-bottom: 0;
}
.new-signup .h1 {
  margin-bottom: 2.5rem;
}
.check-exist {
  background: #edf7fa;
  max-width: 37.5rem;
  margin: 0 auto 1.25rem;
  padding: .875rem 1rem 1.5625rem;
}
.check-exist .subtitle {
  color: #000;
  margin-bottom: .875rem;
}
.check-exist .searchbox {
  margin-bottom: .875rem;
}
#superLibrarianForm .form-group {
  padding-left: 3.25rem;
}

@media screen and (min-width: 641px) {
  #superLibrarianForm {
    padding: 0 2.75rem;
  }
}
.page-anchor {
  padding: 8px 10px;
  margin-top: 1.5rem;
}
.page-anchor .nav-link {
  color: #797979;
}
.page-anchor .nav-item:not(:last-of-type) {
  border-right: 2px solid #797979;
}

/*** unino_signup ***/
#applyLeague .searchbox,
#applyLeague .form-group input,
#applyLeague .form-group textarea {
  max-width: 418px;
}
#applyLeague .searchbox input[type='text'] {
  max-width: 298px;
}
#applyLeague .form-group {
  padding-left: 40px;
}
#applyLeague .form-group label {
  padding-right: 0;
}
#applyLeague .form-group label.sublabel {
  padding-left: 20px;
}
#bookFeeDiv, #copyFeeDiv {
  display: none;
}

/*** system_intergration ***/
.system {
  padding: 4.25rem 0 6.875rem;
  min-height: calc(100vh - 274px);
}
.system-wrapper {
  max-width: 48.125rem;
  margin: 0 auto;
}
.system ul {
  margin-top: 2.5rem;
  list-style: decimal;
}

/* Lib Announcements add tab */
.index-announce .annTab.nav-tabs {
  margin: 1.125rem 0 1.125rem 3.25rem;
}
.annTab.nav-tabs {
  border-bottom: 0;
}
.annTab .nav-item,
.annTab .nav-item:not(:last-of-type) {
  border: 2px solid #ff622d;
}
.annTab .nav-item {
  width: 5rem;
  text-align: center;
}
.annTab .nav-link {
  font-size: .875rem;
  color: #797979;
  border-radius: 0;
  padding: 0 0;
}
.annTab .nav-link.active {
  color: #fff;
  background: #ff622d;
  border-color: #ff622d;
}
/**
@media screen and (max-width: 991px){
  .index-announce .annTab.nav-tabs {
    margin-left: 0;
    margin-top: 0;
  }
}
*/
/* Lib Announcements add tab */


.footer-second {
	margin-top: 26px;
	color: #a7a6a6;
	float:right;
}
.footer-second span{
	float:right;
	margin-right: 5px;
}

/* Fixed nav layout on IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar-nav, .nav-left, .nav-right, .nav-left * ,.nav-right * {
    display: inline-block;
  }
  .nav-right {
    float: right;
  }
}
/* Fixed nav layout on IE END*/






/*
     FILE ARCHIVED ON 17:43:38 三月 27, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 12:01:24 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
