@charset "utf-8";

/* Main-Layout */

html, body {
	height: 100%;
	margin: 0;
	color: #999999;
	background-color: #25282a;
}
@media (device-width:320px) and (orientation:portrait) {
	body {
		font-size: 0.875rem;
	}
	.btn {
		font-size: 0.875rem;
	}
}
#site-container {
	width: 100%;
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
#sidebar-container {
	display: none;
	background-color: #1e2022;
	overflow: auto;
	position: absolute;
	z-index: 100;
	top: 2.5rem;
	width: 100%;
}

#main-container {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
header {
	flex-shrink: 0;
	background-color: #0f0f11;
	padding: 0 0.75rem;
}
#content {
	flex-grow: 1;
	overflow-y: auto;
	min-height: 2em;
	padding: 1rem 0;
}

/*@media (min-width: 992px) {*/
/*	#content {*/
/*		padding: 1rem 1rem;*/
/*	}*/
/*}*/
footer {
	flex-shrink: 0;
	background-color: #999999;
}
header .top-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height: 100%;
}

header div.top-nav a, header div.top-nav div {
	color: white !important;
	text-decoration: none;
	height: 100%;
	padding: 8px 0;
}
a {
	cursor: pointer;
}

div#footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 6px 0.75rem;
}

div#footer-container a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}

div#footer-container a i {
	color: white;
	text-decoration: none;
	font-size: 16px;
	display: block;
	text-align: center;
}
header #header-title { flex-grow: 1; padding: 0 1rem 0 0; line-height: 40px; font-weight: normal; border: 0; }
#sidebar nav ul { list-style: none; margin: 0; padding: 0; }
#sidebar nav ul li { margin: 0; padding: 0; }
#sidebar nav ul li a { margin: 0; padding: 0.2rem 0.2rem 0.2rem 3.4rem; color: rgba(147, 160, 178, 0.88); position: relative; text-decoration: none; cursor: pointer; }
#sidebar nav > ul > li > a { margin: 0; padding: 0.5rem 0 0.5rem 1.6rem; color: rgba(147, 160, 178, 0.88); position: relative; text-decoration: none; cursor: pointer; }
#sidebar nav ul li a:hover, #sidebar nav > ul > li.active > a { background-color: rgba(18, 18, 23, 0.66); color: rgba(196, 218, 239, 0.95); }
#sidebar nav ul li ul li a:hover, #sidebar nav > ul > li > ul > li.active > a { background-color: rgba(18, 18, 23, 0.66); color: rgba(196, 218, 239, 0.95); }
#sidebar nav > ul > li:hover > a:before {
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

#sidebar nav li i { display: inline-block; width: 20px; margin-right: 8px; }
#sidebar nav > ul > li > a:before {
	content: " ";
	width: 28px;
	height: 28px;
	position: absolute;
	top: 6px;
	right: 16px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%21081117' d='M11.0858 7.75739L15.3284 12L11.0858 16.2427L9.67157 14.8285L12.5 12L9.67157 9.1716L11.0858 7.75739Z'/%3E%3C/svg%3E");
	transform: rotate(0deg);
	transition: 0.2s;
}
#sidebar nav > ul > li.open > a:before { transform: rotate(90deg); transition: 0.5s; }
#sidebar nav a { text-decoration: none; color: rgba(147, 160, 178, 0.88); display: block; }

#sidebar nav li ul {
	display: none;
}
#sidebar nav li.open ul, #sidebar nav li.open ul {
	display: block;
}
#sidebar-footer {
	background-color: #0f0f11;
	width: 100%;
	margin-top: 1rem;
	padding: 1.3rem 1rem 0.8rem 1rem;
	color: #FFFFFF;
	font-size: 1.2rem;
}
#sidebar-footer a {
	display: inline-block;
	text-align: center;
	padding: 0 0.6rem;
	font-size: 9px;
	color: #AAAAAA;
	text-decoration: none;
}
#sidebar-footer a i {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 4px;
	color: #AAAAAA;
}

@media (min-width: 992px) {
	#sidebar-container {
		display: block !important;
		flex: 0 0 16rem;
		border-right: 1px solid rgba(0, 0, 0, 0.6);
		overflow: hidden;
		position: initial;
		padding: 0;
		height: 100%;
	}
	#main-container {
		width: calc(100% - 16rem);
	}
	#sidebar {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		height: 100%;
	}
	#sidebar-footer {

	}
	header div.top-nav a, header div.top-nav div {
		padding: 8px 1rem;
		border-left: 1px solid rgba(128, 126, 126, 0.6);
		font-weight: 200;
	}
	header div.top-nav a:first-child {
		border-right: 1px solid rgba(0, 0, 0, 0.6);
		border-left: 0;
		padding: 8px 1rem 8px 0.2rem;
		margin-right: 1rem;

	}
}
@media (min-width: 1200px) {
	#sidebar-container {
		flex: 0 0 20rem;
	}
	#main-container {
		width: calc(100% - 20rem);
	}
}




