@charset "UTF-8";
* {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.right_col {
  min-height: calc(100vh - 70px) !important;
}

.can-click {
  cursor: pointer;
}

.x_panel .x_title h2 {
  width: 100%;
  font-size: 24px;
}
.x_panel .x_content h2 {
  font-size: 24px;
}
.x_panel .x_content .mtd-compare {
  font-size: 18px;
}

.page-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0px;
}
footer span {
  padding: 10px 0px;
}

.form-group .has-error {
  color: red;
}

.top_profiles {
  height: 100% !important;
}

.login_content {
  padding: 80px 0 0;
}
.login_content #login_form input {
  height: 45px;
  margin-bottom: 15px;
}
.login_content #login_form input:focus {
  border: 1px solid #134e7e;
}
.login_content #login_form .btn-login {
  color: #f0f0f0;
  border: 1px solid #134e7e;
  background-color: #134e7e;
}

.loading-wrap {
  position: relative;
}
.loading-wrap .loading {
  position: absolute;
  right: -45px;
  top: 23px;
  width: 40px;
  min-height: 40px;
  display: none;
  background-image: url("/img/loading.gif?1234");
  background-repeat: no-repeat;
  background-position: center;
}
.loading-wrap .loading.active {
  display: inline-block;
}

.btn-loading:after {
  display: none;
  content: "\f110";
  font-family: FontAwesome;
  font-size: 14px;
  margin-left: 8px;
}
.btn-loading.loading:after {
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@media (max-width: 768px) {
  .rwd-full-btn {
    width: 100%;
    margin-top: 0px !important;
  }

  .home-mtd-bar {
    text-align: center;
  }

  .page-top-header {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.bill-table {
  text-align: center;
  color: #616161;
  font-size: 14px;
}
.bill-table .bill-table-header th {
  color: white;
  background-color: #176db6;
  text-align: center;
}

.week-bill-row {
  display: table;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #616161;
}
.week-bill-row li {
  display: inline-block;
  width: 14.2857142857%;
  text-align: center;
}
.week-bill-row li .header {
  color: white;
  background-color: #176db6;
  padding: 10px;
  border: solid 1px #dddddd;
}
.week-bill-row li .value {
  padding: 10px;
  border: solid 1px #dddddd;
}

.bill-detail-table .category-child {
  display: none;
}

ul.cdn-region-list {
  font-size: 16px;
}
ul.cdn-region-list li:not(:last-child) {
  margin-bottom: 10px;
}

.invoice-header h1 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .week-bill-row li {
    width: 100%;
    display: block;
  }
}
.invoice-pdf-wrapper {
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.invoice-pdf-wrapper .text-right {
  text-align: right;
}
.invoice-pdf-wrapper .text-left {
  text-align: left;
}
.invoice-pdf-wrapper .text-center {
  text-align: center;
}
.invoice-pdf-wrapper .invoice-info {
  margin-bottom: 20px;
}
.invoice-pdf-wrapper .invoice-info .invoice-col {
  display: inline-block;
}
.invoice-pdf-wrapper .invoice-info .invoice-col:last-child {
  margin-left: 15px;
}
.invoice-pdf-wrapper .table {
  width: 100%;
  border-collapse: collapse !important;
}
.invoice-pdf-wrapper table.jambo_table {
  border: 1px solid rgba(221, 221, 221, 0.78);
}
.invoice-pdf-wrapper table.jambo_table thead {
  background: rgba(52, 73, 94, 0.94);
  color: #ECF0F1;
}
.invoice-pdf-wrapper table.jambo_table tbody tr:hover td {
  background: rgba(38, 185, 154, 0.07);
  border-top: 1px solid rgba(38, 185, 154, 0.11);
  border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}
.invoice-pdf-wrapper table.jambo_table tbody tr.selected {
  background: rgba(38, 185, 154, 0.16);
}
.invoice-pdf-wrapper table.jambo_table tbody tr.selected td {
  border-top: 1px solid rgba(38, 185, 154, 0.4);
  border-bottom: 1px solid rgba(38, 185, 154, 0.4);
}
.invoice-pdf-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.invoice-pdf-wrapper .table > thead > tr > th,
.invoice-pdf-wrapper .table > thead > tr > td,
.invoice-pdf-wrapper .table > tbody > tr > th,
.invoice-pdf-wrapper .table > tbody > tr > td,
.invoice-pdf-wrapper .table > tfoot > tr > th,
.invoice-pdf-wrapper .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.invoice-pdf-wrapper .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.invoice-pdf-wrapper p.lead {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 22px;
  font-weight: 300;
  line-height: 1.4;
}
