/* for all page */
.text_1 {
  color: #231815 !important;
}

.text_2 {
  color: #C30D23 !important;
}

.text_3 {
  color: #FFFFFF !important;
}

.bg_1 {
  background: #006ECD !important;
}

.bg_2 {
  background: #417E75 !important;
}

.bg_3 {
  background: #C30D23 !important;
}

.bg_4 {
  background: #F39800 !important;
}

.bg_5 {
  background: #fff6b6 !important;
}

.w_35px {
  width: 35px;
}

.w_175px {
  width: 175px;
}

.w_2 {
  width: 2%;
}

.w_5 {
  width: 5%;
}

.w_8 {
  width: 8%;
}

.w_10 {
  width: 10%;
}

.w_15 {
  width: 15%;
}

.w_20 {
  width: 20%;
}

.w_30 {
  width: 30%;
}

.w_40 {
  width: 40%;
}

.w_60 {
  width: 60%;
}

.w_70 {
  width: 70%;
}

.w_80 {
  width: 80%;
}

.w_90 {
  width: 90%;
}

.mw_100 {
  min-width: 100% !important;
}

.mw_500px {
  min-width: 500px !important;
}

.mw_600px {
  min-width: 600px !important;
}

.mw_700px {
  min-width: 700px !important;
}

.mw_800px {
  min-width: 800px !important;
}

.mw_900px {
  min-width: 900px !important;
}

.mw_950px {
  min-width: 950px !important;
}

.mw_1000px {
  min-width: 1000px !important;
}

.mw_1110px {
  min-width: 1110px !important;
}

.mw_1200px {
  min-width: 1200px !important;
}

.mw_1300px {
  min-width: 1300px !important;
}

.mw_1400px {
  min-width: 1400px !important;
}

.mw_1500px {
  min-width: 1500px !important;
}

.mw_1600px {
  min-width: 1600px !important;
}

body {
  color: #231815;
  background: #FFFFFF;
  font-family: "Microsoft JhengHei", monospace, sans-serif, serif;
  font-size: 1.125rem;
}

button {
  cursor: pointer;
}

input[type='checkbox'] {
  zoom: 150%;
  vertical-align: middle;
}

a.to_top {
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  background: #CD4761;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 99;
  transition: all 0.25s;
  display: block;
}
a.to_top i {
  margin-top: 7px;
}
a.to_top span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: -8px;
}

/* for login.html */
.login_area {
  min-height: 100vh;
  background: #FFFFFF url(../images/login_bg.jpg) no-repeat;
  background-position: center top;
  overflow: hidden;
  position: relative;
}
.login_area .container {
  max-width: 960px;
}
.login_area .container h1 {
  text-align: center;
  margin: 50px 0 0 0;
}
.login_area .container .login_form {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 30px 120px;
  margin-top: 45px;
  box-shadow: 0 0 10px rgba(35, 24, 21, 0.3);
  position: relative;
}
.login_area .container .login_form label {
  font-size: 1.25rem;
  font-weight: bold;
}
.login_area .container .login_form input {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  background: #EFEDEC;
  padding: 0.75rem;
  border: 0;
  border-radius: 50px;
}
.login_area .container .login_form .security_code {
  padding-top: 45px;
}
.login_area .container .login_form .security_code img {
  width: 120px;
  border-radius: 0.5rem;
  vertical-align: middle;
}
.login_area .container .login_form .security_code button {
  vertical-align: middle;
}
.login_area .container .login_form .security_code a {
  color: #4790CE;
  vertical-align: middle;
  display: inline-block;
}
.login_area .container .login_form button[type="reset"] {
  width: 30%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #CD4761;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  box-shadow: none;
}
.login_area .container .login_form button[type="submit"] {
  width: 30%;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #CD4761;
  padding: 0.5rem 0.75rem;
  border-radius: 50px;
  box-shadow: none;
}

.footer {
  font-weight: bold;
  padding: 60px 0;
  position: relative;
}
.footer .pc_only {
  display: block;
}

