﻿@charset "UTF-8";
/* 修正粗體 */
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}
@font-face {
  font-family: "eudc";
  src: url("../fonts/eudc.ttf") format("truetype");
}
* {
  font-family: Helvetica, Arial, "eudc", "LiHei Pro", "微軟正黑體修正", "微軟正黑體", "新細明體", sans-serif;
}

body {
  background-color: #F2F6FE;
}

.ApplyContent {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .ApplyContent {
    font-size: 1rem;
  }
}
.max-700 {
  max-width: 700px;
}

.max-460 {
  max-width: 460px;
}

.w-10em {
  width: 10em;
}

.main {
  color: #484685;
}

.red {
  color: #ac1616 !important;
}

.gray {
  color: gray !important;
}

.form-control {
  font-size: 1.05em;
}

.small {
  font-size: 0.9em;
}

.title_class::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 1em;
  background: #484685;
  vertical-align: -4px;
  margin-right: 0.3em;
}

.btn-solid {
  background: #484685;
  color: #fff;
  border-radius: 30px;
}

.btn-solid:hover, .btn-solid:active, .btn-solid:focus {
  color: #484685;
  font-weight: 600;
  background: #f58b00;
}

.btn-hollow {
  font-weight: 600;
  color: #484685;
  border-color: #484685;
  border-radius: 30px;
}
.btn-hollow:hover {
  background: #484685;
  color: #fff;
}

.btn {
  padding: 0.3em 1em;
  font-size: 1em;
}

.btn-104 {
  background: #f58b00;
  color: #fff;
  border-color: #f58b00;
}
.btn-104:hover {
  color: #fff;
  background: #dd7000;
  border-color: #dd7000;
}

.del_btn {
  border: 1px solid rgba(172, 22, 22, 0.5);
  color: #ac1616;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
}
.del_btn:hover {
  background: rgba(172, 22, 22, 0.5);
  transition: 0.25s;
}
.del_btn:hover::after {
  content: "刪除";
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 18px;
  min-height: 38px;
}

.color-orange {
  color: #dd7000;
  font-weight: bold;
}

.ApplyContent .nav-tabs .nav-item.show .nav-link, .ApplyContent .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #6A699D;
  border-color: #6A699D #6A699D #6A699D;
}
.ApplyContent .nav-tabs .nav-link {
  color: #333;
  background-color: #ccc;
  margin: auto;
  width: 90%;
  height: 100%;
}
.ApplyContent .tab-body {
  border-radius: 4px;
  background-color: #fff;
  padding: 2rem;
}
.ApplyContent .tab-pane {
  background-color: #6A699D;
  border-radius: 4px;
}
.ApplyContent .tab-content {
  margin-top: -1px;
}
.ApplyContent ol li::marker {
  color: #aaa;
  font-size: 40px;
}
.ApplyContent ol li {
  margin: auto;
  margin-left: 3rem;
}
.ApplyContent ol li:nth-child(n+2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #ddd transparent transparent transparent;
  display: block;
  margin-left: 15%;
  margin-top: 0.8rem;
}

.nav-left .nav {
  flex-direction: column;
  width: 100%;
}
.nav-left .nav-pills .nav-link.active, .nav-left .nav-pills .show > .nav-link {
  background: #6A699D;
}
.nav-left .nav-link {
  font-size: 1.2em;
  background: #ddd;
  border-radius: 0.25rem 0 0 0.25rem;
  margin-top: 0.5rem;
  width: 100%;
  color: #333;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .ApplyContent ol li {
    margin-left: 2rem;
  }
  .ApplyContent .tab-body {
    padding: 1rem;
  }

  .nav-left .nav {
    width: auto;
    flex-direction: initial;
  }
  .nav-left .nav-pills .nav-link.active, .nav-left .nav-pills .show > .nav-link {
    background: #6A699D;
  }
  .nav-left .nav-item {
    margin: 0.3rem;
  }
  .nav-left .nav-link {
    font-size: 1em;
    background: #ddd;
    border-radius: 0.25rem;
    height: 100%;
    border: 1px solid #6A699D;
  }
}
.perlaw-content * {
  font-family: "DFKai-sb", Helvetica, Arial, "eudc", "LiHei Pro", "微軟正黑體修正", "微軟正黑體", "新細明體", sans-serif;
  font-size: 1.2rem;
}
.perlaw-content h1 {
  font-size: 2rem;
}
.perlaw-content ol ol li {
  list-style-type: decimal-leading-zero;
}

@media screen and (max-width: 768px) {
  .ApplyContent {
    font-size: 1rem;
  }

  .perlaw-content * {
    font-size: 1rem;
  }
  .perlaw-content h1 {
    font-size: 1.5rem;
  }
}
.login-form .en {
  display: block;
  font-weight: normal;
  font-size: 0.8em;
  color: #484685;
}

