/*
Name: 			Theme Base
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version: 	2.1.1
*/
html,
body {
	background: #ecedf0;
	width: 100%;
}

body {
	color: #777;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 22px;
	margin: 0;
	font-size: 13px;
}

a {
	color: #ccc;
}

a:hover,
a:focus {
	color: #d9d9d9;
}

a:active {
	color: #bfbfbf;
}

/* Layout Base - Main Wrapper	*/
.body {
	min-height: 100vh;
	width: 100%;
}

/* Layout Base - Inner Wrapper */
.inner-wrapper {
	display: table;
	min-height: 100vh;
	padding-top: 60px;
	table-layout: fixed;
	overflow-x: clip;
	width: 100%;
}

/* Layout Base - Content Body */
.content-body {
	display: table-cell;
	padding: 40px;
	position: relative;
	vertical-align: top;
}

.content-body:not(.card-margin) > .row + .row {
	padding-top: 40px;
}

@media (max-width: 767px) {
	.content-body:not(.card-margin) > .row + .row {
		padding-top: 15px;
	}
}

.content-body.card-margin {
	padding-top: 0;
}

.content-body.card-margin .page-header {
	margin-bottom: 5px;
}

.content-body.card-margin .card {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.content-body.card-margin .card {
		margin-top: 15px;
	}
}

/* Layout Base - Page Header */
.page-header {
	background: #171717;
	border-bottom: none;
	border-left: 1px solid #3a3a3a;
	-webkit-box-shadow: 1px 3px 0 1px #cccccc;
	box-shadow: 1px 3px 0 1px #cccccc;
	height: 50px;
	margin: -40px -40px 40px -40px;
	padding: 0;
}

/* Layout Base - Sidebar Left */
.sidebar-left {
	color: #777;
	display: table-cell;
	position: relative;
	vertical-align: top;
	width: 300px;
	z-index: 1010;
}

/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed .sidebar-left {
		width: 73px;
	}
}
/* Layout Base - Sidebar Right */
.sidebar-right {
	background: #171717;
	bottom: 0;
	margin-right: -300px;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
}

/* Layout Base - Sidebar Right Opened ( Larger than mobile ) */
@media only screen and (min-width: 768px) {
	html.sidebar-right-opened .inner-wrapper {
		margin-left: -300px;
	}

	html.sidebar-right-opened .sidebar-right {
		margin-right: 0;
	}

	html.sidebar-right-opened.has-top-menu:not(.has-left-sidebar-half) .inner-wrapper {
		margin-left: 0;
		padding-right: 300px;
	}
}
/* Layout Base - Sidebar Right Opened - Has Top Horizontal Menu ( Ipad ) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	html.sidebar-right-opened.has-top-menu:not(.has-left-sidebar-half) .content-body {
		right: 300px;
	}
}
/* Layout Base - Flexbox supported */
@media only screen and (min-width: 768px) {
	html.flexbox,
	html.flexboxlegacy {
		/* Tab Navigation */
	}

	html.flexbox .inner-wrapper,
	html.flexboxlegacy .inner-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.flexbox .sidebar-left,
	html.flexbox .content-body,
	html.flexboxlegacy .sidebar-left,
	html.flexboxlegacy .content-body {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	html.flexbox .content-body,
	html.flexboxlegacy .content-body {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
		min-width: 1px;
	}

	html.flexbox.has-tab-navigation .inner-wrapper,
	html.flexboxlegacy.has-tab-navigation .inner-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
/* Layout Fixed */
@media only screen and (min-width: 768px) {
	/* Layout Fixed - Reseting Styles */
	html.fixed .inner-wrapper,
	html.fixed .sidebar-left,
	html.fixed .content-body {
		display: block;
	}

	/* Layout Fixed - Inner Wrapper */
	html.fixed .inner-wrapper {
		padding-top: 110px;
	}

	/* Layout Fixed - Content Body */
	html.fixed .content-body {
		margin-left: 300px;
	}

	html.fixed .content-body.has-toolbar {
		padding-top: 92px;
	}

	html.fixed.has-top-menu:not(.has-left-sidebar-half) .content-body {
		margin-left: 0;
	}

	/* Layout Fixed - Page header */
	html.fixed .page-header {
		left: 300px;
		margin: 0;
		position: fixed;
		right: 0;
		top: 60px;
	}

	html.fixed.has-top-menu:not(.has-left-sidebar-half) .page-header {
		left: 0;
	}

	/* Layout Fixed - Sidebar Left */
	html.fixed .sidebar-left {
		bottom: 0;
		left: 0;
		padding-bottom: 50px;
		position: fixed;
		top: 60px;
	}

	html.fixed .sidebar-left .nano-content {
		padding-bottom: 50px;
	}

	/* Layout Fixed - Sidebar Left Collapsed */
	html.fixed.sidebar-left-collapsed .page-header {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed .content-body {
		margin-left: 73px;
	}

	/* Layout Fixed - Sidebar Right Opened */
	html.fixed.sidebar-right-opened .page-header {
		left: 0;
		margin-right: 300px;
	}

	html.fixed.sidebar-right-opened .sidebar-left {
		left: -300px;
	}

	/* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header {
		left: -300px;
	}
}

/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	/* Layout Boxed - Body Tag */
	html.boxed body {
		background: url(../img/patterns/gray_jean.png) repeat;
		padding-bottom: 5px;
	}

	/* Layout Boxed - Main Wrapper */
	html.boxed .body {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		padding-top: 25px;
		background-color: transparent;
	}

	/* Layout Boxed - Inner Wrapper */
	html.boxed .inner-wrapper {
		padding-top: 60px;
		margin-bottom: 20px;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	}

	/* Layout Boxed - Content Body */
	html.boxed .content-body {
		background-color: #ecedf0;
	}

	html.boxed .sidebar-left {
		border-radius: 0 0 0 5px;
		position: relative;
		margin-bottom: 0;
	}

	html.boxed .content-body {
		border-radius: 0 0 5px 0;
	}

	html.boxed .sidebar-right {
		border-radius: 0 5px 5px 0;
	}

	/* Layout Boxed - Sidebar Right */
	html.boxed .sidebar-right {
		border-top: 3px solid #ccc;
		min-height: 0;
	}

	/* Layout Boxed - Sidebar Right Opened */
	html.boxed.sidebar-right-opened .body {
		overflow: hidden;
	}

	html.boxed.sidebar-right-opened .content-body {
		border-radius: 0 0 0 5px;
	}

	html.boxed.sidebar-right-opened .sidebar-right {
		bottom: 20px;
		position: absolute;
		top: 25px;
		border-radius: 0 5px 5px 5px;
	}
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 768px) {
	/* Layout Boxed - Content Body */
	html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(
			.left-sidebar-panel
		).sidebar-left-collapsed
		.content-body {
		width: calc(100% - 73px);
	}

	html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(
			.left-sidebar-panel
		).left-sidebar-panel
		.content-body {
		width: calc(100% - 375px);
	}

	html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(
			.left-sidebar-panel
		).left-sidebar-panel.sidebar-right-opened
		.content-body {
		width: calc(100% - 350px);
	}

	html.boxed:not(.sidebar-left-big-icons):not(.has-top-menu):not(.has-tab-navigation):not(
			.left-sidebar-panel
		)
		.content-body {
		width: calc(100% - 300px);
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
	}
}

@media only screen and (max-width: 767px) {
	html,
	body {
		background: #ecedf0;
	}

	html.mobile-device .sidebar-left,
	html.mobile-device .sidebar-right {
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
	}

	body {
		min-height: 100vh;
	}

	.inner-wrapper,
	.sidebar-left,
	.content-body {
		display: block;
	}

	.body {
		min-height: 0;
		overflow: visible;
	}

	.inner-wrapper {
		min-height: 0;
		padding-top: 0;
	}

	.content-body {
		padding: 0 15px 15px;
	}

	.page-header {
		margin: 0 -15px 20px;
	}

	.sidebar-left {
		bottom: 0;
		left: -100%;
		min-height: 0;
		min-width: 100%;
		position: fixed;
		overflow: hidden;
		top: 0;
		z-index: 98 !important;
	}

	.sidebar-right {
		bottom: 0;
		left: auto;
		right: -100%;
		min-height: 0;
		margin-right: 0;
		min-width: 100%;
		min-width: 100vw;
		top: 0;
		z-index: 100;
	}

	html.csstransforms .sidebar-left,
	html.csstransforms .sidebar-right {
		-webkit-transition-property: margin;
		transition-property: margin;
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		-webkit-transition-delay: 0;
		transition-delay: 0;
	}

	html.csstransforms .sidebar-left {
		margin-left: -25px;
	}

	html.csstransforms .sidebar-right {
		margin-right: -25px;
	}

	/* If desktop is seeing mobile res, fix scrollbars */
	html.no-mobile-device body {
		min-height: 0;
	}

	html.no-mobile-device .body {
		min-height: 100vh;
		overflow: hidden;
	}

	html.no-mobile-device .inner-wrapper {
		overflow-y: auto;
	}

	html.no-mobile-device.sidebar-left-opened,
	html.no-mobile-device.sidebar-left-opened body,
	html.no-mobile-device.sidebar-right-opened,
	html.no-mobile-device.sidebar-right-opened body {
		overflow: hidden;
	}

	/* Layout Mobile - Sidebar Left Opened */
	html.sidebar-left-opened.no-csstransforms .sidebar-left {
		left: 0;
	}

	html.sidebar-left-opened.csstransforms .sidebar-left {
		margin-left: 100%;
	}

	/* Layout Mobile - Sidebar Right Opened */
	html.sidebar-right-opened.no-csstransforms .sidebar-right {
		right: 0;
	}

	html.sidebar-right-opened.csstransforms .sidebar-right {
		margin-right: 100%;
	}

	/* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
	html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
		margin-left: -300px;
	}
}
/* iOS10 Content Width Fix */
@media (min-width: 768px) {
	html.mobile-device.flexbox:not(.has-tab-navigation) .content-body {
		width: calc(100vw - 300px) !important;
	}
}
/* Content With Menu - Boxed Layout Fixing Spacement on Bottom */
@media only screen and (min-width: 1200px) {
	html.boxed .content-with-menu {
		margin-bottom: -40px;
	}
}
/* Content With Menu - Container */
@media only screen and (min-width: 768px) {
	.content-with-menu-container {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
}
/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts */
@media only screen and (min-width: 768px) {
	html.scroll .content-with-menu:before,
	html.boxed .content-with-menu:before {
		bottom: -47px;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		top: 54px;
		width: 300px;
	}

	html.scroll .content-with-menu:after,
	html.boxed .content-with-menu:after {
		bottom: -46px;
		content: '';
		display: block;
		left: -1px;
		position: absolute;
		top: 54px;
		width: 1px;
		z-index: 3;
	}

	html.boxed .content-with-menu:before {
		bottom: 0;
	}

	html.boxed .content-with-menu:after {
		bottom: 2px;
	}
}

.content-with-menu {
	margin: -20px -15px 0;
}

/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
	.content-with-menu {
		clear: both;
	}

	.inner-body {
		padding: 40px 15px 0;
	}
}
/* Content With Menu - Menu and Body */
@media only screen and (min-width: 768px) {
	.content-with-menu {
		border-top: 110px solid transparent;
		margin: -150px -40px -53px -40px;
		min-height: 100vh;
	}

	.inner-menu {
		display: table-cell;
		vertical-align: top;
	}

	.inner-body {
		display: table-cell;
		vertical-align: top;
		padding: 40px;
	}

	.inner-toolbar {
		height: 52px;
		overflow: hidden;
	}

	.content-with-menu-has-toolbar .inner-menu-toggle {
		border-radius: 0;
	}

	.content-with-menu-has-toolbar .inner-toolbar {
		padding-left: 140px;
	}
}
/* Content With Menu - Flexbox supported */
@media only screen and (min-width: 768px) {
	html.flexbox .content-with-menu-container,
	html.flexboxlegacy .content-with-menu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	html.flexbox .inner-menu,
	html.flexbox .inner-body,
	html.flexboxlegacy .inner-menu,
	html.flexboxlegacy .inner-body {
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	html.flexbox .inner-body,
	html.flexboxlegacy .inner-body {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}
}
/* Content With Menu + Layout Fixed */
@media only screen and (min-width: 768px) {
	html.fixed .content-with-menu-container,
	html.fixed .inner-menu,
	html.fixed .inner-body {
		display: block;
	}

	html.fixed .content-with-menu-container {
		position: relative;
	}

	html.fixed .inner-menu-toggle {
		position: absolute;
		top: 114px;
		border-radius: 0 0 5px 0;
		width: 140px;
		z-index: 1002;
	}

	html.fixed .inner-menu {
		bottom: 0;
		display: block;
		left: 300px;
		position: fixed;
		margin: 0;
		top: 114px;
		width: 300px;
		padding: 35px;
		z-index: 1002;
	}

	html.fixed .inner-menu-content {
		display: block;
	}

	html.fixed .inner-body {
		margin-left: 300px;
		border-top: 113px solid transparent;
		margin-top: -110px;
		min-height: 100vh;
		position: relative;
	}

	html.fixed .content-with-menu-has-toolbar .inner-body {
		border-top-width: 165px;
	}
}
/* Content With Menu + Layout Scroll & Boxed */
@media only screen and (min-width: 768px) {
	html.scroll .inner-menu,
	html.scroll .inner-body,
	html.boxed .inner-menu,
	html.boxed .inner-body {
		display: block;
	}

	html.scroll .content-with-menu-container,
	html.boxed .content-with-menu-container {
		position: relative;
	}

	html.scroll .inner-menu-toggle,
	html.boxed .inner-menu-toggle {
		position: absolute;
		top: 0;
		border-radius: 0 0 5px 0;
		width: 140px;
		z-index: 3;
	}

	html.scroll .inner-menu,
	html.boxed .inner-menu {
		display: block;
		position: relative;
		margin: 0;
		width: 300px;
		padding: 35px;
	}

	html.scroll .inner-menu-content,
	html.boxed .inner-menu-content {
		display: block;
	}

	html.scroll .inner-body,
	html.boxed .inner-body {
		margin-left: 0;
		min-height: 100vh;
		position: relative;
	}

	html.scroll.flexbox .content-with-menu-container,
	html.scroll.flexboxlegacy .content-with-menu-container,
	html.boxed.flexbox .content-with-menu-container,
	html.boxed.flexboxlegacy .content-with-menu-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
@media only screen and (min-width: 768px) {
	html.fixed.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed .inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
		left: 373px;
	}
}
/* Content With Menu + Layout Fixed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {
	html.fixed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-right-opened .inner-menu-toggle,
	html.fixed.sidebar-right-opened .inner-toolbar {
		left: 0px;
	}

	html.fixed.sidebar-right-opened .inner-toolbar {
		margin-right: 300px;
	}

	html.fixed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
		left: -300px;
	}
}
/* Content With Menu + Layout Fixed + Sidebar Left Collapsed + Sidebar Right Opened */
@media only screen and (min-width: 768px) {
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
		left: -227px;
	}

	html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
		left: -527px;
	}
}
/* Resolution gt 767 and lt 1366 - Hide Inner Menu */
@media only screen and (min-width: 768px) and (max-width: 1365px) {
	html.fixed .inner-menu,
	html.scroll .inner-menu,
	html.boxed .inner-menu {
		display: none;
	}

	html.fixed .inner-menu-toggle,
	html.scroll .inner-menu-toggle,
	html.boxed .inner-menu-toggle {
		display: block;
	}

	html.fixed .inner-body,
	html.scroll .inner-body,
	html.boxed .inner-body {
		margin-left: 0;
	}

	html.fixed .content-with-menu-has-toolbar .inner-toolbar,
	html.scroll .content-with-menu-has-toolbar .inner-toolbar,
	html.boxed .content-with-menu-has-toolbar .inner-toolbar {
		padding-left: 140px;
	}

	html.fixed.inner-menu-opened .inner-menu,
	html.scroll.inner-menu-opened .inner-menu,
	html.boxed.inner-menu-opened .inner-menu {
		display: block;
	}

	html.fixed.inner-menu-opened .inner-menu-toggle,
	html.scroll.inner-menu-opened .inner-menu-toggle,
	html.boxed.inner-menu-opened .inner-menu-toggle {
		display: none;
	}

	html.fixed.inner-menu-opened .inner-body,
	html.scroll.inner-menu-opened .inner-body,
	html.boxed.inner-menu-opened .inner-body {
		margin-right: -300px;
	}

	html.fixed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
	html.scroll.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar,
	html.boxed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
		padding-left: 0;
	}

	html.fixed.inner-menu-opened .inner-body {
		margin-left: 300px;
	}

	html.scroll .content-with-menu:before,
	html.boxed .content-with-menu:before {
		display: none;
	}

	html.scroll.inner-menu-opened:before,
	html.boxed.inner-menu-opened:before {
		display: block;
	}
}
/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
	html.fixed .inner-menu,
	html.scroll .inner-menu,
	html.boxed .inner-menu {
		display: block;
	}

	html.fixed .inner-menu-toggle,
	html.fixed .inner-menu-toggle-inside,
	html.scroll .inner-menu-toggle,
	html.scroll .inner-menu-toggle-inside,
	html.boxed .inner-menu-toggle,
	html.boxed .inner-menu-toggle-inside {
		display: none;
	}

	html.fixed .inner-body,
	html.scroll .inner-body,
	html.boxed .inner-body {
		margin-right: 0;
	}

	html.fixed .content-with-menu-has-toolbar .inner-toolbar,
	html.scroll .content-with-menu-has-toolbar .inner-toolbar,
	html.boxed .content-with-menu-has-toolbar .inner-toolbar {
		padding-left: 0;
	}

	html.fixed.inner-menu-opened .inner-body {
		margin-left: 300px;
	}

	html.fixed .content-with-menu .inner-toolbar,
	html.fixed.inner-menu-opened .content-with-menu .inner-toolbar {
		left: 600px;
	}

	html.fixed .inner-menu-toggle,
	html.fixed .inner-menu,
	html.fixed.inner-menu-opened .inner-menu-toggle,
	html.fixed.inner-menu-opened .inner-menu {
		left: 300px;
	}

	html.fixed.sidebar-right-opened .content-with-menu .inner-toolbar {
		left: 300px;
	}

	html.fixed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-right-opened .inner-menu-toggle {
		left: 0px;
	}

	html.fixed.sidebar-left-collapsed .content-with-menu .inner-toolbar,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.content-with-menu
		.inner-toolbar,
	html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar {
		left: 373px;
	}

	html.fixed.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu,
	html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
		left: -227px;
	}
}
/* Fix IE Scrollbar Overlaying content */
@-ms-viewport {
	width: auto !important;
}
/* Sidebar Left Sizing */
@media only screen and (max-width: 767px) {
	/* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
	html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
		margin-left: -250px;
	}
}

@media only screen and (min-width: 768px) {
	/* Layout Base - Sidebar Left */
	html.sidebar-left-sm .sidebar-left {
		width: 250px;
		font-size: 0.75rem;
	}

	html.sidebar-left-sm .sidebar-left ul.nav-main li i {
		font-size: 0.9rem;
	}

	html.sidebar-left-sm .sidebar-left ul.nav-main li a {
		font-size: 0.75rem;
	}

	html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
		width: 250px;
	}

	/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
	html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
		width: 73px;
	}

	/* Layout Fixed - Content Body */
	html.fixed.sidebar-left-sm .content-body {
		margin-left: 250px;
	}

	/* Layout Fixed - Page header */
	html.fixed.sidebar-left-sm .page-header {
		left: 250px;
	}

	/* Layout Fixed - Sidebar Right Opened */
	html.fixed.sidebar-left-sm.sidebar-right-opened .page-header {
		left: 0;
	}

	html.fixed.sidebar-left-sm.sidebar-right-opened .sidebar-left {
		left: -250px;
	}

	/* Layout Fixed - Sidebar Left Collapsed */
	html.fixed.sidebar-left-collapsed .page-header {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed .content-body {
		margin-left: 73px;
	}

	/* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .page-header {
		left: -250px;
	}

	/* Content With Menu + Layout Fixed */
	html.fixed.sidebar-left-sm .inner-menu {
		left: 250px;
	}

	/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
	html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
		left: 373px;
	}

	/* Content With Menu + Layout Fixed + Sidebar Right Opened */
	html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-right-opened .inner-toolbar {
		left: -50px;
	}

	html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-toolbar {
		left: -350px;
	}

	/* Content With Menu - Toolbar + Layout Fixed */
	html.fixed.sidebar-left-sm.inner-menu-opened {
		left: 550px;
	}

	html.fixed.sidebar-left-sm .inner-menu-toggle {
		left: 250px;
	}
}
/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
	html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar,
	html.fixed.sidebar-left-sm.inner-menu-opened .content-with-menu .inner-toolbar {
		left: 550px;
	}

	html.fixed.sidebar-left-sm .inner-menu-toggle,
	html.fixed.sidebar-left-sm .inner-menu,
	html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu {
		left: 250px;
	}

	html.fixed.sidebar-left-sm.sidebar-right-opened .content-with-menu .inner-toolbar {
		left: 250px;
	}

	html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
		left: -50px;
	}

	html.fixed.sidebar-left-sm.sidebar-left-collapsed .content-with-menu .inner-toolbar,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.content-with-menu
		.inner-toolbar,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
		.content-with-menu
		.inner-toolbar {
		left: 373px;
	}

	html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.inner-menu,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu {
		left: 73px;
	}

	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened
		.content-with-menu
		.inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
		left: -227px;
	}
}

@media only screen and (max-width: 767px) {
	/* Layout Mobile - Sidebar Left Collapsed & Sidebar Right Opened */
	html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
		margin-left: -200px;
	}
}

@media only screen and (min-width: 768px) {
	/* Layout Base - Sidebar Left */
	html.sidebar-left-xs .sidebar-left {
		width: 250px;
		font-size: 0.7rem;
	}

	html.sidebar-left-xs .sidebar-left ul.nav-main li i {
		font-size: 0.85rem;
	}

	html.sidebar-left-xs .sidebar-left ul.nav-main li a {
		font-size: 0.7rem;
	}

	html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
		padding-left: 52px;
	}

	html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
		width: 200px;
	}

	/* Layout Base - Sidebar Left Opened ( Larger than mobile ) */
	html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
		width: 73px;
	}

	/* Layout Fixed - Content Body */
	html.fixed.sidebar-left-xs .content-body {
		margin-left: 200px;
	}

	/* Layout Fixed - Page header */
	html.fixed.sidebar-left-xs .page-header {
		left: 200px;
	}

	/* Layout Fixed - Sidebar Right Opened */
	html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
		left: 0;
	}

	html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
		left: -200px;
	}

	/* Layout Fixed - Sidebar Left Collapsed */
	html.fixed.sidebar-left-collapsed .page-header {
		left: 73px;
	}

	html.fixed.sidebar-left-collapsed .content-body {
		margin-left: 73px;
	}

	/* Layout Fixed - Sidebar Left Collapsed & Sidebar Right Opened */
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .page-header {
		left: -200px;
	}

	/* Content With Menu + Layout Fixed */
	html.fixed.sidebar-left-xs .inner-menu {
		left: 200px;
	}

	/* Content With Menu + Layout Fixed + Sidebar Left Collapsed */
	html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
		left: 373px;
	}

	/* Content With Menu + Layout Fixed + Sidebar Right Opened */
	html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
		left: -100px;
	}

	html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-toolbar {
		left: -400px;
	}

	/* Content With Menu - Toolbar + Layout Fixed */
	html.fixed.sidebar-left-xs.inner-menu-opened {
		left: 500px;
	}

	html.fixed.sidebar-left-xs .inner-menu-toggle {
		left: 200px;
	}
}
/* Resolution gt 1366 - Show Inner Menu */
@media only screen and (min-width: 1366px) {
	html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar,
	html.fixed.sidebar-left-xs.inner-menu-opened .content-with-menu .inner-toolbar {
		left: 500px;
	}

	html.fixed.sidebar-left-xs .inner-menu-toggle,
	html.fixed.sidebar-left-xs .inner-menu,
	html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu {
		left: 200px;
	}

	html.fixed.sidebar-left-xs.sidebar-right-opened .content-with-menu .inner-toolbar {
		left: 200px;
	}

	html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
		left: -100px;
	}

	html.fixed.sidebar-left-xs.sidebar-left-collapsed .content-with-menu .inner-toolbar,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.content-with-menu
		.inner-toolbar,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
		.content-with-menu
		.inner-toolbar {
		left: 373px;
	}

	html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
		.inner-menu,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu {
		left: 73px;
	}

	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
		.content-with-menu
		.inner-toolbar {
		left: 73px;
	}

	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu,
	html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
		left: -227px;
	}
}
/* Sidebar Left */
.sidebar-left {
	background: #1d2127;
	z-index: 1010;
}

.sidebar-left .sidebar-header {
	position: relative;
	color: #777;
	height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
	background: #1d2127;
	color: #465162;
	font-size: 0.8rem;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
	color: #c3c3c3;
	font-size: 0.9rem;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #ccc;
}

.sidebar-left hr.separator {
	background: none;
	margin: 20px 10px 20px;
}

@media only screen and (max-width: 767px) {
	.sidebar-left {
		background: #1d2127;
	}
}

html.mobile-device .sidebar-left {
	background: #1d2127;
}

