/*
 * Transitional Bootstrap 3/4 compatibility for templates not yet rewritten to
 * Bootstrap 5 utility and component classes.
 */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
		max-width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
		max-width: 1170px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
	flex: 0 0 auto;
}

.col-xs-1 { width: 8.33333333%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }

@media (min-width: 768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
		flex: 0 0 auto;
	}

	.col-sm-1 { width: 8.33333333%; }
	.col-sm-2 { width: 16.66666667%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.33333333%; }
	.col-sm-5 { width: 41.66666667%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.33333333%; }
	.col-sm-8 { width: 66.66666667%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.33333333%; }
	.col-sm-11 { width: 91.66666667%; }
	.col-sm-12 { width: 100%; }
	.col-sm-offset-1 { margin-left: 8.33333333%; }
	.col-sm-offset-2 { margin-left: 16.66666667%; }
	.col-sm-offset-3 { margin-left: 25%; }
	.col-sm-offset-4 { margin-left: 33.33333333%; }
	.col-sm-offset-5 { margin-left: 41.66666667%; }
	.col-sm-offset-6 { margin-left: 50%; }
}

@media (min-width: 992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
		flex: 0 0 auto;
	}

	.col-md-1 { width: 8.33333333%; }
	.col-md-2 { width: 16.66666667%; }
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.33333333%; }
	.col-md-5 { width: 41.66666667%; }
	.col-md-6 { width: 50%; }
	.col-md-7 { width: 58.33333333%; }
	.col-md-8 { width: 66.66666667%; }
	.col-md-9 { width: 75%; }
	.col-md-10 { width: 83.33333333%; }
	.col-md-11 { width: 91.66666667%; }
	.col-md-12 { width: 100%; }
	.col-md-offset-1 { margin-left: 8.33333333%; }
	.col-md-offset-2 { margin-left: 16.66666667%; }
	.col-md-offset-3 { margin-left: 25%; }
	.col-md-offset-4 { margin-left: 33.33333333%; }
	.col-md-offset-5 { margin-left: 41.66666667%; }
	.col-md-offset-6 { margin-left: 50%; }
}

@media (min-width: 1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
		flex: 0 0 auto;
	}

	.col-lg-1 { width: 8.33333333%; }
	.col-lg-2 { width: 16.66666667%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.33333333%; }
	.col-lg-5 { width: 41.66666667%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.33333333%; }
	.col-lg-8 { width: 66.66666667%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.33333333%; }
	.col-lg-11 { width: 91.66666667%; }
	.col-lg-12 { width: 100%; }
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-default {
	border-color: #ddd;
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.collapse.in {
	display: block;
}

.nav-tabs {
	display: block;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}

.nav-tabs::before,
.nav-tabs::after {
	display: table;
	content: " ";
}

.nav-tabs::after {
	clear: both;
}

.nav-tabs > li {
	position: relative;
	display: block;
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	line-height: 1.42857143;
	text-decoration: none;
}

@media (min-width: 768px) {
	.header .main-menu {
		min-height: 40px;
		overflow: visible;
	}

	.header .navbar {
		display: block;
		height: auto;
		min-height: 40px;
		overflow: visible;
	}

	.navbar::before,
	.navbar::after,
	.navbar-collapse::before,
	.navbar-collapse::after {
		display: table;
		content: " ";
	}

	.navbar::after,
	.navbar-collapse::after {
		clear: both;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar .nav,
	.navbar-nav {
		display: block !important;
		flex-direction: initial !important;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-left {
		float: left !important;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		line-height: 20px;
	}
}

.fade.in {
	opacity: 1;
}

.tab-content > .tab-pane.in.active {
	display: block;
}

.btn {
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #337ab7;
	--bs-btn-border-color: #2e6da4;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #286090;
	--bs-btn-hover-border-color: #204d74;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #286090;
	--bs-btn-active-border-color: #204d74;
}

.btn-info {
	--bs-btn-color: #fff;
	--bs-btn-bg: #5bc0de;
	--bs-btn-border-color: #46b8da;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #31b0d5;
	--bs-btn-hover-border-color: #269abc;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #31b0d5;
	--bs-btn-active-border-color: #269abc;
}

.btn-warning {
	--bs-btn-color: #fff;
	--bs-btn-bg: #f0ad4e;
	--bs-btn-border-color: #eea236;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ec971f;
	--bs-btn-hover-border-color: #d58512;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ec971f;
	--bs-btn-active-border-color: #d58512;
}

.btn-default {
	--bs-btn-color: #333;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #ccc;
	--bs-btn-hover-color: #333;
	--bs-btn-hover-bg: #e6e6e6;
	--bs-btn-hover-border-color: #adadad;
	--bs-btn-active-color: #333;
	--bs-btn-active-bg: #e6e6e6;
	--bs-btn-active-border-color: #adadad;
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group {
	margin-bottom: 15px;
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: .5rem;
}

@media (min-width: 768px) {
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group {
		display: inline-table;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group > .form-control {
		width: 100%;
	}
}

.form-horizontal .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-right: -15px;
	margin-left: -15px;
}

.control-label {
	font-weight: 700;
}

.form-horizontal .control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
	height: auto;
}

.form-control.input-sm,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.form-control.input-sm,
select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.form-control.input-sm,
textarea.input-sm,
select[multiple].form-control.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-control.input-lg,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.form-control.input-lg,
select.input-lg {
	height: 46px;
	line-height: 46px;
}

.input-group {
	position: relative;
	display: table;
	width: 100%;
	border-collapse: separate;
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	display: table-cell;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell;
}

.input-group-addon {
	width: 1%;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	vertical-align: middle;
}

.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group > .input-group-addon + .form-control {
	border-top-left-radius: 0;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn > .btn {
	position: relative;
}

.input-group-btn > .btn + .btn {
	margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.has-error .form-control,
.has-error .form-select {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .control-label,
.has-error .help-block {
	color: #a94442;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.table-condensed > :not(caption) > * > * {
	padding: 5px;
}

tr.info > th,
tr.info > td {
	background-color: #d9edf7;
}

.label {
	display: inline-block;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-default {
	background-color: #777;
}

.label-primary {
	background-color: #337ab7;
}

.label-success {
	background-color: #5cb85c;
}

.label-info {
	background-color: #5bc0de;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-danger {
	background-color: #d9534f;
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
