@charset "UTF-8";
mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.btn:first-child:hover,
:not( .btn-check ) + .btn:hover{
	background-color: var( --button-bg-color ) !important;
}
.list-unstyled {
	padding-left: 0 !important;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not( :last-child ) {
	margin-right: 5px;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.img-thumbnail {
	padding: 0.25rem;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	transition: all 0.2s ease-in-out;
	max-width: 100%;
	height: auto;
}
code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
	padding: 0.2rem 0.4rem;
	font-size: 100%;
	color: #bd4147;
	background-color: #f0f2f7;
	border-radius: 0.25rem;
}
a > code {
	padding: 0;
	color: inherit;
	background-color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 90%;
	color: #fff;
	background-color: #383e4b;
	border-radius: 0.2rem;
}
.xdebug-var-dump {
	display: block;
	margin-top: 1em;
	overflow: hidden;
	z-index: 100000000000000000000;
	position: relative;
	color: #000;
	min-height: 15px;
	min-width: 100%;
}
.xdebug-var-dump * {
	white-space: normal;
}
.xdebug-var-dump:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #383e4b;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
	border-radius: 0;
}
.form-text {
	display: block;
	margin-top: 0.25rem;
}
.form-check {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
	color: #9da0a8;
	cursor: not-allowed;
}
.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer;
}
.form-check-input {
	position: absolute;
	margin-top: 0.25rem;
	margin-left: -1.25rem;
}
.form-check-input:only-child {
	position: static;
}
.form-check-inline {
	display: inline-block;
}
.form-check-inline .form-check-label {
	vertical-align: middle;
}
.form-check-inline + .form-check-inline {
	margin-left: 0.75rem;
}
.form-control-feedback {
	margin-top: 0.25rem;
}
.form-control-success,
.form-control-warning,
.form-control-danger {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right 0.52344rem;
	background-size: 1.04688rem 1.04688rem;
}
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
	color: #bdea74;
}
.has-success .form-control,
.has-success .daterangepicker .input-mini,
.daterangepicker .has-success .input-mini,
.has-success .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #bdea74;
}
.has-success .input-group-addon {
	color: #bdea74;
	border-color: #bdea74;
	background-color: white;
}
.has-success .form-control-success {
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23bdea74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E" );
}
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
	color: #fabb3d;
}
.has-warning .form-control,
.has-warning .daterangepicker .input-mini,
.daterangepicker .has-warning .input-mini,
.has-warning .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #fabb3d;
}
.has-warning .input-group-addon {
	color: #fabb3d;
	border-color: #fabb3d;
	background-color: white;
}
.has-warning .form-control-warning {
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fabb3d' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E" );
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
	color: #ff5454;
}
.has-danger .form-control,
.has-danger .daterangepicker .input-mini,
.daterangepicker .has-danger .input-mini,
.has-danger .input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
	border-color: #ff5454;
}
.has-danger .input-group-addon {
	color: #ff5454;
	border-color: #ff5454;
	background-color: white;
}
.has-danger .form-control-danger {
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5454' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E" );
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.form-inline .form-check {
	width: 100%;
}
.btn:focus,
.fc button:focus,
.btn:hover,
.fc button:hover {
	text-decoration: none;
}
.btn.disabled,
.fc button.disabled,
.btn:disabled,
.fc button:disabled {
	cursor: not-allowed;
	opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-primary:hover,
.fc-today-button:hover {
	color: #fff;
	background-color: #1e8fc6;
	border-color: #1c89be;
}
.btn-primary:focus,
.fc-today-button:focus,
.btn-primary.focus,
.focus.fc-today-button {
	box-shadow: 0 0 0 2px rgba( 54, 169, 225, 0.5 );
}
.btn-primary.disabled,
.disabled.fc-today-button,
.btn-primary:disabled,
.fc-today-button:disabled {
	background-color: #2B303B;
	border-color: #2B303B;
}
.btn-primary:active,
.fc-today-button:active,
.btn-primary.active,
.active.fc-today-button,
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.fc-today-button {
	color: #fff;
	background-image: none;
	border-color: #1c89be;
}
.period-checked.active {
	background-color: #1e8fc6 !important;
}
.btn-secondary:hover,
.fc button:hover {
	color: #383e4b;
	background-color: #e6e6e6 !important;
	border-color: #adadad;
}
.btn-secondary:focus,
.fc button:focus,
.btn-secondary.focus,
.fc button.focus {
	box-shadow: 0 0 0 2px rgba( 204, 204, 204, 0.5 );
}
.btn-secondary.disabled,
.fc button.disabled,
.btn-secondary:disabled,
.fc button:disabled {
	background-color: #fff;
	border-color: #ccc;
}
.btn-secondary:active,
.fc button:active,
.btn-secondary.active,
.fc button.active,
.show > .btn-secondary.dropdown-toggle,
.fc .show > button.dropdown-toggle {
	color: #383e4b;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-success {
	color: #fff;
}
.btn-success:hover {
	color: #fff;
	background-color: #a8e348;
	border-color: #a4e23f;
}
.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 2px rgba( 189, 234, 116, 0.5 );
}
.btn-success.disabled,
.btn-success:disabled {
	background-color: #bdea74;
	border-color: #bdea74;
}
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #a8e348;
	background-image: none;
	border-color: #a4e23f;
}
.btn-warning {
	color: #fff;
}
.btn-warning:hover {
	color: #fff;
	background-color: #f9aa0b;
	border-color: #f4a406;
}
.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 2px rgba( 250, 187, 61, 0.5 );
}
.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #fabb3d;
	border-color: #fabb3d;
}
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #f9aa0b;
	background-image: none;
	border-color: #f4a406;
}
.btn-danger {
	color: #fff;
	background-color: #ff5454;
	border-color: #ff5454;
}
.btn-danger:hover {
	color: #fff;
	background-color: #ff2121;
	border-color: #ff1717;
}
.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 2px rgba( 255, 84, 84, 0.5 );
}
.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #ff5454;
	border-color: #ff5454;
}
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff2121;
	background-image: none;
	border-color: #ff1717;
}
.btn-outline-primary {
	color: #2B303B;
	background-image: none;
	background-color: transparent;
	border-color: #2B303B;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #2B303B;
	border-color: #2B303B;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 2px rgba( 54, 169, 225, 0.5 );
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #2B303B;
	background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #2B303B;
	border-color: #2B303B;
}
.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border-color: #ccc;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 2px rgba( 204, 204, 204, 0.5 );
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ccc;
	background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ccc;
	border-color: #ccc;
}
.btn-outline-info {
	color: #67c2ef;
	background-image: none;
	background-color: transparent;
	border-color: #67c2ef;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #67c2ef;
	border-color: #67c2ef;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 2px rgba( 103, 194, 239, 0.5 );
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #67c2ef;
	background-color: transparent;
}
.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #67c2ef;
	border-color: #67c2ef;
}
.btn-outline-success {
	color: #bdea74;
	background-image: none;
	background-color: transparent;
	border-color: #bdea74;
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #bdea74;
	border-color: #bdea74;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 2px rgba( 189, 234, 116, 0.5 );
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #bdea74;
	background-color: transparent;
}
.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #bdea74;
	border-color: #bdea74;
}
.btn-outline-warning {
	color: #fabb3d;
	background-image: none;
	background-color: transparent;
	border-color: #fabb3d;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #fabb3d;
	border-color: #fabb3d;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 2px rgba( 250, 187, 61, 0.5 );
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #fabb3d;
	background-color: transparent;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #fabb3d;
	border-color: #fabb3d;
}
.btn-outline-danger {
	color: #ff5454;
	background-image: none;
	background-color: transparent;
	border-color: #ff5454;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff5454;
	border-color: #ff5454;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 2px rgba( 255, 84, 84, 0.5 );
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #ff5454;
	background-color: transparent;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ff5454;
	border-color: #ff5454;
}
.btn-link {
	font-weight: normal;
	color: #2B303B;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
	background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover {
	border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
	color: #1a7fb0;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link:disabled {
	color: #c7cbd5;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
	text-decoration: none;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn .badge,
.fc button .badge {
	position: absolute;
	top: 2px;
	right: 6px;
	font-size: 9px;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear;
}
.fade.show {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.show {
	display: block;
}
tr.collapse.show {
	display: table-row;
}
tbody.collapse.show {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
.show > .dropdown-menu {
	display: block;
}
.show > a {
	outline: 0;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
.dropdown-menu-left {
	right: auto;
	left: 0;
}
.dropdown-header {
	display: block;
	padding: 0 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #9da0a8;
	white-space: nowrap;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.dropdown-item {
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #e4e6eb;
}
.dropdown-item:last-child {
	border-bottom: 0;
}
.dropdown-item i {
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	margin-left: -10px;
	color: #e4e6eb;
	text-align: center;
}
.dropdown-item .badge {
	position: absolute;
	right: 10px;
	margin-top: 2px;
}
.dropdown-header {
	padding: 8px 20px;
	background: #f0f2f7;
	border-bottom: 1px solid #e4e6eb;
}
.dropdown-header .btn,
.dropdown-header .fc button,
.fc .dropdown-header button {
	margin-top: -7px;
	color: #9da0a8;
}
.dropdown-header .btn:hover,
.dropdown-header .fc button:hover,
.fc .dropdown-header button:hover {
	color: #383e4b;
}
.dropdown-header .btn.pull-right,
.dropdown-header .fc button.pull-right,
.fc .dropdown-header button.pull-right {
	margin-right: -20px;
}
.dropdown-menu-lg {
	width: 250px;
}
.input-group-addon,
.input-group-btn {
	min-width: 40px;
	white-space: nowrap;
	vertical-align: middle;
}
.nav-pills svg {
	fill: #212529;
	width: 15px;
	height: 15px;
}
.nav-pills .nav-link:hover svg {
	fill: #0056b3;
}
.nav-pills .nav-link.active svg,
.nav-pills .nav-link.active:hover svg {
	fill: #fff;
}
.nav-pills .nav-link {
	border: 1px solid #ededed;
	margin-right: .5rem;
}
.nav-pills .nav-item:last-child .nav-link {
	margin-right: 0rem;
}
.nav-link:focus,
.navbar .dropdown-toggle:focus,
.nav-link:hover,
.navbar .dropdown-toggle:hover {
	text-decoration: none;
}
.nav-link.disabled,
.navbar .disabled.dropdown-toggle {
	color: #c7cbd5;
	cursor: not-allowed;
}
.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
	border: 1px solid transparent;
}
.nav-tabs .nav-link:focus,
.nav-tabs .navbar .dropdown-toggle:focus,
.navbar .nav-tabs .dropdown-toggle:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .navbar .dropdown-toggle:hover,
.navbar .nav-tabs .dropdown-toggle:hover {
	border-color: #e4e6eb #e4e6eb #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .navbar .disabled.dropdown-toggle,
.navbar .nav-tabs .disabled.dropdown-toggle {
	color: #c7cbd5;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .navbar .dropdown-toggle,
.navbar .nav-tabs .nav-item.show .dropdown-toggle {
	color: #9da0a8;
	background-color: #f5f5f5;
	border-color: #ddd #ddd #f5f5f5;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.nav-pills .nav-link,
.nav-pills .navbar .dropdown-toggle,
.navbar .nav-pills .dropdown-toggle {
	border-radius: 0.25rem;
	transition: all 0.3s;
}
.nav-pills .nav-link.active,
.nav-pills .navbar .active.dropdown-toggle,
.navbar .nav-pills .active.dropdown-toggle,
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-item.show .navbar .dropdown-toggle,
.navbar .nav-pills .nav-item.show .dropdown-toggle {
	color: #fff;
	cursor: default;
	background-color: #23527C;
	border: 1px solid #23527C;
}
.nav-justified .nav-item {
	flex: 1 1 100%;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
.nav-tabs .nav-link,
.nav-tabs .navbar .dropdown-toggle,
.navbar .nav-tabs .dropdown-toggle {
	color: #9da0a8;
	border-radius: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .navbar .active.dropdown-toggle,
.navbar .nav-tabs .active.dropdown-toggle {
	color: #383e4b;
	background: #f3f1f1;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.nav-tabs .nav-link.active:focus,
.nav-tabs .navbar .active.dropdown-toggle:focus,
.navbar .nav-tabs .active.dropdown-toggle:focus {
	background: #f3f1f1;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.card-tab-content .tab-content {
	background: transparent;
	border: 0;
}
.card-tab-content .tab-content .tab-pane {
	padding: 0;
}
.tab-content {
	margin-top: -1px;
	background: #f3f1f1;
	border: 1px solid rgb( 221, 221, 221 );
}
.tab-content .tab-pane {
	padding: 1rem 1rem;
}
.card-block .tab-content {
	margin-top: 0;
	border: 0;
}
.navbar {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0.5rem 1rem;
}
.navbar-brand {
	display: inline-block;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-nav .dropdown-toggle {
	padding-right: 0;
	padding-left: 0;
}
.navbar-text {
	display: inline-block;
	padding-top: .425rem;
	padding-bottom: .425rem;
}
.navbar-toggler {
	align-self: flex-start;
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}
.navbar-toggler-left {
	position: absolute;
	left: 1rem;
}
.navbar-toggler-right {
	position: absolute;
	right: 1rem;
}
@media ( min-width : 992px ) {
	.navbar-responsive {
		display: flex !important;
	}
	.mobile-sidebar-toggler {
		display: none !important;
	}
}
.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
	color: rgba( 0, 0, 0, 0.9 );
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	color: rgba( 0, 0, 0, 0.9 );
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-light .navbar-nav .dropdown-toggle {
	color: rgba( 0, 0, 0, 0.5 );
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-light .navbar-nav .dropdown-toggle:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-light .navbar-nav .dropdown-toggle:hover {
	color: rgba( 0, 0, 0, 0.7 );
}
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .navbar .disabled.dropdown-toggle,
.navbar .navbar-light .navbar-nav .disabled.dropdown-toggle {
	color: rgba( 0, 0, 0, 0.3 );
}
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .navbar .open > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .open > .dropdown-toggle,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-light .navbar-nav .active > .dropdown-toggle,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-light .navbar-nav .open.dropdown-toggle,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-light .navbar-nav .active.dropdown-toggle {
	color: rgba( 0, 0, 0, 0.9 );
}
.navbar-light .navbar-toggler {
	border-color: rgba( 0, 0, 0, 0.1 );
}
.navbar-light .navbar-toggler-icon {
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E" );
}
.navbar-light .navbar-text {
	color: rgba( 0, 0, 0, 0.5 );
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
	color: white;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
	color: white;
}
.navbar-inverse .navbar-nav .nav-link,
.navbar-inverse .navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .dropdown-toggle {
	color: rgba( 255, 255, 255, 0.5 );
}
.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-inverse .navbar-nav .dropdown-toggle:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-inverse .navbar-nav .dropdown-toggle:hover {
	color: rgba( 255, 255, 255, 0.75 );
}
.navbar-inverse .navbar-nav .nav-link.disabled,
.navbar-inverse .navbar-nav .navbar .disabled.dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .disabled.dropdown-toggle {
	color: rgba( 255, 255, 255, 0.25 );
}
.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .navbar .open > .dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .open > .dropdown-toggle,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .active > .dropdown-toggle,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .open.dropdown-toggle,
.navbar-inverse .navbar-nav .nav-link.active,
.navbar-inverse .navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-inverse .navbar-nav .active.dropdown-toggle {
	color: white;
}
.navbar-inverse .navbar-toggler {
	border-color: rgba( 255, 255, 255, 0.1 );
}
.navbar-inverse .navbar-toggler-icon {
	background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E" );
}
.navbar-inverse .navbar-text {
	color: rgba( 255, 255, 255, 0.5 );
}
.navbar-brand {
	color: #cccccc;
}
.navbar-brand:focus,
.navbar-brand:hover {
	color: #cccccc;
}
.navbar-nav .nav-link,
.navbar-nav .navbar .dropdown-toggle,
.navbar .navbar-nav .dropdown-toggle {
	color: #fff;
}
.navbar-nav .nav-link:focus,
.navbar-nav .navbar .dropdown-toggle:focus,
.navbar .navbar-nav .dropdown-toggle:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .navbar .dropdown-toggle:hover,
.navbar .navbar-nav .dropdown-toggle:hover {
	color: #e6e6e6;
}
.navbar-nav .open > .nav-link,
.navbar-nav .navbar .open > .dropdown-toggle,
.navbar .navbar-nav .open > .dropdown-toggle,
.navbar-nav .open > .nav-link:focus,
.navbar-nav .navbar .open > .dropdown-toggle:focus,
.navbar .navbar-nav .open > .dropdown-toggle:focus,
.navbar-nav .open > .nav-link:hover,
.navbar-nav .navbar .open > .dropdown-toggle:hover,
.navbar .navbar-nav .open > .dropdown-toggle:hover,
.navbar-nav .active > .nav-link,
.navbar-nav .navbar .active > .dropdown-toggle,
.navbar .navbar-nav .active > .dropdown-toggle,
.navbar-nav .active >.nav-link:focus,
.navbar-nav .navbar .active > .dropdown-toggle:focus,
.navbar .navbar-nav .active > .dropdown-toggle:focus,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .navbar .active > .dropdown-toggle:hover,
.navbar .navbar-nav .active > .dropdown-toggle:hover,
.navbar-nav .nav-link.open,
.navbar-nav .navbar .open.dropdown-toggle,
.navbar .navbar-nav .open.dropdown-toggle,
.navbar-nav .nav-link.open:focus,
.navbar-nav .navbar .open.dropdown-toggle:focus,
.navbar .navbar-nav .open.dropdown-toggle:focus,
.navbar-nav .nav-link.open:hover,
.navbar-nav .navbar .open.dropdown-toggle:hover,
.navbar .navbar-nav .open.dropdown-toggle:hover,
.navbar-nav .nav-link.active,
.navbar-nav .navbar .active.dropdown-toggle,
.navbar .navbar-nav .active.dropdown-toggle,
.navbar-nav .nav-link.active:focus,
.navbar-nav .navbar .active.dropdown-toggle:focus,
.navbar .navbar-nav .active.dropdown-toggle:focus,
.navbar-nav .nav-link.active:hover,
.navbar-nav .navbar .active.dropdown-toggle:hover,
.navbar .navbar-nav .active.dropdown-toggle:hover {
	color: #cccccc;
}
.navbar-divider {
	background-color: rgba( 0, 0, 0, 0.075 );
}
.media {
	display: flex;
	align-items: flex-start;
}
.media-body {
	flex: 1;
}
.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}
.list-group-item-action {
	width: 100%;
	color: #9da0a8;
	text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
	color: #383e4b;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #9da0a8;
	text-decoration: none;
	background-color: #f0f2f7;
}
.list-group-item-action:active {
	color: #383e4b;
	background-color: #e4e6eb;
}
.list-group-item {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0.75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba( 0, 0, 0, 0.125 );
}
.list-group-item:first-child {
	border-top-right-radius: 0.25rem;
	border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
	text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: #c7cbd5;
	cursor: not-allowed;
	background-color: #fff;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
	color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
	color: #c7cbd5;
}
.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #2B303B;
	border-color: #2B303B;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
	color: inherit;
}
.list-group-item.active .list-group-item-text {
	color: white;
}
.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0;
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
	color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
	top: 50%;
	left: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
	top: 0;
	left: 50%;
	margin-left: -5px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
	top: 50%;
	right: 0;
	margin-top: -5px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}
.tooltip-inner::before {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba( 0, 0, 0, 0.2 );
	border-radius: 0.3rem;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
	margin-top: -10px;
}
.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
	left: 50%;
	border-bottom-width: 0;
}
.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
	bottom: -11px;
	margin-left: -11px;
	border-top-color: rgba( 0, 0, 0, 0.25 );
}
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
	bottom: -10px;
	margin-left: -10px;
	border-top-color: #fff;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
	margin-left: 10px;
}
.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
	top: 50%;
	border-left-width: 0;
}
.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
	left: -11px;
	margin-top: -11px;
	border-right-color: rgba( 0, 0, 0, 0.25 );
}
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
	left: -10px;
	margin-top: -10px;
	border-right-color: #fff;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
	margin-top: 10px;
}
.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
	left: 50%;
	border-top-width: 0;
}
.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
	top: -11px;
	margin-left: -11px;
	border-bottom-color: rgba( 0, 0, 0, 0.25 );
}
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
	top: -10px;
	margin-left: -10px;
	border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 20px;
	margin-left: -10px;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
	margin-left: -10px;
}
.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
	top: 50%;
	border-right-width: 0;
}
.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
	right: -11px;
	margin-top: -11px;
	border-left-color: rgba( 0, 0, 0, 0.25 );
}
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
	right: -10px;
	margin-top: -10px;
	border-left-color: #fff;
}
.popover-title {
	padding: 8px 14px;
	margin-bottom: 0;
	font-size: 0.875rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-right-radius: calc( 0.3rem - 1px );
	border-top-left-radius: calc( 0.3rem - 1px );
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover::before,
.popover::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover::before {
	content: "";
	border-width: 11px;
}
.popover::after {
	content: "";
	border-width: 10px;
}
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}
.bg-faded {
	background-color: #ededed;
}
.bg-primary {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
	background-color: #2B303B !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #1e8fc6;
}
.bg-success {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
}
.bg-info {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
	background-color: #67c2ef !important;
}
a.bg-info:focus,
a.bg-info:hover {
	background-color: #39afea;
}
.bg-warning {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
	background-color: #fabb3d !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f9aa0b;
}
.bg-danger {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
	background-color: #ff5454 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #ff2121;
}
.bg-inverse {
	border-radius: calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px ) calc( 0.25rem - 1px );
	color: #fff !important;
	background-color: #383e4b !important;
}
a.bg-inverse:focus,
a.bg-inverse:hover {
	background-color: #22262e;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}
.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1030;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.invisible {
	visibility: hidden !important;
}
.toast {
	background-color: #2B303B;
}
.toast-success {
	background-color: #bdea74;
}
.toast-error {
	background-color: #ff5454;
}
.toast-info {
	background-color: #67c2ef;
}
.toast-warning {
	background-color: #fabb3d;
}
progress-bar,
.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: .2;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=20 );
	filter: alpha( opacity = 20 );
}
/* ----------Style---------- */
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.row.row-equal {
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-right: -15px;
	margin-left: -15px;
}
.row.row-equal [class*="col-"] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.sidebar-hidden .sidebar {
	margin-left: -220px;
}
.sidebar-fixed .sidebar {
	position: fixed;
	height: 100%;
}
.sidebar-fixed .sidebar .sidebar-nav {
	height: calc( 100vh - 50px );
}
.sidebar-fixed .main,
.sidebar-fixed .app-footer {
	margin-left: 220px;
}
.sidebar-fixed.sidebar-hidden .main,
.sidebar-fixed.sidebar-hidden .app-footer {
	margin-left: 0;
}
.sidebar-off-canvas .sidebar {
	position: fixed;
	z-index: 999;
	height: 100%;
}
.sidebar-off-canvas .sidebar .sidebar-nav {
	height: calc( 100vh - 50px );
}
.sidebar-compact .sidebar {
	flex: 0 0 50px;
}
.sidebar-compact.sidebar-hidden .sidebar {
	margin-left: -50px;
}
.sidebar-compact.sidebar-fixed .main,
.sidebar-compact.sidebar-fixed .app-footer {
	margin-left: 50px;
}
.sidebar-compact.sidebar-fixed.sidebar-hidden .main,
.sidebar-compact.sidebar-fixed.sidebar-hidden .app-footer {
	margin-left: 0;
}
.aside-menu-hidden .aside-menu {
	margin-right: -250px;
}
.aside-menu-fixed .aside-menu {
	position: fixed;
	right: 0;
	height: 100%;
}
.aside-menu-fixed .aside-menu .tab-content {
	height: calc( 100vh - 2.375rem - 50px );
}
.aside-menu-fixed .main,
.aside-menu-fixed .app-footer {
	margin-right: 250px;
}
.aside-menu-fixed.aside-menu-hidden .main,
.aside-menu-fixed.aside-menu-hidden .app-footer {
	margin-right: 0;
}
.aside-menu-off-canvas .aside-menu {
	position: fixed;
	right: 0;
	z-index: 999;
	height: 100%;
}
.aside-menu-off-canvas .aside-menu .tab-content {
	height: calc( 100vh - 2.375rem - 50px );
}
/* --- footer --- */
.footer-fixed .app-footer {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
}
.footer-fixed .app-body {
	margin-bottom: 50px;
}
