@charset "UTF-8";

:root {
	--border-radius-small: 8px;
	--padding-small: 8px;
	--border-radius-normal: 12px;
	--padding-normal: 12px;
	--border-radius-max: 999px;
	--floating-wrapper-padding: 15px;
	--floating-wrapper-margin: 15px;
	--floating-wrapper-color: #332;
	--floating-wrapper-background: rgba(247, 242, 235, 1); /* Light beige */
	--floating-wrapper-border: 1px solid rgba(0, 0, 0, 0.1);
	--floating-wrapper-border-radius: 15px;
	--floating-wrapper-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	--floating-wrapper-hover-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Fix Chrome's stupid black outlines */
*, *:focus, *:hover {
	outline: 0px transparent !important;
}

/* Bootstrap - Generic overrides */
html {
	text-decoration-skip-ink: none;
}
h1.em, h2.em, h3.em, h4.em, h5.em, h6.em, .em-box {
	padding: 0.4em 10px;
	background: #f0f0f0;
	font-size: 18px;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
}
dd {
	margin-left: 15px;
	margin-bottom: 15px;
}
textarea, pre {
	tab-size: 4;
	-o-tab-size: 4;
	-moz-tab-size: 4;
}
textarea {
	resize: none;
}
fieldset {
	margin: 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
legend {
	padding: 1px 10px;
	font-size: 110%;
	line-height: 1.5;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 0;
	width: auto;
}
pre {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 15px;
	white-space: pre;
	word-break: normal;
}
hr {
	margin: 15px 0;
		border-top: 1px solid #ddd;
}
ul {
	padding-left: 30px;
}
code, kbd, pre, samp, .monospace {
	font-family: monospace;
}
small {
	font-size: 80%;
}

/* Bootstrap - Force hiding the scrollbars when a modal opens */
.modal-open {
	overflow: hidden !important;
}

/* Bootstrap - Success */
.text-success {
	color: #00802b;
}
a.text-success:hover,
a.text-success:active,
a.text-success:focus {
	color: #2b542c;
}
.alert-success {
	border-color: #003311;
	color: #00802b;
}

/* Bootstrap - Warning */
.text-warning {
	color: #e90;
}
a.text-warning:hover,
a.text-warning:active,
a.text-warning:focus {
	color: #cc8500;
}
.alert-warning {
	border-color: #e69500;
	color: #cc8500;
}

/* Bootstrap - Danger */
.text-danger {
	color: #d52110;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #8e160b;
}
.alert-danger {
	border-color: #8e160b;
	color: #d52110;
}

/* Bootstrap - Backgrounds */
.bg-white {
	background: #fff;
}
.bg-black {
	background: #000;
}
.bg-gray-e {
	background: #eee;
}
.bg-gray-d {
	background: #ddd;
}
.bg-gray-c {
	background: #ccc;
}
.bg-gray-b {
	background: #bbb;
}
.bg-gray-a {
	background: #aaa;
}
.bg-gray-9 {
	background: #999;
}

/* Bootstrap - Emphasis */
.em-muted {
	padding: 2px 4px;
	font-size: 90%;
	background-color: #eee;
	border-radius: 4px;
}
.em-info {
	padding: 2px 4px;
	font-size: 90%;
	background-color: #eee;
	border-radius: 4px;
}

/* Bootstrap - Badges */
.badge {
	background: #d21;
}
.badge2 {
	position: relative;
	top: -0.75em;
	display: inline-block;
	min-width: 16px;
	min-height: 16px;
	padding: 0 4px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background: #d21;
	border-radius: 30px;
}

/* Bootstrap - Responsive layout */
.row-m10 {
	margin-left: -10px;
	margin-right: -10px;
}
.col-p10 {
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-20p, .col-sm-20p, .col-md-20p, .col-lg-20p,
.col-xs-33p, .col-sm-33p, .col-md-33p, .col-lg-33p {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-20p {
	width: 20%;
	float: left;
}
.col-xs-33p {
	width: 33%;
	float: left;
}
/* Add size between xs 480 and sm 768 */
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
	.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
		float: left;
	}
	.col-ms-1 {
		width: 8.33333%;
	}
	.col-ms-2 {
		width: 16.66667%;
	}
	.col-ms-3 {
		width: 25%;
	}
	.col-ms-4 {
		width: 33.33333%;
	}
	.col-ms-5 {
		width: 41.66667%;
	}
	.col-ms-6 {
		width: 50%;
	}
	.col-ms-7 {
		width: 58.33333%;
	}
	.col-ms-8 {
		width: 66.66667%;
	}
	.col-ms-9 {
		width: 75%;
	}
	.col-ms-10 {
		width: 83.33333%;
	}
	.col-ms-11 {
		width: 91.66667%;
	}
	.col-ms-12 {
		width: 100%;
	}
	.col-ms-push-1 {
		left: 8.33333%;
	}
	.col-ms-push-2 {
		left: 16.66667%;
	}
	.col-ms-push-3 {
		left: 25%;
	}
	.col-ms-push-4 {
		left: 33.33333%;
	}
	.col-ms-push-5 {
		left: 41.66667%;
	}
	.col-ms-push-6 {
		left: 50%;
	}
	.col-ms-push-7 {
		left: 58.33333%;
	}
	.col-ms-push-8 {
		left: 66.66667%;
	}
	.col-ms-push-9 {
		left: 75%;
	}
	.col-ms-push-10 {
		left: 83.33333%;
	}
	.col-ms-push-11 {
		left: 91.66667%;
	}
	.col-ms-pull-1 {
		right: 8.33333%;
	}
	.col-ms-pull-2 {
		right: 16.66667%;
	}
	.col-ms-pull-3 {
		right: 25%;
	}
	.col-ms-pull-4 {
		right: 33.33333%;
	}
	.col-ms-pull-5 {
		right: 41.66667%;
	}
	.col-ms-pull-6 {
		right: 50%;
	}
	.col-ms-pull-7 {
		right: 58.33333%;
	}
	.col-ms-pull-8 {
		right: 66.66667%;
	}
	.col-ms-pull-9 {
		right: 75%;
	}
	.col-ms-pull-10 {
		right: 83.33333%;
	}
	.col-ms-pull-11 {
		right: 91.66667%;
	}
	.col-ms-offset-1 {
		margin-left: 8.33333%;
	}
	.col-ms-offset-2 {
		margin-left: 16.66667%;
	}
	.col-ms-offset-3 {
		margin-left: 25%;
	}
	.col-ms-offset-4 {
		margin-left: 33.33333%;
	}
	.col-ms-offset-5 {
		margin-left: 41.66667%;
	}
	.col-ms-offset-6 {
		margin-left: 50%;
	}
	.col-ms-offset-7 {
		margin-left: 58.33333%;
	}
	.col-ms-offset-8 {
		margin-left: 66.66667%;
	}
	.col-ms-offset-9 {
		margin-left: 75%;
	}
	.col-ms-offset-10 {
		margin-left: 83.33333%;
	}
	.col-ms-offset-11 {
		margin-left: 91.66667%;
	}
}
@media (min-width: 480px) {
	.col-sm-20p {
		width: 20%;
		float: left;
	}
	.col-sm-33p {
		width: 33%;
		float: left;
	}
}
@media (min-width: 768px) {
	.col-md-20p {
		width: 20%;
		float: left;
	}
	.col-md-33p {
		width: 33%;
		float: left;
	}
}
@media (min-width: 1024px) {
	.col-lg-20p {
		width: 20%;
		float: left;
	}
	.col-lg-33p {
		width: 33%;
		float: left;
	}
}

/* Bootstrap - Tables */
.table {
	margin: 0;
	max-width: 100%;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	border-bottom: 1px solid #DDD;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
	font-size: 90%;
}

/* Bootstrap - Close button */
.close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-size: 20px;
	text-shadow: none;
	color: rgba(0, 0, 0, 0.5);
	background: none;
	border-radius: var(--border-radius-max);
	opacity: 0.8;
	transition: all ease 0.25s;
}
.close .icesym {
	vertical-align: 0;
}
.close:active, .close:focus, .close:hover {
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	text-decoration: none;
}

/* Bootstrap - Alerts */
.alert-info {
	border-color: #95cfe6;
}
.alert-success {
	border-color: #9cc28d;
}
.alert-danger{
	border-color: #e3abaa;
}
.alert-shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Bootstrap - Panels */
.panel > .panel-heading, .panel > .panel-heading h1, .panel > .panel-heading h2, .panel > .panel-heading h3, .panel > .panel-heading h4 {
	font-size: 19px;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}
.panel > .panel-heading.continued {
	border-top-width: 1px;
	border-top-style: solid;
	border-radius: 0;
}

/* Bootstrap - Clearfix */
.clear, .clear:after {
	clear: both;
}
.clear:before {
	display: table;
	content: " ";
}

/* Bootstrap - Modal */
.modal, .pswp {
	backdrop-filter: blur(10px);
}
.modal-backdrop.in {
	opacity: 0.75;
}
.modal-header {
	background: #eee;
	display: flex;
	padding: 10px 15px;
	min-height: 54px;
	align-items: center;
}
.modal-header-sm {
	min-height: 46px;
}
.modal-header .close, .modal-header-sm .close {
	position: absolute;
	margin: 0;
	flex-shrink: 0;
	flex-grow: 0;
	line-height: normal;
}
.modal-header .close {
	top: 10px;
	right: 10px;
}
.modal-header-sm .close {
	top: 5px;
	right: 5px;
}
.modal-title {
	margin: 0;
	padding: 0;
	line-height: normal;
	border: none;
}
.modal-body-sm {
	padding: 5px;
}
.modal-footer {
	background: #eee;
}

/* Pagination */
.pagination {
	display: block;
	margin: 0 0 0 1px;
	overflow: visible;
}
.pagination > li {
	float: left;
	display: block;
	margin: 0 0 1px 0;
}
.pagination > li > i.ellipse {
	border: none;
}
.pagination > li > i,
.pagination > li > a,
.pagination > li > span {
	position: static;
	float: none;
	display: block;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	text-align: center;
	padding: 0 5px;
	border: 1px solid #ddd;
	margin: 0 0 0 -1px;
}
.pagination > li > i {
	color: #999;
	text-decoration: none;
	min-width: 0;
	padding: 0 5px;
	cursor: default;
	font-weight: normal;
	border: none;
}
.pagination > li:first-child > i,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border: 1px solid #ddd;
}
.pagination > li form {
	display: inline;
}
.pagination > li input {
	float: left;
	display: inline-block;
	width: 50px;
	margin: 0 0 0 -1px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #337ab7;
	background: #337ab7;
	outline: none;
}
.pagination > li input:hover,
.pagination > li input:focus,
.pagination > li input:active {
	color: #333;
	background: #fff;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
	border: 1px solid #ddd;
}
@media (max-width: 359px) {
	.pagination > li > a,
	.pagination > li > span {
		min-width: 30px;
	}
	.pagination > li input {
		width: 40px;
	}
}

