@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/roboto-v29-latin-300.eot);
	src: local(""),
		url(../fonts/roboto-v29-latin-300.eot?#iefix) format("embedded-opentype"),
		url(../fonts/roboto-v29-latin-300.woff2) format("woff2"),
		url(../fonts/roboto-v29-latin-300.ttf) format("truetype"),
		url(../fonts/roboto-v29-latin-300.svg#Roboto) format("svg");
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/roboto-v29-latin-regular.eot);
	src: local(""),
		url(../fonts/roboto-v29-latin-regular.eot?#iefix) format("embedded-opentype"),
		url(../fonts/roboto-v29-latin-regular.woff2) format("woff2"),
		url(../fonts/roboto-v29-latin-regular.ttf) format("truetype"),
		url(../fonts/roboto-v29-latin-regular.svg#Roboto) format("svg");
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/roboto-v29-latin-500.eot);
	src: local(""),
		url(../fonts/roboto-v29-latin-500.eot?#iefix) format("embedded-opentype"),
		url(../fonts/roboto-v29-latin-500.woff2) format("woff2"),
		url(../fonts/roboto-v29-latin-500.ttf) format("truetype"),
		url(../fonts/roboto-v29-latin-500.svg#Roboto) format("svg");
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/roboto-v29-latin-700.eot);
	src: local(""),
		url(../fonts/roboto-v29-latin-700.eot?#iefix) format("embedded-opentype"),
		url(../fonts/roboto-v29-latin-700.woff2) format("woff2"),
		url(../fonts/roboto-v29-latin-700.woff) format("woff"),
		url(../fonts/roboto-v29-latin-700.ttf) format("truetype"),
		url(../fonts/roboto-v29-latin-700.svg#Roboto) format("svg");
}

html {
	min-height: 100%;
	position: relative;
}

body {
	overflow-x: hidden;
}

#wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.content-page {
	margin-left: 240px;
	margin-top: 70px;
	min-height: 80vh;
	overflow: hidden;
	padding: 0 15px 65px;
}

.left-side-menu {
	background: #fff;
	bottom: 0;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	padding: 20px 0;
	position: fixed;
	top: 70px;
	transition: all 0.1s ease-out;
	width: 240px;
}

#sidebar-menu>ul {
	list-style: none;
	padding: 0;
}

#sidebar-menu>ul>li>a {
	color: #6e768e;
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 0.85rem;
	padding: 8px 12px;
	position: relative;
	transition: all 0.4s;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
	color: #00acc1;
	text-decoration: none;
}

#sidebar-menu>ul>li>a>span {
	vertical-align: middle;
}

#sidebar-menu>ul>li>a i {
	display: inline-block;
	font-size: 18px;
	line-height: 1.0625rem;
	margin: 0 10px 0 3px;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}

#sidebar-menu>ul>li>a svg {
	height: 16px;
	margin-left: 3px;
	margin-right: 10px;
	width: 16px;
}

#sidebar-menu>ul>li>a .drop-arrow {
	float: right;
}

#sidebar-menu>ul>li>a .drop-arrow i {
	margin-right: 0;
}

#sidebar-menu>ul>li>a.mm-active {
	color: #00acc1;
}

#sidebar-menu>ul>li ul {
	list-style: none;
	padding-left: 34px;
}

#sidebar-menu>ul>li ul ul {
	padding-left: 20px;
}

#sidebar-menu .badge {
	margin-top: 4px;
}

#sidebar-menu .menu-title {
	color: #6e768e;
	cursor: default;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding: 10px 20px;
	pointer-events: none;
	text-transform: uppercase;
}

#sidebar-menu .menuitem-active .active,
#sidebar-menu .menuitem-active>a {
	color: #00acc1;
}

