html,
body {
  font-size: 13px;
  font-family: "Open Sans", Lato, "PT Sans", Arial, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Zen Hei Mono", sans-serif;
  line-height: 1;
}
a,
a:focus,
a:hover {
  text-decoration: underline;
  color: #08893e;
}
a:hover {
  color: #0d5a2e;
}
a.btn,
a.btn:hover,
a.btn:focus {
  text-decoration: none;
}
.home-tags-list > li {
  margin-bottom: 10px;
}
.home-tags-list > li > .btn-default,
.home-tags-list > li > .btn-default:hover,
.home-tags-list > li > .btn-default:focus {
  border-color: #e5e5e5;
  background: #ffffff;
  font-size: 13px;
  color: #656565;
}
.logo-container {
  padding-top: 10px !important;
}
.logo-container img {
  max-width: 30px;
  margin-left: 20px !important;
}
.main-content {
  margin-left: 10px !important;
}
.file-container .logo-container-file {
  padding-top: 10px !important;
  padding-top: 5px !important;
}
.file-container .logo-container-file img {
  max-width: 30px;
  margin-left: 20px !important;
}
.file-container .file-name,
.file-container .file-type,
.file-container .file-size,
.file-container .file-checkbox {
  padding-top: 15px;
  margin-left: 0px !important;
  float: left;
  text-align: center;
}
.file-container .file-name {
  text-align: left !important;
  margin-left: 20px !important;
  font-size: 15px !important;
}
.result .nav-tabs .active a,
.result .nav-tabs a:hover {
  background: transparent !important;
}
.row1 {
  margin-left: -20px;
  *zoom: 1;
}
.row1:before,
.row1:after {
  display: table;
  content: "";
}
.row1:after {
  clear: both;
}
.result-cell li .result-main-link {
  font-size: 17px !important;
  color: #08893e !important;
}
.result-cell li .result-main-link:hover {
  color: #6ea23a !important;
  background-color: transparent !important;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  zoom: 1;
}
body {
  position: relative;
}
.page_box {
  color: #08893e;
  background: #ffffff;
  border: solid 1px #08893e;
  outline: none;
}
.well {
  background-color: #f8f8f8;
}
.well a:not(.btn) {
  color: #0d6e36;
}
.well .help-block {
  color: #656565;
}
p,
td,
th,
li,
div,
span,
a {
  overflow-wrap: break-word;
}
h4 {
  margin: 0px 0px 30px;
}
h4,
.h4 {
  font-size: 16px;
}
.text-danger {
  color: #eb0000;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
p {
  color: #656565;
  line-height: 22px;
  margin-bottom: 5px;
}
.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break-word {
  word-break: break-word;
}
ol,
ul.content-text {
  padding: 0px 0px 0px 21px;
  margin-bottom: 20px;
}
ol > li,
ul.content-text > li {
  color: #656565;
  line-height: 22px;
}
ol.number-spacing {
  padding-left: 20px;
}
hr {
  margin: 20px 0px;
  border: 0px;
  border-top: 1px solid #e5e5e5;
}
hr.dashed {
  border-top-style: dashed;
}
.text-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  background-color: #08893e;
}
.text-icon > i {
  line-height: 40px;
}
.text-icon > img,
.text-icon > svg {
  height: 60%;
  width: 60%;
  vertical-align: initial;
  margin: 20%;
  color: #ffffff;
}
.text-icon-o {
  color: #08893e;
  border: solid 2px #08893e;
  background-color: transparent;
}
.text-icon-green {
  background-color: #28a68f;
}
.text-icon-blue {
  background-color: #259fd3;
}
.text-icon-yellow {
  background-color: #e17a09;
}
.text-icon-red {
  background-color: #e04f5e;
}
.text-icon-sm {
  height: 30px;
  width: 30px;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 5px;
}
.text-icon-sm > i {
  line-height: 30px;
}
.text-icon-lg {
  height: 60px;
  width: 60px;
  font-size: 23px;
  line-height: 60px;
}
.text-icon-lg > i {
  line-height: 60px;
}
.icon-list .icon-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-list-item__link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-list .icon-list-item__image {
  max-height: 100%;
  max-width: 100%;
  padding: 4px;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pt-5 {
  padding-top: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-5 {
    margin: 5px;
  }
  .m-xs-10 {
    margin: 10px;
  }
  .m-xs-20 {
    margin: 20px;
  }
  .m-xs-30 {
    margin: 30px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mt-xs-5 {
    margin-top: 5px;
  }
  .mr-xs-5 {
    margin-right: 5px;
  }
  .mb-xs-5 {
    margin-bottom: 5px;
  }
  .ml-xs-5 {
    margin-left: 5px;
  }
  .mt-xs-10 {
    margin-top: 10px;
  }
  .mr-xs-10 {
    margin-right: 10px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .ml-xs-10 {
    margin-left: 10px;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mr-xs-20 {
    margin-right: 20px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .ml-xs-20 {
    margin-left: 20px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mr-xs-30 {
    margin-right: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .ml-xs-30 {
    margin-left: 30px;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-5 {
    padding: 5px;
  }
  .p-xs-10 {
    padding: 10px;
  }
  .p-xs-20 {
    padding: 20px;
  }
  .p-xs-30 {
    padding: 30px;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .pt-xs-5 {
    padding-top: 5px;
  }
  .pr-xs-5 {
    padding-right: 5px;
  }
  .pb-xs-5 {
    padding-bottom: 5px;
  }
  .pl-xs-5 {
    padding-left: 5px;
  }
  .pt-xs-10 {
    padding-top: 10px;
  }
  .pr-xs-10 {
    padding-right: 10px;
  }
  .pb-xs-10 {
    padding-bottom: 10px;
  }
  .pl-xs-10 {
    padding-left: 10px;
  }
  .pt-xs-20 {
    padding-top: 20px;
  }
  .pr-xs-20 {
    padding-right: 20px;
  }
  .pb-xs-20 {
    padding-bottom: 20px;
  }
  .pl-xs-20 {
    padding-left: 20px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pr-xs-30 {
    padding-right: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .pl-xs-30 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 5px;
  }
  .m-sm-10 {
    margin: 10px;
  }
  .m-sm-20 {
    margin: 20px;
  }
  .m-sm-30 {
    margin: 30px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 5px;
  }
  .m-md-10 {
    margin: 10px;
  }
  .m-md-20 {
    margin: 20px;
  }
  .m-md-30 {
    margin: 30px;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 5px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 5px;
  }
  .m-lg-10 {
    margin: 10px;
  }
  .m-lg-20 {
    margin: 20px;
  }
  .m-lg-30 {
    margin: 30px;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 5px;
  }
  .m-xl-10 {
    margin: 10px;
  }
  .m-xl-20 {
    margin: 20px;
  }
  .m-xl-30 {
    margin: 30px;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
}
.btn {
  font-size: 13px;
  min-width: fit-content;
}
.admin-action-btn {
  margin: 2px;
}
.background-btn {
  color: #ffffff;
  background: #08893e;
  font-weight: bold;
}
.background-btn:hover {
  color: #ffffff;
  background: #0d6e36;
}
.background-btn:focus {
  color: #ffffff;
  outline-offset: 2px;
  outline: solid 2px #08893e;
}
.background-btn-o {
  color: #08893e;
  background: #ffffff;
  border: 1px #08893e solid;
}
.background-btn-o:focus {
  color: #08893e;
  outline-offset: 2px;
  outline: solid 2px #08893e;
}
.background-btn-o:hover {
  color: #ffffff;
  background: #08893e;
}
.danger-btn {
  color: #ffffff;
  background-color: #eb0000;
  font-weight: bold;
}
.danger-btn:focus {
  color: #ffffff;
  outline-offset: 2px;
  outline: solid 2px #eb0000;
}
.danger-btn:hover {
  color: #ffffff;
  background-color: #a50f0f;
}
.danger-btn-o {
  color: #eb0000;
  background: #ffffff;
  border: 1px #eb0000 solid;
}
.danger-btn-o:focus {
  color: #eb0000;
  outline-offset: 2px;
  outline: solid 2px #eb0000;
}
.danger-btn-o:hover {
  color: #ffffff;
  background: #eb0000;
}
.btns-row {
  margin-block: 4px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.btns-row-center {
  justify-content: center;
}
.btns-row-end {
  justify-content: flex-end;
}
.btns-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.btn-green {
  background: #f8f8f8;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#f8f8f8),to(#dddddd));
  background: -webkit-linear-gradient(#f8f8f8,#dddddd);
  background: -moz-linear-gradient(#f8f8f8,#dddddd);
  background: -ms-linear-gradient(#f8f8f8,#dddddd);
  background: -o-linear-gradient(#f8f8f8,#dddddd);
  background: linear-gradient(#f8f8f8,#dddddd);
  -pie-background: linear-gradient(#f8f8f8,#dddddd);
  behavior: url(/css/PIE.htc);
  font-weight: bold;
  border: 0;
  text-shadow: none;
  color: #656565;
  text-decoration: none;
  box-shadow: 0 0 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#ffffff,#e5e5e5);
  background-image: -ms-linear-gradient(top,#ffffff,#e5e5e5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e5e5e5));
  background-image: -webkit-linear-gradient(top,#ffffff,#e5e5e5);
  background-image: -o-linear-gradient(top,#ffffff,#e5e5e5);
  background-image: linear-gradient(top,#ffffff,#e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-true-whitefff',endColorstr='@color-light-gray',GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #cccccc;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e5e5e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: 0.3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
  border-color: #ccc;
  color: #ffffff;
  background: #a5cc7e;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#a5cc7e),to(#6ea23a));
  background: -webkit-linear-gradient(#a5cc7e,#6ea23a);
  background: -moz-linear-gradient(#a5cc7e,#6ea23a);
  background: -ms-linear-gradient(#a5cc7e,#6ea23a);
  background: -o-linear-gradient(#a5cc7e,#6ea23a);
  background: linear-gradient(#a5cc7e,#6ea23a);
  -pie-background: linear-gradient(#a5cc7e,#6ea23a);
  text-shadow: none !important;
}
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  background-color: #e5e5e5;
  *background-color: #cccccc;
}
.btn-green:active,
.btn-green.active {
  background-color: #cccccc \9;
}
.btn-green:first-child {
  *margin-left: 0;
}
.btn-green:hover {
  text-decoration: none;
  color: #ffffff;
  background: #5a9c7b;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#5a9c7b),to(#005b2d));
  background: -webkit-linear-gradient(#5a9c7b,#005b2d);
  background: -moz-linear-gradient(#5a9c7b,#005b2d);
  background: -ms-linear-gradient(#5a9c7b,#005b2d);
  background: -o-linear-gradient(#5a9c7b,#005b2d);
  background: linear-gradient(#5a9c7b,#005b2d);
  -pie-background: linear-gradient(#5a9c7b,#005b2d);
  behavior: url(/css/PIE.htc);
}
.gigadb-arrow-button {
  font-size: 28px !important;
  line-height: 20px !important;
  width: 20px !important;
  height: 25px !important;
  border: 0px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-decoration: none;
  background: #a5cc7e;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#a5cc7e),to(#6ea23a));
  background: -webkit-linear-gradient(#a5cc7e,#6ea23a);
  background: -moz-linear-gradient(#a5cc7e,#6ea23a);
  background: -ms-linear-gradient(#a5cc7e,#6ea23a);
  background: -o-linear-gradient(#a5cc7e,#6ea23a);
  background: linear-gradient(#a5cc7e,#6ea23a);
  -pie-background: linear-gradient(#a5cc7e,#6ea23a);
  behavior: url(/css/PIE.htc);
  padding-top: 4px !important;
  padding-bottom: 2px !important;
}
.gigadb-arrow-button:hover {
  background: #5a9c7b;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#5a9c7b),to(#005b2d));
  background: -webkit-linear-gradient(#5a9c7b,#005b2d);
  background: -moz-linear-gradient(#5a9c7b,#005b2d);
  background: -ms-linear-gradient(#5a9c7b,#005b2d);
  background: -o-linear-gradient(#5a9c7b,#005b2d);
  background: linear-gradient(#5a9c7b,#005b2d);
  -pie-background: linear-gradient(#5a9c7b,#005b2d);
}
.fixed-btn-left:hover,
.fixed-btn-right:hover {
  color: #0d6e36;
}
@media (min-width: 768px) {
  .fixed-btn-left,
  .fixed-btn-right {
    position: fixed;
    top: 50%;
    width: 60px;
    height: 60px;
    font-size: 60px;
    text-align: center;
    color: #08893e;
    cursor: pointer;
  }
  .fixed-btn-left {
    left: 10px;
  }
  .fixed-btn-right {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .fixed-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
  }
  .fixed-btn-container .fixed-btn-left,
  .fixed-btn-container .fixed-btn-right {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 3px 10px;
    margin: 5px;
    border: 1px solid #08893e;
    border-radius: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(0.9px);
  }
  .fixed-btn-container .fixed-btn-left:hover,
  .fixed-btn-container .fixed-btn-right:hover {
    color: #ffffff;
    background: rgba(8,137,62,0.8);
  }
  .fixed-btn-container .fixed-btn-left span,
  .fixed-btn-container .fixed-btn-right span {
    position: relative;
    top: -1px;
  }
  .fixed-btn-container .fixed-btn-left span {
    left: -1px;
  }
  .fixed-btn-container .fixed-btn-right span {
    right: -1px;
  }
}
.btn_click {
  border: solid 1px #08893e;
  color: #08893e;
  padding: 4px 6px 3px 6px;
  text-decoration: none;
  background-color: Transparent;
  outline: none;
}
.btn-link {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  color: #08893e;
}
.btn-link:hover {
  color: #0d5a2e;
}
.btn-subtle {
  min-width: 18px;
  background-color: transparent;
  padding-block: 1px;
  padding-inline: 4px;
  font-weight: 800;
  color: #08893e;
}
.btn-subtle:hover {
  background-color: #cccccc;
  color: #0d5a2e;
}
.btn-transparent {
  background-color: transparent;
  color: #0d6e36;
}
.btn-transparent:hover {
  color: #0d5a2e;
}
.inactive-btn-o {
  color: #656565;
  background: #ffffff;
  border: 1px #656565 solid;
}
.inactive-btn-o:focus {
  color: #656565;
  outline-offset: 2px;
  outline: solid 2px #656565;
}
.inactive-btn-o:hover {
  color: #ffffff;
  background: #656565;
}
.action-btns {
  display: flex;
  gap: 32px;
}
.submit-btn {
  margin-top: 0 !important;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:hover {
  background-color: #e5e5e5;
}
.dropdown-menu > li.active-item > a {
  background-color: #f8f8f8;
  border-left: 5px solid #08893e;
  padding-left: 15px;
}
.dropdown-menu > li.active-item > a:hover {
  background-color: #e5e5e5;
}
label {
  font-weight: normal;
  font-size: 13px;
  color: #656565;
  margin-bottom: 10px;
}
input,
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #ffffff;
}
input:not([type="submit"]):not([type="button"]),
select,
textarea,
.form-control {
  box-shadow: none;
  border-color: #cccccc;
  color: #000000;
  font-size: 13px;
  margin: 0;
}
input:not([type="submit"]):not([type="button"]):focus,
select:focus,
textarea:focus,
.form-control:focus {
  box-shadow: none;
  outline: 1px solid #08893e;
  border-color: #06b34d;
  box-shadow: inset 0 1px 1px rgba(8,137,62,0.075), 0 0 6px rgba(6,179,77,0.5);
}
input[type="checkbox"] {
  width: auto;
  margin-top: 0;
  position: relative;
  accent-color: #08893e;
}
input[type="checkbox"]:focus {
  outline: none;
  box-shadow: inset 0 1px 1px rgba(8,137,62,0.075), 0 0 6px rgba(6,179,77,0.5);
}
input[type="checkbox"]:focus::before {
  display: block;
  position: absolute;
  content: "";
  inset: -3px;
  border-width: 1px;
  border-style: solid;
  border-color: #08893e;
  border-radius: 4px;
  pointer-events: none;
}
@-moz-document url-prefix() {
  input[type="checkbox"]:focus {
    outline: 2px solid #08893e;
  }
}
.form-group .help-block {
  margin-top: 0px;
  margin-bottom: 5px;
}
.form-group.has-error .form-control:focus {
  box-shadow: none;
  outline: 1px solid #eb0000 !important;
  border-color: #ed1515;
  box-shadow: inset 0 1px 1px rgba(235,0,0,0.075), 0 0 6px rgba(237,21,21,0.5);
}
.has-error input[type="checkbox"] {
  accent-color: #eb0000;
}
.has-error input[type="checkbox"]:focus {
  outline: none;
  accent-color: #eb0000;
  border-color: #eb0000;
  box-shadow: inset 0 1px 1px rgba(235,0,0,0.075), 0 0 6px rgba(235,0,0,0.5);
}
.has-error input[type="checkbox"]:focus::before {
  border-color: #eb0000;
}
.form-group {
  margin-bottom: 20px;
}
.form-group.has-error {
  color: #eb0000;
}
.form-group.has-error .control-label {
  color: #eb0000;
}
.form-group.has-error .form-control {
  border-color: #eb0000;
}
.form-group.has-error .help-block {
  color: #eb0000;
}
.form-group.has-error .help-block a {
  color: #eb0000 !important;
}
.form-group.has-error .help-block a:hover {
  color: #a50f0f !important;
}
.form-group.mb-10 {
  margin-bottom: 10px;
}
.form-group .errorMessage {
  margin-top: 2px;
  color: #eb0000;
}
.well .form-group {
  margin-bottom: 20px;
}
.well .form-group.has-error {
  color: #c80d0d;
}
.well .form-group.has-error .control-label {
  color: #c80d0d;
}
.well .form-group.has-error .form-control {
  border-color: #eb0000;
}
.well .form-group.has-error .help-block {
  color: #c80d0d;
}
.well .form-group.has-error .help-block a {
  color: #c80d0d !important;
}
.well .form-group.has-error .help-block a:hover {
  color: #881414 !important;
}
.well .form-group .errorMessage {
  margin-top: 2px;
  color: #c80d0d;
}
.form-group.checkbox .control-label {
  min-height: 14px;
  margin-left: 41px;
  padding-left: 0;
}
.form-group.checkbox input[type="checkbox"] {
  margin-left: 0;
}
.form-group.checkbox .help-block {
  margin-top: 2px;
  margin-left: 41px;
}
@-moz-document url-prefix() {
  .has-error input[type="checkbox"]:focus {
    outline: 2px solid #eb0000;
  }
}
.form-horizontal .form-control {
  margin-top: 0;
}
.form-horizontal .checkbox-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 10px;
}
.form-horizontal .form-group .form-control {
  margin-top: 0;
}
.form-horizontal .form-group.checkbox .control-label {
  padding-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .form-horizontal .form-group .control-label {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .form-horizontal .form-group .form-control {
    display: block;
    width: 100%;
  }
  .form-horizontal .checkbox-horizontal {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "input label" "error error" "desc desc";
    gap: 4px;
  }
  .form-horizontal .checkbox-horizontal .control-label {
    grid-area: label;
    margin-bottom: 0;
  }
  .form-horizontal .checkbox-horizontal .input-wrapper {
    grid-area: input;
  }
  .form-horizontal .checkbox-horizontal .form-control {
    width: auto;
  }
  .form-horizontal .checkbox-horizontal .checkbox-error {
    grid-area: error;
  }
  .form-horizontal .checkbox-horizontal .checkbox-desc {
    grid-area: desc;
  }
}
.form-inverted-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.form-inverted-checkbox input[type="checkbox"].form-control {
  margin: 0 0 0 90px;
  padding-top: 0px;
}
.form-inverted-checkbox label.control-label {
  margin-left: 25px;
  padding-top: 0px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .form-horizontal .form-inverted-checkbox {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .form-horizontal .form-inverted-checkbox input[type="checkbox"].form-control {
    margin: 0;
    width: auto;
    height: auto;
  }
  .form-horizontal .form-inverted-checkbox label.control-label {
    margin: 0;
  }
}
.form-error {
  padding-top: 5px;
  color: #c80d0d;
}
fieldset legend {
  padding-bottom: 4px;
  font-size: 13px;
  color: #656565;
}
fieldset .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.carousel-doi {
  left: 30px;
  border-radius: 23px;
  color: #ffffff;
  margin-top: -26px;
  position: absolute;
  top: 65%;
  font-weight: 100;
  text-align: center;
  font-size: 28px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border: 0px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-decoration: none;
  background: #a5cc7e;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#a5cc7e),to(#6ea23a));
  background: -webkit-linear-gradient(#a5cc7e,#6ea23a);
  background: -moz-linear-gradient(#a5cc7e,#6ea23a);
  background: -ms-linear-gradient(#a5cc7e,#6ea23a);
  background: -o-linear-gradient(#a5cc7e,#6ea23a);
  background: linear-gradient(#a5cc7e,#6ea23a);
  -pie-background: linear-gradient(#a5cc7e,#6ea23a);
  behavior: url(/css/PIE.htc);
}
.form-search {
  margin: 0px auto 40px auto;
}
.form-search.well {
  text-align: center;
  background: #5a9c7b;
  background: -webkit-gradient(linear,0 0,0 bottom,from(#5a9c7b),to(#005b2d));
  background: -webkit-linear-gradient(#5a9c7b,#005b2d);
  background: -moz-linear-gradient(#5a9c7b,#005b2d);
  background: -ms-linear-gradient(#5a9c7b,#005b2d);
  background: -o-linear-gradient(#5a9c7b,#005b2d);
  background: linear-gradient(#5a9c7b,#005b2d);
  -pie-background: linear-gradient(#5a9c7b,#005b2d);
  behavior: url(/css/PIE.htc);
}
.form-search.well .btn-green {
  font-size: 1.2em;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.form-search.well input .btn {
  height: 28px;
}
.form-search.well a {
  height: 20px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: -30px;
}
.captcha {
  width: 100%;
}
.captcha .captcha-image {
  max-width: 200px;
}
img {
  max-width: 100%;
}
.thumbnail {
  background-color: #f8f8f8;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  height: inherit;
  margin-bottom: 0px;
}
.thumbnail .caption {
  padding: 15px;
}
.thumbnail .caption :is(h3,
.h3) {
  margin: 0px 0px 10px;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.thumbnail .caption :is(h3,
.h3) > small {
  font-size: 13px;
  color: #656565;
}
.thumbnail .member-social-list {
  margin: 0px;
}
.thumbnail .member-social-list a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #cccccc;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 10px;
}
.citation-popup {
  margin-right: 10px;
}
.dataset-des-images {
  max-height: 50px;
  height: 28px;
}
.dataset-des-images:hover {
  opacity: 0.6;
}
table.table th,
table.table td {
  vertical-align: middle;
}
table.table td {
  color: #656565;
}
table.table a {
  text-decoration: none;
  color: #0d6e36;
}
.table > thead > tr > th {
  text-align: center;
  font-weight: normal;
  border-bottom: 0px;
  background-color: #f8f8f8;
}
.new-upload-table {
  margin: 0px;
}
.new-upload-table > tbody > tr > td {
  border-top: 0px;
  padding: 0px;
}
table.submitted-table > thead > tr > th {
  white-space: nowrap;
}
table.submitted-table > thead > tr > th,
table.submitted-table > tbody > tr > td,
table.saved-table > thead > tr > th,
table.saved-table > tbody > tr > td {
  padding: 10px 13px;
  vertical-align: middle;
  line-height: 20px;
}
table.submitted-table > tbody > tr > td:nth-child(1),
table.submitted-table > tbody > tr > td:nth-child(4),
table.submitted-table > tbody > tr > td:nth-child(5),
table.submitted-table > tbody > tr > td:nth-child(6),
table.submitted-table > tbody > tr > td:nth-child(7),
table.submitted-table > tbody > tr > td:nth-child(8),
table.submitted-table > tbody > tr > td:nth-child(9) {
  text-align: center;
  white-space: nowrap;
}
table.submitted-table > tbody > tr > td:nth-child(9) > a {
  font-size: 14px;
}
table.submitted-table > tbody > tr > td:nth-child(9) > a:first-child {
  margin-right: 15px;
}
.member-table > tbody > tr > td {
  width: 25%;
  border: 0px;
}
.member-table > tbody > tr > td .thumbnail {
  background-color: #f8f8f8;
}
.member-table > tbody > tr > td .member-role {
  color: #656565;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.span8 {
  width: 620px;
}
.span9 {
  width: 700px;
}
.offset3 {
  margin-left: 260px;
}
.guide-table {
  border: 1px solid #999999;
  width: 1138px;
  text-align: center;
}
.guide-table th {
  background-color: #e5e5e5;
  color: #333333;
}
.guide-table th,
.guide-table td {
  padding: 5px;
  line-height: 2;
}
.guide-table thead > tr th {
  text-align: center;
}
.guide-table thead > tr th.col-10 {
  width: 10%;
}
.guide-table thead > tr th.col-12-5 {
  width: 12.5%;
}
.guide-table thead > tr th.col-20 {
  width: 20%;
}
.guide-table thead > tr th.col-30 {
  width: 30%;
}
.guide-table thead > tr th.col-40 {
  width: 40%;
}
.guide-table thead > tr th.col-50 {
  width: 50%;
}
.guide-table thead > tr th.col-60 {
  width: 60%;
}
.guide-table thead > tr th.col-70 {
  width: 70%;
}
.guide-table thead > tr th.col-80 {
  width: 80%;
}
.guide-table thead > tr th.col-90 {
  width: 90%;
}
@media (max-width: 1199px) {
  .guide-table {
    width: 100%;
  }
  .guide-table td {
    line-height: 1.5;
  }
}
table.dataset-view-table > tbody > tr.odd {
  background-color: #f8f8f8;
}
table.dataset-view-table > tbody > tr th,
table.dataset-view-table > tbody > tr td {
  padding-inline: 16px;
  color: #333333;
}
table.dataset-view-table > tbody > tr th {
  min-width: 200px;
  width: 1%;
  white-space: nowrap;
  text-align: right;
}
table.dataset-view-table > tbody > tr td .null {
  font-style: italic;
  color: #656565;
}
.button-column {
  min-width: 100px;
}
.button-column .icon-wrapper {
  display: flex;
  justify-content: center;
}
.button-column .icon {
  transition: transform 0.2s;
  padding: 2px;
  border-radius: 3px;
  display: inline-block;
  margin-inline: 2px;
  margin-bottom: 6px;
}
.button-column .icon:focus {
  outline: none;
  box-shadow: 0 0 0 2px #06b34d;
}
.button-column .icon:hover {
  transform: scale(1.2);
}
.button-column .icon-view,
.button-column .icon-update,
.button-column .icon-dropbox,
.button-column .icon-download,
.button-column .icon-merge,
.button-column .icon-manage,
.button-column .icon-link {
  color: #06b34d !important;
}
.button-column .icon-delete {
  color: #ff6464 !important;
}
.grid-view table th .sort-link.desc:after {
  content: "▼";
}
.grid-view table th .sort-link.asc:after {
  content: "▲";
}
.grid-view table th .sort-link:not(.asc):not(.desc):after {
  content: "♢";
}
.grid-view table .sort-link {
  display: block;
  width: 100%;
}
.dataset-table-wide-container {
  overflow-x: auto;
  margin-bottom: 20px;
}
.dataset-table-wide-container .dataset-table-wide {
  margin-bottom: 0;
}
.table-attr {
  width: 100%;
}
.table-attr thead > tr > th {
  text-align: left;
}
.table-attr td {
  text-align: left;
}
.table-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .table-footer {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .table-footer {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .table-footer .pagination-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .table-footer .pagination-wrapper .yiiPager {
    margin-bottom: 10px;
  }
  .table-footer .pagination-wrapper .page-selector {
    width: 100%;
    justify-content: center;
  }
  .table-footer .summary {
    text-align: center;
  }
}
.left-border-title {
  border-left: 3px solid #08893e;
  line-height: 1;
  margin: 0px 0px 10px;
  font-size: 15px;
  padding: 0px 0px 0px 5px;
}
.left-border-title-lg {
  font-size: 18px;
  line-height: 1.2;
  padding: 0px 0px 0px 10px;
}
.underline-title {
  margin-bottom: 20px;
}
.underline-title > div {
  border-bottom: 1px solid #bbb;
}
.underline-title > div > h4,
.underline-title .heading {
  border-bottom: 1px solid #08893e;
  margin: 0px 0px -0.8px 0px;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 10px;
}
.page-title {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
}
.page-title > :is(.page-heading,
h4) {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: #000000;
  margin: 0px 0px 10px;
}
.page-subtitle {
  font-size: 16px;
  color: #333333;
  margin: 20px 0px 10px;
}
.breadcrumb {
  display: inline-block;
  background-color: transparent;
  padding: 0px 0px 4px 0px;
  border-radius: 0;
}
.breadcrumb .breadcrumb-item {
  line-height: 22px;
}
.breadcrumb :is(li,
.breadcrumb-item).active {
  color: #08893e;
  font-size: 12px;
}
.breadcrumb :is(li,
.breadcrumb-item) a,
.breadcrumb :is(li,
.breadcrumb-item) a:focus {
  color: #656565;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb :is(li,
.breadcrumb-item) a:hover {
  color: #08893e;
  text-decoration: none;
}
.nav-border-tabs {
  margin-bottom: 15px;
  border-bottom-color: #e5e5e5;
}
.nav-tabs.nav-border-tabs > li > :is(a,
button) {
  border: 1px solid transparent;
  border-top-width: 2px;
  border-radius: 0;
  text-decoration: none;
  color: #656565;
  background-color: #ffffff;
  border-bottom-color: #e5e5e5;
}
.nav-tabs.nav-border-tabs > li > :is(a:hover,
button):hover {
  color: #656565;
}
.nav-tabs.nav-border-tabs > li > :is(a:focus,
button):focus {
  outline-color: #000000;
  outline-width: 1px;
  outline-style: solid;
}
.nav-tabs.nav-border-tabs > li.active > :is(a,
button) {
  border: 1px solid #e5e5e5;
  border-top: 2px solid #08893e;
  border-bottom-color: #ffffff;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.nav-tabs.nav-border-tabs > li.active > button {
  cursor: pointer;
}
.nav-tabs.nav-border-tabs > li.active > button[aria-expanded="true"] {
  color: #ffffff;
}
.nav-tabs.nav-border-tabs > li.open > :is(a,
button):hover {
  color: #ffffff;
}
.tab-content {
  overflow: auto;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > :is(a,
button):hover {
  text-decoration: none;
  background-color: #e5e5e5;
}
.nav > .pull-right {
  float: right;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > :is(a,
button),
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > :is(a,
button) {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > :is(a,
button):hover {
  border-color: #e5e5e5 #e5e5e5 #cccccc;
}
.nav-tabs > .active > :is(a,
button),
.nav-tabs > .active > :is(a,
button):hover {
  color: #555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #cccccc;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:focus {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff;
}
.nav-tabs .open .dropdown-toggle:hover,
.nav-pills .open .dropdown-toggle:hover,
.nav > li.dropdown.open.active > a:focus:hover {
  background-color: #333333 !important;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-nav-bar {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  margin: 33px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.main-nav-bar li {
  height: 34px;
}
.main-nav-bar li a {
  display: inline-block;
  height: 34px;
  color: #656565;
  text-decoration: none !important;
  text-wrap: nowrap;
}
.main-nav-bar li button.dropdown-toggle {
  height: 34px;
  color: #656565;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 5px;
  border: none;
  padding: 8px 12px;
  margin: 2px 2px 0 0;
  outline-offset: -2px;
  text-wrap: nowrap;
}
.main-nav-bar li button.dropdown-toggle:hover,
.main-nav-bar li button.dropdown-toggle:focus {
  background-color: #e5e5e5;
}
.main-nav-bar li button.dropdown-toggle .dropdown-toggle-label {
  display: inline-block;
  margin-bottom: 3px;
}
.main-nav-bar li .dropdown-menu {
  box-sizing: border-box;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-top-color: #08893e;
  margin-top: 32px;
  padding: 15px;
}
.main-nav-bar li .dropdown-toggle:focus {
  outline: 2px solid #000000;
}
.main-nav-bar li .dropdown-menu li {
  height: 20px;
}
.main-nav-bar li .dropdown-menu li + li {
  margin-top: 10px;
}
.main-nav-bar li .dropdown-menu li a {
  display: block;
  height: 20px;
  padding: 0px 5px;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
}
.main-nav-bar li .dropdown-menu li:hover,
.main-nav-bar li .dropdown-menu li:active,
.main-nav-bar li .dropdown-menu li:focus {
  background: transparent;
}
.main-nav-bar li .dropdown-menu li:hover a,
.main-nav-bar li .dropdown-menu li:active a,
.main-nav-bar li .dropdown-menu li:focus a {
  background: transparent;
  color: #08893e;
}
.nav-pills > li + li {
  margin-left: 9px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #08893e;
}
.scrollbar {
  position: relative;
  overflow: auto;
}
.scrollbar::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 8px;
  background-color: #e5e5e5;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #999999;
}
.guide-nav {
  margin-bottom: 5px;
}
.guide-nav > ul {
  margin-block: 1px;
}
.guide-nav .dropdown-menu {
  margin-top: 5px;
}
.navbar-toggle {
  display: none;
  background: none;
  border: none;
  padding: 33px 10px;
  float: right;
}
.navbar-toggle .fa {
  font-size: 24px;
}
.navbar-toggle:hover {
  color: #08893e;
}
.navbar-toggle:focus {
  outline-offset: 2px;
  outline: solid 2px #08893e;
}
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1px;
}
.nav-tabs > li {
  text-wrap: nowrap;
}
.dropdown-portal {
  position: relative;
  z-index: 999;
  pointer-events: none;
}
.dropdown-portal .dropdown-menu {
  pointer-events: auto;
  display: none;
}
.dropdown-portal .dropdown-menu.dropdown-menu-position {
  position: absolute;
  display: block;
}
@media (min-width: 768px) {
  #guideNav {
    position: relative;
  }
  #guideNav .dropdown-portal {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  #guideNav .dropdown-portal .dropdown-menu {
    left: 216px;
    max-width: 370px;
  }
}
.dropdown-portal .dropdown-menu.dropdown-menu-position {
  inset-inline: 0;
}
@media (min-width: 576px) {
  .dropdown-portal .dropdown-menu.dropdown-menu-position {
    inset-inline: 90px;
  }
}
@media (min-width: 768px) {
  .dropdown-portal .dropdown-menu.dropdown-menu-position {
    inset-inline: 135px;
  }
}
@media (min-width: 992px) {
  .dropdown-portal .dropdown-menu.dropdown-menu-position {
    inset-inline: initial;
  }
}
@media (max-width: 1199px) {
  .main-nav-bar {
    display: none;
  }
  .navbar-toggle {
    display: block;
  }
}
.progress {
  background-color: #e5e5e5;
  box-shadow: none;
  height: 4px;
}
.progress-container > p {
  margin-bottom: 10px;
  line-height: 1;
}
.progress-bar {
  background-color: #08893e;
}
.progress-bar-green {
  background-color: #28a68f;
}
.progress-bar-blue {
  background-color: #259fd3;
}
.progress-bar-yellow {
  background-color: #e17a09;
}
.progress-bar-red {
  background-color: #e04f5e;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body main {
  overflow-x: hidden;
}
body footer {
  margin-top: auto;
  overflow: hidden;
}
.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.search-result-card {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 0;
  max-width: 100%;
}
.search-result-card .search-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result-card .search-result-author-list {
  display: flex;
  flex-wrap: wrap;
}
.search-result-card .search-result-row {
  display: flex;
}
.search-result-card .search-result-row .search-result-icon-container {
  padding: 10px 20px;
}
.search-result-card .search-result-row .search-result-icon-container .search-result-icon {
  margin-right: 0px;
}
.search-result-card .search-result-row .search-result-content {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-inline: 10px;
  width: 620px;
}
.search-result-card .search-result-row .search-result-content.file-content {
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.search-result-card .search-result-row .search-result-content.file-content .file-name {
  padding-left: 0;
  max-width: 220px;
  padding-block: 5px;
}
.search-result-card .search-result-row .search-result-content.file-content .file-name .file-link {
  color: #0d6e36;
}
.search-result-card .search-result-row .search-result-content.file-content .file-name .file-link:hover {
  color: #0d5a2e;
}
.search-result-card .search-result-row .search-result-content.file-content .file-type,
.search-result-card .search-result-row .search-result-content.file-content .file-size {
  text-align: center;
}
.search-result-card .search-result-row .search-result-content .search-result-title {
  margin: 0;
  line-height: 18px;
  font-size: 17px !important;
}
.search-result-card .search-result-row .search-result-content .search-result-title .search-result-link {
  color: #0d6e36;
}
.search-result-card .search-result-row .search-result-content .search-result-title .search-result-link:hover {
  color: #0d5a2e;
}
.search-result-card .search-result-row .search-result-content .search-result-subcontent {
  font-weight: bold;
}
.search-result-card .search-result-row .search-result-content .search-result-subcontent .result-sub-links,
.search-result-card .search-result-row .search-result-content .search-result-subcontent .search-result-link {
  font-weight: 600;
  color: #333333;
  text-decoration: underline;
}
.search-result-card .search-result-row .search-result-content .search-result-subcontent .result-sub-links:hover,
.search-result-card .search-result-row .search-result-content .search-result-subcontent .search-result-link:hover {
  color: #0d6e36;
}
@media (max-width: 767px) {
  .search-results {
    margin-bottom: 40px;
  }
  .search-results-list {
    margin-block: 20px;
    gap: 20px;
  }
  .search-result-card .search-result-row .search-result-icon-container {
    padding: 10px 10px 10px 20px;
  }
  .search-result-card .search-result-row .search-result-content {
    width: auto;
    margin-inline: 0;
  }
  .search-result-card .search-result-row .search-result-content.file-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding-block: 5px;
  }
  .search-result-card .search-result-row .search-result-content.file-content .file-name,
  .search-result-card .search-result-row .search-result-content.file-content .file-type,
  .search-result-card .search-result-row .search-result-content.file-content .file-size {
    width: 100%;
    text-align: left;
    padding-left: 0;
    max-width: none;
  }
  .search-result-card .search-result-row .search-result-content.file-content .file-name {
    padding-block: 0;
  }
}
.three-column-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.three-column-list li {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding-inline: 30px;
}
.three-column-list li a {
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .three-column-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
a.skip-to-main-link {
  position: absolute;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  background-color: #08893e;
  color: #ffffff;
}
a.skip-to-main-link:focus {
  z-index: 999;
  padding: 16px;
  overflow: visible;
  clip: auto;
}
dl {
  font-size: 13px;
}
dl .dl-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
dl dt {
  color: #656565;
  font-weight: bold;
}
dl dt::after {
  content: " - ";
  font-weight: normal;
}
dl dd {
  color: #656565;
}
@media (max-width: 991px) {
  .tab-nav-container {
    overflow-x: auto;
    white-space: normal;
  }
}
.tabs[role="tablist"] {
  border-bottom: 1px solid #e5e5e5;
}
.tabs[role="tablist"] [role="tab"] {
  text-wrap: nowrap;
  display: inline-block;
  text-transform: none;
  padding-block: 1px;
  padding-inline: 6px;
  margin-bottom: -1px;
  padding: 8px 12px;
  margin-right: 2px;
  line-height: 18px;
  font-size: 13px;
  border: 1px solid transparent;
  border-top-width: 2px;
  border-radius: 0;
  text-decoration: none;
  color: #656565;
  background-color: #ffffff;
}
.tabs[role="tablist"] [role="tab"][aria-selected="true"] {
  border: 1px solid #e5e5e5;
  border-top: 2px solid #08893e;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}
.tab-content [role="tabpanel"] {
  display: none;
}
.tab-content [role="tabpanel"].active {
  display: block;
}
.forgot-password-form .control-label,
.forgot-password-form .form-control,
.forgot-password-form .forgot-password-btn {
  margin: 0;
}
.ui-dialog {
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #f8f8f8;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: flex;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  padding-block: 6px;
  font-weight: normal;
}
.ui-dialog .btn:not(.delete) {
  color: #08893e;
}
.ui-dialog .btn:not(.delete):hover {
  color: #ffffff;
}
.ui-dialog .btn.delete {
  color: #eb0000;
}
.ui-dialog .btn.delete:hover {
  color: #ffffff;
}
section,
.section {
  margin-bottom: 40px;
}
section.page-title-section,
.section.page-title-section {
  margin-bottom: 20px;
}
.subsection {
  margin-bottom: 30px;
}
article {
  padding-bottom: 15px;
}
.image-background {
  background-color: #333333 !important;
  background: transparent url(../../../images/new_interface_image/banner2.jpg) repeat scroll center center;
  background-size: cover;
  position: relative;
}
.image-overlay {
  background: rgba(0,0,0,0.4);
  position: absolute;
  inset: 0;
}
.home-search-bar-content {
  min-height: 273px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-search-bar-title {
  font-weight: bold;
  font-family: Arial;
  font-size: 36px;
  text-shadow: 1px 2px 2px rgba(4,0,0,0.75);
  color: #ffffff;
  margin: 47px 0px 26.2px 0px;
  line-height: 1;
}
.home-search-bar-subtitle {
  text-shadow: 0 1px 1px rgba(4,0,0,0.75);
  color: #ffffff;
  margin: 0px 0px 50px 0px;
  line-height: 1.1;
  font-size: 24px;
}
.home-search-bar-group {
  margin: 0px 0px 45px;
}
.home-search-bar-group input.form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  transition: box-shadow 0s ease;
  font-size: 14px;
}
.home-search-bar-group input.form-control:focus {
  outline: 3px solid black !important;
  outline: 3px solid #08893e !important;
  box-shadow: 0 0 5px 3px #ffffff !important;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 575px) {
  .home-search-bar-title {
    font-size: 28px;
  }
  .home-search-bar-subtitle {
    font-size: 22px;
  }
  .home-search-bar-group .search-bar-group {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .home-search-bar-group .search-bar-group .form-control {
    border-radius: 4px !important;
  }
  .home-search-bar-group .search-bar-group .input-group-btn {
    width: 100%;
  }
  .home-search-bar-group .search-bar-group .input-group-btn .search-btn {
    width: 100%;
    border-radius: 4px;
  }
}
.home-text-icon-list {
  margin-bottom: 0px;
}
.home-text-icon-list li {
  width: 33%;
  margin-bottom: 20px;
}
.home-text-icon-list li:nth-child(n+13) {
  display: none;
}
.home-text-icon-list li a,
.home-text-icon-list li a:focus {
  color: #656565;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.home-text-icon-list li a:hover {
  color: #08893e;
  text-decoration: none;
}
.home-text-icon-list li .dataset-types-link .dataset-types-count {
  color: #eb0000;
  font-size: 14px;
  font-weight: bold;
}
.toggle-dataset-types-btn {
  background-color: transparent;
  color: #656565;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -5px;
}
.color-background {
  background-color: #f8f8f8;
}
.color-background-block {
  padding: 20px;
}
.color-background-block > p {
  color: #333333;
}
.color-background-block a {
  color: #0d6e36 !important;
}
.home-color-background-block {
  padding: 40px 0px;
  margin: 40px 0px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.home-color-background-block a {
  color: #0d6e36;
}
.home-color-background-block a:hover {
  color: #0d5a2e;
}
.color-background > div > div:last-child > .home-color-background-block {
  border: 0px;
}
.row.home-color-background-grid {
  margin: 0px;
}
.row.home-color-background-grid > div {
  padding: 0px;
}
.home-color-background-block > * {
  margin: 0px 0px 20px 0px;
}
.home-color-background-block > *:last-child {
  margin-bottom: 0px;
}
.home-color-background-block .heading {
  font-size: 30px;
  line-height: 1;
}
.home-color-background-block .content {
  color: #333333;
  line-height: 1;
}
@media (max-width: 991px) {
  .home-color-background-block {
    margin: 20px 0;
    padding: 20px 0;
    border: 0;
  }
  .home-color-background-grid .home-color-background-block-wrapper:first-child {
    border-right: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
  }
  .home-color-background-grid .home-color-background-block-wrapper:nth-child(2) {
    border-bottom: 1px dashed #e5e5e5;
  }
  .home-color-background-grid .home-color-background-block-wrapper:nth-child(3) {
    border-right: 1px dashed #e5e5e5;
  }
}
.search-bar-group input,
.search-bar-group input:focus {
  height: 60px;
  color: #333333;
  line-height: 20px;
  padding: 20px;
  border: 0px;
  box-shadow: none;
  z-index: 0;
}
.search-bar-group input::placeholder,
.search-bar-group input::-moz-placeholder {
  color: #656565;
  opacity: 1;
}
.search-bar-group button,
.search-bar-group button:hover {
  padding: 20px 30px;
  line-height: 20px;
  font-size: 16px;
  border: 0px;
  z-index: 1;
}
.search-search-bar-title {
  font-family: "Open Sans";
  font-size: 18px;
  text-shadow: 1px 2px 2px rgba(4,0,0,0.75);
  color: #ffffff;
  margin: 100px 0px 36.2px 0px;
  line-height: 1;
}
.search-search-bar-group {
  margin: 0px 0px 100px;
}
.search-search-bar-group .search-bar-group input,
.search-search-bar-group .search-bar-group input:focus {
  height: 45px;
  padding: 12.5px 17px;
  z-index: 0;
}
.search-search-bar-group .search-bar-group button {
  height: 45px;
  font-size: 20px;
  line-height: 20px;
  padding: 12.5px 20px;
  z-index: 1;
}
.search-result-block .search-result-block-title {
  margin-bottom: 15px;
}
.search-result-block .search-result-block-title > h4 {
  font-size: 18px;
  margin: 0px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.search-result-block .color-background-block {
  margin-bottom: 15px;
}
.search-filter-sidebar .checkbox {
  margin-right: 15px;
}
.base-top-bar {
  min-height: 40px;
  background-color: #08893e;
  width: 100%;
}
.base-top-bar .list-inline {
  margin: 0px;
  padding: 0px;
  height: 40px;
  display: flex;
  align-items: center;
}
.base-top-bar .list-inline a {
  color: #ffffff;
}
.base-top-bar .list-inline li {
  padding: 10px 20px 10px 0px;
}
.base-top-bar .top-bar-left {
  display: flex;
  justify-content: flex-end;
}
.base-top-bar .search-bar-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .base-top-bar .top-bar-left .search-bar {
    display: none;
  }
  .base-top-bar .search-bar-mobile {
    display: block;
    margin-top: 8px;
  }
}
.list-inline.base-top-social-bar > li > a {
  line-height: 20px;
  text-decoration: none;
}
.base-top-bar .list-inline.base-top-account-bar li {
  padding: 12.5px 0px;
}
.base-top-account-bar li a {
  border-left: #ffffff 1px solid;
  padding: 0px 15px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  text-wrap: nowrap;
}
.base-top-account-bar li a i {
  margin-right: 5px;
}
.base-top-account-bar li:first-child a {
  border-left: 0px;
  padding-left: 0;
}
.base-top-account-bar li:last-child a {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .with-hypothesis .base-top-bar .container {
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .account-navigation {
    display: none;
  }
  .base-top-bar .list-inline {
    height: auto;
    min-height: 40px;
    flex-wrap: wrap;
    gap: 0 15px;
  }
  .base-top-account-bar li a {
    padding: 0;
    border: 0;
  }
}
.base-nav-bar {
  height: 100px;
  border-bottom: 1px #e5e5e5 solid;
}
.base-nav-logo-img {
  margin: 25px 0px;
}
.base-nav-bar-main {
  margin: 0px;
  padding: 0px;
}
.base-nav-bar-main > li {
  margin: 0px;
  padding: 0px;
}
.base-nav-bar-main > li > a {
  padding: 43px 20px;
  font-size: 14px;
  display: block;
  color: #656565;
  text-decoration: none;
}
.base-nav-bar-main > li:last-child > a {
  padding-right: 0px;
}
.base-nav-bar-main > li a:hover,
.base-nav-bar-main > li.active > a,
.base-nav-bar-main > li.active > a:hover {
  color: #08893e;
}
ul.base-nav-bar-main > li.dropdown > ul.dropdown-menu {
  border-radius: 0px;
  border-color: #e5e5e5;
  box-shadow: none;
}
ul.base-nav-bar-main > li.dropdown > ul.dropdown-menu > li > a {
  color: #656565;
}
ul.base-nav-bar-main > li.dropdown > ul.dropdown-menu > li > a:hover {
  background-color: #ffffff;
  color: #08893e;
}
ul.base-nav-bar-main > li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin-top: -1px;
}
.base-footer-bar {
  background-color: #333333;
  color: #ffffff;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.base-footer-bar__container {
  margin: 0 auto;
  padding: 40px 30px 60px 30px;
}
.base-footer-bar__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
}
.base-footer-bar__section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.base-footer-bar__section:nth-child(2) {
  justify-content: flex-end;
  align-items: center;
}
.base-footer-bar__section:last-child {
  align-items: flex-end;
}
.footer-logo {
  padding: 0;
  margin: 0;
}
.footer-logo a {
  display: block;
  width: fit-content;
}
.footer-logo a:hover {
  opacity: 0.8;
}
.footer-version {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-version a {
  text-wrap: nowrap;
  text-decoration: none;
  color: #ffffff;
}
.footer-version a:hover {
  color: #e5e5e5;
}
.footer-contact {
  margin: 0 0 15px;
  line-height: 1;
  text-wrap: nowrap;
}
.footer-contact a {
  text-decoration: none;
  color: #ffffff;
}
.footer-contact a:hover {
  color: #e5e5e5;
}
.footer-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-social__item {
  border-radius: 3px;
  border: #ffffff 1px solid;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 0;
  background-color: #333333;
}
.footer-social__link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social__link:focus {
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  color: #ffffff;
  text-decoration: none;
}
.footer-social__link:hover {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
.footer-social__link:hover .footer-social__icon {
  filter: invert(1);
}
.footer-social__icon {
  max-height: 100%;
  max-width: 100%;
  padding: 4px;
}
@media (max-width: 767px) {
  .base-footer-bar {
    height: auto;
    padding: 20px 0;
    align-items: center;
  }
  .base-footer-bar__container {
    padding: 40px 30px;
  }
  .base-footer-bar__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .base-footer-bar__section {
    flex: none;
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .base-footer-bar__section:last-child {
    align-items: center;
  }
  .footer-social {
    justify-content: center;
  }
}
.alert-gigadb-info {
  color: #0d5a2e;
  border-color: #39ef83;
  background-color: #eefff4;
}
.alert-danger {
  background-color: #ffdfdf;
  border-color: #ff6464;
  color: #881414;
}
.alert-danger p {
  color: #881414;
}
.alert-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-flex a.close-btn {
  text-decoration: none;
  opacity: 1;
  color: #656565;
}
.merge-author-info {
  margin-bottom: 20px;
}
.merge-author-info .alert {
  margin-bottom: 5px;
}
.merge-author-info .alert ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 8px;
}
.modal-footer-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-close-btn {
  opacity: 1;
  color: #656565;
  background: transparent;
}
.modal-close-btn:hover {
  color: #333333;
}
@media (max-width: 767px) {
  .modal-dialog {
    position: fixed;
    inset: 10px;
    transform: initial;
    transition: initial;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.fa-ul {
  margin-left: 22px;
}
.fa-ul li {
  margin-bottom: 10px;
  color: #656565;
}
.fa-ul i {
  color: #08893e;
  margin-top: 2px;
}
.advisory-img-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .advisory-img-row {
    justify-content: flex-start;
  }
}
.advisory-img-block img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.advisory-img-block {
  text-align: center;
  margin-bottom: 20px;
}
.advisory-img-block p {
  margin-bottom: 30px;
  text-align: center;
}
.dataset-view-container {
  margin-top: 40px;
}
.dataset-media {
  margin-bottom: 20px;
}
.media-left {
  padding-right: 20px;
}
.media-object {
  max-width: none;
  width: 300px;
  height: auto;
}
p.dataset-release-date-text {
  margin-bottom: 10px;
  padding-left: 13px;
}
.dataset-color-background-block {
  padding: 5px 10px 30px 10px;
}
.dataset .subsection {
  margin-bottom: 20px;
}
.dataset .background-btn {
  height: 44px;
}
.doi-badge .badge:last-child {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  background-color: #08893e;
  padding: 5px 10px;
  border-radius: 0px 4px 4px 0px;
  text-decoration: none;
}
.doi-badge .badge:first-child {
  background-color: #656565;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  border-radius: 4px 0px 0px 4px;
}
#dataset_slider h2 {
  display: inline-block;
  margin-right: 20px;
}
#dataset_slider .carousel {
  margin-bottom: 0;
}
#dataset_slider .carousel-inner {
  width: auto;
}
#dataset_slider .data-block {
  width: 172px;
  float: left;
  margin: 10px 0 10px 20px;
}
#dataset_slider .data-block img {
  width: auto;
  margin: 0 auto 10px auto;
  display: block;
  max-width: 172px;
  min-height: 172px;
  height: 172;
}
#dataset_slider .carousel-control.right {
  right: 0px;
  top: -18px;
}
#dataset_slider .carousel-control.left {
  right: 25px;
  top: -18px;
  left: auto;
}
#dataset_slider .carousel-control.right,
#dataset_slider .carousel-control.left {
  font-size: 28px !important;
  line-height: 18px;
}
#dataset_slider .carousel-control.left {
  font-size: 28px !important;
  line-height: 18px;
}
.left-border-title-lg i {
  font-size: 15px;
}
#dataset-block-wrapper {
  width: 100%;
  margin: 0;
}
.dataset-datatables-wrapper {
  overflow: auto;
  width: 100%;
  position: relative;
}
#badge-div {
  margin-right: 10px;
  float: left;
}
#dropdown-div {
  margin: 0;
  float: left;
}
.dropdown-box {
  position: absolute;
}
.drop-citation-btn {
  padding: 3px;
  width: 110px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  border: none;
  cursor: pointer;
  background-color: #08893e;
  border-radius: 4px 4px 4px 4px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
#dropdown-div ul {
  list-style: none;
  position: relative;
  float: none;
  margin-top: 5px;
  min-width: 100px;
  border: 1px solid #08893e;
  border-radius: 4px 4px 4px 4px;
  font-size: 13px;
  cursor: pointer;
}
#dropdown-div li a:hover {
  background-color: #f3faf6;
}
.citation-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #656565;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .dataset-media {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .dataset-media .dataset-media-left {
    padding-right: 0;
  }
  .dataset-media .dataset-media-body {
    width: initial;
    display: block;
  }
}
.guides-title-section {
  margin-bottom: 10px;
}
.nav-pagination {
  margin-left: 50px !important;
  height: 72px;
}
.pagination {
  margin: 0px;
  display: inline-block;
}
.pagination > li {
  height: 34px;
  display: inline-block;
}
.pagination > li > span,
.pagination > li > a {
  padding: 7px 15px;
  color: #656565;
  font-weight: bold;
  float: none;
  margin-left: -5px;
  display: block;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #f8f8f8;
  color: #333333;
  border-color: #e5e5e5;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #333333;
}
.pagination-component > .pagination {
  margin-right: 10px;
}
.pagination-component > .form-inline {
  display: inline-block;
}
.pagination-component > .form-inline .form-control,
.pagination-component > .form-inline .form-control:hover,
.pagination-component > .form-inline .form-control:focus {
  width: 50px;
  box-shadow: none;
  border-color: #cccccc;
}
.pagination > .disabled > a {
  color: #656565;
  font-weight: normal;
}
.pagination > li {
  height: 34px;
  display: inline-block;
}
.pagination > li.page.selected > a {
  background-color: #f8f8f8;
  color: #333333;
  border-color: #e5e5e5;
  cursor: default;
}
.pagination > li > a.first-visible {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li > a.last-visible {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-wrapper {
  display: flex;
  gap: 10px;
}
.page-selector {
  display: flex;
  gap: 6px;
}
.page-selector button,
.page-selector input {
  max-height: 34px;
}
.page-selector .page-selector-label {
  align-self: center;
  white-space: nowrap;
}
ul.yiiPager {
  margin: 0;
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
ul.yiiPager li {
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.yiiPager li > a {
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  padding: 7px 15px;
  color: #656565;
  font-weight: bold;
  float: none;
  margin-left: -4px;
  display: block;
}
ul.yiiPager li > a:focus,
ul.yiiPager li > a:hover {
  background-color: #f8f8f8;
  color: #333333;
}
ul.yiiPager li.selected > a {
  background-color: #f8f8f8;
  color: #333333;
}
ul.yiiPager li.first-visible > a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.yiiPager li.last-visible > a {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tabpanel-subtitle {
  color: #656565;
  line-height: 22px;
  margin: 0;
  font-size: 13px;
}
.help-search-result {
  margin-bottom: 20px;
}
.help-search-result .help-search-result-item {
  border-top: 1px solid #e5e5e5;
  display: flex;
}
.help-search-result .help-search-result-item :is(dt,
.help-search-result .help-search-result-item dd) {
  padding: 8px;
  color: #656565;
  line-height: 22px;
  margin-bottom: 5px;
}
.help-search-result .help-search-result-item dt {
  font-weight: 500;
  flex: 0 0 50px;
}
.help-search-result .help-search-result-item dt::after {
  content: "";
}
.help-description-list .help-definition-container {
  color: #333333;
  line-height: 22px;
  margin-bottom: 5px;
}
.help-description-list .help-definition-container dt,
.help-description-list .help-definition-container dd {
  display: inline;
}
.help-description-list .help-definition-container dt .dt-sidenote {
  color: #656565;
  font-weight: 500;
}
.help-description-list .help-definition-container dt::after {
  font-weight: 500;
  content: " - ";
}
.help-description-list .help-definition-container dd pre {
  margin-top: 5px;
}
.help-ol {
  padding-left: 22px;
}
.help-examples-list {
  padding-left: 22px;
}
.help .media-object {
  width: auto;
}
.help .table {
  margin-bottom: 5px;
}
.help .table > tbody > tr > td {
  vertical-align: middle;
  border-top: 0px;
}
.help .table > tbody > tr > td:first-child {
  padding: 5px 0px;
}
.help .table > tbody > tr > td:last-child {
  padding: 5px 0px 5px 5px;
}
.help .table > tbody > tr > td > p {
  margin: 0px;
}
.faq-search-bar > input,
.faq-search-bar > input:hover,
.faq-search-bar > input:focus {
  height: 49px;
  box-shadow: none;
  font-size: 13px;
  padding: 18px;
  border-color: #e5e5e5;
}
.faq-search-bar button {
  font-size: 20px;
  height: 49px;
  line-height: 49px;
  padding: 0px 20px;
}
.panel-default {
  border-color: #e5e5e5;
}
.panel-heading {
  padding: 0px;
}
.panel-default > .panel-heading {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e5e5e5;
}
.panel-title > .small,
.panel-title > .small > button,
.panel-title > button,
.panel-title > small,
.panel-title > small > button {
  color: #333333;
  text-decoration: none;
}
.panel-title > button {
  padding: 10px 20px 10px 40px;
  display: block;
  min-height: 44px;
  border: none;
  background-color: transparent;
  width: 100%;
  text-align: left;
  white-space: normal;
  line-height: 1.5;
}
.panel-title > button::before {
  content: "\f0fe";
  font-family: FontAwesome;
  font-size: 16px;
  color: #08893e;
  margin-left: -20px;
  margin-right: 3px;
}
.panel-title > button[aria-expanded="true"]::before {
  content: "\f146";
  font-family: FontAwesome;
}
.panel-body {
  padding: 15px 20px;
}
.panel-group .panel {
  margin: 0px 0px 20px;
  box-shadow: none;
  border-radius: 0px;
}
.profile-panel {
  border-radius: 0px;
}
.profile-panel hr {
  border-style: dashed;
  margin: 30px 0px;
}
.profile-panel .panel-heading {
  padding: 20px;
}
.profile-panel .panel-heading p {
  color: #333333;
}
.profile-panel .panel-heading *:last-child {
  margin-bottom: 0px;
}
.profile-panel .panel-heading img {
  height: 100px;
  width: 100px;
}
.profile-panel .panel-body {
  padding: 30px;
}
.profile-panel .panel-body table.table {
  margin-bottom: 0px;
}
.profile-panel .panel-body table.table > tbody > tr > td,
.profile-panel .panel-body table.table > tbody > tr > th {
  width: 50%;
  border-top: 0px;
  padding: 8px 5px;
  font-weight: normal;
}
.profile-panel .panel-body .checkbox {
  margin: 0px 0px 20px;
}
.profile-panel .panel-body .checkbox label {
  color: #333333;
}
.profile-panel .panel-body .checkbox input {
  margin-top: 0px;
}
.profile-panel .panel-body button {
  width: 90px;
}
.profile-panel .panel-body button.btn-default,
.profile-panel .panel-body button.btn-default:hover,
.profile-panel .panel-body button.btn-default:focus {
  color: #999999;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.profile-panel label {
  color: #333333;
}
.file-size-filter .btn-default,
.file-size-filter .btn-default:hover,
.file-size-filter .btn-default:focus,
.file-size-filter .open .btn-default,
.file-size-filter .open .btn-default:hover,
.file-size-filter .open .btn-default:focus {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #333333;
}
.file-size-filter .dropdown-menu {
  box-shadow: none;
  border-radius: 0px;
  border-color: #e5e5e5;
}
.file-size-filter .dropdown-menu a {
  padding: 3px 10px;
}
.logo-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  margin-bottom: 20px;
}
.logo-list .logo-list-img {
  max-height: 150px;
  width: auto;
}
@media (max-width: 991px) {
  .logo-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 767px) {
  .logo-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
}
.search-filter-sidebar input {
  color: #ffffff;
}
.publication-date-filter input {
  background-color: #f8f8f8;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  border-radius: 0px;
  box-shadow: none;
  border-color: #e5e5e5;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #08893e;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
  border: none;
}
.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #08893e;
}
.table-settings-form {
  padding: 0 10px;
}
.table-settings-form .table-settings-form-label {
  font-size: 13px;
  border: none;
  margin-bottom: 5px;
  color: #656565;
  font-weight: bold;
}
.table-settings-form .checkbox {
  margin-left: 20px;
}
.search-result-container {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.result-sub-links {
  font-weight: bold;
  color: #0d6e36;
}
.result-sub-links:hover {
  background-color: transparent;
  color: #0d5a2e;
}
.result-cell li .result-main-link {
  font-size: 17px !important;
  color: #08893e !important;
}
.result-cell li .result-main-link:hover {
  color: #6ea23a !important;
  background-color: transparent !important;
}
.result-cell li a {
  padding-left: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  color: #000000 !important;
}
.result-cell li a:hover {
  background-color: transparent !important;
  color: #6ea23a;
}
.search-filter-sidebar .search-result-title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
.search-filter-sidebar .search-result-title .search-result-keyword {
  font-weight: bold;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.filters-title {
  font-size: 18px;
  font-weight: bold;
  color: #08893e;
  margin-top: 30px;
  margin-bottom: 10px !important;
}
.filter {
  margin-bottom: 10px;
}
.filter .toggle-btn {
  width: 100%;
  margin-bottom: -2px;
  overflow: hidden;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #08893e;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2em;
  text-align: center;
  behavior: url(/css/PIE.htc);
}
.filter .toggle-btn:hover {
  background: #0d6e36;
}
.filter .toggle-btn[aria-expanded="false"] {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.filter .filter-content {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  behavior: url(/css/PIE.htc);
  padding: 10px 15px;
}
.filter .options > span {
  display: flex;
  flex-direction: column;
  margin-block: 8px;
  gap: 12px;
}
.filter .options > span .filter-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filter .options > span .filter-checkbox label {
  display: inline;
  color: #333333;
  margin-left: 8px;
  margin-bottom: 0;
}
.filter .options input.date {
  width: 150px;
}
.filter .options input.size {
  width: 90px;
}
.filter .options select.unit {
  width: 55px;
  margin-left: 5px;
  font-size: 11px;
}
.filter .disabled label,
.filter .disabled input {
  color: #656565;
}
.filter .btn-filter {
  margin: 10px 0px;
}
.login-container {
  background-color: #f8f8f8;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-container .form-control {
  height: 36px;
}
.login-container .control-label {
  padding-right: 12px;
}
.login-container .login-divider {
  margin: 10px 0 20px 0;
}
.login-container .login-button-container {
  display: flex;
  justify-content: center;
}
.login-container .login-button-container .login-button {
  min-width: 236px;
}
.login-container a {
  color: #0d6e36;
}
.login-container a:hover {
  color: #0d5a2e;
}
.login-links {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
.create-div {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 1px;
  width: 650px;
  margin: 5px auto;
}
.create-div a {
  color: #0d6e36;
}
.create-div a:hover {
  color: #0d5a2e;
}
.create-div .form-control {
  height: 36px;
}
.create-div .col-xs-2.control-label {
  text-align: right;
}
.create-div label::before {
  color: red;
  line-height: initial;
  padding-right: 3px;
}
.create-div button {
  width: 236px;
  height: 40px;
  font-size: 18px;
  text-align: center;
}
.create-div .form-group > span {
  line-height: 22px;
}
.create-div .has-feedback .btn-group {
  width: 100%;
}
.create-div .has-feedback button {
  height: 36px;
  font-size: 13px;
  width: 100%;
}
.btn-default,
.btn-default:hover {
  border-color: #e5e5e5;
}
.btn-group:after {
  content: "\f0d7";
  font-family: FontAwesome;
  line-height: 3;
  position: absolute;
  right: 11px;
  color: #999999;
  z-index: 999;
}
.btn-group.open:after {
  content: "\f0d8";
  font-family: FontAwesome;
  line-height: 3;
  position: absolute;
  right: 11px;
  color: #999999;
  z-index: 999;
}
.captchadiv .has-feedback {
  display: inline-block;
  width: 76%;
  float: left;
}
.captchadiv .input-group {
  width: 100%;
}
.captchadiv .has-feedback input.form-control {
  border-radius: 6px;
}
.captchadiv .input-group  img {
  float: right;
}
.create-div label {
  color: #333333;
}
.create-div .form-group p {
  margin: 0;
  color: #656565;
}
.admindataset-form .note {
  color: #000000;
  margin-bottom: 12px;
}
.admindataset-form hr {
  margin-block: 10px;
}
.admindataset-form .form-block-1 {
  margin-block: 16px;
}
.admindataset-form .form-block-2 {
  margin-block: 16px;
}
.admindataset-form .form-block-3 {
  margin-block: 16px;
}
.admindataset-form .form-block-4 {
  margin-block: 16px;
}
.admindataset-form .form-block-5 {
  margin-block: 16px;
}
.admindataset-form .form-block-5 .control-label {
  width: 157px;
}
.admindataset-form .form-block-5 .input-wrapper {
  width: 879px;
}
@media (max-width: 1199px) {
  .admindataset-form .form-block-5 .control-label {
    width: 130px;
    max-width: 20%;
  }
  .admindataset-form .form-block-5 .input-wrapper {
    width: 722px;
    max-width: 80%;
  }
}
.admindataset-form .form-block-6 {
  margin-block: 16px;
}
.admindataset-form .form-group {
  margin-bottom: 10px;
}
.admindataset-form .form-group .error {
  color: #c80d0d;
}
.admindataset-form .form-group .control-label {
  color: #000000;
  font-weight: bold;
}
.admindataset-form .form-group .help-block {
  color: #000000;
}
.admindataset-form fieldset legend {
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}
.admindataset-form fieldset legend .legend-description {
  font-weight: normal;
}
.admindataset-form fieldset .checkbox-group {
  gap: 6px;
}
.admindataset-form fieldset .checkbox-group .checkbox-horizontal .control-label {
  color: #000000;
  margin-bottom: 4px;
}
.admindataset-form .image-preview-wrapper {
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.admindataset-form .image-preview-wrapper .dataset-image {
  width: 100px;
}
.admindataset-form .form-control-btns {
  padding-inline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-inline: 15%;
}
.admindataset-form .form-control-btns .btn {
  flex: 1;
}
.admindataset-form .tag-editor {
  border-color: #cccccc;
  border-radius: 4px;
}
.admindataset-form .tag-editor .placeholder {
  color: #656565;
}
.admindataset-form .email-modal .modal-body .form-group .control-label {
  margin-bottom: 10px;
}
.admindataset-form .email-modal .modal-body .form-group .help-block {
  line-height: 18px;
}
.admindataset-form .doi-group .mint-doi-button {
  width: 100%;
}
.admindataset-form .doi-group .alert {
  width: 100%;
}
.block-spacing {
  padding-block: 4px;
}
.clear-file-url-btn {
  font-weight: bold;
  margin-top: 0 !important;
  margin-left: 4px;
}
.search-box {
  box-sizing: border-box;
  width: 100%;
  height: 105px;
  background: #F3FAF6;
  margin-bottom: 20px;
  padding: 30px 195px;
  position: relative;
}
.search-box .search-bar {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
}
.search-box .search-bar .search-input {
  box-sizing: border-box;
  float: left;
  width: 690px;
  height: 45px;
  border: 0;
  outline: 0;
  border-radius: 5px 0 0 5px;
  padding: 10px 15px;
  font: 500 14px/25px "Arial", "Microsoft YaHei";
  color: #333333;
}
.search-box .search-bar .btn-search {
  float: left;
  width: 58px;
  height: 45px;
  text-align: center;
  background: #08893e;
  border: 0;
  outline: 0;
  border-radius: 0 5px 5px 0;
  font-size: 0;
  color: #ffffff;
  cursor: pointer;
}
.search-box .search-bar .btn-search span {
  font-size: 20px;
}
.search-box .btn-left,
.search-box .btn-right {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}
.search-box .btn-left:hover,
.search-box .btn-right:hover {
  color: #08893e;
}
.search-box .btn-left {
  left: 150px;
}
.search-box .btn-right {
  right: 150px;
}
.search-bar {
  box-sizing: border-box;
  float: right;
  width: 314px;
  height: 40px;
  padding: 8px 0;
}
.search-bar .search-form {
  background: #0d6e36;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.search-bar .search-form [name="keyword"] {
  box-sizing: border-box;
  float: left;
  width: 260px;
  height: 24px;
  background: #0d6e36;
  border: 0;
  outline: 0;
  border-radius: 5px 0 0 5px;
  padding: 5px 10px;
  color: #ffffff;
}
.search-bar .search-form [name="keyword"]:focus {
  outline: solid 2px #ffffff;
}
.search-bar .search-form [name="keyword"]::-webkit-input-placeholder {
  color: #ffffff;
}
.search-bar .search-form [name="keyword"]:-ms-input-placeholder {
  color: #ffffff;
}
.search-bar .search-form [name="keyword"]:-moz-placeholder {
  color: #ffffff;
}
.search-bar .search-form [name="keyword"]::-moz-placeholder {
  color: #ffffff;
}
.search-bar .btn-search {
  margin-left: 2px;
  float: left;
  width: 30px;
  height: 24px;
  background: #0d6e36;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 0 5px 5px 0;
  font-size: 0;
  color: #ffffff;
}
.search-bar .btn-search:focus {
  outline: solid 2px #ffffff;
}
.search-bar .btn-search span {
  font-size: 12px;
}
.search-bar-mobile {
  box-sizing: border-box;
  padding: 0 0 8px 0;
}
.search-bar-mobile .search-form {
  background: #0d6e36;
  width: 100%;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.search-bar-mobile .search-form .search-input {
  flex: 1;
  box-sizing: border-box;
  height: 100%;
  background: #0d6e36;
  border: 0;
  outline: 0;
  border-radius: 5px 0 0 5px;
  padding: 5px 10px;
  color: #ffffff;
}
.search-bar-mobile .search-form .search-input:focus {
  outline: solid 2px #ffffff;
}
.search-bar-mobile .search-form .search-input::-webkit-input-placeholder {
  color: #ffffff;
}
.search-bar-mobile .search-form .search-input:-ms-input-placeholder {
  color: #ffffff;
}
.search-bar-mobile .search-form .search-input:-moz-placeholder {
  color: #ffffff;
}
.search-bar-mobile .search-form .search-input::-moz-placeholder {
  color: #ffffff;
}
.search-bar-mobile .search-form .btn-search {
  margin-left: 2px;
  float: left;
  width: 30px;
  height: 100%;
  background: #0d6e36;
  text-align: center;
  border: 0;
  outline: 0;
  border-radius: 0 5px 5px 0;
  font-size: 0;
  color: #ffffff;
}
.search-bar-mobile .search-form .btn-search:focus {
  outline: solid 2px #ffffff;
}
.search-bar-mobile .search-form .btn-search span {
  font-size: 16px;
}
.share-zone {
  box-sizing: border-box;
  float: right;
  width: 240px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.share-zone li {
  box-sizing: border-box;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
}
.share-zone li a {
  box-sizing: border-box;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.share-zone li:hover a {
  border-color: #ffffff;
}
@media (max-width: 1199px) {
  .share-zone {
    display: none;
  }
}
table.dataTable thead th[class*="sorting"] {
  padding-right: 27px !important;
  padding-left: 15px !important;
}
table.dataTable thead th[class*="sorting"]:after {
  color: #0d6e36;
  content: "♢";
  display: block;
  font-family: inherit;
  opacity: 1;
}
table.dataTable thead th[class*="sorting"][aria-sort="ascending"]:after {
  content: "▲";
}
table.dataTable thead th[class*="sorting"][aria-sort="descending"]:after {
  content: "▼";
}
#files,
#sample {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.tab-content {
  overflow: hidden;
}
.dataset-files-table .filename-column {
  width: 20ch;
}
.dataset-tab-content {
  overflow: visible;
}
.dataset-tab-content [role="tabpanel"] {
  overflow: hidden;
}
.dataset-tab-content [role="tabpanel"].visible {
  overflow: visible;
}
.uploader {
  margin-top: 2em;
}
.team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 576px) {
  .team-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(4,1fr);
  }
}
.team-grid .team-card {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.team-grid .team-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 576px) {
  .team-grid .team-card img {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .team-grid .team-card img {
    height: 270px;
  }
}
.team-grid .team-card .team-content {
  padding: 15px;
  flex-grow: 1;
}
.team-grid .team-card .team-content h2 {
  font-size: 18px;
  margin-block: 10px;
}
.team-grid .team-card .team-content .member-role {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #333333;
}
.team-grid .team-card .team-content a.fa {
  text-decoration: none;
  color: #656565;
  font-size: 14px;
  border-radius: 4px;
  padding: 6px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.team-grid .team-card .team-content a.fa:hover {
  color: #ffffff;
  background-color: #656565;
}
.team-grid .team-card .collapsed {
  max-height: 16.5rem;
  overflow: hidden;
}
.team-grid .team-card .toggle-more {
  margin-top: 4px;
  color: #0d6e36;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.team-grid .team-card .toggle-more:hover {
  text-decoration: underline;
}
#map {
  height: 600px;
  width: 100%;
}
#map:focus {
  outline: #08893e solid 0.15em;
}
.popup {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 0.1em 1em 0.5em 0.5em;
  max-height: 200px;
  overflow-y: auto;
}
.readonly-profile {
  margin-bottom: 0;
  color: #656565;
}
.readonly-profile .readonly-profile-item {
  margin-bottom: 20px;
}
.readonly-profile .readonly-profile-item .readonly-profile-key {
  text-align: right;
}
.readonly-profile .readonly-profile-item .readonly-profile-value {
  text-align: left;
  font-weight: bold;
}
.readonly-profile .readonly-profile-item:last-child {
  margin-bottom: 0;
}
.tooltip {
  padding: 0.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 13px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333333;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #333333;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #333333;
}
.tooltip .tooltip-inner {
  background-color: #333333;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.25rem 0.6rem;
  min-width: 150px;
  max-width: 500px;
  width: auto;
}
.model-selector {
  width: 450px;
  margin-bottom: 20px;
}
.model-viewer-container {
  position: relative;
  width: 912px;
  height: 512px;
  background: transparent;
}
@media (max-width: 912px) {
  .model-viewer-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1.78;
  }
}
.canvas-container {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  display: block;
}
.controls {
  position: absolute;
  background: transparent;
  color: #ffffff;
  bottom: 0;
  right: 0;
  padding: 12px;
  z-index: 1;
  display: flex;
  gap: 6px;
}
.controls .controls-btn {
  text-decoration: none;
  color: #333333;
  background: transparent;
  font-size: 18px;
  opacity: 0.8;
  transition: opacity 0.2s ease, background 0.2s ease;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.controls .controls-btn:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
  background: rgba(0,0,0,0.5);
}
.help-modal {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.help-modal .help-modal-content {
  background: rgba(0,0,0,0.9);
  border-radius: 8px;
  padding: 24px;
  min-width: 300px;
  max-width: 90%;
}
.help-modal .help-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.help-modal .help-modal-header .help-modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.help-modal .help-modal-header .help-modal-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 20px;
  padding: 4px;
  cursor: pointer;
  opacity: 0.8;
}
.help-modal .help-modal-header .help-modal-close:hover {
  opacity: 1;
}
.help-modal .help-modal-body h3 {
  font-size: 14px;
  margin: 0 0 16px 0;
  opacity: 0.8;
}
.help-modal .help-modal-body .help-control {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.help-modal .help-modal-body .help-control i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}
.help-modal .help-modal-body .help-control .help-control-text div:first-child {
  font-weight: bold;
  margin-bottom: 4px;
}
.help-modal .help-modal-body .help-control .help-control-text .help-control-detail {
  font-size: 14px;
  opacity: 0.8;
}
.model-viewer-container.fullscreen .canvas-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.model-viewer-container.fullscreen .controls {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.model-viewer-container.fullscreen .help-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}
.play-button-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: rgba(0,0,0,0.3);
}
.play-button {
  width: 150px;
  height: 150px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}
.play-button:hover {
  transform: scale(1.1);
  background: #08893e;
  box-shadow: 0 0 40px rgba(255,255,255,0.5), 0 0 20px rgba(8,137,62,0.6);
}
.play-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #ffffff, 0 0 0 8px #08893e, 0 0 0 12px rgba(8,137,62,0.3);
}
.play-button-icon {
  font-size: 70px;
  position: relative;
  left: 6px;
}
@media (max-width: 768px) {
  .play-button {
    width: 120px;
    height: 120px;
    padding: 16px;
  }
  .play-button .play-button-icon {
    font-size: 50px;
  }
}
.loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  background: rgba(0,0,0,0.1);
  backdrop-filter: blur(5px);
}
.loading-overlay.active {
  display: flex;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid transparent;
  border-top: 4px solid #08893e;
  border-radius: 50%;
  animation: spin 0.8s cubic-bezier(0.4,0,0.2,1) infinite;
  margin-bottom: 8px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  font-size: 18px;
  color: #333333;
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
}
.error-display {
  max-width: 100%;
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  margin: 0;
  z-index: 4;
}
.model-description {
  height: 22px;
}
.mobile-navigation {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
  overflow-y: auto;
}
.mobile-navigation.is-visible {
  display: block;
}
.mobile-navigation__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 15px;
  cursor: pointer;
  color: #333333;
  transition: color 0.2s ease;
  z-index: 2;
}
.mobile-navigation__close .fa {
  font-size: 24px;
}
.mobile-navigation__close:hover {
  color: #08893e;
}
.mobile-navigation__content {
  min-height: 100vh;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 60px 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-navigation__logo {
  text-align: center;
  margin-bottom: 30px;
}
.mobile-navigation__logo-image {
  width: 350px;
  max-width: 100%;
  height: auto;
}
.mobile-navigation__nav {
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  animation: slide-in 0.3s ease forwards;
}
.mobile-navigation__group {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.mobile-navigation__group:last-child {
  border-bottom: none;
}
.mobile-navigation__link {
  display: block;
  padding: 12px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.mobile-navigation__link .fa {
  color: #656565;
  margin-right: 10px;
}
.mobile-navigation__link:hover,
.mobile-navigation__link:focus {
  color: #08893e;
  text-decoration: none;
}
.mobile-navigation__link:hover .fa,
.mobile-navigation__link:focus .fa {
  color: #08893e;
}
.mobile-navigation__social {
  margin-top: 15px;
  padding: 15px;
}
.mobile-navigation__social .social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.mobile-navigation__social .social-icon {
  color: #333333;
  padding: 5px;
  border-radius: 5px;
  font-size: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.mobile-navigation__social .social-icon:hover {
  background-color: #333333;
  color: #ffffff;
}
.mobile-navigation__social .social-icon:focus {
  outline: solid 2px #333333;
  outline-offset: 2px;
}
.mobile-navigation__social .social-icon:hover img {
  filter: invert(0);
}
.mobile-navigation__social .social-icon img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}
@keyframes slide-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .mobile-navigation {
    display: none !important;
  }
}
.with-hypothesis .mobile-navigation__close {
  right: 40px;
}
.dataset-types-panel .dataset-types-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.dataset-types-panel .dataset-types-list .dataset-types-link {
  display: inline-flex;
  align-items: center;
}
.dataset-types-panel .dataset-types-list .dataset-types-link .text-icon {
  flex: 94px;
}
.dataset-types-panel .dataset-types-list .dataset-types-link .dataset-types-label {
  text-wrap: nowrap;
}
@media (max-width: 575px) {
  .dataset-types-panel .dataset-types-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .dataset-types-panel .dataset-types-list .dataset-types-link .dataset-types-label {
    text-wrap: wrap;
  }
}
.rss-panel .rss-panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: scroll;
}
.rss-panel .rss-panel-list.is-expanded {
  height: 500px;
}
.rss-panel .rss-panel-list.is-collapsed {
  height: 300px;
}
.rss-panel .rss-panel-list .rss-panel-item {
  padding: 15px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.rss-panel .rss-panel-list .rss-panel-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rss-panel .rss-panel-list .rss-panel-item:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .rss-panel .rss-panel-list {
    height: 400px !important;
  }
}
.title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 20px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.title-bar-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}
.title-bar-breadcrumb-list {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.title-bar-breadcrumb-item {
  display: flex;
  align-items: center;
}
.title-bar-breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: #999999;
}
.title-bar-breadcrumb-link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .title-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 8px;
  }
}
.user-profile-box .btns-row .btn {
  min-width: 100px;
}
.user-profile-action-btns .btns-row .btn {
  min-width: 150px;
}
@media (max-width: 991px) {
  .user-profile-box .btns-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .user-profile-action-btns .btns-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .user-profile-action-btns .btns-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  .user-profile-action-btns .btns-row .btn {
    width: 100%;
  }
}
.carousel-container {
  padding: 0;
}
.carousel.with-indicators {
  margin-bottom: 16px;
}
.carousel-inner > .item > .row {
  display: flex;
  flex-wrap: wrap;
  margin-block: 0;
  margin-inline: -7px;
}
.carousel-item {
  flex: 1 0 auto;
  padding: 8px;
}
.carousel-item .carousel-block {
  margin: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  height: 220px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.carousel-item .carousel-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: #06b34d;
}
.carousel-control {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  color: #08893e;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  background-color: #08893e;
  border-color: #08893e;
  box-shadow: 0 4px 12px rgba(8,137,62,0.15);
  transform: translateY(-50%) scale(1.05);
}
.carousel-control:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(8,137,62,0.2);
}
.carousel-control:active {
  transform: translateY(-50%) scale(0.98);
}
.carousel-control.left {
  left: 10px;
}
.carousel-control.right {
  right: 10px;
}
.carousel-indicators {
  bottom: -40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.carousel-indicators .carousel-indicator {
  min-width: 16px;
  min-height: 16px;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.carousel-indicators .carousel-indicator.active .carousel-indicator-link::after {
  background-color: #08893e;
  transform: scale(1.333);
}
.carousel-indicators .carousel-indicator .carousel-indicator-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
}
.carousel-indicators .carousel-indicator .carousel-indicator-link::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(8,137,62,0.3);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.carousel-indicators .carousel-indicator .carousel-indicator-link:hover::after {
  background-color: rgba(8,137,62,0.5);
}
.carousel-indicators .carousel-indicator .carousel-indicator-link:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(8,137,62,0.2);
}
.carousel-indicators .carousel-indicator .carousel-indicator-link:focus:not(:focus-visible) {
  box-shadow: none;
}
@media (min-width: 768px) {
  .carousel-control.left {
    left: -20px;
  }
  .carousel-control.right {
    right: -20px;
  }
}
.news-section .news-title {
  margin: 0 0 16px;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-section .news-body {
  flex-grow: 1;
  margin-bottom: 16px;
  color: #333333;
  font-size: 0.95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(6em);
}
.news-section .news-more-link {
  align-self: flex-end;
  color: #08893e;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
}
.news-section .news-more-link:after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.2s ease;
}
.news-section .news-more-link:hover:after {
  transform: scaleX(1);
}
.news-section .news-more-link:focus {
  outline-offset: 2px;
  outline: solid 2px #333333;
}
.dataset-feed-section .carousel-block {
  height: auto;
}
.dataset-feed-section .dataset-item .dataset-image-wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 15px;
}
.dataset-feed-section .dataset-item .dataset-image-wrapper .dataset-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dataset-feed-section .dataset-item .dataset-doi {
  font-size: 14px;
  color: #656565;
  margin-bottom: 10px;
}
.dataset-feed-section .dataset-item .dataset-title {
  margin: 0 0 10px 0;
  line-height: 1.4;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  height: 4.2em;
}
.dataset-feed-section .dataset-item .dataset-date {
  font-size: 14px;
  color: #656565;
  height: 1em;
}
