body {
  background: url(./img/well_bg.png) no-repeat bottom center / cover;
}

body .navbar {
  background-color: rgb(39 67 108 / .8);
  box-shadow: 0 0 4px #568b91;
}

body .navbar .navbar-nav li a {
  padding: 15px 10px 15px 10px;
}

body .navbar .navbar-header .navbar-brand .mirle-logo {
  height: 36px;
}

body .navbar .navbar-nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  background-color: transparent;
}

body .navbar .navbar-nav li a:hover {
  color: #2C5983;
  background-color: RGB(255, 255, 255, 0.9);
  font-weight: 500;
  cursor: pointer;
}

body .navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #2C5983;
  color: #E1F1F5;
}

body .body-content .page-title {
  margin-top: 40px;
  font-size: 46px;
  color: white;
}

/* .body-content {
  margin-bottom: 60px;
} */

.body-content .page-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.88em;
  line-height: 52px;
  color: #2d373c;
}

.body-content .well {
  border: 1px solid #fff;
  background-color: #2f638c;
}

.body-content .well hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #cdd9e1;
  height: 1px;
  margin: 0 0 30px 0;
}


.body-content table {
  text-align: center;
}

.body-content table thead tr {
  background-color: #dfe6ed;
}

.body-content table thead tr th {
  text-align: center;
}

.body-content table thead tr .th-min {
  width: 12%;
}

.body-content table thead tr .th-first {
  width: 15%;
}

.body-content table thead tr .th-second {
  width: 35%;
}

.body-content table thead tr .th-25 {
  width: 25%;
}

.body-content table tbody tr th {
  text-align: center;
}

.body-content .panel {
  margin: 20px 0 0 0;
  border-radius: 0;
  background-color: #fff0;
  border: none;
}

.body-content .panel .datagrid-toolbar,
.body-content .panel .datagrid-pager,
.body-content .panel .datagrid-header-inner {
    background-color: #295173;
    border-radius: 0;
}

.body-content .datagrid table tbody tr td a {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  /* padding: 6px 15px; */
  color: #2387aa;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
  cursor: pointer;
}

.body-content .datagrid table tbody tr td a:hover {
  color: #005578;
  text-decoration: underline;
  border: none;
  background-color: rgba(256, 256, 256, .2);
  padding-bottom: 10px;
  padding-top: 5px;
}

.body-content .alert-danger {
  text-align: center;
}

/* 回收水宣導圖片  /Backend/Document_Management/DocumentManagement*/
.img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.img-box img {
  width: 50%;
}

@media (min-width: 420px) {
  .body-content .datagrid table tbody tr td a {
    padding: 6px 15px;
  }
}

@media (min-width: 768px) {
  .navbar-collapse ul {
    width: auto;
  }
}

@media (min-width: 992px) {
  body .body-content .well .form-group label {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {
  /* .navbar-header {
    width: auto;
  } */

}



@media (max-width: 992px) {
  .img-box img {
    width: 80%;
  }

  .dropdown-menu {
    position: static;
    float: none;
  }

  body .btn:focus {
    outline: none;
  }

}

@media (max-width:576px) {
  .img-box {
    margin-bottom: 2rem;
  }

  .img-box img {
    width: 100%;
  }
}



body .datagrid-wrap {
  max-height: 400px !important;
  height: 400px !important;
}

.pagination {
  padding: 0;
}

.datagrid-view {
  height: 356px !important;
}