/* for index.html */
.container-fluid .row .left_nav {
  height: 100vh;
  background: #FFFFFF;
  padding: 40px;
  overflow: auto;
}
.container-fluid .row .left_nav .logo {
  text-align: center;
}
.container-fluid .row .left_nav .logo img {
  width: 100%;
}
.container-fluid .row .left_nav .user_status {
  color: #FFFFFF;
  font-weight: bold;
  background: #4790CE;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 3rem;
  box-shadow: 0 0 5px rgba(35, 24, 21, 0.3);
}
.container-fluid .row .left_nav .user_status span {
  display: block;
}
.container-fluid .row .left_nav .user_status button {
  width: 100%;
  color: #727171;
  font-weight: bold;
  background: #FFFFFF;
  padding: 0.25rem 1rem;
  border: 0;
  border-radius: 50px;
  margin-top: 0.5rem;
}
.container-fluid .row .left_nav .nav_btn {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container-fluid .row .left_nav .nav_btn > li {
  background: #989898;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  box-shadow: 0 0 5px rgba(35, 24, 21, 0.3);
}
.container-fluid .row .left_nav .nav_btn > li > a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.container-fluid .row .left_nav .nav_btn > li > a > span {
  display: inline-block;
}
.container-fluid .row .left_nav .nav_btn > li > a > img {
  height: 60px;
  float: right;
}
.container-fluid .row .left_nav .nav_btn > li > ol {
  list-style: none;
  border-top: 2px solid #FFFFFF;
  padding: 1rem 0 0 0;
  margin: 1rem auto 0 auto;
  display: none;
}
.container-fluid .row .left_nav .nav_btn > li > ol > li > a {
  color: #fff6b6;
  text-decoration: none;
  padding: 0.25rem 1rem;
  display: block;
}
.container-fluid .row .left_nav .nav_btn > li > ol > li > a.active {
  color: #FA7564;
  background: #FFFFFF;
  border-radius: 50px;
}
.container-fluid .row .left_nav .nav_btn > li > ol > li > a:hover {
  color: #FA7564;
  background: #FFFFFF;
  border-radius: 50px;
}
.container-fluid .row .left_nav .nav_btn > li > ol > li > a:focus {
  color: #FA7564;
  background: #FFFFFF;
  border-radius: 50px;
}
.container-fluid .row .center_content {
  height: 100vh;
  background: #EFEDEC url(../images/body_bg.jpg) no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
  overflow: auto;
}
.container-fluid .row .center_content .banner {
  height: 50px;
  background: url(../images/header_bg.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
.container-fluid .row .center_content .banner div a {
  color: #231815;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-right: 1rem;
}
.container-fluid .row .center_content .announcement {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.container-fluid .row .center_content .announcement marquee {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.25rem 1rem;
}
.container-fluid .row .center_content .sub_title {
  overflow: hidden;
}
.container-fluid .row .center_content .sub_title img {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}
.container-fluid .row .center_content .sub_title span {
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
.container-fluid .row .center_content .section1 {
  margin-bottom: 1rem;
}
.container-fluid .row .center_content .section1 .todo_list {
  background: #FFFFFF;
  border-radius: 1rem;
  margin: 10px 0 0 0;
  overflow: hidden;
}
.container-fluid .row .center_content .section1 .todo_list thead tr th {
  color: #FFFFFF;
  background: #4790CE;
  text-align: center;
  vertical-align: middle;
}
.container-fluid .row .center_content .section1 .todo_list thead tr th:first-child {
  border-top-left-radius: 1rem;
}
.container-fluid .row .center_content .section1 .todo_list thead tr th:last-child {
  border-top-right-radius: 1rem;
}
.container-fluid .row .center_content .section1 .todo_list tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.container-fluid .row .center_content .section1 .todo_list tbody tr td a {
  color: #4790CE;
}

/* for list.html */
.container-fluid .row .center_content nav .breadcrumb {
  color: #231815;
  background-color: unset;
  padding: 0;
  margin-top: 1rem;
}
.container-fluid .row .center_content nav .breadcrumb .breadcrumb-item a {
  color: #231815;
  text-decoration: none;
}
.container-fluid .row .center_content nav .breadcrumb .breadcrumb-item.active {
  color: #231815;
}
.container-fluid .row .center_content nav .breadcrumb .breadcrumb-item::before {
  color: #231815;
}
.container-fluid .row .center_content .page_title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.container-fluid .row .center_content .page_title i {
  color: #CD4761;
  font-size: 1.5rem;
  vertical-align: middle;
}
.container-fluid .row .center_content .page_title span {
  vertical-align: middle;
}
.container-fluid .row .center_content .search_area form .row {
  margin: 0;
}
.container-fluid .row .center_content .search_area form .form-group {
  margin-bottom: 0;
}
.container-fluid .row .center_content .search_area form #checkbox_options_btn {
  color: #4790CE;
}
.container-fluid .row .center_content .search_area form #checkbox_options_btn2 {
  color: #4790CE;
}
.container-fluid .row .center_content .search_area form label {
  font-weight: bold;
}
.container-fluid .row .center_content .list_table {
  margin-top: 10px;
}
.container-fluid .row .center_content .list_table .table {
  border-collapse: separate;
  border-spacing: 5px;
}
.container-fluid .row .center_content .list_table .table thead tr th {
  text-align: center;
  color: #FFFFFF;
  background: #4790CE;
  border-radius: 5px;
  border-bottom: 0;
  vertical-align: middle;
  padding: 0.5rem;
  border: 0;
}
.container-fluid .row .center_content .list_table .table tbody tr td {
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  border: 0;
}
.container-fluid .row .center_content .page_tag {
  text-align: center;
  padding: 1rem;
  margin-top: 30px;
}
.container-fluid .row .center_content .page_tag a {
  color: #231815;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
}
.container-fluid .row .center_content .page_tag input {
  color: #231815;
  text-align: center;
  border: 1px solid #727171;
  border-radius: 5px;
  vertical-align: middle;
}
.container-fluid .row .center_content .page_tag button {
  vertical-align: middle;
  color: #231815;
  border-radius: 3px;
  border: 0;
  padding: 0.25rem 1rem;
}
.container-fluid .row .center_content .page_tag span {
  vertical-align: middle;
}

/* for content.html */
.container-fluid .row .center_content .content_table {
  margin-top: 10px;
}
.container-fluid .row .center_content .content_table .table {
  min-width: 1000px;
  border-radius: 1rem;
  overflow: hidden;
}
.container-fluid .row .center_content .content_table .table tbody tr:last-child td {
  background: transparent;
  border: 0;
}
.container-fluid .row .center_content .content_table .table tbody tr:nth-last-child(2) th {
  border-bottom-left-radius: 1rem;
}
.container-fluid .row .center_content .content_table .table tbody tr:nth-last-child(2) td {
  border-bottom-right-radius: 1rem;
}
.container-fluid .row .center_content .content_table .table tbody tr th {
  color: #FFFFFF;
  background: #4790CE;
  vertical-align: middle;
  border: 0;
}
.container-fluid .row .center_content .content_table .table tbody tr th label {
  margin: 0;
}
.container-fluid .row .center_content .content_table .table tbody tr th span {
  color: #C30D23;
}
.container-fluid .row .center_content .content_table .table tbody tr td {
  background: #FFFFFF;
  vertical-align: middle;
}
.container-fluid .row .center_content .content_table .table tbody tr td a {
  color: #4790CE;
}
.container-fluid .row .center_content .content_table .table tbody tr td span {
  color: #C30D23;
}
.container-fluid .row .center_content .content_table .table tbody tr td .small_btn {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  font-size: 1.5rem;
  background: #C30D23;
  border: 0;
  border-radius: 10px;
  padding: 0 0 5px 0;
}
.container-fluid .row .center_content .content_table .table tbody tr td .normal_btn {
  color: #231815;
  font-size: 1.5rem;
  background: #F39800;
  border: 0;
  border-radius: 10px;
  padding: 0.25rem 1rem;
}

/* for faq.html */
.faq_table {
  margin-top: 10px;
}
.faq_table .table {
  border-collapse: separate;
  border-spacing: 5px;
}
.faq_table .table thead tr th {
  text-align: center;
  color: #FFFFFF;
  background: #4790CE;
  border-radius: 5px;
  border-bottom: 0;
  vertical-align: middle;
  padding: 0.5rem;
  border: 0;
}
.faq_table .table tbody tr td {
  background: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  border: 0;
}
.faq_table .table tbody tr td a {
  color: #4790CE;
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 0.5rem;
}
.faq_table .table tbody tr td p {
  text-align: left;
  background: #EFEDEC;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  display: none;
}

.faq_count {
  color: #231815;
  text-align: right;
  padding: 0 0.5rem;
}

.faq_page {
  margin: 1rem auto auto auto;
}
.faq_page a {
  color: #231815;
  background: #F39800;
  border-color: #F39800;
}
.faq_page a:hover {
  color: #231815;
  background: #F39800;
  border-color: #F39800;
}

/* for contact.html */
.contact_area .table-responsive .table {
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
}
.contact_area .table-responsive .table tbody tr:first-child td {
  border-top: 0;
}
.contact_area .table-responsive .table tbody tr:last-child th {
  color: #231815;
  background: #d5dee8;
}
.contact_area .table-responsive .table tbody tr th {
  color: #FFFFFF;
  background: #4790CE;
  vertical-align: middle;
  border-top: 0;
}
.contact_area .table-responsive .table tbody tr th span {
  color: #C30D23;
  margin-right: 3px;
}
.contact_area .table-responsive .table tbody tr td {
  vertical-align: middle;
}
.contact_area .table-responsive .table tbody tr td .small_table {
  width: 100%;
  margin-top: 1rem;
}
.contact_area .table-responsive .table tbody tr td .small_table thead tr th {
  text-align: center;
  border-bottom: 0;
}
.contact_area .table-responsive .table tbody tr td .small_table tbody tr td {
  border-top: 0;
}
.contact_area .contact_btn button {
  color: #231815;
  font-size: 1.5rem;
  background: #F39800;
  border: 0;
  border-radius: 10px;
  padding: 0.25rem 1rem;
}

/* for permission.html */
.data_tree_area {
  background: #FFFFFF;
  height: 525px;
  overflow: auto;
  margin-top: 80px;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 2rem 1rem;
}

.tree {
  margin: 0px;
  padding: 0px;
}
.tree ul {
  list-style: none;
}
.tree ul:not(:first-child) {
  background-image: url(../images/line.gif);
  background-repeat: repeat-y;
}
.tree ul li {
  margin-left: -22px;
}
.tree a {
  color: #231815;
}

.role_pic {
  height: 38px;
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}
.role_pic img {
  height: 100%;
  border-radius: 0.25rem;
}

.role_note {
  color: #C30D23;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  margin-top: 8px;
}

.permission_area {
  min-width: 1200px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
}
.permission_area .table tbody tr td:nth-child(2) {
  text-align: left !important;
}
.permission_area .table tbody tr td:nth-child(3) {
  text-align: left !important;
}
