* {
	font-family: 'Menlo', 'Consolas', 'Courier New', monospace;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul li {
	list-style: none;
}

h1 {
	width: 96%;
	line-height: 1.2;
	padding: 0 0 0 9px;
	margin: 0 auto;
	border: 0 solid #b4b4b4;
	border-bottom-width: 1px;
}

.back2link {
	width: 20%;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 2px 0;
	margin: 5px 2% 0 78%;
	border-radius: 0.3rem;
	background: #a91717;
}

.back2link:hover {
	background: #c4a9a9;
}

body {
	line-height: 1.45;
	background-color: #f8f8f8;
}

#base {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.mt-2 {
	margin-top: 1.5rem;
}

.mb-1 {
	margin-bottom: 1.0rem;
}

.mb-2 {
	margin-bottom: 2.0rem;
}

.card-body {
	max-width: 400px;
	flex: 1 1 auto;
	margin-top: 1.0rem;
	padding: 1.5rem 1.5rem;
	background-color: #fff;
	border-radius: 0.357rem;
}

.form-label {
	font-size: 0.857rem;
	margin-bottom: 0.2857rem;
}

input.form-control {
	display: block;
	width: 100%;
	padding: 0.571rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	color: #6e6b7b;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e1e1e1;
	appearance: none;
	border-radius: 0.357rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	outline: none;
}

input.form-control:focus {
	border: 1px solid #8f8f8f;
}

input.form-control:not(:focus) {
	border: 1px solid #e1e1e1;
}

.font-small-4 {
	width: 1rem !important;
	height: 1rem !important;
	font-size: 1rem !important;
	display: inline-block;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.571rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	color: #6e6b7b;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #d8d6de;
	border-radius: 0.357rem;
}

.input-group> :not(:first-child) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.cursor-pointer {
	cursor: pointer;
}

.btn {
	width: 30%;
	aspect-ratio: 1 / 1;
	display: block;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	/* vertical-align: middle; */
	cursor: pointer;
	user-select: none;
	background-color: #696969;
	border: 1px solid #696969;
	padding: 0.786rem 1.5rem;
	margin: 0px auto;
	font-size: 1rem;
	border-radius: 4.0rem;
}

.btn:hover,
.btn:active {
	color: #696969;
	background-color: #dedede;
}




.header {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px 0 0;
	margin: 1.0rem auto;
	background: #fff;
}

.merchant {
	font-size: 12px;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
	cursor: pointer;
	background: #fff;
	border-radius: 3rem;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #333;
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
}


/* メニューのデザイン*/
.nav_content {
	width: 220px;
	height: 100%;
	position: fixed;
	top: 0;
	right: 100%;
	/* メニューを画面の外に飛ばす */
	z-index: 99;
	background: rgb(110, 110, 110);
	transition: .5s;
	text-align: center;
	padding-top: 100px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
	right: 75%;
	/* メニューを画面に入れる */
	right: calc(100% - 220px);
}

/*
@media (max-width: 768px) {
	.nav_content {
		width: 50%;
	}
	#drawer_input:checked ~ .nav_content {
		right: 50%;
	}
}
*/
.nav_content li a,
.nav_content .nav_item label {
	display: block;
	color: #fff;
	cursor: pointer;
	text-align: left;
	padding: 0.4rem 0 0.4rem 1.4rem;
	text-decoration: none;
}

.nav_content li i {
	width: 1.4rem;
	text-align: center;
	margin-right: 5px;
}

.nav_item .sub_list {
	max-height: 0;
	overflow: hidden;
	line-height: 0;
	transition: all 0.6s;
	opacity: 0;
	padding: 0 0 0;
	margin: 0 0 0 1rem;
}

.nav_item .drawer_hidden:checked+label {
	background: rgb(40, 40, 40);
}

.nav_item .drawer_hidden:checked+label+.sub_list {
	max-height: 100px;
	line-height: 1.25;
	opacity: 1;
	padding: 0 0 1rem 0;
}

.header>.logo {
	line-height: 1.0rem;
}

.header>.logo>a {
	color: #1bab00;
	float: right;
	text-decoration: none;
	margin: 0px 0 0 10px;
}

.header>.logo>a:hover {
	color: #a6d900;
}

.header>.logo>b {
	font-size: 1.2rem;
}

.header>.logo>span {
	font-size: 0.8rem;
}

.cardlist {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	padding: 2rem 0;
}