div.second-sidebar {
	position: absolute;
	top: 0;
	left: -20rem;
	width: 20rem;
	background-color: white;
	z-index: 1000;
	max-height: 100vh;
	height: 100vh;
	overflow-y: scroll;
	padding: 1rem 0;
	border-right: 1px solid #666666;
}
div.second-sidebar ul { list-style: none; margin: 0; padding: 0; }
div.second-sidebar ul.unfoldable > li { border-bottom: 1px solid #999999; padding: 0.8rem 0.6rem; }
div.second-sidebar ul.unfoldable li a { display: block; }

div.second-sidebar ul.unfoldable li ul { display: none; }
div.second-sidebar ul.unfoldable li.active ul { display: block; padding: 0.6rem; }

div.second-sidebar ul.unfoldable li ul.preview { display: block; margin: 0; padding: 0; }
div.second-sidebar ul.unfoldable li ul.preview li { font-size: 0.8rem; color: #730a0a; padding: 0.2rem 1rem 0 0; cursor: pointer; }
div.second-sidebar ul.unfoldable li.active ul.preview li { display: none; }
div.second-sidebar ul.unfoldable li ul.preview li:after { content: "x"; float: right; }
div.second-sidebar ul.unfoldable li a:after { font-family: "Font Awesome 6 Pro"; font-weight: 400; color: rgb(47, 50, 54); content: "\f105"; width: 1.4rem; display: inline-block; margin-left: 5px; position: absolute; right: 0.6rem; }
div.second-sidebar ul.unfoldable li.active a:after { content: "\f107"; }

ul.list-group li.list-group-item {
	background-color: inherit;
	color: #999999;
	border-color: #333333;
}


div#dialog-flash {
	display: none;
}
div#flash-success {
	display: block;
	position: fixed;
	bottom: -160px;
	left: 0;
	background-color: rgb(17, 103, 62);
	padding: 0.75rem 1.25rem;
	color: #FFFFFF;
	font-size: 1.1rem;
	border-radius: 4px;
	border: 2px solid #084908;
	text-align: center;
	z-index: 5;
	box-shadow: 5px 10px 20px #083822;
}

div#flash-warning {
	display: block;
	position: fixed;
	bottom: -160px;
	left: 0;
	background-color: rgb(115, 10, 10);
	padding: 0.75rem 1.25rem;
	color: #FFFFFF;
	font-size: 1.1rem;
	border-radius: 4px;
	border: 2px solid #690a0a;
	text-align: center;
	z-index: 5;
	box-shadow: 5px 10px 20px #730a0a;
}

.text-right {
	text-align: right;
}
span, b, strong {
	font-size: inherit;
}
.highlight {
	background-color: #c9a422 !important;
	color: #FFFFFF !important;
}

div.card {
	background-color: #141717;
}

.form-control {
	background-color: inherit !important;
	color: #FFFFFF !important;
}

div.headline {
	border-bottom: 1px solid #666666;
	padding-bottom: 0.2rem;
	margin-bottom: 0.6rem;
	text-align: center;
}

/** Pagination **/

div.pagination-info {
	padding: 0 0.75rem;
	color: #999999;
	font-size: 0.92rem;
	line-height: 1.75rem;
	text-align: center;
}
div.pagination-numbers {
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
}
div.pagination-numbers a, div.pagination-numbers a.current {
	flex: 1;
	min-width: 1.8rem;
	flex-basis: 1.8rem;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0;
	line-height: 1.75rem;
	font-weight: normal;
	color: #C8C8C8;
	text-align: center;
	text-decoration: none;
	font-size: 0.875rem !important;
}
div.pagination-numbers a:last-child {
	border-right: 1px solid #000000;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
div.pagination-numbers a:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
div.pagination-numbers a.current {
	background-color: rgba(22, 42, 66, 0.88);
	font-weight: normal;
	color: #FFFFFF;
}
div.pagination-numbers a.disabled {
	display: none;
}
div.pagination-numbers a:hover {
	background-color: #25303b;
	color: #FFFFFF;
}
div.pagination-numbers a > i.fa-regular {
	width: auto;
	line-height: 1.75;
}

th a.paginator-sort:after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	color: rgba(224, 135, 49, 0.79);
	content: "\f0dc";
	width: 1.4rem;
	display: inline-block;
	margin-left: 5px;
}
th a.paginator-sort.asc.active:after {
	font-weight: 900;
	content: "\f0dd";
}
th a.paginator-sort.desc.active:after {
	font-weight: 900;
	content: "\f0de";
}


