
html, body {
	min-height: 100%;
	height: 100%;
}

body {
	/*display: flex;*/
	/*flex-direction: column;*/
}

/* -------------------------------------------
	wrap
------------------------------------------- */
.wrap {
	min-height: 100%;
	height: 100%;
	/*display: flex;*/
	/*flex-direction: column;*/
}

/* -------------------------------------------
	trn
------------------------------------------- */
.trn, .trna a {
	transition: all 0.2s ease;
}

/* -------------------------------------------
	no-select
------------------------------------------- */
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* -------------------------------------------
	reset
------------------------------------------- */
.reset, .reset > li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* -------------------------------------------
	to-el
------------------------------------------- */
.to-el {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* -------------------------------------------
	bg-blur
------------------------------------------- */
.bg-blur {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

/* -------------------------------------------
	pseudo-table
------------------------------------------- */
.pseudo-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.pseudo-table > li {
	display: table-row;
}

.pseudo-table > li > div {
	display: table-cell;
	vertical-align: middle;
}

/* -------------------------------------------
	img-db
------------------------------------------- */
.img-db, .db-img img {
	width: 100%;
	height: auto;
	display: block;
}

/* -------------------------------------------
	navbar-brand
------------------------------------------- */
.navbar-brand {
	height: 48px;
	display: flex;
	justify-content: center;
}

	/* -------------------------------------------
		navbar-brand img
	------------------------------------------- */
	.navbar-brand img {
		width: 100px;
	}

/* -------------------------------------------
	nav-link / navbar-text
------------------------------------------- */
.navbar-nav .nav-link,
.navbar .navbar-text {
	padding-top: 0.844rem;
	padding-bottom: 0.844rem;
}

/* -------------------------------------------
	navbar
------------------------------------------- */
.navbar {
	font-size: 14px;
}

/* -------------------------------------------
	navbar dropdown-item
------------------------------------------- */
.navbar .dropdown-item {
	font-size: 14px;
}

/* -------------------------------------------
	container-fluid-2
------------------------------------------- */
.container-fluid-2 {
	/*width: 100%;*/
	min-height: calc(100% - 48px);
	height: calc(100% - 48px);
	/*display: flex;*/
	/*flex-direction: column;*/
}

/* -------------------------------------------
	container-fluid-2 > row
------------------------------------------- */
.container-fluid-2 > .row {
	/*width: 100%;*/
	min-height: 100%;
	height: 100%;
	display: flex;
}

/* -------------------------------------------
	sidebar-container
------------------------------------------- */
.sidebar-container {
	/*min-height: 100%;*/
	/*height: 100%;*/
	font-size: 12px;
}

	/* -------------------------------------------
		sidebar-link-list span
	------------------------------------------- */
	.sidebar-link-list span {
		color: #20c997;
		font-size: 14px;
		margin-right: 5px;
	}

	.sidebar-link-list .nav-link.active span,
	.sidebar-link-list .show > .nav-link span {
		color: #fff;
	}

	/* -------------------------------------------
		sidebar-link-list sidebar-link-list
	------------------------------------------- */
	.sidebar-link-list .sidebar-link-list {
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.sidebar-link-list .sidebar-link-list .nav-link {
		padding-left: 2.2rem;
	}

/* -------------------------------------------
	nav-link-toggle
------------------------------------------- */
.nav-link-toggle {
	display: inline-flex;
	align-items: center;
}

.nav-link-toggle::after {
	width: 1.25em;
	line-height: 0;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	transition: transform .35s ease;
	transform-origin: .5em 50%;
	margin-left: auto;
}

.nav-link-toggle[aria-expanded="true"]::after {
	transform: rotate(90deg);
}

/* -------------------------------------------
	content-container
------------------------------------------- */
.content-container {
	/*min-height: 100%;*/
	/*height: 100%;*/
}

/* -------------------------------------------
	table
------------------------------------------- */
.table {
	font-size: 14px;
}

.table > thead th {
	white-space: nowrap;
}

/* -------------------------------------------
	table-sort
------------------------------------------- */
.table-sort {
}

	/* -------------------------------------------
		table-sort th
	------------------------------------------- */
	.table-sort th {
		position: relative;
		padding-right: 22px;
	}

		/* -------------------------------------------
			table-sort th span
		------------------------------------------- */
		.table-sort th span {
			display: none;
			font-size: 9px;
			cursor: pointer;
			top: 50%;
			right: 5px;
			position: absolute;
			margin-top: -7px;
		}

		.table-sort th span:first-child {
			right: 14px;
		}

/* -------------------------------------------
	table-stats .badge
------------------------------------------- */
.table-stats .badge {
	font-size: 7px;
	padding: 2px 4px 2px 3px;
	border-radius: 3px;
}

/* -------------------------------------------
	table-stats-2 .badge
------------------------------------------- */
.table-stats-2 .badge {
	font-size: 9px;
	padding: 4px 6px;
	border-radius: 3px;
}

/* -------------------------------------------
	table-small
------------------------------------------- */
.table-small {
	/*font-size: 12px;*/
}

/* -------------------------------------------
	table-rebills tbody td
------------------------------------------- */
.table-rebills tbody td:nth-child(3) {
	background: #20c997;
}

/* -------------------------------------------
	signin-container
------------------------------------------- */
.signin-container {
	display: flex;
	/*flex-direction: column;*/
	text-align: center;
	background: #f0f2f5;
}

	/* -------------------------------------------
		signin-logo
	------------------------------------------- */
	.signin-logo {
		width: 160px;
		margin-left: auto;
		margin-right: auto;
	}

	/* -------------------------------------------
		signin-container form-floating
	------------------------------------------- */
	.signin-container .form-floating:focus-within {
		z-index: 2;
	}

	/* -------------------------------------------
		signin-container input
	------------------------------------------- */
	.signin-container input[type="email"] {
		margin-bottom: -1px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.signin-container input[type="password"] {
		margin-bottom: 16px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

/* -------------------------------------------
	shortstory-container
------------------------------------------- */
.shortstory-container {
	padding-bottom: 2rem;
}

	/* -------------------------------------------
		shortstory-item
	------------------------------------------- */
	.shortstory-item {
		position: relative;
		padding: 60px 60px 55px;
		margin-bottom: 3rem;
		border: 4px solid #20c997;
	}

	.shortstory-item:first-child {
		margin-top: 1.75rem;
	}

		/* -------------------------------------------
			shortstory-date
		------------------------------------------- */
		.shortstory-date {
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			text-shadow: 
			0px 1px 2px rgba(0, 0, 0, 0.1),
			0px 2px 4px rgba(0, 0, 0, 0.1);
			top: -4px;
			left: -4px;
			position: absolute;
			padding: 5px 9px 4px;
			background: #20c997;
		}

		/* -------------------------------------------
			shortstory-title
		------------------------------------------- */
		.shortstory-title {
			margin-bottom: 1.5rem;
		}

		/* -------------------------------------------
			shortstory-content
		------------------------------------------- */
		.shortstory-content {
		}

		/* -------------------------------------------
			shortstory-content p
		------------------------------------------- */
		.shortstory-content p:last-child {
			margin-bottom: 0;
		}

/* -------------------------------------------
	footer
------------------------------------------- */
.footer {
}

	/* -------------------------------------------
		footer-copy
	------------------------------------------- */
	.footer-copy {
	}