.card {
	color: #fff;
	min-height: 4rem;
	flex: 0 0 32%;
	align-self: stretch;
	padding: 0rem;
	margin: 0 1% 2rem 0;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0.3rem;
}

.card button {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: left;
	cursor: pointer;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
	overflow: hidden;
	position: relative;
	border: 0px solid #b4b4b4;
	background: none;
}

.card button b {
	display: block;
	font-size: 1.0rem;
	float: left;
	position: absolute;
	left: 5%;
	top: 0.3Rem;
}

.card button b span {
	color: #ddd;
	font-size: 0.8rem;
	font-weight: normal;
	margin-left: 5px;
}

@media (max-width: 860px) {
	.card button b span {
		display: block;
		margin-left: 0px;
	}
}

.card button i {
	display: block;
	font-size: 1.6rem;
	line-height: 1;
	float: right;
	position: absolute;
	right: 5%;
	bottom: 0.5rem;
}

.card {
	text-decoration: none;
}

.card:hover {
	opacity: 0.5;
}

.grn {
	background: #2a0;
}

.dbl {
	background: #10a;
}

.ppl {
	background: #a0a;
}

.orn {
	background: #f70;
}

.red {
	background: #f33;
}

@media (max-width: 552px) {
	.card {
		flex: 0 0 48%;
	}
}


.search {
	width: 96%;
	padding: 1rem 1rem 1rem 1rem;
	margin: 2rem 0;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0.3rem;
}

.search h2 {

	float: left;
}

.srchfm-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.srchfm-toggle+label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
	float: left;
	margin: 0.6rem 0 0 0.6rem;
}

input.srchfm-toggle-round+label {
	padding: 2px;
	width: 40px;
	height: 20px;
	background-color: #dddddd;
	border-radius: 20px;
}

input.srchfm-toggle-round+label:before,
input.srchfm-toggle-round+label:after {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	content: "";
}

input.srchfm-toggle-round+label:before {
	right: 1px;
	background-color: #f1f1f1;
	border-radius: 20px;
	transition: background 0.4s;
}

input.srchfm-toggle-round+label:after {
	width: 19px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: margin 0.4s;
}

input.srchfm-toggle-round:checked+label:before {
	background-color: #8ce196;
}

input.srchfm-toggle-round:checked+label:after {
	margin-left: 20px;
}

#searchform {
	max-height: 0;
	overflow: hidden;
	line-height: 0;
	transition: all 0.6s;
	opacity: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 1rem;
	border: 0px solid #b4b4b4;
	border-bottom-width: 0px;
	clear: both;
}

input.srchfm-toggle-round:checked+label+#searchform {
	max-height: 300px;
	line-height: 1.25;
	opacity: 1;
	padding: 0 0 1rem 0;
	margin: 0 0 1rem 1rem;
	clear: both;
}

#searchform ul {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 10px 0;
}

#searchform ul li {
	flex-basis: 33%;
	padding: 0 10px 10px 0px;
	margin: 0 0 1px 0;
}

#searchform ul li label {
	display: block;
}

#searchform ul li input,
#searchform ul li select {
	width: 90%;
	height: 30px;
	line-height: 2;
	outline: none;
}

@media (max-width: 768px) {
	#searchform ul li {
		flex-basis: 48%;
	}

	#searchform ul li label {
		font-size: 0.8rem;
	}
}

#searchform button,
#searchform input[type="reset"] {
	width: 25%;
	color: #fff;
	line-height: 3;
	cursor: pointer;
	margin: 0 10px 0 0;
	border: 1px solid #696969;
	border-radius: 5px;
	background: #51a7ff;
}

#searchform button:hover,
#searchform button:active {
	color: #696969;
	background: #c0dfff;
}

#searchform input[type="reset"] {
	margin: 0 0px 0 0;
	border: 1px solid #696969;
	border-radius: 5px;
	background: #696969;
}

#searchform input[type="reset"]:hover,
#searchform input[type="reset"]:active {
	color: #696969;
	background: #dedede;
}

.searchlist {
	width: 96%;
	padding: 1rem 1rem;
	margin: 0 0 2rem;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0.3rem;
}

.searchlist ul {
	margin: 0 0 2rem;
	clear: both;
}

.searchlist ul li:first-child {
	font-weight: bold;
	background: #d8d8d8;
}

.searchlist ul li {
	display: flex;
	flex-wrap: wrap;
	padding: 0.5rem 0.5rem;
	margin: 0 0 0rem;
	border: 0 solid #b4b4b4;
	border-bottom-width: 1px;
}