/* Bootstrap - Dropdown menus */
.dropdown-menu {
	padding: var(--padding-small);
	border-radius: var(--border-radius-small);
}
.dropdown-menu > li > a {
	display: flex;
	align-items: center;
	width: 280px;
	max-width: 100%;
	white-space: normal;
	word-break: break-word;
	text-wrap: pretty;
	padding: 10px;
}
.dropdown-menu > li > a .icon-container {
	display: block;
	margin-right: 10px;
}
.dropdown-menu-unlimited > li > a {
	width: auto;
	white-space: nowrap;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:active {
	color: #333;
}

/* Bootstrap - Carousel */
.carousel-indicators li {
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	margin: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 3px;
}
.carousel-control, .carousel-control:active, .carousel-control:focus {
	color: #fff;
	font-size: 48px;
	line-height: 1;
	opacity: 0.5;
	outline: none;
	width: 5%;
}
.carousel-control:hover {
	color: #fff;
	opacity: 1;
}
.carousel-control.left, .carousel-control.right {
	background: none;
}
.carousel-control .direction-icon {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.carousel-control.left .direction-icon {
	left: 50%;
	margin-left: -10px;
}
.carousel-control.right .direction-icon {
	right: 50%;
	margin-right: -10px;
}
.carousel-content {
	height: 300px;
	font-size: 14px;
	overflow: hidden;
}
.carousel-content h2 {
	text-align: center;
}
.carousel-content p {
	margin-bottom: 2px;
}

/* Bootstrap - Buttons */
.btn-disabled, .btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
	color: #666;
	background-color: #ccc;
	border-color: #bbb;
}
.btn-naked {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.small-buttons {
	gap: 10px;
}
.right-buttons {
	justify-content: flex-end;
}
.no-paragraph-margin p, .margin-between-paragraphs-only p {
	margin: 0;
}
.margin-between-paragraphs-only p + p {
	margin: 10px 0 0 0;
}
@media (min-width: 480px) and (max-width: 767px) {
	.container {
		max-width: 748px;
	}
	.form-horizontal .form-group .control-label {
		text-align: right;
	}
}

/* Bootstrap - Tabs */
.nav-tabs > li > a {
	background: #f7f7f7;
	border: 1px solid;
	border-color: #ddd;
	border-radius: var(--border-radius-small) var(--border-radius-normal) 0 0;
	margin-right: 5px;
	transition: all ease 0.25s;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
	border: 1px solid #ddd;
}
.tab-pane {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* BS-callout */
.bs-callout {
	margin-bottom: 15px;
	padding: 15px;
	border-left: 5px solid #aaa;
	background: #f7f7f7;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #444;
}
.bs-callout-sm {
	padding: 10px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout-success {
	background: #dff0d8;
	color: #00802b;
	border-left-color: #9CC28D;
}
.bs-callout-danger {
	color: #ce4844;
	border-left-color: #ce4844;
}
.bs-callout-warning {
	color: #926d00;
	background: #fff9eb;
	border-left-color: #e6b800;
}
.bs-callout-info {
	color: #08588c;
	border-left-color: #2071a5;
}
.bs-callout-success {
	color: #00802b;
	border-left-color: #00802b;
	background: #d6f3df;
}

/* Bootstrap text-* extension */
.text-black {
	color: #333;
}
.highlight-yellow {
	background: #ff0;
}
.highlight-green {
	background: #0f0;
}

/* Lithea */
a.white {
	color: #eee;
}
a.white:hover, a.white:active, a.white:focus {
	color: #fff;
}
a.em {
	display: inline-block;
	padding: 0 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
a.em:hover {
	background: #eee;
	border-color: #ccc;
}
a.external {}
a.external:after {
	content: "\e526";
	display: inline-block;
	font-family: 'icesym';
	margin-left: 0.25em;
	font-size: 85%;
}
hr.hr-sm {
	margin: 10px 0;
}
.img-inline {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0.125em;
}
.img-fit {
	display: block;
	width: 100%;
	height: auto;
}
.img-maxw100p {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.img-1em {
	display: inline-block;
	width: 1em;
	height: auto;
}
.img-16px {
	display: inline-block;
	width: 16px;
	height: auto;
}
.img-18px {
	display: inline-block;
	width: 18px;
	height: auto;
}
.img-20px {
	display: inline-block;
	width: 20px;
	height: auto;
}
.img-24px {
	display: inline-block;
	width: 24px;
	height: auto;
}
.icon-container {
	display: inline-block;
	vertical-align: -0.125em;
	position: relative;
	flex-shrink: 0;
	flex-grow: 0;
}
.icon-container img, .icon-container svg {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}
.btn .icon-container {
	vertical-align: middle;
}
.btn .icon-container img {
	position: relative;
	top: -0.125em;
}

.collapse-plus, .collapse-plus:hover, .collapse-plus:focus, .collapse-plus:active {
	text-decoration: none;
}
.collapse-plus:before {
	content: "\ea33";
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 0.125em;
	text-align: left;
	width: 1.3em;
	font-size: inherit;
	font-family: 'IceSym';
	font-weight: normal;
	text-decoration: none;
	transition: all ease 0.25s;
}
.collapse-plus.notext:before {
	width: 19px;
}
.collapse-plus[aria-expanded=true]:before {
	content: "\ea32";
	/* transform: rotateZ(-180deg); */
}
.flex.collapse-plus:before {
	vertical-align: unset;
	position: static;
	width: unset;
	flex-grow: 0;
	flex-shrink: 0;
}

.collapse-trigger:after {
	content:"+";
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
}
.collapse-trigger.in:after {
	content:"–";
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
}
.collapse2 {
	display: none;
}
.collapse2.in {
	display: block;
}

/* Date and time pickers */
.datepicker td,
.datepicker th,
.datetimepicker td,
.datetimepicker th {
	width: 40px;
	height: 36px;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #bbb;
}
.datepicker th.datepicker-switch,
.datetimepicker th.switch {
	width: 200px;
}
.datepicker table tr td span,
.datetimepicker table tr td span,
.datetimepicker .datetimepicker-hours span,
.datetimepicker .datetimepicker-minutes span {
	width: 20%;
	margin: 0;
	height: 36px;
	line-height: 36px;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background: #07c;
}

/* Tables */
.table-ext-flat {
	border-collapse: collapse !important;
	border: none;
	max-width: 100%;
	display: table;
}
.table-ext-flat > thead > tr > th,
.table-ext-flat > tbody > tr > th,
.table-ext-flat > tfoot > tr > th,
.table-ext-flat > thead > tr > td,
.table-ext-flat > tbody > tr > td,
.table-ext-flat > tfoot > tr > td {
	padding: 2px 4px 2px 0;
	line-height: 1.42857143;
	vertical-align: top;
	border: none;
}
.table-ext-flat > tr > th,
.table-ext-flat > thead > tr > th,
.table-ext-flat > tbody > tr > th {
	vertical-align: bottom;
	border: none;
}
.table-ext-lined,
.table-ext-framed {
	border-collapse: collapse !important;
	max-width: 100%;
	display: table;
}
.table-ext-lined > thead > tr > th,
.table-ext-lined > tbody > tr > th,
.table-ext-lined > tfoot > tr > th,
.table-ext-lined > thead > tr > td,
.table-ext-lined > tbody > tr > td,
.table-ext-lined > tfoot > tr > td {
	padding: 2px 4px 2px 0;
	line-height: 1.42857143;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
.table-ext-lined > tr > th,
.table-ext-lined > thead > tr > th,
.table-ext-lined > tbody > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	background-color: #eee !important;
}

.table-ext-framed > thead > tr > th,
.table-ext-framed > tbody > tr > th,
.table-ext-framed > tfoot > tr > th,
.table-ext-framed > thead > tr > td,
.table-ext-framed > tbody > tr > td,
.table-ext-framed > tfoot > tr > td {
	padding: 2px 4px 2px 4px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
}
.table-ext-framed > tr > th,
.table-ext-framed > thead > tr > th,
.table-ext-framed > tbody > tr > th {
	vertical-align: bottom;
	background-color: #eee !important;
}

/* Thumbnails in table (deprecated) */
.th-thumbnail {
	width: 160px;
	transition: all ease 0.25s;
}
.td-thumbnail {
	width: 140px;
	height: 140px;
	transition: all ease 0.25s;
}
@media (max-width: 959px) {
	.th-thumbnail {
		width: 125px;
	}
	.td-thumbnail {
		width: 110px;
		height: 110px;
	}
}
@media (max-width: 639px) {
	.th-thumbnail {
		width: 95px;
	}
	.td-thumbnail {
		width: 80px;
		height: 80px;
	}
}
@media (max-width: 479px) {
	.th-thumbnail {
		width: 60px;
	}
	.td-thumbnail {
		width: 50px;
		height: 50px;
	}
}

/* Block-element positioning & properties */
.block {
	display: block;
}
.hidden {
	display: none;
}
.inline-block {
	display: inline-block;
}
.left-block {
	margin-right: auto;
}
.right-block {
	margin-left: auto;
}
.center-block {
	margin-left: auto;
	margin-right: auto;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.position-relative {
	position: relative;
}
.no-bottom-margin {
	margin-bottom: 0 !important;
}
.no-bottom-padding {
	padding-bottom: 0 !important;
}
.layout-fixed {
	table-layout: fixed;
	word-wrap: break-word;
}

/* Flex shorthands */
.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-gap-5 {
	gap: 5px;
}
.flex-gap-10 {
	gap: 10px;
}
.flex-gap-15 {
	gap: 15px;
}
.flex-gap-20 {
	gap: 15px;
}
.flex-gap-25 {
	gap: 15px;
}
.flex-gap-30 {
	gap: 15px;
}
.flex-none {
	flex: none; /* For child elements - prevent growing/shrinking */
}
.flex-align-start {
	align-items: flex-start;
}
.flex-align-center {
	align-items: center;
}
.flex-align-end {
	align-items: flex-end;
}
.flex-align-stretch {
	align-items: stretch;
}
.flex-align-baseline {
	align-items: baseline;
}
.flex-justify-start {
	justify-content: flex-start;
}
.flex-justify-center {
	justify-content: center;
}
.flex-justify-end {
	justify-content: flex-end;
}
.flex-justify-space-around {
	justify-content: space-around;
}
.flex-justify-space-between {
	justify-content: space-between;
}
.flex-justify-space-evenly {
	justify-content: space-evenly;
}

/* Cursor */
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}

/* Overflow */
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}

/* Full rounded */
.wrap-round {
	border-radius: 9999px;
	overflow: hidden;
}

/* Text */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough, .strikethrough:hover, .strikethrough:active, .strikethrough:focus {
	text-decoration: line-through !important;
}
.left-align {
	text-align: left;
}
.right-align {
	text-align: right;
}
.center-align {
	text-align: center;
}
.justify {
	text-align: justify;
}
.top-align {
	vertical-align: top !important;
}
.middle-align {
	vertical-align: middle !important;
}
.bottom-align {
	vertical-align: bottom !important;
}
.nowrap {
	white-space: nowrap;
}
.fullwrap {
	word-wrap: break-word;
	white-space: normal;
	word-break: break-all;
}

/* Font size */
.fs50p { font-size: 50% !important; }
.fs55p { font-size: 55% !important; }
.fs60p { font-size: 60% !important; }
.fs65p { font-size: 65% !important; }
.fs70p { font-size: 70% !important; }
.fs75p { font-size: 75% !important; }
.fs80p { font-size: 80% !important; }
.fs85p { font-size: 85% !important; }
.fs90p { font-size: 90% !important; }
.fs95p { font-size: 95% !important; }
.fs100p { font-size: 100% !important; }
.fs110p { font-size: 110% !important; }
.fs120p { font-size: 120% !important; }
.fs130p { font-size: 130% !important; }
.fs140p { font-size: 140% !important; }
.fs150p { font-size: 150% !important; }
.fs160p { font-size: 160% !important; }
.fs170p { font-size: 170% !important; }
.fs180p { font-size: 180% !important; }
.fs190p { font-size: 190% !important; }
.fs200p { font-size: 200% !important; }


/* Page flow */
.pagebreak {
	page-break-before: always;
}
 
/* Lines */
.bottomline { border-bottom: 1px solid #ddd !important; }
.leftline { border-left: 1px solid #ddd !important; }
.rightline { border-right: 1px solid #ddd !important; }
.topline { border-top: 1px solid #ddd !important; }
.thick2 { border-width: 2px !important; }
.thick3 { border-width: 3px !important; }
.thick4 { border-width: 4px !important; }
.thick5 { border-width: 5px !important; }
.thick6 { border-width: 6px !important; }
.thick7 { border-width: 7px !important; }
.thick8 { border-width: 8px !important; }
.thick9 { border-width: 9px !important; }
.thick10 { border-width: 10px !important; }

/* Max-width formatters */
.maxw100p { max-width: 100% !important; }
.maxw40 { max-width: 40px !important; }
.maxw50 { max-width: 50px !important; }
.maxw60 { max-width: 60px !important; }
.maxw70 { max-width: 70px !important; }
.maxw80 { max-width: 80px !important; }
.maxw90 { max-width: 90px !important; }
.maxw100 { max-width: 100px !important; }
.maxw110 { max-width: 110px !important; }
.maxw120 { max-width: 120px !important; }
.maxw130 { max-width: 130px !important; }
.maxw140 { max-width: 140px !important; }
.maxw150 { max-width: 150px !important; }
.maxw160 { max-width: 160px !important; }
.maxw170 { max-width: 170px !important; }
.maxw180 { max-width: 180px !important; }
.maxw190 { max-width: 190px !important; }
.maxw200 { max-width: 200px !important; }
.maxw250 { max-width: 250px !important; }
.maxw300 { max-width: 300px !important; }
.maxw320 { max-width: 320px !important; }
.maxw400 { max-width: 400px !important; }
.maxw480 { max-width: 480px !important; }
.maxw500 { max-width: 500px !important; }
.maxw600 { max-width: 600px !important; }
.maxw640 { max-width: 640px !important; }
.maxw720 { max-width: 720px !important; }

/* Width formatters */
.w-auto { width: auto; }

.w1p { width: 1% !important; }
.w2p { width: 2% !important; }
.w3p { width: 3% !important; }
.w4p { width: 4% !important; }
.w5p { width: 5% !important; }
.w6p { width: 6% !important; }
.w7p { width: 7% !important; }
.w8p { width: 8% !important; }
.w9p { width: 9% !important; }
.w10p { width: 10% !important; }
.w12p { width: 12% !important; }
.w13p { width: 13% !important; }
.w15p { width: 15% !important; }
.w16p { width: 16.66% !important; }
.w18p { width: 18% !important; }
.w20p { width: 20% !important; }
.w22p { width: 22% !important; }
.w25p { width: 25% !important; }
.w28p { width: 28% !important; }
.w30p { width: 30% !important; }
.w33p { width: 33.33% !important; }
.w40p { width: 40% !important; }
.w45p { width: 45% !important; }
.w48p { width: 48% !important; }
.w50p { width: 50% !important; }
.w55p { width: 55% !important; }
.w60p { width: 60% !important; }
.w65p { width: 65% !important; }
.w66p { width: 66.66% !important; }
.w70p { width: 70% !important; }
.w75p { width: 75% !important; }
.w80p { width: 80% !important; }
.w85p { width: 85% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

.w0 { width: 0 !important; }
.w5 { width: 5px !important; }
.w10 { width: 10px !important; }
.w15 { width: 15px !important; }
.w16 { width: 16px !important; }
.w18 { width: 18px !important; }
.w20 { width: 20px !important; }
.w24 { width: 24px !important; }
.w25 { width: 25px !important; }
.w30 { width: 30px !important; }
.w32 { width: 32px !important; }
.w40 { width: 40px !important; }
.w48 { width: 48px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w64 { width: 64px !important; }
.w70 { width: 70px !important; }
.w72 { width: 72px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w96 { width: 96px !important; }
.w100 { width: 100px !important; }
.w110 { width: 110px !important; }
.w120 { width: 120px !important; }
.w130 { width: 130px !important; }
.w140 { width: 140px !important; }
.w144 { width: 144px !important; }
.w150 { width: 150px !important; }
.w160 { width: 160px !important; }
.w170 { width: 170px !important; }
.w180 { width: 180px !important; }
.w190 { width: 190px !important; }
.w192 { width: 192px !important; }
.w200 { width: 200px !important; }
.w210 { width: 210px !important; }
.w220 { width: 220px !important; }
.w230 { width: 230px !important; }
.w240 { width: 240px !important; }
.w250 { width: 250px !important; }
.w260 { width: 260px !important; }
.w270 { width: 270px !important; }
.w280 { width: 280px !important; }
.w290 { width: 290px !important; }
.w300 { width: 300px !important; }
.w350 { width: 350px !important; }
.w400 { width: 400px !important; }
.w450 { width: 450px !important; }
.w456 { width: 456px !important; }
.w500 { width: 500px !important; }
.w550 { width: 550px !important; }
.w600 { width: 600px !important; }
.w650 { width: 650px !important; }
.w700 { width: 700px !important; }
.w750 { width: 750px !important; }
.w800 { width: 800px !important; }
.w900 { width: 900px !important; }

/* Height formatters */
.h-auto { height: auto; }

.h0 { height: 0 !important; }
.h5 { height: 5px !important; }
.h10 { height: 10px !important; }
.h15 { height: 15px !important; }
.h16 { height: 16px !important; }
.h18 { height: 18px !important; }
.h20 { height: 20px !important; }
.h24 { height: 24px !important; }
.h25 { height: 25px !important; }
.h30 { height: 30px !important; }
.h32 { height: 32px !important; }
.h40 { height: 40px !important; }
.h48 { height: 48px !important; }
.h50 { height: 50px !important; }
.h60 { height: 60px !important; }
.h64 { height: 64px !important; }
.h70 { height: 70px !important; }
.h72 { height: 72px !important; }
.h80 { height: 80px !important; }
.h90 { height: 90px !important; }
.h96 { height: 96px !important; }
.h100 { height: 100px !important; }
.h110 { height: 110px !important; }
.h120 { height: 120px !important; }
.h130 { height: 130px !important; }
.h140 { height: 140px !important; }
.h144 { height: 144px !important; }
.h150 { height: 150px !important; }
.h160 { height: 160px !important; }
.h170 { height: 170px !important; }
.h180 { height: 180px !important; }
.h190 { height: 190px !important; }
.h192 { height: 192px !important; }
.h200 { height: 200px !important; }
.h210 { height: 210px !important; }
.h220 { height: 220px !important; }
.h230 { height: 230px !important; }
.h240 { height: 240px !important; }
.h250 { height: 250px !important; }
.h260 { height: 260px !important; }
.h270 { height: 270px !important; }
.h280 { height: 280px !important; }
.h290 { height: 290px !important; }
.h300 { height: 300px !important; }
.h350 { height: 350px !important; }
.h400 { height: 400px !important; }
.h450 { height: 450px !important; }
.h456 { height: 456px !important; }
.h500 { height: 500px !important; }
.h550 { height: 550px !important; }
.h600 { height: 600px !important; }
.h650 { height: 650px !important; }
.h700 { height: 700px !important; }
.h750 { height: 750px !important; }
.h800 { height: 800px !important; }
.h900 { height: 900px !important; }

/* Margin top formatters */
.mt-auto { margin-top: auto; }

.mt0 { margin-top: 0 !important; }
.mt1 { margin-top: 1px !important; }
.mt2 { margin-top: 2px !important; }
.mt3 { margin-top: 3px !important; }
.mt4 { margin-top: 4px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

/* Margin bottom formatters */
.mb-auto { margin-bottom: auto; }

.mb0 { margin-bottom: 0 !important; }
.mb1 { margin-bottom: 1px !important; }
.mb2 { margin-bottom: 2px !important; }
.mb3 { margin-bottom: 3px !important; }
.mb4 { margin-bottom: 4px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

/* Margin left formatters */
.ml-auto { margin-left: auto; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }
.ml60 { margin-left: 60px !important; }
.ml70 { margin-left: 70px !important; }
.ml80 { margin-left: 80px !important; }
.ml90 { margin-left: 90px !important; }
.ml100 { margin-left: 100px !important; }
.ml110 { margin-left: 110px !important; }
.ml120 { margin-left: 120px !important; }
.ml130 { margin-left: 130px !important; }
.ml140 { margin-left: 140px !important; }
.ml150 { margin-left: 150px !important; }

/* Margin right formatters */
.mr-auto { margin-right: auto; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }
.mr110 { margin-right: 110px !important; }
.mr120 { margin-right: 120px !important; }
.mr130 { margin-right: 130px !important; }
.mr140 { margin-right: 140px !important; }
.mr150 { margin-right: 150px !important; }

/* Margin formatters */
.m-auto { margin: auto; }

.m0 { margin: 0 !important; }
.m1 { margin: 1px !important; }
.m2 { margin: 2px !important; }
.m3 { margin: 3px !important; }
.m4 { margin: 4px !important; }
.m5 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }

/* Padding formatters */
.p0 { padding: 0 !important; }
.p1 { padding: 1px !important; }
.p2 { padding: 2px !important; }
.p3 { padding: 3px !important; }
.p4 { padding: 4px !important; }
.p5 { padding: 5px !important; }
.p6 { padding: 6px !important; }
.p7 { padding: 7px !important; }
.p8 { padding: 8px !important; }
.p9 { padding: 9px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p40 { padding: 40px !important; }
.p50 { padding: 50px !important; }

.pl0 { padding-left: 0 !important; }
.pl1 { padding-left: 1px !important; }
.pl2 { padding-left: 2px !important; }
.pl3 { padding-left: 3px !important; }
.pl4 { padding-left: 4px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
.pl60 { padding-left: 60px !important; }
.pl70 { padding-left: 70px !important; }
.pl80 { padding-left: 80px !important; }
.pl90 { padding-left: 90px !important; }
.pl100 { padding-left: 100px !important; }
.pl110 { padding-left: 110px !important; }
.pl120 { padding-left: 120px !important; }
.pl130 { padding-left: 130px !important; }
.pl140 { padding-left: 140px !important; }
.pl150 { padding-left: 150px !important; }
.pl160 { padding-left: 160px !important; }
.pl170 { padding-left: 170px !important; }
.pl180 { padding-left: 180px !important; }
.pl190 { padding-left: 190px !important; }
.pl200 { padding-left: 200px !important; }

.pr0 { padding-right: 0 !important; }
.pr1 { padding-right: 1px !important; }
.pr2 { padding-right: 2px !important; }
.pr3 { padding-right: 3px !important; }
.pr4 { padding-right: 4px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }
.pr60 { padding-right: 60px !important; }
.pr70 { padding-right: 70px !important; }
.pr80 { padding-right: 80px !important; }
.pr90 { padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }
.pr110 { padding-right: 110px !important; }
.pr120 { padding-right: 120px !important; }
.pr130 { padding-right: 130px !important; }
.pr140 { padding-right: 140px !important; }
.pr150 { padding-right: 150px !important; }
.pr160 { padding-right: 160px !important; }
.pr170 { padding-right: 170px !important; }
.pr180 { padding-right: 180px !important; }
.pr190 { padding-right: 190px !important; }
.pr200 { padding-right: 200px !important; }

.pt0 { padding-top: 0 !important; }
.pt1 { padding-top: 1px !important; }
.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }
.pt4 { padding-top: 4px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pt110 { padding-top: 110px !important; }
.pt120 { padding-top: 120px !important; }
.pt130 { padding-top: 130px !important; }
.pt140 { padding-top: 140px !important; }
.pt150 { padding-top: 150px !important; }
.pt160 { padding-top: 160px !important; }
.pt170 { padding-top: 170px !important; }
.pt180 { padding-top: 180px !important; }
.pt190 { padding-top: 190px !important; }
.pt200 { padding-top: 200px !important; }

.pb0 { padding-bottom: 0 !important; }
.pb1 { padding-bottom: 1px !important; }
.pb2 { padding-bottom: 2px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb4 { padding-bottom: 4px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb110 { padding-bottom: 110px !important; }
.pb120 { padding-bottom: 120px !important; }
.pb130 { padding-bottom: 130px !important; }
.pb140 { padding-bottom: 140px !important; }
.pb150 { padding-bottom: 150px !important; }
.pb160 { padding-bottom: 160px !important; }
.pb170 { padding-bottom: 170px !important; }
.pb180 { padding-bottom: 180px !important; }
.pb190 { padding-bottom: 190px !important; }
.pb200 { padding-bottom: 200px !important; }

/* Ajax backdrop */
.ajax-backdrop {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
}
.ajax-backdrop img {
	position: absolute;
	padding: 10px;
	border-radius: 50px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin-top: -42px;
	margin-left: -42px;
}

/* Flashes & Messages 2022 */
.flashes {
	position: fixed;
	z-index: 9990;
	top: 0;
	right: 0;
	max-width: 400px;
	margin: 15px;
}
.messages {
}
.flash-message-static {
	margin: 25px 0;
}
.flash-message-wrapper {
	position: relative;
	display: flex;
	margin: 0 0 15px 0;
	padding: 12px 15px;
	background: #111;
	opacity: 0.8;
	border-radius: 7px;
	color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: all ease 0.25s;
}
.flash-message-icon-wrapper {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	font-size: 30px;
}
.flash-message-icon-wrapper .icesym {
	vertical-align: 0;
}
.flash-message-text-wrapper {
	width: 100%;
	align-self: center;
	word-break: break-word;
	text-wrap: pretty;
}
.flash-message-close-wrapper {
	width: 24px;
	margin-left: 15px;
}
.flash-message-close-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: var(--border-radius-max);
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	font-weight: normal;
	background: none;
	transition: all ease 0.25s;
}
.flash-message-close-button:hover, .flash-message-close-button:active, .flash-message-close-button:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}
.flash-message-close-button .icesym {
	vertical-align: 0;
	font-size: 15px;
}
.flash-message-wrapper-info {
	background-color: hsla(205, 100%, 3%);
}
.flash-message-wrapper-info .flash-message-icon-wrapper {
	color: hsl(205, 25%, 77%);
}
.flash-message-wrapper-danger {
	background-color: hsla(5, 100%, 3%);
}
.flash-message-wrapper-danger .flash-message-icon-wrapper {
	color: hsl(5, 25%, 77%);
}
.flash-message-wrapper-success {
	background-color: hsla(103, 100%, 3%);
}
.flash-message-wrapper-success .flash-message-icon-wrapper {
	color: hsl(103, 25%, 77%);
}
.flash-message-wrapper-warning {
	background-color: hsla(50, 100%, 3%);
}
.flash-message-wrapper-warning .flash-message-icon-wrapper {
	color: hsl(50, 25%, 77%);
}

/* Forms */
.monospace-inputs input,
.monospace-inputs textarea,
.monospace-inputs select,
.monospace-inputs .input-group-addon {
	font-family: monospace;
}
.form-group.required label.control-label:after {
	content: "*";
	color: #d21;
}
.form-hint-block {
	display: block;
	margin-left: 11px;
	padding-left: 10px;
	font-size: 90%;
	color: #777;
	border-left: 1px solid #ccc;
}
.form-hint-block em {
	color: #9f524c;
	font-style: normal;
	font-weight: bold;
}
.form-error-block {
	color: #933;
	font-size: 90%;
	margin-top: 2px;
}
.form-error-block em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
}
.form-hint-block p,
.form-error-block p,
.form-hint-block ul,
.form-error-block ul,
.form-hint-block ol,
.form-error-block ol,
.form-hint-block li,
.form-error-block li {
	margin: 0;
}
.nbmls:last-child {
	margin-bottom: 0 !important;
}
.auto-height {
	max-height: 600px;
}
.input-length-indicator {
	font-size: 12px;
	background: #fff;
	color: #d21;
	opacity: 0.5;
	position: relative;
	top: 1px;
	right: 1px;
	border-radius: 3px;
}
.input-length-indicator:hover {
	opacity: 1;
}

/* Checkbox http://awesome-bootstrap-checkbox.okendoken.com/demo/index.html */
.checkbox {
	margin: 0;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 28px;
	line-height: 22px;
}
.checkbox label::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	left: 0;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	padding-left: 5px;
	padding-top: 0px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: -1;
}
.checkbox input[type="checkbox"]:focus + label::before {
/*	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
	outline: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	font-size: 13px;
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox.checkbox-single label {
	height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #428bca;
	border-color: #428bca;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #5bc0de;
	border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #5cb85c;
	border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
	color: #fff;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 10px;
	line-height: 21px;
}
.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #999;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 12px;
	height: 12px;
	left: 5px;
	top: 5px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
/*	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;*/
	outline: none;
}
.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
.radio.radio-single label {
	height: 17px;
}
.radio-primary input[type="radio"] + label::after {
	background-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::before {
	border-color: #428bca;
}
.radio-primary input[type="radio"]:checked + label::after {
	background-color: #428bca;
}
.radio-danger input[type="radio"] + label::after {
	background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
	border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
	background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
	background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
	border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
	background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
	background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
	border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
	background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
	background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
	border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
	background-color: #5cb85c;
}
.input-group {
	display: flex;
}
.input-group-addon {
	width: auto;
	padding: 0 12px;
	line-height: 32px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: block;
}
.form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 4px rgba(0, 119, 204, 0.1);
}

/* Data-lists */
.data-list {
}
.data-list-header {
	padding-bottom: 15px;
}
.data-list-filter {
}
.data-list-filtered-alert {
	margin-bottom: 15px;
	padding: 10px;
	color: #cc8500;
	border: 1px solid #ddd;
	background: #f7f7f7;
	border-radius: 4px;
}
.data-list-pagination {
	margin-bottom: 15px;
}
.data-list-pagination-links {
	float: left;
}
.data-list-pagination-info {
	float: right;
	padding: 7px 0 7px 15px;
}
.data-list-body {
	padding-bottom: 15px;
}
.data-list-selected-actions {
	padding-top: 15px;
}
.data-list-iconized-row {
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.data-list-filter-data-filter-icon {
	font-size: 12px;
}
.data-list-attributes {
	color: #777;
	border-left: 1px solid #ddd;
	padding-left: 5px;
	font-size: 85%;
}
.data-list-attribute {
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.data-list-attribute-icon {
	flex-shrink: 0;
	flex-grow: 0;
}
.data-list-attribute-icon svg {
	position: relative;
	display: inline-block;
	top: 0.18em;
	overflow: visible;
}
.data-list-attribute-text {
}

/* Data-list 3 */
.data-list-3 {
}
.data-list-3-checkbox {
	display: block;
	width: 20px;
	height: auto;
}
.data-list-3-header {
	display: flex;
	padding-bottom: 15px;
}
.data-list-3-header-left {
	margin-right: auto;
}
.data-list-3-header-right {
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.data-list-3-header-right-item {
}
.dl3-filter-wrapper {
	/* Collapsible element, do not add margin or padding */
}
.data-list-3-filter {
	margin-bottom: 15px;
}
.data-list-3-filter-modal {
	width: 100%;
	margin: 0;
	padding: 0 15px;
}
.data-list-3-filter-modal .modal-dialog {
	width: 100%;
}
.data-list-3-filtered-alert {
	margin-bottom: 15px;
	padding: 10px 15px;
	color: #cc8500;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 19px;
}
.data-list-3-pagination {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.data-list-3-pagination-links {
	margin-right: auto;
}
.data-list-3-pagination-info {
	margin-left: auto;
	line-height: normal;
}
.data-list-3-body {
	margin-bottom: 15px;
}
.data-list-3-selected-actions {
}
.data-list-3-selected-actions-dropdown {
	max-width: 50%;
}
.data-list-3-selected-actions-button {
	max-width: 50%;
}
.data-list-3-selected-item-actions-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.data-list-3-selected-item-actions {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-top: 1px solid #ddd;
}
.data-list-3-selected-actions {
	display: flex;
	gap: 15px;
}
.data-lits-3-head-row {
	display: flex;
}
.data-lits-3-head-row-left {
	margin-right: auto;
}
.data-lits-3-head-row-right {
	margin-left: auto;
}
.data-list-3-rows {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.data-list-3-data-rows {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.data-list-3-head-row, .data-list-3-data-row {
	display: flex;
	flex-direction: column;
	gap: 15px;
	background: #fff;
	padding: 10px;
	border: 1px solid hsl(212, 15%, 85%);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.data-list-3-head-row-item, .data-list-3-data-row-item {
	display: flex;
	width: 100%;
}
.data-list-3-head-row-item--select, .data-list-3-data-row-item--select {
	position: relative;
	padding: 5px;
	background: #eee;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 5px;
	cursor: pointer;
}
.data-list-3-data-row-item--floating-checkbox {
	position: absolute;
	top: 7px;
	left: 7px;
}
.data-list-3-data-row-item--thumbnail {
	width: 160px;
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all ease 0.25s;
}
.data-list-3-data-row-item--thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
@media (max-width: 959px) {
	.data-list-3-data-row-item--thumbnail {
		width: 125px;
	}
}
@media (max-width: 639px) {
	.data-list-3-pagination {
		flex-direction: column;
		align-items: flex-start;
	}
	.data-list-3-pagination-info {
		margin: unset;
	}
	.data-list-3-data-row-item--thumbnail {
		width: 95px;
	}
}
@media (max-width: 479px) {
	.data-list-3-data-row-item--thumbnail {
		width: 60px;
	}
}
.data-list-3-head-row-item--data, .data-list-3-data-row-item--data {
	width: 100%;
	min-width: 0;
}
.data-list-3-head-row-item--data {
	padding: 7px 0 0 10px;
	text-align: right;
	font-size: 80%;
	color: #777;
}
.data-list-3-data-row-item--actions {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: auto;
	padding-top: 15px;
}
.data-list-3-data-row-item--actions .btn {
	min-width: 36px;
	height: 36px;
	padding: 0;
	border-radius: var(--border-radius-max);
}
#dl3-cb-select-all, .dl3-cb-select-record {
	font-size: 20px;
	color: #333;
}
.data-list-3-data-row-item--data-title {
	font-size: 100%;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	min-width: 0;
	overflow: hidden;
}
.data-list-3-data-row-item--data-attributes {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: #777;
	font-size: 90%;
	line-height: normal;
	margin-top: 3px;
	padding: 10px 10px 0 10px;
	border-top: 2px solid #eee;
}
.data-list-3-data-row-item--data-attribute {
	display: flex;
	gap: 7px;
}
.data-list-3-data-row-item--data-attribute-icon {
	flex-shrink: 0;
	flex-grow: 0;
}
.data-list-3-data-row-item--data-attribute-icon > svg {
	overflow: visible;
	position: relative;
	top: 0.125em;
}
.data-list-3-data-row-item--data-attribute-text {
	word-break: break-word;
}
.data-list-3-data-row-item--content-preview {
	padding: 3px 6px;
	line-height: normal;
	background: #eee;
	border-radius: 5px;
	font-size: 90%;
	font-family: monospace;
	font-weight: normal;
	color: #000;
	border-radius: 5px;
	/* margin: 5px 0; */
	white-space: break-spaces;
	word-break: break-word
}

/* Data-list-filter */
#filter-plus {
	font-family: 'Glyphicons Halflings';
	font-size: 80%;
}
.list-filter {
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/* max-height: 400px; */
	/* overflow-x: hidden; */
	/* overflow-y: auto; */
}
.list-filter-toggle-button {
	font-weight: bold;
	font-size: 15px;
}
.list-filter-header {
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	min-height: 36px;
	background: #eee;
	font-size: 18px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 1px solid #ddd;
	border-bottom: none;
}
.list-filter-header .close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 24px;
	height: 24px;
	font-size: 14px;
}
.list-filter-row {
}
.list-filter-col {
	max-width: 100%;
}
.list-filter-field {
	padding-bottom: 10px;
}
.list-filter-field .input-group-addon {
	padding: 0 8px;
	line-height: 28px;
	background: #fff;
	color: #999;
}
.list-filter-field .input-group-addon:hover {
	background: #eee;
	color: #555;
}
.list-filter-label {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	color: rgba(0, 0, 0, 0.9);
	white-space: nowrap;
	overflow: clip;
}
.list-filter-control {
}
.list-filter-checklist-dropdown {
}
.list-filter-checklist-dropdown > button {
	width: 100%;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ccc;
	height: 30px;
	line-height: normal;
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.list-filter-checklist-dropdown > button .icesym {
	vertical-align: 0;
}
.list-filter-checklist-dropdown > button span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.list-filter-checklist-dropdown > button:focus, .list-filter-checklist-dropdown.open > button {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.list-filter-checklist-dropdown > button.list-filter-input-highlight {
	background: #fcefed;
}
.list-filter-checklist-dropdown > button.list-filter-input-highlight:focus, .list-filter-checklist-dropdown.open > button.list-filter-input-highlight {
	border-color: #d21;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 34, 17, 0.6);
}
.list-filter-checklist-dropdown .dropdown-menu {
	padding: 0;
	width: auto;
	font-size: 12px;
}
.list-filter-checklist-dropdown-header {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.list-filter-checklist-dropdown-body {
	padding: 0 10px;
	max-height: 300px;
	overflow-y: auto;
}
.list-filter-checklist-dropdown-list-item {
	margin: 7px 0;
	overflow: hidden;
}
.list-filter-checklist-dropdown-list-item .checkbox {
	height: 18px;
}
.list-filter-checklist-dropdown-list-item .checkbox label {
	white-space: nowrap;
	overflow: hidden;
}
.list-filter-checklist-dropdown-list-item .checkbox label:before {
	width: 18px;
	height: 18px;
}
.list-filter-checklist-dropdown-list-item .checkbox label:after {
	font-size: 12px;
	padding: 0;
	width: 18px;
	height: 18px;
	top: -2px;
	left: 3px;
}
.list-filter-checklist-dropdown-list-item .checkbox input[type="checkbox"]:checked + label::after {
	font-size: 12px;
}

.list-filter-checklist-dropdown-footer {
	padding: 10px;
	border-top: 1px solid #ddd;
}
.list-filter-checklist-dropdown-button {
	display: block;
	width: fit-content;
	line-height: 24px;
	white-space: nowrap;
	padding: 0 10px;
	border: none;
	background: #07c;
	color: #fff;
	border-radius: var(--border-radius-max);
	text-decoration: none;
	transition: all ease 0.25s;
}
.list-filter-checklist-dropdown-button:hover, .list-filter-checklist-dropdown-button:active, .list-filter-checklist-dropdown-button:focus {
	text-decoration: none;
	background: #06a;
	color: #fff;
}
.list-filter-hr {
	margin: 5px 0;
}
.list-filter-input-highlight {
	border-color: #d21;
	background: #fcefed;
}
.list-filter-input-highlight:focus {
	border-color: #d21;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(221, 34, 17, 0.6);
}
.list-filter-buttons {
	position: sticky;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 15px;
	bottom: 0;
	border-top: 1px solid #ddd;
	background: hsl(212, 20%, 97%);
}
.list-filter-buttons .btn {
	font-size: 15px;
}
.list-filter-fields {
	padding: 15px;
}
.list-filter-fields .row {
	display: flex;
	flex-wrap: wrap;
}
.list-filter-separator {
	width: 100%;
	padding: 0 10px;
}
.list-filter-heading {
	width: 100%;
	margin: 0 10px;
	color: #777;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 80%;
}
.list-filter-heading:not(:first-of-type) {
	margin-top: 5px;
}
@media (max-width: 767px) {
	.list-filter .col-xs-1, .list-filter .col-sm-1, .list-filter .col-md-1, .list-filter .col-lg-1, .list-filter .col-xs-2, .list-filter .col-sm-2, .list-filter .col-md-2, .list-filter .col-lg-2, .list-filter .col-xs-3, .list-filter .col-sm-3, .list-filter .col-md-3, .list-filter .col-lg-3, .list-filter .col-xs-4, .list-filter .col-sm-4, .list-filter .col-md-4, .list-filter .col-lg-4, .list-filter .col-xs-5, .list-filter .col-sm-5, .list-filter .col-md-5, .list-filter .col-lg-5, .list-filter .col-xs-6, .list-filter .col-sm-6, .list-filter .col-md-6, .list-filter .col-lg-6, .list-filter .col-xs-7, .list-filter .col-sm-7, .list-filter .col-md-7, .list-filter .col-lg-7, .list-filter .col-xs-8, .list-filter .col-sm-8, .list-filter .col-md-8, .list-filter .col-lg-8, .list-filter .col-xs-9, .list-filter .col-sm-9, .list-filter .col-md-9, .list-filter .col-lg-9, .list-filter .col-xs-10, .list-filter .col-sm-10, .list-filter .col-md-10, .list-filter .col-lg-10, .list-filter .col-xs-11, .list-filter .col-sm-11, .list-filter .col-md-11, .list-filter .col-lg-11, .list-filter .col-xs-12, .list-filter .col-sm-12, .list-filter .col-md-12, .list-filter .col-lg-12 {
		width: 50%;
	}
}
@media (max-width: 399px) {
	.list-filter .col-xs-1, .list-filter .col-sm-1, .list-filter .col-md-1, .list-filter .col-lg-1, .list-filter .col-xs-2, .list-filter .col-sm-2, .list-filter .col-md-2, .list-filter .col-lg-2, .list-filter .col-xs-3, .list-filter .col-sm-3, .list-filter .col-md-3, .list-filter .col-lg-3, .list-filter .col-xs-4, .list-filter .col-sm-4, .list-filter .col-md-4, .list-filter .col-lg-4, .list-filter .col-xs-5, .list-filter .col-sm-5, .list-filter .col-md-5, .list-filter .col-lg-5, .list-filter .col-xs-6, .list-filter .col-sm-6, .list-filter .col-md-6, .list-filter .col-lg-6, .list-filter .col-xs-7, .list-filter .col-sm-7, .list-filter .col-md-7, .list-filter .col-lg-7, .list-filter .col-xs-8, .list-filter .col-sm-8, .list-filter .col-md-8, .list-filter .col-lg-8, .list-filter .col-xs-9, .list-filter .col-sm-9, .list-filter .col-md-9, .list-filter .col-lg-9, .list-filter .col-xs-10, .list-filter .col-sm-10, .list-filter .col-md-10, .list-filter .col-lg-10, .list-filter .col-xs-11, .list-filter .col-sm-11, .list-filter .col-md-11, .list-filter .col-lg-11, .list-filter .col-xs-12, .list-filter .col-sm-12, .list-filter .col-md-12, .list-filter .col-lg-12 {
		width: 100%;
	}
	.list-filter-field {
		padding-bottom: 5px;
	}
	.list-filter-label {
		padding: 0;
		margin: 0;
		line-height: normal;
	}
	.list-filter-buttons {
		border: none;
	}
}

/* Tree view */
ul.treeview, ul.treeview-first-level {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
ul.treeview > li {
	list-style-type: none;
	border-left: 1px solid #555;
	margin-left: 0.25em;
}
ul.treeview > li > div {
	padding-top: 0.3em;
	padding-left: 1em;
	position: relative;
}
ul.treeview > li.block > div {
	padding: 0 0 0 0.75em;
}
ul.treeview > li > div::before {
	content: '';
	position: absolute;
	top: 0;
	left: -1px;
	height: 1.1em;
	width: 0.75em;
	border: 1px solid #555;
	border-top: none;
	border-right: none;
}
ul.treeview > li:last-child {
	border-left: 1px solid transparent;
}
ul.treeview > li:last-child > div:before {
	border-bottom-left-radius: 3px;
}

/* Emphasized box & frame */
.em-frame,
.em-frame-sm {
	border: 1px solid #ddd;
	border-radius: 4px;
}
.em-frame {
	padding: 15px;
}
.em-frame-sm {
	padding: 5px;
}

.em-bar,
.em-bar-sm {
	background: #eee;
	border-radius: 4px;
}
.em-bar {
	padding: 15px;
}
.em-bar-sm {
	padding: 5px;
}

/* Image box (to be used as <figure class="image-box">) */
.image-box {
	display: block;
	max-width: 100%;
}
.image-box img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.image-box figcaption {
	display: block;
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 13px;
	font-style: italic;
	padding: 5px 0;
}

/* Simple thumbnail */
.thumbnail-frame {
	display: block;
	border: 1px solid #ddd;
	overflow: hidden;
	border-radius: var(--border-radius-small);
}

/* Thumbnails */
.thumbnails {
	padding: 0;
	margin: 0 -7.5px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.thumbnail-wrapper {
	display: block;
	width: 20%;
}
.thumbnail-wrapper-hidden {
	display: none;
}
.thumbnail-inner {
	padding: 7.5px;
}
.thumbnail-inner:hover .thumbnail-actions {
	display: block;
}
.thumbnail-image-wrapper {
	position: relative;
}
.thumbnail-image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1/1;
	border: 1px solid #ddd;
	transition: all ease 0.25s;
}
.thumbnail-image:hover {
	border-color: #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.thumbnail-image-text {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}
.thumbnail-image-see-all, .thumbnail-image-see-all:active, .thumbnail-image-see-all:focus {
	color: #ccc;
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}
.thumbnail-image-see-all:hover {
	text-decoration: none;
	color: #aaa;
}
.thumbnail-image-text > span, .thumbnail-image-see-all > span {
	padding: 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: normal;
}
.thumbnail-image-tag {
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	max-width: 100%;
	padding: 1px 4px;
	font-size: 12px;
	color: #333;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px;
}
.thumbnail-image-info {
	position: absolute;
	right: 1px;
	bottom: 1px;
	max-width: 100%;
	padding: 1px 3px;
	font-size: 9px;
	opacity: 0.6;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	text-align: right;
	word-wrap: break-word;
}
.thumbnail-image-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.thumbnail-actions {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 10px;
}
.thumbnail-action {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	min-height: 36px;
	margin: 0 10px 10px 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.thumbnail-action:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}
.thumbnail-text {
	height: 70px;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.thumbnail-wrapper {
		width: 25%;
	}
}
@media (max-width: 767px) {
	.thumbnail-wrapper {
		width: 33.332%;
	}
}
@media (max-width: 479px) {
	.thumbnail-wrapper {
		width: 50%;
	}
}
@media (max-width: 359px) {
	.thumbnail-wrapper {
		width: 100%;
		float: none;
	}
}

/* AJAX loader */
.ajax-loading-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ajax-loading-animation {
	width: 50px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 7px solid;
	border-color: #337ab7 transparent;
	animation: l3445 1s infinite;
}
@keyframes l3445 {
	to {
		transform: rotate(.5turn);
	}
}

/* AJAX flash */
.ajax-flash {
	position: fixed;
	top: 15px;
	left: 15px;
	right: 15px;
	margin: 0 auto;
	max-width: 400px;
	text-align: center;
	word-wrap: break-word;
	color: rgba(255, 255, 255, 0.8);
	padding: 15px 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border: none;
	border-radius: var(--border-radius-normal);
	background: rgba(33, 33, 33, 0.9);
	z-index: 1009;
}
.ajax-flash-close {
	position: absolute;
	right: 4px;
	top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-radius: 99px;
	transition: all ease 0.25s;
}
.ajax-flash-close:hover, .ajax-flash-close:active, .ajax-flash-close:focus {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	background: rgba(255, 255, 255, 0.1);
}
.ajax-flash-close svg {
	width: 12px;
	height: 12px;
}
.ajax-flash > pre {
	color: inherit;
	text-align: left;
}

/* Red hover */
.red-hover:hover, .red-hover:active, .red-hover:focus {
	color: #d21;
}

/* Modal image preview */
.modal-img-preview {
}
.modal-img-preview .modal-content {
	border-radius: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	border: none;
}
.modal-img-preview .modal-header {
	background: none;
	color: #ccc;
	border: none;
}
.modal-img-preview .modal-body {
	background: #fff;
	color: #ccc;
	padding: 15px;
	border: none;
}
.modal-img-preview .close {
	color: #fff;
	opacity: 0.8;
}
.modal-img-preview .close:hover {
	opacity: 1;
}

/* StatView */
.statview-nav {
}
.statview-nav > a {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 10px 10px 0;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.statview-nav-current {
	border: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
}

/* Smileys */
.smiley {
	display: inline-block;
	position: relative;
	top: -0.12em;
	width: 20px;
	height: auto;
	vertical-align: middle;
}

/* Hover preview */
.hover-preview {
	display: none;
	width: 300px;
	background: rgba(33, 33, 33, 0.9);
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.hover-preview-image {
	display: block;
	width: 100%;
	height: auto;
}
.hover-preview-text {
	padding-top: 10px;
	color: #fff;
	font-size: 90%;
}
@media (max-width: 767px) {
	.hover-preview {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.hover-preview {
		width: 220px;
	}
}
@media (max-width: 359px) {
	.hover-preview {
		width: 200px;
	}
}

/* Breadcrumbs */
.breadcrumb {
	font-size: 85%;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #999;
	content: "»\00a0";
}

/* Print */
@media print {
	.noprint {
		display: none;
	}
}
.body-print {
	background: #fff;
	color: #000;
}
.body-print h1, .body-print h2, .body-print h3, .body-print h4, .body-print h5, .body-print h6, .body-print p {
	background: none;
	color: #000;
}
.body-print .table-ext-framed > thead > tr > td,
.body-print .table-ext-framed > thead > tr > th,
.body-print .table-ext-framed > tbody > tr > th,
.body-print .table-ext-framed > tbody > tr > td,
.body-print .table-ext-lined > thead > tr > td,
.body-print .table-ext-lined > thead > tr > th,
.body-print .table-ext-lined > tbody > tr > td,
.body-print .table-ext-lined > tbody > tr > th {
	border-color: #000;
}

/* SVG icons */
.svg-icon-inline, .svg-icon-block {
	shape-rendering: geometricPrecision;
	text-rendering: geometricPrecision;
	image-rendering: optimizeQuality;
	overflow: visible !important;
}
.svg-icon-block {
	display: block;
}
.svg-icon-inline {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	top: 0.125em;
}

/* Color swatches (HCColors.php) */
.color-swatch {
	display: block;
	width: 75px;
	height: 45px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07);
}
.color-swatch img {
	display: block;
	width: 100%;
	height: 100%;
}

/* Detail info table */
.detail-info-table {
	margin: 0;
	width: auto;
	display: flex;
	align-items: baseline;
}
.detail-info-table-cell {
	padding: 2px 5px;
	line-height: normal;
	align-items: baseline;
	word-break: break-word;
	text-wrap-style: balance;
}
.detail-info-table-cell:first-child {
	padding-left: 0;
	color: #999;
	font-size: 90%;
	word-break: normal;
}
.detail-info-table-wrapper.ditw-20p-1st-col .detail-info-table-cell:first-child {
	min-width: 20%;
}
.detail-info-table-cell:last-child {
	padding-right: 0;
}
.detail-info-table-wrapper.ditw-righ-cells .detail-info-table {
	justify-content: flex-end;
}
.detail-info-table-wrapper.ditw-align-content-top .detail-info-table-cell {
	align-items: flex-start;
}
.detail-info-table-wrapper.ditw-align-content-center .detail-info-table-cell {
	align-items: center;
}
.detail-info-table-wrapper.ditw-align-content-bottom .detail-info-table-cell {
	align-items: flex-end;
}
.detail-info-table-wrapper .detail-info-table-header {
	font-size: inherit;
	font-weight: bold;
	border: none;
	padding: 2px 0;
	margin: 10px 0 0 0;
}
.detail-info-table-rule {
	border-top: 1px solid #ddd;
	margin-top: 7px;
	padding-top: 7px;
}
.detail-info-table-wrapper .detail-info-table-wrapper {
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

/* Link separator space */
.link-separator-space {
	display: inline-block;
	width: 1.4em;
	text-align: left;
}
.link-separator-space:before {
	content: "";
	margin-left: 0.7em;
	border-left: 1px solid currentColor;
}

/* Animations */
@keyframes rotate360deg {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.animation-rotation {
	animation-name: rotate360deg;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* Banners */
.internal-banner-image {
	display: block;
	width: 100%;
	height: auto;
}

/* IceSym iconized info */
.iii-wrapper {
	display: flex;
}
.iii-wrapper .iii-content h2, .iii-wrapper .iii-content h3, .iii-wrapper .iii-content h4, .iii-wrapper .iii-content h5, .iii-wrapper .iii-content h6 {
	margin: 15px 0 10px 0;
	padding: 0;
	border: none;
	font-weight: 600;
	color: inherit;
}
.iii-wrapper .iii-content h2 {
	font-size: 125%;
}
.iii-wrapper .iii-content h3 {
	font-size: 120%;
}
.iii-wrapper .iii-content h4 {
	font-size: 115%;
}
.iii-wrapper .iii-content h5 {
	font-size: 110%;
}
.iii-wrapper .iii-content h6 {
	font-size: 105%;
}
.iii-wrapper .iii-content h1:first-child, .iii-wrapper .iii-content h2:first-child, .iii-wrapper .iii-content h3:first-child, .iii-wrapper .iii-content h4:first-child, .iii-wrapper .iii-content h5:first-child, .iii-wrapper .iii-content h6:first-child {
	margin-top: 0;
}
.iii-wrapper .iii-content p, .iii-wrapper .iii-content ol, .iii-wrapper .iii-content ul {
	margin: 0;
}
.iii-wrapper .iii-content code {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.iii-icon-wrapper {
	margin-right: 10px;
}
.iii-icon {
	font-size: inherit;
	line-height: inherit;
	vertical-align: 0;
}
.iii-content {
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid currentColor;
}

/* Detail-table */
.detail-table {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
}
.detail-table > tr, .detail-table > tbody > tr {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-table > tr:nth-child(odd), .detail-table > tbody > tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.05);
}
.detail-table td, .detail-table th {
	padding: 5px 5px;
	vertical-align: middle;
}

/* Charts */
.chart-wrapper {
}
.chart-dot-hint {
	position: absolute;
	display: block;
	visibility: hidden;
	min-width: 30px;
	border-radius: 4px;
	padding: 2px 6px;
	pointer-events: none;
	line-height: normal;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #333;
	transition: all ease 0.25s;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.chart-dot-hint:before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 7px;
	height: 7px;
	background: #333;
	transform: translate(-50%, 50%) rotateZ(45deg);
}

/* Admin-links */
.admin-button-wrapper {
	position: fixed;
	bottom: 20px;
	right: 70px;
	z-index: 99990;
}
.admin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 15px;
	background: #fff;
	color: #777;
	text-decoration: none;
	border-radius: var(--border-radius-max);
	border: 1px solid #ddd;
	border-right: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all ease 0.25s;
	opacity: 0.5;
}
.admin-button:hover, .admin-button:active, .admin-button:focus {
	text-decoration: none;
	color: #333;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	opacity: 1;
}
.admin-links {
	color: #333;
	font-size: 15px;
}
#admin-links-modal {
	z-index: 99991;
}
#admin-links-modal a {
	color: hsl(210, 60%, 40%);
}
#admin-links-modal a:hover, #admin-links-modal a:active, #admin-links-modal a:focus {
	color: hsl(210, 60%, 30%);
}
.admin-links h6 {
	margin: 15px 0 5px 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}
.admin-links .modal-content {
	background: #fff;
}
#admin-links-modal .nav-tabs > li > a,
#admin-links-modal .dropdown-menu > li > a,
#admin-links-modal .close {
	color: #666;
}
#admin-links-modal .nav-tabs > li > a:hover,
#admin-links-modal .nav-tabs > li > a:active,
#admin-links-modal .nav-tabs > li > a:focus,
#admin-links-modal .dropdown-menu > li > a:hover,
#admin-links-modal .dropdown-menu > li > a:active,
#admin-links-modal .dropdown-menu > li > a:focus,
#admin-links-modal .close:hover,
#admin-links-modal .close:active,
#admin-links-modal .close:focus,
#admin-links-modal .nav-tabs > li > a.active {
	color: #333;
}

/* Error */
.error-logo {
	margin: 15px auto;
	max-width: 200px;
}
.error-icon {
	margin: 15px auto;
	width: 40%;
	max-width: 100px;
}

/* User Agent data table */
.user-agent-data-table {
	font-size: 12px;
	width: auto;
}
.user-agent-data-col1, .user-agent-data-col2 {
	padding: 2px 3px;
	border: 1px solid rgba(0,0,0,0.25);
}

/* Tooltip */
.tooltip-inner {
	padding: 7px 10px;
	max-width: 300px;
	border-radius: var(--border-radius-small);
}
.tooltip-inner code {
	background: #333;
	color: #fc0;
}
.tooltip.top .tooltip-arrow {
	border-width: 8px 8px 0;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

/* Copy to clipboard icon */
.copy-to-clipboard-icon {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity ease 0.25s;
}
.copy-to-clipboard-icon:hover {
	opacity: 1;
}

/* Pages */
.page-iconized-link {
	display: flex;
	width: fit-content;
	padding: 1px;
	align-items: flex-start;
	transition: all ease 0.25s;
	text-decoration: none;
	border-radius: 4px;
}
.page-iconized-link:hover, .page-iconized-link:active, .page-iconized-link:focus {
	background: rgba(0, 0, 0, 0.05);
	text-decoration: none;
}
.page-iconized-link-image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex-grow: 0;
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 5px;
	overflow: hidden;
}
.page-iconized-link-image img {
	display: block;
	width: 100%;
	height: auto;
}
.page-iconized-link-text {
	display: flex;
	align-items: center;
	padding: 0 10px;
	min-height: 40px;
}
.page-iconized-link-text-content {
}

/* Theme */
.content-wrapper {
	background: #f5f5f5;
	color: #333;
}
.body-width-limiter, .body-width-limiter-error, .body-width-limiter-login, .body-no-width-limiter {
	position: relative;
	margin: 0 auto;
}
.body-width-limiter {
	max-width: 1200px;
}
.body-width-limiter-error {
	max-width: 600px;
}
.body-width-limiter-login {
	max-width: 460px;
}
.body-width-limiter-login .panel-body .iii-wrapper {
	font-size: 90%;
	color: #777;
}
.body-no-width-limiter {
	max-width: unset;
}
.content-body {
	padding: 15px;
	min-height: 500px;
}
.floating-wrapper {
	padding: var(--floating-wrapper-padding);
	color: floating-wrapper-color);
	background: var(--floating-wrapper-background);
	border: var(--floating-wrapper-border);
	border-radius: var(--floating-wrapper-border-radius);
}
