@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Noto Sans TC", sans-serif;
  padding-top: 0;
  background-image: url(../Pics/index_bg_pc.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
body .navbar-inverse {
  background-color: rgba(25, 50, 87, 0.5);
  border: none;
  box-shadow: 0 0 4px #112240;
}
body .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}
body .navbar {
  border-radius: 0 !important;
  z-index: 1500;
  padding-right: 20px;
}
body .navbar .navbar-header {
  padding-left: 20px;
  padding-right: 20px;
}
body .navbar .navbar-header .navbar-brand {
  font-weight: 500;
  color: white;
  font-size: 21px;
  line-height: 28px;
}
body .navbar .navbar-nav li a {
  font-weight: 500;
  color: #e8effe;
  font-size: 17px;
  line-height: 25px;
  padding-left: 20px;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: transparent !important;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -5px;
  border-radius: 0;
  background-color: rgb(244, 250, 255, 0.9);
}
body .navbar .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #204b72;
  padding: 3px 15px;
}
body .navbar .navbar-nav .dropdown-menu li a:hover {
  text-decoration: none;
  border-bottom: none;
  background-color: #ebddbc;
}
body .navbar-nav {
  margin: 0px;
  padding-left: 0;
}
body .container {
  width: 92.5%;
  padding: 0;
}
body .body-content .page-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding-bottom: 15px;
  text-shadow: 2px 2px 5px #000;
}
body .body-content .well {
  border: none;
  border-radius: 0;
  background-color: rgba(37, 58, 90, 0.6);
  box-shadow: 0px 0px 10px rgb(118 166 200 / 30%);
  margin-bottom: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.body-content .well .form-group label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
body .body-content .well .form-group .form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  height: 38px;
  border: 1px solid #163a56;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 0;
}
body .body-content .panel {
  border: 1px solid #1e67b9;
  margin: 40px 0 0 0;
}
body .body-content .panel .panel-body {
  padding: 0;
}
body .panel-header,
.panel-body {
  border-color: #dff0fd;
}
body .body-content .panel .datagrid-wrap {
  height: 480px !important;
}
body .body-content .panel .datagrid-wrap .datagrid-view {
  height: 440px !important;
}
body .body-content .panel .datagrid-wrap .datagrid-view .datagrid-body td a {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #026db7;
  text-align: center;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}
body
  .body-content
  .panel
  .datagrid-wrap
  .datagrid-view
  .datagrid-body
  td
  a:hover {
  color: #015591;
}
body .body-content .panel .datagrid-wrap .pagination span {
  font-size: 18px;
  line-height: 36px;
}
body .body-content .panel .datagrid-wrap .pagination .pagination-info {
  font-size: 18px;
  line-height: 36px;
}
.pagination-page-list,
.pagination .pagination-num {
  border-color: #95b8e7;
  color: #000;
}
.l-btn-disabled,
.l-btn-disabled:hover {
  opacity: 1;
}

body .body-content footer p {
  color: #8fa6c8;
  font-size: 17px;
  line-height: 36px;
}
body .body-content .custom-container .table {
  background-color: rgba(243, 247, 255, 0.9);
}
body .body-content .custom-container .table thead {
  background: #2d3d61;
  color: #fff;
}
body .body-content .custom-container table thead tr th {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 35%;
}
body .body-content .custom-container table tbody tr td {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

body .table-bordered > thead > tr > th,
body .table-bordered > tbody > tr > th,
body .table-bordered > tfoot > tr > th,
body .table-bordered > thead > tr > td,
body .table-bordered > tbody > tr > td,
body .table-bordered > tfoot > tr > td {
  border: 1px solid #bbc2cc;
}
body .print .table-bordered > thead > tr > th,
body .print .table-bordered > tbody > tr > th,
body .print .table-borderedd > tfoot > tr > th,
body .print .table-bordered > thead > tr > td,
body .print .table-bordered > tbody > tr > td,
body .print .table-bordered > tfoot > tr > td {
  border: 1px solid #000 !important;
}
tbody label {
  color: #2d4a61;
}
body .body-content .custom-container .table-hover tbody tr:hover {
  background-color: #cfdbee;
}
textarea {
  width: 100%;
}
/* login */
.login-background h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 25px 0;
}
.login-background .form-group {
  padding-left: 30px;
  padding-right: 30px;
  color: #829ca7;
  margin-bottom: 20px;
}
.login-background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 3%;
}
body .body-content .login-background .well {
  background-color: rgba(14, 11, 40, 0.3);
  /* background: rgb(73,97,197);
  background: linear-gradient(337deg, rgba(73,97,197,1) 0%, rgba(71,40,166,1) 100%); */
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 2, 8, 0.25);
  border: transparent;
  width: auto;
  margin-bottom: 10em;
}
.login-background .well .form-group .checkbox label {
  color: #e8f2ff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  line-height: 1.3;
  padding-left: 25px;
  text-align: left;
}

.login-background .login-submit {
  text-align: center;
  padding-bottom: 15px;
}
.login-background .login-submit .btn {
  margin-top: 0;
}
.checkbox input[type="checkbox"] {
  margin-left: 0;
}
/* login */
/* BimPanAsia-index */
#panasia_logo {
  position: absolute;
  display: inline-block;
  left: 80px;
  top: 90px;
  margin-top: 3px;
  z-index: 1000;
}

