body.front {
    background-image: url('/images/nstl-bj.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #30556e;
}

.front > .container {
    max-width: 760px;
}
.front footer {
    border-top: none !important;
}

#search-results .result a,
.detail-body a {
	text-decoration: none;
	/* margin: 0 5px; */
}

.paper-info {
	margin-bottom: 5px;
	line-height: 26px;
    word-break: break-all;
}
#paper-main-info .paper-info {
	display: flex;
}

#paper-main-info .info-label {
	font-weight: bold;
	display: inline-block;
	min-width: 110px;
	text-align: right;
}

#paper-other-info .info-label {
	font-weight: bold;
}

#top-nav {
	background: url('/images/banner-bg.png') 0 0/cover no-repeat;
}
#top-nav #searchbox {
	max-width: 960px;
	margin: auto;
}

.search-results .nav {
	background: white;
    border-bottom: 2px solid var(--bs-border-color);
}
.search-results .breadcrumb a {
    color: var(--bs-body-color);
}
.search-results .breadcrumb-item + .breadcrumb-item::before {
	color: var(--bs-breadcrumb-divider-color);
}

nav.nav {
	background: url('/images/search-box-bg.png');
    background-position: bottom;
	/* color: white; */
}

.breadcrumb-item + .breadcrumb-item::before {
	color: white;
}

#wxtypes-all,
#searchbox .wxtype {
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.wxtype {
	width: 84px;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border: 1px solid lightgray;
	box-sizing: border-box;
    cursor: pointer;
}

.wxtype.selected {
	background: url('/images/checked.png') no-repeat;
    border: none;
}

.succcess {
    display: inline-block;
	background-color: #13ce13;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: white;
	font-size: px;
	font-weight: bold;
	border-radius: 50%;
}

input::placeholder {
	color: #999 !important;
	font-size: 0.9em;
}
