@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap');

:root {
	--main-red: #b23a3a;
	--footer-color: #333;
	--content-panel:#484848;
	--button-blue:#4477a3;
	--light-red:#d45353;
	--link-color:#4177ae;
}
html {
	height:100%;
}
body {
	font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans JP', Roboto, Arial, Helvetica, serif;
	font-size:15px;
	font-weight: 300;
	color:#444;
	height:100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans JP', Roboto, Arial, Helvetica, serif;
}
body.undernavigation {
	padding-top:0;
}
a {
	color:#444;
}
a:hover, a:focus {
	color:var(--light-red)
}
.form-control {
	width:200px;
}
#licenseqa section {
	margin-bottom:30px;
}
#licenseqa img {
	max-width:70%;
}
#licenseqa a {
	color:var(--link-color);
}
.jumbotron {
	font-weight:500;
	background-color:#f6f6f6;
	width:100%;
	margin-bottom:0;
}
.jumbotron p {
	font-weight:300;
	font-size:18px;
}
.jumbotron h2 {
	font-size:1.2em;
	margin-top:0px;
}
.discovery-result-results a:hover, .communities .list-group-item-heading a:hover {
	color:var(--light-red)
}
.itemDisplayTable a {
	color:var(--light-red)
}
.community-whole {
    column-count: 3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.community-panel {
    margin-left: auto;
    margin-right: auto;
}
.media.well {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.media.well .media-list {
	background-color:#fefefe;
}
.community-whole .media.well {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.community-whole .community-panel {
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.sub-community .community-panel li.media.well .media-body .media-heading {
    border-bottom: 0px solid #ccc;
}
.list-sub-community {
	width:100%;
}
.list-sub-community h3 {
	color:var(--link-color);
}
.list-sub-community .list-group {
	display:flex;
	box-shadow:none;
}
.community-whole .media-heading {
    border-bottom: 0px solid #ccc;
    margin-bottom: 0;
    font-weight: 300;
	padding:10px 15px;
}
.media-heading {
    font-size: 16px;
    color: #262626;
   
}
.community-whole .panel.media-body > .media-heading {
	background-color:#444;
	margin-bottom: -25px;
}
.sub-community .panel.media-body > .media-heading {
	background-color:#444;
}
.community-whole .sub-community .panel.media-body > .media-heading a {
	color:#fff;
}
.metadataFieldValue {
    max-width: 100%;
    word-break: break-word;
}

.sub-community .community-panel {
	margin-left:15px;
	margin-bottom:0;
}
.community-whole .panel.media-body > .media-heading a {
	color:#fff;

}
.community-whole li.media.well .panel.media-body {

    border: 1px solid #ccc;
    clear: both;
  
    box-shadow: 0 1px 3px rgba(25, 25, 25, 0.2);

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image:none;
	background-color:#000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color:#6b1717;
}
main#content, .container.banner {
    background-color: #fff;
} 
#content.submission {
	margin-top:80px;
	width: clamp(200px, 80%, 1140px);
margin-left: auto;
margin-right: auto;
}
.submission a {
	color:var(--light-red)
}
.submission .btn-default, .btn-default.btn-group-justified {
	text-shadow: 0 1px 0 #fff;
background-image: -webkit-gradient(linear,left 0,left 100%,from(#fff),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fff,0%,#e6e6e6,100%);
background-image: -moz-linear-gradient(top,#fff 0,#e6e6e6 100%);
background-image: linear-gradient(to bottom,#fff 0,#e6e6e6 100%);
background-repeat: repeat-x;
border-color: #e0e0e0;
border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	border:1px solid #ccc;
	border-radius:4px;
}
.btn-primary.btn-group-justified, .btn-primary.btn-group-justified:hover, .submission-content .btn-primary, .submission-content .btn-primary:hover {
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
background-image: -webkit-linear-gradient(top,#428bca,0%,#3071a9,100%);
background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
background-repeat: repeat-x;
border-color: #2d6ca2;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
	margin-left:0;
	height:auto;
	background-color:transparent;
}
.submission table {
	border:1px solid #ccc;
}
.discovery-facet {
	padding-left:0;
	padding-right:0;
}
.container.menu {
	width: 100%;
	background-color:var(--main-red);
	max-width:initial;
}
.navbar {
	box-shadow:none;
	border-radius:0;
	margin-bottom:0;
}
.navbar-inverse {
	border:0;
	background-image:none;
}
.nav-wrapper {
	font-size:0.9em;
	font-weight:500;
}
.nav-wrapper, .container.brdcrumb, #designedby, .container.banner {
	width: min(80%, 1140px);
	margin-left:auto;
	margin-right:auto;
}
.container.page-content {
	width: min(80%, 1140px);
	min-height: calc(100% - 460px);
}
td.metadataFieldLabel {
    width: 170px;
    font-weight: 500;
}
.navbar-collapse {
	padding-left:0;
	padding-right:0;
}
.navbar-inverse .navbar-nav > li > a {
	color:#fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
border-bottom-color: #fff;
}
.nav.navbar-nav.locale {
    display: flex;
    width: 100%;
    margin-top: -50px;
	justify-content:flex-end;
	-webkit-justify-content: flex-end;
}
.language-list {
    display: flex;
    gap: 30px;
}
.language-list div:first-child {
	order:2;
}
.language-list a {
	color:#444;
	font-weight:300;
}
.container.banner {
	padding-top:15px;
	padding-bottom:15px;
}
#content {
	padding-bottom:30px;
}
#designedby {
	padding-left:15px;
	padding-right:15px;
}
#side-news {
	display:block;
}
.row.side-news {
	margin-left:0;
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
}
.row.side-news .col-md-4{
	width:100%;
	padding:0;
	border-bottom:1px solid #ccc;
}
.side-news h2 {
	font-size:1.4em;
	margin-top:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}


.brand {
	padding-top:0;
	max-width:400px;
}
.banner img.pull-right, .brand h1, .brand .btn-primary, .brand h4 {
	display:none;
}
.standard .btn-primary {
	background-color:var(--light-red);
}
.nav-wrapper .btn-primary {
	background-color:#3c83cb;
}
.nav-wrapper .btn-primary:hover {
	background-color:#3475b8;
}
.standard .btn-primary:hover {
	background-color:#cc4848;
}
.logo {
	width:100%;
}
.banner img {
	margin:0;
	padding:0;
}
.breadcrumb.btn-success {
	background-image:none;
	border:0;
	text-shadow:none;
	box-shadow:none;
	color:#999;
	background-color:transparent;
	padding:0;
	margin:0;
}
.breadcrumb.btn-success li a {
	font-weight:300;
	color:#999;
	font-style: italic;
}
.communities {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 15px;
}
.communities .list-group {
	column-count:3;
	box-shadow:none;
	margin-bottom:0;
	column-gap:60px;
}
.communities .list-group-item-heading {
	margin-bottom:0;
	font-weight:500;
	font-size:1.1em;
}
h3, .h3 {
	font-size:1.4em;
}
h2, .h2 {
	font-size:1.5em;
}
h4, .h4 {
	font-size:1.2em;
}
.communities .list-group-item-heading a {
	color:#444;
}
.communities .list-group-item-heading a:hover {
	text-decoration:none;
}
.communities .list-group-item-heading .badge {
	background-color: #4177ae;
color: #fff;
}
.community-panel .media.well .badge {
	background-color:#fff;
	color:#444;
	margin-left:5px;
}
.communities .list-group-item p {
	margin:0;
}
.communities .list-group-item {
	margin-bottom:10px;
	border-radius:0;
	padding:15px 0px;
	text-align:left;
	border:0;
	display:inline-block;
	width:100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	border-color:var(--light-red);
	background-color:var(--light-red);
}
.communities .list-group-item .col-md-12 {
	padding-left:0;
	padding-right:0;
	border-bottom: 1px dotted;
padding-bottom: 5px;
}
#facets .list-group-item .badge, .col-md-offset-3 .list-group-item > .badge {
	background-color:transparent;
	color:#888;
	font-weight:300;
}
input#query, .filter-value, input#filterquery {
	width:80%;
	border:1px solid #cdcdcd;
	height:34px;
	vertical-align:middle;
}

.btn-default {
	text-shadow:none;
	box-shadow:none;
	background-image:none;
	border:0;
	border-radius:0;
}
.new-search {
	background-color: #3c83cb;
	color:#fff;
	border-radius:2px;
	margin-top:5px;
}
.filter-remove {
	margin-left:-4px;
	background-color:#9f9f9f;
}
.filter-remove:hover {
	background-color:#8c8c8c;
	color:#fff;
}
.update-value:hover, #browse_controls .btn-default:hover {
	background-color:#369841;
	color:#fff;
}
.add-value:hover {
	background-color:#429e20;
	color:#fff;
}
.new-search:hover {
	color:#FFF;
	background-color:#3475b8;
}
.well {
	margin-bottom:0;
}
.panel-primary > .panel-heading, .discovery-result-results .panel-info > .panel-heading {
	background-image:none;
	border:0;
	background-color:var(--content-panel);
	color:#fff;
}
.panel-primary, .discovery-result-results .panel-info {
	border-color:#ddd;
}
.discovery-result-results a {
	color:#444;
}
.discovery-result-results td[headers="t2"], .panel-primary td[headers="t2"], .panel-primary td[headers="t2"] strong, .col-md-9 .table td[headers="t2"] strong {
	font-weight:500;
}
.panel-primary td[headers="t1"] strong, .panel-primary td[headers="t1"] em, .discovery-result-results td[headers="t1"] em, .col-md-9 .table td[headers="t1"] em {
	font-weight:300;
	font-size:0.9em;
} 
.discovery-pagination-controls.panel-footer label, #browse_controls label, #browse_navigation label {
	font-weight: 300;