@media (max-width: 1199px) {

	div.pagination-numbers {
		width: 100%;
	}
}
@media (min-width: 1200px) {

	div.pagination-numbers {
		order: 3;
	}
	div.pagination-info {
		order: 4;
	}

}


/* TABLES */

table.table-striped {
	color: #dddddd;
}


table.table-striped tr:nth-of-type(2n+1) > *:not(th) {
	color: #dddddd;
}
table.table-striped tr td {
	border-color: #2f3235;
}
table.table-striped tr:hover {
	background-color: rgba(224, 135, 49, 0.79);
	color: #FFFFFF !important;
}



table {
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	background-color: transparent;
	color: #999999;
}
table th, table td {
	vertical-align: top;
	padding: 0.3rem 0.385rem;
	line-height: 1.4;
	text-align: left;
}
th {
	font-weight: bold;
	font-size: 1.02em;
}

table th, table.table-striped th {
	background-color: #2f3235 !important;
	color: rgba(224, 135, 49, 0.79) !important;
	font-weight: normal;
	font-size: 0.9rem;
	text-transform: uppercase;
	border: 0 none;

}
table th a {
	text-decoration: none;
	color: rgba(224, 135, 49, 0.79);
}

table.list tr th, table.data-view tr th {
	background-color: transparent !important;
	color: #242939;
	border-bottom: 1px solid #A0A0A0;
	min-width: 2rem;
	font-weight: normal;
}
table tr.bordertop td, table tr.bordertop th {
	border-top: 1px solid #A0A0A0;
}
table tr.borderbottom td, table tr.borderbottom th {
	border-bottom: 1px solid #A0A0A0;
}
table.list {
	color: #333333;
}

table.list th, table.list th:not(.actions) a {
	color: #242939;
}
table td.actions, table td.actions {
	text-align: right;
	padding-bottom: 0;
	white-space: nowrap;
}
table.list tr.disabled td, table.data-view tr.disabled td {
	color: #333333;
}



table.list tr:nth-child(2n+2) {
	background-color: rgb(242, 243, 248);
}
table.list tr:hover {
	background-color: rgba(73, 81, 90, 0.13)
}
table.list tr:first-child:hover {
	background-color: inherit;
}
table.list-small td, table.list-small th, table.data-view-small td, table.data-view-small th {
	font-size: 0.9rem;
}
table.data-view tr:nth-child(odd) {
	background-color: #2E3338;
}
table.fixed-header {
	position: relative; border-collapse: collapse;
}
table.fixed-header th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #2f3235 !important;
	color: #ffffff;
}
.table-bordered, .table-bordered th, .table-bordered td {
	border: 1px solid #8D98A4;
}
.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

table tr.is-marked {
	background-color: #815c24 !important;
}
table tr.is-marked:hover {
	background-color: #815c24 !important;
}

a > i.fa { text-align: left; width: 1.2em; }

a.icon {
	display: inline-block;
	cursor: pointer;
}
a.icon i[class^="fa-"] {
	font-size: 0.9rem;
	color: #777777;
	width: 1.1rem;
}
a.icon i[class^="fa-"]:hover {
	color: #000000;
}
td.actions a.icon {
	line-height: 1;
	padding: 0;
}
a > i.fa.hover-danger:hover {
	color: #E7201A;
}
a > i.fa.hover-warning:hover {
	color: #FAA123;
}
a > i.fa.hover-success:hover {
	color: #2F7D2F;
}