.list-group-item.active {
  background-color: #484685;
  border-color: #484685;
}

.ResumeEdit-right .col-md-6:nth-child(2) {
  border-left: 1px dashed #ddd;
}
.ResumeEdit-right .col-md-6 {
  padding-right: 2em;
}

.en {
  font-size: 0.9em;
  color: gray;
  font-weight: 500;
}

.ResumeEdit-right .card-nowrap dl {
  display: flex;
  align-items: flex-start;
}
.ResumeEdit-right .card-nowrap dl dt {
  margin-right: 1rem;
  font-weight: normal;
  min-width: 7em;
}
.ResumeEdit-right .card-nowrap dl dt:before {
  content: "*";
  color: #ac1616;
}
.ResumeEdit-right .card-nowrap dl dt .en {
  display: block;
}
.ResumeEdit-right .card-nowrap dl dt.no_require:before {
  content: "";
}
.ResumeEdit-right .card-nowrap dl dd {
  margin: 0;
}
.ResumeEdit-right .card-nowrap dl dd .form-control:required::before {
  content: "*";
  color: #ac1616;
}

.headshot {
  max-height: 280px;
  width: auto;
  max-width: 100%;
}

.headshotpdf {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}

.nodata {
  border: 1px dashed gray;
  margin-bottom: 1rem;
}

.accordion-button.collapsed {
  background: #ffead4;
  border: 1px solid #f58b00;
  color: #484685;
  font-weight: 600;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  color: #484685;
  border: 0px;
  background-color: #ddd;
}

@media screen and (max-width: 768px) {
  .ResumeEdit-right .card-nowrap dl {
    display: block;
  }
  .ResumeEdit-right .col-md-6:nth-child(2) {
    border-left: 0px;
  }
}
.form-group .check_label {
  display: inline-block;
  margin: 0.25em;
  line-height: 2;
  vertical-align: middle;
  border: 1px dotted #484685;
  padding: 0 0.5em;
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.25em;
}
.form-group .check_label.active {
  background: #666dba;
  border: 1px dotted #666dba;
  color: #fff;
}
.form-group .check_label.disabled {
  opacity: 0.8;
  background: #ddd;
  cursor: no-drop !important;
}
.form-group .check_label .form-control {
  display: inline-block;
  max-width: 12em;
  vertical-align: middle;
}
.form-group .check_label .form-check-input {
  text-align: center;
  margin-top: 0.5em;
  margin-right: 0.25em;
}
.form-group .check_label .form-check-input:checked {
  border-color: #fff;
}
.form-group .check_label input[type=text] {
  padding: 0 0.5rem;
}

.bootstrap-select > .dropdown-toggle {
  background: #fff;
  border: 1px solid #ced4da;
}

.add_btn {
  max-width: 300px;
  margin: 0.5rem auto;
}

.left-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  -webkit-transition: width 0.05s linear;
  transition: width 0.05s linear;
}
.left-menu .list-group-item {
  position: relative;
  padding-right: 3em;
  white-space: nowrap;
}
.left-menu .list-logo {
  width: 2em;
  font-size: 20px;
  text-align: center;
  margin-left: -0.5rem;
  color: gray;
}
.left-menu .badge-done::before, .left-menu .badge-undone::before {
  text-align: right;
  position: absolute;
  right: -1rem;
  top: 50%;
  color: #fff;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transform: translate(-50%, -50%);
}
.left-menu .badge-done::before {
  content: "已完成";
  background: #198754;
}
.left-menu .badge-undone::before {
  content: "未完成";
  background: #ac1616;
}

@media screen and (max-width: 768px) {
  .ResumeEdit-right {
    margin-left: 3.5rem;
  }

  .left-menu {
    position: fixed;
    left: 0;
    top: 2rem;
    z-index: 100;
    overflow: hidden;
    width: 55px;
    white-space: nowrap;
    box-shadow: 0 0.5rem 0.5rem rgba(128, 128, 128, 0.6);
  }
  .left-menu .list-logo {
    color: #333;
  }
  .left-menu .active .list-logo {
    color: #fff;
  }
  .left-menu .badge-done::before {
    display: none;
  }
  .left-menu .badge-undone::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    padding: 0.5em;
    line-height: 1;
    border-radius: 0.5rem;
    transform: translate(-50%, -50%);
  }

  .left-menu:hover {
    z-index: 100;
    overflow: visible;
    width: 290px;
    white-space: nowrap;
  }
  .left-menu:hover .badge-done::before, .left-menu:hover .badge-undone::before {
    text-align: right;
    position: absolute;
    right: -1rem;
    top: 50%;
    color: #fff;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
  }
  .left-menu:hover .badge-done::before {
    display: block;
    content: "已完成";
  }
  .left-menu:hover .badge-undone::before {
    content: "未完成";
  }
}
