.fancy-title {
	font-family: 'Cinzel Decorative', cursive;
	text-align: center;
	text-shadow: 0px 1px 0px #d7b58b, 0px 0px 6px #604731;
}

hr {
	background: #9d7c5f;
	box-shadow: 1px 1px 1px #cea78587;
}

.custom-select {
	height: calc(1.8125rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.7rem;
	font-size: 75%;
	color: #623b19;
	border-radius: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: #cfaf93;
	border-color: #604731;
	width: auto;
}

.table {
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}

.table thead tr {
	background-color: #a68365;
}

.table th {
	font-family: 'Cinzel Decorative', cursive;
}

.table thead th, .table td {
	vertical-align: middle;
	border-color: #604731;
	color: #423122;
}

.dtr-title {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 600;
	color: #241b13;
	text-shadow: 1px 1px #7d6045;
	font-size: 17px;
	display: block;
}

[data-tab-content] {
	display: none;
}

.active[data-tab-content] {
	display: block;
	animation: fadeIn ease 1.5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.btn-dark {
	font-family: 'Norse';
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #dbb89b;
	border: 4px double #604731bd;
	border-radius: 10px;
	background: #7e5e46;
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}

.btn-dark:hover {
	background-color: #99755a;;
	border-color: #604731bd;
	color: #dbb89b;
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}

.btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
	background-color: #af8d6f;
	border-color: #604731bd;
	color: #322215;
	box-shadow: -4px 4px 4px -4px #604731, -4px -4px 4px -4px #604731;
}

.custom-select {
	height: calc(1.8125rem + 2px);
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.7rem;
	font-size: 75%;
	color: #623b19;
	border-radius: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background: #cfaf93;
	border-color: #604731;
	width: auto;
}

.dataTables_filter label {
	display: flex;
	align-items: flex-end;
	padding: 10px 0;
}

.pagination {
	flex-wrap: wrap;
}

.page-item .page-link {
	border-color: #604731;
}

.page-item .page-link,
.page-item.disabled .page-link {
	background:#7d6045;
	color: #cca88a;
	border-color: #9a795d;
}
.page-item.disabled:hover .page-link {
	background:#9a795d;
	border-color: #9a795d;
}
.page-item.active .page-link {
	background:#937358;
	border-color: #9a795d;
}
.page-item.active:hover .page-link {
	background:#9a795d;
	border-color: #9a795d;
}

.panel-primary {
	background-color: #af8d6f;
	border: 4px double #604731;
	border-radius: 15px;
	box-shadow: 0 0 4px 0px #604731;
	color: #322215;
	font-size: 15px;
	overflow-y: scroll;
	height: 1150px;
}

.panel-primary .title {
	font-family: "OdinsonLight";
	font-weight: 600;
	font-size: 40px;
	text-shadow: 1px 1px 1px #d7b58b;
	text-align: center;
}

.panel-primary li.list-group-item {
	padding:  .75rem .75rem .75rem 2rem;
	background-color: #c39d7a;
}

.panel-primary li.list-group-item a {
	color: #eddbcd;
}

.panel-primary li.list-group-item a:hover {
	color: #fff;
}

.panel-primary li.list-group-item::before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0.5rem;
	top: 1rem;
}
.panel-primary::-webkit-scrollbar-thumb, .panel-primary::-webkit-scrollbar-track {
	border-radius: 0px 11px 11px 0px;
}
.detail-field {
	padding: 0.25rem 0.75rem;
	background-color: #c39d7a61;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}

.content-header .container-fluid {
	visibility: hidden;
}

.content-wrapper {
	overflow: auto;
}

.panel-primary li.list-group-item::before {
	background: url(/images/misc/Shield8.png) no-repeat;
}

.fancy-title {
	color: #4f3c2e;
	padding-top: 2px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #aa886b;
	margin-top: 5px;
	font-family: 'MorrisRoman';
}