/* Unstyle nano for non fixed layouts */
@media only screen and (min-width: 768px) {
	html.scroll .sidebar-left,
	html.boxed .sidebar-left,
	html.sidebar-left-big-icons .sidebar-left {
		min-height: 100vh;
	}

	html.scroll .sidebar-left .sidebar-header,
	html.boxed .sidebar-left .sidebar-header,
	html.sidebar-left-big-icons .sidebar-left .sidebar-header {
		margin-bottom: -3px;
	}

	html.scroll .sidebar-left .nano,
	html.boxed .sidebar-left .nano,
	html.sidebar-left-big-icons .sidebar-left .nano {
		position: static;
		overflow: visible;
		width: 100%;
	}

	html.scroll .sidebar-left .nano .nano-content,
	html.boxed .sidebar-left .nano .nano-content,
	html.sidebar-left-big-icons .sidebar-left .nano .nano-content {
		margin-right: 0 !important;
		position: relative;
		overflow: visible;
		margin-top: 3px;
	}

	html.scroll .sidebar-left .nano .nano-pane,
	html.boxed .sidebar-left .nano .nano-pane,
	html.sidebar-left-big-icons .sidebar-left .nano .nano-pane {
		display: none !important;
	}

	html.boxed .sidebar-left .nano > .nano-content,
	html.scroll .sidebar-left .nano > .nano-content,
	html.sidebar-left-big-icons .sidebar-left .nano > .nano-content {
		overflow: visible !important;
	}

	html.boxed .sidebar-left .nano {
		padding-bottom: 10px;
	}

	html.scroll .sidebar-left .nano,
	html.sidebar-left-big-icons .sidebar-left .nano {
		padding-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed .sidebar-left .nano {
		background: #1d2127;
		-webkit-box-shadow: -5px 0 0 #2f3139 inset;
		box-shadow: -5px 0 0 #2f3139 inset;
	}

	html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
		border-radius: 0;
	}

	html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
		overflow: hidden;
		text-overflow: clip;
	}

	html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
		display: none;
	}

	html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent > ul.nav-children {
		display: none;
	}

	html.sidebar-left-collapsed .sidebar-left .nav-main a span {
		visibility: hidden;
	}

	html.sidebar-left-collapsed .sidebar-left .separator {
		display: none;
	}

	html.sidebar-left-collapsed .sidebar-left .nano:hover {
		width: 300px;
	}

	html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main .nav-expanded > ul.nav-children {
		display: block;
	}

	html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
		display: inline-block;
	}

	html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li a span {
		visibility: visible;
	}

	html.sidebar-left-collapsed .sidebar-left .nano:hover .separator {
		display: block;
	}

	html.sidebar-left-collapsed .sidebar-left .nano.hovered {
		width: 300px;
	}

	html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main li a span {
		visibility: visible;
	}

	html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main li.nav-parent a:after {
		display: inline-block;
	}

	html.sidebar-left-collapsed
		.sidebar-left
		.nano.hovered
		.nav-main
		.nav-expanded
		> ul.nav-children {
		display: block;
	}

	html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano {
		width: 300px;
	}

	html.sidebar-left-collapsed.sidebar-left-opened
		.sidebar-left
		.nano
		.nav-main
		.nav-expanded
		> ul.nav-children {
		display: block;
	}

	html.sidebar-left-collapsed.sidebar-left-opened
		.sidebar-left
		.nano
		.nav-main
		li.nav-parent
		a:after {
		display: inline-block;
	}

	html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .nav-main li a span {
		visibility: visible;
	}

	html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano .separator {
		display: block;
	}
}

html.sidebar-light:not(.dark) .sidebar-left {
	background: #fff;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-title {
	background: #fff;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle {
	background: #f6f6f6;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle i {
	color: #333;
}

html.sidebar-light:not(.dark) .sidebar-left .nano {
	-webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
	box-shadow: -5px 0 0 #f6f6f6 inset;
	background: #fff;
}

html.sidebar-light:not(.dark).sidebar-left-collapsed .sidebar-left .nano {
	-webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
	box-shadow: -5px 0 0 #f6f6f6 inset;
	background: #fff;
}

@media only screen and (max-width: 767px) {
	html.sidebar-light .sidebar-left {
		background: #fff;
	}
}