.searchlist ul li:first-child span {
	text-align: left !important;
	line-height: 1.45 !important;
	border: 0 !important;
	background: none !important;
}

.searchlist ul li span:nth-child(odd) {
	padding: 0 0 0 5px;
	margin: 0 0 1px 0;
	border: 0 solid #b4b4b4;
	border-left-width: 1px;
}

.searchlist ul li span:nth-child(even) {
	padding: 0 0 0 5px;
	margin: 0 0 1px 0;
	border: 0 solid #b4b4b4;
	border-left-width: 1px;
}

.searchlist ul li span.tref {
	flex-basis: 30%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.searchlist ul li span.mref {
	flex-basis: 15%;
}

.searchlist ul li span.stat {
	flex-basis: 25%;
}

.searchlist ul li span.stat p {
	width: calc(100% - 10px);
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 2px 0 2px 0;
	border-radius: 5px;
}

.searchlist ul li span.amnt {
	flex-basis: 20%;
	text-align: right;
	/* line-height: 1; */
	padding: 0 4px 0 10px;
	letter-spacing: -1px;
}

.searchlist ul li span.amnt small {
	display: block;
	position: absolute;
	font-size: 0.7rem;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0;
}

.searchlist ul li span.time {
	flex-basis: 24%;
	text-align: center;
	letter-spacing: -1px;
}

.searchlist ul li label.opcl {
	cursor: pointer;
}

.searchlist ul li .srchrs-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.searchlist ul li .srchrs-toggle+label {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.searchlist ul li .srchrs-toggle+label+span.mail {
	display: flex;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	line-height: 0;
	transition: all 0.6s;
	opacity: 0;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	border-left-width: 0px;
}

.searchlist ul li .srchrs-toggle:checked+label+span.mail {
	display: flex;
	width: 100%;
	max-height: 30px;
	line-height: 1.25;
	opacity: 1;
	padding: 2px 0 2px 10px;
}

.searchlist ul li .srchrs-toggle+label+span.mail a {
	cursor: pointer;
	flex-basis: 90px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 2px 0;
	margin: 0 8px 0 0;
	border: solid 1px #727272;
	border-radius: 5px;
	background: #51a7ff;
}

.searchlist ul li .srchrs-toggle+label+span.mail a:hover {
	color: #696969;
	border: solid 1px #143c8c;
	background: #c0dfff;
}

.searchlist ul li .srchrs-toggle+label+span.mail a:before {
	font-size: 0.7rem;
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	margin-right: 4px;
}

.searchlist ul li .srchrs-toggle+label+span.mail div {
	flex-basis: 90px;
	color: #696969;
	text-align: center;
	text-decoration: none;
	padding: 2px 0 2px 0;
	margin: 0 8px 0 0;
	border: solid 1px #696969;
	border-radius: 5px;
	background: #d9d9d9;
}

@media (max-width: 768px) {
	.searchlist ul li span.tref {
		flex-basis: 100%;
		background: #b4b4b4;
	}

	.searchlist ul li span.mref {
		flex-basis: 40%;
	}

	.searchlist ul li span.stat {
		flex-basis: 45%;
	}

	.searchlist ul li span.stat p {
		font-weight: normal;
	}

	.searchlist ul li span.amnt {
		flex-basis: 45%;
		text-align: right;
		line-height: 1.5;
		padding: 0 0% 0 10px;
	}

	.searchlist ul li span.time {
		flex-basis: 100%;
		text-align: left;
		background: #b4b4b4;
	}

	.searchlist ul li span.mail {
		border: 0px;
	}
}







.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 80px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility .5s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s, visibility .5s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 600px;
	padding: 30px 8px 15px 30px;
	border: 2px solid #10a;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: top
}

.modal-wrapper .modal-window .modal-content {
	max-height: 75vh;
	overflow-y: auto;
	text-align: left
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c !important;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}

.modal-wrapper .modal-close:hover {
	color: #2b2e38 !important
}

.modal-wrapper .modal-window .modal-content h4 {
	width: 95%;
	padding: 0 0 3px 3px;
	background: #dedede;
}

.modal-wrapper .modal-window .modal-content dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px 0;
}

.modal-wrapper .modal-window .modal-content dl dt,
.modal-wrapper .modal-window .modal-content dl dd {
	flex: 0 0 30%;
	padding: 5px 0 1px 3px;
	border: 0 solid #b4b4b4;
	border-bottom-width: 1px;
}

