@charset "UTF-8";

/*加入新字型*/
@font-face {
   font-family: 'dfwawa';
   src: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/font-dfwawa/WT034.TTF") format("TrueType");
   font-weight: normal;
   font-style: normal;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
* {
  margin: 0;
}

html {
  color: #4A4A4A;
  font-size: 1em;
  line-height: 1em;
  font-family: Heiti TC, "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體", Arial;
  -webkit-text-size-adjust: 100%!important;
  -ms-text-size-adjust: 100%!important;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 0.063em;
  border: 0;
  border-top: 0.063em solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* sticky footer */
html, body {
  /*height: 100%;*/
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*:focus {
  border-width: 0.15em!important;
  border-style: dashed!important;
  border-color: #FFAC55!important;
}

/* Theme alert */
.alert {
  -moz-border-radius: 0.375em;
  -webkit-border-radius: 0.375em;
  border-radius: 0.375em;
  padding: 1.25em 0.625em;
  margin: 0.625em;
  line-height: 1.375em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.063em solid transparent;
}
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* Theme Buttons */
.btn,
.btn:after {
  border-radius: 0.375em;
  background: #00D0B8;
  text-decoration: none;
  color: #fff;
  padding: 0.625em 0.75em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.btn:hover {
  color: #fff;
  text-decoration:underline!important;
}
.btn.btn-news {
  width: 7.125em;
  /*width: auto;*/
  height: 1.875em;
  line-height: 1.875em;
  color: black!important;
  border-radius: 1em;
  display: inline-block;
  text-align: center;
  z-index: 100;
  position: relative;
  padding: 0 0.25em;
  background: #00D0B8!important;
}
.btn.btn-news:hover {
  text-decoration:underline!important;
  background-color: #d0b800!important;
}
.btn.btn-news:focus {
  text-decoration:underline!important;
  background-color: #d0b800!important;
}
/*
 * Theme no data
 * winwu: maybe we can control display by JavaScript?! <-- can remove this comment
 */
.no-data {
  display: none;
  position: relative;
  text-align: center;
  font-size: 1.25em;
  clear: both;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.no-data .no-data-icon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/no_data_logo.png?v=2");
  background-repeat: no-repeat;
  width: 9.313em;
  height: 9.313em;
  display: inline-block;
}
.no-data .no-data-content {
  display: inline-block;
  height: 9.313em;
  line-height: 9.313em;
  vertical-align: top;
}

/* Spinkit START */
.spinner {
  margin-left: -1.563em;
  width: 3.125em;
  height: 1.875em;
  text-align: center;
  font-size: 0.625em;
  position: absolute;
  left: 50%;
  z-index: 100;
  top: 50%;
  margin-top: -0.938em;
}
.spinner > div {
  background-color: #9EDCCD;
  height: 100%;
  width: 0.375em;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* spinkit END */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.063em;
  margin: -0.063em;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.063em;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.news-label-color-0 {
  background: red;
}

.news-label-color-1 {
  background: #58AACF;
}

.news-label-color-2 {
  background: #6BBEA4;
}

.news-label-color-3 {
  background: #8DB551;
}

.news-label-color-4 {
  background: #DB8B08;
}

.news-label-color-5 {
  background: #E2C2A6;
}

.row {
  /*min-width: 60em;*/
  margin: 0 auto;
}

.white-radius-background {
  background: #fff;
  border-radius: 0.25em;
}

#container {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -3.375em;
  /*min-width: 60em;*/
}
#container:after {
  content: "";
  display: block;
}

.site-footer, #container:after {
  height: 3.375em;
}

/* 搜尋 form */
.main-form-wrap {
  margin: 0 auto;
}
.main-form-wrap .title {
  font-size: 1.875em;
  line-height: 1.938em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0.063em 0.188em #000000;
  padding-top: 4.125em;
  padding-bottom: 0.375em;
  max-width: 43.875em;
  margin: 0 auto;
}
.main-form-wrap .title.advance-search-open {
  padding-top: 1.875em;
}
.main-form-wrap .title img {
  width: 100%;
  max-width: 100%;
}
.main-form-wrap .srarch-wrap .basic-search-wrap, .main-form-wrap .srarch-wrap .advance-search-wrap {
  width: 48.375em;
  text-align: left;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.main-form-wrap .basic-search-wrap {
  padding-bottom: 0.375em;
}
.main-form-wrap .basic-search-wrap select[name=school] {
  width: 30.125em;
}
.main-form-wrap .basic-search-wrap .select2-container {
  width: 30.125em !important;
  height: 3.375em;
  line-height: 3.375em;
  margin-right: 0.25em;
}
.main-form-wrap .basic-search-wrap .select2-container .select2-selection--single .select2-selection__rendered, .main-form-wrap .basic-search-wrap .select2-container .select2-choice {
  /*border: 0.063em solid #00D0B8;*/
  color: #444;
  border-radius: 0.188em;
  height: 3.375em;
  line-height: 3.375em;
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #EDFF9F;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.main-form-wrap .search-frm select,
.main-form-wrap .basic-search-wrap .search-frm input[type="text"] {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 3.375em;
  line-height: 3.375em;
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.main-form-wrap .srarch-wrap {
  text-align: center;
  /*margin-top: 3.75em;*/
}
.main-form-wrap .srarch-wrap .advance-search-wrap {
  padding: 0 1.25em 0.625em 1.25em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.25em;
  display: none;
  /*default, will open by js */
}
.main-form-wrap .advance-search-wrap .search-frm {
  text-align: center;
}
.main-form-wrap .search-frm-background {
  text-align: left;
  /*background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/search-frm-bg.png");*/
  background-repeat: repeat-x;
  padding-bottom: 0.875em;
  height: 23.75em;
  position: relative;
}
.main-form-wrap .search-frm-background .visitors{ 
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  max-width: 43.875em;
  margin: 0 auto;
  position: absolute;
  left: 0em;
  right: 0em;
  bottom: 0.625em;
}
.main-form-wrap .search-frm-background .visitors .line{ 
  height: 0em;
  border: 0.063em solid #000;
  -webkit-flex: 1 1 6.25em;
      -ms-flex: 1 1 6.25em;
          flex: 1 1 6.25em;
}
.main-form-wrap .search-frm-background .visitors .text{
  text-align: center;
  flex: 2 1 6.25em;
}
.main-form-wrap .search-frm .search-frm-block {
  padding: 0.625em 0em;
  font-size: 1.125em;
  text-align: left;
}
.main-form-wrap .search-frm .search-frm-block label {
  width: 5.5em;
  display: inline-block;
}

.select2-container {
  margin-right: 1.25em;
}
.select2-container .select2-selection--single {
  -webkit-appearance: none;
  height: 2.375em;
  border: none;
  outline: none;
  background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-choice .select2-arrow {
  display: none;
}

.advance-search-wrap .select2-container .select2-selection--single .select2-selection__rendered, .advance-search-wrap .select2-container .select2-choice {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.advance-search-wrap .main-form-wrap .search-frm select, .advance-search-wrap .search-frm input[type="text"] {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}

.main-form-wrap .search-frm input[type="text"] {
  border-radius: 0.188em;
  width: 11.875em;
}
.main-form-wrap .search-frm button[type="submit"] {
  width: auto;
  height: 2.375em;
  margin: 0 auto;
  color: black;
  border: none;
  /*background: #00D0B8;*/
  background: #E2C2A6;
  -pie-background: #7FCFB5;
  border-radius: 0.375em;
  outline: 0;
  padding: 0 1.25em;
  opacity: 0.9;
}

.btn.btn-show-advance-search {
  font-family: dfwawa;
  width: 5.5em;
  height: 2.375em;
  margin: 0 auto;
  color: black;
  border: none;
  /*background: #00D0B8;*/
  background: #E2C2A6;
  -pie-background: #7FCFB5;
  border-radius: 0.375em;
  outline: 0;
  padding: 0 0.75em;
  display: inline-block;
  line-height: 2.375em;
  text-align: center;
  font-size: 1.5em;
  opacity: 0.9;
}

.btn.btn-show-advance-search:hover {
  background: #c2a6e2;
}

.btn.btn-show-advance-search:focus {
  background: #c2a6e2;
  width: 5.6em;
}

.main-form-wrap .search-frm .basic-search-wrap button[type="submit"] {
  width: 4.85em;
  margin-right: 0.125em;
  font-family: dfwawa;
  font-size: 1.5em;
}

.main-form-wrap .search-frm .basic-search-wrap button[type="submit"]:hover {
  background-color: #c2a6e2;
  color: black;
  text-decoration: underline;
}

.main-form-wrap .search-frm .basic-search-wrap button[type="submit"]:focus {
  background-color: #c2a6e2;
  color: black;
  text-decoration: underline;
}

.main-form-wrap .advance-search button[type="submit"] {
  width: 9.375em;
  height: 2.5em;
  background: #7FCFB5;
  -pie-background: #7FCFB5;
}

.select2-results__option {
  text-indent: 0.625em;
}

/* .main-header START */
.header-like-btn, .main-header .main-header-menu .login-form input[type="submit"],
.header-like-btn, .main-header-menu .login-form input[type="submit"] {
  background: #00D0B8;
  border: none;
  color: #fff;
  border-radius: 0.25em;
  padding: 0.625em;
  display: block;
  width: 9.375em;
  height: 2.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.main-header {
  /*background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/header-bg.png");*/
  background-size: 100%;
  background-repeat: repeat-x;
  min-height: 4.875em;
  display: table;
  width: 100%;
  border-bottom: 0.063em solid #EAEAEA;
  /*min-width: 65.625em;*/
}
.main-header h1 {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.875em;
  width: 31.25em;
}
.main-header .main-header-title {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #6BBEA4;
  text-decoration: none;
  margin: 0;
  font-weight: normal;
}
.main-header .main-header-item {
  float: right;
  height: 4.875em;
  line-height: 4.875em;
  margin-right: 2em;
  position: relative;
}
.main-header .main-header-item.main-header-history .fa-caret-down {
  display: inline;
}
.main-header .main-header-item.main-header-history .fa-caret-up {
  display: none;
}
.main-header .main-header-item.main-header-history ul {
  display: none;
  background: rgba(255, 255, 255, 0.85);
  width: 17.5em;
  position: absolute;
  left: -0.625em;
  z-index: 140;
}
.main-header .main-header-item.main-header-history ul li {
  margin: 0;
  display: block;
  border-bottom: 0.063em solid #fff;
}
.main-header .main-header-item.main-header-history ul li a {
  line-height: 1.563em;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #4A4A4A;
  box-sizing: border-box;
  padding: 0.5em 0.625em;
}
.main-header .main-header-item.main-header-history ul li a:hover {
  background: #fff;
}
.main-header .main-header-item.main-header-history.active .fa-caret-down {
  display: none;
}
.main-header .main-header-item.main-header-history.active .fa-caret-up {
  display: inline;
}
.main-header .main-header-item.main-header-history.active ul {
  display: block;
}
.main-header .main-header-menu,
.main-header-menu {
  float: right;
  width: 15.625em;
}
.main-header .main-header-menu ul,
.main-header-menu ul {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.main-header .main-header-menu ul li,
.main-header-menu ul li {
  display: inline-block;
  float: right;
  position: relative;
  background: transparent;
}
.main-header .main-header-menu ul li a,
.main-header-menu ul li a {
  display: block;
  text-decoration: none;
  color: #4A4A4A;
  font-size: 1.125em;
  padding: 1.875em 1.375em;
  text-align: center;
  border-left: 0.063em solid #EAEAEA;
  margin-left: -0.063em;
}
.main-header .main-header-menu ul li a .fa-caret-down,
.main-header-menu ul li a .fa-caret-down {
  display: inline;
}
.main-header .main-header-menu ul li a .fa-caret-up,
.main-header-menu ul li a .fa-caret-up {
  display: none;
}
.main-header .main-header-menu ul li a:hover {
  /* already remove background */
}
.main-header .main-header-menu ul li.active {
  /* already remove background */
}
.main-header .main-header-menu ul li.active .fa-caret-down,
.main-header-menu ul li.active .fa-caret-down {
  display: none;
}
.main-header .main-header-menu ul li.active .fa-caret-up,
.main-header-menu ul li.active .fa-caret-up {
  display: inline;
}

.main-header .main-header-menu ul li.manager-page,
.main-header-menu ul li.manager-page {
  display: none;
}
.main-header .main-header-menu .login-form,
.main-header-menu .login-form {
  display: none;
  position: absolute;
  top: 100%;
  background: rgba(255, 255, 255, 0.85);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4cffffff', endColorstr='#4cffffff');
  /* IE */
  padding: 1.125em 0;
  font-size: 0.875em;
  width: 16.938em;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 200;
}
.main-header .main-header-menu .login-form a,
.main-header-menu .login-form a {
  display: block;
  height: auto;
  padding: 0;
  width: 100%;
  clear: both;
  margin: 0.625em auto 0 auto;
  float: left;
  font-size: 0.875em;
  cursor: pointer;
}
.main-header .main-header-menu .login-form a.forget-pwd,
.main-header-menu .login-form a.forget-pwd {
  text-align: center;
  margin-top: 0.625em;
  color: #6BBEA4;
}
.main-header .main-header-menu .authorities-login .login-form,
.main-header-menu .authorities-login .login-form {
  left: 0;
}
.main-header .main-header-menu .login-form.active,
.main-header-menu .login-form.active {
  display: block;
}
.main-header .main-header-menu .login-form form,
.main-header-menu .login-form form {
  margin: 0 auto;
  width: 14.313em;
}
.main-header .main-header-menu .login-form label,
.main-header-menu .login-form label {
  width: 6.25em;
  color: #6BBEA4;
  display: inline-block;
}
.main-header .main-header-menu .login-form input[type="text"], .main-header .main-header-menu .login-form input[type="password"],
.main-header-menu .login-form input[type="text"], .main-header-menu .login-form input[type="password"] {
  margin: 0.313em auto;
  display: block;
  outline: none;
  border: 0.063em solid #6BBEA4;
  text-indent: 0.625em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.25em;
  width: 14.313em;
  height: 2.5em;
  line-height: 2.5em;
  float: left;
}
.main-header .main-header-menu .login-form input[type="submit"],
.main-header-menu .login-form input[type="submit"] {
  margin-top: 0.625em;
  float: left;
  position: relative;
  left: 50%;
  margin-left: -4.688em;
}

.block-ui-form-wrap {
  position: relative;
  display: none;
  cursor: default;
}
.block-ui-form-wrap h3 {
  text-align: left;
  height: 1.875em;
  line-height: 1.875em;
  color: #7FCFB5;
  font-weight: lighter;
  margin-bottom: 0.625em;
}
.block-ui-form-wrap .block-ui-form input[type=text], .block-ui-form-wrap .block-ui-form input[type=password] {
  display: block;
  margin-right: 0;
  width: 100%;
  border-radius: 0.25em;
  margin-bottom: 0.625em;
  height: 2.375em;
  line-height: 2.375em;
  border: 0.063em solid #7FCFB5;
  padding: 0.625em 0;
  text-indent: 0.625em;
  outline: none;
}
.block-ui-form-wrap .block-ui-form input[type=submit] {
  border: none;
}
.block-ui-form-wrap .unblock-btn {
  position: absolute;
  top: -1.5em;
  right: -1.5em;
  width: 2.875em;
  height: 2.875em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/lightbox-close-iconx1.png");
}
.block-ui-form-wrap .login-fail {
  position: absolute;
  width: 100%;
  height: 14.063em;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.block-ui-form-wrap .login-fail .login-fail-icon {
  margin-top: 0.188em;
  display: block;
  margin: 0.188em auto 1.25em auto;
  width: 5.438em;
}
.block-ui-form-wrap .login-fail .fa-exclamation-triangle {
  color: #D0021B;
}
.block-ui-form-wrap .login-fail .forget-pwd-link,
.block-ui-form-wrap .login-fail .unlock-pwd-link, 
.block-ui-form-wrap .login-fail .change-pwd-link,
.block-ui-form-wrap .login-fail .cancel-change-pwd-link {
  margin-top: 1.125em;
  color: #7FCFB5;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.forget-and-reset-pwd-form {
  position: absolute;
  width: 26.875em;
  height: 17.5em;
  -webkit-padding: 1.25em 3em;
  -moz-padding: 1.25em 3em;
  -o-padding: 1.25em 3em;
  padding: 1.25em 3em;
  box-sizing: border-box;
}
.forget-and-reset-pwd-form input[type=text] {
  margin-bottom: 1.25em;
}
.forget-and-reset-pwd-form input[type=submit] {
  width: 9.375em;
  margin-top: 1.25em;
}
.forget-and-reset-pwd-form .alert {
  margin: 0;
  font-size: 0.813em;
  padding: 0;
}
.forget-and-reset-pwd-form .message {
  display: block;
  text-align: left;
}
.forget-and-reset-pwd-form .message.error .message-text {
  font-size: 0.875em;
  color: #4A4A4A;
}
.forget-and-reset-pwd-form .fa-exclamation-circle,
.forget-and-reset-pwd-form .fa-exclamation-triangle {
  color: #D0021B;
}

.backgroundsize .unblock-btn {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/lightbox-close-icon.png");
  background-size: contain;
}

/* .main-header  END */
/* Footer START */
.site-footer {
  background: #B6B6B6;
  color: #fff;
  text-indent: 0.75em;
  display: table;
  clear:both; 
  width:100%; 
  height:1.875em; 
  line-height:1.875em; 
  font-size:1em; 
  text-align:center; 
}
.site-footer .site-footer-content {
  display: table-cell;
  vertical-align: middle;
}
.site-footer .site-footer-content p {
  margin: 0;
  padding: 0.125em 0;
}
.site-footer .site-footer-content a {
  text-decoration: none;
  color: #0000ee;
}
.site-footer .site-footer-content a:hover { 
  color:#FF9933;
}

/* Footer END */
/* 複寫 datapicker START */
.ui-widget-content {
  box-shadow: 0 0.125em 0.313em rgba(0, 0, 0, 0.5);
  border-radius: 0em;
  border: none;
  background: #A0DCC9;
  padding: 0.625em;
  /*width: auto;*/
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  margin-bottom: 0.625em;
}
.ui-datepicker table thead {
  display: none;
}
.ui-datepicker td {
}
.ui-datepicker td a {
  text-align: center;
  width: 2em;
  height: 2em;
  padding: 0;
  line-height: 2em;
}
.ui-datepicker td.ui-datepicker-unselectable span {
  font-weight: normal;
  border: none;
  color: #FFFFFF;
  width: 2.125em;
  line-height: 1.688em;
  box-sizing: border-box;
  text-align: center;
}
.ui-datepicker td:nth-last-child(1) a, .ui-datepicker td:nth-last-child(2) a {
  background: #6BBEA4;
}
.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight, .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: none;
  color: #fff;
  width: 2.125em;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active, .ui-datepicker .ui-widget-header .ui-state-active {
  border: none;
  background: #F5A623;
  color: #fff;
  width: 2.125em;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #6BBEA4;
  border: none;
  height: 1.625em;
  margin: 0 0.125em;
  outline: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 40%;
}

.ui-datepicker select.ui-datepicker-month {
  margin-left: 0.625em;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/jquery-ui/images/ui-icons_rename.png");
}

/* 複寫 datapicker END */
/*首頁 CSS */
.page-wrap-container {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/banner_pgoto_new_new.png);
  /*background-repeat: no-repeat;*/
  background-repeat: round;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* The url is relative to the document, not to the css file! */
  /* Prefer absolute urls to avoid confusion. */
  min-height: 35.188em;
  /*抱歉，暫時找不到更好的方法，只好鎖高度，因為 IE 不乖... */
}

/* 複寫 search form START */
.main-form-wrap {
  width: 47.75em;
  padding-top: 3.75em;
  padding-bottom: 1.875em;
  float: none;
}
.main-form-wrap .search-frm .search-frm-block.with-border-bottom {
  border-bottom: 0.063em solid #EAEAEA;
}

/* 複寫 search form END */
/* 首頁下方介紹 menu */
.main-intro {
  width: 80%!important;
  margin: 0 auto 0 auto!important;
}
.main-intro ul {
  text-align: center;
  margin-top: 2.375em;
  margin-bottom: 4.375em;
}
.main-intro li {
  display: inline-block;
  width: 11.125em;
  margin: 0em 1.375em;
  vertical-align: top;
  text-align: center;
}
.main-intro li a {
  display: block;
  text-decoration: none;
}
.main-intro li .cover{
  width: 9.813em;
  height: 9.813em!important;
  line-height: 9.813em!important;
  background: #7FCFB5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 auto!important;
}
.main-intro li img,
.main-intro img {
  border: 0;
  margin: 0 auto;
  width: 80%;
}
.main-intro li h2 {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #7FCFB5;
  margin: 0.75em auto;
  font-weight: bolder;
}
.main-intro li p {
  font-size: 0.875em;
  color: #4A4A4A;
  line-height: 1.25em;
}

/* 首頁 news */
.main-news {
  margin: 1.875em auto 3.125em auto;
  /*width: 58.625em;*/
  width: 66%;
  /*display: none; */
}

.page-index .btn-load-more-news,
.page-index .btn-load-more-push-content {
  top: 0.625em;
  position: relative;
  left: 50%;
  margin-left: -3.75em;
  color: black;
}

.page-index .btn-load-more-news {
  background: #E2C2A6;
}
.page-index .btn-load-more-push-content {
  background: #58AACF;
}

.main-news-list, 
.main-push-content-list {
  font-size: 0.875em;
  color: #4A4A4A;
}
.main-news-list li,
.main-push-content-list li {
  vertical-align: top;
  margin: 0.625em auto;3
}
.main-news-list li a,
.main-push-content-list li a {
  text-decoration: none;
  display: block;
  line-height: 1em;
  font-size: 1em;
  color: #4A4A4A;
  background: #FAFAFA;
  box-shadow: 0em 0.063em 0.063em rgba(0, 0, 0, 0.24);
  padding: 0 0.875em 0.875em 0.875em;
}
.main-news-list li a .label,
.main-push-content-list li a .label {
  padding: 0.125em 1.375em;
  height: 1.75em;
  text-align: center;
  color: black;
  font-size: 1.5em;
  line-height: 1.75em;
  vertical-align: top;
}
.main-news-list li a .date,
.main-push-content-list li a .date {
  min-width: 5em;
  margin-right: 0.625em;
  font-size: 0.75em;
  color: #4A4A4A;
  float: right;
  text-align: right;
}
.main-news-list li a .readmore,
.main-push-content-list li a .readmore {
  color: #73CDCF;
  cursor: pointer;
  font-size: 0.75em!important;
  float: left;
  text-decoration: none;
}
.main-news-list li a .title,
.main-push-content-list li a .title {
  font-weight: lighter!important;
  line-height: 1.5em;
  margin: 0.625em auto;
  font-size: 1.250em!important;
}

.main-form-wrap .search-frm input[type="text"] {
  width: 15em;
}

/* 複寫 select2 的長度 */
.advance-search-wrap .select2-container {
  width: 15em !important;
}
.advance-search-wrap .select2-container .select2-selection--single .select2-selection__rendered, .advance-search-wrap .select2-container .select2-choice {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.advance-search-wrap .main-form-wrap .search-frm select, .advance-search-wrap .search-frm input[type="text"] {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.advance-search-wrap .input_school_type .select2-container {
  width: 15em !important;
}
.advance-search-wrap .input_school_type .select2-container .select2-selection--single .select2-selection__rendered, .advance-search-wrap .input_school_type .select2-container .select2-choice {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.advance-search-wrap .input_school_type .main-form-wrap .search-frm select, .advance-search-wrap .input_school_type .search-frm input[type="text"] {
  border: 0.063em solid #7FCFB5;
  color: #BBBBBB;
  border-radius: 0.188em;
  height: 2.375em;
  line-height: 2.375em;
  /*width: 11.875em; set width by javascript config */
  padding-right: 1.25em;
  outline: none;
  overflow: hidden;
  -webkit-appearance: none;
  text-indent: 0.625em;
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
}
.advance-search-wrap .input_school_type .select2-container .select2-selection--single {
  /*nothing todo */
}

/*# sourceMappingURL=index.css.map */

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/icon.woff2") format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.navbar {
  margin-bottom: 0;
}
.jumbotron {
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/images/1421450_35967303.jpg) no-repeat center center;
  background-size: cover;
  height: 25em;
  padding: 0;
}
.jumbotron .tagline {
  color: #fff;
  font-size: 2.625em;
  text-shadow: 0 0 0.625em #000;
}
.jumbotron .lead {
  color: #ccc;
}

.jumbotron [class*="col-"] {
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 0.063em solid rgba(86, 61, 124, 0.2);
  height: 25em;
  padding-top: 3.438em;
  padding-bottom: 3.438em;
  overflow: auto;
}

.box {
  color: #433955;
  margin-bottom: 4.375em;
  min-height: 12.5em;
  text-align: center;
}
.box img {
  /*border-top-left-radius: 0.5em;*/
  /*border-top-right-radius: 0.5em;*/
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}
.box .box-heading {
  /*max-height: 7.5em;*/
  overflow: hidden;
}
.box .box-body {
  border: 0.125em solid  #eaedf2;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  padding: 0 0.625em 1.25em 0.625em;
}

.dropdown-menu {
	font-size: 1em!important;
}

.navbar-header h1 {
	font-size: 1em;
	margin-top: 0;
}

.to-content-middle {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: -1;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}
.to-content-middle:focus {
    position: absolute;
    top: 1em;
    left: 1em;
    z-index: 99;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

@media (max-width: 78.2em) {
  .navbar-right form {
    display: none;
  }
  .panel-left {
    width: 87%!important;
  }
  .panel-right {
    width: 13%!important;
  }
  #bs-navbar-collapse-1 {
    padding-top: 4%;
    background: #e7e7e7;
    opacity: 0.7;
    width: 100%;
  }
  .location-point {
    display: none!important;
  }
  .btn.btn-news {
    font-size: 1.25em!important;
  }
}
@media (max-width: 48em) {
  .navbar-right form {
    display: none;
  }
  .panel-left {
    width: 85%!important;
  }
  .panel-right {
    width: 15%!important;
  }
  #bs-navbar-collapse-1 {
    padding-top: 6%;
    background: #e7e7e7;
    opacity: 0.7;
    width: 100%;
  }
  .main-form-wrap {
    /*width: 47.75em;*/
    width: auto;
    padding: 0;
    float: none;
  }
  .main-form-wrap .search-frm-background {
    height: 25em;
  }
  .line {
    display: none;
  }
  .main-form-wrap .title {
    padding-top: 0em!important;
  }
  .main-form-wrap .search-frm select,
  .main-form-wrap .basic-search-wrap .search-frm input[type="text"] {
    border: 0.063em solid #7FCFB5;
    color: #BBBBBB;
    border-radius: 0.188em;
    height: auto!important;
    line-height: auto!important;
    padding-right: 1.25em;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    text-indent: 0.625em;
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
  }
  .main-form-wrap .srarch-wrap .basic-search-wrap, .main-form-wrap .srarch-wrap .advance-search-wrap {
    width: 28.125em;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .main-form-wrap .basic-search-wrap .select2-container {
    width: 18.75em!important;
    height: 3.25em!important;
    line-height: 3.25em!important;
    margin-right: 0.25em;
  }
  .main-form-wrap .search-frm button[type="submit"] {
    height: 3.25em;
    padding: 0 0.625em;
  }
  .main-form-wrap .search-frm .basic-search-wrap button[type="submit"] {
    font-size: 0.875em;
    width: auto;
  }
  .btn.btn-show-advance-search {
    width: auto;
    font-size: 0.875em;
    height: 3.25em;
    padding: 0 0.625em;
    line-height: 3.25em;
  }
  .main-form-wrap .srarch-wrap {
    margin-top: 13.625em;
  }
  .main-form-wrap .basic-search-wrap .select2-container .select2-selection--single .select2-selection__rendered, .main-form-wrap .basic-search-wrap .select2-container .select2-choice {
    height: auto;
    line-height: 3.25em;
    font-size: 0.875em;
    padding-top: 0.25em;
  }
  .main-form-wrap .basic-search-wrap select[name=school] {
    width: 21.875em;
  }
  .main-form-wrap .search-frm .search-frm-block {
    /*padding: 0.625em 2em;*/
    font-size: 0.5em
  }
  .location-point {
    display: none!important;
  }
  .btn.btn-news {
    font-size: 1.05em!important;
  }
}
@media (max-width: 34em) {
  .navbar-right form {
    display: none;
  }
  .panel-left {
    width: 85%!important;
  }
  .panel-right {
    width: 15%!important;
  }
  #bs-navbar-collapse-1 {
    padding-top: 10%;
    background: #e7e7e7;
    opacity: 0.7;
    width: 100%;
  }
  .home-title {
    width:12.5em!important;
    margin-top:0.25em!important;
  }
  .main-header-menu {
    min-width: 3.125em!important;
    max-width: 3.125em!important;
  }
  .main-header-menu ul li a {
    padding: 0!important;
    /*margin-top: 1.75em!important;*/
  }
  .food-industry-login {
    line-height: 4.875em;
  }
  .page-wrap-container {
    background-repeat: round;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 9.75em;
  }
  .main-form-wrap {
    /*width: 47.75em;*/
    width: auto;
    padding: 0;
    float: none;
  }
  .main-form-wrap .search-frm-background {
    height: 12.5em;
  }
  .line {
    display: none;
  }
  .main-form-wrap .title {
    padding-top: 0em!important;
  }
  .main-form-wrap .search-frm select,
  .main-form-wrap .basic-search-wrap .search-frm input[type="text"] {
    border: 0.063em solid #7FCFB5;
    color: #BBBBBB;
    border-radius: 0.188em;
    height: auto!important;
    line-height: auto!important;
    padding-right: 1.25em;
    outline: none;
    overflow: hidden;
    -webkit-appearance: none;
    text-indent: 0.625em;
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/img/triangles.png") no-repeat 97% center #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20181220171550/https://fatraceschool.k12ea.gov.tw/frontend/css/page/boxsizing.htc");
  }
  .main-form-wrap .srarch-wrap .basic-search-wrap, .main-form-wrap .srarch-wrap .advance-search-wrap {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    text-align: center;
  }
  .main-form-wrap .basic-search-wrap .select2-container {
    width: 83%!important;
    height: 2em!important;
    line-height: auto!important;
    margin-right: 0.25em;
  }
  .main-form-wrap .search-frm button[type="submit"] {
    height: 2.625em;
    padding: 0 0.625em;
  }
  .main-form-wrap .search-frm .basic-search-wrap button[type="submit"] {
    font-size: 0.75em;
    width: auto;
    margin-top: 1em;
  }
  .btn.btn-show-advance-search {
    width: auto;
    font-size: 0.75em;
    height: 2.625em;
    padding: 0 0.625em;
    line-height: 2.625em;
    margin-top: 1em;
  }
  .main-form-wrap .srarch-wrap {
    margin-top: 1.125em;
  }
  .main-form-wrap .basic-search-wrap .select2-container .select2-selection--single .select2-selection__rendered, .main-form-wrap .basic-search-wrap .select2-container .select2-choice {
    height: auto;
    line-height: 2.625em;
    font-size: 0.75em;
  }
  .main-form-wrap .basic-search-wrap select[name=school] {
    width: auto;
  }
  #import_info_div {
    top: 3.5em!important;
    height: 2.00em!important;
    min-height: 2.00em!important;
  }
  #import_info {
    line-height: 2em!important;
  }
  .main-form-wrap .search-frm .search-frm-block {
    padding: 0.625em 6em;
  }
  .navbar-style {
    margin-top: 1em!important;
  }
  .food-industry-login {
    height: 3.35em!important;
  }
  .text-login {
    height: 3.35em!important;
  }
  .location-point {
    display: none!important;
  }
  .btn.btn-news {
    font-size: 1em!important;
  }
}
@media (max-width: 22em) {
  .home-title {
    width:10.5em!important;
    margin-top:0.25em!important;
  }
  .navbar-style {
    margin-top: 1em!important;
  }
  .food-industry-login {
    height: 3.35em!important;
  }
  .text-login {
    height: 3.35em!important;
  }
  .location-point {
    display: none!important;
  }
  .btn.btn-news {
    font-size: 0.75em!important;
  }
}
@media (max-width: 35.5em) {
  .jumbotron {
    text-align: center;
  }

  footer {
    text-align: center;
  }
}






/*
     FILE ARCHIVED ON 17:15:50 十二月 20, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 2:01:26 五月 24, 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)).
*/
