@charset "UTF-8";
/* btn */
/* txt */
/* bg */
/* table */
/* border */
/* legend */
/* file: _mymain */
/* ============================================================ */
/*                      general                                 */
/* ============================================================ */
body,
html {
  min-height: 100vh;
  line-height: 1;
  letter-spacing: 1px;
}

body, html, button, input, optgroup, option, select, textarea {
  font-family: "微軟正黑體", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial, sans-serif;
}

p {
  font-size: 1rem;
  color: #000;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: 0;
}

.form-control::-ms-input-placeholder {
  color: #afafaf;
}

.form-control::-moz-placeholder {
  color: #afafaf;
}

.form-control::placeholder {
  color: #afafaf;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

p.form-control.md-readonly {
  background-color: transparent;
  border: 0;
  padding-left: 0.25rem;
  word-break: break-all;
}

.form-control {
  color: #000;
}

input[type="text"] {
  font-size: 1.125rem;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.md-password {
  -webkit-text-security: disc;
}

.md-txt-hlight {
  color: #1C7644;
}

.list-group-item:first-child, .list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.list-group-item.active, .list-group-item:hover,
.list-group-item.md-disable.active, .list-group-item.md-disable.active:hover {
  color: #212529;
  background: #F0CB69;
  border: 1px solid #F0CB69;
}

.list-group-item:hover {
  pointer: cursor;
}

.list-group-item.md-disable {
  color: #afafaf;
  cursor: default;
}
.list-group-item.md-disable a {
  cursor: default;
}

.list-group-item.md-disable:hover {
  cursor: default;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-tabs {
  border-bottom: 0;
}

.card {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.md-toggle {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  display: inline-block;
  transform: rotate(0deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.md-toggle:before {
  content: "";
  font-family: FontAweSome;
  font-size: 2rem;
}

.md-rotate-open {
  transform: rotate(90deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.evtToggleBody {
  display: none;
}

.evtToggleBody.md-show {
  display: block;
}

a.md-show-link {
  text-decoration: underline;
}

h4.modal-title {
  font-size: 1.25rem;
}

.modal-body {
  min-height: 6rem;
}
.modal-body p {
  line-height: 1.5;
}

/* ============================================================ */
/*                      element	                                */
/* ============================================================ */
.md-h3 {
  font-size: 1.5rem;
}

.md-btn {
  color: #fff;
  background-color: #1C7644;
  border: 0;
  border-radius: 1.25rem;
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 12rem;
  text-align: center;
}
.md-btn:hover {
  color: #fff;
  background: linear-gradient(to bottom, #50A679 0%, #1C7644 100%);
  background: -webkit-linear-gradient(top, #50A679 0%, #1C7644 100%);
  background: -moz-linear-gradient(top, #50A679 0%, #1C7644 100%);
  background: -o-linear-gradient(top, #50A679 0%, #1C7644 100%);
  background: linear-gradient(top, #50A679 0%, #1C7644 100%);
}

.md-btn.disable, .md-btn.disable:hover {
  background: #B8B8B8;
  cursor: default;
}

.md-btn-width-1w {
  width: 5rem;
}

.md-btn-width-2w {
  width: 8rem;
}

.md-qo-col .md-btn-width-2w {
  width: 5rem;
}

.md-btn-signin {
  background-color: #50A679;
}

.md-btn-cancel {
  background-color: #B8B8B8;
}
.md-btn-cancel:hover {
  background: linear-gradient(to bottom, #B8B8B8 0%, #4A4A4A 100%);
  background: -webkit-linear-gradient(top, #B8B8B8 0%, #4A4A4A 100%);
  background: -moz-linear-gradient(top, #B8B8B8 0%, #4A4A4A 100%);
  background: -o-linear-gradient(top, #B8B8B8 0%, #4A4A4A 100%);
  background: linear-gradient(top, #B8B8B8 0%, #4A4A4A 100%);
}

.md-pagination {
  margin-top: 2rem;
}

.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus {
  background: #8F8F8F;
  border: 0;
  outline: 0;
}

.pagination > li > a, .pagination > li > span {
  margin-left: 1px;
  color: #8F8F8F;
  border: 0;
  background: #f7f7f7;
  padding: 0.4rem 0.6rem;
}

.pagination > li.active > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #8F8F8F;
  color: #fff;
  border: 0;
  outline: 0;
}

.page-item.disable .page-link:hover,
.page-item.disable .page-link:focus {
  background: #f7f7f7;
  color: #8F8F8F;
  cursor: initial;
}

.list-group-item {
  padding: 0;
}

.list-group-item > a {
  display: inline-block;
  width: 100%;
  padding: 0.75rem 1.25rem;
}

/* icon */
.md-icon:before {
  display: inline-block;
  font-family: FontAweSome;
  width: 0.9rem;
  height: 1rem;
}

.md-icon-export:before {
  content: "";
}

.md-icon-print:before {
  content: "";
}

.md-body-fixed-layer {
  width: 100%;
}

.md-loading-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
}

.md-loading-info {
  margin-top: 30vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.25rem;
  background: rgba(51, 51, 51, 0.9);
  text-align: center;
  letter-spacing: 0;
  width: 12rem;
  height: 7rem;
  padding-top: 0.8rem;
}
.md-loading-info img {
  width: 4rem;
  height: 4rem;
}
.md-loading-info p {
  color: #fff;
  margin-top: -0.3rem;
}

/* ============================================================ */
/*                      layout	                                */
/* ============================================================ */
.md-wrapper {
  width: 100%;
}

.md-wrapper-full {
  height: 100vh;
  border-top: 5px solid #333;
  position: relative;
  z-index: 0;
}

.md-login-content {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.md-login-bg-slider {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.md-login-bg-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  display: none;
}
.md-login-bg-slider img.active {
  display: block;
}

.md-wrapper-normal {
  min-width: 1100px;
  background: #DDDDDD;
  height: auto;
  border-top: 5px solid #333;
}

.md-footer-full {
  position: absolute;
  bottom: 0;
  left: 0;
}

.md-footer-full, .md-footer-normal {
  width: 100%;
  height: 4rem;
  background: transparent;
  text-align: center;
  padding: 0.5rem 0;
}
.md-footer-full p, .md-footer-normal p {
  margin: 0.3rem;
}

.md-footer-full.md-login-page {
  background: rgba(51, 51, 51, 0.8);
}
.md-footer-full.md-login-page p {
  color: #fff;
}

.md-footer-full.md-normal-page, .md-footer-normal {
  background: #F0CB69 url(../img/footer-bg.jpg) no-repeat;
  background-position: center bottom;
}

.md-container {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

/* ============================================================ */
/*                      top menu - left                         */
/* ============================================================ */
header {
  height: 4.475rem;
  background: #F0CB69;
  display: flex;
  justify-content: center;
  position: relative;
}

.md-header-in {
  padding-right: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.md-header-in.md-wrapper-in {
  padding-left: 0;
}

.md-wrapper-in {
  width: 100%;
  min-width: 1100px;
  max-width: 85%;
  padding: 0 1rem;
}

.md-h-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.md-title-mdm.md-title-mdm-small {
  width: 360px;
  height: 23px;
  background-size: 360px auto;
}

.md-title-coa.md-title-coa-small {
  width: 210px;
  height: 30px;
  background-size: 210px auto;
}

/* ============================================================ */
/*           top menu - right                                  */
/* ============================================================ */
.md-h-menu {
  height: 100%;
}

.md-topmenu {
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.md-topmenu > li {
  list-style-type: none;
  margin: 0 0.05rem;
  height: 100%;
}
.md-topmenu > li:hover a.md-mitem {
  opacity: 1;
}
.md-topmenu > li a.md-mitem.active {
  opacity: 1;
}
.md-topmenu > li a.md-mitem.active:after {
  opacity: 1;
  top: 60px;
}
.md-topmenu > li a.md-mitem.active + .md-submenu {
  display: flex;
  z-index: 1;
}
.md-topmenu > li a.md-mitem {
  width: 6rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  position: relative;
  opacity: 0.75;
}
.md-topmenu > li a.md-mitem:before {
  display: block;
  font-weight: 400;
  width: 2rem;
  height: 1.5rem;
  margin-bottom: 0.2rem;
  content: "";
  font-size: 1.2rem;
  font-family: fontAwesome;
}
.md-topmenu > li a.md-mitem:after {
  position: absolute;
  left: calc(50% - 0.75rem);
  bottom: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.625rem 0.75rem 0.625rem;
  border-color: transparent transparent #4A4A4A transparent;
  opacity: 0;
}
.md-topmenu > li a[data-id='idMenuUser']:after {
  border-color: transparent transparent #474747 transparent;
}
.md-topmenu > li a.md-mitem-news:before {
  content: "";
}
.md-topmenu > li a.md-mitem-chart:before {
  content: "";
  background: url(../img/menu-top-chart.svg) no-repeat center center;
}
.md-topmenu > li a.md-mitem-query:before {
  content: "";
}
.md-topmenu > li a.md-mitem-user:before {
  content: "";
}

/* ============================================================ */
/*           submenu                                            */
/* ============================================================ */
.md-submenu {
  background: #4A4A4A;
  width: 100%;
  height: 3.125rem;
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.md-submenu-news .md-submenu {
  top: 0;
}

.md-submenu-normal.md-wrapper-in {
  padding-left: 0;
}

.md-topmenu a[data-id='idMenuUser'] + .md-submenu {
  display: none;
  background: #474747;
  top: 68px;
  height: 53px;
}
.md-topmenu a[data-id='idMenuUser'] + .md-submenu .md-submenu-normal {
  background: #474747;
  margin-top: 0px;
  width: 100%;
  height: 53px;
  justify-content: flex-end;
  padding-right: 240px;
}
.md-topmenu a[data-id='idMenuUser'] + .md-submenu .md-submenu-normal a.active, .md-topmenu a[data-id='idMenuUser'] + .md-submenu .md-submenu-normal a:hover {
  border-right: 1px solid #474747;
}
.md-topmenu > li:hover a[data-id='idMenuUser']:after {
  opacity: 1;
  top: 60px;
}
.md-topmenu > li:hover a[data-id='idMenuUser'] + .md-submenu {
  display: flex;
  z-index: 2;
}
.md-topmenu > li:hover a[data-id='idMenuUser'] + .md-submenu {
  display: flex;
  z-index: 2;
}

.md-submenu-normal {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.md-submenu-normal li {
  height: 100%;
  /* setting icon */
  /* query sub menu */
  /* news submenu */
  /* chart submenu */
  /* user submenu */
}
.md-submenu-normal li a {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 1rem;
  padding-left: 0.5rem;
}
.md-submenu-normal li a.active, .md-submenu-normal li a:hover {
  /* IE 10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  border-right: 1px solid #4A4A4A;
}
.md-submenu-normal li a:before {
  display: block;
  font-weight: 400;
  width: 2.25rem;
  height: 1.875rem;
  font-family: fontAwesome;
  content: "";
  padding-top: 1px;
}
.md-submenu-normal li a.md-menu-ifont:before {
  line-height: 1.875rem;
  text-align: center;
  font-size: 1.2rem;
}
.md-submenu-normal li a.md-menu-q-human:before {
  background: url(../img/menu-q-human.svg) no-repeat center center;
}
.md-submenu-normal li a.md-menu-q-land:before {
  background: url(../img/menu-q-land.svg) no-repeat center center;
}
.md-submenu-normal li a.md-menu-q-product:before {
  background: url(../img/menu-q-product.svg) no-repeat center center;
}
.md-submenu-normal li a.md-menu-q-subsidy {
  padding-left: 0.5rem;
}
.md-submenu-normal li a.md-menu-q-subsidy:before {
  background: url(../img/menu-q-subsidy.svg) no-repeat center center;
}
.md-submenu-normal li a.md-menu-n {
  width: 28rem;
  cursor: default;
}
.md-submenu-normal li a.md-menu-n:hover {
  background: transparent;
}
.md-submenu-normal li a.md-menu-n:before {
  display: none;
}
.md-submenu-normal li a.md-menu-c:before {
  content: "";
}
.md-submenu-normal li a.md-menu-c-farm:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-farm.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.md-submenu-normal li a.md-menu-c-livestock:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-livestock.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.md-submenu-normal li a.md-menu-c-boat:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-boat.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.md-submenu-normal li a.md-menu-c-fish:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-fish.svg) no-repeat center center;
  background-size: 2rem 2rem;
}
.md-submenu-normal li a.md-menu-c-finance:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-finance.svg) no-repeat center center;
  background-size: 2rem 2rem;
  width: 1.75rem;
}
.md-submenu-normal li a.md-menu-c-disas:before {
  margin-right: 0.1rem;
  background: url(../img/menu-c-disas.svg) no-repeat center center;
}
.md-submenu-normal li a.md-menu-u-edit {
  width: 11rem;
}
.md-submenu-normal li a.md-menu-u-edit:before {
  content: "";
}
.md-submenu-normal li a.md-menu-u-logout {
  width: 7rem;
}
.md-submenu-normal li a.md-menu-u-logout:before {
  content: "";
}

/* ============================================================ */
/*           welcome, newsline                                  */
/* ============================================================ */
.md-submenu-news {
  background: #4A4A4A;
  height: 3.125rem;
  position: relative;
  display: flex;
  justify-content: center;
}

.md-submenu-news-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.md-submenu-news-in .md-welcome {
  width: 14rem;
  font-size: 1.125rem;
}
.md-submenu-news-in .md-newsline {
  height: 100%;
  width: calc(100% - 14rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.md-submenu-news-in .md-newsline .md-newsline-before {
  width: 2rem;
  font-size: 1.5rem;
}
.md-submenu-news-in .md-newsline .md-newsline-after {
  width: 4.5rem;
}
.md-submenu-news-in .md-newsline .md-newsline-after a:hover {
  text-decoration: underline;
}
.md-submenu-news-in .md-newsline .md-newsline-main {
  width: calc(100% - 6.5rem);
  height: 2rem;
  padding-left: 0.5rem;
  overflow: hidden;
}
.md-submenu-news-in .md-newsline .md-newsline-main p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 8rem);
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.md-submenu-news-in .md-newsline .md-newsline-main .md-newsline-date {
  color: #F0CB69;
  width: 7rem;
  display: inline-block;
  vertical-align: middle;
  height: 2rem;
  line-height: 2rem;
}

.id-v-slideList {
  transform: translateY(2rem);
}

/* ============================================================ */
/*           page title                                         */
/* ============================================================ */
.md-pagetitle {
  background: #fff;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  margin-top: 3.125rem;
}

.md-pagetitle-nosubmenu {
  margin-top: 0;
}

.md-pagetitle-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.md-page-h2 {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-end;
}
.md-page-h2:before {
  display: inline-block;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.2rem;
  font-size: 1.625rem;
  font-family: fontAwesome;
}
.md-page-h2.md-page-h2-news:before {
  content: "";
}
.md-page-h2.md-page-h2-q-human:before {
  background: url(../img/h2-q-human.svg) no-repeat center center;
}
.md-page-h2.md-page-h2-q-land:before {
  background: url(../img/h2-q-land.svg) no-repeat center center;
}
.md-page-h2.md-page-h2-q-product:before {
  background: url(../img/h2-q-product.svg) no-repeat center center;
}
.md-page-h2.md-page-h2-q-subsidy:before {
  background: url(../img/h2-q-subsidy.svg) no-repeat center center;
}

.md-ptitle-notes {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 0.875rem;
  margin-left: 5px;
  padding-bottom: 2px;
}
.md-ptitle-notes span {
  margin-left: 4px;
  margin-right: 4px;
}

/* file: _login */
/* ============================================================ */
/*                      login page                              */
/* ============================================================ */
.md-login-wrapper {
  width: 28rem;
  height: 32rem;
  margin-top: 5vh;
}

.md-title-coa {
  display: block;
  width: 240px;
  height: 35px;
  background: url(../img/logo-coa.svg) no-repeat center center;
  cursor: pointer;
}

.md-title-mdm {
  display: block;
  width: 393px;
  height: 26px;
  background: url(../img/logo-mdm.svg) no-repeat center center;
  cursor: pointer;
}

.md-login-card {
  width: 100%;
  margin-top: 1rem;
  padding: 3rem 3rem 2rem 0rem;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 5px;
}
.md-login-card label {
  color: #fff;
  text-align: right;
}
.md-login-card p {
  color: #fff;
}

.md-agree-card label {
  color: inherit;
}

.md-captcha-row > * {
  display: inline-block;
}
.md-captcha-row .form-control {
  width: 50%;
}
.md-captcha-row img {
  height: 100%;
  width: auto;
  padding-left: 10px;
}

.md-btn-relocap {
  padding: 0.25rem;
  margin-left: -0.25rem;
  color: #fff;
  height: 110%;
  font-size: 1.75rem;
  cursor: pointer;
}

.md-btn-relocap.click {
  color: #F0CB69;
}

.md-login-link-row {
  padding: 0 1.8rem;
}
.md-login-link-row > * {
  display: inline-block;
  text-align: center;
}
.md-login-link-row a {
  width: 40%;
  color: #fff;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F0CB69;
}
.md-login-link-row a:hover {
  color: #F0CB69;
}

.md-deco-line {
  width: 1px;
  height: 70%;
  background: #fff;
}

.md-form-group-btn {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* ============================================================ */
/*           registraions forget	                            */
/* ============================================================ */
.md-wrapper-full-regis, .md-wrapper-full-forget {
  background: url(../img/regis-bg.jpg) no-repeat;
  background-size: cover;
  background-position: left top;
}

.md-regis-wrapper {
  width: 90%;
  max-width: 58rem;
  height: auto;
}

.md-regis-card, .md-forget-card {
  height: auto;
  margin-top: 0;
  padding: 2rem 1rem 2rem 2rem;
  color: #fff;
}

.md-forget-card {
  padding-bottom: 4rem;
}
.md-forget-card .md-card-body {
  margin-left: 0;
}

/* 會員註冊 agree */
.md-agree-card {
  color: inherit;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 2rem;
  padding-right: 2rem;
}

.md-agree-body {
  border-top: 1px solid #BBBBBB;
  margin-top: 0.5rem;
  padding-top: 1rem;
}
.md-agree-body h5 {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  display: inline-block;
  background-color: #E2e2e2;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0;
}

.md-agree-txt-wrapper {
  width: 100%;
  padding: 10px;
  margin: 0rem auto 1rem auto;
  height: 280px;
  border: 1px solid #BBBBBB;
  overflow-y: auto;
}
.md-agree-txt-wrapper p {
  text-align: left;
  color: inherit;
  line-height: 1.2;
  font-size: 1rem;
  margin: 0.75rem 0;
}
.md-agree-txt-wrapper .md-agree-li {
  margin: 0.25rem 0;
  padding-left: 1rem;
}
.md-agree-txt-wrapper img {
  width: auto;
  height: 200px;
  border: 2px solid #1C7644;
}
.md-agree-txt-wrapper a.md-show-link {
  color: #1C7644;
  text-decoration: underline;
}

.md-agree-indent p {
  padding-left: 2rem;
  text-indent: -2rem;
}
.md-agree-indent p.agree-second {
  padding-left: 2.2rem;
  text-indent: -2.2rem;
}
.md-agree-indent p.agree-third {
  padding-left: 3rem;
  text-indent: -1rem;
}
.md-agree-indent p.agree-2digit {
  padding-left: 3.2rem;
  text-indent: -3.2rem;
}

.md-card-header, .md-card-body {
  width: 100%;
}

.md-card-body {
  margin-top: 2rem;
  margin-left: -3rem;
}
.md-card-body .row {
  margin-left: 0;
  margin-right: 0;
}

.md-card-h2 {
  font-size: 1.5rem;
}
.md-card-h2 i {
  margin-right: 0.2rem;
}

.md-h2-splash:before {
  font-size: 1rem;
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
}

.md-icon-regis-star {
  color: #F0CB69;
}
.md-icon-regis-star:before {
  font-size: 1rem;
  content: "*";
  display: inline-block;
  margin: 0 0.2rem;
}

.md-card-hlight {
  color: #F0CB69;
}

.md-input-txt {
  padding-left: 0px;
  padding-right: 0px;
}

.md-form-check {
  display: inline-block;
  margin-right: 0.7rem;
}
.md-form-check > * {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: bottom;
}

/* ============================================================ */
/*           main choice   	                            	    */
/* ============================================================ */
.md-wrapper-full-main {
  min-width: 1100px;
}

.md-mainchoice-wrapper {
  width: 100%;
  height: calc(100% - 11rem);
  background: url(../img/main-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
}
.md-mainchoice-wrapper .container {
  height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-mainchoice-wrapper .row {
  width: 100%;
}

.md-btn-mainchoice {
  display: block;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  font-size: 1.5rem;
  width: 16.625rem;
  height: 3.75rem;
  border-radius: 1.9rem;
  line-height: 3.75rem;
  text-align: center;
}
.md-btn-mainchoice i {
  font-size: 2rem;
  margin-left: 10px;
}
.md-btn-mainchoice:hover {
  color: #F0CB69;
  background: rgba(51, 51, 51, 0.8);
}

.md-mainchoice-col {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-mainchoice-col p {
  display: block;
  width: auto;
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.2;
}

/* ============================================================ */
/*           news        	                            	    */
/* ============================================================ */
.md-news-table {
  border-top: 4px solid #50A679;
  border-bottom: 4px solid #50A679;
}

.md-news-item {
  width: 100%;
  background: #f7f7f7;
}
.md-news-item:nth-child(odd) {
  background: #ECECEC;
}

.md-news-header {
  width: 100%;
  min-height: 4rem;
  display: table;
  border-collapse: collapse;
}
.md-news-header ul {
  display: table-row;
}
.md-news-header ul li {
  display: table-cell;
  vertical-align: middle;
}
.md-news-header ul li.md-news-date {
  text-align: center;
  width: 10rem;
  color: #1C7644;
}
.md-news-header ul li.md-news-title {
  width: calc(100% - 15rem);
  line-height: 1.2;
}
.md-news-header ul li.md-news-toggle {
  width: 5rem;
  text-align: center;
  color: #1C7644;
}

.md-news-body {
  padding: 0;
}

.md-news-content {
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1.4;
}
.md-news-content p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* file: _query */
/* ============================================================ */
/*         query result table                                   */
/* ============================================================ */
.md-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1;
  font-size: 1rem;
  word-break: break-all;
}
.md-table th, .md-table td {
  padding: 0.4rem 0.4rem;
}
.md-table th {
  text-align: center;
  border-right: 1px solid #f7f7f7;
}
.md-table td {
  text-align: center;
  border: 1px solid #BBBBBB;
}
.md-table tr.md-thead {
  background: #6F6F6F;
  color: #fff;
}
.md-table tr.md-tbody:nth-child(odd) {
  background: #fff;
}
.md-table tr.md-tbody:nth-child(even) {
  background: #f7f7f7;
}

.md-table-linkbtn {
  display: inline-block;
  background: #1C7644;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.4rem 0.4rem;
  border-radius: 0.25rem;
  letter-spacing: 2px;
}
.md-table-linkbtn:hover {
  color: #fff;
  background: #50A679;
}
.md-table-linkbtn:after {
  display: inline-block;
  font-family: FontAweSome;
  width: 0.875rem;
  height: 0.875rem;
  line-height: 0.875rem;
  text-align: center;
  font-size: 0.875rem;
  content: "";
  margin-left: 0.1rem;
}

.md-info-wrap {
  position: relative;
  display: inline-block;
}
.md-info-wrap:hover {
  cursor: pointer;
}
.md-info-wrap:hover .md-info-icon:after {
  color: #F0CB69;
}
.md-info-wrap:hover .md-info-tooltip {
  visibility: visible;
}

.md-info-icon {
  cursor: pointer;
}
.md-info-icon:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 22px;
  font-family: FontAwesome;
}

.md-info-tooltip.md-info-tooltip-small {
  left: -60px;
  width: 140px;
}

.md-info-tooltip {
  visibility: hidden;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: calc(100% + 18px);
  left: -100px;
  width: 220px;
  opacity: 1;
  background: #1C7644;
  font-size: 1rem;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
}
.md-info-tooltip p {
  color: #fff;
  line-height: 1.3;
  font-weight: normal;
}
.md-info-tooltip p.title {
  margin-bottom: 3px;
}
.md-info-tooltip p.txt {
  text-align: left;
  text-indent: -34px;
  padding-left: 34px;
}
.md-info-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #1C7644 transparent;
}

/* 來源系統tooltip */
.md-info-wrap-src .md-info-icon.active:after {
  color: #1C7644;
}
.md-info-wrap-src:hover .md-info-icon:after {
  color: #1C7644;
}
.md-info-wrap-src .md-info-tooltip {
  top: -5px;
  left: 35px;
  width: 640px;
}
.md-info-wrap-src .md-info-tooltip:after {
  border-color: transparent #1C7644 transparent transparent;
  top: 6px;
  bottom: auto;
  left: -10px;
}
.md-info-wrap-src .md-info-tooltip p.txt {
  text-indent: 0;
  padding-left: 0;
}

.md-info-src-name {
  margin-left: 5px;
}

/* 來源系統總表 */
.idSrcCodeWrapper {
  position: relative;
}

.md-ctable-card.idSrcCodeTable {
  width: 640px;
  top: 60px;
  right: 5px;
  left: auto;
}

.idSrcCodeTable .md-ctable-header {
  padding-top: 8px;
}
.idSrcCodeTable .md-ctable-header, .idSrcCodeTable .md-ctable-bodyNew {
  background: #1C7644;
}
.idSrcCodeTable .md-ctable-bodyNew {
  max-height: 26rem;
}
.idSrcCodeTable .md-ctable-bodyNew-in {
  max-height: 24rem;
}
.idSrcCodeTable .md-table td:nth-child(3), .idSrcCodeTable .md-table th:nth-child(3) {
  text-align: left;
}

.md-toggle-close {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.md-toggle-close:before {
  content: "✕";
  font-family: Arial;
  font-size: 1.2rem;
}

th.md-q-human-tableCnt-src {
  cursor: pointer;
}

th.md-q-human-tableCnt-src.active {
  background: #1C7644;
}

/* 匯出選擇box */
.md-info-tooltip-expfile {
  background: #4A4A4A;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
  top: -90px;
  left: -10px;
  width: 90px;
  height: 80px;
  padding: 0.5rem 0 0 0;
}
.md-info-tooltip-expfile a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: underline;
  letter-spacing: 1px;
  padding: 0.5rem 0;
}
.md-info-tooltip-expfile a:hover {
  color: #F0CB69;
}
.md-info-tooltip-expfile:after {
  bottom: -22%;
  left: 50%;
  border-color: #4A4A4A transparent transparent transparent;
}

/* ============================================================ */
/*                      query option                            */
/* ============================================================ */
.md-ptitle-btn-group {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  border: 1px solid #f7f7f7;
  width: 9rem;
  height: 2rem;
  padding-top: 2px;
  border-radius: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.md-ptitle-btn-group .md-ptitle-notes {
  padding-bottom: 0;
  margin-left: 0;
}

.md-ptitle-btn:hover {
  color: #1C7644;
}

/* 查詢欄位 */
.md-queryoption {
  background: #CFCFCF;
  display: flex;
  justify-content: center;
}

.md-queryoption-in {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

/* 依物查詢 */
.md-queryoption-in.esp-for-ewu {
  flex-direction: column;
}

.md-qo-row.esp-for-ewu {
  display: flex;
  justify-content: flex-start;
}
.md-qo-row.esp-for-ewu:nth-child(1) {
  margin-bottom: 0.5rem;
}

.md-qo-col {
  margin: 0 0.5rem;
}

.md-qo-col-4w {
  width: 12rem;
}

.md-qo-col-5w {
  width: 15rem;
}

.md-qo-col-6w {
  width: 18rem;
}

.md-qo-col-8w {
  width: 24rem;
}

.md-qo-col-10w {
  width: 30rem;
}

.md-qo-label {
  font-size: 0.875rem;
  height: 1.4rem;
  padding-left: 0.5rem;
}

.md-qo-width-2w {
  width: 3.75rem;
}

.md-qo-width-num4w {
  width: 4.25rem;
}

.md-qo-width-4w {
  width: 7rem;
}

.md-qo-width-5w {
  width: 8rem;
}

.md-qo-width-7w {
  width: 10rem;
}

.md-qo-width-10w {
  width: 16rem;
}

.md-qo-width-15w {
  width: 19rem;
}

.md-qo-width-30w {
  width: 36rem;
}

.md-qo-input-group {
  padding-left: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.md-qo-year {
  margin: 0 0.1rem;
}

.md-qo-to {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  background: #6F6F6F;
  font-size: 1rem;
  margin: 0 0.5rem;
}

/* ============================================================ */
/*                      query result                            */
/* ============================================================ */
/* 查詢結果 */
.md-query-container {
  display: flex;
  justify-content: center;
}

.md-querycontent-in {
  padding: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

.md-querycontent-in.md-wrapper-in {
  max-width: 100%;
}

/* 右側 */
.md-q-itemmain-wrapper {
  padding-left: 2px;
  width: calc(100% - 15.25rem);
}

/*符合選項 */
.md-q-itemlist-wrapper {
  width: 15.25rem;
  background: #fff;
  height: 100%;
  max-height: 780px;
}

.md-q-itemlist-header {
  height: 4rem;
  padding-top: 1rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #ECECEC;
}
.md-q-itemlist-header > * {
  display: inline-block;
}

.md-q-itemlist-body {
  height: calc(100% - 4rem);
  overflow-y: auto;
}

/* 右上基本資料 */
.md-q-itemmain-basic {
  padding: 1rem 1rem 2rem 1rem;
  background: #F0CB69;
  min-height: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2px;
}

.md-col-basic-title {
  width: 14%;
}

.md-col-basic-info {
  width: 86%;
}

.md-basic-info-row {
  display: flex;
  align-items: stretch;
  margin-right: 0;
}

.md-basic-info-col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: table;
  font-size: 1.0625rem;
  width: 33.3%;
}
.md-basic-info-col dl {
  display: table-row;
}
.md-basic-info-col dt, .md-basic-info-col dd {
  display: table-cell;
  padding-top: 0.8rem;
  height: 2.5rem;
}
.md-basic-info-col dt {
  text-align: left;
  font-size: 0.9375rem;
  width: 50%;
}
.md-basic-info-col dd {
  text-align: center;
  width: 50%;
  border-bottom: 1px dashed #333;
}
.md-basic-info-col dd.md-no-border {
  border: none;
}
.md-basic-info-col .md-icon-checkbox, .md-basic-info-col .md-icon-radiobox {
  display: inline-block;
  margin-right: 0.5rem;
}
.md-basic-info-col .md-icon-checkbox:before, .md-basic-info-col .md-icon-radiobox:before {
  font-family: FontAweSome;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  font-size: 1rem;
  opacity: 0.5;
}
.md-basic-info-col .md-icon-radiobox:before {
  content: "";
}
.md-basic-info-col .md-icon-checkbox:before {
  content: "";
}
.md-basic-info-col .md-icon-checkbox.md-checked-yes:before {
  content: "";
  opacity: 1;
}
.md-basic-info-col .md-icon-checkbox.md-checked-no:before {
  opacity: 1;
}
.md-basic-info-col .md-icon-radiobox.md-checked-yes:before {
  content: "";
  opacity: 1;
}
.md-basic-info-col .md-icon-radiobox.md-checked-no:before {
  opacity: 1;
}

input:disabled {
  color: inherit;
}

.form-check-input:disabled ~ .form-check-label {
  color: #000;
}

.form-check-input:disabled {
  color: #000;
}

/* 客製化調基本資料欄寬 */
.md-q-human-info-col1 {
  width: 33%;
}
.md-q-human-info-col1 dt {
  width: 6rem;
}
.md-q-human-info-col1 dd {
  width: calc(100% - 6rem);
}

.md-q-human-info-col2 {
  width: 40%;
}
.md-q-human-info-col2 dt {
  width: 7rem;
}
.md-q-human-info-col2 dd {
  width: calc(100% - 7rem);
}

.md-q-human-info-col3 {
  width: 26%;
}
.md-q-human-info-col3 dt {
  width: 3rem;
}
.md-q-human-info-col3 dd {
  width: calc(100% - 3rem);
}

.md-q-land-info-col1 {
  width: 33%;
}
.md-q-land-info-col1 dt {
  width: 3rem;
}
.md-q-land-info-col1 dd {
  width: calc(100% - 3rem);
}

.md-q-land-info-col2 {
  width: 33%;
}
.md-q-land-info-col2 dt {
  width: 6rem;
}
.md-q-land-info-col2 dd {
  width: calc(100% - 6rem);
}

.md-q-land-info-col3 {
  width: 33%;
}
.md-q-land-info-col3 dt {
  width: 4rem;
}
.md-q-land-info-col3 dd {
  width: calc(100% - 4rem);
}

.md-q-product-info-col1 {
  width: 33%;
}
.md-q-product-info-col1 dt {
  width: 8rem;
}
.md-q-product-info-col1 dd {
  width: calc(100% - 8rem);
}

.md-q-product-info-col2 {
  width: 33%;
}
.md-q-product-info-col2 dt {
  width: 7rem;
}
.md-q-product-info-col2 dd {
  width: calc(100% - 7rem);
}

.md-q-product-info-col3 {
  width: 33%;
}
.md-q-product-info-col3 dt {
  width: 5rem;
}
.md-q-product-info-col3 dd {
  width: calc(100% - 5rem);
}

.md-q-subsidy-info-col1 {
  width: 35%;
}
.md-q-subsidy-info-col1 dt {
  width: 3rem;
}
.md-q-subsidy-info-col1 dd {
  width: calc(100% - 3rem);
}

.md-q-subsidy-info-col2 {
  width: 65%;
}
.md-q-subsidy-info-col2 dt {
  width: 5rem;
}
.md-q-subsidy-info-col2 dd {
  width: calc(100% - 5rem);
}

/* 右下 */
.md-q-itemmain {
  background: transparent;
}

/* nav tabs */
ul.md-q-itemmain-nav-tabs {
  background: #C0D3C9;
  padding: 0.75rem;
}
ul.md-q-itemmain-nav-tabs li > a {
  border: 1px solid #C0D3C9;
  border-radius: 1.125rem;
  display: block;
  margin: 0 0.25rem;
  font-size: 1.125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
ul.md-q-itemmain-nav-tabs li > a.md-tab-hide {
  display: none;
}
ul.md-q-itemmain-nav-tabs li > a.active, ul.md-q-itemmain-nav-tabs li > a.show, ul.md-q-itemmain-nav-tabs li:hover > a,
ul.md-q-itemmain-nav-tabs li > a.md-tab-hide.active,
ul.md-q-itemmain-nav-tabs li > a.md-tab-hide.show {
  display: block;
  color: #1C7644;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fff;
}

.md-q-itemmain-tab-content,
.md-c-ctrlboard-tab-content {
  padding: 0;
}

ul.md-c-ctrlboard-nav-tabs {
  background: #f0f0f0;
  display: flex;
  width: 100%;
  border-bottom: 1px dotted #333;
}
ul.md-c-ctrlboard-nav-tabs li {
  width: 50%;
  border-right: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
}
ul.md-c-ctrlboard-nav-tabs li > a {
  display: block;
  font-size: 1rem;
  color: #676767;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem 0 2rem;
  text-indent: -1rem;
}
ul.md-c-ctrlboard-nav-tabs li > a.md-tab-hide {
  display: none;
}
ul.md-c-ctrlboard-nav-tabs li > a.active, ul.md-c-ctrlboard-nav-tabs li > a.show, ul.md-c-ctrlboard-nav-tabs li:hover > a,
ul.md-c-ctrlboard-nav-tabs li > a.md-tab-hide.active,
ul.md-c-ctrlboard-nav-tabs li > a.md-tab-hide.show {
  display: block;
  color: #000;
  font-weight: bold;
}

.md-ctrlbox-title.long-title {
  line-height: 1.2rem;
  padding-top: 0.2rem;
}

/* nav tabs 第2層table */
ul.md-q-itemmain-nav-tabs-sub {
  background: #fff;
}
ul.md-q-itemmain-nav-tabs-sub li > a {
  border: 1px solid #fff;
}
ul.md-q-itemmain-nav-tabs-sub li > a.active, ul.md-q-itemmain-nav-tabs-sub li > a.show, ul.md-q-itemmain-nav-tabs-sub li:hover > a,
ul.md-q-itemmain-nav-tabs-sub li > a.md-tab-hide.active,
ul.md-q-itemmain-nav-tabs-sub li > a.md-tab-hide.show {
  border: 1px solid #1C7644;
}

/* 頁碼、註解 */
.md-table-header {
  width: 100%;
  padding: 0.8rem 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.md-table-note {
  text-align: right;
  color: #CA4043;
}
.md-table-note p {
  color: #CA4043;
  line-height: 1.2;
  padding: 5px 0;
}
.md-table-note span {
  font-weight: bold;
}
.md-table-note .md-txt-hlight {
  color: #CA4043;
  background: #fff;
  border: 1px dashed #CA4043;
  padding: 0 0.2rem;
  margin: 0 0.4rem;
}

.md-pagination-qtable {
  margin-top: 1rem;
}

/* 客製化調table td寬度 */
.md-table td.md-q-human-table1-ctvalue {
  width: 35%;
  text-align: left;
}
.md-table td.md-q-human-table6-eventname {
  width: 25%;
  text-align: left;
}
.md-table td.md-q-human-subtablePol-eventname {
  width: 18%;
  text-align: left;
}
.md-table td.md-q-human-subtableDis-eventname {
  width: 12%;
  text-align: left;
}
.md-table td.md-q-subsidy-table4Policy-event {
  width: 10%;
  text-align: left;
}
.md-table td.md-q-subsidy-table4Disaster-event {
  width: 10%;
  text-align: left;
}
.md-table .md-q-human-tableCnt-idx, .md-table .md-q-human-tableCnt-year,
.md-table .md-q-human-tableIns-idx, .md-table .md-q-human-tableGrp-idx, .md-table .md-q-human-tableGrp-county, .md-table .md-q-human-tableGrp-town,
.md-table .md-q-human-tableLand-idx, .md-table .md-q-human-tableLand-yearmonth, .md-table .md-q-human-tableLand-county, .md-table .md-q-human-tableLand-town, .md-table .md-q-human-tableLand-landno, .md-table .md-q-human-tableLand-landlink,
.md-table .md-q-human-tableDev-idx, .md-table .md-q-human-tableDev-county, .md-table .md-q-human-tableDev-town,
.md-table .md-q-human-tableItem-idx, .md-table .md-q-human-tableItem-year, .md-table .md-q-human-tableItem-county, .md-table .md-q-human-tableItem-town, .md-table .md-q-human-tableItem-landno, .md-table .md-q-human-tableItem-link {
  white-space: nowrap;
}
.md-table .md-q-human-subtableSum-idx, .md-table .md-q-human-subtableSum-year,
.md-table .md-q-human-subtablePol-idx, .md-table .md-q-human-subtablePol-year, .md-table .md-q-human-subtablePol-county, .md-table .md-q-human-subtablePol-town, .md-table .md-q-human-subtablePol-no,
.md-table .md-q-human-subtableOil-idx, .md-table .md-q-human-subtableOil-year, .md-table .md-q-human-subtableFer-idx, .md-table .md-q-human-subtableFer-year,
.md-table .md-q-human-subtableDis-idx, .md-table .md-q-human-subtableDis-year, .md-table .md-q-human-subtableDis-county, .md-table .md-q-human-subtableDis-town, .md-table .md-q-human-subtableDis-landno, .md-table .md-q-human-subtableDis-no,
.md-table .md-q-human-subtableInst-idx, .md-table .md-q-human-subtableInst-year, .md-table .md-q-human-subtableInst-county, .md-table .md-q-human-subtableInst-town,
.md-table .md-q-human-subtableInsur-idx, .md-table .md-q-human-subtableInsur-year, .md-table .md-q-human-subtableInsur-county, .md-table .md-q-human-subtableInsur-town {
  white-space: nowrap;
}
.md-table .md-q-human-tableNote-idx,
.md-table .md-q-land-tableUser-idx, .md-table .md-q-land-tableUser-name, .md-table .md-q-land-tableUser-link,
.md-table .md-q-land-tableUsage-idx, .md-table .md-q-land-tableUsage-year, .md-table .md-q-land-tableUsage-period, .md-table .md-q-land-tableUsage-link {
  white-space: nowrap;
}
.md-table .md-q-product-table1-idx, .md-table .md-q-product-table1-year, .md-table .md-q-product-table1-county-link,
.md-table .md-q-product-table2-idx, .md-table .md-q-product-table2-year, .md-table .md-q-product-table2-county, .md-table .md-q-product-table2-town-link,
.md-table .md-q-product-table3-idx, .md-table .md-q-product-table3-year, .md-table .md-q-product-table3-county, .md-table .md-q-product-table3-town, .md-table .md-q-product-table3-link,
.md-table .md-q-product-table4-year, .md-table .md-q-product-table4-period, .md-table .md-q-product-table4-county, .md-table .md-q-product-table4-town, .md-table .md-q-product-table4-landno, .md-table .md-q-product-table4-landlink, .md-table .md-q-product-table4-userlink {
  white-space: nowrap;
}
.md-table .md-q-subsidy-table1-idx, .md-table .md-q-subsidy-table1-year, .md-table .md-q-subsidy-table1-county-link,
.md-table .md-q-subsidy-table2-idx, .md-table .md-q-subsidy-table2-year, .md-table .md-q-subsidy-table2-county, .md-table .md-q-subsidy-table2-town-link,
.md-table .md-q-subsidy-table3-idx, .md-table .md-q-subsidy-table3-year, .md-table .md-q-subsidy-table3-county, .md-table .md-q-subsidy-table3-town, .md-table .md-q-subsidy-table3-link,
.md-table .md-q-subsidy-table4Policy-idx, .md-table .md-q-subsidy-table4Policy-year, .md-table .md-q-subsidy-table4Policy-county, .md-table .md-q-subsidy-table4Policy-town, .md-table .md-q-subsidy-table4Policy-no, .md-table .md-q-subsidy-table4Policy-userlink {
  white-space: nowrap;
}
.md-table .md-q-subsidy-table4Policy-period, .md-table .md-q-human-subtablePol-period {
  width: 30px;
}

/* file: _dashboard */
/* ============================================================ */
/*                      dashboard                               */
/* ============================================================ */
.md-submenu-dboard {
  background-color: #f0f0f0;
  height: 3.125rem;
  display: flex;
  justify-content: center;
}

.md-submenu-dboard-in.md-wrapper-in {
  padding-left: 0;
}

.md-dboard-menu {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.md-dboard-menu a {
  color: #676767;
  display: block;
  padding: 0 1rem;
  font-size: 1.25rem;
}
.md-dboard-menu a:hover, .md-dboard-menu a.active {
  color: #000;
  font-weight: bold;
}

/* 篩選區 */
.md-chart-filter {
  background-color: #fff;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-chart-filter-in > * {
  vertical-align: middle;
  margin: 0 0.5rem;
}
.md-chart-filter-in:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.md-chart-filter-in .mr-auto {
  margin-right: 0 !important;
  width: 50%;
  float: left;
}

.md-filter-btn {
  float: right;
}

.md-filter-btn.idCloseCtrlToggleCtrlRst {
  margin-right: 150px;
}

.md-filter-btn.idCloseCtrlRstToggleCtrl {
  margin-right: -250px;
}

.md-chart-filter-in.md-wrapper-in {
  padding-right: 0;
}

.idChartFishBoardNote, .idChartFarmBoardNote {
  width: 98%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ca4043;
}
.idChartFishBoardNote p, .idChartFarmBoardNote p {
  color: #CA4043;
  line-height: 1.2;
  padding: 5px;
}

/* 篩選日期 */
.md-date-period {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.md-select-date {
  width: 9rem;
  height: 2rem;
  background: #fff;
  padding: 0;
  position: relative;
  display: inline-block;
  border: 1px solid #676767;
  border-radius: 0.25rem;
}
.md-select-date input {
  position: absolute;
  z-index: 1;
  background: url(../img/cart.png) no-repeat;
  background-position: right 10px center;
  background-size: 14px 14px;
  padding: 0 0 0 30px;
}
.md-select-date i {
  position: absolute;
  left: 10px;
  top: 7px;
  z-index: 1;
}

.md-pick-date {
  position: absolute;
  z-index: 1;
  background: transparent;
  height: 100%;
  width: 100%;
  padding: 0 0 0 35px;
  cursor: pointer;
  border: 0;
}
.md-pick-date[type="text"] {
  font-size: 0.875rem;
}

.md-filter-btn {
  height: 2rem;
  background: #6F6F6F;
  background: #1C7644;
  color: #fff;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.25rem;
  vertical-align: middle;
}
.md-filter-btn i {
  padding-left: 0.25rem;
}

.md-filter-btn.idChartFishBoardNoteBtn, .md-filter-btn.idChartFarmBoardNoteBtn, .md-filter-btn.idSrcCodeToggle {
  background: #fff;
  color: #CA4043;
}

.md-filter-btn.idSrcCodeToggle {
  border: 1px solid #CA4043;
}

/* 圖表nav */
.md-chart-nav {
  background: #C0D3C9;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 圖表 select */
.md-chart-select {
  width: 50%;
}

.md-chart-filter {
  background-color: #C0D3C9;
}

/* ============================================================ */
/*                      charts                                  */
/* ============================================================ */
.md-mychart-container {
  background: #f7f7f7;
  padding: 1rem 2rem 0rem 2rem;
  display: flex;
  flex-wrap: wrap;
}

.md-mychart-card {
  background: #fff;
  width: 49%;
  margin: 0.5%;
}

.md-cheader {
  height: 3rem;
  padding-left: 0.5rem;
  border-bottom: 1px dotted #333;
  display: flex;
  align-items: center;
}
.md-cheader > * {
  margin: 0 0.25rem;
}

.md-ctag {
  display: inline-block;
  font-size: 0.875rem;
  background: #C0D3C9;
  padding: 0.5rem;
  border-radius: 1rem;
}

.md-ctitle {
  font-size: 1.25rem;
  font-weight: bold;
}

.md-cbody {
  text-align: center;
  overflow: hidden;
}

.md-map-img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.md-mychart-card.md-mode-cbig .md-ctitle-right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.md-mychart-card.md-mode-cbig .md-export-btn.showOnModeBigOnly {
  display: flex;
  margin-right: 1rem;
  margin-left: auto;
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-top: -3px;
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly a:hover:before {
  background: #1C7644;
  color: #fff;
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-prev, .md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-all, .md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-next {
  font-size: 0;
  text-align: center;
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-prev:before, .md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-all:before, .md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-next:before {
  color: #1C7644;
  display: inline-block;
  font-family: fontAweSome;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  content: " ";
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-prev:before {
  content: "";
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-all:before {
  content: "";
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .md-chart-pager-next:before {
  content: "";
}
.md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .idCPDisable:before, .md-mychart-card.md-mode-cbig .md-pager-btn.showOnModeBigOnly .idCPDisable:hover:before {
  cursor: default;
  background: transparent;
  color: rgba(0, 0, 0, 0.3);
}

/* 圖表預覽模式 */
.md-mychart-card.md-mode-cprev {
  position: relative;
  height: 31rem;
}
.md-mychart-card.md-mode-cprev:before {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  content: "進一步操作，請先點擊放大圖表";
  color: #fff;
  font-size: 1.125rem;
  text-align: right;
  background: rgba(0, 0, 0, 0.3) url("../img/chart-zoomin.svg") no-repeat;
  background-size: 26px 26px;
  padding-right: 54px;
  padding-top: 16px;
  background-position: top 10px right 20px;
}

.md-mychart-card.md-mode-cprev .md-cbody {
  height: 28rem;
}

.md-mychart-card.md-mode-cprev:hover:before {
  opacity: 1;
}

.md-mychart-card .showOnModeBigOnly {
  display: none;
}

.md-mychart-card.md-mode-cbig .showOnModeBigOnly {
  display: block;
}

/* 圖表放大模式時 顯示 draggable table  */
.md-mychart-card.md-mode-cbig {
  width: 100%;
  height: 45rem;
  position: relative;
}
.md-mychart-card.md-mode-cbig .md-cheader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.md-mychart-card.md-mode-cbig .md-cbody {
  position: absolute;
  width: 100%;
  height: 42rem;
  top: 3rem;
  padding-top: 2rem;
  left: 0;
  z-index: 1;
}

.md-ctable-card {
  position: absolute;
  left: 0rem;
  top: 3rem;
  z-index: 3;
  width: 100%;
  border: 1px solid #BBBBBB;
  border-radius: 0.25rem;
}

.md-ctable-header, .md-qcc-header {
  background: #6F6F6F;
  color: #fff;
  height: 2rem;
  padding: 0 0.5rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md-ctable-header .md-toggle.md-ct-toggle, .md-qcc-header .md-toggle.md-ct-toggle {
  height: 2rem;
  width: 2rem;
  text-align: center;
  color: #fff;
}

.md-ctable-body {
  max-height: 20rem;
  background: #6F6F6F;
  overflow-y: auto;
  overflow-x: auto;
  padding: 1rem;
}

.md-q-itemmain-chart {
  width: 100%;
}

.md-qcc-body {
  height: 22rem;
  background: #fff;
  border: #ECECEC;
}

.md-ct-table {
  width: 100%;
  cursor: default;
  background: #6F6F6F;
}
.md-ct-table th, .md-ct-table td {
  white-space: nowrap;
}

.md-ct-table.md-table-autowith {
  width: auto;
}

.md-ctable-bodyNew {
  max-height: 20rem;
  background: #6F6F6F;
  padding: 1rem;
  cursor: default;
}

.md-ctable-bodyNew-in {
  overflow-y: auto;
  overflow-x: auto;
  width: 100%;
  max-height: 18rem;
}

.md-ct-tableNew {
  min-width: 100%;
  width: auto;
}
.md-ct-tableNew th, .md-ct-tableNew td {
  white-space: nowrap;
}

.md-table .md-thead.md-ct-th {
  background: #CFCFCF;
  color: inherit;
}

.md-ct-legend {
  border-right: none;
  width: 1.5rem;
  font-size: 0;
}

/* 地圖放大模式時 可以點選 某區塊POPUP細分的圖表 */
.idChartMap .md-legend-overmap {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 280px;
  text-align: left;
  padding: 0;
  left: -50px;
  bottom: 5px;
  transform: scale(0.6);
  transform-origin: bottom;
}
.idChartMap .md-legend-overmap p {
  font-size: 1rem;
  text-indent: -3rem;
  padding-left: 3rem;
  margin-left: 5%;
}
.idChartMap .md-legend-overmap ul {
  width: 90%;
}
.idChartMap .md-legend-overmap .md-legend-lv {
  height: 1.5rem;
}
.idChartMap .TEST-BTN {
  position: absolute;
  top: 20%;
  left: 62%;
  z-index: 2;
  opacity: 0.7;
}

.idChartMap.md-mode-cbig .md-legend-overmap {
  transform: scale(1);
  left: 10px;
  bottom: 10px;
}

.md-mychart-card.md-mode-chide {
  display: none;
}

/* amcharts */
.md-amcharts-div {
  width: 100%;
  height: 100%;
}

.md-amcharts-div.md-amchart-33h {
  height: 33%;
}

.md-amcharts-div.md-amchart-50h {
  height: 50%;
}

p.md-amchart-withtitle {
  height: 2rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.md-amcharts-div.md-amchart-33h-withtitle {
  height: calc(33% - 2rem);
}

.md-amcharts-div.md-amchart-50h-withtitle {
  height: calc(50% - 2rem);
}

.md-amcharts-div.md-amchart-100h-withtitle {
  height: calc(100% - 2rem);
}

.md-mychart-card.md-dynamic-height.md-mode-cbig {
  height: auto;
}
.md-mychart-card.md-dynamic-height.md-mode-cbig .md-cbody {
  height: auto;
}
.md-mychart-card.md-dynamic-height.md-mode-cbig .md-amcharts-div.md-amchart-100h-withtitle,
.md-mychart-card.md-dynamic-height.md-mode-cbig .md-amcharts-div.md-amchart-50h, .md-mychart-card.md-dynamic-height.md-mode-cbig .md-amcharts-div.md-amchart-33h,
.md-mychart-card.md-dynamic-height.md-mode-cbig .md-amcharts-div.md-amchart-33h-withtitle, .md-mychart-card.md-dynamic-height.md-mode-cbig .md-amcharts-div.md-amchart-50h-withtitle {
  height: 24rem;
}

.md-amcharts-div.md-amchart-50w {
  width: 49%;
  display: inline-block;
}

.md-amcharts-div.md-amchart-50w-withtitle {
  width: 49%;
  display: inline-block;
  height: calc(100% - 2rem);
}

.md-amcharts-div a[title="JavaScript charts"] {
  opacity: 0.3;
}

/* for 水平長條圖 */
.md-mychart-card.md-special-height.md-mode-cbig {
  height: 60rem;
}
.md-mychart-card.md-special-height.md-mode-cbig .md-cbody {
  height: 55rem;
}

/* ============================================================ */
/*                      popup card                              */
/* ============================================================ */
.md-popup-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  transition: all 0.5s;
}

.md-popup-wrapper.md-show {
  display: flex;
  justify-content: center;
  align-items: center;
}

.md-popup-card {
  position: relative;
  padding: 1rem;
  background: #fff;
  border-radius: 0.25rem;
  width: 80%;
  margin-top: 25px;
}

.md-popup-close {
  color: #000;
  font-family: Verdana;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  cursor: pointer;
}

.md-popup-card .md-popup-close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  z-index: 3;
}
.md-popup-card .md-mychart-card.md-mode-cbig .md-export-btn.showOnModeBigOnly {
  margin-right: 2rem;
}
.md-popup-card .md-mychart-card.md-mode-cbig {
  height: calc(3rem + 70vh);
}
.md-popup-card .md-mychart-card.md-mode-cbig .md-cbody {
  height: 70vh;
}

/* ============================================================ */
/*               data ctrl board                                */
/* ============================================================ */
.md-ctrlboard-wrapper, .md-ctrlrst-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  position: absolute;
  top: 225px;
  left: 0;
  display: none;
}

.md-ctrlboard-wrapper.md-show, .md-ctrlrst-wrapper.md-show {
  display: block;
}

.md-ctrlboard, .md-ctrlrst {
  width: 400px;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  background: #fff;
  border-top: 1px dotted #333;
  right: -400px;
}

.md-ctrlboard {
  height: 100%;
}

.md-ctrlrst {
  max-height: 100%;
  height: 100%;
}

.md-ctrlboard.md-show, .md-ctrlrst.md-show {
  right: 0;
}

.md-ctrlboard-header, .md-ctrlrst-header {
  height: 3rem;
  border-bottom: 1px dotted #333;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md-ctrlboard-header .md-popup-close {
  width: 2rem;
}

.md-ctrlboard-body {
  height: calc(100% - 8rem);
  overflow-y: auto;
}

.md-ctrlboard-footer,
.md-ctrlboard-btn-wrapper {
  height: 5rem;
  border-top: 1px dotted #333;
  padding: 0 1rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.md-ctrlboard-btn-wrapper {
  border-top: 0;
  border-bottom: 1px dotted #333;
}

/* 篩選內容 */
.md-ctrlrst-body {
  padding: 1rem;
}

.md-ctrlrst-list dl {
  display: flex;
}
.md-ctrlrst-list dl dt {
  width: 45%;
}
.md-ctrlrst-list dl dd {
  width: 55%;
}
.md-ctrlrst-list dl dt:before {
  font-family: fontAweSome;
  width: 1rem;
  height: 1rem;
  content: "";
  color: #000;
  margin-right: 0.5rem;
}

.md-ctrlbox-title:before, .md-ctrlbox-header > span:before {
  font-family: fontAweSome;
  width: 1rem;
  height: 1rem;
  content: "";
  color: inherit;
  margin-right: 0.5rem;
}

.md-ctrlbox:first-child .md-ctrlbox-header {
  border-top: none;
}

.md-ctrlbox-header {
  height: 3rem;
  padding: 0 1.25rem 0 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f0f0f0;
  font-weight: bold;
  border-top: 1px dotted #333;
}
.md-ctrlbox-header .md-toggle.md-ctrl-toggle {
  height: 2rem;
  width: 2rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
  color: #1C7644;
}

.md-ctrl-checkbox-list {
  padding: 0.5rem 0;
}
.md-ctrl-checkbox-list li.md-form-check {
  width: 100%;
  padding: 0rem 1rem 0rem 2.5rem;
  margin-right: 0;
}
.md-ctrl-checkbox-list li.md-li-half {
  width: 45%;
  vertical-align: top;
}
.md-ctrl-checkbox-list .md-li-subtitle {
  width: 100%;
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.md-ctrl-checkbox-list .md-li-subtitle > .form-check-input {
  margin-top: 0;
}
.md-ctrl-checkbox-list .md-li-subtitle .md-toggle.md-ctrl-toggle {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.875rem;
}

/* 魚種名稱前/後年 2個checkbox的版型 */
.md-ctrl-checkbox-list.md-form-check-before-after li.md-form-check {
  padding: 0 1rem;
}
.md-ctrl-checkbox-list.md-form-check-before-after .mdfc-before, .md-ctrl-checkbox-list.md-form-check-before-after .mdfc-after {
  margin-left: 0rem;
  width: 40px;
  text-align: center;
  vertical-align: top;
}
.md-ctrl-checkbox-list.md-form-check-before-after .mdfc-center {
  width: calc(100% - 90px);
  text-align: left;
  padding-left: 10px;
}

.md-ctrl-checkbox-list-sublist {
  padding: 0;
}
.md-ctrl-checkbox-list-sublist li.md-form-check {
  padding-left: 1.5rem;
}

.md-ctrl-checkbox-list-sublist.evtToggleBody.md-show {
  display: flex;
}

.md-ctrl-checkbox-list-col2, .md-ctrl-checkbox-list-col3, .md-ctrl-checkbox-list-col4 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.md-ctrl-checkbox-list-col2 li.md-form-check, .md-ctrl-checkbox-list-col3 li.md-form-check, .md-ctrl-checkbox-list-col4 li.md-form-check {
  width: 50%;
  padding-right: 0;
}

.md-ctrl-checkbox-list-col3 li.md-form-check {
  width: 33%;
}

.md-ctrl-checkbox-list-col4 li.md-form-check {
  width: 25%;
}

/* 地圖圖例 */
.md-legend {
  width: 100%;
  margin: 1rem 0 2rem 0;
}
.md-legend p {
  margin-bottom: 0.5rem;
  margin-left: 10%;
}
.md-legend ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.md-legend-lv {
  width: 20%;
  height: 2rem;
  position: relative;
}
.md-legend-lv span {
  position: absolute;
  top: 2.25rem;
  font-size: 0.875rem;
}
.md-legend-lv.lv1 {
  background: #5A9D8A;
}
.md-legend-lv.lv1 span {
  left: -0.5rem;
}
.md-legend-lv.lv2 {
  background: #7EA469;
}
.md-legend-lv.lv3 {
  background: #DCD04F;
}
.md-legend-lv.lv4 {
  background: #F4BE55;
}
.md-legend-lv.lv5 {
  background: #C47158;
}
.md-legend-lv.lv5 span {
  right: -1rem;
}

/* ============================================================ */
/*               slider-range                                   */
/* ============================================================ */
.slider-range-wrap {
  margin-top: 1rem;
}

.ui-widget-content {
  height: 5px !important;
}

.ui-widget-header,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #1C7644;
  background: #1C7644;
}

.ui-widget-content {
  background: #ECECEC;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
}

.ui-slider-handle .amount {
  top: -35px;
  width: 60px;
  padding: 5px 0;
  border-radius: 0.25rem;
  margin-left: -25px;
  background: #1C7644;
}
.ui-slider-handle .amount:after {
  display: none;
}

.ui-widget.ui-widget-content {
  border-color: #000;
}

.min-range, .max-range {
  color: #000;
  font-size: 0.875rem;
}

.min-range {
  margin-left: -20px;
}

.max-range {
  margin-right: -20px;
}

.md-hide {
  display: none;
}

/* date picker */
.daterangepicker.dropdown-menu {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 0.875rem;
}

.daterangepicker select.monthselect {
  margin-left: -6px;
  margin-right: 12px;
}

/* file: _queries */
.md-wrapper-noheader,
.md-wrapper-full-main {
  min-height: 700px;
}

.md-wrapper-full-regis {
  min-height: 960px;
  min-height: 1060px;
}

.md-wrapper-full-forget {
  min-height: 600px;
}

.md-container {
  min-height: 960px;
}

.md-querycontent-in {
  min-height: 780px;
}

.md-chart-container {
  min-height: 780px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.md-mychart-container {
  min-height: 780px;
}

@page {
  margin-top: 1.5cm;
}
@media print {
  .md-watermark-wrapper.md-print-only {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../img/watermark1.svg);
    background-position: center center;
    background-size: 80% auto;
    background-repeat: no-repeat;
    text-align: center;
  }

  .idChartFarmBoardNote {
    border: none;
  }

  .md-amcharts-div {
    transform-origin: left;
  }

  header, .md-submenu-news, .md-submenu-dboard, .md-chart-filter, footer {
    display: none;
  }

  .md-ctable-card, .md-ctitle-right {
    visibility: hidden;
  }

  .idChartCard.md-mode-cprev {
    page-break-after: always;
    page-break-inside: avoid;
  }
  .idChartCard.md-mode-cprev .md-amcharts-div {
    page-break-inside: avoid;
  }

  .idChartCard.md-mode-cbig .md-amcharts-div {
    page-break-after: always;
    page-break-inside: avoid;
  }

  .md-mychart-container {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .md-wrapper-in {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 851px) {
  .md-loading-wrapper {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 850px) {
  .md-wrapper-full-regis,
  .md-wrapper-full-forget {
    height: auto;
    min-width: 1100px;
    min-height: 1380px;
  }

  .md-wrapper-full-main {
    min-height: 1470px;
  }

  .md-container {
    min-height: 1200px;
  }

  .md-querycontent-in {
    min-height: 1200px;
  }
}