.modal-wrapper .modal-window .modal-content dl dd {
	flex: 0 0 65%;
	padding: 5px 0 1px 0;
}

@media (max-width: 768px) {
	.modal-wrapper {
		padding: 40px 10px;
	}

	.modal-wrapper .modal-window {
		width: 90%;
	}

	.modal-wrapper .modal-window .modal-content dl dt {
		flex: 0 0 95%;
		border-bottom-width: 0px;
	}

	.modal-wrapper .modal-window .modal-content dl dd {
		flex: 0 0 95%;
		padding: 1px 0 1px 13px;
	}
}

.refund-reason {
	width: 96%;
	padding: 1rem 1rem;
	margin: 1rem 0 1rem;
	border: 1px solid #b4b4b4;
	border-radius: 0.3rem;
	background: #fff;
}

#reasonform {
	line-height: 1.25;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #b4b4b4;
	border-bottom-width: 0px;
	clear: both;
}

#reasonform #re-reason {
	width: 70%;
	height: 90px;
}

#reasonform button,
#reasonform input[type="reset"] {
	display: block;
	width: 20%;
	color: #fff;
	line-height: 3;
	cursor: pointer;
	margin: 0 10px 0 0;
	border: 1px solid #696969;
	border-radius: 5px;
	background: #51a7ff;
}

#reasonform button:hover,
#reasonform button:active {
	color: #696969;
	background: #c0dfff;
}

.refund-info {
	margin: 1rem 0 2rem;
	clear: both;
}

.refund-info h3 {
	width: 95%;
	padding: 0 0 3px 3px;
	background: #dedede;
}

.refund-info dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px 0;
}

.refund-info dl dt,
.refund-info dl dd {
	flex: 0 0 40%;
	padding: 5px 0 1px 3px;
	border: 0 solid #b4b4b4;
	border-bottom-width: 1px;
}

.refund-info dl dd {
	flex: 0 0 55%;
	padding: 5px 0 1px 0;
}

@media (max-width: 768px) {
	.back2link {
		width: 50%;
		margin: 5px 2% 0 48%;
	}
	#reasonform button,
	#reasonform #re-reason {
		width: 100%;
	}
	.refund-info dl dt {
		flex: 0 0 95%;
		border-bottom-width: 0px;
	}
	.refund-info dl dd {
		flex: 0 0 95%;
		padding: 1px 0 1px 13px;
	}
}

.rateslist {
	width: 96%;
	padding: 0 1rem;
	margin: 1rem 0 2rem;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-radius: 0.3rem;
}

#configform {
	line-height: 1.25;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #b4b4b4;
	border-bottom-width: 0px;
	clear: both;
}

#styleform {
	line-height: 1.25;
	padding: 1rem 0 0 0;
	margin: 0 0 0 0;
	border: 0px solid #b4b4b4;
	border-bottom-width: 0px;
	clear: both;
}

.refund-reason button {
	width: auto;
	color: #fff;
	line-height: 3;
	cursor: pointer;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
	border: 1px solid #696969;
	border-radius: 5px;
	background: #51a7ff;
}

.refund-reason button:hover,
.refund-reason button:active {
	color: #696969;
	background: #c0dfff;
}

div.searchlist>h2 {
	width: 85%;
	float: left;
}

div.searchlist>a.filedl {
	width: 15%;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
	font-weight: normal;
	text-decoration: none;
	float: left;
	padding: 2px 3px 2px;
	margin: 3px 0;
	border: solid 1px #727272;
	border-radius: 0.375rem;
	background: #51a7ff;
}

div.searchlist>a.filedl i {
	font-size: 0.9rem;
	margin-right: 6px;
}

div.searchlist>a.filedl:hover {
	color: #696969;
	background: #c0dfff;
}

nav.flex>div:first-child {
	display: none;
}

nav.flex>div.pgntn {
	display: flex;
	justify-content: space-between;
}

nav.flex>div.pgntn>div:first-child {
	color: #fff;
	padding: 6px 12px;
	border-radius: 0.375rem;
	background: #51a7ff;
}

nav.flex>div>div>span.inline-flex {
	font-size: 1.2rem;
	display: flex;
	/*
	width: 390px;
*/
	border: solid 1px #c8c8c8;
	box-sizing: border-box;
	border-radius: 0.375rem;
}