i.select-arrow { display: block; position: absolute; right: 25px; padding: 0px 4px; font-size: 16px; cursor: pointer; color: #666666; }
a.icon.btn i.fa { color: #FFFFFF; }
a.icon.btn { float: left; width: auto; height: auto; padding: 4px 8px; margin: 0px 6px 6px 0px; }
a.icon.btn:hover { background: #D0D0D0 !important; color: #000000; }
div.buttonbar { margin-top: 30px; clear: both; padding-bottom: 4px; }
div.buttonbar.bordertop { margin-top: 20px; clear: both; border-top: 1px solid #AAAAAA; padding-top: 12px; }
div.buttonbar a.button, div.buttonbar button[type="submit"], div.buttonbar button[type="button"] { margin-right: 15px; }
div.buttonbar button[type="submit"] { float: right; margin-right: 0; }
div.bordertop { border-top: 1px solid #AAAAAA; margin-top: 20px; padding-top: 12px; clear: both; }
div.box { border: 1px solid #666666; padding: 25px 12px 12px 12px; margin-bottom: 20px; }
.box-floated { float: left; margin-right: 30px; width: 500px; }
div.box.labeled { position: relative; }
div.box.labeled div.label { position: absolute; top: -10px; left: 6px; padding: 2px 8px; font-style: italic; border: 0px solid #666666; background-color: #EEEEEE; }

.ajax-selection {
	padding: 0.5rem;
	cursor: pointer;
}
.ajax-selection.selected {
	background-color: #D0AF64 !important;
	color: #333333;
}

/* APP LIST */

.container ul.app-list {
	margin: 0px -15px;
}

ul.app-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.app-list li {
	border-top: 1px solid #989898;
	padding: 5px 15px;
	width: 100%;
	margin: 0;
	box-shadow: 0  0.05rem 0 0 rgba(107, 107, 107, 0.25);
	position: relative;
}
ul.app-list li:hover {
	background-color: #e8e8e8;
}

ul.app-list li.danger, ul.app-list li.warning, ul.app-list li.success, ul.app-list li.secondary {
	padding-left: 1.4rem;
}

ul.app-list li.danger:before, ul.app-list li.warning:before, ul.app-list li.success:before, ul.app-list li.secondary:before {
	display: inline-block;
	width: 12px;
	height: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
}
ul.app-list li.danger:before {
	background-color: red;
}
ul.app-list li.success:before {
	background-color: green;
}
ul.app-list li.warning:before {
	background-color: orange;
}
ul.app-list li.secondary:before {
	background-color: gray;
}



ul.app-list li:last-child {
	border-bottom: 1px solid #989898;
}


ul.app-list li > a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}



ul.app-list li div.number {
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	background-color: #595959;
	line-height: 28px;
	padding: 2px 0;
	width: 30px;
	margin-right: 12px;
	color: #FFFFFF;
}

ul.app-list li.selected {
	background-color: #ffc107;
}

ul.striped-list > li:nth-of-type(odd) {
	background-color: #f2f2f2 ;
}


/** FORM **/

fieldset.bordertop {
	border-top: 1px solid #72696a;
	padding-top: 1.2rem;
	margin-top: 0.8rem;
}

fieldset.bordertop > legend {
	font-size: 0.8rem;
	line-height: inherit;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
	color: #72696a;
	width: auto !important;
	float: none !important;
}

form select.form-select { background-color: #25282a; color: #FFFFFF; }


.fileinput { position: relative; overflow: hidden; float: left; margin-right: 4px; }
.fileinput input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); transform: translate(0px, 3px) scale(1.5); cursor: pointer; }


.buttonswitch {
	display: flex;
	border: 0 none;
	padding: 0;
	background-color: inherit;
}

.buttonswitch input[type="radio"], .buttonlist input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.buttonswitch input[type="radio"] + label {
	background-color: #15171C;
	border: 1px solid #C8C8C8;
	border-radius: 0.18rem;
	padding: 0.308rem 0.385rem;
	flex: 1;
	text-align: left;
	cursor: pointer;
	margin-bottom: 0;
}

.buttonswitch input[type="radio"] + label:not(:last-child) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0;
}
.buttonswitch input[type="radio"] + label:not(:first-of-type) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.buttonswitch input[type="radio"]:checked + label, .buttonlist input[type="radio"]:checked + label {
	background-color: #DC8700;
	color: #000000;
}

input[type="checkbox"].checkbox-fa {
	display: none;
}
input[type="checkbox"].checkbox-fa + label {
	text-align: left;
	cursor: pointer;
	margin-bottom: 0;
	border: none;
	padding-left: 1.4rem;
	display: inline-block;
}
input[type="checkbox"].checkbox-fa + label:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	width: 1.4rem;
	display: inline-block;
	color: #464646;
	content: "\f0c8";
	margin-left: -1.4rem;
}
input[type="checkbox"].checkbox-fa:checked + label:before {
	font-weight: 900;
	color: #026902;
	content: "\f00c";
}

.clear-icon {
	border: 0 none;
	background-color: transparent;
	display: block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.clear-icon:after {
	content: "\f00d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	font-size: 1.2rem;
	display: block;
	position: absolute;
	z-index:100;
	right: 0.6rem;
	top: 0;
	margin: auto;
	padding: 2px;
	text-align: center;
	color: #94adce;
	cursor: pointer;
}
input[type="text"]:placeholder-shown ~ .clear-icon {
	display: none;
}

.bg-dark {
	background-color: #33363d !important;
}
.form-control-plaintext {
	color: #adadad;
	border: 1px solid #666666;
	padding: .25rem .5rem !important;
}


/* File-Drop */

.file-drop-form {
	width: 100%;
}
.file-drop-zone {
	text-align: center;
	padding: 1.2rem 1rem 1rem 1rem;
	outline: 2px dashed #a4a4a9;
	outline-offset: -6px;
	border-radius: 4px;
}
.file-drop-zone.drag--over {
	background-color: rgba(147, 160, 178, 0.24);
}
.file-drop-label {
	color: #333333;
	cursor: pointer;
}
.file-dragndrop, .file-drop-input {
	display: none;
}
.file-drop-preview img {
	max-width: 160px;
	max-height: 240px;
	border: 1px solid #333333;
	border-radius: 4px;
}


/* DIALOG */

.dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(170,170,170,0.5);
	z-index: 100;
}
.dialog {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: 101;
	background-color: #25282a;
	border: 1px solid #adadad;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	left: 0;
	top: 0;
	outline: 0;
}
.dialog.full {
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	border-radius: 0;
	border: 0 none;
}
.dialog.alert {
	border: 1px solid rgb(241, 238, 238);
	background-color: rgba(0, 0, 0, 0.83);
	padding: 0;
	border-radius: 12px;
}
.dialog-titlebar {
	background-color: #323232;
	color: #FFFFFF;
	padding: 0.5rem 1.3rem;
	border-bottom: 1px solid #C0C0C0;
	font-size: 1.0rem;
	/*font-weight: bold;*/
}
.dialog.alert .dialog-titlebar {
	background-color: rgba(130, 0, 0, 0.49);
	border-bottom: 0 none;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	text-align: center;
}
a.dialog-message-button {
	display: block;
	border-top: 1px solid rgba(147, 144, 144, 0.78);
	padding: 0.8rem 0;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
a.dialog-confirm-button {
	padding: 0.8rem 0;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.dialog-titlebar.success {
	background-color: #006e00;
	color: #FFFFFF;
}
.dialog-titlebar > a.dialog-close-btn {
	color: #FFFFFF;
	display: block;
	float: right;
	cursor: pointer;
	font-weight: bold;
	padding: 0 7px;
	margin-right: -1rem;
	font-weight: bold;
	line-height: 1.5;
}
.dialog-content {
	padding: 0.6rem 1rem;
	/*padding: 1.4rem 1.2rem 0.7rem 1.2rem;*/
	background-color: #25282a;
	flex: 1;
	overflow: scroll;
}
.dialog p {
	margin-bottom: 0;
}
.dialog.alert .dialog-content {
	background-color: transparent;
	color: #FFFFFF;
	text-align: center;
	padding: 1.4rem 0 0 0;
}
.dialog.no-padding .dialog-content {
	padding: 0;
}

@media (max-width: 991px) {
	.dialog:not(.alert) {
		left: 0 !important;
	}
	.dialog.alert {
		min-width: 280px;
		width: auto;
	}
}

@media (min-width: 640px) {
	.dialog {
		min-width: 480px;
	}
}
@media (min-width: 992px) {
	.dialog {
		width: auto;
		min-height: 100px;
		min-width: 600px;
	}
}
@media (min-width: 900px) {
	.dialog-w800 {
		width: 800px;
	}
}
@media (min-width: 1100px) {
	.dialog-w1000 {
		width: 1000px;
	}
}
@media (min-width: 1600px) {
	.dialog-wmax {
		width: 1500px;
	}
}





/* PRINT */

.visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
	display: none;
}

@media print {
	*,
	*::before,
	*::after,
	p::first-letter,
	div::first-letter,
	blockquote::first-letter,
	li::first-letter,
	p::first-line,
	div::first-line,
	blockquote::first-line,
	li::first-line {
		text-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td, .table th {
		background-color: #fff !important;
	}
	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important;
	}
	.visible-print, .visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
	html {
		color: #333333;
	}
	body {
		background-color: #FFFFFF;
		display: block;
	}
	header {
		display: none;
	}
	#content {
		padding: 1rem 0;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000000;
	}
	table td.actions {
		display: none;
	}
	table th.actions {
		display: none;
	}
	table.fixed-header tr th div {
		display: none;
	}
	table.list tr:nth-child(2n+3) {
		background-color: #eeeeee;
	}
}