html.mobile-device.sidebar-light .sidebar-left {
	background: #fff;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-big-icons .sidebar-left {
		width: 152px;
	}

	html.sidebar-left-big-icons .sidebar-left .sidebar-header .sidebar-toggle {
		width: 55px;
		border-radius: 0;
	}

	html.sidebar-left-big-icons .sidebar-left .nano {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main {
		margin-right: 0;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:hover > ul.nav-children {
		display: block;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:hover > a {
		background: #21262d;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:last-child > a {
		border-top: 1px solid #21262d;
		border-bottom: 1px solid #21262d;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li.nav-active > a {
		background: #21262d;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a {
		position: relative;
		text-align: center;
		padding: 12px 10px;
		border-top: 1px solid #21262d;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a:after {
		content: none;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a i {
		margin-right: 0;
		font-size: 1.8rem;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span {
		display: block;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span.badge {
		position: absolute;
		top: 2px;
		left: 60%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a .not-included {
		display: block;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 210px;
		border-left: 3px solid #2f3139;
		background: #21262d;
	}

	html.sidebar-left-big-icons
		.sidebar-left
		.nano
		.nav-main
		> li
		ul.nav-children
		li:hover
		> ul.nav-children {
		display: block;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li:hover > a {
		color: #fff;
	}

	html.sidebar-left-big-icons
		.sidebar-left
		.nano
		.nav-main
		> li
		ul.nav-children
		li:hover
		> a:hover {
		background: transparent;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li a {
		padding: 6px 15px;
		overflow: visible;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children li.nav-parent > a {
		padding-right: 30px;
	}

	html.sidebar-left-big-icons
		.sidebar-left
		.nano
		.nav-main
		> li
		ul.nav-children
		li.nav-parent
		> a:after {
		content: '\f105';
		padding: 6px 10px;
		right: 5px;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li ul.nav-children ul.nav-children {
		padding: 10px 0;
	}

	html.sidebar-left-big-icons .sidebar-left .nano .nav-main li.nav-parent:hover > a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: -3px;
		bottom: 0;
		border-right: 4px solid #21262d;
		z-index: 1;
	}

	html.sidebar-left-big-icons
		.sidebar-left
		.nano
		.nav-main
		li.nav-parent.nav-expanded
		> ul.nav-children {
		display: none;
	}

	html.sidebar-left-big-icons
		.sidebar-left
		.nano
		.nav-main
		li.nav-parent.nav-expanded:hover
		> ul.nav-children {
		display: block;
	}

	html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left {
		width: 55px;
	}

	html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano:hover {
		width: 55px;
	}

	html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a {
		overflow: visible;
	}

	html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a span {
		display: none;
	}

	html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano .nav-main > li > a > i {
		font-size: 1.2rem;
	}

	html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li:hover > a {
		background: #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li:last-child > a {
		border-top: 1px solid #fafafa;
		border-bottom: 1px solid #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li.nav-active > a {
		background: #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li > a {
		border-top: 1px solid #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light .sidebar-left .nano .nav-main > li ul.nav-children {
		border-left: 3px solid #f1f1f1;
		background: #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light
		.sidebar-left
		.nano
		.nav-main
		> li
		ul.nav-children
		li:hover
		> a {
		color: #000;
	}

	html.sidebar-left-big-icons.sidebar-light
		.sidebar-left
		.nano
		.nav-main
		> li
		ul.nav-children
		li:hover
		> a:hover {
		background: transparent;
	}

	html.sidebar-left-big-icons.sidebar-light
		.sidebar-left
		.nano
		.nav-main
		li.nav-parent:hover
		> a:before {
		border-right: 4px solid #fafafa;
	}

	html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.boxed:after,
	html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu .content-with-menu:after {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu:not(.sidebar-right-opened)
		.inner-menu {
		border-left: 2px solid #e2e3e6;
	}

	html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.no-overflowscrolling:not(.dark)
		.inner-menu
		.nano {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu {
		/* Sidebar Left Opened - Sidebar Right Closed / Not Scroll */
		/* Sidebar Left Opened - Sidebar Right Closed */
		/* Sidebar Left Collapsed */
		/* Scroll Layout */
		/* min 768px & max 1365px */
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.inner-body {
		margin-left: 153px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.page-header,
	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.inner-menu {
		left: 152px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 450px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened) .inner-menu {
		border-left: 2px solid #282d36;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-body {
		margin-left: 55px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 355px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.page-header,
	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.inner-menu,
	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.inner-menu-toggle {
		left: 55px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.scroll)
		.inner-body {
		margin-left: 300px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.scroll .content-with-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% + 80px);
		height: calc(100% + 40px);
		border-top: 0;
		margin: -40px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
	html.sidebar-left-big-icons.sidebar-left-with-menu {
		/* Sidebar Left Opened - Sidebar Right Closed / Not Scroll */
		/* Sidebar Left Collapsed */
		/* Inner Menu Opened */
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu .inner-body {
		width: calc(100% - 153px);
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu .content-body {
		margin-left: 0;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.inner-menu-toggle {
		left: 152px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 152px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed .inner-body {
		width: 100% !important;
		margin-left: 0 !important;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-body {
		margin-left: 355px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 355px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 55px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-body {
		margin-left: 300px;
	}

	html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(
			.sidebar-right-opened
		):not(.scroll)
		.content-with-menu
		.inner-toolbar {
		left: 452px;
	}
}

@media only screen and (min-width: 768px) {
	html.left-sidebar-panel {
		/* Sidebar Right Opened */
		/* Fixed */
		/* Boxed */
		/* ie9 */
	}

	html.left-sidebar-panel .inner-wrapper {
		padding-top: 85px;
	}

	html.left-sidebar-panel .content-body {
		padding: 0;
		margin-right: 25px;
	}

	html.left-sidebar-panel .page-header {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
	}

	html.left-sidebar-panel .sidebar-left {
		margin: 0 25px 25px;
		border-radius: 5px;
		overflow: hidden;
	}

	html.left-sidebar-panel.sidebar-right-opened .sidebar-left {
		margin: 0 25px 0 0;
	}

	html.left-sidebar-panel.fixed {
		/* Fixed & Sidebar Right Opened */
	}

	html.left-sidebar-panel.fixed .page-header {
		position: relative;
		left: 0;
		top: 0;
	}

	html.left-sidebar-panel.fixed .content-body {
		margin-left: 350px;
	}

	html.left-sidebar-panel.fixed .sidebar-left {
		margin: 25px;
		padding-bottom: 0;
	}

	html.left-sidebar-panel.fixed.sidebar-right-opened .page-header {
		margin-right: 0;
	}

	html.left-sidebar-panel.fixed.sidebar-right-opened .sidebar-left {
		margin-left: 0;
	}

	html.left-sidebar-panel.fixed.sidebar-right-opened .content-body {
		margin-left: 325px;
	}

	html.left-sidebar-panel.ie9.no-overflowscrolling .nano {
		min-height: 100vh;
	}

	html.left-sidebar-panel.ie9.no-overflowscrolling .nano > .nano-content {
		position: static;
	}

	html.left-sidebar-panel.ie9 .sidebar-left {
		left: 25px;
	}

	html.left-sidebar-panel.ie9 .content-body {
		padding-right: 70px;
		left: 50px;
	}
}
/* Sidebar Right */
.sidebar-right {
	z-index: 1010;
}

.sidebar-right .sidebar-right-wrapper {
	padding: 20px;
}

.sidebar-right h6 {
	margin: 0;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
}

.sidebar-right .mobile-close {
	display: block;
	background: #000;
	color: #999;
	left: 0;
	line-height: 20px;
	padding: 10px 10px 12px 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: left;
	text-decoration: none;
	border-radius: 5px;
	border-bottom: 1px solid #292929;
}

.sidebar-right .mobile-close i {
	margin-left: 5px;
	vertical-align: middle;
}

/* If desktop is seeing mobile res, fix scrollbars */
@media only screen and (max-width: 767px) {
	html.no-mobile-device.custom-scroll .sidebar-right .nano > .nano-content {
		overflow: scroll;
		overflow-x: hidden;
	}
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano {
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

html.no-overflowscrolling .nano > .nano-content {
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
}

html.no-overflowscrolling .nano > .nano-content:focus {
	outline: none;
}

html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
	display: none;
	visibility: hidden;
}

html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
	visibility: visible;
}

html.no-overflowscrolling .nano > .nano-pane {
	bottom: 0;
	position: absolute;
	opacity: 0.01;
	right: 0;
	top: 0;
	visibility: hidden\9;
	/* Target only IE7 and IE8 with this hack */
	width: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

html.no-overflowscrolling .nano:hover > .nano-pane,
html.no-overflowscrolling .nano .nano-pane.active,
html.no-overflowscrolling .nano .nano-pane.flashed {
	opacity: 0.99;
}

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
	overflow: scroll;
	overflow-x: hidden;
}

html.no-overflowscrolling .sidebar-left .nano {
	background: #1d2127;
	-webkit-box-shadow: -5px 0 0 #2f3139 inset;
	box-shadow: -5px 0 0 #2f3139 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-left .nano {
	background: #fff;
	-webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
	box-shadow: -5px 0 0 #f6f6f6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-right .nano {
	background: #f6f6f6;
	-webkit-box-shadow: -5px 0 0 #f6f6f6 inset;
	box-shadow: -5px 0 0 #f6f6f6 inset;
}

html.no-overflowscrolling.sidebar-light:not(.dark) .inner-menu .nano {
	background: #fff;
	-webkit-box-shadow: -5px 0 0 #e2e3e6 inset;
	box-shadow: -5px 0 0 #e2e3e6 inset;
}

@media only screen and (max-width: 767px) {
	html.no-overflowscrolling .sidebar-left .nano > .nano-content,
	html.no-overflowscrolling .sidebar-right .nano > .nano-content,
	html.no-overflowscrolling .inner-menu .nano > .nano-content {
		overflow: scroll !important;
		overflow-x: hidden !important;
	}
}

@media only screen and (min-width: 768px) {
	html.overflowscrolling.fixed .sidebar-left .nano,
	html.overflowscrolling.fixed .sidebar-right .nano,
	html.overflowscrolling.fixed .inner-menu .nano {
		height: 100%;
		overflow: hidden;
		-webkit-overflow-scrolling: touch;
	}

	html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content,
	html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content,
	html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content {
		overflow-y: scroll;
		overflow-x: hidden;
	}

	/* Safari fix */
	html.safari.no-mobile-device.no-overflowscrolling .nano {
		position: absolute !important;
	}
}
/* Page Header */
.page-header {
	z-index: 1001;
	/* Left Breadcumb */
	/* Mobile */
}

.page-header h2 {
	color: #fff;
	border-bottom: 4px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	float: left;
	height: 50px;
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 50px;
	margin: 0 0 0 -1px;
	padding: 0 22px 0 20px;
}

.page-header .breadcrumbs {
	display: inline-block;
	font-size: 0;
	line-height: 50px;
	margin: 0;
	padding: 0;
}

.page-header .breadcrumbs li {
	color: #c3c3c3;
	display: inline-block;
	font-weight: 300;
}

.page-header .breadcrumbs li:after {
	content: '/';
	display: inline-block;
	font-size: 13.6px;
	font-size: 0.85rem;
	margin: 0 10px;
	vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
	display: none;
}

.page-header .breadcrumbs .fa-home {
	font-size: 22.4px;
	font-size: 1.4rem;
}

.page-header .breadcrumbs i {
	vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
	color: #c3c3c3;
	display: inline-block;
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 20px;
	vertical-align: middle;
}

.page-header .sidebar-right-toggle {
	cursor: pointer;
	color: #c3c3c3;
	display: inline-block;
	font-size: 17px;
	margin: 0 0 0 10px;
	height: 50px;
	width: 50px;
	vertical-align: top;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.page-header .sidebar-right-toggle i {
	line-height: 53px;
	vertical-align: middle;
}

.page-header .sidebar-right-toggle:hover {
	color: #ccc;
}

.page-header.page-header-left-breadcrumb {
	position: relative;
	background: transparent !important;
	height: auto;
	top: 3px;
	margin: 0 0 15px;
	padding-left: 8px;
	border: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	z-index: 0;
}

.page-header.page-header-left-breadcrumb h2 {
	float: none;
	height: 40px;
	line-height: 30px;
	color: #33353f;
	padding: 0;
	border: 0;
}

.page-header.page-header-left-breadcrumb .right-wrapper {
	float: none;
	padding-left: 0;
}

.page-header.page-header-left-breadcrumb .breadcrumbs {
	margin-top: -10px;
	line-height: 30px;
}

.page-header.page-header-left-breadcrumb .breadcrumbs a,
.page-header.page-header-left-breadcrumb .breadcrumbs span {
	color: #757677;
}

.page-header.page-header-left-breadcrumb .sidebar-right-toggle {
	position: absolute;
	top: 30%;
	right: -25px;
	color: #33353f;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.page-header .page-header-left-breadcrumb {
		margin-top: 15px;
	}

	.page-header .page-header-left-breadcrumb .sidebar-right-toggle {
		right: -15px;
	}
}

/* Header Dark - Page Header */
html.dark .page-header,
html.header-dark .page-header {
	border-left-color: #171717;
	-webkit-box-shadow: 1px 3px 0 1px #2f3139;
	box-shadow: 1px 3px 0 1px #2f3139;
}

/* Sidebar Light- Page Header */
html.sidebar-light:not(.dark) .page-header {
	border-left-color: #e6e6e6;
	background: #f6f6f6;
	-webkit-box-shadow: 1px 3px 0 1px #e2e3e6;
	box-shadow: 1px 3px 0 1px #e2e3e6;
}

html.sidebar-light:not(.dark) .page-header h2 {
	color: #333;
}

html.sidebar-light:not(.dark) .page-header .breadcrumbs a,
html.sidebar-light:not(.dark) .page-header .breadcrumbs span {
	color: #333;
}

html.sidebar-light:not(.dark) .page-header .sidebar-right-toggle i {
	color: #333;
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
	content: '\f054';
}

/* Page Header - Mobile */
@media only screen and (max-width: 767px) {
	.page-header {
		padding-right: 80px;
	}

	.page-header .breadcrumbs {
		display: none;
	}

	.page-header h2 {
		font-size: 16px;
		padding: 0 15px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}

	.page-header .sidebar-right-toggle {
		position: absolute;
		right: 0;
		top: 0;
	}
}

html.ie {
	/* Page header */
}

html.ie .page-header {
	/* Left Breadcumb */
}

html.ie .page-header.page-header-left-breadcrumb h2 {
	float: left;
}

/* Margin to show the menu button on mobile */
@media (max-width: 991px) {
	html.has-tab-navigation .header-right {
		margin-right: 50px;
	}
}

html.has-tab-navigation .toggle-menu {
	background: #ccc;
	border-radius: 100px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 14px;
	width: 30px;
}

html.has-tab-navigation .inner-wrapper {
	padding: 80px 15px 15px;
	background-color: #1d2127;
}

@media (max-width: 991px) {
	html.has-tab-navigation .inner-wrapper {
		padding: 75px 15px 15px;
	}
}

@media (max-width: 767px) {
	html.has-tab-navigation .inner-wrapper {
		padding: 15px;
	}
}

html.has-tab-navigation {
	/* Mobile */
	/* IE */
}

html.has-tab-navigation .content-body {
	padding: 25px 25px;
	background-color: #eee;
	border-radius: 0 7px 7px 7px;
	-webkit-transition: ease padding 300ms;
	transition: ease padding 300ms;
	/* Only for desktop */
}

@media (min-width: 992px) {
	html.has-tab-navigation .content-body.tab-menu-opened {
		padding: 70px 25px 25px;
	}
}

html.has-tab-navigation.dark .content-body,
html.has-tab-navigation.dark.boxed .content-body {
	background-color: #17191d;
}

@media (max-width: 991px) {
	html.has-tab-navigation .content-body {
		border-radius: 5px;
	}
}

html.has-tab-navigation.ie .content-body {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}

html.has-tab-navigation .page-header {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 0 10px 0;
}

html.has-tab-navigation .page-header .breadcrumbs a,
html.has-tab-navigation .page-header .breadcrumbs span {
	font-size: 13px;
}

html.has-tab-navigation.dark .page-header h2 {
	color: #fff;
}

html.has-tab-navigation .not-included {
	color: #b7b7b7;
	display: block;
	font-size: 0.8em;
	font-style: normal;
	margin: -4px 0;
	padding: 0;
}

html.has-tab-navigation .not-included.custom-pos-1 {
	margin-top: 1px;
	margin-left: 8px;
}

@media (max-width: 991px) {
	html.has-tab-navigation .not-included.custom-pos-1 {
		float: none !important;
		display: inline-block;
	}
}

html.has-tab-navigation .tip {
	display: inline-block;
	padding: 0 5px;
	background: #171717;
	color: #fff;
	text-shadow: none;
	border-radius: 3px;
	margin-left: 8px;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

html.has-tab-navigation .tip:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(23, 23, 23, 0);
	border-right-color: #171717;
	border-width: 5px;
	margin-top: -5px;
}

html.has-tab-navigation .tip.skin {
	color: #171717;
}

/* Desktop */
@media (min-width: 992px) {
	.tab-navigation {
		height: initial !important;
		display: block !important;
		z-index: 3;
	}

	.tab-navigation nav > ul {
		position: relative;
	}

	.tab-navigation nav > ul > li {
		position: static;
	}

	.tab-navigation nav > ul > li.active a {
		background: transparent;
	}

	.tab-navigation nav > ul > li.active a:hover,
	.tab-navigation nav > ul > li.active a:focus {
		background: transparent;
	}

	.tab-navigation nav > ul > li.active > a {
		background: #17191d;
	}

	.tab-navigation nav > ul > li.active > a:hover,
	.tab-navigation nav > ul > li.active > a:focus {
		background: #17191d;
	}

	.tab-navigation nav > ul > li.nav-expanded > a {
		color: #33353f;
		background: #fff;
	}

	.tab-navigation nav > ul > li.nav-expanded > a:hover,
	.tab-navigation nav > ul > li.nav-expanded > a:focus {
		color: #33353f;
		background: #fff;
	}

	.tab-navigation nav > ul > li.nav-expanded > ul {
		display: block;
	}

	.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
		color: #fff;
		background: #ccc;
	}

	.tab-navigation nav > ul > li > a {
		background: #17191d none repeat scroll 0 0;
		border-radius: 4px 4px 0 0 !important;
		color: #fff;
		font-weight: 600;
		min-width: 130px;
		padding: 13px 30px;
		text-align: center;
		text-transform: uppercase;
		font-size: 11px;
	}

	.tab-navigation nav > ul > li > a .fa,
	.tab-navigation nav > ul > li > a .fab,
	.tab-navigation nav > ul > li > a .fal,
	.tab-navigation nav > ul > li > a .far,
	.tab-navigation nav > ul > li > a .fas {
		font-size: 14px;
		margin-right: 7px;
		position: relative;
		top: 1px;
	}

	.tab-navigation nav > ul > li a {
		cursor: pointer;
	}

	.tab-navigation nav > ul > li a.dropdown-toggle:after {
		border: none;
	}

	.tab-navigation nav > ul > li a .badge {
		margin-top: 4px;
		margin-left: 10px;
	}

	.tab-navigation nav > ul > li > ul {
		margin: 0;
		border: 0;
		border-radius: 0 7px 0px 0px;
		left: 0;
		right: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.tab-navigation nav > ul > li > ul > li {
		position: relative;
		float: left;
	}

	.tab-navigation nav > ul > li > ul > li.nav-active > a {
		color: #ccc !important;
	}

	.tab-navigation nav > ul > li > ul > li:hover > a {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu {
		padding: 2px 0;
		margin: 0;
		border: none;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li a {
		padding: 7px 10px;
		min-width: 230px;
		color: #777;
		white-space: initial;
		font-size: 12px;
		border-bottom: 1px solid #f4f4f4;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li a:hover {
		background-color: transparent;
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li a.dropdown-toggle:after {
		content: '\f0da';
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		float: right;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-active > a {
		color: #ccc !important;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover.dropdown-submenu {
		position: relative;
	}

	.tab-navigation
		nav
		> ul
		> li
		> ul
		> li
		.dropdown-menu
		li:hover.dropdown-submenu
		> .dropdown-menu {
		display: block;
		opacity: 1;
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		left: 100%;
		top: 0;
		margin-top: -2px;
		margin-left: 0;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li:last-child > a {
		border-bottom: none;
	}

	.tab-navigation nav > ul > li > ul > li > a {
		background-color: transparent !important;
		color: #777;
		font-size: 11px;
		font-weight: 700;
		padding: 10px 5px 10px 25px;
		text-transform: uppercase;
		white-space: initial;
	}

	.tab-navigation nav > ul > li > ul > li > a:hover,
	.tab-navigation nav > ul > li > ul > li > a:focus {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li > a.dropdown-toggle:after {
		content: '\f0d7';
		display: inline-block;
		position: relative;
		top: 3px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-left: 7px;
		margin-top: -3px;
		font-size: 12px;
	}

	.tab-navigation nav > ul > li > ul > li:hover.dropdown-submenu > .dropdown-menu {
		top: auto;
		display: block;
		opacity: 1;
		-webkit-box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
		margin-left: 12px;
		padding: 2px 5px;
	}
}
/* Mobile */
@media (max-width: 991px) {
	.tab-navigation {
		margin-bottom: 25px;
		border-radius: 5px;
		overflow: hidden;
	}

	.tab-navigation nav > ul > li {
		width: 100%;
		margin-left: 0;
	}

	.tab-navigation nav > ul > li.expanding > a {
		color: #33353f !important;
		background: #fff !important;
	}

	.tab-navigation nav > ul > li.nav-expanded > a {
		color: #33353f !important;
		background: #fff !important;
	}

	.tab-navigation nav > ul > li.nav-expanded > ul {
		display: block;
	}

	.tab-navigation nav > ul > li.active > a {
		background: #17191d;
	}

	.tab-navigation nav > ul > li.active > a:hover,
	.tab-navigation nav > ul > li.active > a:focus {
		background: #17191d;
	}

	.tab-navigation nav > ul > li.active ul li a {
		background: transparent !important;
	}

	.tab-navigation nav > ul > li.active ul li a:hover {
		background: #f5f5f5 !important;
	}

	.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
		background: #17191d;
	}

	.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:hover,
	.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:focus {
		background: #17191d;
	}

	.tab-navigation nav > ul > li > a {
		border-radius: 0;
		color: #fff;
		background: #17191d;
	}

	.tab-navigation nav > ul > li a {
		cursor: pointer;
	}

	.tab-navigation nav > ul > li a.dropdown-toggle:after {
		content: '\f107';
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		float: right;
		border: none;
		margin-right: 0.755rem;
	}

	.tab-navigation nav > ul > li .fa,
	.tab-navigation nav > ul > li .fab,
	.tab-navigation nav > ul > li .fal,
	.tab-navigation nav > ul > li .far,
	.tab-navigation nav > ul > li .fas {
		margin-right: 10px;
	}

	.tab-navigation nav > ul > li > ul {
		position: static;
		width: 100%;
		margin: 0;
		border: 0;
		border-radius: 0;
		background: #fff;
		padding-left: 23px;
		padding-top: 0;
	}

	.tab-navigation nav > ul > li > ul > li.nav-expanded > ul {
		display: block;
	}

	.tab-navigation nav > ul > li > ul > li.dropdown-submenu:hover > a {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li.active a {
		color: #777;
	}

	.tab-navigation nav > ul > li > ul > li.active a:hover,
	.tab-navigation nav > ul > li > ul > li.active a:focus {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li > a {
		color: #777;
		padding: 10px 15px;
		white-space: initial;
	}

	.tab-navigation nav > ul > li > ul > li > a:hover,
	.tab-navigation nav > ul > li > ul > li > a:focus {
		color: #33353f;
		background-color: transparent;
	}

	.tab-navigation nav > ul > li > ul > li a {
		font-size: 13px;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu {
		position: static;
		float: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		padding-left: 15px;
		background-color: #fff;
		border-radius: 0;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-expanded > ul {
		display: block;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
		color: #33353f;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
		padding: 10px 15px;
		color: #777;
		white-space: initial;
	}

	.tab-navigation nav > ul > li > ul > li .dropdown-menu li > a:hover,
	.tab-navigation nav > ul > li > ul > li .dropdown-menu li > a:focus {
		color: #33353f;
		background-color: transparent;
	}

	.tab-navigation nav > ul li.nav-expanded > a.dropdown-toggle:after {
		content: '\f106';
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		float: right;
	}
}

html.dark .tab-navigation nav > ul > li.nav-expanded > a {
	color: #fff;
	background: #282d36;
}

html.dark .tab-navigation nav > ul > li > a {
	color: #fff;
	background: #17191d;
}

html.dark .tab-navigation nav > ul > li > ul {
	background: #282d36;
}

html.dark .tab-navigation nav > ul > li > ul > li:hover > a {
	color: #ccc;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu {
	background-color: #282d36;
	border-radius: 0;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
	color: #777;
	border-bottom-color: #35393d;
}

html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
	color: #ccc;
}

html.dark .tab-navigation nav > ul > li > ul > li > a {
	color: #777;
}

html.dark .tab-navigation nav > ul > li > ul > li > a:hover,
html.dark .tab-navigation nav > ul > li > ul > li > a:focus {
	background-color: transparent;
	color: #ccc;
}

/* Tab Navigation Mobile - Dark Colors */
@media (max-width: 991px) {
	html.dark .tab-navigation nav > ul > li.expanding > a {
		color: #fff !important;
		background: #282d36 !important;
	}

	html.dark .tab-navigation nav > ul > li.nav-expanded > a {
		color: #fff !important;
		background: #282d36 !important;
	}

	html.dark .tab-navigation nav > ul > li.active > a {
		background: #17191d;
	}

	html.dark .tab-navigation nav > ul > li.active > a:hover,
	html.dark .tab-navigation nav > ul > li.active > a:focus {
		background: #17191d;
	}

	html.dark .tab-navigation nav > ul > li.active ul li a {
		background: transparent !important;
	}

	html.dark .tab-navigation nav > ul > li.active ul li a:hover {
		background: #282d36 !important;
	}

	html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
		background: #17191d;
	}

	html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:hover,
	html.dark .tab-navigation nav > ul > li:hover:not(.nav-expanded) > a:focus {
		background: #17191d;
	}

	html.dark .tab-navigation nav > ul > li > a {
		color: #fff;
		background: #17191d;
	}

	html.dark .tab-navigation nav > ul > li > ul {
		background: #282d36;
	}

	html.dark .tab-navigation nav > ul > li > ul > li.dropdown-submenu:hover > a {
		color: #ccc;
	}

	html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu {
		background-color: #282d36;
		border-radius: 0;
	}

	html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li > a {
		color: #777;
		background-color: transparent;
	}

	html.dark .tab-navigation nav > ul > li > ul > li .dropdown-menu li:hover > a {
		color: #ccc;
	}

	html.dark .tab-navigation nav > ul > li > ul > li > a {
		color: #777;
	}

	html.dark .tab-navigation nav > ul > li > ul > li > a:hover,
	html.dark .tab-navigation nav > ul > li > ul > li > a:focus {
		background-color: transparent;
		color: #ccc;
	}
}

html.boxed.has-tab-navigation body {
	background: #1d2127;
}

html.boxed.has-tab-navigation .inner-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 992px) {
	html.boxed.has-tab-navigation .header {
		margin-top: -5px;
		border-top-color: transparent;
		border-bottom-color: transparent;
	}

	html.boxed.has-tab-navigation .header .separator {
		width: 1px;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#1d2127),
			color-stop(#121518),
			to(#1d2127)
		);
		background-image: linear-gradient(#1d2127 0%, #121518, #1d2127 100%);
	}
}

html.ie .tab-navigation nav > ul > li a .badge {
	float: none !important;
}

html.ie .tab-navigation nav > ul > li a .not-included {
	float: none !important;
	display: inline;
}

/* ie9 */
html.ie9 .tab-navigation {
	display: table-row !important;
}

/* Content With Menu - Menu Faux Column for Scroll and Boxed Layouts Colors */
@media only screen and (min-width: 768px) {
	html.scroll .content-with-menu:before,
	html.boxed .content-with-menu:before {
		background: #1d2127;
	}

	html.scroll .content-with-menu:after,
	html.boxed .content-with-menu:after {
		background: #000;
		-webkit-box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);
	}
}
/* Unstyle nano for non fixed layouts */
html.scroll .inner-menu .nano,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano,
html.boxed .inner-menu .nano,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano {
	position: static;
	height: auto;
	overflow: visible;
	width: auto;
}

html.scroll .inner-menu .nano > .nano-content,
html.scroll.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content,
html.boxed .inner-menu .nano > .nano-content,
html.boxed.no-overflowscrolling.custom-scroll .inner-menu .nano > .nano-content {
	position: static;
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	html.fixed .inner-menu .nano {
		position: static;
		height: auto;
		overflow: visible;
		width: auto;
	}

	html.fixed .inner-menu .nano .nano-content {
		margin-right: 0;
		position: static;
		overflow: visible;
	}
}
/* Fix padding when fixed */
@media only screen and (min-width: 768px) {
	html.fixed .inner-menu {
		padding: 0;
	}

	html.fixed .inner-menu .nano-content {
		padding: 35px;
	}

	html.fixed .inner-menu .nano-content:after {
		display: block;
		content: '';
		height: 35px;
	}
}
/* Content With Menu - Inner Menu Style */
.inner-menu {
	background: #1d2127;
	border-right: 1px solid #242830;
	color: #abb4be;
	padding: 0;
	margin: 0;
}

.inner-menu .title {
	color: #465162;
	font-weight: 600;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
}

.inner-menu hr.separator {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(transparent),
		color-stop(rgba(0, 0, 0, 0.4)),
		to(transparent)
	);
	background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.4), transparent);
	margin: 20px -35px 20px;
}

.inner-menu a,
.inner-menu a:hover {
	color: #abb4be;
}

.inner-menu a.menu-item {
	color: #abb4be;
	display: block;
	margin: 0 -35px 0 -35px;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
}

.inner-menu a.menu-item:hover {
	background: #21262d;
	color: #abb4be;
	text-decoration: none;
}

.inner-menu a.menu-item.active {
	background: #282d36;
}

.inner-menu a.menu-item .label {
	font-weight: normal;
	font-size: 10px;
	font-size: 16px;
	font-size: 1rem;
	padding: 0.3em 0.7em 0.4em;
	margin: 0.2em -1em 0 0;
}

html.sidebar-light:not(.dark) .inner-menu {
	background: #fff;
	border-right-color: #e2e3e6;
	color: #777;
}

html.sidebar-light:not(.dark) .inner-menu .title {
	color: #465162;
}

html.sidebar-light:not(.dark) .inner-menu hr.separator {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(transparent),
		color-stop(rgba(0, 0, 0, 0.1)),
		to(transparent)
	);
	background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item {
	color: #777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item:hover {
	background: #e2e3e6;
	color: #777;
}

html.sidebar-light:not(.dark) .inner-menu a.menu-item.active {
	background: #e2e3e6;
}

/* Content With Menu - Toggle */
.inner-menu-toggle,
.inner-menu .inner-menu-toggle-inside {
	background: #000;
	color: #999;
	left: 0;
	line-height: 52px;
	position: relative;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
}

.inner-menu-toggle:after,
.inner-menu .inner-menu-toggle-inside:after {
	-webkit-box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0px 3px 0 rgba(255, 255, 255, 0.7);
	bottom: -1px;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
}

.inner-menu-toggle a,
.inner-menu .inner-menu-toggle-inside a {
	display: block;
	padding-left: 20px;
	text-decoration: none;
}

.inner-menu-toggle a i,
.inner-menu .inner-menu-toggle-inside a i {
	vertical-align: middle;
}

.inner-menu-toggle .inner-menu-collapse,
.inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
	display: none;
}

html.sidebar-light:not(.dark) .inner-menu-toggle,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside {
	background: #e2e3e6;
	color: #777;
}

html.sidebar-light:not(.dark) .inner-menu-toggle > a,
html.sidebar-light:not(.dark) .inner-menu .inner-menu-toggle-inside > a {
	color: #777;
}

.inner-menu-toggle a i {
	margin-left: 5px;
}

.inner-menu-toggle-inside {
	margin: -35px -35px 15px -35px;
}

.inner-menu-toggle-inside .inner-menu-collapse i {
	margin-right: 5px;
}

.inner-menu-toggle-inside .inner-menu-expand i {
	margin-left: 5px;
}

/* Content With Menu - Toggle - Outside */
.inner-menu-toggle {
	display: none;
}

/* Content With Menu - Inner Menu Content */
.inner-menu-content {
	display: none;
}

html.inner-menu-opened .inner-menu .inner-menu-toggle-inside .inner-menu-collapse {
	display: block;
}

html.inner-menu-opened .inner-menu-expand {
	display: none;
}

html.inner-menu-opened .inner-menu-content {
	display: block;
}

/* Content With Menu - Responsive */
@media only screen and (max-width: 767px) {
	.inner-menu .hidden-xs-inline {
		display: none;
	}

	.inner-menu .inner-menu-content {
		padding: 20px;
	}

	.inner-menu-toggle-inside {
		margin: 0;
	}
}
/* Content With Menu - Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
	html.fixed.inner-menu-opened {
		left: 600px;
	}

	html.fixed .inner-menu-toggle {
		position: fixed;
		left: 300px;
	}
}

html.dark .inner-menu-toggle:after,
html.dark .inner-menu .inner-menu-toggle-inside:after {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Position */
.p-relative {
	position: relative !important;
}

.p-absolute {
	position: absolute !important;
}

.p-fixed {
	position: fixed !important;
}

.p-static {
	position: static !important;
}

.hidden {
	display: none !important;
}

/* Pull */
.pull-none {
	float: none !important;
}

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

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

@media (max-width: 767px) {
	.pull-xs-left {
		float: left;
	}

	.pull-xs-right {
		float: right;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.pull-sm-left {
		float: left;
	}

	.pull-sm-right {
		float: right;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.pull-md-left {
		float: left;
	}

	.pull-md-right {
		float: right;
	}
}

@media (min-width: 1200px) {
	.pull-lg-left {
		float: left;
	}

	.pull-lg-right {
		float: right;
	}
}
/* Inverted */
.inverted {
	color: #fff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

h1 .inverted {
	padding-left: 10px;
	padding-right: 10px;
}

h2 .inverted {
	padding-left: 7px;
	padding-right: 7px;
}

h3 .inverted {
	padding-left: 2px;
	padding-right: 2px;
}

h4 .inverted {
	padding-left: 4px;
	padding-right: 4px;
}

h5 .inverted {
	padding-left: 2px;
	padding-right: 2px;
}

h6 .inverted {
	padding-left: 2px;
	padding-right: 2px;
}

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

/* Font Size */
.text-xs {
	font-size: 16px;
	font-size: 1rem;
}

.text-sm {
	font-size: 20.8px;
	font-size: 1.3rem;
}

.text-md {
	font-size: 25.6px;
	font-size: 1.6rem;
}

.text-lg {
	font-size: 30.4px;
	font-size: 1.9rem;
}

.text-xl {
	font-size: 35.2px;
	font-size: 2.2rem;
}

.text-1 {
	font-size: 0.8em !important;
}

.text-2 {
	font-size: 0.9em !important;
}

.text-3 {
	font-size: 1em !important;
}

.text-4 {
	font-size: 1.1em !important;
}

.text-5 {
	font-size: 1.5em !important;
}

.text-6 {
	font-size: 1.8em !important;
}

.text-7 {
	font-size: 2em !important;
}

.text-8 {
	font-size: 2.3em !important;
}

.text-9 {
	font-size: 2.5em !important;
}

.text-10 {
	font-size: 2.75em !important;
}

/* Line Height */
.line-height-xs {
	line-height: 16px !important;
}

.line-height-sm {
	line-height: 20px !important;
}

.line-height-md {
	line-height: 24px !important;
}

.line-height-lg {
	line-height: 28px !important;
}

.line-height-xl {
	line-height: 32px !important;
}

/* Outline */
.outline-none {
	outline: 0 !important;
}

/* Text Decoration */
.text-decoration-none {
	text-decoration: none !important;
}

/* Text Transform */
.text-uppercase {
	text-transform: uppercase !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

/* States */
.text-muted {
	color: #999 !important;
}

html.dark .text-muted {
	color: #505461 !important;
}

/* Colors */
.text-dark {
	color: #171717 !important;
}

.text-light {
	color: #fff !important;
}

/* Weights */
.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-semibold {
	font-weight: 600 !important;
}

.font-weight-bold,
b,
strong {
	font-weight: 700 !important;
}

.font-weight-extra-bold {
	font-weight: 900 !important;
}

/* Borders */
.no-borders {
	border: none !important;
}

.rounded {
	border-radius: 5px !important;
}

.b-thin {
	border-width: 3px !important;
}

.b-normal {
	border-width: 5px !important;
}

.b-thick {
	border-width: 7px !important;
}

/* General Helpers */
.ib {
	display: inline-block;
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.ws-nowrap {
	white-space: nowrap;
}

.ws-normal {
	white-space: normal;
}

/* Menu */
ul.nav-main {
	margin-right: 5px;
}

ul.nav-main a {
	text-decoration: none;
}

ul.nav-main > li > a {
	padding: 12px 25px;
}

ul.nav-main > li > a:hover,
ul.nav-main > li > a:focus {
	background-color: #21262d;
}

ul.nav-main > li.nav-active > a {
	-webkit-box-shadow: 2px 0 0 #ccc inset;
	box-shadow: 2px 0 0 #ccc inset;
}

ul.nav-main > li.nav-active > a:hover {
	color: #abb4be;
}

ul.nav-main > li.nav-active > i {
	color: #ccc;
}

ul.nav-main > li.nav-expanded > a {
	background: #21262d;
}

ul.nav-main li {
	width: 100%;
}

ul.nav-main li a {
	display: block;
	color: #abb4be;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12.8px;
	font-size: 0.8rem;
}

ul.nav-main li a span.badge {
	font-weight: normal;
	padding: 0.3em 0.7em 0.4em;
	margin: 0.4em -1em 0 0;
}

ul.nav-main li a .not-included {
	font-style: normal;
	color: #505b67;
	display: inline-block;
	padding: 0 0 0 6px;
}

ul.nav-main li span {
	vertical-align: middle;
}

ul.nav-main li i {
	font-size: 18.4px;
	font-size: 1.15rem;
	width: 1.1em;
	margin-right: 0.5em;
	text-align: center;
	vertical-align: middle;
}

ul.nav-main li.nav-parent {
	position: relative;
}

ul.nav-main li.nav-parent > a {
	cursor: pointer;
}

ul.nav-main li.nav-parent > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f107';
	color: #abb4be;
	position: absolute;
	right: 0;
	top: 0;
	padding: 14px 25px;
}

ul.nav-main li.nav-parent.nav-expanded > a:after {
	content: '\f106';
}

ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
	display: block;
}

ul.nav-main li .nav-children {
	background: #191c21;
	-webkit-box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
	box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
	display: none;
	padding: 10px 0;
}

ul.nav-main li .nav-children li a {
	padding: 6px 15px 6px 57px;
	overflow: hidden;
}

ul.nav-main li .nav-children li a:hover,
ul.nav-main li .nav-children li a:focus {
	background: #191c21;
}

ul.nav-main li .nav-children li a:after {
	padding: 6px 25px;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #ccc;
}

ul.nav-main li .nav-children .nav-children {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

ul.nav-main li .nav-children .nav-children li a {
	padding: 6px 15px 6px 82px;
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
	padding: 6px 15px 6px 97px;
}

/* Sidebar Light - Menu */
html.sidebar-light:not(.dark) ul.nav-main {
	margin-top: 3px;
}

html.sidebar-light:not(.dark) ul.nav-main li a {
	color: #777;
}

html.sidebar-light:not(.dark) ul.nav-main > li > a:hover,
html.sidebar-light:not(.dark) ul.nav-main > li > a:focus {
	background-color: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-expanded > a {
	background: #fafafa;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children {
	background: #f6f6f6;
	-webkit-box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.1) inset;
}

html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:hover,
html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:focus {
	background: #f1f1f1;
}

/* Accordion */
.accordion a:hover {
	text-decoration: none !important;
}

.accordion .card {
	margin-top: 5px !important;
}

.accordion .card:first-child {
	margin-top: 0;
}

.accordion .card-title {
	font-size: 16px;
}

.accordion .card-header {
	padding: 0;
	border-radius: 3px !important;
	border-bottom: 0;
}

.accordion .card-header a {
	display: block;
	padding: 10px 20px;
}

.accordion .card-header a:hover,
.accordion .card-header a:focus {
	text-decoration: none;
}

.accordion .card-header a [class^='icon-'] {
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.accordion .card-header a .fa,
.accordion .card-header a .fab,
.accordion .card-header a .fal,
.accordion .card-header a .far,
.accordion .card-header a .fas,
.accordion .card-header a .icons {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.accordion .card-body {
	border-radius: 0 0 5px 5px;
}

.accordion.accordion-sm .card-header a {
	padding: 5px 15px;
	font-size: 0.9em;
}

.accordion.accordion-sm .card-body {
	font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
	padding: 15px 15px;
	font-size: 1em;
	font-weight: 600;
}

.accordion.without-bg .card-default {
	background: transparent !important;
}

.accordion.without-bg .card-default > .card-header {
	background: transparent !important;
}

.accordion.without-bg .card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.accordion.without-borders .card {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
}

.accordion.without-borders .card-header a {
	padding-left: 0;
	padding-right: 0;
}

.accordion.without-borders .card-body {
	padding: 0;
}

.card-accordion {
	margin-top: 5px !important;
	border: 0 !important;
}

.card-accordion a:hover {
	text-decoration: none !important;
}

.card-accordion.card-accordion-first {
	margin-top: 0 !important;
}

.card-accordion .card-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-accordion .card-title {
	font-size: 16px;
	font-size: 1rem;
}

/* Alerts */
.alert-default {
	background-color: #ebebeb;
	border-color: #e3e3e3;
	color: #6c6c6c;
}

.alert-default .alert-link {
	color: #454545;
}

.alert-primary {
	background-color: #ccc;
	border-color: #c4c4c4;
	color: #fff;
}

.alert-primary .alert-link {
	color: #999999;
}

.alert-dark {
	background-color: #313131;
	border-color: black;
	color: #cacaca;
}

.alert-dark .alert-link {
	color: #f0f0f0;
}

/* Animations */
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

/* Badges */
.badge-default {
	background: #ebebeb;
	color: #777;
}

.badge-sm {
	font-size: 50%;
}

.badge-primary {
	background: #ccc;
	color: #fff;
}

.badge-success {
	background: #47a447;
	color: #fff;
}

.badge-warning {
	background: #ed9c28;
	color: #fff;
}

.badge-danger {
	background: #d2322d;
	color: #fff;
}

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

.badge-dark {
	background: #171717;
	color: #fff;
}

/* Buttons */
.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn {
	font-size: 14.4px;
	font-size: 0.9rem;
	padding: 7.52px 12px;
	padding: 0.47rem 0.75rem;
	cursor: pointer;
}

.btn.btn-xs {
	font-size: 11.2px;
	font-size: 0.7rem;
	padding: 3.2px 8px;
	padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 4.8px 10.4px;
	padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.btn.btn-xl {
	font-size: 16px;
	font-size: 1rem;
	padding: 12.8px 32px;
	padding: 0.8rem 2rem;
}

/* Icons	*/
.btn-icon i {
	margin-right: 10px;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: 10px;
}

/* Colors */
.btn-primary {
	background-color: #ccc;
	border-color: #ccc #ccc #b3b3b3;
	color: #fff;
}

.btn-primary:hover,
.btn-primary.hover {
	background-color: #dfdfdf;
	border-color: #e6e6e6 #e6e6e6 #ccc;
	color: #fff;
}

.btn-primary:focus,
.btn-primary.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
	box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
	color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #ccc;
	border-color: #ccc #ccc #b3b3b3;
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
	background-color: #b9b9b9;
	background-image: none;
	border-color: #b3b3b3 #b3b3b3 #999999;
}

.show > .btn-primary.dropdown-toggle {
	background-color: #b9b9b9;
	background-image: none;
	border-color: #b3b3b3 #b3b3b3 #999999;
}

.btn-success {
	background-color: #47a447;
	border-color: #47a447 #47a447 #388038;
	color: #fff;
}

.btn-success:hover,
.btn-success.hover {
	background-color: #5ab75a;
	border-color: #63bb63 #63bb63 #47a447;
	color: #fff;
}

.btn-success:focus,
.btn-success.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
	box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
	color: #fff;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #47a447;
	border-color: #47a447 #47a447 #388038;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
	background-color: #3b893b;
	background-image: none;
	border-color: #388038 #388038 #285d28;
}

.show > .btn-success.dropdown-toggle {
	background-color: #3b893b;
	background-image: none;
	border-color: #388038 #388038 #285d28;
}

.btn-warning {
	background-color: #ed9c28;
	border-color: #ed9c28 #ed9c28 #d18211;
	color: #fff;
}

.btn-warning:hover,
.btn-warning.hover {
	background-color: #f0ac4b;
	border-color: #f1b257 #f1b257 #ed9c28;
	color: #fff;
}

.btn-warning:focus,
.btn-warning.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(237, 156, 40, 0.5);
	box-shadow: 0 0 0 3px rgba(237, 156, 40, 0.5);
	color: #fff;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ed9c28;
	border-color: #ed9c28 #ed9c28 #d18211;
}

.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
	background-color: #dc8912;
	background-image: none;
	border-color: #d18211 #d18211 #a1650e;
}

.show > .btn-warning.dropdown-toggle {
	background-color: #dc8912;
	background-image: none;
	border-color: #d18211 #d18211 #a1650e;
}

.btn-danger {
	background-color: #d2322d;
	border-color: #d2322d #d2322d #a82824;
	color: #fff;
}

.btn-danger:hover,
.btn-danger.hover {
	background-color: #d9514d;
	border-color: #db5b57 #db5b57 #d2322d;
	color: #fff;
}

.btn-danger:focus,
.btn-danger.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
	box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
	color: #fff;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #d2322d;
	border-color: #d2322d #d2322d #a82824;
}

.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
	background-color: #b32b26;
	background-image: none;
	border-color: #a82824 #a82824 #7e1e1b;
}

.show > .btn-danger.dropdown-toggle {
	background-color: #b32b26;
	background-image: none;
	border-color: #a82824 #a82824 #7e1e1b;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #31b0d5;
	color: #fff;
}

.btn-info:hover,
.btn-info.hover {
	background-color: #7bcce4;
	border-color: #85d0e7 #85d0e7 #5bc0de;
	color: #fff;
}

.btn-info:focus,
.btn-info.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
	box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
	color: #fff;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #5bc0de;
	border-color: #5bc0de #5bc0de #31b0d5;
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
	background-color: #3bb4d8;
	background-image: none;
	border-color: #31b0d5 #31b0d5 #2390b0;
}

.show > .btn-info.dropdown-toggle {
	background-color: #3bb4d8;
	background-image: none;
	border-color: #31b0d5 #31b0d5 #2390b0;
}

.btn-dark {
	background-color: #171717;
	border-color: #171717 #171717 black;
	color: #fff;
}

.btn-dark:hover,
.btn-dark.hover {
	background-color: #2a2a2a;
	border-color: #313131 #313131 #171717;
	color: #fff;
}

.btn-dark:focus,
.btn-dark.focus {
	-webkit-box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.5);
	box-shadow: 0 0 0 3px rgba(23, 23, 23, 0.5);
	color: #fff;
}

.btn-dark.disabled,
.btn-dark:disabled {
	background-color: #171717;
	border-color: #171717 #171717 black;
}

.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
	background-color: #040404;
	background-image: none;
	border-color: black black black;
}

.show > .btn-dark.dropdown-toggle {
	background-color: #040404;
	background-image: none;
	border-color: black black black;
}

html {
	/* Buttons - Social */
}

html .btn-facebook,
html .btn-facebook:active,
html .btn-facebook:hover,
html .btn-facebook:focus,
html .btn-twitter,
html .btn-twitter:active,
html .btn-twitter:hover,
html .btn-twitter:focus,
html .btn-gplus,
html .btn-gplus:active,
html .btn-gplus:hover,
html .btn-gplus:focus {
	color: #fff;
	font-weight: 300;
	padding-left: 30px;
	padding-right: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

html .btn-facebook,
html .btn-facebook:focus {
	background: #3b5998;
	border: 1px solid #37538d;
}

html .btn-facebook:hover {
	background: #4162a7;
	border-color: #3d5c9c;
}

html .btn-facebook:active {
	background: #37538d;
	border-color: #334d82;
}

html .btn-twitter,
html .btn-twitter:focus {
	background: #55acee;
	border: 1px solid #47a5ed;
}

html .btn-twitter:hover {
	background: #63b3ef;
	border-color: #55acee;
}

html .btn-twitter:active {
	background: #47a5ed;
	border-color: #399eec;
}

html .btn-gplus,
html .btn-gplus:focus {
	background: #d95232;
	border: 1px solid #d44927;
}

html .btn-gplus:hover {
	background: #dc6143;
	border-color: #da5635;
}

html .btn-gplus:active {
	background: #d04727;
	border-color: #c34324;
}

/* Buttons Icon */
.btn-icon i {
	margin-right: 10px;
}

.btn-icon-right i {
	margin-right: 0;
	margin-left: 10px;
}

html.dark .btn-default {
	background-color: #282d36;
	border-color: #282d36;
	color: #eee;
}

html.dark .btn-default:hover {
	background-color: #2a3039;
	border-color: #2a3039;
}

html.dark .btn-default:focus,
html.dark .btn-default:active {
	background-color: #242830;
	border-color: #242830;
}

html.dark .btn-default:hover,
html.dark .btn-default:focus,
html.dark .btn-default:active,
html.dark .btn-default.active,
html.dark .show > .dropdown-toggle.btn-default {
	color: #eee;
	background-color: #242830;
	border-color: #242830;
}

/* Call To Action */
.call-to-action {
	padding: 25px;
	border-radius: 5px;
}

.call-to-action.call-to-action-primary {
	background-color: #ccc;
}

.call-to-action .call-to-action-content {
	text-align: left;
}

.call-to-action .call-to-action-content h2 {
	color: #fff;
	font-weight: 100;
}

.call-to-action .call-to-action-content p {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
}

.call-to-action .call-to-action-btn {
	margin-top: 45px;
}

.call-to-action .call-to-action-btn a.btn:not(.btn-primary) {
	border-radius: 6px;
	font-size: 16px;
	padding: 12px 33px;
	margin-right: 15px;
}

.call-to-action .call-to-action-btn > span {
	position: relative;
	color: #fff;
}

.call-to-action .call-to-action-btn > span .arrow {
	position: absolute;
	top: -55px;
	left: -70px;
}

@media (max-width: 1276px) {
	.call-to-action .call-to-action-btn > span {
		display: none;
	}
}

@media (max-width: 767px) {
	.call-to-action .call-to-action-btn {
		margin-top: 0;
		float: none !important;
	}
}

.call-to-action.call-to-action-grey {
	position: relative;
	background-color: #ecedf0;
}

.call-to-action.call-to-action-grey:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: #ecedf0;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.call-to-action.call-to-action-grey .call-to-action-content h2 {
	color: #171717;
}

.call-to-action.call-to-action-grey .call-to-action-content p {
	color: #777;
}

.call-to-action.call-to-action-top {
	margin: -40px;
	border-radius: 0;
	padding: 40px 25px;
}

@media (max-width: 767px) {
	.call-to-action.call-to-action-top {
		margin-top: -16px;
	}
}

/* Responsive */
html:not(.sidebar-left-collapsed) {
	/* Boxed Layout */
}

@media (max-width: 1400px) {
	html:not(.sidebar-left-collapsed) .call-to-action .call-to-action-btn > span {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	html:not(.sidebar-left-collapsed) .call-to-action .call-to-action-btn {
		margin-top: 0;
		float: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	html:not(.sidebar-left-collapsed) .call-to-action .col-sm-4,
	html:not(.sidebar-left-collapsed) .call-to-action .col-sm-8,
	html:not(.sidebar-left-collapsed) .call-to-action .col-sm-3,
	html:not(.sidebar-left-collapsed) .call-to-action .col-sm-9 {
		width: 100%;
	}
}

html:not(.sidebar-left-collapsed).boxed .call-to-action .call-to-action-btn {
	margin-top: 0;
	float: none !important;
}

html:not(.sidebar-left-collapsed).boxed .call-to-action .call-to-action-btn > span {
	display: none;
}

/* Cards */
.card {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.card + .card {
	margin-top: 35.2px;
	margin-top: 2.2rem;
}

.card.card-admin {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.card-header {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0 !important;
	border-bottom: 1px solid #dadada;
	padding: 18px;
	position: relative;
}

.card-header.bg-white {
	background: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-primary {
	background: #ccc;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-success {
	background: #47a447;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-warning {
	background: #ed9c28;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-danger {
	background: #d2322d;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-info {
	background: #5bc0de;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-dark {
	background: #171717;
	color: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-white {
	background: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-title {
	color: #33353f;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-transform: none;
	margin: 0;
}

.card-subtitle {
	color: #808697;
	font-size: 12px;
	line-height: 1.2em;
	margin: 7px 0 0;
	padding: 0;
}

.card-body {
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.card-body-nopadding {
	padding: 0;
}

.card-header + .card-body {
	border-radius: 0 0 5px 5px;
}

.card-footer {
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
	background: #fff;
}

.card-footer::after {
	clear: both;
	content: '';
	display: block;
}

.card-footer .pager {
	margin: 0;
	padding: 5px 0;
}

.card-footer .pager::after {
	clear: both;
	content: '';
	display: block;
}

.card-footer-btn-group {
	display: table;
	width: 100%;
	padding: 0;
	border-radius: 0 0 5px 5px !important;
	overflow: hidden;
}

.card-footer-btn-group a {
	background-color: #f5f5f5;
	display: table-cell;
	border-left: 1px solid #ddd;
	padding: 10px 15px;
	text-decoration: none;
}

.card-footer-btn-group a:hover {
	background-color: #f0f0f0;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.card-footer-btn-group a:first-child {
	border-left: none;
}

.card-body.bg-primary {
	background: #ccc;
	color: #fff;
}

.card-body.bg-success {
	background: #47a447;
	color: #fff;
}

.card-body.bg-warning {
	background: #ed9c28;
	color: #fff;
}

.card-body.bg-danger {
	background: #d2322d;
	color: #fff;
}

.card-body.bg-info {
	background: #5bc0de;
	color: #fff;
}

.card-body.bg-dark {
	background: #171717;
	color: #fff;
}

.card-featured {
	border-top: 3px solid #33353f;
}

.card-featured .card-header {
	border-radius: 0;
}

.card-featured-top {
	border-top: 3px solid #ccc;
}

.card-featured-right {
	border-right: 3px solid #ccc;
}

.card-featured-bottom {
	border-bottom: 3px solid #ccc;
}

.card-featured-left {
	border-left: 3px solid #ccc;
}

.card-featured-primary {
	border-color: #ccc;
}

.card-featured-primary .card-title {
	color: #ccc;
}

.card-featured-success {
	border-color: #47a447;
}

.card-featured-success .card-title {
	color: #47a447;
}

.card-featured-warning {
	border-color: #ed9c28;
}

.card-featured-warning .card-title {
	color: #ed9c28;
}

.card-featured-danger {
	border-color: #d2322d;
}

.card-featured-danger .card-title {
	color: #d2322d;
}

.card-featured-info {
	border-color: #5bc0de;
}

.card-featured-info .card-title {
	color: #5bc0de;
}

.card-featured-dark {
	border-color: #171717;
}

.card-featured-dark .card-title {
	color: #171717;
}

.card-highlight .card-header {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}

.card-highlight .card-title {
	color: #fff;
}

.card-highlight .card-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.card-highlight .card-body {
	background-color: #ccc;
	color: #fff;
}

.card-highlight-title .card-header {
	background-color: #2baab1;
}

.card-highlight-title .card-title {
	color: #fff;
}

.card-highlight-title .card-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.card-header-icon {
	margin: 0 auto;
	font-size: 44.8px;
	font-size: 2.8rem;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 55px;
}

.card-header-icon.bg-primary {
	background: #ccc;
	color: #fff;
}

.card-header-icon.bg-success {
	background: #47a447;
	color: #fff;
}

.card-header-icon.bg-warning {
	background: #ed9c28;
	color: #fff;
}

.card-header-icon.bg-danger {
	background: #d2322d;
	color: #fff;
}

.card-header-icon.bg-info {
	background: #5bc0de;
	color: #fff;
}

.card-header-icon.bg-dark {
	background: #171717;
	color: #fff;
}

.card-header-profile-picture img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	border-radius: 50px;
}

.card-icon {
	color: #fff;
	font-size: 42px;
	float: left;
}

.card-icon ~ .card-title,
.card-icon ~ .card-subtitle {
	margin-left: 64px;
}

/* Dark - Cards */
html.dark .card-header {
	background: #282d36;
	border-bottom-color: #1d2127;
}

html.dark .card-body {
	background: #2e353e;
}

html.dark .card-footer {
	background: #242830;
	border-top-color: #191c21;
}

html .card-primary .card-header {
	background: #ccc;
}

html .card-primary .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-primary .card-title {
	color: #fff;
}

html .card-success .card-header {
	background: #47a447;
}

html .card-success .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-success .card-title {
	color: #fff;
}

html .card-warning .card-header {
	background: #ed9c28;
}

html .card-warning .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-warning .card-title {
	color: #fff;
}

html .card-danger .card-header {
	background: #d2322d;
}

html .card-danger .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-danger .card-title {
	color: #fff;
}

html .card-info .card-header {
	background: #5bc0de;
}

html .card-info .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-info .card-title {
	color: #fff;
}

html .card-dark .card-header {
	background: #171717;
}

html .card-dark .card-subtitle {
	opacity: 0.8;
	color: #fff;
}

html .card-dark .card-title {
	color: #fff;
}

html .card-transparent > .card-header {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .card-transparent > .card-header + .card-body {
	border-radius: 5px;
}

html .card-transparent > .card-body {
	padding: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html .card .card-header-transparent {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .card .card-header-transparent + .card-body {
	border-radius: 5px;
}

.card-horizontal {
	display: table;
	width: 100%;
}

.card-horizontal .card-header,
.card-horizontal .card-body,
.card-horizontal .card-footer {
	display: table-cell;
	vertical-align: middle;
}

.card-horizontal .card-header {
	border-radius: 5px 0 0 5px !important;
}

.card-horizontal .card-header + .card-body {
	border-radius: 0 5px 5px 0 !important;
}

.card-horizontal .card-footer {
	border-radius: 0 5px 5px 0 !important;
	margin-top: 0;
}

.card-action-toggle,
.card-action-dismiss {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.card-action-toggle:before {
	content: '\f0d7';
}

.card-collapsed .card-action-toggle:before {
	content: '\f0d8';
}

.card-action-dismiss:before {
	content: '\f00d';
}

.card-collapsed .card-body,
.card-collapsed .card-footer {
	display: none;
}

html .card-primary .card-title {
	color: #fff;
}

html .card-secondary .card-title {
	color: #fff;
}

html .card-tertiary .card-title {
	color: #fff;
}

html .card-quaternary .card-title {
	color: #fff;
}

html .card-success .card-title {
	color: #fff;
}

html .card-warning .card-title {
	color: #fff;
}

html .card-danger .card-title {
	color: #fff;
}

html .card-info .card-title {
	color: #fff;
}

html .card-dark .card-title {
	color: #fff;
}

@media (min-width: 576px) {
	.card-group .card + .card {
		border-left: 1px solid #ddd;
	}
}

/* Charts */
.chart {
	width: 100%;
}

.chart.chart-xs {
	height: 150px;
}

.chart.chart-sm {
	height: 184px;
}

.chart.chart-md {
	height: 350px;
}

.chart.chart-lg {
	height: 500px;
}

#flotTip {
	padding: 4px 8px;
	background-color: #000;
	z-index: 100;
	color: #fff;
	opacity: 0.7;
	font-size: 11px;
	border-radius: 5px;
}

.jqstooltip {
	min-width: 30px;
	min-height: 25px;
	border: 0 !important;
	height: auto !important;
	width: auto !important;
}

.circular-bar {
	margin: 25px 0;
}

.circular-bar .circular-bar-chart {
	position: relative;
}

.circular-bar strong {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	top: 35%;
	width: 80%;
	left: 10%;
	text-align: center;
}

.circular-bar label {
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	width: 80%;
	left: 10%;
	text-align: center;
}

.circular-bar.circular-bar-xs {
	width: 50px;
}

.circular-bar.circular-bar-xs strong {
	display: none;
}

.circular-bar.circular-bar-xs label {
	font-size: 11px;
	left: 0;
	text-align: center;
	top: 28%;
	width: 100%;
}

.gauge-chart {
	margin: 25px 0;
}

.gauge-chart strong {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}

.gauge-chart label {
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 5px;
	text-align: center;
}

.small-chart-wrapper {
	display: inline-block;
	margin: 10px 15px;
	width: 100%;
}

.small-chart-wrapper .small-chart {
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
	display: inline-block;
	padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #a0a0a0;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
	display: block;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
	margin-left: 25px;
}

@media only screen and (max-width: 767px) {
	.small-chart-wrapper {
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.small-chart-wrapper .small-chart {
		width: 100%;
		text-align: center;
	}

	.small-chart-wrapper .small-chart-info {
		padding-left: 0;
	}
}

.liquid-meter {
	position: relative;
	max-height: 200px;
	max-width: 200px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 50%;
}

.liquid-meter meter {
	display: none;
}

.liquid-meter.liquid-meter-loaded {
	width: auto;
	padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
	display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
	max-height: 120px;
	max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
	max-height: 150px;
	max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
	max-height: 200px;
	max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
	max-height: 230px;
	max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
	margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px;
	color: #9b9b9b;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #ccc;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.chart-data-selector {
	visibility: hidden;
	max-height: 255px;
	padding: 6px;
}

.chart-data-selector h2 {
	color: #33353f;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: none;
	letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
	background: #f6f6f6;
	border: 0 none;
	font-size: 18px;
	font-weight: 600;
	margin: -4px 0 0 4px !important;
	padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:hover,
.chart-data-selector h2 .multiselect:focus,
.chart-data-selector h2 .multiselect:active {
	text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
	margin: 0 0 0 4px;
	min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
	position: relative;
	overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
	visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
	visibility: hidden;
}

.chart-data-selector.ready {
	max-height: none;
	visibility: visible;
}

.chart-data-selector.ready .chart-active {
	visibility: visible;
	position: relative;
	z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
	font-size: 12px;
	font-size: 0.75rem;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
	stroke: #ccc;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #ccc;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
	stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice.ct-donut {
	stroke: #e36159;
}

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
	fill: #e36159;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice.ct-donut {
	stroke: #cd2c23;
}

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
	fill: #cd2c23;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice.ct-donut {
	stroke: #2baab1;
}

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
	fill: #2baab1;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice.ct-donut {
	stroke: #1c6f73;
}

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
	fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
	stroke: #734ba9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
	fill: #734ba9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
	stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
	fill: #4f3374;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
	stroke: #a6a6a6;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #a6a6a6;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
	stroke: #f2f2f2;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #f2f2f2;
}

.ct-chart .ct-series.ct-series-k .ct-bar,
.ct-chart .ct-series.ct-series-k .ct-line,
.ct-chart .ct-series.ct-series-k .ct-point,
.ct-chart .ct-series.ct-series-k .ct-slice.ct-donut {
	stroke: #ee9f9a;
}

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
	fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
	stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
	fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
	stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
	fill: #9b7cc5;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
	stroke: #737373;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #737373;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
	stroke: white;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: white;
}

.ct-chart .tooltip {
	opacity: 1;
	position: absolute;
	display: inline-block;
	min-width: 115px;
	padding: 8px;
	background: #ccc;
	color: #fff;
	font-weight: 500;
	text-align: center;
	pointer-events: none;
	z-index: 1;
}

.ct-chart .tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: #ccc;
}

html.dark .chart-data-selector h2 .multiselect {
	background-color: #282d36;
}

/* CodeMirror */
html.dark .CodeMirror pre {
	background: transparent;
	border: none;
}

/* Colorpicker */
html.dark .colorpicker {
	background-color: #282d36;
}

html.dark .colorpicker:before {
	border-bottom-color: #1d2127;
}

html.dark .colorpicker:after {
	border-bottom-color: #282d36;
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .card {
	background: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
}

.DTTT_Print .DTTT_print_info {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	left: 0;
	height: 100px;
	line-height: 100px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	top: 0;
	width: 100%;
}

/* Dark Fixes */
html.dark div.DTTT_container .btn {
	color: #eee !important;
}

/* Dividers */
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0)),
		color-stop(rgba(0, 0, 0, 0.2)),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0)
	);
	margin: 22px 0 22px 0;
}

hr.short {
	margin: 11px 0 11px 0;
}

hr.tall {
	margin: 44px 0 44px 0;
}

hr.taller {
	margin: 66px 0 66px 0;
}

hr.light {
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(255, 255, 255, 0)),
		color-stop(rgba(255, 255, 255, 0.2)),
		to(rgba(255, 255, 255, 0))
	);
	background-image: linear-gradient(
		to left,
		rgba(255, 255, 255, 0),
		rgba(255, 255, 255, 0.2),
		rgba(255, 255, 255, 0)
	);
}

hr.dotted {
	height: 0;
	border-bottom: 1px dotted #ddd;
}

hr.solid {
	height: 0;
	border-bottom: 1px solid #ddd;
}

/* Dropdown Menu */
.dropdown-menu .dropdown-item {
	font-size: 14.4px;
	font-size: 0.9rem;
}

/* Dropzone */
.dropzone {
	background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	min-height: 122px;
	padding: 23px;
}

.dropzone .dz-default span {
	-webkit-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
	color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
	color: rgba(255, 255, 255, 0.2);
}

html.dark .dropzone:hover .dz-default span {
	color: rgba(255, 255, 255, 0.3);
}

/* Errors */
.body-error {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}

.body-error.error-outside {
	display: table;
	height: 100vh;
}

.body-error.error-outside .center-error {
	display: table-cell;
	vertical-align: middle;
}

.body-error.error-inside {
	margin-top: 150px;
}

/* Error Pages - header */
.body-error .error-header {
	border-bottom: 1px solid #dadada;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.body-error .error-header .form {
	margin-top: 12px;
}

/* Error Pages - typo */
.body-error .error-code {
	font-size: 160px;
	font-size: 10rem;
	line-height: 160px;
	line-height: 10rem;
	letter-spacing: -10px;
}

.body-error .error-explanation {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 57.6px;
	line-height: 3.6rem;
	margin-top: 25px;
}

/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
	.body-error.error-inside {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.body-error.error-inside .error-code {
		font-size: 10rem;
		line-height: 10rem;
		letter-spacing: -7px;
	}

	.body-error.error-inside .error-explanation {
		font-size: 1rem;
		line-height: 3.2rem;
	}
}

@media only screen and (max-width: 767px) {
	.body-error .error-code {
		font-size: 9rem;
		line-height: 9rem;
		letter-spacing: -7px;
	}

	.body-error .error-explanation {
		font-size: 0.9rem;
		line-height: 2.8rem;
	}

	.body-error.error-outside {
		height: auto;
		padding: 20px;
	}
}

/* Forms */
form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

select {
	border: 1px solid #e5e7e9;
	border-radius: 6px;
	outline: none;
}

.label {
	font-weight: normal;
}

.form-group:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.form-control:not(.form-control-lg) {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.85;
	min-height: 38.4px;
	min-height: 2.4rem;
}

.form-control.form-control-focused {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #ccc;
}

.form-control:focus {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-color: #ccc;
}

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

.form-control.error:focus {
	border-color: #843534;
	-webkit-box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 6px #ce8483;
	box-shadow:
		inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 6px #ce8483;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
	font-size: 12px;
	font-size: 0.75rem;
}

/* Form - iOS Override */
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea {
	-webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='color']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='color']::-moz-placeholder,
textarea::-moz-placeholder {
	color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='color']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #bdbdbd;
}

.multiselect-container {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.multiselect-container > li > a > label {
	padding: 5px 20px 5px 12px;
	font-size: 12.8px;
	font-size: 0.8rem;
}

.multiselect-container > li > a > label input {
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.multiselect-container > li.active > a > label {
	color: #fff;
}

.multiselect-container > li.multiselect-group label {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 5px 20px 5px 12px;
}

.multiselect-container .input-group input {
	max-width: 78%;
}

html.dark .form-control {
	background-color: #282d36;
	border-color: #282d36;
	color: #eee;
}

html.dark .form-control[disabled],
html.dark .form-control[readonly],
html.dark fieldset[disabled] .form-control {
	background-color: #21262d;
}

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
	line-height: 1.334;
}

.input-group-btn .btn {
	padding-top: 8px;
	padding-top: 0.5rem;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

select.form-control-sm,
select.form-control-lg {
	line-height: 1;
	height: auto !important;
}

/* Form - Custom Fields */
.required {
	display: inline-block;
	color: #d2322d;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: -0.2em;
}

label.error {
	color: #b94a48;
	margin-top: 2px;
}

/* Form - Group Override */
.form-group:after {
	clear: both;
	display: block;
	content: '';
}

.form-group:last-child,
.form-group:last-of-type {
	margin-bottom: 0;
}

/* Form - Bordered */
.form-bordered .form-group {
	border-bottom: 1px solid #eff2f7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.form-bordered .form-group:last-child,
.form-bordered .form-group:last-of-type {
	border-bottom: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

/* Dark - Form - Bordered */
html.dark .form-bordered .form-group {
	border-bottom: 1px solid #242830;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* Form - Vertical Group / Stacked */
.form-group-vertical {
	position: relative;
	white-space: nowrap;
}

.form-group-vertical .form-control {
	border-radius: 0;
	margin-top: -1px;
	z-index: 1;
}

.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type {
	border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type {
	border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
	position: relative;
	z-index: 2;
}

.form-group-vertical .input-group {
	margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
	margin-top: 0;
}

.form-group-vertical .input-group:first-child .form-control,
.form-group-vertical .input-group:first-of-type .form-control {
	border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .form-control,
.form-group-vertical .input-group:last-of-type .form-control {
	border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
	border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
	border-radius: 0 0 4px 4px;
}

/* Form - Input Override */
.form-control-lg {
	border-radius: 4px;
}

/* Form - Round Input */
input.input-rounded {
	border-radius: 500px;
}

.input-group-rounded input.form-control {
	border-radius: 500px;
}

.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child {
	border-radius: 500px;
}

html.dark .checkbox-primary input[type='checkbox']:checked + label:after,
.checkbox-primary input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #ccc;
	border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type='checkbox']:checked + label:after,
.checkbox-text-primary input[type='checkbox']:checked + label:after {
	color: #ccc;
}

html.dark .checkbox-success input[type='checkbox']:checked + label:after,
.checkbox-success input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
	background: #47a447;
	border-color: #3f923f;
}

html.dark .checkbox-text-success input[type='checkbox']:checked + label:after,
.checkbox-text-success input[type='checkbox']:checked + label:after {
	color: #47a447;
}

html.dark .checkbox-warning input[type='checkbox']:checked + label:after,
.checkbox-warning input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
	background: #ed9c28;
	border-color: #e89113;
}

html.dark .checkbox-text-warning input[type='checkbox']:checked + label:after,
.checkbox-text-warning input[type='checkbox']:checked + label:after {
	color: #ed9c28;
}

html.dark .checkbox-danger input[type='checkbox']:checked + label:after,
.checkbox-danger input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
	background: #d2322d;
	border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type='checkbox']:checked + label:after,
.checkbox-text-danger input[type='checkbox']:checked + label:after {
	color: #d2322d;
}

html.dark .checkbox-info input[type='checkbox']:checked + label:after,
.checkbox-info input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
	background: #5bc0de;
	border-color: #46b8da;
}

html.dark .checkbox-text-info input[type='checkbox']:checked + label:after,
.checkbox-text-info input[type='checkbox']:checked + label:after {
	color: #5bc0de;
}

html.dark .checkbox-dark input[type='checkbox']:checked + label:after,
.checkbox-dark input[type='checkbox']:checked + label:after {
	color: #fff;
}

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
	background: #171717;
	border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type='checkbox']:checked + label:after,
.checkbox-text-dark input[type='checkbox']:checked + label:after {
	color: #171717;
}

html.dark .radio-primary input[type='radio']:checked + label:after,
.radio-primary input[type='radio']:checked + label:after {
	background: #ccc;
	-webkit-box-shadow: 0px 0px 1px #ccc;
	box-shadow: 0px 0px 1px #ccc;
}

html.dark .radio-success input[type='radio']:checked + label:after,
.radio-success input[type='radio']:checked + label:after {
	background: #47a447;
	-webkit-box-shadow: 0px 0px 1px #47a447;
	box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type='radio']:checked + label:after,
.radio-warning input[type='radio']:checked + label:after {
	background: #ed9c28;
	-webkit-box-shadow: 0px 0px 1px #ed9c28;
	box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type='radio']:checked + label:after,
.radio-danger input[type='radio']:checked + label:after {
	background: #d2322d;
	-webkit-box-shadow: 0px 0px 1px #d2322d;
	box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type='radio']:checked + label:after,
.radio-info input[type='radio']:checked + label:after {
	background: #5bc0de;
	-webkit-box-shadow: 0px 0px 1px #5bc0de;
	box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type='radio']:checked + label:after,
.radio-dark input[type='radio']:checked + label:after {
	background: #171717;
	-webkit-box-shadow: 0px 0px 1px #171717;
	box-shadow: 0px 0px 1px #171717;
}

/* State */
.has-primary .help-block,
.has-primary .control-label,
.has-primary .radio,
.has-primary .checkbox,
.has-primary .radio-inline,
.has-primary .checkbox-inline,
.has-primary.radio label,
.has-primary.checkbox label,
.has-primary.radio-inline label,
.has-primary.checkbox-inline label {
	color: #ccc;
}

.has-primary .form-control {
	border-color: #ccc !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #47a447;
}

.has-success .form-control {
	border-color: #47a447 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #ed9c28;
}

.has-warning .form-control {
	border-color: #ed9c28 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-danger .help-block,
.has-danger .control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
	color: #d2322d;
}

.has-danger .form-control {
	border-color: #d2322d !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline,
.has-info.radio label,
.has-info.checkbox label,
.has-info.radio-inline label,
.has-info.checkbox-inline label {
	color: #5bc0de;
}

.has-info .form-control {
	border-color: #5bc0de !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-dark .help-block,
.has-dark .control-label,
.has-dark .radio,
.has-dark .checkbox,
.has-dark .radio-inline,
.has-dark .checkbox-inline,
.has-dark.radio label,
.has-dark.checkbox label,
.has-dark.radio-inline label,
.has-dark.checkbox-inline label {
	color: #171717;
}

.has-dark .form-control {
	border-color: #171717 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

/* Form - Error Container */
.validation-message ul {
	display: none;
	list-style: none;
	margin: -20px -20px 30px -20px;
	padding: 20px 20px 10px 20px;
	border-bottom: 1px solid #ffcbcb;
	background: #ffefef;
}

.validation-message ul label.error {
	display: block;
	padding-left: 22px;
	position: relative;
}

.validation-message ul label.error:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00d';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	color: #d9534f;
	display: inline-block;
}

.input-group-select-append .btn-group > .btn:first-child {
	border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap-tagsinput {
	padding: 7px 6px 6.2px;
}

.spinner-buttons.btn-group-vertical .btn {
	height: 21px !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
	height: 20px !important;
}

/* Form Group Invisible */
.form-group-invisible {
	position: relative;
}

.form-group-invisible.focus .control-label-invisible {
	color: #0088cc;
}

.form-group-invisible .control-label-invisible {
	bottom: 0;
	display: block;
	float: none;
	left: 0;
	line-height: 64px;
	margin: 0;
	padding-left: 50px;
	position: absolute;
	right: 0;
	top: -15px;
	-webkit-transition: color ease-in-out 0.15s;
	transition: color ease-in-out 0.15s;
	width: auto;
}

.form-group-invisible .form-control-invisible,
.form-group-invisible .form-control-invisible:focus,
.form-group-invisible .form-control-invisible:active,
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	background: transparent !important;
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
	.form-group-invisible {
		padding-top: 30px;
	}

	.form-group-invisible .control-label-invisible {
		padding-left: 27px;
	}
}
/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #c10000;
	font-size: 0.9em;
	margin-top: -5px;
	padding: 0;
}

/* Spinner */
.spinner-buttons.btn-group-vertical .btn i {
	position: relative;
	top: -6px;
}

/* Input Group */
.input-group .btn,
.input-group .btn.active,
.input-group .btn:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	letter-spacing: -1px;
}

h1 {
	font-size: 2.7em;
	line-height: 44px;
	font-weight: 500;
}

h2 {
	font-size: 2.25em;
	font-weight: 500;
	line-height: 42px;
}

h3 {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 24px;
}

h4 {
	font-size: 1.3em;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
}

h5 {
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 18px;
}

h6 {
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 18px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

h1.short {
	margin-bottom: 15px;
}

h2.short {
	margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
	margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
	margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
	margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
	margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
	margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
	margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
	color: #171717;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
	color: #fff;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

/* Images */
.rounded {
	border-radius: 6px;
}

.rounded-circle {
	border-radius: 50%;
}

.img-thumbnail {
	border-radius: 8px;
	position: relative;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}

.img-thumbnail {
	display: inline-block;
	border-radius: 8px;
	position: relative;
}

.img-thumbnail .zoom {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	height: 30px;
	width: 30px;
	padding: 6px;
	font-size: 14px;
	line-height: 18px;
	background: #ccc;
	border-radius: 100%;
	color: #fff;
	text-align: center;
}

.img-thumbnail .zoom i {
	position: relative;
	top: -1px;
	left: -1px;
}

/* Thumbnail Gallery */
.thumbnail-gallery {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.thumbnail-gallery .img-thumbnail,
.thumbnail-gallery .thumbnail {
	margin: 10px 10px 0 0;
}

/* IOs Switch */
.switch {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 3px 0;
}

.switch .ios-switch {
	height: 35px;
	width: 65px;
}

.switch .ios-switch .handle {
	height: 31px;
	width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
	background: #ccc;
}

.switch.switch-success .ios-switch .on-background {
	background: #47a447;
}

.switch.switch-warning .ios-switch .on-background {
	background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
	background: #d2322d;
}

.switch.switch-info .ios-switch .on-background {
	background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
	background: #171717;
}

.switch.switch-lg .ios-switch {
	height: 45px;
	width: 75px;
}

.switch.switch-lg .ios-switch .handle {
	height: 41px;
	width: 41px;
}

.switch.switch-sm .ios-switch {
	height: 25px;
	width: 55px;
}

.switch.switch-sm .ios-switch .handle {
	height: 21px;
	width: 21px;
}

.ios-switch {
	height: 45px;
	width: 75px;
	position: relative;
	background-color: #e5e5e5;
	border-radius: 100px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ios-switch .background-fill {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.ios-switch .on-background {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00e459), to(#00e158));
	background-image: linear-gradient(#00e459, #00e158);
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	z-index: 1;
	-webkit-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
}

.ios-switch .state-background {
	border-radius: 100px;
	z-index: 2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fdfdfd));
	background-image: linear-gradient(#ffffff, #fdfdfd);
	border: 2px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.ios-switch .handle {
	width: 41px;
	height: 41px;
	background-color: white;
	top: 2px;
	left: 2px;
	position: absolute;
	border-radius: 20px;
	-webkit-box-shadow:
		0 0 3px 1px rgba(0, 0, 0, 0.075),
		0 3px 5px rgba(0, 0, 0, 0.15),
		1px 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow:
		0 0 3px 1px rgba(0, 0, 0, 0.075),
		0 3px 5px rgba(0, 0, 0, 0.15),
		1px 2px 2px rgba(0, 0, 0, 0.05);
	z-index: 3;
	-webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition:
		transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33),
		-webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ios-switch.off .handle {
	-webkit-animation: expand-off 0.3s 0.2s;
	animation: expand-off 0.3s 0.2s;
	-webkit-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
	-webkit-transition: 0.3s 0s;
	transition: 0.3s 0s;
}

.ios-switch.off .state-background {
	-webkit-transition: 0.4s 0.25s;
	transition: 0.4s 0.25s;
}

.ios-switch.on .handle {
	-webkit-animation: expand-on 0.3s 0.2s;
	animation: expand-on 0.3s 0.2s;
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
	-webkit-transform: scale(0);
	transform: scale(0);
}

@-webkit-keyframes expand-on {
	0% {
		padding-right: 0;
	}

	40% {
		padding-right: 9px;
	}

	100% {
		padding-right: 0;
	}
}

@keyframes expand-on {
	0% {
		padding-right: 0;
	}

	40% {
		padding-right: 9px;
	}

	100% {
		padding-right: 0;
	}
}

@-webkit-keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}

	40% {
		padding-right: 9px;
		left: -7px;
	}

	100% {
		padding-right: 0;
		left: 2px;
	}
}

@keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}

	40% {
		padding-right: 9px;
		left: -7px;
	}

	100% {
		padding-right: 0;
		left: 2px;
	}
}
/* JQVMap */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #ccc;
	border-radius: 2px;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 20px;
	text-align: center;
}

.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
	background: #bfbfbf;
}

.jqvmap-zoomout {
	top: 35px;
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 600px;
}

.dialog.dialog-lg {
	max-width: 900px;
}

/* White Popup Block */
.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.white-popup-block.white-popup-block-xs {
	max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
	max-width: 400px;
}

.white-popup-block.white-popup-block-md {
	max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
	max-width: 900px;
}

/* Dark */
html.dark .white-popup-block,
html.dark .dialog {
	background: #1d2127;
}

/* List */
.list li {
	margin-bottom: 13px;
}

.list.pull-left li {
	text-align: left;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

.list.list-icons.list-icons-style-2 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
	padding-top: 5px;
	padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
	color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 5px;
}

.list.list-icons.list-icons-sm li {
	padding-left: 13px;
	margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .fab:first-child,
.list.list-icons.list-icons-sm li > .fal:first-child,
.list.list-icons.list-icons-sm li > .far:first-child,
.list.list-icons.list-icons-sm li > .fas:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fab:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fal:first-child,
.list.list-icons.list-icons-sm li a:first-child > .far:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fas:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
	font-size: 0.8em;
	top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
	padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 20px;
	height: 20px;
	padding: 3px;
}

.list.list-icons.list-icons-lg li {
	padding-top: 5px;
	padding-left: 32px;
}

.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .fab:first-child,
.list.list-icons.list-icons-lg li > .fal:first-child,
.list.list-icons.list-icons-lg li > .far:first-child,
.list.list-icons.list-icons-lg li > .fas:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fab:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fal:first-child,
.list.list-icons.list-icons-lg li a:first-child > .far:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fas:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
	font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
	padding-top: 8px;
	padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
	width: 30px;
	height: 30px;
	padding: 4px;
}

.list.list-icons.list-icons-reverse li {
	text-align: right;
	padding-right: 25px;
	padding-left: 0;
}

.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .fab:first-child,
.list.list-icons.list-icons-reverse li > .fal:first-child,
.list.list-icons.list-icons-reverse li > .far:first-child,
.list.list-icons.list-icons-reverse li > .fas:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fab:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fal:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .far:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fas:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
	position: absolute;
	left: auto;
	right: 0;
	top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
	padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
	padding-left: 0;
	padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
	padding-left: 0;
	padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
	padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
	padding-right: 42px;
}

.list.list-borders li {
	border-bottom: 1px solid #dbdbdb;
	margin-top: 9px;
	margin-bottom: 0;
	padding-bottom: 9px;
}

.list.list-borders li:last-child {
	border-bottom: 0;
}

.list.list-side-borders {
	border-left: 1px solid #dbdbdb;
	padding-left: 10px;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #fff;
	border: 0;
}

.list.list-unstyled {
	padding-left: 0;
	padding-right: 0;
}

dl dd {
	margin-bottom: 15px;
}

/* Loading Progress */
#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #ccc;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	-webkit-box-shadow:
		0 0 10px #ccc,
		0 0 5px #ccc;
	box-shadow:
		0 0 10px #ccc,
		0 0 5px #ccc;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Markdown */
.md-editor {
	border-radius: 4px;
	-webkit-transition:
		border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition:
		border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	transition:
		border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s;
	transition:
		border-color ease-in-out 0.15s,
		box-shadow ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
}

.md-editor > .md-header {
	border-radius: 4px 4px 0 0;
	padding: 10px 10px 4px;
}

.md-editor > .md-preview,
.md-editor > textarea {
	background: #fff;
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	outline: none;
	width: 100% !important;
}

.md-editor .btn-group {
	margin-bottom: 6px;
	margin-right: 6px;
}

html.dark .md-editor {
	border-color: #282d36;
}

html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
	background: #242830;
}

html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
	background: #282d36;
}

html.dark .md-editor > textarea {
	color: #eee;
	border-color: #1d2127;
}

/* Misc */
body a,
body a:focus,
body a:hover,
body a:active,
body a:visited {
	outline: none !important;
}

.center {
	text-align: center;
}

.popover .btn {
	margin-right: 5px;
}

.popover .btn:last-child {
	margin-right: 0;
}

/* Clearfix */
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Show Grid */
.show-grid [class*='col'] .show-grid-block {
	background-color: #eee;
	line-height: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	display: block;
}

/* Embed Responsive */
.embed-responsive.embed-soundcloud {
	padding-bottom: 19.25%;
}

.embed-responsive.embed-responsive-borders {
	border: 1px solid #ddd;
	padding: 4px;
	border-radius: 4px;
}

/* Changelog */
.changelog h4 {
	display: inline-block;
	color: #000;
	font-size: 1em;
	font-weight: 600;
}

.changelog .release-date {
	color: #999;
	font-size: 0.9em;
}

.changelog .label {
	display: inline-block;
	min-width: 100px;
}

/* Arrows */
.arrow {
	/* background: transparent url(../img/arrows.png) no-repeat 0 0; */
	width: 47px;
	height: 120px;
	display: inline-block;
	position: relative;
}

.arrow.arrow-light {
	/* background-image: url(../img/arrows-dark.png); */
}

.arrow.vtl {
	background-position: 0 0;
	width: 47px;
	height: 96px;
}

.arrow.vtr {
	background-position: -101px 0;
	width: 47px;
	height: 96px;
}

.arrow.vbl {
	background-position: 0 -144px;
	width: 47px;
	height: 96px;
}

.arrow.vbr {
	background-position: -101px -144px;
	width: 47px;
	height: 96px;
}

.arrow.hlt {
	background-position: -209px 0;
	width: 120px;
	height: 47px;
}

.arrow.hlb {
	background-position: -209px -101px;
	width: 120px;
	height: 47px;
}

.arrow.hrt {
	background-position: -353px 0;
	width: 120px;
	height: 47px;
}

.arrow.hrb {
	background-position: -353px -101px;
	width: 120px;
	height: 47px;
}

/* Dropdown */
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

/* Shadow Style 1 */
.shadow-style-1 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.1);
	box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.1);
}

.shadow-style-1:hover {
	-webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
	box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

/* Shadow Style 2 */
.shadow-style-2 {
	-webkit-box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
	box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

/* Popover */
.popover .popover-header {
	margin: 0 !important;
}

/* Modals */
.modal {
	z-index: 1100;
}

.modal-block {
	background: transparent;
	padding: 0;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.modal-block.modal-block-xs {
	max-width: 200px;
}

.modal-block.modal-block-sm {
	max-width: 400px;
}

.modal-block.modal-block-md {
	max-width: 600px;
}

.modal-block.modal-block-lg {
	max-width: 900px;
}

.modal-block.modal-block-full {
	max-width: 98%;
}

.modal-block.modal-header-color .card-header h2 {
	color: #fff;
}

.modal-block.modal-full-color {
	color: #fff;
}

.modal-block.modal-full-color .card-header {
	border: 0;
}

.modal-block.modal-full-color .card-header h2 {
	color: #fff;
}

.modal-block.modal-full-color .card-footer {
	border: 0;
}

.modal-block.modal-full-color .card-body {
	background-color: transparent;
}

.modal-block.modal-full-color .fa,
.modal-block.modal-full-color .fab,
.modal-block.modal-full-color .fal,
.modal-block.modal-full-color .far,
.modal-block.modal-full-color .fas {
	color: #fff !important;
}

.modal-block.modal-full-color p {
	color: #fff;
}

/* Modal Wrapper */
.modal-wrapper {
	position: relative;
	padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
	float: left;
	width: 20%;
	text-align: center;
}

.modal-icon .fa,
.modal-icon .fab,
.modal-icon .fal,
.modal-icon .far,
.modal-icon .fas {
	font-size: 52px;
	position: relative;
	top: -10px;
	color: #ccc;
}

.modal-icon.center {
	float: none;
	width: auto;
	padding-top: 20px;
}

.modal-icon.center + .modal-text {
	float: none;
	width: auto;
}

.modal-icon + .modal-text {
	float: left;
	width: 80%;
}

/* Modal Text */
.modal-text {
	padding: 0 5px;
}

.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
	padding: 0;
	margin: -7px 0 4px 0;
}

.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
	color: #ccc;
}

.modal-block-primary.modal-header-color .card-header {
	background-color: #ccc;
}

.modal-block-primary.modal-full-color .card {
	background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .card-header {
	background-color: #ccc;
}

.modal-block-primary.modal-full-color .card-footer {
	background-color: #e0e0e0;
}

.modal-block-success .fa,
.modal-block-success .fab,
.modal-block-success .fal,
.modal-block-success .far,
.modal-block-success .fas {
	color: #47a447;
}

.modal-block-success.modal-header-color .card-header {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .card {
	background-color: #5cb85c;
}

.modal-block-success.modal-full-color .card-header {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .card-footer {
	background-color: #5cb85c;
}

.modal-block-warning .fa,
.modal-block-warning .fab,
.modal-block-warning .fal,
.modal-block-warning .far,
.modal-block-warning .fas {
	color: #ed9c28;
}

.modal-block-warning.modal-header-color .card-header {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card {
	background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .card-header {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card-footer {
	background-color: #f0ad4e;
}

.modal-block-danger .fa,
.modal-block-danger .fab,
.modal-block-danger .fal,
.modal-block-danger .far,
.modal-block-danger .fas {
	color: #d2322d;
}

.modal-block-danger.modal-header-color .card-header {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card {
	background-color: #d9534f;
}

.modal-block-danger.modal-full-color .card-header {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card-footer {
	background-color: #d9534f;
}

.modal-block-info .fa,
.modal-block-info .fab,
.modal-block-info .fal,
.modal-block-info .far,
.modal-block-info .fas {
	color: #5bc0de;
}

.modal-block-info.modal-header-color .card-header {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card {
	background-color: #7dcde5;
}

.modal-block-info.modal-full-color .card-header {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card-footer {
	background-color: #7dcde5;
}

.modal-block-dark .fa,
.modal-block-dark .fab,
.modal-block-dark .fal,
.modal-block-dark .far,
.modal-block-dark .fas {
	color: #171717;
}

.modal-block-dark.modal-header-color .card-header {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .card {
	background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .card-header {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .card-footer {
	background-color: #2b2b2b;
}

html.dark .modal-content {
	background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
	border-color: #282d36;
}

/* Multiselect */
html.dark .multiselect-container {
	background-color: #282d36;
}

html.dark .multiselect-container > li > a {
	color: #eee;
}

html.dark .multiselect-container > li > a:hover,
html.dark .multiselect-container > li > a:focus {
	background-color: #1d2127;
	color: #fff;
}

/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #ccc;
}

/* Buttons - States */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #ccc;
	background-color: white;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
	background-color: #ccc;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
	color: #47a447;
	background-color: #bfe2bc;
}

.nav-pills-success > li.active > a,
.nav-pills-success > li.active > a:hover,
.nav-pills-success > li.active > a:active,
.nav-pills-success > li.active > a:focus {
	background-color: #47a447;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
	color: #ed9c28;
	background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a,
.nav-pills-warning > li.active > a:hover,
.nav-pills-warning > li.active > a:active,
.nav-pills-warning > li.active > a:focus {
	background-color: #ed9c28;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
	color: #d2322d;
	background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a,
.nav-pills-danger > li.active > a:hover,
.nav-pills-danger > li.active > a:active,
.nav-pills-danger > li.active > a:focus {
	background-color: #d2322d;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
	color: #5bc0de;
	background-color: #f0fafc;
}

.nav-pills-info > li.active > a,
.nav-pills-info > li.active > a:hover,
.nav-pills-info > li.active > a:active,
.nav-pills-info > li.active > a:focus {
	background-color: #5bc0de;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
	color: #171717;
	background-color: #707070;
}

.nav-pills-dark > li.active > a,
.nav-pills-dark > li.active > a:hover,
.nav-pills-dark > li.active > a:active,
.nav-pills-dark > li.active > a:focus {
	background-color: #171717;
}

/* Primary */
ul.nav-list.primary > li {
	margin: 0;
	padding: 0;
}

ul.nav-list.primary > li:last-child a {
	border-bottom: transparent !important;
}

ul.nav-list.primary > li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-position: 9px 16px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ededde;
	padding: 8px 20px;
}

/* Notifications */
.notifications {
	display: inline-block;
	list-style: none;
	margin: 4px -10px 0 0;
	padding: 0;
	vertical-align: middle;
}

.notifications > li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.notifications > li .notification-icon {
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
	text-align: center;
}

.notifications > li .notification-icon.dropdown-toggle:after {
	content: none;
}

.notifications > li .notification-icon i {
	color: #777;
	line-height: 30px;
	vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
	line-height: 32px;
}

.notifications > li .notification-icon .badge {
	background: #d2312d;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
	border-radius: 100%;
}

.notifications > li > a {
	border: none;
	display: inline-block;
}

.notifications .notification-menu {
	border: none;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	margin: 10px 0 0 0;
	padding: 0;
	right: -5px;
	width: 245px;
}

@media only screen and (min-width: 768px) {
	.notifications .notification-menu {
		left: auto !important;
	}
}

.notifications .notification-menu.large {
	width: 325px;
}

.notifications .notification-menu .notification-title {
	background: #ccc;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 24px;
	line-height: 1.5rem;
	padding: 8px 6px 8px 12px;
	text-transform: uppercase;
}

.notifications .notification-menu .notification-title .badge {
	font-size: 10.4px;
	font-size: 0.65rem;
	font-weight: 200;
	line-height: 14px;
	margin-left: 10px;
	margin-top: 2px;
	min-width: 35px;
}

.notifications .notification-menu .notification-title .badge-default {
	background: #006697;
	color: #fff;
}

.notifications .notification-menu .content {
	padding: 12px;
}

.notifications .notification-menu hr {
	background: #e6e6e6;
	height: 1px;
	margin: 12px 0;
}

.notifications .notification-menu .view-more {
	color: #acacac;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom: 6px solid #ccc;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: '';
	height: 0;
	margin-right: -3px;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.notifications .notification-menu:before {
	bottom: 100%;
	right: 16px;
}

.notifications .notification-icon:before {
	display: none;
	right: 11px;
	top: 35px;
	z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
	color: #acacac;
}

.notification-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notification-menu li {
	margin: 0 0 12px;
}

.notification-menu li:last-child {
	margin-bottom: 0;
}

.notification-menu a {
	display: block;
	text-decoration: none;
}

.notification-menu .image {
	float: left;
	margin: 0 10px 0 0;
}

.notification-menu .image i {
	border-radius: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 35px;
}

.notification-menu .truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-menu .title {
	color: #000011;
	display: block;
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	padding: 2px 0 0;
}

.notification-menu .message {
	color: #acacac;
	display: block;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 17.6px;
	line-height: 1.1rem;
	padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
	background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
	color: #c3c3c3;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
	.notifications {
		float: right;
		margin: 16px 8px 0 0;
	}

	.notifications > li {
		position: static;
	}

	.notifications > li.show .notification-icon:before {
		display: block;
	}

	.notifications > li .notification-menu {
		left: 15px;
		top: auto;
		width: 94vw !important;
		left: 50% !important;
		-webkit-transform: translate3d(-50%, 109px, 0px) !important;
		transform: translate3d(-50%, 109px, 0px) !important;
	}

	.notifications > li .notification-menu:before {
		display: none;
	}
}

/* Pagination */
.pagination > li a {
	color: #ccc;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #d9d9d9;
}

.pagination > li.active a,
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active span,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
	background-color: #ccc;
	border-color: #ccc;
}

.pagination > li.active a {
	background-color: #ccc;
}

/* Pager */
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
	float: right;
}

.pager .previous > a,
.pager .previous > span {
	float: left;
}

.pager .disabled > a {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.pager .disabled > a:hover,
.pager .disabled > a:focus {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

.pager .disabled > span {
	color: #777777;
	background-color: #fff;
	cursor: not-allowed;
}

/* Pricing Tables */
.pricing-table {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pricing-table ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	color: #777;
}

.pricing-table h3 {
	background-color: #eee;
	border-radius: 2px 2px 0 0;
	font-size: 1.3em;
	font-weight: normal;
	margin: -20px -20px 50px -20px;
	padding: 20px;
}

.pricing-table h3 .desc {
	font-size: 0.7em;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #777;
	font-style: normal;
	text-transform: none;
	display: block;
}

.pricing-table h3 span {
	background: #fff;
	border: 5px solid #fff;
	border-radius: 100px;
	-webkit-box-shadow:
		0 5px 20px #ddd inset,
		0 3px 0 #999 inset;
	box-shadow:
		0 5px 20px #ddd inset,
		0 3px 0 #999 inset;
	color: #777;
	display: block;
	font:
		bold 25px / 100px Georgia,
		Serif;
	height: 100px;
	margin: 20px auto -65px;
	width: 100px;
}

.pricing-table .most-popular {
	border: 3px solid #ccc;
	-webkit-box-shadow:
		11px 0 10px -10px rgba(0, 0, 0, 0.1),
		-11px 0 10px -10px rgba(0, 0, 0, 0.1);
	box-shadow:
		11px 0 10px -10px rgba(0, 0, 0, 0.1),
		-11px 0 10px -10px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	top: -10px;
	z-index: 2;
}

.pricing-table .most-popular h3 {
	background-color: #666;
	color: #fff;
	padding-top: 30px;
}

.pricing-table .most-popular h3 .desc {
	color: #fff;
}

.pricing-table .plan-ribbon-wrapper {
	height: 88px;
	overflow: hidden;
	position: absolute;
	right: -3px;
	top: -5px;
	width: 85px;
}

.pricing-table .plan-ribbon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#bfdc7a), to(#8ebf45));
	background-image: linear-gradient(to top, #bfdc7a, #8ebf45);
	background-color: #bfdc7a;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	color: #333;
	font-size: 14px;
	left: -5px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
	top: 15px;
	width: 120px;
}

.pricing-table .plan-ribbon:before {
	left: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: '';
	position: absolute;
}

.pricing-table .plan-ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: '';
	position: absolute;
	right: 0;
}

.pricing-table [class*='col-lg-'] {
	padding-left: 0;
	padding-right: 0;
}

.pricing-table .plan {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	margin-bottom: 35px;
	margin-right: 0;
	padding: 20px;
	position: relative;
}

.pricing-table .btn {
	margin-top: 5px;
}

.pricing-table.pricing-table-sm h3 .desc {
	font-size: 0.7em;
}

.pricing-table.pricing-table-sm h3 span {
	border: 3px solid #fff;
	-webkit-box-shadow:
		0 5px 20px #ddd inset,
		0 3px 0 #999 inset;
	box-shadow:
		0 5px 20px #ddd inset,
		0 3px 0 #999 inset;
	font:
		bold 19px/65px Georgia,
		serif;
	height: 70px;
	margin: 10px auto -65px;
	width: 70px;
}

.pricing-table.pricing-table-sm .most-popular {
	padding-bottom: 30px;
}

.pricing-table.princig-table-flat .plan {
	padding-left: 0;
	padding-right: 0;
	margin: -1px;
}

.pricing-table.princig-table-flat .plan h3 {
	padding-left: 0;
	padding-right: 0;
	margin: -20px 0 0;
	background-color: #666;
	color: #fff;
	padding-top: 30px;
	text-shadow: 0 1px #555;
}

.pricing-table.princig-table-flat .plan h3 .desc {
	color: #fff;
}

.pricing-table.princig-table-flat .plan h3 span {
	border-radius: 0;
	border: 0;
	background: #666;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 600;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	font-size: 1.5em;
	height: auto;
	line-height: 38px;
	margin: 0;
}

.pricing-table.princig-table-flat .plan ul {
	margin-top: 0;
	margin-bottom: -15px;
}

.pricing-table.princig-table-flat .plan ul li {
	padding: 8px 0;
}

.pricing-table.princig-table-flat .plan.most-popular ul li {
	padding: 10px 0;
}

.pricing-table.spaced [class*='col-lg-'] {
	padding-left: 2px;
	padding-right: 2px;
}

.pricing-table.no-borders .plan {
	border: 0 !important;
}

/* Pricing Tables Boxed */
html.boxed .pricing-table .plan,
html.boxed .pricing-table h3 {
	border-radius: 0;
}

/* Responsive */
@media (max-width: 767px) {
	/* Pricing Tables */
	.pricing-table {
		margin-left: 0;
	}

	.pricing-table .plan {
		margin-right: 0;
	}

	html.boxed .pricing-table {
		margin-left: 0;
	}
}
/* dark */
html.dark .pricing-table li {
	border-top-color: #21262d;
}

html.dark .pricing-table h3 {
	background-color: #21262d;
	text-shadow: none;
}

html.dark .pricing-table h3 span {
	background: #2e353e;
	border-color: #242830;
	-webkit-box-shadow:
		0 5px 20px #242830 inset,
		0 3px 0 #282d36 inset;
	box-shadow:
		0 5px 20px #242830 inset,
		0 3px 0 #282d36 inset;
	color: #ebebeb;
}

html.dark .pricing-table .most-popular {
	border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
	background-color: #282d36;
	color: #808697;
	text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
	background-color: #282d36;
}

html.dark .pricing-table .plan {
	background: #282d36;
	border: 1px solid #282d36;
	color: #808697;
	text-shadow: none;
}

/* Progress Bars */
.progress-bar-primary {
	background-color: #ccc;
}

.progress-bar.progress-without-number[aria-valuenow='1'],
.progress-bar.progress-without-number[aria-valuenow='2'] {
	min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow='0'] {
	background: transparent;
}

/* Progress bar default style */
.progress {
	background: #474453;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

/* Progress bar light style */
.progress.light {
	background: #f6f7f8;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#f6f7f8),
		color-stop(10%, #f6f7f8),
		color-stop(11%, #f5f5f5)
	);
	background-image: linear-gradient(#f6f7f8, #f6f7f8 10%, #f5f5f5 11%);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/* Progress bar roundness generic */
.progress-squared,
.progress-squared .progress-bar {
	border-radius: 0 !important;
}

/* Progress bar sizes */
.progress-xs {
	height: 7px;
}

.progress-xs,
.progress-xs .progress-bar {
	border-radius: 7px;
}

.progress-xs .progress-bar {
	direction: ltr !important;
	text-indent: -9999px;
}

.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar {
	border-radius: 2px;
}

.progress-xs.progress-striped .progress-bar {
	background-size: 15px 15px;
}

.progress-sm {
	border-radius: 12px;
	height: 12px;
}

.progress-sm,
.progress-sm .progress-bar {
	border-radius: 12px;
}

.progress-sm .progress-bar {
	font-size: 10px;
	line-height: 12px;
}

.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar {
	border-radius: 4px;
}

.progress-sm.progress-striped .progress-bar {
	background-size: 20px 20px;
}

.progress-md {
	border-radius: 14px;
	height: 14px;
}

.progress-md,
.progress-md .progress-bar {
	border-radius: 14px;
}

.progress-md .progress-bar {
	font-size: 11px;
	line-height: 14px;
}

.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar {
	border-radius: 4px;
}

.progress-md.progress-striped .progress-bar {
	background-size: 25px 25px;
}

.progress-lg {
	border-radius: 16px;
	height: 16px;
}

.progress-lg,
.progress-lg .progress-bar {
	border-radius: 16px;
}

.progress-lg .progress-bar {
	line-height: 16px;
}

.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar {
	border-radius: 5px;
}

.progress-lg.progress-striped .progress-bar {
	background-size: 30px 30px;
}

.progress-xl {
	border-radius: 18px;
	height: 18px;
}

.progress-xl,
.progress-xl .progress-bar {
	border-radius: 18px;
}

.progress-xl .progress-bar {
	line-height: 18px;
}

.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar {
	border-radius: 6px;
}

.progress-xl.progress-striped .progress-bar {
	background-size: 35px 35px;
}

/* Progress bar states */
.progress .progress-bar-primary {
	background-color: #ccc;
}

.progress .progress-bar-success {
	background-color: #47a447;
}

.progress .progress-bar-warning {
	background-color: #ed9c28;
}

.progress .progress-bar-danger {
	background-color: #d2322d;
}

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

.progress .progress-bar-dark {
	background-color: #171717;
}

.circular-bar {
	margin-bottom: 25px;
}

.circular-bar .circular-bar-chart {
	position: relative;
}

.circular-bar strong {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	top: 35%;
	width: 80%;
	left: 10%;
	text-align: center;
}

.circular-bar label {
	display: block;
	font-weight: 100;
	font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	width: 80%;
	left: 10%;
	text-align: center;
}

/* Scrollable */
.scrollable {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.scrollable .scrollable-content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 37px 0 0;
	overflow-x: hidden;
	overflow-y: scroll;
	outline: none;
}

.scrollable .scrollable-content::-webkit-scrollbar {
	visibility: hidden;
}

.scrollable .scrollable-pane {
	bottom: 0;
	opacity: 0.01;
	position: absolute;
	right: 5px;
	top: 0;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 4px;
}

.scrollable .scrollable-slider {
	border-radius: 5px;
	background: none repeat scroll 0 0 #ccc;
	margin: 0;
	position: relative;
	-webkit-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
	opacity: 0;
}

.scrollable.scrollable-padding .scrollable-content {
	padding: 10px 24px 10px 10px;
}

.scrollable:hover .scrollable-slider,
.scrollable.visible-slider .scrollable-slider {
	opacity: 1;
}

/* Spinners */
.spinner-buttons.btn-group-vertical .btn {
	height: 18px;
	margin: 0 0 0 -1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 22px;
	line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
	margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
	border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
	border-radius: 0 0 4px !important;
	margin-top: -1px;
	height: 17px;
}

/* Tables - Basic */
.table {
	width: 100%;
}

.table .table {
	background: transparent;
}

/* Tables - Responsive */
.table-responsive > .table-bordered {
	border: 1px solid #dee2e6;
}

/* Bootstrap uses important, we need to force it here */
.table.mb-0 {
	margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */
.table .b-top-0 td {
	border-top: none;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover {
	vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
	margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
	color: #333;
}

.table .actions-hover a {
	opacity: 0;
}

.table tr:hover .actions-hover a {
	opacity: 1;
}

.table .actions-fade a {
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
	.table.table-no-more,
	.table.table-no-more thead,
	.table.table-no-more tbody,
	.table.table-no-more tr,
	.table.table-no-more th,
	.table.table-no-more td {
		display: block;
	}

	.table.table-no-more thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.table.table-no-more tr {
		border-bottom: 1px solid #ddd;
	}

	.table.table-no-more td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: left;
		white-space: normal;
	}

	.table.table-no-more td:before {
		content: attr(data-title);
		font-weight: bold;
		left: 6px;
		padding-right: 10px;
		position: absolute;
		text-align: left;
		top: 8px;
		white-space: nowrap;
		width: 45%;
	}

	.table.table-no-more.table-bordered td {
		border-bottom: 1px solid #dedede;
	}

	.table.table-no-more.table-sm td:before {
		top: 5px;
	}
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n + 1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n + 1) > th {
	background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
	background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
	color: #808697;
}

@media screen and (max-width: 991px) {
	html.dark .table-responsive {
		border-color: #262b33;
	}
}

@media only screen and (max-width: 991px) {
	html.dark .table.table-no-more tr,
	html.dark .table.table-no-more.table-bordered td {
		border-bottom-color: #262b33;
	}
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	color: #fff;
	background-color: #ccc !important;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	color: #fff;
	background-color: #47a447 !important;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	color: #fff;
	background-color: #ed9c28 !important;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	color: #fff;
	background-color: #d2322d !important;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	color: #fff;
	background-color: #5bc0de !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	color: #fff;
	background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	background-color: #4a4a4a;
	color: #fff;
}

/* Tabs */
.tabs {
	border-radius: 4px;
	margin-bottom: 20px;
}

.nav-tabs {
	margin: 0;
	padding: 0;
	border-bottom-color: #eee;
}

.nav-tabs li:last-child .nav-link {
	margin-right: 0;
}

.nav-tabs li .nav-link {
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin-right: 1px;
}

.nav-tabs li .nav-link,
.nav-tabs li .nav-link:hover {
	background: #f4f4f4;
	border-bottom: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 3px solid #eee;
	color: #ccc;
}

.nav-tabs li .nav-link:hover {
	border-bottom-color: transparent;
	border-top: 3px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-tabs li .nav-link:active,
.nav-tabs li .nav-link:focus {
	border-bottom: 0;
}

.nav-tabs li .nav-link .badge {
	border-radius: 100%;
	padding: 6.4px 8.8px;
	padding: 0.4rem 0.55rem;
	margin-right: 5px;
}

.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:hover,
.nav-tabs li.active .nav-link:focus {
	background: #fff;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top: 3px solid #ccc;
	color: #ccc;
}

.tab-content {
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
}

/* Bottom Tabs */
.tabs.tabs-bottom {
	margin: 0 0 20px 0;
	padding: 0;
}

.tabs.tabs-bottom .tab-content {
	border-radius: 4px 4px 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs {
	border-bottom: none;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li {
	margin-bottom: 0;
	margin-top: -1px;
}

.tabs.tabs-bottom .nav-tabs li:last-child .nav-link {
	margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs li .nav-link {
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	margin-right: 1px;
}

.tabs.tabs-bottom .nav-tabs li .nav-link,
.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
	border-bottom: 3px solid #eee;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li .nav-link:hover {
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs li.active .nav-link,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
.tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom: 3px solid #ccc;
	border-top-color: transparent;
}

/* Vertical */
.tabs-vertical {
	display: table;
	width: 100%;
	padding: 0;
	border-top: 1px solid #eee;
}

.tabs-vertical .tab-content {
	display: table-cell;
	vertical-align: top;
}

.tabs-vertical .nav-tabs {
	border-bottom: none;
	display: table-cell;
	height: 100%;
	float: none;
	padding: 0;
	vertical-align: top;
	width: 25%;
}

.tabs-vertical .nav-tabs > li {
	display: block;
}

.tabs-vertical .nav-tabs > li .nav-link {
	border-radius: 0;
	display: block;
	padding-top: 10px;
}

.tabs-vertical .nav-tabs > li .nav-link,
.tabs-vertical .nav-tabs > li .nav-link:hover,
.tabs-vertical .nav-tabs > li .nav-link:focus {
	border-bottom: none;
	border-top: none;
}

.tabs-vertical .nav-tabs > li.active .nav-link,
.tabs-vertical .nav-tabs > li.active .nav-link:hover,
.tabs-vertical .nav-tabs > li.active .nav-link:focus {
	border-top: none;
}

/* Vertical - Left Side */
.tabs-left {
	padding: 0;
}

.tabs-left .tab-content {
	border-radius: 0 5px 5px 5px;
	border-left: none;
}

.tabs-left .nav-tabs > li {
	margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child .nav-link {
	border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child .nav-link {
	border-radius: 0 0 0 5px;
	border-bottom: 1px solid #eee;
}

.tabs-left .nav-tabs > li .nav-link {
	border-right: 1px solid #eee;
	border-left: 3px solid #eee;
	margin-right: 1px;
	margin-left: -3px;
}

.tabs-left .nav-tabs > li .nav-link:hover {
	border-left-color: #ccc;
}

.tabs-left .nav-tabs > li.active .nav-link,
.tabs-left .nav-tabs > li.active .nav-link:hover,
.tabs-left .nav-tabs > li.active .nav-link:focus {
	border-left: 3px solid #ccc;
	border-right-color: #fff;
}

/* Vertical - Right Side */
.tabs-right {
	padding: 0;
}

.tabs-right .tab-content {
	border-radius: 5px 0 5px 5px;
	border-right: none;
}

.tabs-right .nav-tabs > li {
	margin-left: -1px;
}

.tabs-right .nav-tabs > li:first-child .nav-link {
	border-radius: 0 5px 0 0;
}

.tabs-right .nav-tabs > li:last-child .nav-link {
	border-radius: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.tabs-right .nav-tabs > li .nav-link {
	border-right: 3px solid #eee;
	border-left: 1px solid #eee;
	margin-right: 1px;
	margin-left: 1px;
}

.tabs-right .nav-tabs > li .nav-link:hover {
	border-right-color: #ccc;
}

.tabs-right .nav-tabs > li.active .nav-link,
.tabs-right .nav-tabs > li.active .nav-link:hover,
.tabs-right .nav-tabs > li.active .nav-link:focus {
	border-right: 3px solid #ccc;
	border-left: 1px solid #fff;
}

/* Justified */
.nav-tabs.nav-justified {
	padding: 0;
	margin-bottom: -1px;
}

.nav-tabs.nav-justified li {
	margin-bottom: 0;
}

.nav-tabs.nav-justified li:first-child .nav-link,
.nav-tabs.nav-justified li:first-child .nav-link:hover {
	border-radius: 5px 0 0 0;
}

.nav-tabs.nav-justified li:last-child .nav-link,
.nav-tabs.nav-justified li:last-child .nav-link:hover {
	border-radius: 0 5px 0 0;
}

.nav-tabs.nav-justified li .nav-link {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin-right: 0;
}

.nav-tabs.nav-justified li .nav-link:hover,
.nav-tabs.nav-justified li .nav-link:focus {
	border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus,
.nav-tabs.nav-justified li .nav-link.active,
.nav-tabs.nav-justified li .nav-link.active:hover,
.nav-tabs.nav-justified li .nav-link.active:focus {
	background: #fff;
	border-left-color: #eee;
	border-right-color: #eee;
	border-top-width: 3px;
}

.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li .nav-link.active {
	border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified li.active .nav-link,
.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-width: 3px;
}

.nav-tabs.nav-justified li.active .nav-link:hover,
.nav-tabs.nav-justified li .nav-link.active:hover {
	border-bottom: 1px solid #fff;
}

/* Bottom Tabs with Justified Nav */
.tabs.tabs-bottom {
	padding: 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
	border-top: none;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
	margin-right: 0;
	border-top-color: transparent;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link {
	border-radius: 0 0 0 5px;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link {
	margin-right: 0;
	border-radius: 0 0 5px 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: transparent;
}

/* Center */
.tabs-center .nav-tabs {
	margin: 0 auto;
	text-align: center;
}

/* Navigation */
.tabs-navigation {
	border-radius: 5px;
}

.tabs-navigation .nav-tabs > li {
	margin-bottom: 1px;
}

.tabs-navigation .nav-tabs > li .nav-link {
	color: #777;
	padding: 18px;
	line-height: 100%;
	position: relative;
}

.tabs-navigation .nav-tabs > li .nav-link:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f054';
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tabs-navigation .nav-tabs > li .nav-link .fa,
.tabs-navigation .nav-tabs > li .nav-link .fab,
.tabs-navigation .nav-tabs > li .nav-link .fal,
.tabs-navigation .nav-tabs > li .nav-link .far,
.tabs-navigation .nav-tabs > li .nav-link .fas,
.tabs-navigation .nav-tabs > li .nav-link .icons {
	margin-right: 4px;
}

.tabs-navigation .nav-tabs li:first-child .nav-link {
	border-radius: 5px 5px 0 0;
}

.tabs-navigation .nav-tabs li.active .nav-link,
.tabs-navigation .nav-tabs li.active .nav-link:hover,
.tabs-navigation .nav-tabs li.active .nav-link:focus {
	border-right-color: #eee;
}

.tabs-navigation .nav-tabs li:last-child .nav-link {
	border-radius: 0 0 5px 5px;
}

.tab-pane-navigation {
	display: none;
}

.tab-pane-navigation.active {
	display: block;
}

/* Simple */
.tabs.tabs-simple .nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
	margin-bottom: 10px;
}

.tabs.tabs-simple .nav-tabs > li {
	margin-left: 0;
	margin-bottom: 20px;
}

.tabs.tabs-simple .nav-tabs > li .nav-link,
.tabs.tabs-simple .nav-tabs > li .nav-link:hover,
.tabs.tabs-simple .nav-tabs > li .nav-link:focus {
	padding: 15px 30px;
	background: none;
	border: 0;
	border-bottom: 3px solid #eee;
	border-radius: 0;
	color: #777;
	font-size: 16px;
}

.tabs.tabs-simple .tab-content {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Responsive */
@media (max-width: 575px) {
	.tabs .nav.nav-tabs.nav-justified li {
		display: block;
		margin-bottom: -5px;
	}

	.tabs .nav.nav-tabs.nav-justified li .nav-link {
		border-top-width: 3px !important;
		border-bottom-width: 0 !important;
	}

	.tabs .nav.nav-tabs.nav-justified li:first-child .nav-link,
	.tabs .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
		border-radius: 5px 5px 0 0;
	}

	.tabs .nav.nav-tabs.nav-justified li:last-child .nav-link,
	.tabs .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
		border-radius: 0;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li {
		margin-bottom: 0;
		margin-top: -5px;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
		border-bottom-width: 3px !important;
		border-top-width: 0 !important;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child .nav-link:hover {
		border-radius: 0;
	}

	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link,
	.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child .nav-link:hover {
		border-radius: 0 0 5px 5px;
	}
}
/* Tags Input */
.bootstrap-tagsinput {
	width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.bootstrap-tagsinput .badge {
	border: 0;
}

html.dark .bootstrap-tagsinput {
	background: #282d36;
	border-color: #282d36;
}

/* Toggles */
.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

.toggle .toggle {
	margin: 10px 0 0;
}

.toggle > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.toggle > label {
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background: #f4f4f4;
	border-left: 3px solid #ccc;
	border-radius: 5px;
	color: #ccc;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}

.toggle > label:-moz-selection {
	background: none;
}

.toggle > label i.fa-minus {
	display: none;
}

.toggle > label i.fa-plus {
	display: inline;
}

.toggle > label:selection {
	background: none;
}

.toggle > label:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: '';
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%;
}

.toggle > label:hover {
	background: #f5f5f5;
}

.toggle > label + p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}

.toggle > label i {
	font-size: 0.7em;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.toggle > .toggle-content {
	display: none;
}

.toggle > .toggle-content > p {
	margin-bottom: 0;
	padding: 10px 0;
}

.toggle.active i.fa-minus {
	display: inline;
}

.toggle.active i.fa-plus {
	display: none;
}

.toggle.active > label {
	background: #f4f4f4;
	border-color: #ccc;
}

.toggle.active > label:before {
	border: 6px solid transparent;
	border-top-color: #fff;
	margin-top: -3px;
	right: 10px;
}

.toggle.active > p {
	white-space: normal;
}

.toggle > p.preview-active {
	height: auto;
	white-space: normal;
}

.toggle.toggle-sm .toggle > label {
	font-size: 0.9em;
	padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
	font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
	font-size: 1.1em;
	padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
	font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
	border-radius: 0;
	border: 0;
	background: transparent;
	color: #777;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600;
	color: #171717;
}

.toggle.toggle-simple .toggle > label:after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #ccc;
	top: 23px;
	margin-top: -12px;
	border-radius: 3px;
	z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
	border: 0;
	left: 7px;
	right: auto;
	margin-top: 0;
	top: 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	z-index: 2;
	color: #fff;
	font-size: 13px;
}

.toggle.toggle-simple .toggle.active > label {
	background: transparent;
	color: #171717;
}

.toggle.toggle-simple .toggle.active > label:before {
	content: '\f068';
}

/* Toolbar */
.inner-toolbar {
	background: #1d2127;
	margin: -40px -40px 30px;
	padding: 0;
	border: 1px solid transparent;
	border-left: 1px solid #121418;
}

.inner-toolbar > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.inner-toolbar > ul > li {
	display: inline-block;
	padding: 15px;
	font-size: 13px;
	border-right: 1px solid #121418;
}

.inner-toolbar > ul > li > a {
	display: inline-block;
	padding: 0;
	color: #abb4be;
}

.inner-toolbar > ul > li > a:hover,
.inner-toolbar > ul > li > a:focus {
	color: #fff;
	text-decoration: none;
}

.inner-toolbar > ul > li.right {
	float: right;
	padding-right: 10px;
}

.inner-toolbar > ul > li i.fa,
.inner-toolbar > ul > li .fab,
.inner-toolbar > ul > li .fal,
.inner-toolbar > ul > li .far,
.inner-toolbar > ul > li .fas {
	font-size: 14px;
}

.inner-toolbar > ul > li > .btn {
	margin-top: -9px;
}

.inner-toolbar .nav-pills {
	margin-top: -8px;
}

.inner-toolbar .nav-pills > li {
	margin-right: 1px;
}

.inner-toolbar .nav-pills > li > label {
	margin-bottom: 0;
	margin-right: 12px;
	margin-top: 8px;
}

.inner-toolbar .nav-pills a {
	color: #abb4be;
	padding-top: 8px;
	padding-bottom: 8px;
}

.inner-toolbar .nav-pills a:hover {
	background: #171717;
	color: #fff;
}

.inner-toolbar .nav-pills .active a {
	color: #fff;
}

html.sidebar-light:not(.dark) .inner-toolbar {
	background: #e2e3e6;
	border: 1px solid #d5d6d7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li {
	border-right: 1px solid #d5d6d7;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a {
	color: #777;
}

html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:hover,
html.sidebar-light:not(.dark) .inner-toolbar > ul > li > a:focus {
	color: #999;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a {
	color: #777;
}

html.sidebar-light:not(.dark) .inner-toolbar .nav-pills li:not(.active) a:hover {
	background: #e2e3e6;
	color: #999;
}

/* Toolbar - Responsive */
@media only screen and (max-width: 767px) {
	.inner-toolbar {
		clear: both;
		margin: -40px -15px 30px;
		padding: 0 15px;
	}

	.inner-toolbar ul > li {
		border-right: 0;
	}

	.inner-toolbar ul > li:first-child {
		padding-left: 0;
	}

	.inner-toolbar ul > li.right {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 480px) {
	.inner-toolbar .nav-pills a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.inner-toolbar ul > li.right {
		clear: both;
		float: none;
		vertical-align: top;
	}
}
/* Toolbar + Layout Fixed */
@media only screen and (min-width: 768px) {
	html.fixed .inner-toolbar {
		left: 300px;
		right: 0;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 114px;
		z-index: 1001;
	}
}
/* dark */
html.dark .inner-toolbar {
	border-left: none;
	border-bottom: 1px solid #242830;
}

html.dark .inner-toolbar > ul > li {
	border-color: #242830;
}

/* Treeview */
.jstree-default .jstree-checkbox {
	background-image: url(../img/jstree.png);
}

.jstree-default .jstree-icon {
	color: #333;
}

.jstree-default .jstree-hovered {
	background-color: white;
}

.jstree-default .jstree-clicked {
	background-color: white;
}

.jstree-default .jstree-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.jstree-default .colored {
	color: #ccc;
}

.jstree-default .colored .jstree-icon {
	color: #ccc;
}

.jstree-default .colored-icon .jstree-icon {
	color: #ccc;
}

.jstree-default .folder .jstree-icon {
	color: #ddc03f !important;
}

/* dark */
html.dark body .jstree-default .jstree-checkbox {
	background-image: url(../img/jstree-dark.png);
}

html.dark body .jstree-default .jstree-hovered {
	background-color: #21262d !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html.dark body .jstree-default .jstree-clicked {
	background-color: #1d2127 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html.dark body .jstree-default .jstree-icon {
	color: #808697;
}

/* Blockquotes */
blockquote {
	border-left: 5px solid #eee;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
	font-size: 1em;
}

blockquote.with-borders {
	border-radius: 6px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 20.8px;
	padding: 1.3rem;
}

blockquote.primary {
	border-color: #ccc;
}

blockquote.success {
	border-color: #47a447;
}

blockquote.warning {
	border-color: #ed9c28;
}

blockquote.danger {
	border-color: #d2322d;
}

blockquote.info {
	border-color: #5bc0de;
}

blockquote.dark {
	border-color: #171717;
}

/* Paragraphs */
p {
	color: #777;
	line-height: 24px;
	margin: 0 0 20px;
}

p.featured {
	font-size: 1.6em;
	line-height: 1.5em;
}

p.lead {
	line-height: 25.6px;
	line-height: 1.6rem;
}

p .alternative-font {
	display: inline-block;
	margin-top: -15px;
	position: relative;
	top: 3px;
	margin-bottom: -6px;
}

/* Links */
a,
a:hover,
a:focus {
	color: #ccc;
}

/* Drop Caps */
p.drop-caps:first-letter {
	float: left;
	font-size: 75px;
	line-height: 60px;
	padding: 4px;
	margin-right: 5px;
	margin-top: 5px;
	font-family: Georgia;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #ccc;
	color: #fff;
	padding: 6px;
	margin-right: 5px;
	border-radius: 4px;
}

/* Default Font Style */
.default-font {
	font-family: 'Open Sans', Arial, sans-serif;
}

/* Alternative Font Style */
.alternative-font {
	color: #ccc;
	font-family: 'Shadows Into Light', cursive;
	font-size: 1.6em;
}

/* Highlight */
.highlight {
	color: #fff;
	padding: 3px 6px;
}

/* Userbox */
.userbox {
	display: inline-block;
	margin: 3px 17px 0 0;
	position: relative;
	vertical-align: middle;
}

.userbox > a {
	display: inline-block;
	text-decoration: none;
}

.userbox a:hover {
	text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.userbox .profile-picture img {
	width: 35px;
	color: transparent;
}

.userbox .profile-info {
	margin: -3px 25px 0 10px;
}

.userbox .name,
.userbox .role {
	display: block;
}

.userbox .name {
	color: #000011;
	font-size: 12.8px;
	font-size: 0.8rem;
	line-height: 17.6px;
	line-height: 1.1rem;
}

.userbox .role {
	color: #acacac;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 11.2px;
	line-height: 0.7rem;
}

.userbox .custom-caret {
	color: #000011;
	font-size: 16px;
	font-weight: bold;
}

.userbox .custom-caret:before {
	content: '\f107';
}

@media only screen and (max-width: 767px) {
	.userbox .name,
	.userbox .role {
		max-width: 68px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
/* Userbox - Open */
.userbox.show > a {
	position: relative;
	z-index: 993;
}

.userbox.show > a .custom-caret:before {
	content: '\f106';
}

.userbox.show .dropdown-menu {
	border: none;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	left: -11px !important;
	padding: 45px 10px 0;
	top: -10px !important;
	-webkit-transform: none !important;
	transform: none !important;
	width: 100%;
	z-index: 992;
}

.userbox.show .dropdown-menu li {
	margin-bottom: 5px;
}

.userbox.show .dropdown-menu a {
	border-radius: 2px;
	color: #7d7d7d;
	display: block;
	line-height: 20.8px;
	line-height: 1.3rem;
	padding: 4px 10px;
	font-size: 12px;
	font-size: 0.75rem;
}

.userbox.show .dropdown-menu a i {
	font-size: 14.4px;
	font-size: 0.9rem;
}

.userbox.show .dropdown-menu a:hover {
	background: #ccc;
	color: #fff;
}

.userbox.show .dropdown-menu i {
	margin-right: 3px;
	vertical-align: middle;
}

/* Userbox - Mobile */
@media only screen and (max-width: 767px) {
	.userbox {
		float: left;
		margin: 16px 0 0 12px;
		position: relative;
	}

	.userbox:after {
		background: #e9e9e6;
		content: '';
		height: 63px;
		margin: 0;
		position: absolute;
		right: -21px;
		top: -18px;
		width: 1px;
	}

	.userbox .profile-picture {
		display: none;
	}

	.userbox.show .dropdown-menu {
		left: -5px !important;
		padding: 43px 0 0 0;
	}
}
/* Header Dark - Userbox */
html.dark .userbox:after,
html.header-dark .userbox:after {
	background: #121518;
}

html.dark .userbox .name,
html.dark .userbox .custom-caret,
html.header-dark .userbox .name,
html.header-dark .userbox .custom-caret {
	color: #c3c3c3;
}

html.dark .userbox.show .dropdown-menu .name,
html.dark .userbox.show .dropdown-menu .custom-caret,
html.header-dark .userbox.show .dropdown-menu .name,
html.header-dark .userbox.show .dropdown-menu .custom-caret {
	color: #c3c3c3;
}

html.dark .userbox.show .dropdown-menu a,
html.header-dark .userbox.show .dropdown-menu a {
	color: #c3c3c3;
}

html.dark .userbox.show .dropdown-menu a:hover,
html.header-dark .userbox.show .dropdown-menu a:hover {
	color: #fff;
}

html.dark .userbox .dropdown-menu,
html.header-dark .userbox .dropdown-menu {
	background: #282d36;
}

html.dark .userbox .dropdown-menu .divider,
html.header-dark .userbox .dropdown-menu .divider {
	background: #1d2127;
}

html.dark .userbox .dropdown-menu a,
html.header-dark .userbox .dropdown-menu a {
	color: #c3c3c3;
}

/* Widget - Simple User List */
ul.simple-user-list {
	list-style: none;
	padding: 0;
}

ul.simple-user-list li {
	margin: 0 0 20px;
}

ul.simple-user-list li .image {
	float: left;
	margin: 0 10px 0 0;
}

ul.simple-user-list li .title {
	color: #000011;
	display: block;
	line-height: 1.334;
}

ul.simple-user-list li .message {
	display: block;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1.334;
}

/* Widget - Simple Post List */
ul.simple-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.simple-post-list li {
	border-bottom: 1px dotted #e2e2e2;
	padding: 15px 0;
}

ul.simple-post-list li::after {
	clear: both;
	content: '';
	display: block;
}

ul.simple-post-list li::last-child {
	border-bottom: 0;
}

ul.simple-post-list li .post-image {
	float: left;
	margin-right: 12px;
}

ul.simple-post-list li .post-meta {
	color: #888;
	font-size: 0.8em;
}

ul.simple-post-list li:last-child {
	border-bottom: none;
}

/* Widget - Simple Todo List */
.simple-todo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-todo-list li {
	position: relative;
	padding: 0 0 4px 20px;
}

.simple-todo-list li.completed {
	color: #a7a7a7;
}

.simple-todo-list li.completed:before {
	position: absolute;
	top: -1px;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f00c';
	z-index: 1;
}

/* Widget - Social Icons */
.social-icons-list {
	display: block;
	margin: 0;
	padding: 0;
}

.social-icons-list a {
	background: #ccc;
	border-radius: 25px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.social-icons-list a:hover {
	text-decoration: none;
}

.social-icons-list a span {
	display: none;
}

.social-icons-list a i {
	color: #fff;
	font-weight: normal;
}

/* Widget - Simple Compose Box */
.simple-compose-box {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background-color: #fff;
}

.simple-compose-box textarea {
	background-color: transparent;
	display: block;
	width: 100%;
	padding: 10px 10px 5px;
	border: 0;
	resize: none;
	border-radius: 3px;
}

.simple-compose-box textarea:focus {
	border: 0 none;
	outline: none;
}

.simple-compose-box .compose-box-footer {
	background-color: #f6f7f8;
	border-radius: 0 0 5px 5px;
}

.simple-compose-box .compose-box-footer::after {
	clear: both;
	content: '';
	display: block;
}

.simple-compose-box .compose-box-footer .compose-toolbar {
	list-style: none;
	margin: 0;
	padding: 0 3px;
	float: left;
}

.simple-compose-box .compose-box-footer .compose-toolbar li {
	display: inline-block;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	color: #b3b7bd;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
	background-color: #e8eaed;
}

.simple-compose-box .compose-box-footer .compose-btn {
	list-style: none;
	margin: 0;
	padding: 3px;
	float: right;
}

/* Widget - Simple Card List */
ul.simple-card-list {
	list-style: none;
	padding: 0;
}

ul.simple-card-list li {
	padding: 10px 15px;
	margin: 15px 0;
	border-radius: 7px;
}

ul.simple-card-list li h3 {
	font-weight: 600;
	margin: 0;
}

ul.simple-card-list li p {
	margin: 0;
	opacity: 0.7;
}

.simple-card-list li.primary {
	background: #ccc;
	color: #fff;
}

.simple-card-list li.success {
	background: #47a447;
	color: #fff;
}

.simple-card-list li.warning {
	background: #ed9c28;
	color: #fff;
}

.simple-card-list li.danger {
	background: #d2322d;
	color: #fff;
}

.simple-card-list li.info {
	background: #5bc0de;
	color: #fff;
}

.simple-card-list li.dark {
	background: #171717;
	color: #fff;
}

div.simple-card-list {
	display: table;
	width: 100%;
}

div.simple-card-list .card {
	display: table-cell;
}

div.simple-card-list .card .card-content {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 0 7px;
	padding: 5px;
}

div.simple-card-list .card h3 {
	font-weight: 600;
	margin: 0;
}

div.simple-card-list .card p {
	margin: 0;
	opacity: 0.7;
}

/* Widget - Simple Button List */
ul.simple-bullet-list {
	list-style: none;
	padding: 0;
}

ul.simple-bullet-list li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}

ul.simple-bullet-list li:before {
	border: 6px solid #ccc;
	border-radius: 100px;
	content: '';
	display: inline-block;
	left: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	z-index: 2;
}

ul.simple-bullet-list li .title {
	display: block;
	font-weight: 700;
	font-size: 13.6px;
	font-size: 0.85rem;
	line-height: 1.4;
	color: #171717;
}

ul.simple-bullet-list li .description {
	display: block;
	color: #999;
	font-size: 11.2px;
	font-size: 0.7rem;
	line-height: 1.334;
}

ul.simple-bullet-list li.red:before {
	border-color: #d64b4b;
}

ul.simple-bullet-list li.green:before {
	border-color: #4dd79c;
}

ul.simple-bullet-list li.blue:before {
	border-color: #0090d9;
}

ul.simple-bullet-list li.orange:before {
	border-color: #e2a917;
}

/* Widget - Summary */
.widget-summary {
	display: table;
	width: 100%;
}

.widget-summary::after {
	clear: both;
	content: '';
	display: block;
}

.widget-summary .widget-summary-col {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
	width: 1%;
}

.widget-summary .summary-icon {
	margin-right: 15px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 51.2px;
	font-size: 3.2rem;
	text-align: center;
	color: #fff;
	border-radius: 55px;
}

.widget-summary .summary {
	min-height: 65px;
	word-break: break-all;
}

.widget-summary .summary .title {
	margin: 0;
	font-size: 14.4px;
	font-size: 0.9rem;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
}

.widget-summary .summary .info {
	font-size: 13.6px;
	font-size: 0.85rem;
}

.widget-summary .summary .info span {
	vertical-align: middle;
}

.widget-summary .summary .amount {
	margin-right: 0.2em;
	font-weight: 600;
	color: #333;
	vertical-align: middle;
	font-size: 22.4px;
	font-size: 1.4rem;
}

.widget-summary .summary-footer {
	padding: 5px 0 0;
	border-top: 1px dotted #ddd;
	text-align: right;
}

.bg-primary .widget-summary .summary .title,
.bg-primary .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-primary .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-primary .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-primary .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-secondary .widget-summary .summary .title,
.bg-secondary .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-secondary .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-secondary .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-secondary .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-tertiary .widget-summary .summary .title,
.bg-tertiary .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-tertiary .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-tertiary .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-tertiary .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-quaternary .widget-summary .summary .title,
.bg-quaternary .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-quaternary .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-quaternary .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-quaternary .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-success .widget-summary .summary .title,
.bg-success .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-success .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-success .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-success .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-warning .widget-summary .summary .title,
.bg-warning .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-warning .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-warning .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-warning .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-danger .widget-summary .summary .title,
.bg-danger .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-danger .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-danger .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-danger .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-info .widget-summary .summary .title,
.bg-info .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-info .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-info .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-info .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

.bg-dark .widget-summary .summary .title,
.bg-dark .widget-summary .summary .amount {
	color: #fff !important;
}

.bg-dark .widget-summary .summary-icon {
	background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .widget-summary .summary-footer {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.2);
}

.bg-dark .widget-summary .summary-footer a {
	color: #fff;
	opacity: 0.6;
}

@media (min-width: 480px) {
	.widget-summary.widget-summary-xlg {
		padding: 5px 0;
	}

	.widget-summary.widget-summary-xlg .summary-icon {
		width: 110px;
		height: 110px;
		line-height: 110px;
		font-size: 3.2rem;
	}

	.widget-summary.widget-summary-xlg .summary {
		min-height: 80px;
	}

	.widget-summary.widget-summary-xlg .summary .title {
		font-size: 1.4rem;
	}

	.widget-summary.widget-summary-xlg .summary .info {
		font-size: 0.9rem;
	}
}

.widget-summary.widget-summary-lg {
	padding: 0;
}

.widget-summary.widget-summary-lg .summary-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 48px;
	font-size: 3rem;
}

.widget-summary.widget-summary-lg .summary {
	min-height: 65px;
}

.widget-summary.widget-summary-lg .summary .title {
	font-size: 14.4px;
	font-size: 0.9rem;
}

.widget-summary.widget-summary-lg .summary .info {
	font-size: 13.6px;
	font-size: 0.85rem;
}

.widget-summary.widget-summary-md {
	padding: 0;
}

.widget-summary.widget-summary-md .summary-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 38.4px;
	font-size: 2.4rem;
}

.widget-summary.widget-summary-md .summary {
	min-height: 0;
	margin-top: 12px;
}

.widget-summary.widget-summary-md .summary .title {
	font-size: 12px;
	font-size: 0.75rem;
}

.widget-summary.widget-summary-md .summary .info {
	font-size: 11.2px;
	font-size: 0.7rem;
}

.widget-summary.widget-summary-md .summary .amount {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.widget-summary.widget-summary-md .summary-footer {
	display: none;
}

.widget-summary.widget-summary-sm {
	padding: 0;
}

.widget-summary.widget-summary-sm .summary-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 27.2px;
	font-size: 1.7rem;
}

.widget-summary.widget-summary-sm .summary {
	min-height: 0;
	margin-top: 4px;
}

.widget-summary.widget-summary-sm .summary .title {
	font-size: 12px;
	font-size: 0.75rem;
}

.widget-summary.widget-summary-sm .summary .info {
	font-size: 11.2px;
	font-size: 0.7rem;
}

.widget-summary.widget-summary-sm .summary .amount {
	font-size: 14.4px;
	font-size: 0.9rem;
	font-weight: 700;
}

.widget-summary.widget-summary-sm .summary-footer {
	display: none;
}

.widget-summary.widget-summary-xs {
	padding: 0;
}

.widget-summary.widget-summary-xs .summary-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-size: 1rem;
}

.widget-summary.widget-summary-xs .summary {
	min-height: 0;
}

.widget-summary.widget-summary-xs .summary .title {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 40px;
}

.widget-summary.widget-summary-xs .summary .info {
	display: none;
}

.widget-summary.widget-summary-xs .summary-footer {
	display: none;
}

/* Widget - Profile Info */
.widget-profile-info {
	display: table;
	width: 100%;
}

.widget-profile-info .profile-picture {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}

.widget-profile-info .profile-picture img {
	display: block;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	border: 4px solid #fff;
	border-radius: 50px;
}

.widget-profile-info .profile-info {
	display: table-cell;
	vertical-align: bottom;
	width: 100%;
	color: #fff;
}

.widget-profile-info .profile-info .profile-footer {
	padding: 5px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	text-align: right;
}

.widget-profile-info .profile-info .profile-footer a {
	color: #fff;
	opacity: 0.6;
}

/* Widget - Twitter Profile */
.widget-twitter-profile {
	background-color: #ccc;
	border-radius: 5px;
	color: #fff;
}

.widget-twitter-profile .top-image img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.widget-twitter-profile .profile-info {
	padding: 15px;
	min-height: 75px;
}

.widget-twitter-profile .profile-info::after {
	clear: both;
	content: '';
	display: block;
}

.widget-twitter-profile .profile-info .profile-picture {
	float: left;
	margin-right: 15px;
	position: relative;
}

.widget-twitter-profile .profile-info .profile-picture img {
	display: block;
	width: 100px;
	height: 100px;
	margin: -25px 0;
	border: 4px solid #fff;
	border-radius: 50px;
}

.widget-twitter-profile .profile-info .profile-account {
	float: left;
}

.widget-twitter-profile .profile-info .profile-account .name {
	margin: 0;
}

.widget-twitter-profile .profile-info .profile-account .account {
	color: white;
	margin: 0;
	line-height: 1.4;
}

.widget-twitter-profile .profile-info .profile-stats {
	float: right;
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li {
	float: left;
	padding: 0 10px;
}

.widget-twitter-profile .profile-info .profile-stats li .stat {
	margin: 0;
}

.widget-twitter-profile .profile-info .profile-stats li .count {
	display: block;
	margin: 0;
	line-height: 1.4;
	font-weight: 600;
}

.widget-twitter-profile .profile-quote {
	background-color: #d6d6d6;
	border-radius: 0 0 5px 5px;
	padding: 25px 15px 15px 150px;
}

.widget-twitter-profile .profile-quote blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

.widget-twitter-profile .profile-quote blockquote p {
	position: relative;
	font-style: italic;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	padding: 15px 0;
	margin: 0 0 10px;
	font-family: Georgia, serif;
	color: #fff;
}

.widget-twitter-profile .profile-quote blockquote p:before {
	position: absolute;
	top: 0;
	left: -45px;
	content: '\201C';
	line-height: 1;
	font-size: 80px;
	font-family: Georgia, serif;
	font-style: normal;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top: 1px solid #e6e6e6;
	padding: 5px 0;
	text-align: right;
	color: white;
}

.widget-twitter-profile .profile-quote .quote-footer a {
	color: white;
}

/* Widget - Twitter Profile Responsive */
@media only screen and (max-width: 479px) {
	.widget-twitter-profile .profile-info .profile-stats {
		clear: both;
		float: none;
		padding: 45px 0 0;
		text-align: center;
	}

	.widget-twitter-profile .profile-info .profile-stats li {
		display: inline-block;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.widget-twitter-profile .profile-quote {
		padding-left: 10px;
	}

	.widget-twitter-profile .profile-quote blockquote {
		padding-left: 45px;
	}
}

html.dark {
	/* Widget Summary */
	/* Panel Footer - Button Group */
	/* To-do List */
	/* Simple Post List */
	/* Simple User List */
	/* Simple Bullet List */
	/* Simple Compose Box */
}

html.dark .widget-summary .summary .title,
html.dark .widget-summary .summary .amount {
	color: #eee;
}

html.dark .widget-summary .summary-footer {
	border-color: #4c4c4c;
}

html.dark .card-footer-btn-group a {
	background-color: #282d36;
	border-color: #21262d;
}

html.dark .card-footer-btn-group a:hover {
	background-color: #2e353e;
}

html.dark ul.widget-todo-list li {
	border-color: #242830;
}

html.dark ul.simple-post-list li {
	border-color: #4c4c4c;
}

html.dark ul.simple-user-list li .title {
	color: #eee;
}

html.dark ul.simple-bullet-list li .title {
	color: #eee;
}

html.dark .simple-compose-box {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .simple-compose-box .compose-box-footer {
	background-color: #21262d;
}

/* Wizard */
.card-body .wizard-tabs {
	margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
	margin: 0;
}

.wizard-tabs ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wizard-tabs ul > li {
	display: table-cell;
	border-bottom: 1px solid #eee;
}

.wizard-tabs ul > li.active {
	border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a,
.wizard-tabs ul > li.active > a:hover,
.wizard-tabs ul > li.active > a:focus {
	background: #fff;
	color: #555;
}

.wizard-tabs ul > li.active > a:after {
	border-left-color: #fff;
}

.wizard-tabs ul > li.active .badge {
	background-color: #ccc;
}

.wizard-tabs ul > li.disabled > a,
.wizard-tabs ul > li.disabled > a:hover,
.wizard-tabs ul > li.disabled > a:focus {
	color: #ccc;
}

.wizard-tabs ul > li.disabled .badge {
	background-color: #ccc;
}

.wizard-tabs ul > li > a {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 13.6px;
	font-size: 0.85rem;
	text-decoration: none;
	color: #555;
}

.wizard-tabs ul > li > a .badge {
	border-radius: 100%;
	color: #fff;
	background: #ccc;
	padding: 6.4px 8.8px;
	padding: 0.4rem 0.55rem;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.wizard-tabs ul > li > a,
.wizard-tabs ul > li > a:hover {
	background: #f4f4f4;
	color: #555;
}

.wizard-tabs ul > li > a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wizard-tabs ul > li > a:active,
.wizard-tabs ul > li > a:focus {
	border-bottom: 0;
}

.wizard-tabs ul > li > a:before,
.wizard-tabs ul > li > a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
	border: 17px solid transparent;
	border-right: 0;
	border-left: 10px solid transparent;
	width: 0;
	height: 0;
}

.wizard-tabs ul > li > a:before {
	z-index: 1;
	right: -11px;
	border-left-color: #e0e0e0;
}

.wizard-tabs ul > li > a:after {
	z-index: 2;
	border-left-color: #f4f4f4;
}

.wizard-tabs ul > li:last-child > a:before,
.wizard-tabs ul > li:last-child > a:after {
	display: none;
}

html.dark .wizard-tabs ul > li {
	border-color: #282d36;
}

html.dark .wizard-tabs ul > li.active {
	border-color: #2e353e;
}

html.dark .wizard-tabs ul > li.active a,
html.dark .wizard-tabs ul > li.active a:hover,
html.dark .wizard-tabs ul > li.active a:active {
	background: #2e353e;
	color: #eee;
}

html.dark .wizard-tabs ul > li.active a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li.active a:after {
	border-left-color: #2e353e;
}

html.dark .wizard-tabs ul > li a,
html.dark .wizard-tabs ul > li a:hover {
	background: #282d36;
	color: #eee;
}

html.dark .wizard-tabs ul > li a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li a:after {
	border-left-color: #282d36;
}

html .wizard-progress,
html.dark .wizard-progress {
	margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
	height: 2px;
	margin: 0 38px;
	position: relative;
	top: 15px;
	background: #ccc;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	height: 100%;
	width: 0;
	background: #ccc;
	-webkit-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
	display: inline-block;
	width: 100%;
	font-size: 0;
	text-align: justify;
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
	display: inline-block;
	width: 100%;
	content: '.';
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	max-width: 100px;
}

html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
	position: relative;
	display: block;
	padding: 25px 8px 0;
	font-size: 11px;
	color: #33333f;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #ccc;
	color: #fff;
	line-height: 26px;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 35px;
	font-size: 13px;
	text-indent: -1px;
	border: 2px solid #ccc;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	background: #ccc;
	color: #fff;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #fff;
	color: #ccc;
	border-color: #ccc;
}

html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
	color: #fff;
}

html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
	margin: 0 auto 30px;
	width: 80%;
}

html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
	margin: 0 52px;
	height: 4px;
	top: 34px;
}

html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
	padding-top: 30px;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
	max-width: 135px;
}

html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
	padding-top: 40px;
	font-size: 14px;
}

html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 52px;
	font-size: 22px;
	border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
	color: #808697;
}

html.dark .wizard-progress.wizard-progress ul li a span {
	background: #242830;
	border-color: #242830;
}

html.dark .wizard-progress .wizard-steps li.active a span {
	background: #242830;
}

html.dark .wizard-progress .steps-progress {
	background: #242830;
}

@media only screen and (max-width: 991px) {
	html .wizard-progress,
	html .wizard-progress.wizard-progress-lg,
	html.dark .wizard-progress,
	html.dark .wizard-progress.wizard-progress-lg {
		width: auto;
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}

	html .wizard-progress .steps-progress,
	html.dark .wizard-progress .steps-progress {
		display: none;
	}

	html .wizard-progress .wizard-steps,
	html.dark .wizard-progress .wizard-steps {
		display: block;
		font-size: 0;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	}

	html .wizard-progress .wizard-steps li,
	html.dark .wizard-progress .wizard-steps li {
		-webkit-transition: margin 0.5s linear;
		transition: margin 0.5s linear;
		display: inline-block;
		float: none;
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: none;
	}

	html .wizard-progress .wizard-steps li a,
	html.dark .wizard-progress .wizard-steps li a {
		position: relative;
		z-index: 2;
	}

	html .wizard-progress .wizard-steps li:before,
	html .wizard-progress .wizard-steps li:after,
	html.dark .wizard-progress .wizard-steps li:before,
	html.dark .wizard-progress .wizard-steps li:after {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		width: 50%;
	}

	html .wizard-progress .wizard-steps li:before,
	html.dark .wizard-progress .wizard-steps li:before {
		background: #ccc;
		left: 0;
	}

	html .wizard-progress .wizard-steps li:after,
	html.dark .wizard-progress .wizard-steps li:after {
		background: #ccc;
		right: 0;
	}

	html .wizard-progress .wizard-steps li.active,
	html.dark .wizard-progress .wizard-steps li.active {
		margin-left: 0;
	}

	html .wizard-progress .wizard-steps li.completed,
	html.dark .wizard-progress .wizard-steps li.completed {
		margin-left: -100%;
	}

	html .wizard-progress .wizard-steps li.completed:after,
	html.dark .wizard-progress .wizard-steps li.completed:after {
		background: #ccc;
	}

	html .wizard-progress .wizard-steps li.completed.active,
	html.dark .wizard-progress .wizard-steps li.completed.active {
		margin-left: 0;
	}

	html .wizard-progress .wizard-steps li:first-child:before,
	html.dark .wizard-progress .wizard-steps li:first-child:before {
		display: none;
	}

	html .wizard-progress .wizard-steps li:last-child:after,
	html.dark .wizard-progress .wizard-steps li:last-child:after {
		display: none;
	}

	html .wizard-progress.wizard-progress-lg .wizard-steps li,
	html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
		min-width: 0;
		max-width: none;
	}

	html .wizard-progress.wizard-progress-lg .wizard-steps li:before,
	html .wizard-progress.wizard-progress-lg .wizard-steps li:after,
	html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before,
	html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
		height: 4px;
	}
}

.form-wizard {
	margin-bottom: 20px;
}

.form-wizard .tabs {
	margin-bottom: 0;
}

.form-wizard .tab-content {
	background: #fff;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
	cursor: pointer;
}

.form-wizard ul.pager .disabled a {
	cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
	display: none;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
	background: #2e353e;
	border-color: #282d36;
	color: #eee;
}

html.dark .form-wizard .pager .disabled > a,
html.dark .form-wizard .pager .disabled > a:hover,
html.dark .form-wizard .pager .disabled > a:focus,
html.dark .form-wizard .pager .disabled > span {
	background: #282d36;
	border-color: #282d36;
	color: #eee;
}

.fc .fc-toolbar h2 {
	color: #171717;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: normal;
}

.fc .fc-toolbar h2:before {
	color: #ccc;
	content: '\f073';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 2px;
	-webkit-font-smoothing: antialiased;
}

.fc .fc-toolbar .fc-button {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 0.9em;
	padding: 2px 0.8em 3px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.fc .fc-toolbar .fc-button.fc-state-active {
	color: #fff;
}

.fc .fc-day-grid-container {
	overflow: visible !important;
	height: auto !important;
}

.fc .fc-widget-header th {
	line-height: 35px;
}

.fc .fc-event {
	color: #fff !important;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.fc-event.fc-event-default {
	background: #ebebeb;
	border-color: #ebebeb;
}

.fc-event.fc-event-default .fc-event-inner {
	color: #777;
}

a.fc-event.fc-event-default:hover {
	color: #777;
}

.fc-event.fc-event-primary {
	background: #ccc;
	border-color: #ccc;
}

.fc-event.fc-event-primary .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-primary:hover {
	color: #fff;
}

.fc-event.fc-event-success {
	background: #47a447;
	border-color: #47a447;
}

.fc-event.fc-event-success .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-success:hover {
	color: #fff;
}

.fc-event.fc-event-warning {
	background: #ed9c28;
	border-color: #ed9c28;
}

.fc-event.fc-event-warning .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-warning:hover {
	color: #fff;
}

.fc-event.fc-event-danger {
	background: #d2322d;
	border-color: #d2322d;
}

.fc-event.fc-event-danger .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-danger:hover {
	color: #fff;
}

.fc-event.fc-event-info {
	background: #5bc0de;
	border-color: #5bc0de;
}

.fc-event.fc-event-info .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-info:hover {
	color: #fff;
}

.fc-event.fc-event-dark {
	background: #171717;
	border-color: #171717;
}

.fc-event.fc-event-dark .fc-event-inner {
	color: #fff;
}

a.fc-event.fc-event-dark:hover {
	color: #fff;
}

/* Fullcalendar - External Events */
.external-event {
	cursor: move;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: normal;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

/* dark */
html.dark .fc .fc-toolbar h2 {
	color: #fff;
}

html.dark .fc .fc-toolbar .fc-button {
	background: #21262d;
	color: #fff;
}

html.dark .fc-unthemed th,
html.dark .fc-unthemed td,
html.dark .fc-unthemed thead,
html.dark .fc-unthemed tbody,
html.dark .fc-unthemed .fc-divider,
html.dark .fc-unthemed .fc-row,
html.dark .fc-unthemed .fc-popover {
	border-color: rgba(0, 0, 0, 0.3);
}

html.dark .fc-unthemed .fc-today {
	background: #21262d;
}

/* Invoice */
.invoice {
	padding: 0 15px 15px;
}

/* Invoice Address Tag */
.invoice address {
	color: #7f8597;
	line-height: 1.5em;
}

/* Invoice header */
.invoice header {
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
}

.invoice header .h2,
.invoice header .h4 {
	letter-spacing: 0;
}

/* Invoice Billing Information */
.invoice .bill-to,
.invoice .bill-data {
	padding: 15px 0;
}

.invoice .bill-data .value {
	display: inline-block;
	margin-left: 10px;
	width: 90px;
}

/* Invoice table */
.invoice table.table {
	table-layout: fixed;
}

.invoice table.table > thead:first-child > tr > th {
	background-color: #f8f8f8;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
}

.invoice table.table > tbody tr > td {
	border-color: #dadada;
}

/* Invoice table items */
.invoice .invoice-items > tbody tr:last-child > td {
	border-bottom: 1px solid #dadada;
}

.invoice .invoice-items #cell-id {
	width: 10%;
}

.invoice .invoice-items #cell-item {
	width: 20%;
}

.invoice .invoice-items #cell-desc {
	width: 20%;
}

.invoice .invoice-items #cell-price {
	width: 10%;
}

.invoice .invoice-items #cell-qty {
	width: 10%;
}

.invoice .invoice-items #cell-total {
	width: 10%;
}

/* Invoice summary */
.invoice-summary .col-sm-4 {
	padding-left: 0;
}

/* Invoice Responsiveness */
@media only screen and (max-width: 991px) {
	.invoice .table-responsive > table.table {
		table-layout: auto;
	}

	.invoice-summary .col-sm-4 {
		padding-left: 15px;
	}
}
/* Invoice Print */
@media print {
	.invoice .table-responsive {
		border: none !important;
		overflow: visible !important;
		width: auto !important;
	}

	.invoice table.table.invoice-items {
		table-layout: auto;
	}

	.invoice header .col-sm-6:first-child,
	.invoice header .col-sm-6:last-child,
	.invoice .bill-info .col-md-6 {
		float: left !important;
	}

	.invoice header .col-sm-6:first-child {
		width: 25% !important;
	}

	.invoice header .col-sm-6:last-child {
		width: 75% !important;
	}

	.invoice .bill-info .col-md-6 {
		width: 50% !important;
	}

	.invoice .invoice-summary .col-sm-4 {
		float: right;
		padding: 0;
		width: 40%;
	}
}
/* dark */
html.dark .invoice header {
	border-bottom-color: #282d36;
}

html.dark .invoice table.table > thead:first-child > tr > th {
	background-color: #282d36;
	border-bottom-color: #282d36;
	border-top-color: #282d36;
}

html.dark .invoice table.table > tbody tr > td {
	border-color: #282d36;
}

/* Turns Container With Sidebar Fluid when layout is Boxed */
.container-with-sidebar {
	max-width: none;
}

html.boxed .container-with-sidebar {
	width: 100% !important;
}

html.boxed:not(.sidebar-left-collapsed) .container-with-sidebar [class*='col-']:not(.isotope-item) {
	width: 100%;
}

/* Container With Sidebar - Sidebar Collapsed */
@media (min-width: 768px) and (max-width: 991px) {
	.container-with-sidebar {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-with-sidebar {
		width: calc(970px - 144px);
	}
}

@media (min-width: 1200px) {
	.container-with-sidebar {
		width: calc(1170px - 144px);
	}
}

@media (min-width: 1600px) {
	.container-with-sidebar {
		width: calc(1570px - 144px) !important;
	}
}
/* Container With Sidebar */
@media (min-width: 768px) and (max-width: 1199px) {
	html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
		width: 100%;
	}

	html:not(.sidebar-left-collapsed):not(.boxed)
		.container-with-sidebar
		[class*='col-']:not(.isotope-item) {
		width: 100%;
	}
}

@media (min-width: 992px) {
	html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
		width: calc(970px - 300px);
	}
}

@media (min-width: 1200px) {
	html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
		width: calc(1170px - 300px);
	}
}

@media (min-width: 1600px) {
	html:not(.sidebar-left-collapsed):not(.boxed) .container-with-sidebar {
		width: calc(1570px - 300px) !important;
	}
}

/* Custom Padding Bottom - When Boxed layout */
html.boxed .custom-padding {
	padding-bottom: 0;
	padding-top: 50px;
}

/* Custom Padding Bottom - With Sidebar */
@media (max-width: 1470px) {
	html:not(.sidebar-left-collapsed) .custom-padding {
		padding-bottom: 0;
		padding-top: 30px;
	}
}

/* Custom Padding Bottom - Without Sidebar */
@media (max-width: 1599px) {
	.custom-padding {
		padding-bottom: 0;
		padding-top: 30px;
	}
}
/* Custom Padding Bottom - Without Sidebar */
@media (max-width: 767px) {
	.custom-padding {
		padding-bottom: 0;
		padding-top: 0px;
	}
}
/* Custom Padding Bottom - Without Sidebar */
@media (min-width: 1600px) {
	.custom-padding {
		padding-bottom: 0;
		padding-top: 50px;
	}
}
/* Custom Position For Porto Front-End Landing Dashboard */
.custom-pos {
	position: relative;
	top: 20px;
}

@media (max-width: 1599px) {
	.custom-pos {
		top: 70px;
	}

	.custom-pos .abs-bottom-left {
		left: 0;
	}
}

@media (max-width: 1199px) {
	.custom-pos .abs-bottom-left {
		width: 30%;
		bottom: 120px;
	}
}

@media (max-width: 991px) {
	.custom-pos {
		top: 10px;
	}

	.custom-pos .abs-bottom-left {
		width: initial;
		left: 8vw;
		bottom: -10px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* Custom Position For Porto Front-End Landing Dashboard - With Sidebar */
@media (max-width: 1599px) {
	html:not(.sidebar-left-collapsed) .custom-pos {
		top: 100px;
	}

	html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 30%;
		bottom: 80px;
	}
}

@media (max-width: 1199px) {
	html:not(.sidebar-left-collapsed) .custom-pos {
		top: 10px;
	}

	html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 30%;
		bottom: 190px;
	}
}

@media (max-width: 991px) {
	html:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 35%;
		left: 8vw;
		bottom: 0;
	}
}

/* Custom Position For Porto Front-End Landing Dashboard - Layout Boxed */
html.boxed .custom-pos {
	top: 100px;
}

html.boxed .custom-pos .abs-bottom-left {
	left: -5px;
}

@media (max-width: 991px) {
	html.boxed .custom-pos .abs-bottom-left {
		width: 35%;
		left: 9vw;
	}
}

html.boxed:not(.sidebar-left-collapsed) .custom-pos {
	top: 10px;
}

html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
	left: 6vw;
}

@media (max-width: 1599px) {
	html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 24%;
	}
}

@media (max-width: 1199px) {
	html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 27%;
		left: 2vw;
	}
}

@media (max-width: 991px) {
	html.boxed:not(.sidebar-left-collapsed) .custom-pos .abs-bottom-left {
		width: 35%;
		left: 9vw;
	}
}

/* Section Padding */
.section-padding {
	padding: 90px 0 75px;
}

/* Section Full Width Background Light */
.section-full-width-bg-light {
	position: relative;
	background-color: #fff;
}

.section-full-width-bg-light:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* Absolute Position Bottom Left */
.abs-bottom-left {
	position: absolute;
	bottom: -3px;
	left: 40px;
}

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

/* List */
.list.list-icons > li {
	line-height: 2.2;
}

/* Testimonial */
.testimonial {
	background: #ecedf0;
	padding: 40px;
}

.testimonial blockquote {
	position: relative;
	border-left: none;
	font-family: Georgia, serif;
	padding: 10px 60px;
	margin-bottom: 0;
}

.testimonial blockquote:before {
	left: 10px;
	top: 0;
	color: #777;
	content: '\201C';
	font-size: 80px;
	font-style: normal;
	font-family: Georgia, serif;
	line-height: 1;
	position: absolute;
}

.testimonial blockquote:after {
	color: #777;
	content: '\201D';
	font-size: 80px;
	font-style: normal;
	font-family: Georgia, serif;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	right: 10px;
}

.testimonial blockquote p {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.8;
}

.log-viewer {
	line-height: 41.6px;
	line-height: 2.6rem;
	font-family: monospace;
	font-size: 13.6px;
	font-size: 0.85rem;
}

.media-gallery ul.mg-folders {
	list-style: none;
	padding: 0;
	margin: 0;
}

.media-gallery ul.mg-folders > li {
	display: block;
	position: relative;
}

.media-gallery ul.mg-folders > li a.menu-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 80px;
}

.media-gallery ul.mg-folders > li a.menu-item i {
	margin-right: 5px;
	width: 16px;
}

.media-gallery ul.mg-folders > li .item-options {
	position: absolute;
	padding: 10px 0;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}

.media-gallery ul.mg-folders > li .item-options a:hover {
	text-decoration: none;
}

.media-gallery ul.mg-folders > li:hover .item-options {
	opacity: 1;
}

.media-gallery ul.mg-tags {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}

.media-gallery ul.mg-tags::after {
	clear: both;
	content: '';
	display: block;
}

.media-gallery ul.mg-tags > li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.media-gallery ul.mg-tags > li a {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	background-color: #171717;
	border-radius: 5px;
	color: #666;
}

.media-gallery ul.mg-tags > li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}

.media-gallery .mg-files {
	padding: 5px 0 30px;
}

.media-gallery .mg-files .thumbnail {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview {
	position: relative;
	z-index: 2;
}

.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
	display: block;
	overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview img {
	width: 100%;
	border-radius: 5px;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 15px 15px;
	color: #fff;
	background-color: #ccc;
	border-radius: 0 0 0 15px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.1s linear 0.1s;
	transition: -webkit-transform 0.1s linear 0.1s;
	transition: transform 0.1s linear 0.1s;
	transition:
		transform 0.1s linear 0.1s,
		-webkit-transform 0.1s linear 0.1s;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ccc;
	color: #fff;
	padding: 6px 10px;
	-webkit-transition: -webkit-transform 0.1s linear 0.1s;
	transition: -webkit-transform 0.1s linear 0.1s;
	transition: transform 0.1s linear 0.1s;
	transition:
		transform 0.1s linear 0.1s,
		-webkit-transform 0.1s linear 0.1s;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar::after {
	clear: both;
	content: '';
	display: block;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
	margin: 0;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group > a {
	color: #fff;
	padding: 0 5px;
}

.media-gallery
	.mg-files
	.thumbnail
	.thumb-preview
	.mg-thumb-options
	.mg-toolbar
	.mg-group
	.mg-toggle {
	color: #fff;
	background: none;
	border: none;
	padding: 2px 2px 2px 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.media-gallery
	.mg-files
	.thumbnail
	.thumb-preview
	.mg-thumb-options
	.mg-toolbar
	.mg-group
	.mg-toggle:focus {
	outline: 0 !important;
}

.media-gallery
	.mg-files
	.thumbnail
	.thumb-preview
	.mg-thumb-options
	.mg-toolbar
	.mg-group
	.mg-dropdown {
	-webkit-transform: none !important;
	transform: none !important;
	top: 32px !important;
	left: auto !important;
	right: 0 !important;
}

.media-gallery .mg-files .thumbnail .mg-title {
	margin: 13px 0 2px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-title small {
	position: relative;
	top: 0;
	left: 0;
	color: #9e9e9e;
	opacity: 0;
	z-index: 1;
	font-size: 16px;
	font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-description::after {
	clear: both;
	content: '';
	display: block;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	border-color: #fff;
	-webkit-box-shadow: 0 0 8px -1px #ccc;
	box-shadow: 0 0 8px -1px #ccc;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
	opacity: 1;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
	visibility: visible;
}

.media-gallery
	.mg-files
	.thumbnail.thumbnail-selected
	.thumb-preview
	.mg-thumb-options
	.mg-toolbar {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .mg-title small {
	opacity: 1;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
	visibility: visible;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

html.sidebar-light:not(.dark) .media-gallery ul.mg-tags > li a {
	background-color: #f2f2f2;
	color: #777;
}

html.dark .media-gallery .mg-files .thumbnail.thumbnail-selected {
	border-color: #242830;
}

html.dark .media-gallery .mg-files .thumbnail .mg-title small {
	color: #808697;
}

/* Change Content Background Color */
html.search-results body {
	background: #fff;
}

/* Search Results Wrapper */
.search-content {
	margin: -40px;
}

.search-content .search-control-wrapper {
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	margin-top: 3px;
	padding: 20px;
}

/* Search Results Tabs */
.search-content .search-toolbar {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 40px;
}

.search-content .search-toolbar .nav-pills {
	margin: 0 40px;
}

.search-content .search-toolbar .nav-pills li {
	margin: 0 15px 0 0;
}

.search-content .search-toolbar .nav-pills li:last-child {
	margin-right: 0;
}

.search-content .search-toolbar .nav-pills li a {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 0;
	border-right: 0;
	margin-bottom: -1px;
}

.search-content .search-toolbar .nav-pills li a,
.search-content .search-toolbar .nav-pills li a:hover,
.search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #777;
}

.search-content .search-toolbar .nav-pills li a:hover,
.search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #555;
}

.search-content .search-toolbar .nav-pills li.active a {
	color: #ccc;
	border-bottom-color: #ccc;
}

.search-content > .tab-content {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 40px;
}

/* Search Result Totals */
.search-content .total-results {
	margin-top: -25px;
}

/* Search Results List */
.search-results-list {
	max-width: 750px;
}

.search-results-list li {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.search-results-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.search-results-list .result-type {
	right: 5px;
	position: absolute;
	top: 5px;
}

.search-results-list a {
	border-radius: 4px;
	display: block;
	padding: 25px;
	text-decoration: none;
}

.search-results-list a .title {
	margin-top: 0;
}

.search-results-list a .description {
	color: #777;
}

.search-results-list a p:last-child {
	margin-bottom: 0;
}

.search-results-list a:hover {
	background: #f7f7f7;
}

.search-results-list .has-thumb {
	display: table;
	width: 100%;
}

.search-results-list .has-thumb .result-thumb,
.search-results-list .has-thumb .result-data {
	display: table-cell;
	vertical-align: top;
}

.search-results-list .result-thumb {
	padding-right: 25px;
}

.search-results-list .result-thumb img,
.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas {
	height: 75px;
	width: 75px;
}

.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas {
	background: #ccc;
	color: #fff;
	font-size: 57.6px;
	font-size: 3.6rem;
	line-height: 120px;
	line-height: 7.5rem;
	text-align: center;
}

/* Search Results Responsive */
@media only screen and (max-width: 767px) {
	.search-content {
		margin: -20px;
	}
}

@media only screen and (max-width: 480px) {
	.search-results-list .has-thumb {
		display: block;
	}

	.search-results-list .has-thumb::after {
		clear: both;
		content: '';
		display: block;
	}

	.search-results-list .has-thumb .result-thumb,
	.search-results-list .has-thumb .result-data {
		display: block;
	}

	.search-results-list .has-thumb .result-thumb {
		float: left;
	}

	.search-results-list .has-thumb .result-data .title {
		margin-top: 3px;
	}

	.search-results-list .result-thumb img,
	.search-results-list .result-thumb .fa,
	.search-results-list .result-thumb .fab,
	.search-results-list .result-thumb .fal,
	.search-results-list .result-thumb .far,
	.search-results-list .result-thumb .fas {
		height: 35px;
		width: 35px;
	}

	.search-results-list .result-thumb .fa,
	.search-results-list .result-thumb .fab,
	.search-results-list .result-thumb .fal,
	.search-results-list .result-thumb .far,
	.search-results-list .result-thumb .fas {
		font-size: 0.9rem;
		line-height: 3.5rem;
	}
}
/* dark */
html.dark .search-content .search-control-wrapper {
	background: #1d2127;
	border-bottom-color: #282d36;
}

html.dark .search-content .tab-content {
	background: transparent;
}

html.dark .search-content .search-toolbar {
	background: #21262d;
	border-bottom-color: #21262d;
}

html.dark .search-content .search-toolbar .nav-pills a,
html.dark .search-content .search-toolbar .nav-pills a:hover,
html.dark .search-content .search-toolbar .nav-pills a:focus {
	border-bottom-color: #21262d;
	border-top-color: #21262d;
	color: #808697;
}

html.dark .search-content .search-toolbar .nav-pills a:hover,
html.dark .search-content .search-toolbar .nav-pills a:focus {
	border-bottom-color: #21262d;
	border-top-color: #21262d;
	color: #555;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #ccc;
	border-bottom-color: #ccc;
}

html.dark .search-content .search-results-list li {
	border-bottom-color: #282d36;
}

html.dark .search-content .search-results-list a .description {
	color: #808697;
}

html.dark .search-content .search-results-list a:hover {
	background: #282d36;
}

/* Sign Screens - Wrappers */
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign .card-sign {
	background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
	background-color: #ccc;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.body-sign .card-sign .card-body {
	background: #fff;
	border-top: 5px solid #ccc;
	border-radius: 5px 0 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign .checkbox-custom {
	margin-top: 8px;
}

.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	position: relative;
}

.body-sign .line-thru span {
	color: #ccc;
	position: relative;
	z-index: 3;
}

.body-sign .line-thru:before {
	background-color: #fff;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.body-sign .line-thru:after {
	border-bottom: 1px solid #dadada;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

/* dark */
html.dark .body-sign .card-sign .card-body {
	background-color: #2e353e;
}

html.dark .body-sign .line-thru:before {
	background-color: #2e353e;
}

html.dark .body-sign .line-thru:after {
	border-bottom-color: #282d36;
}

.timeline .tm-body {
	position: relative;
	padding: 30px 0;
}

.timeline .tm-body:after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(80, 80, 80, 0)),
		color-stop(8%, #505050),
		color-stop(92%, #505050),
		to(rgba(80, 80, 80, 0))
	);
	background: linear-gradient(
		to bottom,
		rgba(80, 80, 80, 0) 0%,
		#505050 8%,
		#505050 92%,
		rgba(80, 80, 80, 0) 100%
	);
	content: '';
	display: block;
	height: 100%;
	left: 140px;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 0;
	opacity: 0.35;
}

.timeline .tm-title {
	position: relative;
	display: inline-block;
	text-align: center;
	min-width: 200px;
	background-color: #fff;
	padding: 4px 5px;
	margin: 0 40px;
	z-index: 1;
	border-radius: 3px;
}

.timeline .tm-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.timeline .tm-items > li {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 190px;
	min-height: 65px;
	z-index: 1;
}

.timeline .tm-items > li .tm-datetime {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 48px;
	margin-top: -24px;
	text-align: right;
	z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #ccc;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
}

.timeline .tm-items > li .tm-icon {
	position: absolute;
	top: 50%;
	left: 140px;
	background-color: #ecedf0;
	border: 3px solid #ccc;
	color: #ccc;
	font-size: 28px;
	padding: 10px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 29px;
	margin-top: -28px;
	margin-left: -28px;
	z-index: 2;
	border-radius: 28px;
}

.timeline .tm-items > li .tm-box {
	position: relative;
	background: #fff;
	min-height: 65px;
	padding: 10px 20px;
	border: 1px solid #e9e9e9;
	border-radius: 6px;
}

.timeline .tm-items > li .tm-box:after {
	right: 100%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}

.timeline .tm-items > li .tm-box p:last-child {
	margin-bottom: 0;
}

.timeline .tm-items > li .tm-box .tm-meta {
	margin: 10px 0 0;
}

.timeline .tm-items > li .tm-box .tm-meta span {
	display: inline-block;
	padding-right: 8px;
}

.timeline .tm-items > li .tm-box .tm-meta span:last-child,
.timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
	padding-right: 0;
}

.timeline.timeline-simple .tm-body:after {
	left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
	border: 1px solid #e9e9e9;
	margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
	padding: 0 0 0 55px;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	display: block;
	position: absolute;
	content: ' ';
	background: none repeat scroll 0 0 #ccc;
	border-radius: 50%;
	-webkit-box-shadow:
		0 0 0 3px #fff,
		0 0 0 6px #ccc;
	box-shadow:
		0 0 0 3px #fff,
		0 0 0 6px #ccc;
	height: 7px;
	left: 30px;
	top: 50%;
	width: 8px;
	margin-left: -4px;
	margin-top: -4px;
}

.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	left: -17px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e9e9e9;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.timeline .tm-body:after {
		left: 20px;
	}

	.timeline .tm-title {
		margin: 0;
	}

	.timeline .tm-items > li {
		padding-left: 50px;
	}

	.timeline .tm-items > li .tm-info {
		margin: 0 0 15px;
	}

	.timeline .tm-items > li .tm-info::after {
		clear: both;
		content: '';
		display: block;
	}

	.timeline .tm-items > li .tm-icon {
		border-width: 2px;
		float: left;
		font-size: 22px;
		height: 40px;
		line-height: 36px;
		margin: 0 15px 0 0;
		padding: 0;
		position: static;
		width: 40px;
	}

	.timeline .tm-items > li .tm-datetime {
		margin: 0;
		position: static;
		text-align: left;
	}

	.timeline .tm-items > li .tm-datetime .tm-datetime-date {
		font-size: 0.75rem;
		line-height: 1.3;
	}

	.timeline .tm-items > li .tm-datetime .tm-datetime-time {
		font-size: 1rem;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 767px) {
	.timeline .tm-items > li .tm-box .tm-meta span {
		display: block;
	}
}

html.dark .timeline .tm-items > li .tm-box {
	background: #282d36;
	border-color: #21262d;
}

html.dark .timeline .tm-items > li .tm-box:after {
	border-right-color: #282d36;
}

html.dark .timeline .tm-items > li .tm-box:before {
	border-right-color: #21262d;
}

html.dark .timeline .tm-items > li .tm-icon {
	background-color: #1d2127;
}

html.dark .timeline .tm-title {
	background-color: #282d36;
	border-color: #21262d;
}

html.dark .timeline.timeline-simple .tm-body .tm-title {
	background-color: #282d36;
	border-color: #21262d;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	-webkit-box-shadow:
		0 0 0 3px #2e353e,
		0 0 0 6px #ccc;
	box-shadow:
		0 0 0 3px #2e353e,
		0 0 0 6px #ccc;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:after {
	border-right-color: #282d36;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	border-right-color: #21262d;
}

/* Dark - Background */
html.dark,
html.dark body {
	background-color: #1d2127;
}

html.dark.boxed .content-body {
	background-color: #1d2127;
}

html.dark body {
	color: #808697;
}

html.dark .hidden-on-dark {
	display: none !important;
}

/* Dark - Titles */
html.dark h1,
html.dark .h1,
html.dark h2,
html.dark .h2,
html.dark h3,
html.dark .h3,
html.dark h4,
html.dark .h4,
html.dark h5,
html.dark .h5,
html.dark h6,
html.dark .h6 {
	color: #fff;
}

/* Dark - Alerts */
html.dark .alert h1,
html.dark .alert .h1,
html.dark .alert h2,
html.dark .alert .h2,
html.dark .alert h3,
html.dark .alert .h3,
html.dark .alert h4,
html.dark .alert .h4,
html.dark .alert h5,
html.dark .alert .h5,
html.dark .alert h6,
html.dark .alert .h6 {
	color: #111;
}

/* Dark - Blockquote */
html.dark blockquote {
	border-color: #282d36;
}

/* Dark - Helpers */
html.dark .text-dark {
	color: #fff !important;
}

html.dark ul.nav-list.primary > li a {
	border-bottom-color: #282d36;
}

html.dark ul.nav-list.primary > li a:hover {
	background-color: #282d36;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
	background-color: #282d36;
	border-color: #242830;
}

html.dark .pagination > li.active > a,
html.dark .pagination > li.active > span {
	background-color: #ccc;
	border-color: #242830;
}

html.dark .dropdown-menu {
	background-color: #282d36;
}

html.dark .dropdown-menu > li > a {
	color: #eee;
}

html.dark .dropdown-menu > li > a:hover,
html.dark .dropdown-menu > li > a:focus {
	background-color: #1d2127;
	color: #fff;
}

html.dark hr.dotted,
html.dark hr.solid {
	border-color: #4c4c4c;
}

html.dark .img-thumbnail,
html.dark .thumbnail {
	background-color: #21262d;
	border-color: #282d36;
}

html.dark .notification-menu .title {
	color: #c3c3c3;
}
