* {
  font-family: "Noto Sans TC"; }

body {
  color: #000000; }

.dd-handle > .dd-nodrag,
.dd-item > .dd-nodrag {
  color: #000000; }

.mm-menu .mm-listview > li a {
  color: #000000; }

.alert,
.mm-menu .mm-navbar a,
table th,
.swiper-container.swiper-tab-bar .swiper-slide {
  color: #757575; }

.btn-grey-o:link, .btn-grey-o:visited, .btn-grey-o.visited {
  color: #757575;
  border-color: #757575; }

.btn-grey-o:hover {
  color: #bdbdbd;
  border-color: #bdbdbd; }

.control-bar.control-bar-top {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  bottom: auto;
  top: 0px;
  text-align: left;
  z-index: 101; }

.zone-base {
  width: 1440px; }
  @media only screen and (max-width: 1339px) {
    .zone-base {
      width: 100%; } }

.ntu-main-title {
  color: #000000;
  font-size: 3rem;
  margin: 20px 20px 30px; }
  @media only screen and (max-width: 580px) {
    .ntu-main-title {
      margin: 75px 0px 30px; } }
  @media only screen and (max-width: 430px) {
    .ntu-main-title {
      margin: 50px 0px 30px; } }
  .ntu-main-title span:last-child {
    font-size: 2.6rem; }

.ntu-main-title-note {
  color: #000000;
  font-size: 2.2rem;
  margin: 0px 20px 30px; }

@media only screen and (max-width: 580px) {
  body.body-admin-main ul.forms {
    margin: 20px 0px 40px; } }

@media only screen and (max-width: 580px) {
  .p-8 {
    padding: 2rem 0 !important; } }

@media only screen and (max-width: 580px) {
  .card > * {
    padding: 25px 0; } }

.dropdown-content {
  max-height: 280px; }

ul.ntu-form {
  padding: 0 40px 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.18);
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 1.8rem;
  margin-bottom: 50px; }
  @media only screen and (max-width: 800px) {
    ul.ntu-form {
      padding: 0 20px 20px; } }
  @media only screen and (max-width: 580px) {
    ul.ntu-form {
      padding: 0 10px 20px; } }
  ul.ntu-form .input-field.inline {
    margin-left: 0; }
  ul.ntu-form input {
    border-bottom: 1px solid #979797;
    background: #ffffff; }
    ul.ntu-form input[disabled] {
      color: #000000; }
  ul.ntu-form textarea {
    background: #ffffff; }
  ul.ntu-form .title {
    font-size: 1.8rem;
    margin-bottom: 2px;
    font-weight: bold; }
  ul.ntu-form .ntu-sub-title {
    color: #000000;
    font-size: 2.4rem;
    margin-top: 20px; }
  ul.ntu-form .ntu-title {
    color: #8e645d;
    font-size: 2.1rem;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 2px; }
    ul.ntu-form .ntu-title::before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #8e645d;
      margin-right: 6px;
      display: inline-block; }
  ul.ntu-form .ntu-table-outbox {
    overflow-x: auto; }
    ul.ntu-form .ntu-table-outbox.overflow-default {
      overflow-x: initial; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar {
      height: 5px;
      background: #eeeeee;
      border-radius: 5px; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar-thumb {
      height: 5px;
      background: #666666;
      border-radius: 5px; }
    ul.ntu-form .ntu-table-outbox::-webkit-scrollbar-track {
      height: 5px;
      background: #eeeeee;
      border-radius: 5px; }
  ul.ntu-form .has-upload {
    margin-bottom: 20px !important; }
  ul.ntu-form .radio-box {
    margin-top: 0; }
  ul.ntu-form .text-value {
    border-top: 1px solid #333333;
    margin-left: 0 !important;
    margin-top: 0;
    padding-top: 18px;
    font-size: 1.8rem; }
  ul.ntu-form .download-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #8e645d; }
  ul.ntu-form .download-link {
    font-size: 1.6rem;
    color: #6e6e6e; }
    ul.ntu-form .download-link:hover {
      opacity: .8; }
  ul.ntu-form .required {
    color: #a82922;
    margin-left: 0;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.2; }
  ul.ntu-form table {
    background-color: transparent; }
    ul.ntu-form table.has-border td, ul.ntu-form table.has-border th {
      border: 1px solid #f7f7f7; }
    ul.ntu-form table tbody tr {
      background-color: transparent; }
    ul.ntu-form table th, ul.ntu-form table td {
      font-size: 1.8rem; }
      ul.ntu-form table th span:not(.required), ul.ntu-form table td span:not(.required) {
        font-size: 1.4rem; }
  ul.ntu-form [type="radio"] ~ label,
  ul.ntu-form [type="checkbox"] ~ label {
    font-size: 1.8rem; }
  ul.ntu-form .alert.transparent {
    color: #6e6e6e;
    font-size: 1.6rem; }
  ul.ntu-form .alert i {
    margin-top: 5px; }

ul.forms .title.inline ~ .alert {
  margin: 0; }

.datetimepicker-widget.dropdown-menu {
  min-width: 3; }

.message-box {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; }

.message-alert {
  width: 55%;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.75);
  border: 15px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
  padding: 2rem; }
  @media only screen and (max-width: 1179px) {
    .message-alert {
      width: 75%; } }
  @media only screen and (max-width: 800px) {
    .message-alert {
      width: 90%; } }
  .message-alert ol {
    width: 60%; }
    @media only screen and (max-width: 1339px) {
      .message-alert ol {
        width: 100%; } }
  .message-alert li {
    margin-bottom: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .message-alert li span:first-child {
      width: 180px; }
    @media only screen and (max-width: 430px) {
      .message-alert li {
        margin-bottom: .75rem;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .message-alert li span:first-child {
          width: 100%; } }

.fileuploader .fileuploader-item a[class*='btn-'].tooltip.square > i {
  font-size: 2.6rem;
  font-weight: bold; }