nav.flex>div>div>span.inline-flex>span,
nav.flex>div>div>span.inline-flex>a {
	display: block;
	flex-basis: 9%;
	text-align: center;
	text-decoration: none;
	padding: 3px 12px;
	border: solid 0px #c8c8c8;
	border-right-width: 1px;
	box-sizing: border-box;
}

nav.flex>div>div>span.inline-flex>span.dots {
	font-size: 0.8rem;
	line-height: 1.5rem;
	/* font-size: 0.4rem;
	line-height: 1.7rem; */
	padding: 3px 8px;
}

nav.flex>div>div>span.inline-flex>span.crnt {
	color: #fff;
	background: #51a7ff;
}

nav.flex>div>div>span.inline-flex>span:first-child,
nav.flex>div>div>span.inline-flex>a:first-child {
	padding: 3px 7px;
}

nav.flex>div>div>span.inline-flex>span:last-child,
nav.flex>div>div>span.inline-flex>a:last-child {
	padding: 3px 7px;
	border-right-width: 0px;
}

nav.flex>div>div>span.inline-flex>a:hover {
	background: #e8e8e8;
}

nav.flex>div>div>span.inline-flex svg {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-bottom: -4px;
}

nav.flex>div>div>span.inline-flex>span svg {
	opacity: 0.5;
}

@media (max-width: 768px) {
	div.searchlist>h2 {
		clear: both;
	}

	div.searchlist>a.filedl {
		width: 30%;
		clear: both;
	}

	nav.flex>div.pgntn {
		flex-wrap: wrap;
	}

	nav.flex>div.pgntn>div:first-child {
		margin-bottom: 5px;
	}
}

/*
.card-body {
	max-width: 400px;
	flex: 1 1 auto;
	padding: 1.5rem 1.5rem;
	background-color: #e1e1e1;
}
.brand-logo {
	display: flex;
	justify-content: center;
	margin: 1rem 0 2rem 0;
}
.card-title {
	font-weight: 500;
	font-size: 1.285rem;
}




.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem; }
.align-items-center {
	align-items: center !important; }


.header-navbar {
	padding: 0px;
	min-height: 4.45rem;
	font-family: "Arial", Helvetica, Arial, serif;
	transition: 300ms ease all, background 0s;
	z-index: 997; }
.navbar-dark {
	background: #b8c2cc; }
.header-navbar.floating-nav {
	position: fixed;
	right: 0;
	margin: 1.3rem auto 0;
	border-radius: 0.428rem;
	z-index: 12; }
.header-navbar.navbar-shadow {
	box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1); }


@media (max-width: 1199.98px) {
	.header-navbar.floating-nav {
	  width: calc(100vw - (100vw - 100%) - calc(2rem * 2)); }
	.header-navbar.navbar-static-top {
	  left: 0;
	  width: 100%; } }

@media (max-width: 991.98px) {
	.header-navbar .navbar-nav {
	  margin: 0;
	  flex-flow: row wrap; }
	.header-navbar .navbar-nav .dropdown-menu {
	  position: absolute; }
	.header-navbar .navbar-nav .nav-item {
	  float: left; } }

@media (max-width: 767px) {
	.header-navbar .navbar-nav {
	  margin: 0;
	  flex-flow: row wrap; }
	.header-navbar .navbar-nav .dropdown-menu {
	  position: absolute; }
	.header-navbar .navbar-nav .nav-item {
	  float: left; } }

@media (max-width: 767.98px) {
	.header-navbar.floating-nav {
	  width: calc(
 100vw - (100vw - 100%) - calc(2rem + 0.4rem)) !important;
	  margin-left: calc(2rem - 0.8rem);
	  margin-right: calc(2rem - 0.8rem); }
	.header-navbar .navbar-container ul.navbar-nav li .selected-language {
	  display: none; } }

@media (max-width: 1201px) {
	.header-navbar.fixed-top, .header-navbar.floating-nav {
	  left: 0; }
	.horizontal-layout .header-navbar .navbar-container {
	  padding-left: 0.8rem;
	  padding-right: 0.8rem; } }

.dark-layout .header-navbar {
	background-color: #283046; }



.d-flex {
	display: flex !important; }
.align-items-center {
	align-items: center !important; }
html .content {
	padding: 0;
	position: relative;
	transition: 300ms ease all;
	backface-visibility: hidden;
	min-height: calc(100% - 3.35rem);
	margin-left: 260px; }
.header-navbar .navbar-container {
	padding: 0.8rem 1rem;
	flex-basis: 100%;
	transition: 300ms ease all;
	margin-left: 0; }
.vertical-overlay-menu .content {
	margin-left: 0; }
.navbar-floating .navbar-container:not(.main-menu-content) {
	padding: 0.8rem 1rem; }


.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
	list-style: none; }
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none; }

*/