font-size: 0.9em;
}
#browse_navigation a {
	background-color:#999;
	display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
#browse_navigation a:hover {
	text-decoration:none;
	background-color:#666;
}
.panel > .list-group .list-group-item{
	word-wrap:break-word;
}
.discovery-result-pagination{
	height: 36px;
display: flex;
align-items: center;
margin-bottom: 15px;
margin-top: 15px;
justify-content: space-between;
font-size: 14px;
	margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.discovery-result-pagination .pagination {
	width:100%;
	display:flex;
	justify-content:flex-end;
}
.discovery-result-pagination .alert {
	float: left;
padding-left: 0px;
color: #555;
	margin-bottom: 0px;
padding-bottom: 0px;
width: 100%;
padding-top: 0px;
font-size: 14px;
}
.filter-type {
	margin-bottom:5px;
}
input, button, select, textarea {
	font-size:16px;
}
select {
	border:1px solid #cdcdcd;
	vertical-align:middle;
}
#main-query-submit, .filter-remove, .add-value {
	color:#fff;
	height:34px;
}
.add-value {
	background-color: #3faf4b;
	margin-left:-4px;
}
.update-value, #browse_controls .btn-default {
	background-color:#3faf4b;
	height:30px;
	padding: 2px 12px;
	color:#fff;
}
#filtertype, #sort_by {
	margin-bottom:5px;
}
.panel-default > .panel-heading {
	background-image:none;

}
#facets .list-group-item:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0;
}
.facetName {
	font-weight: 500;
	width: 100%;
display: block;
background-color: #484848;
	border:1px solid #ddd;
	padding: 10px 15px;
	border-bottom:0;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	color:#fff;
}
.col-md-3 #facets .panel-heading {
	background-color:#484848;
	border:0px solid #ddd;
	color:#fff;
	background-image:none;
}
.panel-success {
	border-color:#ddd;
}
.container.row .btn-default {
	background-color:var(--light-red);
	color:#fff;
}
.container.row .btn-default:hover, .statisticsLink.btn-primary:hover, .statisticsLink.btn-info:hover, .btn-sm.btn-info:hover {
    color: #FFF;
    background-color: #cc4848;
}
.btn-default.col-md-3, .col-md-9 .panel-primary .btn-group .btn-default {
	border:0px solid #aaa;
	width:auto;
	margin-right:5px;
	border-radius:4px;
}
.col-md-6.community-list {
	width:100%;
}
.col-md-6.community-list h3 {
	color:#b43131;
}
.col-md-9 .browse-list .panel-heading, .col-md-9 .panel-primary .panel-heading {
	background-color:#0000000a;
	color:#444;
}
.col-md-9 .browse-list, .col-md-9 .panel-primary {
	background-color:#f5f5f5;
	border:0;
}
.col-md-9 .browse-list .panel-body, .col-md-9 .panel-primary .panel-body{
	padding-left:5px;
}
.col-md-9 .browse-list .btn-default.col-md-3, .col-md-9 .panel-primary .btn-default {
	background-color:transparent;
	border:0;
	font-weight:500;
	color:#666;
	font-size:1em;
}
.col-md-9 .browse-list .btn-default.col-md-3:hover, .col-md-9 .panel-primary .btn-default:hover {
	background-color:#ebebeb;
}
.col-md-9 .table tbody {
	border-right: 1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.col-md-9 .browse_range {
	margin-bottom:15px;
	color:#555;
	float:left;
	font-size:14px;
}
.col-md-9 form.well {
	margin-bottom:30px;
	padding-top:0;
}
.col-md-9 .browse-list {
	border:0;
	box-shadow:none;
}
.discovery-search-filters.panel-body {
	background-color:#f5f5f5;
}
.col-md-6.community-list .list-group {
	border-top:1px solid #aaa;
	border-radius:0;
	box-shadow:none;
}
.col-md-6.community-list .list-group-item {
	border:0;
	display:flex;
}
.col-md-6.community-list .list-group-item.row:before {
	display:list-item;
}

.statisticsLink.btn-primary  {
	height:auto;
	background-color:var(--light-red);
	color:#fff;
	margin-left:0;
}
.col-md-9 .col-md-8 {
	width:100%;
	padding:0;
}
.statisticsLink.btn-info, .btn-sm.btn-info {
	background-image:none;
	background-color:var(--light-red);
	border:0;
}
.submitFormHelp.alert.alert-info {
	background-image:none;
	border:0;
	box-shadow:none;
	color:#444;
	background-color:transparent;
	padding:0;
	font-size:0.9em;
}
.panel-info > .panel-heading {
	background-image:none;
	color: #000;
background-color: #ececec;
	border:1px solid #ececec;
}
.panel-info {
	border:1px solid #ececec;
}
.discovery-query.panel-heading label {
	margin-bottom:10px;
}
.discovery-result-pagination.row.container {
	width:auto;
}
.discovery-result-pagination.row.container .alert-info {
	background-image:none;
	border:0;
	box-shadow:none;
	background-color:transparent;
}
.list-group-item.row {
	margin-left:0;
	margin-right:0;
}
.well {
	background-image:none;
	border:0;
	box-shadow:none;
	background-color:transparent;
}
.btn-primary {
	background-image:none;
	border:0;
	text-shadow:none;
	box-shadow:none;
	border-radius: 0;
margin-left: -4px;
	background-color: #d03131;
	height:34px;
}
.btn-primary:hover {
	background-color:#cf5353;
}
#browse_navigation .btn-default {
	background-color: #d03131;
	color:#fff;
	padding:5px 12px;
}
#browse_navigation .btn-default:hover {
	background-color:#c13939;
}
#browse_navigation {
	line-height:2;
}
#browse_navigation input, #browse_navigation .btn-default {
	height:30px;
	vertical-align:middle;
}
.form-control {
	border-radius:0;
}
ol.breadcrumb li {
	color:#444;
}
footer.navbar {
	margin-top:30px;
	background-color:var(--footer-color);
}
footer {
  background-color: #333;
  flex-shrink: 0;
  width: 100%;
	margin-top:60px;
}
.footer-wrapper {
  width: clamp(200px, 80%, 1140px);
  display: flex;
  margin: auto;
  flex-direction: column;
  padding-top: 30px;
font-weight:300;
	padding-left:15px;
	padding-right:15px;
}
.copyright-wrapper {
	width: clamp(200px, 80%, 1140px);
	display:flex;
	margin:auto;
	padding-top: 10px;
  padding-bottom: 10px;
font-weight:100;
	gap:15px;
	padding-left:15px;
	padding-right:15px;
}
.copyright-wrapper div, .copyright-wrapper a {
	color: #ffffff8c;
}
.copyright-wrapper a:hover {
	color:#fff;
}
.footer-heading {
	font-size:1.1em;
	margin-bottom:5px;
	font-weight:300;
	line-height: 1.8;
	border-bottom: 1px solid #d5d5d5;
padding-bottom: 5px;
}
#footer-sections {
	display:flex;
	flex-direction:row;
		justify-content: space-between;
	gap: 60px;
	font-weight:100;
}
.footer-section {
	width:33%;
}
.footer-list, .footer-list a {
	
	color: #ffffff9e;
}
.footer-list {
	font-size:0.9em;
	line-height:1.8;
}
.footer-section i {
	font-size:1.8em;
	line-height:1;
	float:left;
	padding-right:4px;
	color: #ffffffe6;
}
.footer-heading.social-media {
	margin-top:15px;
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}
.footer-section i:hover {
	color:#fff;
}
footer a, footer {
  color: #fff;
}
.footer-logo {
  width: 100%;
}
.footer-logo img {
	width:100%;
}
.copyright {
  font-weight: 300;
	background-color:#1f1f1f;
	font-size:0.8em;
	margin-top:30px;
}
@media (min-width: 992px) {
	.container {
	width: auto;
		max-width:initial;
}
}
@media (max-width: 768px) {
	.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color:#fff;
}
	.language-list a {
		color:#fff;
	}
	.navbar-inverse .navbar-form {
		display:flex;
		width:100%;
		padding-right:0px;
	}
	.navbar-form .form-group {
		margin-left:15px;
	}
	.nav-wrapper, .container.brdcrumb, #designedby, .container.banner, .container.page-content, .footer-wrapper, .copyright-wrapper {
		width:90%;
	}
	.communities .list-group {
		column-count:2;
	}
	#footer-sections {
		flex-direction:column;
		gap:30px;
	}
	.footer-section {
		width:100%;
	}
}