#panasia_logo img {
  width: 15%;
}

@media screen and (max-width: 1024px) {
  #panasia_logo img {
    width: 20%;
  }
}

@media screen and (max-width: 576px) {
  #panasia_logo img {
    width: 40%;
  }
}

@media screen and (max-width: 320px) {
  #panasia_logo {
    left: 70px;
    top: 130px;
  }
}

.gis-title {
  margin-top: 15px;
  margin-left: 8px;
  font-size: 40px;
  line-height: 48px;
  text-shadow: 0.1em 0.1em 0.2em #f0f0f0;
}

.stage-title {
  position: absolute;
  font-size: 36px;
  margin-top: 25px;
  line-height: 42px;
  font-weight: 600;
  text-shadow: 0.1em 0.1em 0.2em #f0f0f0;
  z-index: 1600;
}

#ShowDropList .form-control {
  font-size: 18px;
  height: 42px;
  width: 150px;
}

.file {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: 0;
  cursor: pointer;
}

.file:hover {
  color: white;
}

.file input {
  position: absolute;
  font-size: 50px;
  right: 0;
  top: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  cursor: pointer;
}

.styleFileName {
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
  /* width: 200px; */
  padding-left: 5px;
  height: 40px;
  overflow: hidden;
  text-align: left;
}

.styleUploadImg ul {
  list-style: none;
  padding: 0px;
  margin-top: 15px;
}
.styleUploadImg li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
.styleUploadImg img {
  max-height: 200px;
}
.styleUploadImg a {
  position: absolute;
  right: -15px;
  top: -15px;
}
body .body-content .well form .form-group textarea {
  max-width: none;
  margin-bottom: 0;
}
.btn {
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  border-radius: 0;
}
.btn-main {
  background-color: #eb951c;
  border: 2px solid #eb951c;
}
.btn-main:hover {
  background-color: #c98b04;
  color: #fff;
  border: solid 2px #c98b04;
}
.btn-clear {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-clear:hover {
  color: #fff;
  background-color: #a6a6a6;
  border: 2px solid #a6a6a6;
}
.btn-sub {
  background-color: #0fa396;
  border: 2px solid #0fa396;
}
.btn-sub:hover {
  color: #fff;
  background-color: #0d8d82;
  border: 2px solid #0d8d82;
}
.btn-back {
  background-color: #93959f;
  border: 2px solid #93959f;
  height: 38px;
}
.btn-back:hover {
  color: #fff;
  background-color: #8b8d99;
  border: 2px solid #8b8d99;
}
.datagrid .btn_datagridbtn {
  color: #005f84;
  background-color: #e7f2f8;
  border: 2px solid #005f84;
  padding: 2px 8px;
  margin: 4px 0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.datagrid .btn_datagriddel {
  color: #6f522b;
  background-color: #f2e8dd;
  border: 2px solid #947c58;
  padding: 2px 8px;
  margin: 4px 0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}
.datagrid-cell-rownumber {
  margin: 4px 0px;
}
.datagrid-header-inner {
  color: #fff;
  background-color: #2d3d61;
  border-radius: 0;
}
body
  .body-content
  .panel
  .datagrid-wrap
  .datagrid-view
  .datagrid-header
  .datagrid-cell
  span {
  color: #fff;
}
.datagrid .datagrid-pager {
  background-color: #2d3d61;
  border-radius: 0;
  color: #fff;
}
.datagrid-row-selected {
  background-color: #b2ddff;
}
body .body-content .datagrid-header td.datagrid-header-over {
  background-color: #103880;
}

@media (min-width: 770px) {
  .custom-container {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  body .body-content .well .form-group label {
    padding: 0;
    margin-bottom: 0px;
    height: 38px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .print_info {
    max-width: 55%;
  }
}
@media (min-width: 1930px) {
  .custom-container {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
body
  .body-content
  .panel
  .datagrid-wrap
  .datagrid-view
  .datagrid-body
  .datagrid-cell {
  font-size: 18px;
  line-height: 37px;
}
body .body-content .panel .datagrid-wrap .datagrid-view .datagrid-body td {
  font-size: 18px;
  line-height: 37px;
}
.datagrid-row-selected {
  background: #eaf2ff;
}
/* form-group */
.fix_info {
  max-width: 700px;
}
.body-content .fix_info .well {
  padding: 30px 30px 30px 0px;
}
.alert-danger {
  color: white;
  background-color: #fa625d;
  border-color: #fa625d;
  border-radius: 0;
  margin-top: 20px;
  text-align: center;
}
.alert {
  padding: 20px;
}
@media (max-width: 992px) {
  .body-content .fix_info .well {
    padding: 30px;
  }
}
body .container .print_info {
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}
.separate {
  margin-top: 25px;
  border-top: 1px solid rgba(134, 154, 217, 0.7);
}

@media (max-width: 768px) {
  .btn-up {
    margin-bottom: 20px;
  }
}
.form-group .locate-r {
  position: relative;
}
.form-group .locate-r .formTitle {
  position: absolute;
  left: 5px;
  writing-mode: vertical-lr;
}