/* Basic */

.row {
	max-width: 426px;
	margin: 0 auto;
}

span.stat>div.row {
	max-width: calc(100% - 10px);
	margin: 0;
}

.ui.label {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline;
	margin: 0em 0.14285714em;
	padding: 0.25em 0.5em 0.2em;
	color: rgba(0, 0, 0, 0.6);
	text-transform: none;
	font-weight: bold;
	border: 0px solid transparent;
	border-radius: 0rem;
	transition: background 0.1s ease;
}

.ui.basic.black.label {
	width: 55px;
	color: #1B1C1D !important;
	border-color: #1B1C1D !important;
}

.ui.basic.main.label {
	width: 205px;
}

.ui.basic.black.label.dis {
	/* opacity: 0.3; */
}

.ui.basic.black.label:has(a:hover) {
	/* border-radius: 0px; */
	background: #e8e8e8;
}

.ui.basic.black.label:first-child {
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui.basic.black.label:last-child {
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui.basic.black.label:first-child:has(a:hover),
.ui.basic.black.label:last-child:has(a:hover) {
	background: #e8e8e8;
}

.ui.basic.label {
	border: 0px solid #1B1C1D;
	border-right-width: 1px;
	color: rgba(0, 0, 0, 0.87);
	box-shadow: none;
}



/* Grouped */
.ui.statistic+.ui.statistic {
	margin: 0em 0em 0em 0em;
}

.ui.statistic:last-child {
	margin-bottom: 0em;
	border-right-width: 0px;
}

.ui.statistics {
	display: flex;
	margin: 0em;
	border: 1px solid #1B1C1D;
	border-radius: 10px;
}

.ui.statistics>.statistic {
	display: inline-flex;
	flex: 0 1 auto;
	flex-direction: column;
	margin: 0em 0em 0em;
	max-width: auto;
}

/* Clearing */

.ui.statistics:after {
	display: block;
	content: ' ';
	height: 0px;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.ui.statistics:first-child {
	margin-top: 0em;
}

/*******************************
            Content
*******************************/

/*--------------
      Value
---------------*/

.ui.statistics .statistic>.value,
.ui.statistic>.value {
	/* font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; */
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.2em;
	color: #1B1C1D;
	text-transform: uppercase;
	text-align: center;
}

.ui.statistics .statistic>.value>a,
.ui.statistic>.value>a {
	color: #1B1C1D;
	text-decoration: none;
}

.ui.statistics .statistic>.value>a:hover,
.ui.statistic>.value>a:hover {
	color: #0076eb;
}

.ui.statistic.teal>.value {
	color: #0076eb;
}

.ui.statistic.nodata>.value {
	color: #f33;
	font-weight: bold;
}

/*--------------
     Label
---------------*/

.ui.statistics .statistic>.label,
.ui.statistic>.label {
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 0.7rem;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.87);
	text-transform: uppercase;
	text-align: center;
}

/* .ui.statistic.nodata > .label {
  color: #f33;
} */
.ui.statistic .ui.statistic.dis>.value>a,
.ui.statistic.dis>.value>a,
.ui.statistic .ui.statistic.dis>.value,
.ui.statistic.dis>.value,
.ui.statistic .ui.statistic.dis>.label,
.ui.statistic.dis>.label {
	color: #c8c8c8;
}

/* Top Label */

.ui.statistics .statistic>.label~.value,
.ui.statistic>.label~.value {
	margin-top: 0rem;
}

/* Bottom Label */

.ui.statistics .statistic>.value~.label,
.ui.statistic>.value~.label {
	margin-top: 0rem;
}

/*******************************
             Types
*******************************/

/*--------------
   Icon Value
---------------*/

.ui.statistics .statistic>.value .icon,
.ui.statistic>.value .icon {
	opacity: 1;
	width: auto;
	margin: 0em;
}

/*--------------
   Text Value
---------------*/

.ui.statistics .statistic>.text.value,
.ui.statistic>.text.value {
	line-height: 1em;
	min-height: 2em;
	font-weight: bold;
	text-align: center;
}

.ui.statistics .statistic>.text.value+.label,
.ui.statistic>.text.value+.label {
	text-align: center;
}

/*--------------
   Image Value
---------------*/

.ui.statistics .statistic>.value img,
.ui.statistic>.value img {
	max-height: 3rem;
	vertical-align: baseline;
}


/*-------------------
    Labeled Button
--------------------*/

.ui.button {
	/* cursor: pointer; */
	display: inline-block;
	min-height: 1em;
	outline: none;
	border: none;
	vertical-align: baseline;
	background: #E0E1E2 none;
	color: rgba(0, 0, 0, 0.6);
	font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0em 0.25em 0em 0em;
	padding: 0.3em 0.5em 0.2em;
	text-transform: none;
	text-shadow: none;
	font-weight: bold;
	line-height: 1em;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	border-radius: 0.28571429rem;
	box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
	will-change: '';
	-webkit-tap-highlight-color: transparent;
}

.ui.labeled.button:not(.icon) {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	background: none !important;
	padding: 0px !important;
	border: none !important;
	box-shadow: none !important;
}

.ui.labeled.button>.button {
	flex-basis: 50%;
	margin: 0px;
}

.ui.labeled.button>.label {
	/* display: flex; */
	flex-basis: 50%;
	align-items: center;
	margin: 0px 0px 0px -1px !important;
	padding: '';
	font-size: 1em;
	border-color: rgba(34, 36, 38, 0.15);
}

/* Tag */

.ui.labeled.button>.tag.label:before {
	width: 1.85em;
	height: 1.85em;
}

/* Right */

.ui.labeled.button:not([class*="left labeled"])>.button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui.labeled.button:not([class*="left labeled"])>.label {
	border-radius: 0.28571429rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Left Side */

.ui[class*="left labeled"].button>.button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui[class*="left labeled"].button>.label {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui.mini.button {
	font-size: 0.78571429rem;
}

.ui.basic.buttons .button,
.ui.basic.button {
	background: transparent none !important;
	color: rgba(0, 0, 0, 0.6) !important;
	font-weight: normal;
	border-radius: 0.28571429rem;
	text-transform: none;
	text-shadow: none !important;
	box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

.ui.basic.buttons {
	box-shadow: none;
	border: 1px solid rgba(34, 36, 38, 0.15);
	border-radius: 0.28571429rem;
}

.ui.basic.buttons .button {
	border-radius: 0em;
}

.ui.basic.red.buttons .button,
.ui.basic.red.button {
	box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
	color: #DB2828 !important;
}

.ui.basic.green.buttons .button,
.ui.basic.green.button {
	box-shadow: 0px 0px 0px 1px #00a308 inset !important;
	color: #00a308 !important;
}

.ui.basic.cyan.buttons .button,
.ui.basic.cyan.button {
	box-shadow: 0px 0px 0px 1px #005698 inset !important;
	color: #005698 !important;
}

.ui.basic.button .ui.basic.green {
	color: #005698 !important;
	font-weight: bold;
}

.ui.basic.button .ui.basic.orange {
	color: #ff5500 !important;
	font-weight: bold;
}

.ui.red.labels .label,
.ui.red.label {
	background-color: #DB2828 !important;
	border-color: #DB2828 !important;
	color: #FFFFFF !important;
}

.ui.green.labels .label,
.ui.green.label {
	background-color: #00a308 !important;
	border-color: #00a308 !important;
	color: #FFFFFF !important;
}

.ui.cyan.labels .label,
.ui.cyan.label {
	background-color: #005698 !important;
	border-color: #005698 !important;
	color: #FFFFFF !important;
}

.ui.darkgray.labels .label,
.ui.darkgray.label {
	flex-basis: 100% !important;
	background-color: #656565 !important;
	border-color: #656565 !important;
	color: #FFFFFF !important;
	padding: 0.3em 0.5em 0.2em;
	border-top-left-radius: 0.28571429rem !important;
	border-bottom-left-radius: 0.28571429rem !important;
}

.ui.orange.labels .label,
.ui.orange.label {
	flex-basis: 100% !important;
	background-color: #ff5500 !important;
	border-color: #ff5500 !important;
	color: #FFFFFF !important;
	padding: 0.3em 0.5em 0.2em;
	border-top-left-radius: 0.28571429rem !important;
	border-bottom-left-radius: 0.28571429rem !important;
}