.nav-second-level li a {
	color: #6e768e;
	display: block;
	font-size: 0.8rem;
	padding: 3px 12px;
	position: relative;
	transition: all 0.4s;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-second-level li.active>a {
	color: #00acc1;
}

.menu-arrow {
	text-rendering: auto;
	display: inline-block;
	font-family: Material Design Icons;
	font-size: 1.1rem;
	line-height: 1.5rem;
	position: absolute;
	right: 20px;
	transform: translate(0);
	transition: transform 0.15s;
}

.menu-arrow:before {
	content: "\F0142";
}

li.menuitem-active>a:not(.collapsed)>span.menu-arrow,
li>a[aria-expanded="true"]>span.menu-arrow {
	transform: rotate(90deg);
}

body[data-sidebar-size="condensed"] .logo-box {
	width: 70px !important;
}

body[data-sidebar-size="condensed"] .logo span.logo-lg {
	display: none;
}

body[data-sidebar-size="condensed"] .logo span.logo-sm {
	display: block;
}

body[data-sidebar-size="condensed"] .left-side-menu {
	padding-top: 0;
	position: absolute;
	width: 70px !important;
	z-index: 5;
}

body[data-sidebar-size="condensed"] .left-side-menu .simplebar-content-wrapper,
body[data-sidebar-size="condensed"] .left-side-menu .simplebar-mask {
	overflow: visible !important;
}

body[data-sidebar-size="condensed"] .left-side-menu .simplebar-scrollbar {
	display: none !important;
}

body[data-sidebar-size="condensed"] .left-side-menu .simplebar-offset {
	bottom: 0 !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .badge,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .collapse.in,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .label,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .menu-arrow,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .menu-title {
	display: none !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu .nav.collapse {
	height: inherit !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li {
	position: relative;
	white-space: nowrap;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a {
	min-height: 40px;
	padding: 10px 15px;
	transition: none;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a:hover {
	color: #00acc1;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a i {
	font-size: 1.3rem;
	margin-left: 5px;
	margin-right: 20px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a svg {
	height: 18px;
	margin-left: 6px;
	width: 18px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a span {
	display: none;
	padding-left: 25px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>a {
	background-color: #323a46;
	box-shadow: inset 3px 5px 10px 0 #323a42;
	color: #00acc1;
	position: relative;
	width: 260px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>a span {
	display: inline;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover a.active :after,
body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover a.open :after {
	display: none;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse {
	display: block !important;
	height: auto !important;
	transition: none !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul {
	box-shadow: 3px 5px 10px 0 #323a42;
	display: block !important;
	left: 70px;
	position: absolute;
	width: 190px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul ul {
	box-shadow: 3px 5px 10px 0 #323a42;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a {
	box-shadow: none;
	padding: 8px 20px;
	position: relative;
	width: 190px;
	z-index: 6;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover {
	color: #00acc1;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul .collapsing {
	display: block !important;
	height: auto !important;
	transition: none !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul {
	background-color: #fff;
	display: none;
	padding: 5px 0;
	z-index: 9999;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse {
	display: block !important;
	height: auto !important;
	transition: none !important;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul li:hover>.collapse>ul {
	display: block;
	left: 190px;
	margin-top: -36px;
	position: absolute;
	width: 190px;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul li>a span.pull-right {
	position: absolute;
	right: 20px;
	top: 12px;
	transform: rotate(270deg);
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul li.active a {
	color: #00acc1;
}

body[data-sidebar-size="condensed"] .content-page {
	margin-left: 70px !important;
}

@media (min-width: 992px) {
	body[data-sidebar-size="condensed"] .footer {
		left: 70px !important;
	}
}

body[data-sidebar-size="condensed"] .user-box {
	display: none !important;
}

@media (max-width: 767.98px) {
	.pro-user-name {
		display: none;
	}
}

@media (max-width: 991.98px) {
	body {
		overflow-x: hidden;
	}

	.left-side-menu {
		display: none;
		z-index: 10 !important;
	}

	.sidebar-enable .left-side-menu {
		display: block;
	}

	.content-page,
	body[data-sidebar-size="condensed"] .content-page {
		margin-left: 0 !important;
		padding: 0 10px;
	}

	.footer {
		left: 0 !important;
	}
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .logo-box {
	width: 160px !important;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu {
	text-align: center;
	width: 160px !important;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu>ul>li>a>i {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	width: 100%;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu>ul>li>a svg {
	display: block;
	margin: 0 auto 5px;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu>ul ul {
	padding-left: 0;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu #sidebar-menu>ul ul a {
	padding: 10px 20px;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .badge,
body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .menu-arrow {
	display: none !important;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu+.content-page {
	margin-left: 160px;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu+.content-page .footer {
	left: 160px;
}

body[data-sidebar-size="compact"]:not([data-sidebar-size="condensed"]) .left-side-menu .menu-title {
	background-color: #323a46;
}

body[data-sidebar-color="dark"] .logo-box {
	background-color: #37424c;
}

body[data-sidebar-color="dark"] .logo-box .logo-dark {
	display: none;
}

body[data-sidebar-color="dark"] .logo-box .logo-light {
	display: block;
}

body[data-sidebar-color="dark"] .left-side-menu {
	background-color: #37424c;
	box-shadow: none;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu>ul>li>a {
	color: #9097a7;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu>ul>li>a:hover {
	color: #c8cddc;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu>ul>li>a.mm-active {
	background-color: #3c4853;
	color: #fff;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menu-title {
	color: #8c98a5;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active .active,
body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active>a {
	color: #00acc1;
}

body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a {
	color: #9097a7;
}

body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li a:hover {
	background-color: transparent;
	color: #c8cddc;
}

body[data-sidebar-color="dark"] .left-side-menu .nav-second-level li.active>a,
body[data-sidebar-color="dark"] .left-side-menu .nav-thrid-level li.active>a {
	color: #fff;
}

body[data-sidebar-color="dark"] .left-side-menu .user-box .dropdown>a {
	color: #fff !important;
}

body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
	background-color: #37424c;
	box-shadow: none;
}

body[data-sidebar-color="dark"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
	color: #00acc1;
}

body[data-sidebar-color="dark"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
	background-color: hsla(0, 0%, 100%, 0.03);
}

body[data-sidebar-color="brand"] .logo-box,
body[data-sidebar-color="gradient"] .logo-box {
	background-color: #4a81d4;
}

body[data-sidebar-color="brand"] .logo-box .logo-dark,
body[data-sidebar-color="gradient"] .logo-box .logo-dark {
	display: none;
}

body[data-sidebar-color="brand"] .logo-box .logo-light,
body[data-sidebar-color="gradient"] .logo-box .logo-light {
	display: block;
}

body[data-sidebar-color="brand"] .menuitem-active>a,
body[data-sidebar-color="gradient"] .menuitem-active>a {
	color: #fff !important;
}

body[data-sidebar-color="brand"] .left-side-menu,
body[data-sidebar-color="gradient"] .left-side-menu {
	background-color: #4a81d4;
	box-shadow: none;
}

body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu>ul>li>a,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu>ul>li>a {
	color: hsla(0, 0%, 100%, 0.7);
}

body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu>ul>li>a:hover,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu>ul>li>a:focus,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu>ul>li>a:hover {
	color: hsla(0, 0%, 100%, 0.9);
}

body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu>ul>li>a.mm-active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu>ul>li>a.mm-active {
	background-color: hsla(0, 0%, 100%, 0.07);
	color: #fff;
}

body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu .menu-title,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu .menu-title {
	color: hsla(0, 0%, 100%, 0.6);
}

body[data-sidebar-color="brand"] .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color="gradient"] .left-side-menu #sidebar-menu .mm-active .active {
	color: #fff;
}

body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a {
	color: hsla(0, 0%, 100%, 0.7);
}

body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li a:hover,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a:focus,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li a:hover,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a:focus,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li a:hover {
	background-color: transparent;
	color: #fff;
}

body[data-sidebar-color="brand"] .left-side-menu .nav-second-level li.active>a,
body[data-sidebar-color="brand"] .left-side-menu .nav-thrid-level li.active>a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-second-level li.active>a,
body[data-sidebar-color="gradient"] .left-side-menu .nav-thrid-level li.active>a {
	color: #fff;
}

body[data-sidebar-color="brand"] .left-side-menu .user-box .dropdown>a,
body[data-sidebar-color="gradient"] .left-side-menu .user-box .dropdown>a {
	color: #fff !important;
}

body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
	background-color: #4a81d4;
	box-shadow: none;
	color: #fff;
}

body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
	color: #00acc1;
}

body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="brand"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
	color: #6e768e;
}

body[data-sidebar-color="brand"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title,
body[data-sidebar-color="gradient"][data-sidebar-size="compact"] #wrapper .left-side-menu .menu-title {
	background-color: hsla(0, 0%, 100%, 0.05);
}

body[data-sidebar-color="gradient"] .left-side-menu,
body[data-sidebar-color="gradient"] .logo-box {
	background: #683ba9;
	background-image: linear-gradient(270deg,
			rgba(64, 149, 216, 0.15),
			transparent);
}

body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu>ul>li:hover>a {
	background: #683ba9;
}

body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu #sidebar-menu .mm-active .active {
	color: #00acc1;
}

body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-second-level li a,
body[data-sidebar-color="gradient"][data-sidebar-size="condensed"] #wrapper .left-side-menu .nav-thrid-level li a {
	color: #6e768e;
}

.user-box {
	display: none;
}

.user-pro-dropdown {
	background-color: #323a46;
	box-shadow: none;
	margin-left: 5%;
	margin-top: 10px;
	padding: 15px 5px;
	width: 90%;
}

.user-pro-dropdown .dropdown-item {
	border-radius: 3px;
}

.user-pro-dropdown .dropdown-item:hover {
	background-color: #3283f6;
	color: #fff;
}

@media (min-width: 992px) {
	body[data-layout-mode="detached"] .navbar-custom .container-fluid {
		max-width: 95%;
	}

	body[data-layout-mode="detached"] #wrapper {
		margin: 0 auto;
		max-width: 95%;
	}

	body[data-layout-mode="detached"] .left-side-menu {
		border-radius: 5px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	body[data-layout-mode="detached"] .content-page {
		padding-bottom: 30px;
	}

	body[data-layout-mode="detached"] .logo-box {
		background-color: transparent;
		background-image: none;
	}
}

body[data-sidebar-showuser="true"] .user-box {
	display: block;
}

body[data-sidebar-icon="twotones"] #sidebar-menu>ul>li>a i {
	color: #6658dd;
}

body[data-sidebar-icon="twotones"] #sidebar-menu>ul>li>a svg {
	fill: rgba(102, 88, 221, 0.2);
	color: #6658dd;
	height: 18px;
	margin-left: 3px;
	margin-right: 10px;
	width: 18px;
}

.logo,
.logo span.logo-lg {
	display: block;
}

.logo span.logo-sm {
	display: none;
}

.logo .logo-lg-text-dark {
	color: #f3f7f9;
}

.logo .logo-lg-text-dark,
.logo .logo-lg-text-light {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.logo .logo-lg-text-light {
	color: #fff;
}

.logo-box {
	float: left;
	height: 70px;
	transition: all 0.1s ease-out;
	width: 240px;
}

.logo-box .logo {
	line-height: 70px;
}

.logo-light {
	display: block;
}

.logo-dark {
	display: none;
}

.navbar-custom {
	background-color: #3c4854;
	box-shadow: 0 0 35px 0 rgba(35, 37, 39, 0);
	background-size: cover;
	background-position: 0 0;
	height: 70px;
	left: 0;
	padding: 0 10px 0 0;
	position: fixed;
	right: 0;
	z-index: 1001;
}

.navbar-custom .topnav-menu>li {
	float: left;
}

.navbar-custom .topnav-menu .nav-link {
	color: hsla(0, 0%, 100%, 0.6);
	display: block;
	line-height: 70px;
	max-height: 70px;
	min-width: 32px;
	padding: 0 8px;
	text-align: center;
}

.navbar-custom .dropdown.show .nav-link {
	background-color: hsla(0, 0%, 100%, 0.05);
}

.navbar-custom .container-fluid {
	padding: 0;
}

.navbar-custom .app-search {
	display: table;
	height: 70px;
	margin-right: 20px;
	max-width: 180px;
}

.navbar-custom .app-search .app-search-box {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

.navbar-custom .app-search .app-search-box input:-ms-input-placeholder {
	color: hsla(0, 0%, 100%, 0.3);
	font-size: 0.8125rem;
}

.navbar-custom .app-search .app-search-box input::placeholder {
	color: hsla(0, 0%, 100%, 0.3);
	font-size: 0.8125rem;
}

.navbar-custom .app-search .form-control {
	background-color: hsla(0, 0%, 100%, 0.07);
	border: 0;
	border-radius: 30px 0 0 30px;
	box-shadow: none;
	color: #fff;
	height: 38px;
	padding-left: 20px;
	padding-right: 0;
}

.navbar-custom .app-search .input-group-append {
	margin-left: 0;
	z-index: 4;
}

.navbar-custom .app-search .btn {
	background-color: hsla(0, 0%, 100%, 0.07);
	border-color: transparent;
	border-radius: 0 30px 30px 0;
	box-shadow: none !important;
	color: hsla(0, 0%, 100%, 0.3);
}

.navbar-custom .button-menu-mobile {
	background-color: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	width: 60px;
}

.navbar-custom .button-menu-mobile.disable-btn {
	display: none;
}

.noti-scroll {
	max-height: 230px;
}

.notification-list {
	margin-left: 0;
}

.notification-list .noti-title {
	background-color: transparent;
	padding: 15px 20px;
}

.notification-list .noti-icon-badge {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 16px;
}

.notification-list .notify-item {
	padding: 12px 20px;
}

.notification-list .notify-item .notify-icon {
	border-radius: 50%;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	width: 36px;
}

.notification-list .notify-item .notify-details {
	color: #f7f7f7;
	margin-bottom: 5px;
	margin-left: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-list .notify-item .notify-details b {
	font-weight: 500;
}

.notification-list .notify-item .notify-details small {
	display: block;
}

.notification-list .notify-item .notify-details span {
	display: block;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.notification-list .notify-item .user-msg {
	line-height: 16px;
	margin-left: 45px;
	white-space: normal;
}

.notification-list .profile-dropdown .notify-item {
	padding: 7px 20px;
}

.noti-icon {
	font-size: 21px;
	vertical-align: middle;
}

.profile-dropdown {
	min-width: 170px;
}

.profile-dropdown i {
	margin-right: 5px;
	vertical-align: middle;
}

.nav-user {
	padding: 0 12px !important;
}

.nav-user img {
	height: 32px;
	width: 32px;
}

.fullscreen-enable [data-toggle="fullscreen"] .fe-maximize:before {
	content: "\e88d";
}

@media (max-width: 991.98px) {
	.logo-box {
		padding-right: 0 !important;
		width: 70px !important;
	}

	.logo-box .logo-lg {
		display: none !important;
	}

	.logo-box .logo-sm {
		display: block !important;
	}
}

@media (max-width: 600px) {
	.navbar-custom .dropdown {
		position: static;
	}

	.navbar-custom .dropdown .dropdown-menu {
		left: 10px !important;
		right: 10px !important;
	}
}

body[data-topbar-color="light"] .navbar-custom {
	background-color: #3c4752 !important;
	box-shadow: 0 0.75rem 6rem rgba(56, 65, 74, 0.03);
}

body[data-topbar-color="light"] .navbar-custom .topnav-menu .nav-link {
	color: #dee2e6;
}

body[data-topbar-color="light"] .navbar-custom .dropdown.show .nav-link {
	background-color: rgba(243, 247, 249, 0.03);
}

body[data-topbar-color="light"] .navbar-custom .button-menu-mobile {
	color: #f3f7f9;
}

body[data-topbar-color="light"] .navbar-custom .app-search input:-ms-input-placeholder {
	color: #8c98a5 !important;
}

body[data-topbar-color="light"] .navbar-custom .app-search input::placeholder {
	color: #8c98a5 !important;
}

body[data-topbar-color="light"] .navbar-custom .app-search .form-control {
	background-color: #323a46;
	border-color: #323a46;
	color: #f3f7f9;
}

body[data-topbar-color="light"] .navbar-custom .app-search .btn {
	background-color: #323a46;
	color: #5d7186;
}

body[data-topbar-color="light"] .logo-dark {
	display: block;
}

body[data-topbar-color="light"] .logo-light {
	display: none;
}

@media (max-width: 991.98px) {
	body[data-layout-mode="horizontal"] .navbar-toggle {
		border: 0;
		cursor: pointer;
		margin: 0;
		padding: 0;
		position: relative;
	}

	body[data-layout-mode="horizontal"] .navbar-toggle .lines {
		display: block;
		height: 16px;
		margin-top: 27px;
		position: relative;
		transition: all 0.5s ease;
		width: 25px;
	}

	body[data-layout-mode="horizontal"] .navbar-toggle span {
		background-color: #6fe50e;
		display: block;
		height: 3px;
		margin-bottom: 5px;
		transition: transform 0.5s ease;
		width: 100%;
	}

	body[data-layout-mode="horizontal"] .navbar-toggle.open span {
		position: absolute;
	}

	body[data-layout-mode="horizontal"] .navbar-toggle.open span:first-child {
		top: 7px;
		transform: rotate(45deg);
	}

	body[data-layout-mode="horizontal"] .navbar-toggle.open span:nth-child(2) {
		visibility: hidden;
	}

	body[data-layout-mode="horizontal"] .navbar-toggle.open span:last-child {
		top: 7px;
		transform: rotate(-45deg);
		width: 100%;
	}
}

body[data-layout-mode="horizontal"] .button-menu-mobile {
	display: none;
}

body[data-layout-mode="horizontal"] .logo-box {
	background-color: transparent;
	padding-right: 50px;
	width: auto;
}

@media (min-width: 992px) and (max-width: 1366px) {
	body[data-layout-mode="horizontal"] .logo-box {
		padding-left: 20px;
	}
}

@media (max-width: 360px) {
	.navbar-custom .topnav-menu .nav-link {
		padding: 0 12px;
	}

	.navbar-custom .button-menu-mobile {
		width: 45px;
	}
}

.page-title-box .page-title {
	color: #f3f7f9;
	font-size: 1.25rem;
	line-height: 75px;
	margin: 0;
}

.page-title-box .page-title-right {
	float: right;
	margin-top: 22px;
}

.page-title-box .breadcrumb {
	padding-top: 5px;
}

@media (max-width: 767.98px) {
	.page-title-box .page-title {
		display: block;
		line-height: 70px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.page-title-box .breadcrumb {
		display: none;
	}
}

@media (max-width: 640px) {
	.page-title-box .page-title-right {
		display: none;
	}
}

@media (max-width: 419px) {
	.page-title-box .breadcrumb {
		display: none;
	}
}

.footer {
	background-color: #2b323a;
	bottom: 0;
	color: #8c98a5;
	left: 240px;
	padding: 19px 15px 20px;
	position: absolute;
	right: 0;
}

.footer .footer-links a {
	color: #8c98a5;
	margin-left: 1.5rem;
	transition: all 0.4s;
}

.footer .footer-links a:hover {
	color: #f3f7f9;
}

.footer .footer-links a:first-of-type {
	margin-left: 0;
}

.footer-alt {
	background-color: transparent;
	left: 0 !important;
	text-align: center;
}

@media (max-width: 767.98px) {
	.footer {
		left: 0 !important;
		text-align: center;
	}
}

body[data-layout-mode="horizontal"] .footer {
	left: 0 !important;
}

body[data-layout-mode="horizontal"][data-layout-width="boxed"] .footer {
	max-width: 1300px !important;
}

@media (min-width: 992px) {
	body[data-layout-mode="detached"] .footer {
		margin: 0 10px;
		position: inherit;
	}
}

.right-bar {
	background-color: #3b4651;
	bottom: 0;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	display: block;
	float: right !important;
	position: fixed;
	right: -270px;
	top: 0;
	transition: all 0.2s ease-out;
	width: 260px;
	z-index: 9999;
}

.right-bar .rightbar-title {
	background-color: #3283f6;
	color: #fff;
	padding: 27px 25px;
}

.right-bar .right-bar-toggle {
	background-color: #fff;
	border-radius: 50%;
	color: #fff;
	height: 24px;
	line-height: 27px;
	margin-top: -4px;
	text-align: center;
	width: 24px;
}

.right-bar .right-bar-toggle:hover {
	background-color: #fff;
}

.right-bar .user-box {
	padding: 25px;
	text-align: center;
}

.right-bar .user-box .user-img {
	height: 64px;
	margin: 0 auto 15px;
	position: relative;
	width: 64px;
}

.right-bar .user-box .user-img .user-edit {
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	height: 24px;
	line-height: 24px;
	position: absolute;
	right: -5px;
	width: 24px;
}

.right-bar .user-box h5 {
	margin-bottom: 2px;
}

.right-bar .user-box h5 a {
	color: #f3f7f9;
}

.right-bar .notification-item .media {
	padding: 0.75rem 1rem;
}

.right-bar .notification-item .media:hover {
	background-color: #424e5a;
}

.right-bar .notification-item .user-status {
	bottom: -4px;
	font-size: 10px;
	position: absolute;
	right: 0;
}

.right-bar .notification-item .user-status.online {
	color: #44cf9c;
}

.right-bar .notification-item .user-status.away {
	color: #fcc015;
}

.right-bar .notification-item .user-status.busy {
	color: #f86262;
}

.rightbar-overlay {
	background-color: rgba(243, 247, 249, 0.2);
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease-out;
	z-index: 9998;
}

.right-bar-enabled .right-bar {
	right: 0;
}

.right-bar-enabled .rightbar-overlay {
	display: block;
}

@media (max-width: 767.98px) {
	.right-bar {
		overflow: auto;
	}

	.right-bar .slimscroll-menu {
		height: auto !important;
	}
}

body[data-layout-width="boxed"] #wrapper {
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	margin: 0 auto;
	max-width: 1300px;
}

body[data-layout-width="boxed"] .navbar-custom {
	margin: 0 auto;
	max-width: 1300px;
}

body[data-layout-width="boxed"] .footer {
	margin: 0 auto;
	max-width: 1060px;
}

body[data-layout-width="boxed"][data-sidebar-size="condensed"] .footer {
	max-width: 1230px;
}

body[data-layout-width="boxed"][data-sidebar-size="compact"] .footer {
	max-width: 1140px;
}

@media (min-width: 768px) {
	body[data-layout-width="boxed"][data-sidebar-size="condensed"] .content-page {
		min-height: 1680px;
	}
}

@media (min-width: 1367px) {
	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) {
		padding-bottom: 0;
	}

	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) #wrapper {
		display: flex;
	}

	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .navbar-custom,
	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .topnav {
		position: absolute;
	}

	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .left-side-menu {
		max-width: 240px;
		min-width: 240px;
		padding: 20px 0 90px;
		position: relative;
	}

	body[data-layout-menu-position="scrollable"]:not([data-sidebar-size="condensed"]):not([data-sidebar-size="compact"]):not([data-layout-mode="two-column"]) .content-page {
		margin-left: 0;
		padding-bottom: 60px;
		width: 100%;
	}

	body[data-layout-mode="horizontal"] .container-fluid {
		max-width: 100%;
	}

	body[data-layout-mode="horizontal"] .navbar-custom {
		padding: 0 24px;
	}
}

body[data-layout-mode="horizontal"] .content-page {
	margin-left: 0 !important;
}

.topnav {
	background: #cf2;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	left: 0;
	margin-top: 70px;
	padding: 0 12px;
	position: fixed;
	right: 0;
	z-index: 100;
}

.topnav .topnav-menu {
	margin: 0;
	padding: 0;
}

.topnav .navbar-nav .nav-link {
	color: #919eab;
	font-family: Roboto, sans-serif;
	font-size: 0.8rem;
	line-height: 22px;
	padding: 9.5px 1.1rem;
	position: relative;
}

.topnav .navbar-nav .nav-link i {
	display: inline-block;
	font-size: 15px;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
	background-color: transparent;
	color: #00acc1;
}

.topnav .navbar-nav .nav-item .dropdown.active>a.dropdown-toggle {
	color: #00acc1;
}

@media (min-width: 992px) {
	.topnav {
		height: 43px;
	}

	.topnav .navbar-nav .nav-item:first-of-type .nav-link {
		padding-left: 0;
	}

	.topnav .dropdown-item {
		margin: 0 0.3rem;
		min-width: 180px;
		padding: 0.5rem 1.25rem;
		width: auto;
	}

	.topnav .dropdown-item.active {
		background-color: transparent;
		color: #00acc1;
	}

	.topnav .dropdown.mega-dropdown .mega-dropdown-menu {
		left: 0;
		right: auto;
	}

	.topnav .dropdown .dropdown-menu {
		border-radius: 0 0 0.25rem 0.25rem;
		margin-top: 0;
		padding: 0.3rem 0;
	}

	.topnav .dropdown .dropdown-menu .arrow-down:after {
		position: absolute;
		right: 20px;
		transform: rotate(-135deg) translateY(-50%);
	}

	.topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
		display: none;
		left: 100%;
		position: absolute;
		top: 0 !important;
	}

	.topnav .dropdown:hover>.nav-link {
		color: #00acc1;
	}

	.topnav .dropdown:hover>.dropdown-menu {
		display: block;
	}

	.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-item {
		color: #00acc1;
	}

	.topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navbar-toggle {
		display: none;
	}

	body[data-layout-mode="horizontal"] .content-page {
		padding: 45px 15px 0;
	}
}

.arrow-down,
.arrow-down:after {
	display: inline-block;
}

.arrow-down:after {
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: 0.4em;
	margin-left: 10px;
	right: 5px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	transition: all 0.3s ease-out;
	width: 0.4em;
}

@media (max-width: 1366.98px) {
	.topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
		left: auto;
		right: 100%;
	}
}

@media (max-width: 991.98px) {
	.topnav {
		max-height: 360px;
		overflow-y: auto;
		padding: 0;
	}

	.topnav .navbar-nav .nav-link {
		padding: 0.75rem 1.1rem;
	}

	.topnav .dropdown .dropdown-menu {
		background-color: transparent;
		border: 0;
		box-shadow: none;
		padding-left: 15px;
	}

	.topnav .dropdown .dropdown-item {
		background-color: transparent;
		position: relative;
	}

	.topnav .dropdown .dropdown-item.active,
	.topnav .dropdown .dropdown-item:active {
		color: #00acc1;
	}

	.topnav .arrow-down:after {
		position: absolute;
		right: 15px;
	}
}

@media (min-width: 992px) {
	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav {
		background-color: #3c4752;
	}

	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link {
		color: hsla(0, 0%, 100%, 0.7);
	}

	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:focus,
	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link:hover {
		color: hsla(0, 0%, 100%, 0.9);
	}

	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-item:hover .nav-link,
	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav .nav-link.active {
		color: #fff;
	}

	body[data-layout-mode="horizontal"][data-topbar-color="light"] .topnav .navbar-nav>.dropdown.active>a {
		color: hsla(0, 0%, 100%, 0.9) !important;
	}
}

body[data-layout-mode="horizontal"][data-layout-width="boxed"] .topnav {
	margin: 70px auto 0;
	max-width: 1300px;
}

body[data-layout-mode="two-column"] .left-side-menu {
	background-color: transparent;
	box-shadow: none;
	width: 290px;
}

body[data-layout-mode="two-column"] .sidebar-icon-menu {
	background-color: #6658dd;
	bottom: 0;
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	width: 70px;
	z-index: 500;
}

body[data-layout-mode="two-column"] .sidebar-icon-menu .logo {
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
}

body[data-layout-mode="two-column"] .sidebar-icon-menu .nav {
	background-color: transparent;
	margin: 24px auto;
}

body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link {
	border-radius: 4px;
	height: 40px;
	line-height: 40px;
	margin: 12px auto;
	padding: 0;
	text-align: center;
	width: 40px;
}

body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link.active {
	background-color: hsla(0, 0%, 100%, 0.12);
}

body[data-layout-mode="two-column"] .sidebar-icon-menu .nav .nav-link svg {
	fill: hsla(0, 0%, 100%, 0.12);
	color: #fff;
	height: 22px;
	width: 22px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu {
	background-color: #37424c;
	bottom: 0;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	display: block;
	left: 70px;
	padding: 30px 5px;
	position: fixed;
	top: 70px;
	transition: all 0.1s ease-out;
	width: 220px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .sidebar-menu-body {
	padding: 20px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .menu-title {
	color: #8c98a5 !important;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 10px 20px;
	text-transform: uppercase;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav>.nav-item>.nav-link {
	color: #6e768e;
	font-family: Roboto, sans-serif;
	font-size: 0.95rem;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav>.nav-item .menu-arrow {
	right: 10px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link {
	border-radius: 3px;
	color: #6e768e;
	margin: 3px 5px;
	padding: 6px 15px;
	position: relative;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"] .sidebar-main-menu .nav .nav-link:hover {
	color: #00acc1;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active>a.nav-link {
	background-color: rgba(0, 172, 193, 0.07);
	color: #00acc1;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav .menuitem-active a.active {
	color: #00acc1;
}

body[data-layout-mode="two-column"] .sidebar-main-menu #sidebar-menu .menu-arrow {
	top: 7px;
}

body[data-layout-mode="two-column"] .sidebar-main-menu .nav-second-level {
	list-style: none;
	padding-left: 15px;
}

@media (min-width: 992px) {
	body[data-layout-mode="two-column"] .navbar-custom {
		left: 70px !important;
		padding-left: 0;
	}

	body[data-layout-mode="two-column"] .navbar-custom .logo-box {
		width: 220px;
	}

	body[data-layout-mode="two-column"] .navbar-custom .logo-box .logo-sm {
		display: none;
	}

	body[data-layout-mode="two-column"][data-sidebar-size="condensed"] .logo-box {
		width: 0 !important;
	}
}

body[data-layout-mode="two-column"][data-sidebar-color="light"] .logo-box {
	background-color: #37424c;
}

@media (min-width: 992px) {
	body[data-layout-mode="two-column"] .content-page {
		margin-left: 290px;
	}

	body[data-layout-mode="two-column"] .footer {
		left: 290px;
	}

	body[data-layout-mode="two-column"][data-sidebar-size="condensed"] .sidebar-main-menu {
		display: none;
	}
}

body[data-layout-mode="two-column"] .twocolumn-menu-item {
	display: none;
}

body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu {
	background-color: #37424c;
}

body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav>.nav-item>.nav-link {
	color: #9097a7;
}

body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .nav-link:hover {
	color: #c8cddc;
}

body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active>a.nav-link {
	background-color: rgba(0, 172, 193, 0.07);
	color: #00acc1;
}

body[data-layout-mode="two-column"][data-sidebar-color="dark"] .sidebar-main-menu .nav .menuitem-active a.active {
	color: #00acc1;
}

body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav>.nav-item>.nav-link,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav>.nav-item>.nav-link {
	color: hsla(0, 0%, 100%, 0.7);
}

body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu .nav .nav-link:hover,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link.active,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link:focus,
body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu .nav .nav-link:hover {
	color: hsla(0, 0%, 100%, 0.9);
}

body[data-layout-mode="two-column"][data-sidebar-color="brand"] .sidebar-main-menu {
	background-color: #4a81d4;
}

body[data-layout-mode="two-column"][data-sidebar-color="gradient"] .sidebar-main-menu {
	background: #683ba9;
	background-image: linear-gradient(270deg,
			rgba(64, 149, 216, 0.15),
			transparent);
}

body[data-layout-mode="two-column"][data-layout-width="boxed"] .navbar-custom {
	max-width: 1230px;
}

body[data-layout-mode="two-column"][data-layout-width="boxed"] .sidebar-main-menu {
	position: absolute;
	top: 0;
}

body[data-layout-mode="two-column"][data-layout-width="boxed"]:not([data-sidebar-size="condensed"]) .footer {
	max-width: 1010px;
}

.avatar-xs {
	height: 1.5rem;
	width: 1.5rem;
}

.avatar-sm {
	height: 2.25rem;
	width: 2.25rem;
}

.avatar-md {
	height: 3.5rem;
	width: 3.5rem;
}

.avatar-lg {
	height: 4.5rem;
	width: 4.5rem;
}

.avatar-xl {
	height: 6rem;
	width: 6rem;
}

.avatar-xxl {
	height: 7.5rem;
	width: 7.5rem;
}

.avatar-title {
	align-items: center;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.avatar-group {
	padding-left: 12px;
}

.avatar-group .avatar-group-item {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 10px -12px;
}

.width-xs {
	min-width: 80px;
}

.width-sm {
	min-width: 100px;
}

.width-md {
	min-width: 120px;
}

.width-lg {
	min-width: 140px;
}

.width-xl {
	min-width: 160px;
}

.font-family-primary,
.font-family-secondary {
	font-family: Roboto, sans-serif;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sp-line-1 {
	-webkit-line-clamp: 1;
}

.sp-line-2 {
	-webkit-line-clamp: 2;
}

.sp-line-3 {
	-webkit-line-clamp: 3;
}

.sp-line-4 {
	-webkit-line-clamp: 4;
}

.icon-dual {
	fill: rgba(140, 152, 165, 0.12);
	color: #8c98a5;
}

.icon-dual-primary {
	fill: rgba(50, 131, 246, 0.16);
	color: #3283f6;
}

.icon-dual-secondary {
	fill: rgba(206, 222, 239, 0.16);
	color: #cedeef;
}

.icon-dual-success {
	fill: rgba(68, 207, 156, 0.16);
	color: #44cf9c;
}

.icon-dual-info {
	fill: rgba(67, 190, 225, 0.16);
	color: #43bee1;
}

.icon-dual-warning {
	fill: rgba(252, 192, 21, 0.16);
	color: #fcc015;
}

.icon-dual-danger {
	fill: rgba(248, 98, 98, 0.16);
	color: #f86262;
}

.icon-dual-light {
	fill: rgba(66, 78, 90, 0.16);
	color: #424e5a;
}

.icon-dual-dark {
	fill: rgba(243, 247, 249, 0.16);
	color: #f3f7f9;
}

.icon-dual-pink {
	fill: rgba(246, 114, 167, 0.16);
	color: #f672a7;
}

.icon-dual-blue {
	fill: rgba(102, 88, 221, 0.16);
	color: #6658dd;
}

.icons-xs {
	height: 16px;
	width: 16px;
}

.icons-sm {
	height: 24px;
	width: 24px;
}

.icons-md {
	height: 32px;
	width: 32px;
}

.icons-lg {
	height: 40px;
	width: 40px;
}

.icons-xl {
	height: 48px;
	width: 48px;
}

.icons-xxl {
	height: 60px;
	width: 60px;
}

.item-hovered:hover {
	background-color: #424e5a;
}

.social-list-item {
	border: 2px solid #8c98a5;
	border-radius: 50%;
	color: #8c98a5;
	display: block;
	height: 2rem;
	line-height: calc(2rem - 2px);
	width: 2rem;
}

.widget-flat {
	overflow: hidden;
	position: relative;
}

.widget-flat i.widget-icon {
	font-size: 36px;
}

.inbox-widget .inbox-item {
	border-bottom: 1px solid rgba(66, 78, 90, 0.5);
	overflow: hidden;
	padding: 0.625rem 0;
	position: relative;
}

.inbox-widget .inbox-item:last-of-type {
	border-bottom: 0;
}

.inbox-widget .inbox-item .inbox-item-img {
	display: block;
	float: left;
	margin-right: 15px;
	width: 40px;
}

.inbox-widget .inbox-item .inbox-item-img img {
	width: 40px;
}

.inbox-widget .inbox-item .inbox-item-author {
	color: #acbfd2;
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
}

.inbox-widget .inbox-item .inbox-item-text {
	color: #8c98a5;
	display: block;
	font-size: 0.8125rem;
	margin: 0;
	overflow: hidden;
}

.inbox-widget .inbox-item .inbox-item-date {
	color: #cedeef;
	font-size: 0.6875rem;
	position: absolute;
	right: 5px;
	top: 10px;
}

.conversation-list {
	list-style: none;
	padding: 0 15px;
}

.conversation-list li {
	margin-bottom: 20px;
}

.conversation-list li .conversation-actions {
	display: none;
	float: right;
}

.conversation-list li:hover .conversation-actions {
	display: block;
}

.conversation-list .chat-avatar {
	float: left;
	text-align: center;
	width: 42px;
}

.conversation-list .chat-avatar img {
	border-radius: 100%;
	width: 100%;
}

.conversation-list .chat-avatar i {
	font-size: 12px;
	font-style: normal;
}

.conversation-list .ctext-wrap {
	background: #404c58;
	border-radius: 3px;
	display: inline-block;
	padding: 12px;
	position: relative;
}

.conversation-list .ctext-wrap i {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	position: relative;
}

.conversation-list .ctext-wrap p {
	margin: 0;
	padding-top: 3px;
}

.conversation-list .ctext-wrap:after {
	border-color: #404c58 #404c58 transparent transparent;
	border-style: solid;
	border-width: 6px;
	content: " ";
	height: 0;
	left: -10px;
	margin-right: -1px;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 0;
}

.conversation-list .conversation-text {
	float: left;
	font-size: 12px;
	margin-left: 12px;
	width: 70%;
}

.conversation-list .odd .chat-avatar {
	float: right !important;
}

.conversation-list .odd .conversation-text {
	float: right !important;
	margin-right: 12px;
	text-align: right;
	width: 70% !important;
}

.conversation-list .odd .ctext-wrap {
	background-color: #404c58;
}

.conversation-list .odd .ctext-wrap:after {
	border-color: #404c58 transparent transparent #404c58;
	left: auto;
	right: -10px !important;
}

.conversation-list .odd .conversation-actions {
	float: left;
}

.checkbox label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	padding-left: 8px;
	position: relative;
}

.checkbox label:before {
	background-color: transparent;
	border: 2px solid #8c98a5;
	border-radius: 3px;
	content: "";
	outline: 0 !important;
	top: 2px;
	transition: 0.3s ease-in-out;
}

.checkbox label:after,
.checkbox label:before {
	display: inline-block;
	height: 18px;
	left: 0;
	margin-left: -18px;
	position: absolute;
	width: 18px;
}

.checkbox label:after {
	color: #dee2e6;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 2px;
	top: 0;
}

.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	outline: 0 !important;
	z-index: 1;
}

.checkbox input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus+label:before {
	outline: 0;
	outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked+label:after {
	border-color: #dee2e6;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: table;
	height: 8px;
	left: 7px;
	position: absolute;
	top: 6px;
	transform: rotate(45deg);
	width: 4px;
}

.checkbox input[type="checkbox"]:disabled+label:before {
	background-color: #424e5a;
	cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
	border-radius: 50%;
}

.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox.checkbox-single input {
	height: 18px;
	position: absolute;
	width: 18px;
}

.checkbox.checkbox-single label {
	height: 18px;
	width: 18px;
}

.checkbox.checkbox-single label:after,
.checkbox.checkbox-single label:before {
	margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked+label:before {
	background-color: #3283f6;
	border-color: #3283f6;
}

.checkbox-primary input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked+label:before {
	background-color: #cedeef;
	border-color: #cedeef;
}

.checkbox-secondary input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked+label:before {
	background-color: #44cf9c;
	border-color: #44cf9c;
}

.checkbox-success input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked+label:before {
	background-color: #43bee1;
	border-color: #43bee1;
}

.checkbox-info input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked+label:before {
	background-color: #fcc015;
	border-color: #fcc015;
}

.checkbox-warning input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked+label:before {
	background-color: #f86262;
	border-color: #f86262;
}

.checkbox-danger input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked+label:before {
	background-color: #424e5a;
	border-color: #424e5a;
}

.checkbox-light input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked+label:before {
	background-color: #f3f7f9;
	border-color: #f3f7f9;
}

.checkbox-dark input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-pink input[type="checkbox"]:checked+label:before {
	background-color: #f672a7;
	border-color: #f672a7;
}

.checkbox-pink input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.checkbox-blue input[type="checkbox"]:checked+label:before {
	background-color: #6658dd;
	border-color: #6658dd;
}

.checkbox-blue input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.radio label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 0;
	padding-left: 8px;
	position: relative;
}

.radio label:before {
	background-color: transparent;
	border: 2px solid #8c98a5;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 18px;
	left: 0;
	margin-left: -18px;
	outline: 0 !important;
	position: absolute;
	transition: border 0.5s ease-in-out;
	width: 18px;
}

.radio label:after {
	background-color: #dee2e6;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 10px;
	left: 6px;
	margin-left: -20px;
	position: absolute;
	top: 4px;
	transform: scale(0);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	width: 10px;
}

.radio input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	outline: 0 !important;
	z-index: 1;
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:focus+label:before {
	outline: 5px auto -webkit-focus-ring-color;
	outline: thin dotted;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked+label:after {
	transform: scale(1);
}

.radio input[type="radio"]:disabled+label:before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}

.radio.radio-single label {
	height: 17px;
}

.radio-primary input[type="radio"]+label:after {
	background-color: #3283f6;
}

.radio-primary input[type="radio"]:checked+label:before {
	border-color: #3283f6;
}

.radio-primary input[type="radio"]:checked+label:after {
	background-color: #3283f6;
}

.radio-secondary input[type="radio"]+label:after {
	background-color: #cedeef;
}

.radio-secondary input[type="radio"]:checked+label:before {
	border-color: #cedeef;
}

.radio-secondary input[type="radio"]:checked+label:after {
	background-color: #cedeef;
}

.radio-success input[type="radio"]+label:after {
	background-color: #44cf9c;
}

.radio-success input[type="radio"]:checked+label:before {
	border-color: #44cf9c;
}

.radio-success input[type="radio"]:checked+label:after {
	background-color: #44cf9c;
}

.radio-info input[type="radio"]+label:after {
	background-color: #43bee1;
}

.radio-info input[type="radio"]:checked+label:before {
	border-color: #43bee1;
}

.radio-info input[type="radio"]:checked+label:after {
	background-color: #43bee1;
}

.radio-warning input[type="radio"]+label:after {
	background-color: #fcc015;
}

.radio-warning input[type="radio"]:checked+label:before {
	border-color: #fcc015;
}

.radio-warning input[type="radio"]:checked+label:after {
	background-color: #fcc015;
}

.radio-danger input[type="radio"]+label:after {
	background-color: #f86262;
}

.radio-danger input[type="radio"]:checked+label:before {
	border-color: #f86262;
}

.radio-danger input[type="radio"]:checked+label:after {
	background-color: #f86262;
}

.radio-light input[type="radio"]+label:after {
	background-color: #424e5a;
}

.radio-light input[type="radio"]:checked+label:before {
	border-color: #424e5a;
}

.radio-light input[type="radio"]:checked+label:after {
	background-color: #424e5a;
}

.radio-dark input[type="radio"]+label:after {
	background-color: #f3f7f9;
}

.radio-dark input[type="radio"]:checked+label:before {
	border-color: #f3f7f9;
}

.radio-dark input[type="radio"]:checked+label:after {
	background-color: #f3f7f9;
}

.radio-pink input[type="radio"]+label:after {
	background-color: #f672a7;
}

.radio-pink input[type="radio"]:checked+label:before {
	border-color: #f672a7;
}

.radio-pink input[type="radio"]:checked+label:after {
	background-color: #f672a7;
}

.radio-blue input[type="radio"]+label:after {
	background-color: #6658dd;
}

.radio-blue input[type="radio"]:checked+label:before {
	border-color: #6658dd;
}

.radio-blue input[type="radio"]:checked+label:after {
	background-color: #6658dd;
}

.ribbon-box {
	position: relative;
}

.ribbon-box .ribbon {
	box-shadow: 2px 5px 10px rgba(243, 247, 249, 0.15);
	clear: both;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 5px 12px;
	position: relative;
}

.ribbon-box .ribbon:before {
	border-style: solid;
	border-width: 10px;
	bottom: -10px;
	content: " ";
	display: block;
	left: 0;
	margin-bottom: -10px;
	position: absolute;
	z-index: -1;
}

.ribbon-box .ribbon.float-left {
	border-radius: 0 3px 3px 0;
	margin-left: -30px;
}

.ribbon-box .ribbon.float-right {
	border-radius: 3px 0 0 3px;
	margin-right: -30px;
}

.ribbon-box .ribbon.float-right:before {
	right: 0;
}

.ribbon-box .ribbon.float-center span {
	margin: 0 auto 20px;
}

.ribbon-box .ribbon-content {
	clear: both;
}

.ribbon-box .ribbon-primary {
	background: #3283f6;
}

.ribbon-box .ribbon-primary:before {
	border-color: #0a67eb transparent transparent;
}

.ribbon-box .ribbon-secondary {
	background: #cedeef;
}

.ribbon-box .ribbon-secondary:before {
	border-color: #a8c4e2 transparent transparent;
}

.ribbon-box .ribbon-success {
	background: #44cf9c;
}

.ribbon-box .ribbon-success:before {
	border-color: #2eb282 transparent transparent;
}

.ribbon-box .ribbon-info {
	background: #43bee1;
}

.ribbon-box .ribbon-info:before {
	border-color: #21a9d0 transparent transparent;
}

.ribbon-box .ribbon-warning {
	background: #fcc015;
}

.ribbon-box .ribbon-warning:before {
	border-color: #dba303 transparent transparent;
}

.ribbon-box .ribbon-danger {
	background: #f86262;
}

.ribbon-box .ribbon-danger:before {
	border-color: #f63131 transparent transparent;
}

.ribbon-box .ribbon-light {
	background: #424e5a;
}

.ribbon-box .ribbon-light:before {
	border-color: #2c353d transparent transparent;
}

.ribbon-box .ribbon-dark {
	background: #f3f7f9;
}

.ribbon-box .ribbon-dark:before {
	border-color: #d1e0e8 transparent transparent;
}

.ribbon-box .ribbon-pink {
	background: #f672a7;
}

.ribbon-box .ribbon-pink:before {
	border-color: #f34289 transparent transparent;
}

.ribbon-box .ribbon-blue {
	background: #6658dd;
}

.ribbon-box .ribbon-blue:before {
	border-color: #3f2ed4 transparent transparent;
}

.ribbon-box .ribbon-two {
	height: 75px;
	left: -5px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	top: -5px;
	width: 75px;
	z-index: 1;
}

.ribbon-box .ribbon-two span {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: 600;
	left: -21px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 19px;
	transform: rotate(-45deg);
	width: 100px;
}

.ribbon-box .ribbon-two span:before {
	border-right: 3px solid transparent;
	left: 0;
}

.ribbon-box .ribbon-two span:after,
.ribbon-box .ribbon-two span:before {
	border-bottom: 3px solid transparent;
	content: "";
	position: absolute;
	top: 100%;
	z-index: -1;
}

.ribbon-box .ribbon-two span:after {
	border-left: 3px solid transparent;
	right: 0;
}

.ribbon-box .ribbon-two-primary span {
	background: #3283f6;
}

.ribbon-box .ribbon-two-primary span:before {
	border-left: 3px solid #095cd2;
	border-top: 3px solid #095cd2;
}

.ribbon-box .ribbon-two-primary span:after {
	border-right: 3px solid #095cd2;
	border-top: 3px solid #095cd2;
}

.ribbon-box .ribbon-two-secondary span {
	background: #cedeef;
}

.ribbon-box .ribbon-two-secondary span:before {
	border-left: 3px solid #94b7dc;
	border-top: 3px solid #94b7dc;
}

.ribbon-box .ribbon-two-secondary span:after {
	border-right: 3px solid #94b7dc;
	border-top: 3px solid #94b7dc;
}

.ribbon-box .ribbon-two-success span {
	background: #44cf9c;
}

.ribbon-box .ribbon-two-success span:before {
	border-left: 3px solid #299e73;
	border-top: 3px solid #299e73;
}

.ribbon-box .ribbon-two-success span:after {
	border-right: 3px solid #299e73;
	border-top: 3px solid #299e73;
}

.ribbon-box .ribbon-two-info span {
	background: #43bee1;
}

.ribbon-box .ribbon-two-info span:before {
	border-left: 3px solid #1e97ba;
	border-top: 3px solid #1e97ba;
}

.ribbon-box .ribbon-two-info span:after {
	border-right: 3px solid #1e97ba;
	border-top: 3px solid #1e97ba;
}

.ribbon-box .ribbon-two-warning span {
	background: #fcc015;
}

.ribbon-box .ribbon-two-warning span:before {
	border-left: 3px solid #c29002;
	border-top: 3px solid #c29002;
}

.ribbon-box .ribbon-two-warning span:after {
	border-right: 3px solid #c29002;
	border-top: 3px solid #c29002;
}

.ribbon-box .ribbon-two-danger span {
	background: #f86262;
}

.ribbon-box .ribbon-two-danger span:before {
	border-left: 3px solid #f51919;
	border-top: 3px solid #f51919;
}

.ribbon-box .ribbon-two-danger span:after {
	border-right: 3px solid #f51919;
	border-top: 3px solid #f51919;
}

.ribbon-box .ribbon-two-light span {
	background: #424e5a;
}

.ribbon-box .ribbon-two-light span:before {
	border-left: 3px solid #cf282e;
	border-top: 3px solid #cf282e;
}

.ribbon-box .ribbon-two-light span:after {
	border-right: 3px solid #cf282e;
	border-top: 3px solid #cf282e;
}

.ribbon-box .ribbon-two-dark span {
	background: #f3f7f9;
}

.ribbon-box .ribbon-two-dark span:before {
	border-left: 3px solid #c0d5e0;
	border-top: 3px solid #c0d5e0;
}

.ribbon-box .ribbon-two-dark span:after {
	border-right: 3px solid #c0d5e0;
	border-top: 3px solid #c0d5e0;
}

.ribbon-box .ribbon-two-pink span {
	background: #f672a7;
}

.ribbon-box .ribbon-two-pink span:before {
	border-left: 3px solid #f12a7a;
	border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-pink span:after {
	border-right: 3px solid #f12a7a;
	border-top: 3px solid #f12a7a;
}

.ribbon-box .ribbon-two-blue span {
	background: #6658dd;
}

.ribbon-box .ribbon-two-blue span:before {
	border-left: 3px solid #3827c1;
	border-top: 3px solid #3827c1;
}

.ribbon-box .ribbon-two-blue span:after {
	border-right: 3px solid #3827c1;
	border-top: 3px solid #3827c1;
}

@media print {

	.footer,
	.justify-content-gal,
	.left-side-menu,
	.navbar-custom,
	.no-print,
	.page-title-box,
	.right-bar {
		display: none;
	}

	.card-body,
	.content,
	.content-page,
	.right-bar,
	body {
		margin: 0;
		padding: 0;
	}
}

#preloader {
	align-items: center;
	background: #f5f6f9;
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.lds-roller {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 80px;
}

.lds-roller div {
	animation: a 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}

.lds-roller div:after {
	background: #073bb7;
	border-radius: 50%;
	content: " ";
	display: block;
	height: 7px;
	margin: -4px 0 0 -4px;
	position: absolute;
	width: 7px;
}

.lds-roller div:first-child {
	animation-delay: -36ms;
}

.lds-roller div:first-child:after {
	left: 63px;
	top: 63px;
}

.lds-roller div:nth-child(2) {
	animation-delay: -72ms;
}

.lds-roller div:nth-child(2):after {
	left: 56px;
	top: 68px;
}

.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
	left: 48px;
	top: 71px;
}

.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
	left: 40px;
	top: 72px;
}

.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
	left: 32px;
	top: 71px;
}

.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
	left: 24px;
	top: 68px;
}

.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
	left: 17px;
	top: 63px;
}

.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
	left: 12px;
	top: 56px;
}

@keyframes a {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}

#preloader-X {
	background-color: transparent;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

#preloader-X,
#status-X {
	display: none;
	z-index: 9999;
}

#status-X {
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

#preloader-Z {
	background-color: rgba(142, 165, 192, 0.6);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status-Z {
	display: none;
	height: 64px;
	margin: -20px 0 0 -40px;
	width: 32px;
	z-index: 9999;
}

#status,
#status-Z {
	left: 50%;
	position: absolute;
	top: 50%;
}

#status {
	height: 40px;
	margin: -20px 0 0 -20px;
	width: 40px;
}

.spinner {
	animation: b 1.1s linear infinite;
	border: 5px solid #424e5a;
	border-left-color: #3283f6;
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999em;
	transform: translateZ(0);
}

.spinner,
.spinner:after {
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

@keyframes b {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(1turn);
	}
}

.authentication-bg.enlarged {
	min-height: 100px;
}

.bg-pattern {
	background-image: url(../images/bg-pattern-2.png);
	background-size: cover;
}

.bg-pattern-2 {
	background-image: url(../images/bg-pattern.png);
	background-size: cover;
}

.bg-pattern-3 {
	background-color: transparent !important;
	background-image: url(../images/bg-pattern-3.png);
	background-size: cover;
}

body.authentication-bg {
	background-color: #cf2;
	background-position: 50%;
	background-size: cover;
}

body.authentication-bg-pattern {
	background-image: url(../images/bg-pattern.png);
}

.logout-icon {
	width: 140px;
}

.auth-fluid {
	align-items: center;
	align-items: stretch;
	background: url(../images/bg-auth-00.jpg) 50%;
	background-size: cover;
	display: flex;
	flex-direction: row;
	min-height: 100vh;
	position: relative;
}

.auth-fluid .auth-fluid-form-box {
	background-color: #221f2200;
	border-radius: 0;
	max-width: 480px;
	padding: 3rem 2rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.auth-fluid .auth-fluid-right {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	flex: 1;
	padding: 6rem 3rem;
	position: relative;
}

.auth-brand {
	margin-bottom: 2rem;
}

.auth-user-testimonial {
	bottom: 3rem;
	left: 0;
	margin: 0 auto;
	padding: 0 1.75rem;
	position: absolute;
	right: 0;
}

.auth-user-testimonial p.lead {
	font-size: 1.125rem;
	margin: 0 auto 20px;
	max-width: 700px;
}

@media (min-width: 992px) {
	.auth-brand {
		position: absolute;
		top: 3rem;
	}
}

@media (max-width: 991.98px) {
	.auth-fluid {
		display: block;
	}

	.auth-fluid .auth-fluid-form-box {
		max-width: 100%;
		min-height: 100vh;
	}

	.auth-fluid .auth-fluid-right {
		display: none;
	}
}

.auth-logo .logo-light {
	display: block;
}

.auth-logo .logo-dark {
	display: none;
}

.button-list {
	margin-bottom: -12px;
	margin-left: -8px;
}

.button-list .btn {
	margin-bottom: 12px;
	margin-left: 8px;
}

.grid-structure .grid-container {
	background-color: #3b4651;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 10px 20px;
}

.icons-list-demo div.col-sm-6 {
	cursor: pointer;
	display: block;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.icons-list-demo div.col-sm-6 p {
	line-height: inherit;
	margin-bottom: 0;
}

.icons-list-demo i {
	border-radius: 3px;
	color: #8c98a5;
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-right: 12px;
	text-align: center;
	transition: all 0.2s;
	vertical-align: middle;
	width: 50px;
}

.icons-list-demo .col-md-4 {
	background-clip: padding-box;
	border-radius: 3px;
	margin-bottom: 10px;
}

.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-md-4:hover i {
	color: #3283f6;
}

.icons-list-demo .icon-item svg {
	margin-right: 10px;
}

.icons-list-demo .icon-item span {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}

.scrollspy-example {
	height: 200px;
	margin-top: 0.5rem;
	overflow: auto;
	position: relative;
}

.text-error {
	color: #3283f6;
	font-size: 84px;
	line-height: 90px;
	text-shadow: rgba(50, 131, 246, 0.3) 5px 1px, rgba(50, 131, 246, 0.2) 10px 3px;
}

.error-text-box,
.text-error {
	font-family: Roboto, sans-serif;
}

.error-text-box {
	font-size: 10rem;
	min-height: 200px;
}

.error-text-box .text {
	fill: none;
	stroke-width: 6;
	stroke-linejoin: round;
	stroke-dasharray: 30 100;
	stroke-dashoffset: 0;
	animation: c 9s linear infinite;
}

.error-text-box .text:nth-child(5n + 1) {
	stroke: #f86262;
	animation-delay: -1.2s;
}

.error-text-box .text:nth-child(5n + 2) {
	stroke: #fcc015;
	animation-delay: -2.4s;
}

.error-text-box .text:nth-child(5n + 3) {
	stroke: #3283f6;
	animation-delay: -3.6s;
}

.error-text-box .text:nth-child(5n + 4) {
	stroke: #43bee1;
	animation-delay: -4.8s;
}

.error-text-box .text:nth-child(5n + 5) {
	stroke: #44cf9c;
	animation-delay: -6s;
}

@keyframes c {
	to {
		stroke-dashoffset: -400;
	}
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
	.error-text-box .text {
		fill: #f86262;
		stroke: #f86262;
		stroke-width: 6;
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
		animation: none;
	}
}

.logout-checkmark {
	margin: 0 auto;
	padding: 20px 0;
	width: 100px;
}

.logout-checkmark .path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	animation: d 2s ease-in-out;
}

.logout-checkmark .spin {
	animation: e 2s;
	transform-origin: 50% 50%;
}

@keyframes d {
	0% {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes e {
	0% {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
	}
}

.faq-question-q-box {
	background-color: rgba(50, 131, 246, 0.15);
	border-radius: 50%;
	color: #3283f6;
	float: left;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.faq-question {
	font-size: 16px;
	font-weight: 400;
	margin-left: 50px;
	margin-top: 0;
}

.faq-answer {
	color: #8c98a5;
	margin-left: 50px;
}

.svg-computer {
	stroke-dasharray: 1134;
	stroke-dashoffset: -1134;
	animation: f 5s infinite;
	animation-direction: normal;
	height: 160px;
}

@keyframes f {
	0% {
		stroke-dashoffset: -1134;
	}

	to {
		stroke-dashoffset: 0;
	}
}

@media (-ms-high-contrast: none),
screen and (-ms-high-contrast: active) {
	.svg-computer {
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
		animation: none;
		animation-direction: normal;
	}
}

.timeline {
	margin-bottom: 50px;
	position: relative;
}

.timeline:before {
	background-color: #424e5a;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	top: 30px;
	width: 2px;
	z-index: 0;
}

.timeline .time-show {
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}

.timeline .timeline-box {
	background: #36404a;
	border-radius: 0.25rem;
	box-shadow: none;
	display: block;
	margin: 15px 0;
	padding: 20px;
	position: relative;
}

.timeline .timeline-album {
	margin-top: 12px;
}

.timeline .timeline-album a {
	display: inline-block;
	margin-right: 5px;
}

.timeline .timeline-album img {
	border-radius: 3px;
	height: 36px;
	width: auto;
}

@media (min-width: 768px) {
	.timeline .time-show {
		margin-right: -69px;
		text-align: right;
	}

	.timeline .timeline-box {
		margin-left: 45px;
	}

	.timeline .timeline-icon {
		background: #424e5a;
		border-radius: 50%;
		display: block;
		height: 20px;
		left: -54px;
		margin-top: -10px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 20px;
	}

	.timeline .timeline-icon i {
		color: #cedeef;
		font-size: 13px;
		left: 4px;
		margin-top: 1px;
		position: absolute;
	}

	.timeline .timeline-desk {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}

	.timeline-item {
		display: table-row;
	}

	.timeline-item:before {
		content: "";
		display: block;
		width: 50%;
	}

	.timeline-item .timeline-desk .arrow {
		border-bottom: 12px solid transparent;
		border-right: 12px solid #36404a !important;
		border-top: 12px solid transparent;
		display: block;
		height: 0;
		left: -12px;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 0;
	}

	.timeline-item.timeline-item-left:after {
		content: "";
		display: block;
		width: 50%;
	}

	.timeline-item.timeline-item-left .timeline-desk .arrow-alt {
		border-bottom: 12px solid transparent;
		border-left: 12px solid #36404a !important;
		border-top: 12px solid transparent;
		display: block;
		height: 0;
		left: auto;
		margin-top: -12px;
		position: absolute;
		right: -12px;
		top: 50%;
		width: 0;
	}

	.timeline-item.timeline-item-left .timeline-desk .album {
		float: right;
		margin-top: 20px;
	}

	.timeline-item.timeline-item-left .timeline-desk .album a {
		float: right;
		margin-left: 5px;
	}

	.timeline-item.timeline-item-left .timeline-icon {
		left: auto;
		right: -56px;
	}

	.timeline-item.timeline-item-left:before {
		display: none;
	}

	.timeline-item.timeline-item-left .timeline-box {
		margin-left: 0;
		margin-right: 45px;
		text-align: right;
	}
}

@media (max-width: 767.98px) {
	.timeline .time-show {
		position: relative;
		text-align: center;
	}

	.timeline .timeline-icon {
		display: none;
	}
}

.timeline-sm {
	padding-left: 110px;
}

.timeline-sm .timeline-sm-item {
	border-left: 2px solid #424e5a;
	padding-bottom: 20px;
	padding-left: 40px;
	position: relative;
}

.timeline-sm .timeline-sm-item:after {
	background: #36404a;
	border: 2px solid #3283f6;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	left: -7px;
	position: absolute;
	top: 3px;
	width: 12px;
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
	left: -104px;
	position: absolute;
}

@media (max-width: 420px) {
	.timeline-sm {
		padding-left: 0;
	}

	.timeline-sm .timeline-sm-date {
		display: block;
		left: 0 !important;
		margin-bottom: 10px;
		position: relative !important;
	}
}

.inbox-leftbar {
	float: left;
	padding: 0 20px 20px 10px;
	position: relative;
	width: 240px;
}

.inbox-leftbar:before {
	border-right: 5px solid #303841;
	bottom: -1.5rem;
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
}

.inbox-rightbar {
	border-left: 5px solid #303841;
	margin: -1.5rem 0 -1.5rem 250px;
	padding: 1.5rem 0 1.5rem 25px;
}

.message-list {
	display: block;
	padding-left: 0;
}

.message-list li {
	cursor: default;
	display: block;
	height: 51px;
	line-height: 50px;
	position: relative;
	transition-duration: 0.3s;
}

.message-list li a {
	color: #94a0ad;
}

.message-list li:hover {
	background: #424e5a;
	transition-duration: 0.05s;
}

.message-list li .col-mail {
	float: left;
	position: relative;
}

.message-list li .col-mail-1 {
	width: 320px;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot,
.message-list li .col-mail-1 .star-toggle {
	display: block;
	float: left;
}

.message-list li .col-mail-1 .dot {
	border: 4px solid transparent;
	border-radius: 100px;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 22px 26px 0;
	width: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
	margin: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
	color: #8c98a5;
	margin-left: 10px;
	margin-top: 18px;
}

.message-list li .col-mail-1 .title {
	left: 100px;
	line-height: 50px;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}

.message-list li .col-mail-2 {
	bottom: 0;
	left: 320px;
	position: absolute;
	right: 0;
	top: 0;
}

.message-list li .col-mail-2 .date,
.message-list li .col-mail-2 .subject {
	position: absolute;
	top: 0;
}

.message-list li .col-mail-2 .subject {
	left: 0;
	overflow: hidden;
	right: 110px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.message-list li .col-mail-2 .date {
	padding-left: 10px;
	right: 0;
	width: 100px;
}

.message-list li.active,
.message-list li.mail-selected {
	background: #323a46;
	transition-duration: 0.05s;
}

.message-list li.active,
.message-list li.active:hover {
	box-shadow: inset 3px 0 0 #43bee1;
}

.message-list li.unread a {
	color: #e2ecf1;
	font-weight: 600;
}

.message-list .checkbox-wrapper-mail {
	border-radius: 3px;
	box-shadow: inset 0 0 0 2px #5d7186;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.message-list .checkbox-wrapper-mail input {
	cursor: pointer;
	opacity: 0;
}

.message-list .checkbox-wrapper-mail input:checked~label {
	opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
	background: #cedeef;
	bottom: 3px;
	cursor: pointer;
	left: 3px;
	margin-bottom: 0 !important;
	opacity: 0;
	position: absolute;
	right: 3px;
	top: 3px;
	transition-duration: 0.05s;
}

.message-list .checkbox-wrapper-mail label:active {
	background: #87949b;
}

.mail-list a {
	color: #94a0ad;
	display: block;
	font-size: 15px;
	padding: 9px 10px;
}

.reply-box {
	border: 2px solid #424e5a;
}

@media (max-width: 648px) {
	.inbox-leftbar {
		float: none;
		padding: 0 20px;
		width: 100%;
	}

	.inbox-leftbar:before {
		border-right: 0;
	}

	.inbox-rightbar {
		border: 0;
		margin: 0;
		padding-left: 0;
		padding-top: 40px;
	}

	.message-list li .col-mail-1 .checkbox-wrapper-mail {
		margin-left: 0;
	}
}

@media (max-width: 520px) {
	.inbox-rightbar>.btn-group {
		margin-bottom: 10px;
	}

	.message-list li .col-mail-1 {
		width: 150px;
	}

	.message-list li .col-mail-1 .title {
		left: 80px;
	}

	.message-list li .col-mail-2 {
		left: 160px;
	}

	.message-list li .col-mail-2 .date {
		padding-left: 20px;
		padding-right: 10px;
		text-align: right;
	}
}

.sitemap {
	list-style: none;
	padding-left: 0;
}

.sitemap>li>ul {
	margin-top: 1rem;
	padding-left: 0;
}

.sitemap li {
	line-height: 1.5rem;
	list-style: none;
	position: relative;
	vertical-align: top;
}

.sitemap li a {
	color: #94a0ad;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sitemap li a i {
	display: inline-block;
}

.sitemap li a:hover {
	color: #3283f6;
}

.sitemap ul {
	margin-bottom: 1rem;
	margin-left: 1rem;
	padding-top: 10px;
}

.sitemap ul li {
	position: relative;
}

.sitemap ul li a {
	margin-left: 2rem;
}

.sitemap ul li:before {
	border-bottom: 1px solid #424e5a;
	border-left: 1px solid #424e5a;
	content: "";
	display: inline-block;
	height: 1.5rem;
	position: absolute;
	top: -1rem;
	width: 1.5rem;
}

.search-result-box .tab-content {
	box-shadow: none;
	padding: 30px 30px 10px;
}

.search-result-box .search-item {
	border-bottom: 1px solid #424e5a;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.search-result-box .nav-bordered .nav-link {
	margin-right: 10px;
	padding: 10px 5px !important;
}

.card-pricing {
	position: relative;
}

.card-pricing .card-pricing-plan-name {
	padding-bottom: 20px;
}

.card-pricing .card-pricing-icon {
	background-color: rgba(50, 131, 246, 0.1);
	border-radius: 50%;
	display: inline-block;
	font-size: 22px;
	height: 60px;
	line-height: 62px;
	width: 60px;
}

.card-pricing .card-pricing-price {
	padding: 30px 0 0;
}

.card-pricing .card-pricing-price span {
	color: #8c98a5;
	font-size: 40%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.card-pricing .card-pricing-features {
	color: #8c98a5;
	list-style: none;
	margin: 0;
	padding: 20px 0 0;
}

.card-pricing .card-pricing-features li {
	padding: 10px;
}

.card-pricing-recommended {
	background-color: #3283f6;
	color: #fff;
}

.card-pricing-recommended .card-pricing-icon {
	background-color: hsla(0, 0%, 100%, 0.1);
}

.card-pricing-recommended .card-pricing-features,
.card-pricing-recommended .card-pricing-price span {
	color: hsla(0, 0%, 100%, 0.7);
}

.filter-menu {
	margin-bottom: 20px;
}

.filter-menu a {
	border-radius: 3px;
	color: #f3f7f9;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 5px 10px;
	transition: all 0.3s ease-out;
}

.filter-menu a:hover {
	background-color: rgba(50, 131, 246, 0.15);
	color: #3283f6;
}

.filter-menu a.active {
	background-color: #3283f6;
	color: #fff;
}

.gal-box {
	background-color: #36404a;
	border-radius: 3px;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	margin-bottom: 24px;
}

.gal-box .image-popup {
	display: block;
	padding: 10px;
}

.gal-box .image-popup img {
	cursor: zoom-in;
}

.gal-box .gall-info {
	border-top: 1px solid #36404a;
	padding: 15px;
	position: relative;
}

.gal-box .gall-info h4 {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gal-box .gall-info .gal-like-btn {
	font-size: 22px;
	position: absolute;
	right: 15px;
	top: 24px;
}

.counter-number {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
}

.counter-number span {
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.coming-box {
	float: left;
	width: 25%;
}

.svg-rocket {
	height: 80px;
}

.rocket-clouds__bubble,
.rocket-clouds__cloud,
.rocket-inner__rocket-and-lines,
.rocket-rocket {
	fill: #fff;
}

.post-user-comment-box {
	background-color: #323a46;
	margin: 20px -0.75rem 0;
	padding: 1rem;
}

.task-item {
	padding-left: 12px;
	position: relative;
}

.task-item:before {
	content: "\F01DB";
	font-family: Material Design Icons;
	font-size: 19px;
	left: 0;
	position: absolute;
	top: -3px;
}

.tasklist {
	margin-bottom: 0;
	min-height: 40px;
}

.tasklist li {
	background-color: #3a4550;
	border: 1px solid #424e5a;
	border-radius: 3px;
	box-shadow: none;
	margin-bottom: 15px;
	padding: 20px;
}

.tasklist li:last-of-type {
	margin-bottom: 0;
}

.tasklist li .btn-sm {
	font-size: 12px;
	padding: 2px 8px;
}

.tasklist .checkbox {
	margin-left: 20px;
	margin-top: 5px;
}

.task-placeholder {
	background-color: #323a46 !important;
	border: 1px dashed #424e5a !important;
	padding: 20px;
}

.product-box {
	overflow: hidden;
	position: relative;
}

.product-box .product-action {
	opacity: 0;
	padding: 1.5rem 1.5rem 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 3;
}

.product-box:hover .product-action {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

.product-box .product-info {
	padding-top: 1.5rem;
}

.product-box .product-price-tag {
	background-color: #323a46;
	border-radius: 3px;
	font-size: 20px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	text-align: center;
}

.product-thumb {
	margin-top: 3px;
	padding: 3px;
}

.product-thumb.active {
	background-color: #dee2e6 !important;
}

.track-order-list ul li {
	border-left: 2px solid #424e5a;
	padding: 0 0 14px 21px;
	position: relative;
}

.track-order-list ul li:first-child {
	padding-top: 0;
}

.track-order-list ul li:last-child {
	padding-bottom: 0;
}

.track-order-list ul li:before {
	background-color: #3283f6;
	border: 3px solid #36404a;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: -7px;
	position: absolute;
	top: 0;
	width: 12px;
}

.track-order-list ul li.completed {
	border-color: #3283f6;
}

.track-order-list ul li .active-dot.dot {
	border-color: #3283f6;
	left: -16px;
	top: -9px;
}

.dot {
	animation: g 3s ease-out;
	animation-iteration-count: infinite;
	background: 0;
	border: 4px solid #3283f6;
	border-radius: 60px;
	height: 30px;
	opacity: 0;
	position: absolute;
	right: -2px;
	top: -15px;
	width: 30px;
	z-index: 1;
}

@keyframes g {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
	}

	25% {
		opacity: 0.1;
		-webkit-transform: scale(0);
	}

	50% {
		opacity: 0.3;
		-webkit-transform: scale(0.1);
	}

	75% {
		opacity: 0.5;
		-webkit-transform: scale(0.5);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(1);
	}
}

.waves-effect {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.waves-effect .waves-ripple {
	background: rgba(0, 0, 0, 0.2);
	background: radial-gradient(rgba(0, 0, 0, 0.2) 0,
			rgba(0, 0, 0, 0.3) 40%,
			rgba(0, 0, 0, 0.4) 50%,
			rgba(0, 0, 0, 0.5) 60%,
			hsla(0, 0%, 100%, 0) 70%);
	border-radius: 50%;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scale(0) translate(0);
	transition: all 0.5s ease-out;
	transition-property: transform, opacity;
	width: 100px;
}

.waves-effect.waves-light .waves-ripple {
	background: hsla(0, 0%, 100%, 0.4);
	background: radial-gradient(hsla(0, 0%, 100%, 0.2) 0,
			hsla(0, 0%, 100%, 0.3) 40%,
			hsla(0, 0%, 100%, 0.4) 50%,
			hsla(0, 0%, 100%, 0.5) 60%,
			hsla(0, 0%, 100%, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
	background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
	background: hsla(0, 0%, 100%, 0.4);
}

.waves-notransition {
	transition: none !important;
}

.waves-button,
.waves-circle {
	-webkit-mask-image: radial-gradient(circle, #fff 100%, #000 0);
	mask-image: radial-gradient(circle, #fff 100%, #000 0);
	transform: translateZ(0);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	outline: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	z-index: 1;
}

.waves-button {
	border-radius: 0.2em;
	padding: 0.85em 1.1em;
}

.waves-button-input {
	margin: 0;
	padding: 0.85em 1.1em;
}

.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
	padding: 0;
}

.waves-input-wrapper .waves-button-input {
	left: 0;
	position: relative;
	top: 0;
	z-index: 1;
}

.waves-circle {
	border-radius: 50%;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	width: 2.5em;
}

.waves-float {
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	-webkit-mask-image: none;
	mask-image: none;
	transition: all 0.3s;
}

.waves-float:active {
	box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
	display: block;
}

.apex-charts {
	min-height: 10px !important;
}

.apex-charts text {
	fill: #8c98a5;
	font-family: Roboto, sans-serif !important;
	font-weight: 600;
}

.apex-charts .apexcharts-canvas {
	margin: 0 auto;
}

.apexcharts-legend-text,
.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
	font-family: Roboto, sans-serif !important;
}

.apexcharts-legend-series {
	font-weight: 600;
}

.apexcharts-gridline {
	stroke: #3e4852;
	pointer-events: none;
}

.apexcharts-legend-text {
	color: #8c98a5 !important;
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
	fill: #8c98a5;
	font-family: Roboto, sans-serif !important;
	font-weight: 600;
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
	fill: #8c98a5;
}

.apexcharts-radar-series polygon {
	fill: transparent;
	stroke: #424e5a;
}

.apexcharts-radar-series line {
	stroke: #424e5a;
}

.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value,
.apexcharts-pie-label {
	fill: #8c98a5 !important;
}

.apexcharts-plot-series .apexcharts-datalabel {
	fill: #fff !important;
}

.apexcharts-datalabels-group text {
	fill: #8c98a5 !important;
	font-family: Roboto, sans-serif !important;
}

.scatter-img-chart .apexcharts-legend {
	min-height: 17px;
	overflow: hidden !important;
}

.scatter-img-chart .apexcharts-legend-marker {
	background: 0 0 !important;
	margin-right: 7px !important;
}

.scatter-img-chart .apexcharts-legend-series {
	align-items: flex-start !important;
}

.apexcharts-pie-series path {
	stroke: transparent !important;
}

.apexcharts-track path {
	stroke: #4d5b69;
}

.apexcharts-xaxis line {
	stroke: #5d7186 !important;
}

.irs {
	-webkit-touch-callout: none;
	font-size: 12px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.irs,
.irs-line {
	display: block;
	position: relative;
}

.irs-line {
	outline: 0 !important;
	overflow: hidden;
}

.irs-bar {
	display: block;
}

.irs-bar,
.irs-shadow {
	left: 0;
	position: absolute;
	width: 0;
}

.irs-shadow {
	display: none;
}

.irs-handle {
	box-sizing: border-box;
	cursor: default;
	display: block;
	position: absolute;
	z-index: 1;
}

.irs-handle.type_last {
	z-index: 2;
}

.irs-max,
.irs-min {
	cursor: default;
	display: block;
	position: absolute;
}

.irs-min {
	left: 0;
}

.irs-max {
	right: 0;
}

.irs-from,
.irs-single,
.irs-to {
	cursor: default;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
}

.irs-grid {
	bottom: 0;
	display: none;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	background: #cedeef;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	bottom: 0;
	color: #cedeef;
	font-size: 9px;
	left: 0;
	line-height: 9px;
	padding: 0 3px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.irs-disable-mask {
	background: transparent;
	cursor: default;
	display: block;
	height: 100%;
	left: -1%;
	position: absolute;
	top: 0;
	width: 102%;
	z-index: 2;
}

.lt-ie9 .irs-disable-mask {
	background: #cedeef;
	cursor: not-allowed;
}

.irs-disabled {
	opacity: 0.4;
}

.irs-hidden-input {
	background: 0 0 !important;
	border-color: transparent !important;
	border-style: solid !important;
	display: block !important;
	font-size: 0 !important;
	height: 0 !important;
	left: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	outline: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 0 !important;
	z-index: -9999 !important;
}

.irs--flat {
	height: 40px;
}

.irs--flat.irs-with-grid {
	height: 60px;
}

.irs--flat .irs-line {
	background-color: #424e5a;
	border-radius: 4px;
	height: 12px;
	top: 25px;
}

.irs--flat .irs-bar {
	background-color: #3283f6;
	height: 12px;
	top: 25px;
}

.irs--flat .irs-bar--single {
	border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
	background-color: #424e5a;
	bottom: 16px;
	height: 1px;
}

.irs--flat .irs-handle {
	background-color: transparent;
	height: 18px;
	top: 22px;
	width: 16px;
}

.irs--flat .irs-handle>i:first-child {
	background-color: #106ef4;
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	top: 0;
	width: 2px;
}

.irs--flat .irs-max,
.irs--flat .irs-min {
	background-color: #424e5a;
	border-radius: 4px;
	color: #dee2e6;
	font-size: 10px;
	line-height: 1.333;
	padding: 1px 3px;
	text-shadow: none;
	top: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
	background-color: #3283f6;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	padding: 1px 5px;
	text-shadow: none;
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
	border: 3px solid transparent;
	border-top-color: #3283f6;
	bottom: -6px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -3px;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.irs--flat .irs-grid-pol {
	background-color: #424e5a;
}

.irs--flat .irs-grid-text {
	color: #dee2e6;
}

.irs--modern .irs-line {
	background: #424e5a;
	border: 0;
}

.irs--modern .irs-bar {
	background: #3283f6;
	background: linear-gradient(180deg, #3283f6 0, #0a67eb);
}

.irs--modern .irs-max,
.irs--modern .irs-min {
	background-color: #424e5a;
	border-radius: 4px;
	color: #dee2e6;
	font-size: 10px;
	line-height: 1.333;
	padding: 1px 3px;
	text-shadow: none;
	top: 0;
}

.irs--sharp .irs-bar,
.irs--sharp .irs-from,
.irs--sharp .irs-handle,
.irs--sharp .irs-max,
.irs--sharp .irs-min,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
	background-color: #3283f6;
}

.irs--sharp .irs-line {
	background: #424e5a;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-handle>i:first-child,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
	border-top-color: #3283f6;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
	background-color: #095cd2;
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
	border-top-color: #095cd2;
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
	background-color: #3283f6;
}

.irs--round .irs-bar:before,
.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
	border-top-color: #3283f6;
}

.irs--round .irs-handle {
	background-color: #424e5a;
	border: 4px solid #3283f6;
	box-shadow: 0 1px 3px rgba(50, 131, 246, 0.3);
}

.irs--round .irs-max,
.irs--round .irs-min {
	background-color: #424e5a;
	color: #dee2e6;
}

.irs--round .irs-line {
	background: #424e5a;
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
	background-color: #424e5a;
}

.irs--square .irs-handle {
	background-color: #424e5a;
	border: 3px solid #3283f6;
}

.irs--square .irs-line {
	background: #424e5a;
}

.irs--square .irs-max,
.irs--square .irs-min {
	background-color: #424e5a;
	border-radius: 4px;
	color: #dee2e6;
	font-size: 10px;
	line-height: 1.333;
	padding: 1px 3px;
	text-shadow: none;
	top: 0;
}

.calendar {
	float: left;
	margin-bottom: 0;
}

.fc-view {
	margin-top: 30px;
}

.none-border .modal-footer {
	border-top: 0;
}

.fc-toolbar {
	margin: 10px 0 5px;
}

.fc-toolbar h2 {
	font-size: 1.25rem;
	line-height: 1.8rem;
	text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
	font-weight: 500;
}

th.fc-day-header {
	padding: 0.5rem 0;
}

.fc-day {
	background: 0;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar .ui-state-hover,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
	z-index: 0;
}

.fc th.fc-widget-header {
	background: #424e5a;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	padding: 10px 0;
	text-transform: uppercase;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #424e5a;
}

.fc-button,
.fc-unthemed .fc-divider,
.fc-unthemed td.fc-today {
	background: #424e5a;
}

.fc-button {
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #dee2e6;
	height: auto;
	margin: 0 3px;
	padding: 6px 12px;
	text-transform: capitalize;
}

.fc-text-arrow {
	font-family: inherit;
	font-size: 1rem;
}

.fc-cell-overlay,
.fc-state-highlight,
.fc-state-hover {
	background: #424e5a;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down {
	background-color: #3283f6;
	color: #fff;
	text-shadow: none;
}

.fc-unthemed .fc-today {
	background: #fff;
}

.fc-event {
	border: 0;
	border-radius: 2px;
	cursor: move;
	font-size: 0.8125rem;
	margin: 5px 7px;
	padding: 5px;
	text-align: center;
}

.external-event {
	border-radius: 4px;
	color: #fff;
	cursor: move;
	margin: 10px 0;
	padding: 8px 10px;
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
	padding-right: 8px;
}

.fc-basic-view .fc-content,
.fc-time-grid-event .fc-content {
	color: #fff;
}

.fc-content-skeleton .fc-day-top .fc-day-number {
	background-color: #323a46;
	border-radius: 50%;
	float: right;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 5px;
	text-align: center;
	width: 20px;
}

@media (max-width: 767.98px) {
	.fc-toolbar {
		display: block;
	}

	.fc-toolbar .fc-center,
	.fc-toolbar .fc-left,
	.fc-toolbar .fc-right {
		clear: both;
		display: block;
		float: none;
		margin: 10px 0;
	}

	.fc .fc-toolbar>*>* {
		float: none;
	}

	.fc-today-button {
		display: none;
	}
}

.fc-toolbar .btn {
	border-radius: 0.2rem;
	font-size: 0.7875rem;
	line-height: 1.5;
	padding: 0.28rem 0.8rem;
}

.fc-list-item-time,
.fc-list-item-title {
	color: #fff;
}

.colorpicker {
	background: #3b4651;
	border: 1px solid #414d59;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
}

.jqstooltip {
	background-color: #fff !important;
	border-color: #fff !important;
	border-radius: 3px;
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	box-sizing: content-box;
	height: auto !important;
	padding: 5px 10px !important;
	width: auto !important;
}

.jqsfield {
	color: #000 !important;
	font-family: Roboto, sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 18px !important;
}

.dataTables_wrapper.container-fluid {
	padding: 0;
}

table.dataTable {
	border-collapse: collapse !important;
	margin-bottom: 15px !important;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
	background-color: #3283f6;
}

table.dataTable tbody>tr.selected td,
table.dataTable tbody>tr>.selected td {
	border-color: #3283f6;
}

table.dataTable tbody td:focus {
	outline: 0 !important;
}

table.dataTable tbody td.focus,
table.dataTable tbody th.focus {
	background-color: rgba(50, 131, 246, 0.15);
	color: #3283f6;
	outline: 2px solid #3283f6 !important;
	outline-offset: -1px;
}

.dataTables_info {
	font-weight: 600;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	background-color: #44cf9c;
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	top: 0.85rem;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #f86262;
	top: 0.85rem;
}

div.dt-button-info {
	background-color: #3283f6;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	text-align: center;
	z-index: 21;
}

div.dt-button-info h2 {
	background-color: hsla(0, 0%, 100%, 0.2);
	border-bottom: 0;
	color: #fff;
}

@media (max-width: 767.98px) {

	li.paginate_button.next,
	li.paginate_button.previous {
		display: inline-block;
		font-size: 1.5rem;
	}

	li.paginate_button {
		display: none;
	}

	.dataTables_paginate ul {
		display: block;
		margin: 1.5rem 0 0 !important;
		text-align: center;
	}

	div.dt-buttons {
		display: inline-table;
		margin-bottom: 1.5rem;
	}
}

.activate-select .sorting_1 {
	background-color: #424e5a;
}

.daterangepicker {
	font-family: Roboto, sans-serif;
}

.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #3283f6;
}

.form-wizard-header {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	background-color: #3b4651;
	border: 1px solid #424e5a;
	box-shadow: none;
	height: calc(1.5em+0.9rem+2px);
	outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	color: #94a0ad;
	line-height: 36px;
	padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	right: 3px;
	width: 34px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #8c98a5 transparent transparent;
	border-width: 6px 6px 0;
}

.select2-container input:-ms-input-placeholder {
	color: #586877;
}

.select2-container input::placeholder {
	color: #586877;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #8c98a5 !important;
	border-width: 0 6px 6px !important;
}

.select2-results__option {
	padding: 6px 12px;
}

.select2-dropdown {
	background-color: #3b4651;
	border: 1px solid #414d59;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
}

.select2-container--default .select2-search--dropdown {
	background-color: #414d59;
	padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	background-color: #3b4651;
	border: 1px solid #424e5a;
	color: #94a0ad;
	outline: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #3283f6;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #414d59;
	color: #f3f7f9;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
	background-color: #3283f6;
	color: #fff;
}

.select2-container .select2-selection--multiple {
	background-color: #3b4651;
	border: 1px solid #424e5a !important;
	box-shadow: none;
	min-height: calc(1.5em+0.9rem+2px);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 1px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
	border: 0;
	color: #94a0ad;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #3283f6;
	border: 0;
	border-radius: 3px;
	color: #fff;
	margin-top: 6px;
	padding: 0 7px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	margin-right: 5px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
	margin-top: 7px;
}

[data-simplebar] {
	align-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}

.simplebar-wrapper {
	height: inherit;
	max-height: inherit;
	max-width: inherit;
	overflow: hidden;
	width: inherit;
}

.simplebar-mask {
	direction: inherit;
	height: auto !important;
	overflow: hidden;
	width: auto !important;
	z-index: 0;
}

.simplebar-mask,
.simplebar-offset {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.simplebar-offset {
	-webkit-overflow-scrolling: touch;
	box-sizing: inherit !important;
	direction: inherit !important;
	resize: none !important;
}

.simplebar-content-wrapper {
	box-sizing: border-box !important;
	direction: inherit;
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	position: relative;
	scrollbar-width: none;
	visibility: visible;
	width: auto;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.simplebar-content:after,
.simplebar-content:before {
	content: " ";
	display: table;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	pointer-events: none;
	width: 100%;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	flex-basis: 0;
	flex-grow: inherit;
	flex-shrink: 0;
	float: left;
	height: 100%;
	margin: 0;
	max-height: 1px;
	max-width: 1px;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: -1;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	height: 1000%;
	left: 0;
	min-height: 1px;
	min-width: 1px;
	opacity: 0;
	top: 0;
	width: 1000%;
	z-index: -1;
}

.simplebar-height-auto-observer,
.simplebar-track {
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

.simplebar-track {
	bottom: 0;
	right: 0;
	z-index: 1;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	min-height: 10px;
	position: absolute;
	right: 2px;
	width: 5px;
}

.simplebar-scrollbar:before {
	background: #a2adb7;
	border-radius: 7px;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	bottom: 2px;
	top: 2px;
}

.simplebar-track.simplebar-horizontal {
	height: 11px;
	left: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	height: 7px;
	left: 0;
	min-height: 0;
	min-width: 10px;
	right: auto;
	top: 2px;
	width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
	left: 0;
	right: auto;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	height: 500px;
	opacity: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	position: fixed;
	visibility: hidden;
	width: 500px;
}

.simplebar-hide-scrollbar {
	left: 0;
	overflow-y: scroll;
	position: fixed;
	scrollbar-width: none;
	visibility: hidden;
}

.custom-scroll {
	height: 100%;
}

.jq-toast-single {
	background-color: #3283f6;
	font-size: 13px;
	line-height: 22px;
	padding: 15px;
}

.jq-toast-single,
.jq-toast-single h2 {
	font-family: Roboto, sans-serif;
}

.jq-toast-single a {
	font-size: 0.8rem;
}

.jq-toast-single a:hover {
	color: #fff;
}

.jq-has-icon {
	padding: 10px 10px 10px 50px;
}

.close-jq-toast-single {
	background-color: #f3f7f9;
	border-radius: 50%;
	color: #36404a;
	cursor: pointer;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -12px;
	width: 32px;
}

.jq-toast-loader {
	border-radius: 0;
	height: 3px;
	top: 0;
}

.jq-icon-primary {
	background-color: #3283f6;
	border-color: #3283f6;
	color: #fff;
}

.jq-icon-secondary {
	background-color: #cedeef;
	border-color: #cedeef;
	color: #fff;
}

.jq-icon-success {
	background-color: #44cf9c;
	border-color: #44cf9c;
	color: #fff;
}

.jq-icon-info {
	background-color: #43bee1;
	border-color: #43bee1;
	color: #fff;
}

.jq-icon-warning {
	background-color: #fcc015;
	border-color: #fcc015;
	color: #fff;
}

.jq-icon-danger {
	background-color: #f86262;
	border-color: #f86262;
	color: #fff;
}

.jq-icon-light {
	background-color: #424e5a;
	border-color: #424e5a;
	color: #fff;
}

.jq-icon-dark {
	background-color: #f3f7f9;
	border-color: #f3f7f9;
	color: #fff;
}

.jq-icon-pink {
	background-color: #f672a7;
	border-color: #f672a7;
	color: #fff;
}

.jq-icon-blue {
	background-color: #6658dd;
	border-color: #6658dd;
	color: #fff;
}

.jq-icon-error {
	background-color: #f86262;
	border-color: #f86262;
	color: #fff;
}

.swal2-modal {
	font-family: Roboto, sans-serif;
}

.swal2-modal .swal2-title {
	font-size: 18px;
}

.swal2-modal .swal2-content {
	font-size: 16px;
}

.swal2-modal .swal2-spacer {
	margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
	border: 2px solid #424e5a;
	box-shadow: none;
	font-size: 16px;
}

.swal2-modal .swal2-confirm.btn-confirm {
	background-color: #3283f6 !important;
	font-size: 0.8rem;
}

.swal2-modal .swal2-cancel.btn-cancel {
	background-color: #f86262 !important;
	font-size: 0.8rem;
}

.swal2-modal .swal2-styled:focus {
	box-shadow: none !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
	border: 2px solid #3283f6;
	outline: 0;
}

.swal2-icon.swal2-question {
	border-color: #3283f6;
	color: #3283f6;
}

.swal2-icon.swal2-success {
	border-color: #44cf9c;
}

.swal2-icon.swal2-success .line,
.swal2-icon.swal2-success [class^="swal2-success-line"],
.swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
	background-color: #44cf9c;
}

.swal2-icon.swal2-success .placeholder,
.swal2-icon.swal2-success .swal2-success-ring {
	border-color: #44cf9c;
}

.swal2-icon.swal2-warning {
	border-color: #fcc015;
	color: #fcc015;
}

.swal2-icon.swal2-error {
	border-color: #f86262;
}

.swal2-icon.swal2-error .line {
	background-color: #f86262;
}

.swal2-icon.swal2-info {
	border-color: #43bee1;
	color: #43bee1;
}

.swal2-container.swal2-shown {
	background-color: #323a4600;
	background-size: cover;
}

.selectize-input {
	background-color: #3b4651 !important;
	border: 1px solid #424e5a;
	box-shadow: none;
	color: #94a0ad;
	font-size: 0.8rem;
	font-weight: 400;
	height: calc(1.5em+0.9rem+2px);
	line-height: 1.5;
	padding: 0.45rem 0.9rem;
}

.selectize-input>input {
	color: #94a0ad;
}

.selectize-input>input:-ms-input-placeholder {
	color: #586877;
}

.selectize-input>input::placeholder {
	color: #586877;
}

.selectize-input.focus {
	background-color: #3b4651;
	border-color: #475461;
	box-shadow: none !important;
	color: #94a0ad;
	outline: 0;
}

.selectize-control.multi .selectize-input>div {
	background: #4d5b69;
	color: #f7f7f7;
	padding: 1px 8px;
}

.selectize-control.multi .selectize-input>div>a {
	color: #f7f7f7;
}

.selectize-control.multi .selectize-input>div.active {
	background: #3283f6;
}

.selectize-control.multi .selectize-input>div.active>a {
	color: #fff;
}

.selectize-control.single .selectize-input:after {
	border-color: transparent #8c98a5 #8c98a5 transparent;
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	height: 7px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: 66% 66%;
	transition: all 0.15s ease-in-out;
	width: 7px;
}

.selectize-control.single .selectize-input.dropdown-active:after {
	border-color: transparent #8c98a5 #8c98a5 transparent;
	border-width: 0 2px 2px 0;
	margin-top: -5px;
	transform: rotate(-135deg);
}

.selectize-dropdown {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: DropDownSlide;
	background-clip: padding-box;
	background-color: #3b4651;
	border: 1px solid #414d59;
	border-radius: 0.25rem;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	color: #94a0ad;
	font-size: 0.8rem;
	margin: 0;
	padding: 0.3rem;
	position: absolute;
	z-index: 1000;
}

.selectize-dropdown.show {
	top: 100% !important;
}

.selectize-dropdown.active {
	background-color: #424e5a;
}

.selectize-dropdown .scientific {
	color: #cedeef;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
	background-color: transparent;
	clear: both;
	color: #94a0ad;
	cursor: pointer;
	display: block;
	font-weight: 400;
	padding: 0.375rem 1.2rem;
	text-align: inherit;
	white-space: nowrap;
	width: 100%;
}

.selectize-dropdown .optgroup-header:focus,
.selectize-dropdown .optgroup-header:hover,
.selectize-dropdown .option:focus,
.selectize-dropdown .option:hover {
	background-color: #424e5a !important;
	text-decoration: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
	border-right-color: #424e5a;
}

.selectize-dropdown .optgroup:before {
	background-color: #424e5a;
}

.selectize-dropdown-header {
	background-color: #424e5a;
	border-bottom: 1px solid transparent;
	color: #f3f7f9;
	text-decoration: none;
}

.selectize-dropdown-content>div {
	background-color: transparent !important;
	color: #94a0ad !important;
}

.tippy-tooltip .light-theme[data-animatefill] {
	background-color: transparent;
}

.light-theme {
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	color: #36404a;
}

.light-theme,
.light-theme .tippy-backdrop {
	background-color: #fff;
}

.light-theme .tippy-roundarrow {
	fill: #fff;
}

.gradient-theme .tippy-backdrop {
	background: #3283f6;
	background: linear-gradient(270deg, #f86262, #3283f6);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme .tippy-arrow {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom: 7px solid transparent;
	border-left: 7px solid #fff;
	border-top: 7px solid transparent;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	border-top: 7px solid transparent;
}

.dd-list .dd-item .dd-handle {
	background: #424e5a;
	border: 0;
	border-radius: 3px;
	color: #94a0ad;
	font-weight: 600;
	height: auto;
	padding: 8px 16px;
}

.dd-list .dd-item .dd-handle:hover {
	color: #3283f6;
}

.dd-list .dd-item button {
	color: #cedeef;
	font-size: 17px;
	height: 36px;
	margin: 0;
	width: 36px;
}

.dd-list .dd3-item {
	margin: 5px 0;
}

.dd-list .dd3-item .dd-item button {
	height: 36px;
	width: 36px;
}

.dd-list .dd3-handle {
	float: left;
	height: 36px !important;
	margin: 0;
}

.dd-list .dd3-content {
	background: #424e5a;
	border: 0;
	color: #94a0ad;
	font-weight: 600;
	height: auto;
	padding: 8px 16px 8px 46px;
}

.dd-list .dd3-content:hover {
	color: #3283f6;
}

.dd-list .dd3-handle:before {
	color: #8c98a5;
	content: "\F035C";
	font-family: Material Design Icons;
}

.dd-empty,
.dd-placeholder {
	background: rgba(93, 113, 134, 0.2);
}

.dd-dragel .dd-handle {
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
}

div.hopscotch-bubble {
	border: 3px solid #3283f6;
	border-radius: 5px;
}

div.hopscotch-bubble .hopscotch-next,
div.hopscotch-bubble .hopscotch-prev {
	background-color: #3283f6 !important;
	background-image: none !important;
	border-color: #3283f6 !important;
	color: #fff !important;
	font-family: Roboto, sans-serif;
	margin: 0 0 0 5px !important;
	text-shadow: none !important;
}

div.hopscotch-bubble .hopscotch-bubble-number {
	background: #f86262;
	border-radius: 50%;
	padding: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
	border-right: 19px solid #3283f6;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
	border: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
	border-left: 19px solid #3283f6;
	left: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
	border-left: 0 solid #3283f6;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
	border-bottom: 19px solid #3283f6;
	top: 0;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
	border-bottom: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
	border-top: 19px solid #3283f6;
	top: -2px;
}

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
	border-top: 0 solid rgba(0, 0, 0, 0.5);
}

div.hopscotch-bubble h3 {
	margin-bottom: 10px;
}

div.hopscotch-bubble .hopscotch-content,
div.hopscotch-bubble h3 {
	font-family: Roboto, sans-serif;
}

.flotTip {
	background-color: #f3f7f9;
	border-radius: 3px;
	color: #36404a;
	opacity: 1;
	padding: 8px 12px;
	z-index: 100;
}

.legend {
	font-size: 14px;
}

.legend tr {
	font-family: Roboto, sans-serif;
	height: 30px;
}

.legend>div {
	background-color: transparent !important;
}

.legendLabel {
	color: #cedeef;
	font-size: 13px;
	font-weight: 500;
	line-height: 10px;
	padding-left: 5px !important;
	padding-right: 10px;
	text-transform: uppercase;
}

.legendColorBox div div {
	border-radius: 50%;
}

.flot-text {
	color: #8c98a5 !important;
}

.flot-svg text {
	fill: #8c98a5 !important;
}

@media (max-width: 767.98px) {
	.legendLabel {
		display: none;
	}
}

.legendIcon {
	height: 1.5em;
	width: 1.5em;
}

.morris-chart text {
	fill: #94a0ad;
	font-family: Roboto, sans-serif !important;
}

.morris-hover {
	position: absolute;
	z-index: 10;
}

.morris-hover.morris-default-style {
	background: #f3f7f9;
	border-radius: 5px;
	color: #36404a;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	padding: 10px 12px;
	text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
	color: #fff;
	margin: 0.1em 0;
	white-space: nowrap;
}

.chartjs-chart {
	margin: auto;
	position: relative;
	width: 100%;
}

.ct-golden-section:before {
	float: none;
}

.ct-grid {
	stroke: rgba(140, 152, 165, 0.2);
}

.ct-chart {
	max-height: 300px;
}

.ct-chart .ct-label {
	fill: #8c98a5;
	color: #8c98a5;
	font-size: 12px;
	line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
	fill: #fff;
	color: #fff;
	font-size: 16px;
}

.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-donut {
	stroke: #6658dd;
}

.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-donut {
	stroke: #44cf9c;
}

.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-donut {
	stroke: #fcc015;
}

.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-donut {
	stroke: #f86262;
}

.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-donut {
	stroke: #43bee1;
}

.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-donut {
	stroke: #f672a7;
}

.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-donut {
	stroke: #3283f6;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
	fill: #6658dd;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
	fill: #44cf9c;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
	fill: #fcc015;
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
	fill: #f86262;
}

.ct-area {
	fill-opacity: 0.33;
}

.chartist-tooltip {
	background: #f3f7f9;
	border-radius: 3px;
	color: #36404a;
	display: inline-block;
	min-width: 10px;
	opacity: 0;
	padding: 2px 10px;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transition: opacity 0.2s linear;
	z-index: 1;
}

.chartist-tooltip.tooltip-show {
	opacity: 1;
}

.c3-tooltip {
	box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.12);
	opacity: 1;
}

.c3-tooltip td {
	border-left: none;
	font-family: Roboto, sans-serif;
}

.c3-tooltip td>span {
	background: #f3f7f9;
}

.c3-tooltip tr {
	border: none !important;
}

.c3-tooltip th {
	background-color: #f3f7f9;
	color: #36404a;
}

.c3-chart-arcs-title {
	font-size: 18px;
	font-weight: 600;
}

.c3 text {
	fill: #94a0ad;
}

.c3 text,
.c3-legend-item {
	font-family: Roboto, sans-serif;
}

.c3-legend-item {
	font-size: 14px;
}

.c3 line,
.c3 path {
	stroke: #5d7186;
}

.c3-chart-arc.c3-target g path {
	stroke: #fff;
}

#legend {
	background: #fff;
	position: absolute;
	right: 15px;
	top: 0;
}

#legend .line {
	color: #f3f7f9;
}

.rickshaw_graph svg {
	max-width: 100%;
}

.rickshaw_legend .label {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.rickshaw_graph .detail .item,
.rickshaw_graph .detail .x_label,
.rickshaw_graph .x_tick .title {
	font-family: Roboto, sans-serif;
}

.gauge-chart text {
	font-family: Roboto, sans-serif !important;
}

.responsive-table-plugin .dropdown-menu li.checkbox-row {
	color: #94a0ad;
	padding: 7px 15px;
}

.responsive-table-plugin .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.responsive-table-plugin .btn-toolbar {
	display: block;
}

.responsive-table-plugin tbody th {
	font-size: 14px;
	font-weight: 400;
}

.responsive-table-plugin .checkbox-row {
	padding-left: 40px;
}

.responsive-table-plugin .checkbox-row label {
	display: inline-block;
	margin-bottom: 0;
	padding-left: 5px;
	position: relative;
}

.responsive-table-plugin .checkbox-row label:before {
	background-color: transparent;
	border: 1px solid #5d7186;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	margin-left: -20px;
	outline: 0;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 17px;
}

.responsive-table-plugin .checkbox-row label:after {
	color: #5d7186;
	display: inline-block;
	font-size: 9px;
	height: 16px;
	left: 0;
	margin-left: -19px;
	padding-left: 3px;
	padding-top: 1px;
	position: absolute;
	top: -2px;
	width: 16px;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	outline: 0;
	z-index: 1;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label {
	opacity: 0.65;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:focus+label:before {
	outline: 0;
	outline-offset: -2px;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label:after {
	content: "\f00c";
	font-family: Font Awesome\5 Free;
	font-weight: 900;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:disabled+label:before {
	background-color: #424e5a;
	cursor: not-allowed;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label:before {
	background-color: transparent;
	border-color: #3283f6;
}

.responsive-table-plugin .checkbox-row input[type="checkbox"]:checked+label:after {
	color: #3283f6;
}

.responsive-table-plugin .sticky-table-header,
.responsive-table-plugin table.focus-on tbody tr.focused td,
.responsive-table-plugin table.focus-on tbody tr.focused th {
	background: #3283f6;
	border-color: #3283f6;
	color: #fff;
}

.responsive-table-plugin .sticky-table-header table,
.responsive-table-plugin table.focus-on tbody tr.focused td table,
.responsive-table-plugin table.focus-on tbody tr.focused th table {
	color: #fff;
}

.responsive-table-plugin .fixed-solution .sticky-table-header {
	top: 70px !important;
}

.responsive-table-plugin .btn-default {
	background-color: #424e5a;
	border: 1px solid rgba(243, 247, 249, 0.3);
	color: #fff;
}

.responsive-table-plugin .btn-default.btn-primary {
	background-color: #3283f6;
	border-color: #3283f6;
	box-shadow: 0 0 0 2px rgba(50, 131, 246, 0.5);
	color: #fff;
}

.responsive-table-plugin .btn-group.pull-right {
	float: right;
}

.responsive-table-plugin .btn-group.pull-right .dropdown-menu {
	left: auto;
	right: 0;
}

.no-touch .dropdown-menu>.checkbox-row:active,
.no-touch .dropdown-menu>.checkbox-row:hover {
	background-color: #424e5a;
	color: #f3f7f9;
}

@font-face {
	font-family: footable;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/footable.eot);
	src: url(../fonts/footable.eot?#iefix) format("embedded-opentype"),
		url(../fonts/footable.woff) format("woff"),
		url(../fonts/footable.ttf) format("truetype"),
		url(../fonts/footable.svg#footable) format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: footable;
		font-style: normal;
		font-weight: 400;
		src: url(../fonts/footable.svg#footable) format("svg");
	}
}

.footable-detail-show,
.footable-row-detail {
	background-color: transparent;
}

.footable-pagination li {
	float: left;
	margin-left: 5px;
}

.footable-pagination li a {
	background-color: #3b4651;
	border: 1px solid #424e5a;
	border-radius: 0.25rem;
	color: #f3f7f9;
	display: block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
}

.footable-pagination li a:hover {
	background-color: #424e5a;
	border-color: #475461;
	color: #f3f7f9;
	text-decoration: none;
	z-index: 2;
}

.footable-pagination li.active a {
	background-color: #3283f6;
	border-color: #3283f6;
	color: #fff;
}

.footable>thead>tr>th>span.footable-sort-indicator {
	float: right;
}

.footable {
	width: 100%;
}

.footable.breakpoint>tbody>tr.footable-detail-show>td {
	border-bottom: 0;
}

.footable.breakpoint>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e001";
}

.footable.breakpoint>tbody>tr:hover:not(.footable-row-detail) {
	cursor: pointer;
}

.footable.breakpoint>tbody>tr>td.footable-cell-detail {
	border-top: 0;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle {
	display: inline-block;
	font-family: footable;
	font-size: 14px;
	padding-right: 5px;
}

.footable.breakpoint>tbody>tr>td>span.footable-toggle:before {
	content: "\e000";
}

.footable.breakpoint.toggle-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e005";
}

.footable.breakpoint.toggle-circle>tbody>tr>td>span.footable-toggle:before {
	content: "\e004";
}

.footable.breakpoint.toggle-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e003";
}

.footable.breakpoint.toggle-circle-filled>tbody>tr>td>span.footable-toggle:before {
	content: "\e002";
}

.footable.breakpoint.toggle-square>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e007";
}

.footable.breakpoint.toggle-square>tbody>tr>td>span.footable-toggle:before {
	content: "\e006";
}

.footable.breakpoint.toggle-square-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e009";
}

.footable.breakpoint.toggle-square-filled>tbody>tr>td>span.footable-toggle:before {
	content: "\e008";
}

.footable.breakpoint.toggle-arrow>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e00f";
}

.footable.breakpoint.toggle-arrow>tbody>tr>td>span.footable-toggle:before {
	content: "\e011";
}

.footable.breakpoint.toggle-arrow-small>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e013";
}

.footable.breakpoint.toggle-arrow-small>tbody>tr>td>span.footable-toggle:before {
	content: "\e015";
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e01b";
}

.footable.breakpoint.toggle-arrow-circle>tbody>tr>td>span.footable-toggle:before {
	content: "\e01d";
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e00b";
}

.footable.breakpoint.toggle-arrow-circle-filled>tbody>tr>td>span.footable-toggle:before {
	content: "\e00d";
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e01f";
}

.footable.breakpoint.toggle-arrow-tiny>tbody>tr>td>span.footable-toggle:before {
	content: "\e021";
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr.footable-detail-show>td>span.footable-toggle:before {
	content: "\e017";
}

.footable.breakpoint.toggle-arrow-alt>tbody>tr>td>span.footable-toggle:before {
	content: "\e019";
}

.footable.breakpoint.toggle-medium>tbody>tr>td>span.footable-toggle {
	font-size: 18px;
}

.footable.breakpoint.toggle-large>tbody>tr>td>span.footable-toggle {
	font-size: 24px;
}

.footable>thead>tr>th {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.footable>thead>tr>th.footable-sortable:hover {
	cursor: pointer;
}

.footable>thead>tr>th.footable-sorted>span.footable-sort-indicator:before {
	content: "\e012";
}

.footable>thead>tr>th.footable-sorted-desc>span.footable-sort-indicator:before {
	content: "\e013";
}

.footable>thead>tr>th>span.footable-sort-indicator {
	display: inline-block;
	font-family: footable;
	opacity: 0.3;
	padding-left: 5px;
}

.footable>thead>tr>th>span.footable-sort-indicator:before {
	content: "\e022";
}

.footable>tfoot .pagination {
	margin: 0;
}

.footable.no-paging .hide-if-no-paging {
	display: none;
}

.footable-row-detail-inner {
	display: table;
}

.footable-row-detail-row {
	display: table-row;
	line-height: 1.5em;
}

.footable-row-detail-group {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 2em;
}

.footable-row-detail-name {
	display: table-cell;
	font-weight: 700;
	padding-right: 0.5em;
}

.footable-row-detail-value {
	display: table-cell;
}

.bootstrap-table .table:not(.table-sm)>tbody>tr>td,
.bootstrap-table .table:not(.table-sm)>tbody>tr>th,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>td,
.bootstrap-table .table:not(.table-sm)>tfoot>tr>th,
.bootstrap-table .table:not(.table-sm)>thead>tr>td {
	padding: 0.85rem;
}

.bootstrap-table .table {
	border-bottom: 0;
}

.bootstrap-table .table>thead>tr>th {
	border-bottom: 2px solid transparent;
}

.table-borderless {
	border: none !important;
}

table[data-toggle="table"] {
	display: none;
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
	margin-bottom: 0;
	margin-top: 20px;
}

.fixed-table-pagination .pagination .page-link {
	border: 0;
	border-radius: 30px !important;
	margin: 0 3px;
}

.fixed-table-container {
	border: 0;
}

.fixed-table-container tbody td {
	border-left: none;
}

.fixed-table-container thead th .th-inner {
	padding: 0.85rem;
}

.fixed-table-toolbar .fa {
	font-family: Font Awesome\5 Free;
	font-weight: 400;
}

.fixed-table-toolbar .fa.fa-sync {
	font-weight: 900;
}

.fixed-table-toolbar .fa-toggle-down:before {
	content: "\f150";
}

.fixed-table-toolbar .fa-toggle-up:before {
	content: "\f151";
}

.fixed-table-toolbar .fa-refresh:before {
	content: "\f01e";
	font-weight: 900;
}

.fixed-table-toolbar .fa-th-list:before {
	content: "\f0ca";
	font-weight: 900;
}

.tablesaw thead {
	background: #3e4954;
	background-image: none;
	border: 0;
}

.tablesaw thead th {
	text-shadow: none;
}

.tablesaw thead tr:first-child th {
	border: 0;
	font-family: Roboto, sans-serif;
	font-weight: 500;
}

.tablesaw td {
	border-top: 1px solid #3e4954 !important;
}

.tablesaw tbody th,
.tablesaw td {
	font-size: inherit;
	line-height: inherit;
	padding: 10px !important;
}

.tablesaw tbody tr,
.tablesaw-stack tbody tr {
	border-bottom: 0;
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
	font-size: 8px;
	padding-right: 10px;
}

.tablesaw-swipe .tablesaw-cell-persist {
	border-color: #3e4954;
	box-shadow: none;
}

.tablesaw-enhanced .tablesaw-bar .btn {
	background-image: none;
	border: 1px solid #424e5a;
	color: #f3f7f9;
	padding: 3px 10px;
	text-shadow: none;
	text-transform: none;
}

.tablesaw-enhanced .tablesaw-bar .btn:after {
	display: none;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select:hover {
	background: #fff;
}

.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
	background-color: #3b4651;
	background-image: none;
	box-shadow: none !important;
	color: #3283f6 !important;
	outline: 0 !important;
}

.tablesaw-columntoggle-popup .btn-group {
	display: block;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
	border-right: 2px solid #3e4954;
}

.tablesaw-sortable-btn {
	cursor: pointer;
}

.tablesaw-swipe-cellpersist {
	width: auto !important;
}

.tablesaw-bar-section label {
	color: inherit;
}

.jsgrid-cell {
	border: 1px solid #424e5a;
	padding: 0.85rem;
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
	border: 0;
}

.jsgrid-row>.jsgrid-cell {
	background: 0 0 !important;
}

.jsgrid-alt-row>.jsgrid-cell {
	background: #3b4651;
}

.jsgrid-selected-row>.jsgrid-cell {
	background: #3b4651;
	border-color: #424e5a;
}

.jsgrid-header-row>.jsgrid-header-cell {
	background: #3e4954;
	text-align: center !important;
}

.jsgrid-filter-row>.jsgrid-cell {
	background: #424e5a;
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-insert-row>.jsgrid-cell {
	background: #323a46;
}

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
	background-color: #3b4651;
	border: 1px solid #424e5a;
	border-radius: 0.2rem;
	color: #94a0ad;
	outline: 0 !important;
	padding: 0.4em 0.6em;
}

.jsgrid-pager-container {
	margin-top: 10px;
}

.jsgrid-pager-page {
	margin: 0 2px;
	padding: 0;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
	background-color: #3283f6;
	color: #fff;
}

.jsgrid-pager-current-page,
.jsgrid-pager-page a {
	background-color: #323a46;
	border-radius: 50%;
	color: #dee2e6;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.jsgrid-pager-nav-button a {
	color: #dee2e6;
	font-weight: 600;
}

.jsgrid-pager-nav-button a:hover {
	color: #3283f6;
}

.jsgrid .jsgrid-button {
	background-color: #36404a;
	background-image: url(../images/jsgrid.png);
	border-radius: 50%;
	height: 24px;
	outline: 0 !important;
	width: 24px;
}

.jsgrid .jsgrid-button:hover {
	background-color: #323a46;
	opacity: 0.9;
}

.jsgrid-search-mode-button {
	background-position: 0 -295px;
}

.jsgrid-insert-button {
	background-position: 0 -160px;
}

.jsgrid-header-sort:before {
	position: absolute;
}

.ms-container {
	background: transparent url(../images/multiple-arrow.png) no-repeat 50% 50%;
	max-width: 370px;
	width: auto;
}

.ms-container .ms-list {
	border: 1px solid #424e5a;
	box-shadow: none;
}

.ms-container .ms-list.ms-focus {
	border: 1px solid #475461;
	box-shadow: none;
}

.ms-container .ms-selectable li.ms-elem-selectable {
	border: 0;
	color: #94a0ad;
	padding: 5px 10px;
}

.ms-container .ms-selectable li.ms-hover {
	background-color: #3283f6;
	color: #fff;
}

.ms-container .ms-selection li.ms-elem-selection {
	border: 0;
	color: #94a0ad;
	padding: 5px 10px;
}

.ms-container .ms-selection li.ms-hover {
	background-color: #3283f6;
	color: #fff;
}

.ms-selectable {
	box-shadow: none;
	outline: 0 !important;
}

.ms-optgroup-label {
	color: #f3f7f9 !important;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

.ms-container .ms-selectable,
.ms-container .ms-selection {
	background-color: #3b4651;
}

.autocomplete-suggestions {
	background-color: #3b4651;
	border: 1px solid #414d59;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	cursor: default;
	max-height: 200px !important;
	overflow: auto;
}

.autocomplete-suggestion {
	overflow: hidden;
	padding: 5px 10px;
	white-space: nowrap;
}

.autocomplete-no-suggestion {
	padding: 5px;
}

.autocomplete-selected {
	background: #36404a;
	cursor: pointer;
}

.autocomplete-suggestions strong {
	color: #f3f7f9;
	font-weight: 700;
}

.autocomplete-group {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	padding: 5px;
}

.autocomplete-group strong {
	color: #f3f7f9;
	display: block;
	font-size: 16px;
	font-weight: 700;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100% !important;
}

.bootstrap-select .dropdown-toggle:after {
	content: "\e842";
	display: inline-block;
	font-family: feather;
	padding-left: 10px;
}

.bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
	outline-offset: 0;
}

.bootstrap-select a {
	outline: 0 !important;
}

.bootstrap-select .inner {
	scrollbar-color: rgb(111, 110, 119) rgba(255, 255, 255, .01);
	scrollbar-width: thin !important;
	max-height: 300px!important;
}

.bootstrap-select>.dropdown-toggle .bs-placeholder,
.bootstrap-select>.dropdown-toggle .bs-placeholder:active,
.bootstrap-select>.dropdown-toggle .bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle .bs-placeholder:hover {
	color: #586877;
}

.bootstrap-touchspin .btn .input-group-text {
	background-color: transparent;
	border: 0;
	color: inherit;
	padding: 0;
}

.parsley-errors-list {
	margin: 0;
	padding: 0;
}

.parsley-errors-list>li {
	color: #f86262;
	list-style: none;
	margin-top: 5px;
	padding-left: 20px;
	position: relative;
}

.parsley-errors-list>li:before {
	content: "\F0159";
	font-family: Material Design Icons;
	left: 2px;
	position: absolute;
	top: -1px;
}

.parsley-error {
	border-color: #f86262;
}

.parsley-success {
	border-color: #44cf9c;
}

.flatpickr-calendar {
	background: whitesmoke;
	border: 1px solid #424e5a5e;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #4a5866;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #3b4651;
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	border-top-color: #3b4651;
}

.flatpickr-current-month {
	font-size: 110%;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #69a1f1;
	border-color: #69a1f1;
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)) {
	box-shadow: -10px 0 0 #3283f6;
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
	background: #3b4651;
	color: #f3f7f9;
}

.flatpickr-months .flatpickr-month {
	height: 36px;
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	fill: black;
	color: black;
}

.flatpickr-weekdays {
	background-color: #d0d5d9;
	border-bottom: 1px solid #b6b6b6 !important;
	border-top: 1px solid #b6b6b6 !important;
	padding: 17px 0px;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover,
.flatpickr-day,
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time input,
span.flatpickr-weekday {
	fill: #94a0ad;
	color: #2f3a45;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	color: #5d718682;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	background: #9eb7d1;
	border-color: #9eb7d1;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	border-top: 1px solid #4a5866;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover {
	background-color: transparent;
	color: #f3f7f9;
}
/* ini a */
.flatpickr-day.inRange {
	box-shadow: -5px 0 0 #9eb7d1, 5px 0 0 #9eb7d1;
	color: #195454;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	color: #5d7186;
}

.clockpicker-popover .btn-default {
	background-color: #3283f6;
	color: #fff;
}

.clockpicker-popover {
	background: #3b4651;
	border: 1px solid #bbbdbf;
	box-shadow: 0 0 35px 0 rgba(66, 72, 80, 0.15);
	border-radius: 0px;
}

.clockpicker-popover .popover-title {
	background-color: transparent;
}

.clockpicker-popover .clockpicker-plate {
	background: #f4f8fd;
}

.clockpicker-popover .popover-content {
	background-color: transparent;
}

.clockpicker-tick {
	color: #94a0ad;
}

.clockpicker-tick:hover {
	background-color: rgba(50, 131, 246, 0.35);
}

.clockpicker-canvas line {
	stroke: #3283f6;
}

.clockpicker-canvas-bg {
	fill: rgba(50, 131, 246, 0.35);
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
	fill: #3283f6;
}

.note-editor.note-frame {
	border: 1px solid #424e5a;
	box-shadow: none;
	margin: 0;
}

.note-editor.note-frame .note-statusbar {
	background-color: #3a4550;
	border-top: 1px solid #36404a;
}

.note-editor.note-frame .note-editable {
	background-color: #cf2222b3 !important;
	border: 0;
	color: #94a0ad !important;
}

.note-editor .note-dropzone {
	background-color: #3a4550;
	color: #f7f7f7 !important;
}

.note-status-output {
	display: none;
}

.note-placeholder {
	color: #586877;
}

.note-editable {
	background-color: #3b4651 !important;
	border: 1px solid #424e5a;
	border-radius: 0.2rem;
	box-shadow: none;
	color: #94a0ad !important;
	padding: 0.45rem 0.9rem !important;
}

.note-editable p:last-of-type {
	margin-bottom: 0;
}

.card-header.note-toolbar .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
	min-width: 344px;
}

.note-toolbar {
	padding: 3px 3px 8px 8px !important;
	z-index: 1;
}

.note-toolbar .note-btn {
	background: #323a46;
	border-color: #36404a;
	font-size: 13px;
	padding: 0.28rem 0.65rem;
}

.note-color-all .note-btn.dropdown-toggle {
	width: 30px !important;
}

.note-color-all .note-btn.dropdown-toggle:before {
	content: "\F035D";
	font: normal normal normal 24px/1 Material Design Icons;
	left: 2px;
	position: absolute;
	top: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
	background-color: #3283f6;
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
	padding-left: 0.9rem;
}

.ql-container {
	font-family: Roboto, sans-serif;
}

.ql-container.ql-snow {
	border-color: #424e5a;
}

.ql-bubble {
	border: 1px solid #424e5a;
	border-radius: 0.2rem;
}

.ql-toolbar {
	font-family: Roboto, sans-serif !important;
}

.ql-toolbar span {
	color: #94a0ad;
	outline: 0 !important;
}

.ql-toolbar span:hover {
	color: #3283f6 !important;
}

.ql-toolbar.ql-snow {
	border-color: #424e5a;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	border-color: transparent;
}

.ql-snow .ql-script,
.ql-snow .ql-strike svg,
.ql-snow .ql-stroke {
	stroke: #94a0ad;
}

.ql-snow .ql-fill {
	fill: #94a0ad;
}

.ql-snow .ql-picker-options {
	background-color: #3b4651;
	border-color: #414d59 !important;
}

.dropzone {
	background: #3b4651;
	border: 2px dashed #424e5a;
	border-radius: 6px;
	box-shadow: none;
	cursor: pointer;
	min-height: 150px;
	padding: 20px;
}

.dropzone .dz-message {
	margin: 2rem 0;
	text-align: center;
}

.dropzone.dz-started .dz-message {
	display: none;
}

.dropify-wrapper {
	background: #3b4651;
	border: 2px dashed #424e5a;
	border-radius: 6px;
	color: #94a0ad;
}

.dropify-wrapper:hover {
	background-image: linear-gradient(-45deg,
			#424e5a 25%,
			transparent 0,
			transparent 50%,
			#424e5a 0,
			#424e5a 75%,
			transparent 0,
			transparent);
}

.dropify-wrapper .dropify-preview {
	background-color: #414d59;
}

.editable-clear-x {
	background: url(../images/clear.png) 50% no-repeat;
}

.editableform-loading {
	background: url(../images/loading.gif) 50% no-repeat;
}

.editable-checklist label {
	display: block;
}

.image-crop-preview .img-preview {
	background-color: #323a46;
	float: left;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.image-crop-preview .img-preview>img {
	max-width: 100%;
}

.image-crop-preview .preview-lg {
	height: 9rem;
	width: 16rem;
}

.image-crop-preview .preview-md {
	height: 4.5rem;
	width: 8rem;
}

.image-crop-preview .preview-sm {
	height: 2.25rem;
	width: 4rem;
}

.image-crop-preview .preview-xs {
	height: 1.125rem;
	margin-right: 0;
	width: 2rem;
}

.img-crop-preview-btns>.btn,
.img-crop-preview-btns>.btn-group {
	margin-bottom: 8px;
	margin-right: 8px;
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img {
	max-width: 100%;
}

.docs-drop-options {
	max-height: 400px;
	overflow-y: auto;
}

.gmaps,
.gmaps-panaroma {
	background: #323a46;
	border-radius: 3px;
	height: 300px;
}

.gmaps-overlay {
	background: #3283f6;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding: 10px 20px;
	text-align: center;
}

.gmaps-overlay_arrow {
	height: 0;
	left: 50%;
	margin-left: -16px;
	position: absolute;
	width: 0;
}

.gmaps-overlay_arrow.above {
	border-top: 16px solid #3283f6;
	bottom: -15px;
}

.gmaps-overlay_arrow.above,
.gmaps-overlay_arrow.below {
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
}

.gmaps-overlay_arrow.below {
	border-bottom: 16px solid #3283f6;
	top: -15px;
}

.jvectormap-label {
	background: #f3f7f9;
	border: 0;
	color: #36404a;
	font-family: Roboto, sans-serif;
	font-size: 0.8rem;
	padding: 5px 8px;
}

.mapael .map {
	position: relative;
}

.mapael .map .zoomIn {
	top: 25px;
}

.mapael .map .zoomOut {
	top: 50px;
}

.mapael .mapTooltip {
	background-color: #3283f6;
	border-radius: 3px;
	color: #fff;
	display: none;
	font-family: Roboto, sans-serif;
	max-width: 200px;
	opacity: 0.95;
	padding: 2px 10px;
	position: absolute;
	z-index: 1000;
}

.mapael .zoomIn,
.mapael .zoomOut,
.mapael .zoomReset {
	background-color: #3283f6;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	left: 10px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	vertical-align: middle;
	width: 24px;
}

.mapael .plotLegend text {
	fill: #8c98a5;
	font-family: Roboto, sans-serif !important;
}

.datepicker {
	animation: none;
	padding: 10px !important;
}

.datepicker td,
.datepicker th {
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.datepicker table tr td .active.disabled:hover[disabled],
.datepicker table tr td .active.disabled[disabled],
.datepicker table tr td .active:active,
.datepicker table tr td .active:hover,
.datepicker table tr td .active:hover.active,
.datepicker table tr td .active:hover.disabled,
.datepicker table tr td .active:hover:active,
.datepicker table tr td .active:hover:hover,
.datepicker table tr td .active:hover[disabled],
.datepicker table tr td .active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled],
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
	background-color: #3283f6 !important;
	background-image: none !important;
	color: #fff;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
	background: #36404a;
}

.datepicker table tr td span.new,
.datepicker table tr td span.old,
.datepicker table tr td.new,
.datepicker table tr td.old {
	color: #dee2e6;
	opacity: 0.4;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
	background: #36404a;
}

.datepicker .datepicker-switch:hover {
	background: 0;
}

.datepicker-dropdown:after {
	border-bottom: 6px solid #3b4651;
}

.datepicker-dropdown:before {
	border-bottom-color: #414d59;
}

.datepicker-dropdown.datepicker-orient-top:before {
	border-top: 7px solid #414d59;
}

.datepicker-dropdown.datepicker-orient-top:after {
	border-top: 6px solid #3b4651;
}

.gu-mirror {
	margin: 0 !important;
	opacity: 0.8;
	position: fixed !important;
	z-index: 9999 !important;
}

.gu-hide {
	display: none !important;
}

.gu-unselectable {
	-webkit-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.gu-transit {
	opacity: 0.2;
}

.dragula-handle {
	cursor: move;
	font-size: 24px;
	height: 36px;
	position: relative;
	text-align: center;
	width: 36px;
}

.dragula-handle:before {
	content: "\F01DB";
	font-family: Material Design Icons;
	position: absolute;
}