/**

Template Name: GURU Able Admin Template
Author: CodedThemes
Email: codedthemes@gmail.com
File: style.css
**/
/* =============
  == Table of Contents==

	- Custom Css
	- Generic classes
		-	Margin, Padding, Font class, text align, position, floating, overflow, background class, text color, display class, boarder class
	- Theme Elements
		-	Icons, Accordion, Button, Redial, floating actions, FAB, tabs, typography, buttons, box shadow, slider page, error page, Breadcrumb, pagination, Basic card, Login card
	- General Elements
		-	Modal, Nestable, Lable & Badges, List, Portlates, Preloader, Calender, To-Do, Materialize general elements, Lables
	- Advance Form Elements
	- Pages
		-	Loader page, Invoice, Tasklist, Task detail, Range-slider, Counter, Maintenance, Color, FAQ, Progress, Panels & wells, Contact card, Auth pages, Flag
		-	Gallery, Products pages, Widget, Email, Social timeline, Datatable, Chat, Blog, Wizard, CRM dashboard, Task board, Issue list, Chartlist, X-editable
		-	Home chat, Dashboard 1-2-3-4
	- Responsive media class

============= */
/**  =====================
      Custom css start
==========================  **/
.dt-wrap-text {
	width: 200px;
	max-width: 250px;
	word-break: break-all;
	white-space: pre-line;
}
body {
	background-color: #f3f3f3;
	font-size: 0.875em;
	overflow-x: hidden;
	color: #353c4e;
	font-family: "Open Sans", sans-serif;
}

ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

*:focus {
	outline: none;
}

a {
	font-size: 14px;
	color: #303548;
}

	a:focus, a:hover {
		text-decoration: none;
		color: #4680ff;
	}

h6 {
	font-size: 14px;
}

p {
	font-size: 13px;
}

@media only screen and (min-width: 1400px) {
	p {
		font-size: 14px;
	}
}

.media-left {
	padding-right: 20px;
}

/**====== Custom css end ======**/
/**  =====================
      Main-body css start
==========================  **/
.main-body .page-wrapper {
	padding: 1.8rem;
	transition: all ease-in 0.3s;
}

	.main-body .page-wrapper .menu-rtl .page-header-title i {
		margin-left: 20px;
	}

	.main-body .page-wrapper .page-header {
		margin-bottom: 30px;
		background-color: #fff;
		padding: 30px;
	}

	.main-body .page-wrapper .page-header-title {
		display: inline-flex;
	}

		.main-body .page-wrapper .page-header-title h4 {
			display: block;
			margin-bottom: 0;
			font-weight: 600;
			color: #303548;
			font-size: 20px;
			text-transform: capitalize;
		}

		.main-body .page-wrapper .page-header-title span {
			font-size: 13px;
			color: #919aa3;
			display: inline-block;
			margin-top: 10px;
			text-transform: capitalize;
		}

		.main-body .page-wrapper .page-header-title i {
			display: inline-flex;
			float: left;
			width: 50px;
			height: 50px;
			border-radius: 4px;
			justify-content: center;
			vertical-align: middle;
			font-size: 25px;
			color: #fff;
			box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
			margin-right: 20px;
			align-items: center;
		}

	.main-body .page-wrapper .page-header-breadcrumb {
		display: inline-flex;
		float: right;
	}

/**====== Main-body css end ======**/
/**  =====================
      Card-Layout css start
==========================  **/
/*====== Ecommerce Dashboard Css Start ======*/
.author-details {
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	padding: 10px 0;
	margin-bottom: 10px;
}

	.author-details img ~ .dot1,
	.author-details img ~ .dot2 {
		height: 14px;
		width: 14px;
		border-radius: 100%;
		top: 60%;
		position: absolute;
		padding: 5px;
	}

	.author-details img ~ .dot1 {
		left: 40px;
	}

	.author-details img ~ .dot2 {
		left: 50px;
	}

	.author-details .recent-contain h6 {
		font-size: 1rem;
		margin-bottom: 5px;
	}

	.author-details .header-right {
		text-align: right;
		margin-top: 6px;
	}

		.author-details .header-right ul {
			position: relative;
		}

		.author-details .header-right h4 {
			color: #919aa3;
			font-size: 0.875rem;
			margin-top: 5px;
		}

		.author-details .header-right span {
			font-size: 1rem;
		}

		.author-details .header-right li {
			display: inline-block;
			margin-right: 60px;
			text-align: left;
		}

			.author-details .header-right li:last-child {
				margin-right: 0;
				position: absolute;
				right: 0;
				top: 10px;
				font-size: 20px;
			}

/*====== Ecommerce Dashboard Css End ======*/
.login .container-fluid {
	width: auto;
	margin-top: 80px;
}

.filter-bar .navbar .navbar-nav .dropdown-menu {
	position: absolute;
}

/*====== Ready to use Css Start ======*/
.wrapper {
	padding: 0;
}

/*====== Ready to use Css End ======*/
.card-block {
	padding: 1.25rem;
}

.card {
	border-radius: 5px;
	box-shadow: 0 1px 11px 0 rgba(0, 0, 0, 0.12);
	border: none;
	margin-bottom: 30px;
}

	.card .card-footer {
		background-color: #fff;
		border-top: none;
	}

	.card .card-header {
		background-color: transparent;
		border-bottom: none;
		padding: 25px 20px;
	}

		.card .card-header .card-header-left {
			display: inline-block;
		}

		.card .card-header .card-header-right {
			border-radius: 0 0 0 7px;
			right: 10px;
			top: 18px;
			display: inline-block;
			float: right;
			padding: 7px 0;
			position: absolute;
		}

			.card .card-header .card-header-right i {
				margin: 0 8px;
				cursor: pointer;
				font-size: 14px;
				color: #505458;
				line-height: 20px;
			}

				.card .card-header .card-header-right i.icofont.icofont-spinner-alt-5 {
					display: none;
				}

			.card .card-header .card-header-right .card-option {
				width: 35px;
				height: 20px;
				overflow: hidden;
				transition: 0.3s ease-in-out;
			}

				.card .card-header .card-header-right .card-option li {
					display: inline-block;
				}

		.card .card-header span {
			color: #919aa3;
			display: block;
			font-size: 13px;
			margin-top: 5px;
		}

		.card .card-header + .card-block,
		.card .card-header + .card-block-big {
			padding-top: 0;
		}

		.card .card-header h5 {
			margin-bottom: 0;
			color: #505458;
			font-size: 14px;
			font-weight: 600;
			display: inline-block;
			margin-right: 10px;
			line-height: 1.4;
		}

	.card .card-block table tr {
		padding-bottom: 20px;
	}

	.card .card-block .sub-title {
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.card .card-block code {
		background-color: #eee;
		margin: 5px;
		display: inline-block;
	}

	.card .card-block .dropdown-menu {
		top: 38px;
	}

	.card .card-block p {
		line-height: 25px;
	}

	.card .card-block a.dropdown-item {
		margin-bottom: 0;
		font-size: 14px;
		transition: 0.25s;
	}

		.card .card-block a.dropdown-item:active,
		.card .card-block a.dropdown-item .active {
			background-color: #4680ff;
		}

	.card .card-block.remove-label i {
		margin: 0;
		padding: 0;
	}

	.card .card-block.button-list span.badge {
		margin-left: 5px;
	}

	.card .card-block .dropdown-menu {
		background-color: #fff;
		padding: 0;
	}

		.card .card-block .dropdown-menu .dropdown-divider {
			background-color: #ddd;
			margin: 3px 0;
		}

		.card .card-block .dropdown-menu > a {
			padding: 10px 16px;
			line-height: 1.429;
		}

		.card .card-block .dropdown-menu > li > a:focus,
		.card .card-block .dropdown-menu > li > a:hover {
			background-color: rgba(202, 206, 209, 0.5);
		}

		.card .card-block .dropdown-menu > li:first-child > a:first-child {
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
		}

	.card .card-block .badge-box {
		border: 1px solid #ccc;
		padding: 10px;
		margin: 12px 0;
	}

	.card .card-block-big {
		padding: 30px 35px;
	}

	.card .card-block-small {
		padding: 15px 20px;
	}

	.card .inner-card-block {
		border: 1px solid #ddd;
	}

.pcoded .card.full-card {
	position: fixed;
	top: 80px;
	z-index: 99999;
	box-shadow: none;
	right: 0;
	border-radius: 0;
	border: 1px solid #ddd;
	width: calc(100vw - 287px);
	height: calc(100vh - 80px);
}

	.pcoded .card.full-card.card-load {
		position: fixed;
	}

.pcoded .card.card-load {
	position: relative;
	overflow: hidden;
}

	.pcoded .card.card-load .card-loader {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: rgba(255, 255, 255, 0.7);
		z-index: 999;
	}

		.pcoded .card.card-load .card-loader i {
			margin: 0 auto;
			color: #ab7967;
			font-size: 20px;
		}

.pcoded[vertical-nav-type="expanded"] .card.full-card {
	width: calc(100vw - 287px);
}

.pcoded[vertical-nav-type="collapsed"] .card.full-card {
	width: calc(100vw - 97px);
}

.pcoded[vertical-nav-type="offcanvas"] .card.full-card {
	width: 100vw;
}

.card-header-text {
	margin-bottom: 0;
	font-size: 1rem;
	color: rgba(51, 51, 51, 0.85);
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.icofont-rounded-down {
	-webkit-transition: all ease-in 0.3s;
	display: inline-block;
	transition: all ease-in 0.3s;
}

.icon-up {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rotate-refresh {
	-webkit-animation: mymove 0.8s infinite linear;
	animation: mymove 0.8s infinite linear;
	display: inline-block;
}

@-webkit-keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes mymove {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.breadcrumb-title a {
	font-size: 14px;
	color: #4a6076;
}

.breadcrumb-title li:last-child a {
	color: #7e7e7e;
}

.sub-title {
	border-bottom: 1px solid rgba(204, 204, 204, 0.35);
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #2c3e50;
}

/**======  Card-Layout css end ======**/
/*======= Typography css start ========*/
.blockquote {
	border-left: 0.25rem solid #eceeef;
	padding: 0.5rem 1rem;
}

	.blockquote.blockquote-reverse {
		text-align: right;
		padding-right: 1rem;
		border-right: 0.25rem solid #eceeef;
		border-left: none;
	}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin: 0 0 20px;
}

.typography small {
	margin-left: 10px;
	font-weight: 600;
	color: #777;
}

.card-block.list-tag ul li {
	display: block;
	float: none;
	margin-bottom: 5px;
}

.card-block.list-tag ol li {
	margin-bottom: 5px;
}

.inline-order-list {
	margin-top: 50px;
}

	.inline-order-list h4,
	.inline-order-list p {
		margin-bottom: 0;
	}

.card-block ul li.list-inline-item {
	display: inline-block;
	float: left;
}

/*======= Typography css end ========*/
/**  =====================
      Modal css start
==========================  **/
.modal {
	z-index: 99999999999;
}

.bd-example .modal {
	display: block;
	position: inherit;
	background-color: #2C3E50;
	margin-bottom: 20px;
}

.card .overflow-container h5 {
	margin-bottom: 5px;
}

.button-page .card-block a.nav-link {
	margin-bottom: 0;
}

.sweet-alert button.confirm {
	background-color: #4680ff !important;
}

.sweet-alert .sa-input-error {
	top: 23px;
}

/**====== Modal css end ======**/
/**  =====================
      Notification css start
==========================  **/
.location-selector {
	width: 100%;
	height: 250px;
	background-color: #fff;
	border: 2px dashed #e5e9ec;
	position: relative;
	margin-bottom: 20px;
}

	.location-selector .bit {
		background-color: #e5e9ec;
		cursor: pointer;
		position: absolute;
	}

		.location-selector .bit:hover {
			background-color: #ddd;
		}

		.location-selector .bit.bottom, .location-selector .bit.top {
			height: 25%;
			width: 40%;
			margin: 0 30%;
		}

		.location-selector .bit.top {
			top: 0;
		}

		.location-selector .bit.bottom {
			bottom: 0;
		}

		.location-selector .bit.left, .location-selector .bit.right {
			height: 20%;
			width: 20%;
			margin-left: 0;
			margin-right: 0;
		}

		.location-selector .bit.right {
			right: 0;
		}

		.location-selector .bit.left {
			left: 0;
		}

button.close {
	margin-top: 7px;
	margin-bottom: 0;
}

/**====== Notification css end ======**/
a.mytooltip {
	font-weight: 700;
	color: #4680ff;
	z-index: 9;
}

.tooltip-link a {
	margin-left: 10px;
	color: #4680ff;
}

.tooltip-icon button i {
	margin-right: 0;
}

/**  =====================
      Slider css start
==========================  **/
/*========= Owl-carousel css start ============*/
.owl-theme .owl-nav [class*='owl-']:hover {
	background: #4680ff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #4680ff;
}

/*========= Owl-carousel css end ============*/
/**  =====================
      Accordion css start
==========================  **/
.accordion-msg {
	display: block;
	color: #222222;
	padding: 14px 20px;
	border-top: 1px solid #ddd;
	font-weight: 600;
	cursor: pointer;
}

	.accordion-msg:focus,
	.accordion-msg:hover {
		text-decoration: none;
		outline: none;
	}

.faq-accordion .accordion-desc {
	padding: 20px;
}

.accordion-desc {
	color: #222222;
	padding: 0 20px 20px;
}

#color-accordion .accordion-desc {
	margin-top: 14px;
}

.ui-accordion-header-icon {
	float: right;
	font-size: 20px;
}

.accordion-title {
	margin-bottom: 0;
}

.accordion-block {
	padding: 0;
}

	.accordion-block p {
		margin-bottom: 0;
	}

.color-accordion-block a.ui-state-active, .color-accordion-block a:focus, .color-accordion-block a:hover {
	color: #fff;
	background: #4680ff;
}

a.bg-default:focus,
a.bg-default:hover {
	background-color: #fafafa !important;
	color: #fff;
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #79a3ff !important;
	color: #fff;
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #aacc77 !important;
	color: #fff;
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #91dff7 !important;
	color: #fff;
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #ffcb80 !important;
	color: #fff;
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #fd93a8 !important;
	color: #fff;
}

/**====== Accordion css end ======**/
/**  =====================
      Tabs css start
==========================  **/
.tab-list p {
	padding: 10px;
}

.tab-with-img i {
	position: absolute;
	padding: 5px;
}

.tab-icon {
	margin-bottom: 30px;
}

	.tab-icon i {
		padding-right: 10px;
	}

.tab-below {
	border-top: 1px solid #ddd;
	border-bottom: none;
}

	.tab-below.nav-tabs .nav-link.active {
		border-color: transparent #ddd #ddd #ddd;
	}

	.tab-below .nav-item {
		margin-top: -2px;
	}

	.tab-below.nav-tabs .nav-link {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}

.card-header ~ .tab-icon .tab-with-img .sub-title i {
	right: 10px;
}

.tab-with-img .nav-link {
	position: relative;
}

.tabs-left,
.tabs-right {
	min-width: 120px;
	vertical-align: top;
	width: 150px;
}

.tabs-left,
.tabs-left-content,
.tabs-right,
.tabs-right-content {
	display: table-cell;
}

.nav-tabs.tabs-left .slide {
	height: 35px;
	width: 4px;
	bottom: 15px;
}

.nav-tabs.tabs-right .slide {
	height: 35px;
	width: 4px;
	bottom: 15px;
	right: 0;
}

.product-edit .md-tabs .nav-item a {
	padding: 0 0 10px !important;
	color: #303548;
}

	.product-edit .md-tabs .nav-item a .f-20 {
		display: inline-block;
		margin-right: 10px;
	}

.md-tabs.tabs-left .nav-item,
.md-tabs.tabs-right .nav-item,
.tabs-left .nav-item,
.tabs-right .nav-item {
	width: 100%;
	position: relative;
}

.md-tabs {
	position: relative;
}

	.md-tabs .nav-item + .nav-item {
		margin: 0;
	}

	.md-tabs .nav-link {
		border: none;
		color: #303548;
	}

	.md-tabs .nav-item {
		width: calc(100% / 4);
		text-align: center;
	}

	.md-tabs .nav-link:focus,
	.md-tabs .nav-link:hover {
		border: none;
	}

	.md-tabs .nav-item .nav-link.active ~ .slide {
		opacity: 1;
		transition: all 0.3s ease-out;
	}

	.md-tabs .nav-item .nav-link ~ .slide {
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.md-tabs .nav-item.open .nav-link,
	.md-tabs .nav-item.open .nav-link:focus,
	.md-tabs .nav-item.open .nav-link:hover,
	.md-tabs .nav-link.active,
	.md-tabs .nav-link.active:focus,
	.md-tabs .nav-link.active:hover {
		color: #4680ff;
		border: none;
		background-color: transparent;
		border-radius: 0;
	}

	.md-tabs .nav-item a {
		padding: 20px 0 !important;
		color: #303548;
	}

.nav-tabs .slide {
	background: #4680ff;
	width: calc(100% / 4);
	height: 4px;
	position: absolute;
	-webkit-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;
	bottom: 0;
}

	.nav-tabs .slide .nav-item.show .nav-link,
	.nav-tabs .slide .nav-link {
		color: #4680ff;
	}

.img-tabs img {
	width: 100px;
	margin: 0 auto;
}

.img-tabs a {
	opacity: 0.5;
	transition: all ease-in-out 0.3s;
}

	.img-tabs a span i {
		height: 25px;
		width: 25px;
		border-radius: 100%;
		bottom: 10px;
		right: 70px;
	}

	.img-tabs a img {
		border: 3px solid;
	}

	.img-tabs a.active {
		opacity: 1;
		transition: all ease-in-out 0.3s;
	}

.img-tabs .nav-item:first-child {
	border-bottom: none;
}

#pc-left-panel-menu {
	margin-bottom: 20px;
}

.h-active a {
	color: #1b8bf9 !important;
	font-weight: 600;
}

.img-circle {
	border-radius: 50%;
}

.b-none {
	border: none !important;
}

/**====== Tabs css end ======**/
/**  =====================
      Table css start
==========================  **/
.table-primary,
.table-primary > td,
.table-primary > th {
	background-color: #4680FE;
}

.table-responsive {
	display: inline-block;
	width: 100%;
	overflow-x: auto;
}

.table.table-xl td,
.table.table-xl th {
	padding: 1.25rem 2rem;
}

.table.table-lg td,
.table.table-lg th {
	padding: 0.9rem 2rem;
}

.table.table-de td,
.table.table-de th {
	padding: 0.75rem 2rem;
}

.table.table-sm td,
.table.table-sm th {
	padding: 0.6rem 2rem;
}

.table.table-xs td,
.table.table-xs th {
	padding: 0.4rem 2rem;
}

.table-columned > tbody > tr > th:first-child,
.table-columned > tbody > tr > td:first-child {
	border-left: 0;
}

.table-columned > tfoot > tr > th:first-child,
.table-columned > tfoot > tr > td:first-child {
	border-left: 0;
}

.table-columned > tbody > tr > th,
.table-columned > tbody > tr > td {
	border: 0;
	border-left: 1px solid #ddd;
}

.table-columned > tfoot > tr > th,
.table-columned > tfoot > tr > td {
	border: 0;
	border-left: 1px solid #ddd;
}

.table-border-style {
	padding: 0;
}

	.table-border-style .table {
		margin-bottom: 0;
	}

.table > thead > tr > th {
	border-bottom-color: #ccc;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th {
	border: 0;
}

.table-bordered > thead > tr.border-solid > th,
.table-bordered > thead > tr.border-solid > td {
	border-bottom-width: 2px;
}

.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child th {
	border-bottom-width: 2px;
}

.table-bordered > thead > tr.border-double > th,
.table-bordered > thead > tr.border-double > td {
	border-bottom-width: 3px;
	border-bottom-style: double;
}

.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child th {
	border-bottom-width: 3px;
	border-bottom-style: double;
}

/**====== Table css end ======**/
/**  =====================
      List-chart css start
==========================  **/
.barchart canvas,
.tristate canvas {
	width: 100% !important;
}

.ct-series-a .ct-line {
	stroke: #1ce3bb;
}

.ct-series-b .ct-line {
	stroke: rgba(255, 157, 136, 0.62);
}

.ct-series-c .ct-line {
	stroke: rgba(79, 84, 103, 0.45);
}

.ct-series-d .ct-line {
	stroke: rgba(129, 142, 219, 0.61);
}

.ct-series-a .ct-point,
.ct-series-b .ct-point,
.ct-series-c .ct-point,
.ct-series-d .ct-point {
	stroke: rgba(52, 54, 70, 0.47);
	stroke-width: 8px;
	stroke-linecap: round;
}

.ct-series-a .ct-slice-donut {
	stroke: #01C0C8;
}

.ct-series-b .ct-slice-donut {
	stroke: #83D6DE;
}

.ct-series-c .ct-slice-donut {
	stroke: #1ABC9C;
}

.ct-series-d .ct-slice-donut {
	stroke: #4F5467;
}

/*===== List-chart Css End ====*/
/**  =====================
      Product css start
==========================  **/
.prod-img {
	position: relative;
}

	.prod-img .btn i {
		margin-right: 0;
	}

.prod-item .prod-img .option-hover {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	left: 0;
}

.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.prod-img .p-new a {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 8px 13px;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 2px 0 0 2px;
	background: #62d1f3;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
}

.prod-info a {
	font-size: 18px;
}

.prod-info .br-wrapper {
	margin: 0 auto 20px;
}

.prod-info .br-widget {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.prod-info h6 {
	font-size: 18px;
	font-weight: 600;
}

.prod-view:hover .option-hover {
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 1;
}

.prod-item .prod-info {
	background: #fff;
	padding: 30px 0 20px;
}

.prod-item .br-widget {
	min-height: inherit;
}

.prod-img .p-sale {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 50%;
	background-color: #ff5252;
	color: #fff;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 11px 4px;
}

.prod-info .br-widget {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.option-icon i {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 36px;
	margin: 30px 0;
	padding: 17px 5px;
}

/**====== Product css end ======**/
/**  =====================
      Product-details css start
==========================  **/
.product-detail-page {
	border-top: none;
}

.product-detail .br-wrapper {
	margin: 10px 0;
}

.product-detail .product-detail .btn i {
	margin-right: 0;
}

.product-detail .br-widget {
	min-height: 35px;
	margin-top: 0;
	display: block;
}

.product-detail .btn-number {
	background-color: #e0e0e0;
	border-color: #d4d4d4;
	border-radius: 0;
	color: #000;
}

.product-detail .product-price {
	display: inline-block;
	margin-right: 50px;
	font-size: 24px;
}

.product-detail .pro-desc {
	margin-top: 15px;
	margin-bottom: 15px;
}

.product-detail hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

#small_banner .slick-slide {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

#small_banner img {
	cursor: pointer;
}

#small_banner .slick-center {
	filter: grayscale(0);
	opacity: 1;
}

#small_banner:hover .slick-prev {
	left: 0;
	transition: all ease-in 0.3s;
}

#small_banner:hover .slick-next {
	right: 0;
	transition: all ease-in 0.3s;
}

.port_details_all_img {
	overflow: hidden;
}

.page-link:hover {
	color: #4680ff;
}

.slick-prev {
	left: -45px;
	z-index: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	width: 4%;
	transition: all ease-in 0.3s;
}

	.slick-prev:focus, .slick-prev:hover {
		color: transparent;
		outline: none;
		background: rgba(0, 0, 0, 0.8);
	}

.brighttheme-icon-sticker:after {
	top: -5px;
	content: "\002016";
}

.slick-next {
	right: -45px;
	z-index: 1;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	width: 4%;
	transition: all ease-in 0.3s;
}

	.slick-next:focus, .slick-next:hover {
		color: transparent;
		outline: none;
		background: rgba(0, 0, 0, 0.8);
	}

.counter-input .input-group {
	width: 20%;
}

.pro-det-tab .tab-content {
	border: 1px solid #ccc;
	border-top: 0;
}

.big_banner .port_big_img {
	margin-bottom: 15px;
}

.cd-price .cd-price-month {
	font-size: 64px;
}

.product-edit .br-wrapper {
	margin: 10px 0 30px;
}

.addcontact .md-content > div ul {
	padding-left: 0;
}

/**====== Product-details css end ======**/
.grid-layout span {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
}

.vertical-alignment .row {
	padding: 15px 0;
	min-height: 10rem;
	border: 1px solid #ddd;
}

.inte-benifits {
	border: 1px solid #ddd;
}

	.inte-benifits ul {
		list-style: square;
		padding-left: 20px;
	}

/*====== Color css ends ======= */
.pull-0 {
	right: auto;
}

.pull-1 {
	right: 8.333333%;
}

.pull-2 {
	right: 16.666667%;
}

.pull-3 {
	right: 25%;
}

.pull-4 {
	right: 33.333333%;
}

.pull-5 {
	right: 41.666667%;
}

.pull-6 {
	right: 50%;
}

.pull-7 {
	right: 58.333333%;
}

.pull-8 {
	right: 66.666667%;
}

.pull-9 {
	right: 75%;
}

.pull-10 {
	right: 83.333333%;
}

.pull-11 {
	right: 91.666667%;
}

.pull-12 {
	right: 100%;
}

.push-0 {
	left: auto;
}

.push-1 {
	left: 8.333333%;
}

.push-2 {
	left: 16.666667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.333333%;
}

.push-5 {
	left: 41.666667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.333333%;
}

.push-8 {
	left: 66.666667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.333333%;
}

.push-11 {
	left: 91.666667%;
}

.push-12 {
	left: 100%;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-sm-0 {
		right: auto;
	}

	.pull-sm-1 {
		right: 8.333333%;
	}

	.pull-sm-2 {
		right: 16.666667%;
	}

	.pull-sm-3 {
		right: 25%;
	}

	.pull-sm-4 {
		right: 33.333333%;
	}

	.pull-sm-5 {
		right: 41.666667%;
	}

	.pull-sm-6 {
		right: 50%;
	}

	.pull-sm-7 {
		right: 58.333333%;
	}

	.pull-sm-8 {
		right: 66.666667%;
	}

	.pull-sm-9 {
		right: 75%;
	}

	.pull-sm-10 {
		right: 83.333333%;
	}

	.pull-sm-11 {
		right: 91.666667%;
	}

	.pull-sm-12 {
		right: 100%;
	}

	.push-sm-0 {
		left: auto;
	}

	.push-sm-1 {
		left: 8.333333%;
	}

	.push-sm-2 {
		left: 16.666667%;
	}

	.push-sm-3 {
		left: 25%;
	}

	.push-sm-4 {
		left: 33.333333%;
	}

	.push-sm-5 {
		left: 41.666667%;
	}

	.push-sm-6 {
		left: 50%;
	}

	.push-sm-7 {
		left: 58.333333%;
	}

	.push-sm-8 {
		left: 66.666667%;
	}

	.push-sm-9 {
		left: 75%;
	}

	.push-sm-10 {
		left: 83.333333%;
	}

	.push-sm-11 {
		left: 91.666667%;
	}

	.push-sm-12 {
		left: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-md-0 {
		right: auto;
	}

	.pull-md-1 {
		right: 8.333333%;
	}

	.pull-md-2 {
		right: 16.666667%;
	}

	.pull-md-3 {
		right: 25%;
	}

	.pull-md-4 {
		right: 33.333333%;
	}

	.pull-md-5 {
		right: 41.666667%;
	}

	.pull-md-6 {
		right: 50%;
	}

	.pull-md-7 {
		right: 58.333333%;
	}

	.pull-md-8 {
		right: 66.666667%;
	}

	.pull-md-9 {
		right: 75%;
	}

	.pull-md-10 {
		right: 83.333333%;
	}

	.pull-md-11 {
		right: 91.666667%;
	}

	.pull-md-12 {
		right: 100%;
	}

	.push-md-0 {
		left: auto;
	}

	.push-md-1 {
		left: 8.333333%;
	}

	.push-md-2 {
		left: 16.666667%;
	}

	.push-md-3 {
		left: 25%;
	}

	.push-md-4 {
		left: 33.333333%;
	}

	.push-md-5 {
		left: 41.666667%;
	}

	.push-md-6 {
		left: 50%;
	}

	.push-md-7 {
		left: 58.333333%;
	}

	.push-md-8 {
		left: 66.666667%;
	}

	.push-md-9 {
		left: 75%;
	}

	.push-md-10 {
		left: 83.333333%;
	}

	.push-md-11 {
		left: 91.666667%;
	}

	.push-md-12 {
		left: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-lg-0 {
		right: auto;
	}

	.pull-lg-1 {
		right: 8.333333%;
	}

	.pull-lg-2 {
		right: 16.666667%;
	}

	.pull-lg-3 {
		right: 25%;
	}

	.pull-lg-4 {
		right: 33.333333%;
	}

	.pull-lg-5 {
		right: 41.666667%;
	}

	.pull-lg-6 {
		right: 50%;
	}

	.pull-lg-7 {
		right: 58.333333%;
	}

	.pull-lg-8 {
		right: 66.666667%;
	}

	.pull-lg-9 {
		right: 75%;
	}

	.pull-lg-10 {
		right: 83.333333%;
	}

	.pull-lg-11 {
		right: 91.666667%;
	}

	.pull-lg-12 {
		right: 100%;
	}

	.push-lg-0 {
		left: auto;
	}

	.push-lg-1 {
		left: 8.333333%;
	}

	.push-lg-2 {
		left: 16.666667%;
	}

	.push-lg-3 {
		left: 25%;
	}

	.push-lg-4 {
		left: 33.333333%;
	}

	.push-lg-5 {
		left: 41.666667%;
	}

	.push-lg-6 {
		left: 50%;
	}

	.push-lg-7 {
		left: 58.333333%;
	}

	.push-lg-8 {
		left: 66.666667%;
	}

	.push-lg-9 {
		left: 75%;
	}

	.push-lg-10 {
		left: 83.333333%;
	}

	.push-lg-11 {
		left: 91.666667%;
	}

	.push-lg-12 {
		left: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.pull-xl-0 {
		right: auto;
	}

	.pull-xl-1 {
		right: 8.333333%;
	}

	.pull-xl-2 {
		right: 16.666667%;
	}

	.pull-xl-3 {
		right: 25%;
	}

	.pull-xl-4 {
		right: 33.333333%;
	}

	.pull-xl-5 {
		right: 41.666667%;
	}

	.pull-xl-6 {
		right: 50%;
	}

	.pull-xl-7 {
		right: 58.333333%;
	}

	.pull-xl-8 {
		right: 66.666667%;
	}

	.pull-xl-9 {
		right: 75%;
	}

	.pull-xl-10 {
		right: 83.333333%;
	}

	.pull-xl-11 {
		right: 91.666667%;
	}

	.pull-xl-12 {
		right: 100%;
	}

	.push-xl-0 {
		left: auto;
	}

	.push-xl-1 {
		left: 8.333333%;
	}

	.push-xl-2 {
		left: 16.666667%;
	}

	.push-xl-3 {
		left: 25%;
	}

	.push-xl-4 {
		left: 33.333333%;
	}

	.push-xl-5 {
		left: 41.666667%;
	}

	.push-xl-6 {
		left: 50%;
	}

	.push-xl-7 {
		left: 58.333333%;
	}

	.push-xl-8 {
		left: 66.666667%;
	}

	.push-xl-9 {
		left: 75%;
	}

	.push-xl-10 {
		left: 83.333333%;
	}

	.push-xl-11 {
		left: 91.666667%;
	}

	.push-xl-12 {
		left: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}
/*====== Warning css starts ======= */
.ie-warning {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000000;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	padding: 50px 0;
}

	.ie-warning p {
		font-size: 17px;
	}

	.ie-warning .iew-container {
		min-width: 1024px;
		width: 100%;
		height: 200px;
		background: #fff;
		margin: 50px 0;
	}

	.ie-warning .iew-download {
		list-style: none;
		padding: 30px 0;
		margin: 0 auto;
		width: 720px;
	}

		.ie-warning .iew-download > li {
			float: left;
			vertical-align: top;
		}

			.ie-warning .iew-download > li > a {
				display: block;
				color: #000;
				width: 140px;
				font-size: 15px;
				padding: 15px 0;
			}

				.ie-warning .iew-download > li > a > div {
					margin-top: 10px;
				}

				.ie-warning .iew-download > li > a:hover {
					background-color: #eee;
				}

/*====== Warning css ends ======= */
/*====== Json form css start =======*/
.alpaca-field img {
	width: 250px;
}

/*====== Json form css ends =======*/
/*====== Sticky css start =======*/
.arrow_box {
	z-index: 0;
}

@media only screen and (max-width: 575px) {
	.sticky-card {
		margin-bottom: 250px;
	}
}
/*====== Sticky css ends =======*/
/*====== Ready to use css start ======*/
.j-pro .j-label {
	font-weight: 600;
}

/*====== Ready to use css ends ======*/
.ms-container {
	width: 100%;
}

/**  =====================
      Theme-preloader css start
==========================  **/
.theme-loader {
	height: 100%;
	width: 100%;
	background-color: white;
	position: fixed;
	z-index: 999999;
	top: 0;
}

.ball-scale {
	left: 50%;
	top: 50%;
	position: absolute;
	height: 50px;
	width: 75px;
	margin: -25px 0 0 -37.5px;
}

@-webkit-keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	50% {
		-webkit-transform: scaley(0.4);
		transform: scaley(0.4);
	}

	100% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

.ball-scale .contain > div {
	width: 3px;
	height: 50px;
	border-radius: 5px;
	margin: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	-webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
	animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

	.ball-scale .contain > div:nth-child(4),
	.ball-scale .contain > div:nth-child(6) {
		animation-delay: -0.4s !important;
	}

	.ball-scale .contain > div:nth-child(3),
	.ball-scale .contain > div:nth-child(7) {
		animation-delay: -0.3s !important;
	}

	.ball-scale .contain > div:nth-child(2),
	.ball-scale .contain > div:nth-child(8) {
		animation-delay: -0.2s !important;
	}

	.ball-scale .contain > div:nth-child(1),
	.ball-scale .contain > div:nth-child(9) {
		animation-delay: -0.1s !important;
	}

@-webkit-keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
		transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

@keyframes line-scale-pulse-out-rapid {
	0% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}

	80% {
		-webkit-transform: scaley(0.3);
		transform: scaley(0.3);
	}

	90% {
		-webkit-transform: scaley(1);
		transform: scaley(1);
	}
}

.ball-scale .contain > div {
	width: 3px;
	height: 50px;
	border-radius: 5px;
	margin: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
	vertical-align: middle;
	-webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
	animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

	.ball-scale .contain > div:nth-child(4),
	.ball-scale .contain > div:nth-child(6) {
		animation-delay: -0.30s !important;
	}

	.ball-scale .contain > div:nth-child(3),
	.ball-scale .contain > div:nth-child(7) {
		animation-delay: -0.20s !important;
	}

	.ball-scale .contain > div:nth-child(2),
	.ball-scale .contain > div:nth-child(8) {
		animation-delay: -0.10s !important;
	}

	.ball-scale .contain > div:nth-child(1),
	.ball-scale .contain > div:nth-child(9) {
		animation-delay: 0s !important;
	}

	.ball-scale .contain > div:nth-child(1) {
		background-color: #93BE52;
	}

	.ball-scale .contain > div:nth-child(2) {
		background-color: #FE8A7D;
	}

	.ball-scale .contain > div:nth-child(3) {
		background-color: #FFB64D;
	}

	.ball-scale .contain > div:nth-child(4) {
		background-color: #FC6180;
	}

	.ball-scale .contain > div:nth-child(5) {
		background-color: #4680ff;
	}

	.ball-scale .contain > div:nth-child(6) {
		background-color: #FC6180;
	}

	.ball-scale .contain > div:nth-child(7) {
		background-color: #FFB64D;
	}

	.ball-scale .contain > div:nth-child(8) {
		background-color: #FE8A7D;
	}

	.ball-scale .contain > div:nth-child(9) {
		background-color: #93BE52;
	}

.progress {
	height: 1rem;
}

	.progress .progress-bar {
		height: 100% !important;
	}

.pcoded .mCSB_container_wrapper {
	margin-right: 0;
}

	.pcoded .mCSB_container_wrapper > .mCSB_container {
		padding-right: 0;
	}

.pcoded .mCSB_scrollTools {
	width: 10px;
}

	.pcoded .mCSB_scrollTools .mCSB_draggerRail {
		background-color: transparent;
		width: 10px;
	}

	.pcoded .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: rgba(48, 53, 72, 0);
	}

	.pcoded .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.pcoded .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
		background-color: rgba(48, 53, 72, 0.5);
	}

.pcoded #styleSelector :hover .mCSB_dragger_bar,
.pcoded .main-menu :hover .mCSB_dragger_bar {
	background-color: rgba(48, 53, 72, 0.2);
}

.fixed-button {
	position: fixed;
	bottom: -50px;
	right: 30px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.35);
	opacity: 0;
	transition: all 0.5s ease;
}

	.fixed-button.active {
		bottom: 50px;
		opacity: 1;
	}

/**  =====================
      Generic-class css start
========================== **/
.generic-card-block code {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.generic-image-body li {
	padding: 0 20px;
	display: inline-block;
}

.generic-image-body code {
	display: block;
}

.generic-image-body img {
	display: block;
	margin: 10px auto 0;
}

/*====== Padding css starts ======*/
.p-0 {
	padding: 0px;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

.p-40 {
	padding: 40px;
}

.p-45 {
	padding: 45px;
}

.p-50 {
	padding: 50px;
}

/*====== Padding css ends ======*/
/*====== Padding-top css starts ======*/
.p-t-0 {
	padding-top: 0px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-t-35 {
	padding-top: 35px !important;
}

.p-t-40 {
	padding-top: 40px !important;
}

.p-t-45 {
	padding-top: 45px !important;
}

.p-t-50 {
	padding-top: 50px !important;
}

/*====== Padding-top css ends ======*/
/*====== Padding-bottom css starts ======*/
.p-b-0 {
	padding-bottom: 0px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

.p-b-35 {
	padding-bottom: 35px !important;
}

.p-b-40 {
	padding-bottom: 40px !important;
}

.p-b-45 {
	padding-bottom: 45px !important;
}

.p-b-50 {
	padding-bottom: 50px !important;
}

/*====== Padding-bottom css ends ======*/
/*====== Padding-left css starts ======*/
.p-l-0 {
	padding-left: 0px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-l-25 {
	padding-left: 25px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-l-35 {
	padding-left: 35px;
}

.p-l-40 {
	padding-left: 40px;
}

.p-l-45 {
	padding-left: 45px;
}

.p-l-50 {
	padding-left: 50px;
}

/*====== Padding-left css ends ======*/
/*====== Padding-right css starts ======*/
.p-r-0 {
	padding-right: 0px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-r-35 {
	padding-right: 35px;
}

.p-r-40 {
	padding-right: 40px;
}

.p-r-45 {
	padding-right: 45px;
}

.p-r-50 {
	padding-right: 50px;
}

/*====== Padding-right css ends ======*/
/*====== Margin css starts ======*/
.m-0 {
	margin: 0px;
}

.m-5 {
	margin: 5px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

/*====== Margin css ends ======*/
/*====== Margin-top css starts ======*/
.m-t-0 {
	margin-top: 0px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

/*====== Margin-top css ends ======*/
/*====== Margin-Bottom css starts ======*/
.m-b-0 {
	margin-bottom: 0px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-b-35 {
	margin-bottom: 35px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-45 {
	margin-bottom: 45px;
}

.m-b-50 {
	margin-bottom: 50px;
}

/*====== Margin-Bottom css ends ======*/
/*====== Margin-left css starts ======*/
.m-l-0 {
	margin-left: 0px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

/*====== Margin-left css ends ======*/
/*====== Margin-right css starts ======*/
.m-r-0 {
	margin-right: 0px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-r-25 {
	margin-right: 25px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-r-35 {
	margin-right: 35px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-r-45 {
	margin-right: 45px;
}

.m-r-50 {
	margin-right: 50px;
}

/*====== Margin-right css ends ======*/
/*====== Display css starts ======*/
.d-none {
	display: none;
}

.d-inline-block {
	display: inline-block;
}

.d-inline-flex {
	display: inline-flex;
}

/*====== display css ends ======*/
/*====== Border-radius css starts ======*/
.b-radius-0 {
	border-radius: 0px !important;
}

.b-radius-5 {
	border-radius: 5px !important;
}

.b-radius-10 {
	border-radius: 10px !important;
}

/*====== Border-radius css ends ======*/
/*====== Font-size css starts ======*/
.f-10 {
	font-size: 10px;
}

.f-12 {
	font-size: 12px;
}

.f-14 {
	font-size: 14px;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-30 {
	font-size: 30px;
}

.f-32 {
	font-size: 32px;
}

.f-34 {
	font-size: 34px;
}

.f-36 {
	font-size: 36px;
}

.f-38 {
	font-size: 38px;
}

.f-40 {
	font-size: 40px;
}

.f-42 {
	font-size: 42px;
}

.f-44 {
	font-size: 44px;
}

.f-46 {
	font-size: 46px;
}

.f-48 {
	font-size: 48px;
}

.f-50 {
	font-size: 50px;
}

.f-52 {
	font-size: 52px;
}

.f-54 {
	font-size: 54px;
}

.f-56 {
	font-size: 56px;
}

.f-58 {
	font-size: 58px;
}

.f-60 {
	font-size: 60px;
}

.f-62 {
	font-size: 62px;
}

.f-64 {
	font-size: 64px;
}

.f-66 {
	font-size: 66px;
}

.f-68 {
	font-size: 68px;
}

.f-70 {
	font-size: 70px;
}

.f-72 {
	font-size: 72px;
}

.f-74 {
	font-size: 74px;
}

.f-76 {
	font-size: 76px;
}

.f-78 {
	font-size: 78px;
}

.f-80 {
	font-size: 80px;
}

/*====== Font-size css ends ======*/
/*====== Font-weight css starts ======*/
.f-w-100 {
	font-weight: 100;
}

.f-w-300 {
	font-weight: 300;
}

.f-w-400 {
	font-weight: 400;
}

.f-w-600 {
	font-weight: 600;
}

.f-w-700 {
	font-weight: 700;
}

.f-w-900 {
	font-weight: 600;
}

/*====== Font-weight css ends ======*/
/*====== Font-style css starts ======*/
.f-s-normal {
	font-style: normal;
}

.f-s-italic {
	font-style: italic;
}

.f-s-oblique {
	font-style: oblique;
}

.f-s-initial {
	font-style: initial;
}

.f-s-inherit {
	font-style: inherit;
}

/*====== Font-style css ends ======*/
/*====== Text-align css starts ======*/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*====== Text-align css ends ======*/
/*====== Text-Transform css starts ======*/
.text-capitalize {
	text-transform: capitalize;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

/*====== Text-Transform css ends ======*/
/*====== Text-Decoration css starts ======*/
.text-overline {
	text-decoration: overline;
}

.text-line-through {
	text-decoration: line-through;
}

.text-underline {
	text-decoration: underline;
}

/*====== Text-Decoration css ends ======*/
/*====== Vertical-Align css starts ======*/
.baseline {
	vertical-align: baseline;
}

.sub {
	vertical-align: sub;
}

.super {
	vertical-align: super;
}

.top {
	vertical-align: top;
}

.text-top {
	vertical-align: text-top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.text-bottom {
	vertical-align: text-bottom;
}

.initial {
	vertical-align: initial;
}

.inherit {
	vertical-align: inherit;
}

/*====== Vertical-Align css ends ======*/
/*====== Position css starts ======*/
.pos-static {
	position: static;
}

.pos-absolute {
	position: absolute;
}

.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-initial {
	position: initial;
}

.pos-inherit {
	position: inherit;
}

/*====== Position css ends ======*/
/*====== Float css starts ======*/
.f-left {
	float: left;
}

.f-right {
	float: right;
}

.f-none {
	float: none;
}

/*====== Float css ends ======*/
/*====== Overflow css starts ======*/
.o-hidden {
	overflow: hidden;
}

.o-visible {
	overflow: visible;
}

.o-auto {
	overflow: auto;
}

/*====== Overflow css ends ======*/
/*====== Image-sizes css starts ======*/
.img-20 {
	width: 20px;
}

.img-30 {
	width: 30px;
}

.img-40 {
	width: 40px;
}

.img-50 {
	width: 50px;
}

.img-60 {
	width: 60px;
}

.img-70 {
	width: 70px;
}

.img-80 {
	width: 80px;
}

.img-90 {
	width: 90px;
}

.img-100 {
	width: 100px;
}

/*====== Image-sizes css ends ======*/
/*======= Text css starts ===========*/
.text-primary {
	color: #4680ff !important;
}

.text-warning {
	color: #FFB64D !important;
}

.text-default {
	color: #e0e0e0 !important;
}

.text-danger {
	color: #FC6180 !important;
}

.text-success {
	color: #93BE52 !important;
}

.text-inverse {
	color: #e9b302 !important;
}

.text-info {
	color: #62d1f3 !important;
}

.text-custom {
	color: #64b0f2 !important;
}

.text-pink {
	color: #ff7aa3 !important;
}

.text-muted {
	color: #919aa3 !important;
}

.text-dark {
	color: #2b3d51 !important;
}

.text-purple {
	color: #9261c6 !important;
}

.text-muted {
	color: #919aa3 !important;
}

/*======= Text css ends ===========*/
/*======= Label-color css starts  ======= */
.label {
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: capitalize;
}

.label-primary {
	background-color: #4680ff;
}

.label-warning {
	background-color: #FFB64D;
}

.label-default {
	background-color: #e0e0e0;
}

.label-danger {
	background-color: #FC6180;
}

.label-success {
	background-color: #93BE52;
}

.label-inverse {
	background-color: #303548;
}

.label-info {
	background-color: #62d1f3;
}

.label-warning {
	color: #fff;
}

/*======= Label-color css starts  ======= */
/*======= Badge-color css starts  ======= */
.badge-primary {
	background-color: #4680ff;
}

.badge-warning {
	background-color: #FFB64D;
}

.badge-default {
	background-color: #e0e0e0;
}

.badge-danger {
	background-color: #FC6180;
}

.badge-success {
	background-color: #93BE52;
}

.badge-inverse {
	background-color: #303548;
}

.badge-info {
	background-color: #62d1f3;
}

/*======= Badge-color css end  ======= */
/*======= Background-color css starts  ======= */
.bg-color-box {
	text-align: center;
	display: inline-block;
	padding: 10px 20px;
	box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.49);
	font-weight: 600;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

	.bg-color-box span {
		color: #fff;
	}

.bg-primary {
	background-color: #4680ff !important;
	color: #fff;
}

.bg-warning {
	background-color: #FFB64D !important;
	color: #fff;
}

.bg-default {
	background-color: #e0e0e0 !important;
	color: #fff;
}

.bg-danger {
	background-color: #FC6180 !important;
	color: #fff;
}

.bg-success {
	background-color: #93BE52 !important;
	color: #fff;
}

.bg-inverse {
	background-color: #303548 !important;
	color: #fff;
}

.bg-info {
	background-color: #62d1f3 !important;
	color: #fff;
}

/*======= Background-color css end  ======= */
/*======= Button-color css starts  ======= */
.color-primary {
	background-color: #4680ff;
}

.color-warning {
	background-color: #FFB64D;
}

.color-default {
	background-color: #e0e0e0;
}

.color-danger {
	background-color: #FC6180;
}

.color-success {
	background-color: #93BE52;
}

.color-inverse {
	background-color: #303548;
}

.color-info {
	background-color: #62d1f3;
}

/*======= Button-color css ends  ======= */
/*======= Loader-color css starts  ======= */
.loader-primary {
	background-color: #4680ff !important;
}

.loader-warning {
	background-color: #FFB64D !important;
}

.loader-default {
	background-color: #e0e0e0 !important;
}

.loader-danger {
	background-color: #FC6180 !important;
}

.loader-success {
	background-color: #93BE52 !important;
}

.loader-inverse {
	background-color: #303548 !important;
}

.loader-info {
	background-color: #62d1f3 !important;
}

/*======= Loader-color css ends  ======= */
/*======= Nestable-color css starts  ======= */
.nestable-primary {
	background-color: #4680ff !important;
	border-color: #4680ff;
	color: #fff !important;
}

.nestable-warning {
	background-color: #FFB64D !important;
	border-color: #FFB64D;
	color: #fff !important;
}

.nestable-default {
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0;
	color: #fff !important;
}

.nestable-danger {
	background-color: #FC6180 !important;
	border-color: #FC6180;
	color: #fff !important;
}

.nestable-success {
	background-color: #93BE52 !important;
	border-color: #93BE52;
	color: #fff !important;
}

.nestable-inverse {
	background-color: #303548 !important;
	border-color: #303548;
	color: #fff !important;
}

.nestable-info {
	background-color: #62d1f3 !important;
	border-color: #62d1f3;
	color: #fff !important;
}

/*======= Nestable-color css ends  ======= */
/*======= Table-Border-Bottom-color css starts  ======= */
table thead .border-bottom-primary th,
table tbody .border-bottom-primary th,
table tbody .border-bottom-primary td {
	border-bottom: 1px solid #4680ff;
}

table thead .border-bottom-warning th,
table tbody .border-bottom-warning th,
table tbody .border-bottom-warning td {
	border-bottom: 1px solid #FFB64D;
}

table thead .border-bottom-default th,
table tbody .border-bottom-default th,
table tbody .border-bottom-default td {
	border-bottom: 1px solid #e0e0e0;
}

table thead .border-bottom-danger th,
table tbody .border-bottom-danger th,
table tbody .border-bottom-danger td {
	border-bottom: 1px solid #FC6180;
}

table thead .border-bottom-success th,
table tbody .border-bottom-success th,
table tbody .border-bottom-success td {
	border-bottom: 1px solid #93BE52;
}

table thead .border-bottom-inverse th,
table tbody .border-bottom-inverse th,
table tbody .border-bottom-inverse td {
	border-bottom: 1px solid #303548;
}

table thead .border-bottom-info th,
table tbody .border-bottom-info th,
table tbody .border-bottom-info td {
	border-bottom: 1px solid #62d1f3;
}

/*======= Table-Border-Bottom-color css ends  ======= */
/*======= Table styling css starts  ======= */
.table-styling .table-primary,
.table-styling.table-primary {
	background-color: #4680ff;
	color: #fff;
	border: 3px solid #4680ff;
}

	.table-styling .table-primary thead,
	.table-styling.table-primary thead {
		background-color: #135dff;
		border: 3px solid #135dff;
	}

.table-styling .table-warning,
.table-styling.table-warning {
	background-color: #FFB64D;
	color: #fff;
	border: 3px solid #FFB64D;
}

	.table-styling .table-warning thead,
	.table-styling.table-warning thead {
		background-color: #ffa11a;
		border: 3px solid #ffa11a;
	}

.table-styling .table-default,
.table-styling.table-default {
	background-color: #e0e0e0;
	color: #fff;
	border: 3px solid #e0e0e0;
}

	.table-styling .table-default thead,
	.table-styling.table-default thead {
		background-color: #c7c7c7;
		border: 3px solid #c7c7c7;
	}

.table-styling .table-danger,
.table-styling.table-danger {
	background-color: #FC6180;
	color: #fff;
	border: 3px solid #FC6180;
}

	.table-styling .table-danger thead,
	.table-styling.table-danger thead {
		background-color: #fb2f58;
		border: 3px solid #fb2f58;
	}

.table-styling .table-success,
.table-styling.table-success {
	background-color: #93BE52;
	color: #fff;
	border: 3px solid #93BE52;
}

	.table-styling .table-success thead,
	.table-styling.table-success thead {
		background-color: #79a13c;
		border: 3px solid #79a13c;
	}

.table-styling .table-inverse,
.table-styling.table-inverse {
	background-color: #303548;
	color: #fff;
	border: 3px solid #303548;
}

	.table-styling .table-inverse thead,
	.table-styling.table-inverse thead {
		background-color: #1c1e29;
		border: 3px solid #1c1e29;
	}

.table-styling .table-info,
.table-styling.table-info {
	background-color: #62d1f3;
	color: #fff;
	border: 3px solid #62d1f3;
}

	.table-styling .table-info thead,
	.table-styling.table-info thead {
		background-color: #33c3ef;
		border: 3px solid #33c3ef;
	}

/*======= Table styling css ends  ======= */
/*======= Toolbar css starts  ======= */
.toolbar-primary .tool-item {
	background: #4680ff !important;
}

	.toolbar-primary .tool-item.selected,
	.toolbar-primary .tool-item:hover {
		background: #135dff !important;
	}

.toolbar-primary.tool-top .arrow {
	border-color: #4680ff transparent transparent;
}

.toolbar-primary.tool-bottom .arrow {
	border-color: transparent transparent #4680ff;
}

.toolbar-primary.tool-left .arrow {
	border-color: transparent transparent transparent #4680ff;
}

.toolbar-primary.tool-right .arrow {
	border-color: transparent #4680ff transparent transparent;
}

.btn-toolbar-primary.pressed {
	background-color: #4680ff;
}

.toolbar-warning .tool-item {
	background: #FFB64D !important;
}

	.toolbar-warning .tool-item.selected,
	.toolbar-warning .tool-item:hover {
		background: #ffa11a !important;
	}

.toolbar-warning.tool-top .arrow {
	border-color: #FFB64D transparent transparent;
}

.toolbar-warning.tool-bottom .arrow {
	border-color: transparent transparent #FFB64D;
}

.toolbar-warning.tool-left .arrow {
	border-color: transparent transparent transparent #FFB64D;
}

.toolbar-warning.tool-right .arrow {
	border-color: transparent #FFB64D transparent transparent;
}

.btn-toolbar-warning.pressed {
	background-color: #FFB64D;
}

.toolbar-light .tool-item {
	background: #e0e0e0 !important;
}

	.toolbar-light .tool-item.selected,
	.toolbar-light .tool-item:hover {
		background: #c7c7c7 !important;
	}

.toolbar-light.tool-top .arrow {
	border-color: #e0e0e0 transparent transparent;
}

.toolbar-light.tool-bottom .arrow {
	border-color: transparent transparent #e0e0e0;
}

.toolbar-light.tool-left .arrow {
	border-color: transparent transparent transparent #e0e0e0;
}

.toolbar-light.tool-right .arrow {
	border-color: transparent #e0e0e0 transparent transparent;
}

.btn-toolbar-light.pressed {
	background-color: #e0e0e0;
}

.toolbar-danger .tool-item {
	background: #FC6180 !important;
}

	.toolbar-danger .tool-item.selected,
	.toolbar-danger .tool-item:hover {
		background: #fb2f58 !important;
	}

.toolbar-danger.tool-top .arrow {
	border-color: #FC6180 transparent transparent;
}

.toolbar-danger.tool-bottom .arrow {
	border-color: transparent transparent #FC6180;
}

.toolbar-danger.tool-left .arrow {
	border-color: transparent transparent transparent #FC6180;
}

.toolbar-danger.tool-right .arrow {
	border-color: transparent #FC6180 transparent transparent;
}

.btn-toolbar-danger.pressed {
	background-color: #FC6180;
}

.toolbar-success .tool-item {
	background: #93BE52 !important;
}

	.toolbar-success .tool-item.selected,
	.toolbar-success .tool-item:hover {
		background: #79a13c !important;
	}

.toolbar-success.tool-top .arrow {
	border-color: #93BE52 transparent transparent;
}

.toolbar-success.tool-bottom .arrow {
	border-color: transparent transparent #93BE52;
}

.toolbar-success.tool-left .arrow {
	border-color: transparent transparent transparent #93BE52;
}

.toolbar-success.tool-right .arrow {
	border-color: transparent #93BE52 transparent transparent;
}

.btn-toolbar-success.pressed {
	background-color: #93BE52;
}

.toolbar-dark .tool-item {
	background: #303548 !important;
}

	.toolbar-dark .tool-item.selected,
	.toolbar-dark .tool-item:hover {
		background: #1c1e29 !important;
	}

.toolbar-dark.tool-top .arrow {
	border-color: #303548 transparent transparent;
}

.toolbar-dark.tool-bottom .arrow {
	border-color: transparent transparent #303548;
}

.toolbar-dark.tool-left .arrow {
	border-color: transparent transparent transparent #303548;
}

.toolbar-dark.tool-right .arrow {
	border-color: transparent #303548 transparent transparent;
}

.btn-toolbar-dark.pressed {
	background-color: #303548;
}

.toolbar-info .tool-item {
	background: #62d1f3 !important;
}

	.toolbar-info .tool-item.selected,
	.toolbar-info .tool-item:hover {
		background: #33c3ef !important;
	}

.toolbar-info.tool-top .arrow {
	border-color: #62d1f3 transparent transparent;
}

.toolbar-info.tool-bottom .arrow {
	border-color: transparent transparent #62d1f3;
}

.toolbar-info.tool-left .arrow {
	border-color: transparent transparent transparent #62d1f3;
}

.toolbar-info.tool-right .arrow {
	border-color: transparent #62d1f3 transparent transparent;
}

.btn-toolbar-info.pressed {
	background-color: #62d1f3;
}

/*======= Toolbar css ends  ======= */
/*======= Card-Border-Top-color css starts  ======= */
.card-border-primary {
	border-top: 4px solid #4680ff;
}

.card-border-warning {
	border-top: 4px solid #FFB64D;
}

.card-border-default {
	border-top: 4px solid #e0e0e0;
}

.card-border-danger {
	border-top: 4px solid #FC6180;
}

.card-border-success {
	border-top: 4px solid #93BE52;
}

.card-border-inverse {
	border-top: 4px solid #303548;
}

.card-border-info {
	border-top: 4px solid #62d1f3;
}

/*======= Card-Border-Top-color css ends  ======= */
/*======= Panels-wells-color css starts  ======= */
.panels-wells .panel-primary {
	border-color: #4680ff;
}

.panels-wells .panel-warning {
	border-color: #FFB64D;
}

.panels-wells .panel-default {
	border-color: #e0e0e0;
}

.panels-wells .panel-danger {
	border-color: #FC6180;
}

.panels-wells .panel-success {
	border-color: #93BE52;
}

.panels-wells .panel-inverse {
	border-color: #303548;
}

.panels-wells .panel-info {
	border-color: #62d1f3;
}

/*======= Panels-wells-color css ends  ======= */
/*======= All-Borders-color css starts  ======= */
.b-t-primary {
	border-top: 1px solid #4680ff;
}

.b-b-primary {
	border-bottom: 1px solid #4680ff;
}

.b-l-primary {
	border-left: 1px solid #4680ff;
}

.b-r-primary {
	border-right: 1px solid #4680ff;
}

.b-t-warning {
	border-top: 1px solid #FFB64D;
}

.b-b-warning {
	border-bottom: 1px solid #FFB64D;
}

.b-l-warning {
	border-left: 1px solid #FFB64D;
}

.b-r-warning {
	border-right: 1px solid #FFB64D;
}

.b-t-default {
	border-top: 1px solid #e0e0e0;
}

.b-b-default {
	border-bottom: 1px solid #e0e0e0;
}

.b-l-default {
	border-left: 1px solid #e0e0e0;
}

.b-r-default {
	border-right: 1px solid #e0e0e0;
}

.b-t-danger {
	border-top: 1px solid #FC6180;
}

.b-b-danger {
	border-bottom: 1px solid #FC6180;
}

.b-l-danger {
	border-left: 1px solid #FC6180;
}

.b-r-danger {
	border-right: 1px solid #FC6180;
}

.b-t-success {
	border-top: 1px solid #93BE52;
}

.b-b-success {
	border-bottom: 1px solid #93BE52;
}

.b-l-success {
	border-left: 1px solid #93BE52;
}

.b-r-success {
	border-right: 1px solid #93BE52;
}

.b-t-inverse {
	border-top: 1px solid #303548;
}

.b-b-inverse {
	border-bottom: 1px solid #303548;
}

.b-l-inverse {
	border-left: 1px solid #303548;
}

.b-r-inverse {
	border-right: 1px solid #303548;
}

.b-t-info {
	border-top: 1px solid #62d1f3;
}

.b-b-info {
	border-bottom: 1px solid #62d1f3;
}

.b-l-info {
	border-left: 1px solid #62d1f3;
}

.b-r-info {
	border-right: 1px solid #62d1f3;
}

.b-t-theme {
	border-top: 1px solid #ddd;
}

.b-b-theme {
	border-bottom: 1px solid #ddd;
}

.b-l-theme {
	border-left: 1px solid #ddd;
}

.b-r-theme {
	border-right: 1px solid #ddd;
}

/*======= All-Borders-color css ends  ======= */
/**====== Generic-class css end ======**/
.pcoded .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon {
	background-color: #4680ff;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
	background-color: #FC6180;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
	background-color: #93BE52;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
	background-color: #FFB64D;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
	background-color: #ab7967;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
	background-color: #39ADB5;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
	background-color: #7C4DFF;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
	background-color: #FF5370;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
	background-color: #4680ff;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
	background-color: #FC6180;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
	background-color: #93BE52;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
	background-color: #FFB64D;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
	background-color: #ab7967;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
	background-color: #39ADB5;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
	background-color: #7C4DFF;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
	background-color: #FF5370;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
	background-color: #4680ff;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
	background-color: #FC6180;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
	background-color: #93BE52;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
	background-color: #FFB64D;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
	background-color: #ab7967;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
	background-color: #39ADB5;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
	background-color: #7C4DFF;
}

.pcoded .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
	background-color: #FF5370;
}

.pcoded[nav-type="st1"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i, .pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon i {
	display: none;
}

.pcoded[nav-type="st2"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li > a > .pcoded-micon b {
	display: none;
}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon {
	background-color: rgba(147, 181, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
	background-color: rgba(253, 172, 188, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
	background-color: rgba(182, 211, 138, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
	background-color: rgba(255, 213, 154, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
	background-color: rgba(198, 164, 152, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
	background-color: rgba(106, 202, 208, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
	background-color: rgba(180, 154, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
	background-color: rgba(255, 159, 176, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
	background-color: rgba(147, 181, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
	background-color: rgba(253, 172, 188, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
	background-color: rgba(182, 211, 138, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
	background-color: rgba(255, 213, 154, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
	background-color: rgba(198, 164, 152, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
	background-color: rgba(106, 202, 208, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
	background-color: rgba(180, 154, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
	background-color: rgba(255, 159, 176, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
	background-color: rgba(147, 181, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
	background-color: rgba(253, 172, 188, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
	background-color: rgba(182, 211, 138, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
	background-color: rgba(255, 213, 154, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
	background-color: rgba(198, 164, 152, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
	background-color: rgba(106, 202, 208, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
	background-color: rgba(180, 154, 255, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
	background-color: rgba(255, 159, 176, 0.5);
}

	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-navbar[navbar-theme*="themelight"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon {
	background-color: #93b5ff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
	background-color: #fdacbc;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
	background-color: #b6d38a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
	background-color: #ffd59a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
	background-color: #c6a498;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
	background-color: #6acad0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
	background-color: #b49aff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
	background-color: #ff9fb0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
	background-color: #93b5ff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
	background-color: #fdacbc;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
	background-color: #b6d38a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
	background-color: #ffd59a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
	background-color: #c6a498;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
	background-color: #6acad0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
	background-color: #b49aff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
	background-color: #ff9fb0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
	background-color: #93b5ff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
		color: #0046df;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
	background-color: #fdacbc;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
		color: #f20534;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
	background-color: #b6d38a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
		color: #5d7c2e;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
	background-color: #ffd59a;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
		color: #e68800;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
	background-color: #c6a498;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
		color: #6f4a3d;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
	background-color: #6acad0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
		color: #216367;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
	background-color: #b49aff;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
		color: #3d00e6;
	}

.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
	background-color: #ff9fb0;
}

	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b,
	.pcoded[nav-type="st3"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i, .pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon b,
	.pcoded[nav-type="st4"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
		color: #ec0028;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(1) > a > .pcoded-micon i {
		color: #4680ff;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(2) > a > .pcoded-micon i {
		color: #FC6180;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(3) > a > .pcoded-micon i {
		color: #93BE52;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(4) > a > .pcoded-micon i {
		color: #FFB64D;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(5) > a > .pcoded-micon i {
		color: #ab7967;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(6) > a > .pcoded-micon i {
		color: #39ADB5;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(7) > a > .pcoded-micon i {
		color: #7C4DFF;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(8) > a > .pcoded-micon i {
		color: #FF5370;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(9) > a > .pcoded-micon i {
		color: #4680ff;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(10) > a > .pcoded-micon i {
		color: #FC6180;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(11) > a > .pcoded-micon i {
		color: #93BE52;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(12) > a > .pcoded-micon i {
		color: #FFB64D;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(13) > a > .pcoded-micon i {
		color: #ab7967;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(14) > a > .pcoded-micon i {
		color: #39ADB5;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(15) > a > .pcoded-micon i {
		color: #7C4DFF;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(16) > a > .pcoded-micon i {
		color: #FF5370;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(17) > a > .pcoded-micon i {
		color: #4680ff;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(18) > a > .pcoded-micon i {
		color: #FC6180;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(19) > a > .pcoded-micon i {
		color: #93BE52;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(20) > a > .pcoded-micon i {
		color: #FFB64D;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(21) > a > .pcoded-micon i {
		color: #ab7967;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(22) > a > .pcoded-micon i {
		color: #39ADB5;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(23) > a > .pcoded-micon i {
		color: #7C4DFF;
	}

.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon {
	background-color: transparent;
}

	.pcoded[nav-type="st5"] .pcoded-item.pcoded-left-item > li:nth-child(24) > a > .pcoded-micon i {
		color: #FF5370;
	}

/**  =====================
      Left-side-menu css start
==========================  **/
.main-menu {
	float: left;
	width: 270px;
	z-index: 99;
}

	.main-menu .main-menu-header {
		align-items: center;
		display: flex;
		padding: 30px 20px 15px;
	}

		.main-menu .main-menu-header .user-details {
			display: inline-block;
			margin-left: 15px;
			margin-right: 15px;
		}

			.main-menu .main-menu-header .user-details #more-details {
				cursor: pointer;
			}

			.main-menu .main-menu-header .user-details span {
				color: #000;
				display: block;
				font-size: 14px;
				text-transform: capitalize;
			}

				.main-menu .main-menu-header .user-details span i {
					font-size: 10px;
					margin-left: 10px;
				}

				.main-menu .main-menu-header .user-details span:first-child {
					margin-bottom: 5px;
					font-weight: 600;
				}

				.main-menu .main-menu-header .user-details span:last-child {
					color: #999;
					font-size: 12px;
				}

	.main-menu .main-menu-content .more-details {
		display: none;
	}

		.main-menu .main-menu-content .more-details a {
			padding: 10px 25px;
			display: block;
			color: #000;
			transition: all ease-in 0.3s;
		}

			.main-menu .main-menu-content .more-details a:hover {
				color: #4680ff;
			}

			.main-menu .main-menu-content .more-details a i {
				margin-right: 10px;
			}

	.main-menu .main-menu-content .menu-search {
		padding: 20px 20px 10px;
	}

	.main-menu .main-menu-content li {
		position: relative;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-content,
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-header {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu {
	width: 80px;
}

.sidebar_toggle a {
	margin: -5px;
	line-height: 1;
}

/**  =====================
      Main-header css start
==========================  **/
.header-navbar {
	min-height: 80px;
	padding: 0;
}

	.header-navbar .navbar-wrapper .navbar-logo {
		position: relative;
		display: flex;
		align-items: center;
		float: left;
		height: 80px;
		text-align: center;
		text-transform: uppercase;
		width: 270px;
		padding: 10px;
	}

@media only screen and (max-width: 992px) {
	.header-navbar .navbar-wrapper .navbar-logo {
		justify-content: center;
	}
}

.header-navbar .navbar-wrapper .navbar-logo h5 {
	margin-bottom: 0;
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
	position: absolute;
	right: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px 9px;
	top: 24px;
}

@media only screen and (max-width: 575px) {
	.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
		display: none !important;
	}
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-options,
.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
	display: none;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
	float: left;
	margin-bottom: 0;
}

	.header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
		float: left;
		line-height: 5;
		padding: 0 10px;
		position: relative;
	}

@media only screen and (max-width: 575px) {
	.header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li {
		padding: 0 5px;
	}
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li .sidebar_toggle a, .header-navbar .navbar-wrapper .navbar-container .nav-right li .sidebar_toggle a {
	display: none;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left li > a, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a {
	font-size: 16px;
}

	.header-navbar .navbar-wrapper .navbar-container .nav-left li > a > i.flag-icon, .header-navbar .navbar-wrapper .navbar-container .nav-right li > a > i.flag-icon {
		border-radius: 50%;
		width: 20px;
		height: 20px;
	}

.header-navbar .navbar-wrapper .navbar-container .nav-left a, .header-navbar .navbar-wrapper .navbar-container .nav-right a {
	padding: 0 0.6rem;
}

.header-navbar .navbar-wrapper .navbar-container .nav-left .mega-menu-top i, .header-navbar .navbar-wrapper .navbar-container .nav-right .mega-menu-top i {
	font-size: 10px;
	margin-left: 10px;
}

.header-navbar .navbar-wrapper .navbar-container .nav-right {
	float: right;
}

	.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
		margin-right: 10px;
		width: 40px;
	}

	.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile i {
		font-size: 10px;
		margin-left: 10px;
	}

.header-navbar .navbar-wrapper .navbar-container .header-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top {
	perspective: 1000px;
	z-index: 99;
}

	.header-navbar .navbar-wrapper .navbar-container .header-notification .badge, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .badge {
		border-radius: 100px;
		right: 15px;
		position: absolute;
		top: 20px;
		padding: 4px;
	}

	.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		-webkit-transform: translateY(30px);
		background: #fff;
		box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
		opacity: 0;
		position: absolute;
		right: 0;
		transform: translateY(30px);
		transition: all linear 0.3s;
		visibility: hidden;
		width: 24rem;
	}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification a, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification a {
			color: #666;
		}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li {
			border-top: 1px solid #4680ff, #FFB64D, #e0e0e0, #FC6180, #93BE52, #303548, #62d1f3;
			line-height: initial;
			padding: 1em 20px;
			width: 100%;
			transition: all 0.3s ease-in-out;
		}

			.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child {
				padding: 10px 20px;
			}

				.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child h6 {
					display: inline-block;
					font-size: 14px;
					font-weight: 600;
					margin-bottom: 0;
				}

				.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:first-child label, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child label, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child label {
					float: right;
				}

			.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li img, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li img, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li img, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li img {
				width: 40px;
				margin-right: 10px;
				align-self: flex-start !important;
			}

			.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:hover {
				background-color: #f1f1f1;
			}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .notification-user {
			font-size: 15px;
			font-weight: 600;
			margin-bottom: 5px;
		}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-msg, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .notification-msg {
			margin-bottom: 5px;
		}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-time, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .notification-time {
			font-size: 12px;
			color: #919aa3;
		}

	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		width: 17em;
	}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification a {
			font-size: 15px;
			padding-left: 0;
		}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification i {
			font-size: 15px;
			margin-left: 0;
			margin-right: 5px;
		}

		.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li {
			border-top: none;
			padding: 0.7em 20px;
		}

			.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child {
				padding: 0.7em 20px;
			}

	.header-navbar .navbar-wrapper .navbar-container .header-notification:hover .show-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top:hover .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification:hover .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top:hover .profile-notification {
		-webkit-transform: translateY(0px);
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}

.header-navbar .navbar-wrapper .navbar-container .lng-dropdown img {
	width: 25px !important;
	height: 15px;
}

.header-navbar .navbar-wrapper .navbar-container .lng-dropdown .show-notification, .header-navbar .navbar-wrapper .navbar-container .lng-dropdown .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .lng-dropdown .profile-notification, .header-navbar .navbar-wrapper .navbar-container .lng-dropdown .mega-menu-top .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .lng-dropdown .profile-notification {
	width: 14em;
}

.header-navbar .navbar-wrapper .navbar-container .mega-menu-top {
	perspective: inherit;
	position: static !important;
}

	.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		left: 0;
		margin: 0 50px;
		width: calc(100% - 70px);
		z-index: 9999;
	}

		.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li {
			padding: 20px;
		}

			.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:first-child, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child {
				padding: 20px;
			}

				.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li:first-child h6, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li:first-child h6 {
					border-bottom: 1px solid #4680ff, #FFB64D, #e0e0e0, #FC6180, #93BE52, #303548, #62d1f3;
					display: block;
					margin-bottom: 20px;
					padding-bottom: 10px;
				}

			.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li h6, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li h6 {
				border-bottom: 1px solid #ddd;
				display: block;
				font-size: 14px;
				font-weight: 600;
				margin-bottom: 20px;
				padding-bottom: 10px;
				text-transform: uppercase;
			}

			.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li img, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li img {
				border-radius: 0;
				transition: all ease-in-out 0.3s;
				width: auto;
			}

				.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification li img:hover, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification li img:hover {
					box-shadow: 0 0 10px 2px rgba(128, 128, 128, 0.37);
				}

		.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .mega-mailbox li, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .mega-mailbox li {
			border-top: none;
			padding-left: 0;
			padding-top: 0;
		}

			.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .mega-mailbox li a, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .mega-mailbox li a {
				padding: 0;
			}

				.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .mega-mailbox li a i, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .mega-mailbox li a i {
					font-size: 20px;
					margin-left: 0;
					margin-right: 15px;
				}

			.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification .mega-mailbox li h5, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification .mega-mailbox li h5 {
				font-size: 15px;
				font-weight: 600;
			}

	.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .mega-menu-links li {
		border-top: none;
		padding: 10px 0;
	}

	.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .mega-menu-contact .form-control,
	.header-navbar .navbar-wrapper .navbar-container .mega-menu-top .mega-menu-contact label {
		font-size: 14px;
	}

/*======= Main-header css end ======*/
.pcoded .pcoded-container {
	position: relative;
	background: #d5dae6;
}

.pcoded .pcoded-header {
	position: relative;
	display: block;
}

.pcoded .pcoded-navbar {
	display: block;
}

.pcoded-main-container {
	display: block;
	position: relative;
	background: #F6F7FB;
	min-height: calc(100vh - 80px);
}

.pcoded .pcoded-content {
	position: relative;
	display: block;
}

.pcoded-inner-navbar {
	display: block;
	position: relative;
}

.pcoded-inner-content {
	padding: 10px;
}

.pcoded .pcoded-navbar .pcoded-item {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

	.pcoded .pcoded-navbar .pcoded-item > li {
		display: block;
		list-style: outside none none;
		margin: 0;
		padding: 0;
		position: relative;
	}

		.pcoded .pcoded-navbar .pcoded-item > li > a {
			display: block;
			font-size: 14px;
			padding: 0 15px;
			text-decoration: none;
			position: relative;
			transition: all 0.3s ease-in-out;
		}

			.pcoded .pcoded-navbar .pcoded-item > li > a.disabled {
				opacity: 0.5;
				cursor: not-allowed !important;
			}

		.pcoded .pcoded-navbar .pcoded-item > li.active > a {
			font-weight: 600;
		}

	.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		list-style: outside none none;
		margin: 0;
		padding: 0;
	}

		.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
			display: block;
			list-style: outside none none;
			margin: 0;
			padding: 0;
			position: relative;
		}

			.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
				display: block;
				font-size: 14px;
				font-weight: 100;
				padding: 0 15px;
				text-decoration: none;
				position: relative;
			}

				.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext {
					transition: all 0.3s ease-in-out;
				}

					.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a > .pcoded-mtext:before {
						transition: all 0.3s ease-in-out;
					}

				.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
					font-size: 10px;
					padding-right: 5px;
				}

	.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
		font-size: 15px;
		padding: 4px;
		margin-right: 10px;
		color: #fff;
		border-radius: 4px;
		width: 30px;
		display: inline-block;
		height: 30px;
		text-align: center;
	}

		.pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon b {
			margin: 0 2px;
			font-size: 12px;
			line-height: 1;
			font-weight: 600;
		}

.pcoded[vertical-placement="right"] .main-body .page-wrapper .page-header-title i {
	margin-right: 0;
	margin-left: 20px;
}

.pcoded-inner-navbar {
	height: 100%;
}

.pcoded[theme-layout="vertical"] .pcoded-header {
	width: 100%;
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
	z-index: 1029;
}

	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header {
		display: block;
		z-index: 1028;
	}

		.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header .pcoded-logo {
			opacity: 1;
			text-align: center;
			visibility: visible;
			height: 50px;
			white-space: nowrap;
		}

			.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header .pcoded-logo a {
				display: block;
				text-decoration: none;
				padding: 9px 0;
			}

			.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header .pcoded-logo .logo-icon {
				bottom: -21px;
				font-size: 60px;
				left: 8px;
				position: absolute;
				z-index: -1;
				transition: all 0.3s linear;
				-webkit-transition: all 0.3s linear;
				-ms-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
			}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo .logo-icon {
	font-size: 45px;
	bottom: -7px;
	left: 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="desktop"] .pcoded-header .pcoded-left-header .pcoded-logo .logo-text, .pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo .logo-text, .pcoded[theme-layout="vertical"][pcoded-device-type="tablet"] .pcoded-header .pcoded-left-header .pcoded-logo .logo-text {
	font-family: open sans;
	font-size: 16px;
	font-weight: 600;
	left: 80px;
	margin: 0 auto !important;
	opacity: 1;
	position: absolute;
	text-transform: uppercase;
	top: 25px;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	visibility: visible;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"][pcoded-device-type="desktop"] .pcoded-header .navbar-logo img {
	padding: 84px;
	background: url(../images/logo-compact.png) left top no-repeat;
	margin-top: 112px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-header .navbar-logo {
	width: 200px;
	padding: 25px 15px;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-header .navbar-logo .mobile-menu {
		right: 15px;
	}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.nocollapsed .pcoded-left-header .pcoded-logo .logo-text {
	font-family: open sans;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto !important;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	position: relative;
	top: 5px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo .logo-text {
	opacity: 0;
	position: absolute;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	visibility: hidden;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="offcanvas"] .pcoded-header.iscollapsed .pcoded-left-header .pcoded-logo {
	opacity: 0;
	visibility: hidden;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-header .pcoded-left-header .pcoded-logo a .hide-in-smallsize {
	display: none;
}

.pcoded[theme-layout="vertical"] .pcoded-header .sidebar_toggle a {
	border-radius: 4px;
	float: left;
	font-size: 18px;
	height: 35px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	top: 7px;
	width: 40px;
	border-width: 0;
	border-style: solid;
}

	.pcoded[theme-layout="vertical"] .pcoded-header .sidebar_toggle a i {
		position: relative;
		top: -7px;
	}

	.pcoded[theme-layout="vertical"] .pcoded-header .sidebar_toggle a:hover {
		text-decoration: none;
	}

.sidebar_toggle a:focus {
	text-decoration: none;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header {
	line-height: 50px;
	padding: 0 15px;
}

	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header {
		float: left;
	}

	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rr-header {
		float: right;
	}

	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header {
		padding-left: 20px;
	}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header .pcoded-right-header .pcoded-rl-header {
	padding-left: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.pcoded-right-header .pcoded-rr-header ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header ul > li,
.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rr-header ul > li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 5px;
	position: relative;
}

	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header ul > li > a,
	.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rr-header ul > li > a {
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
	}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header li.icons > a > i,
.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rr-header li.icons > a > i {
	font-size: 18px;
	position: relative;
	top: 3px;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rl-header li.icons > a,
.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-right-header .pcoded-rr-header li.icons > a {
	padding: 0 5px;
}

.pcoded[theme-layout="vertical"] .pcoded-right-header .pcoded-badge {
	background-color: #777;
	border-radius: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	min-height: 17px;
	min-width: 10px;
	opacity: 1;
	padding: 4px 7px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: 9px;
	transition: opacity 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear 0s;
	-ms-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	vertical-align: middle;
	visibility: visible;
	white-space: nowrap;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .hide-small-device {
	display: none;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar {
	z-index: 1027;
	height: 100%;
}

.pcoded[theme-layout="vertical"] .pcoded-content {
	position: relative;
	display: block;
}

.pcoded[theme-layout="vertical"] .pcoded-container {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"].pcoded-wrapper,
.pcoded[theme-layout="vertical"] .pcoded-main-container {
	position: relative;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-search {
	padding: 20px 20px 5px;
	position: relative;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view2"] .pcoded-navbar .pcoded-search {
	border-radius: 4px 4px 0 0;
}

.pcoded-search input[type="text"] {
	display: block;
	margin: 0;
	width: 100%;
	font-size: 14px;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: transparent;
	padding: 6px 22px 6px 10px;
	border: none;
	border: 1px solid #ddd;
}

	.pcoded-search input[type="text"]:focus {
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

.style-4 input[type="text"].focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.pcoded-search .search-icon {
	cursor: pointer;
	margin-top: -33px;
	padding: 6px;
	position: absolute;
	right: 25px;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-search-box {
	visibility: hidden;
	opacity: 0;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	position: absolute;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-search input[type="text"] {
	padding: 6px 22px 6px 10px;
}

.searchbar-toggle:before {
	content: "\f002";
	cursor: pointer;
	float: right;
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 10px;
	visibility: hidden;
	opacity: 0;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
}

.pcoded[vertical-nav-type="collapsed"] .searchbar-toggle:before {
	left: 35px;
	top: 10px;
	visibility: visible;
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-search.open .searchbar-toggle:before {
	content: "\f05c";
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-search.open .pcoded-search-box {
	margin-left: 60px;
	opacity: 1;
	position: absolute;
	top: 0;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	visibility: visible;
	width: 200px;
	padding-right: 10px;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-search .search-icon {
	margin-top: -35px;
}

.pcoded[vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-search.open .pcoded-search-box {
	margin-left: 0;
	margin-right: 70px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a {
	text-align: left;
	padding: 10px 20px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
	position: relative;
	width: 100%;
}

	.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
		text-align: left;
		padding: 8.7px 10px;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	padding-left: 10px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
	width: 80%;
	list-style: outside none none;
	margin: 0 auto;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
	-webkit-transform-origin: 0 0;
	transform-origin: 10% 10%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dashed"] li > a {
	border-bottom-style: dashed;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dotted"] li > a {
	border-bottom-style: dotted;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"] li > a {
	border-bottom-style: solid;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="none"] li > a {
	border: none;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="false"] > li > a {
	border-bottom-width: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[item-border="true"] > li > a {
	border-bottom-width: 1px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[subitem-border="false"] .pcoded-hasmenu .pcoded-submenu li > a {
	border-bottom-width: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li > a {
	border-bottom-width: 1px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li:last-child > a {
	border-bottom-width: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
	float: right;
	font-style: normal;
	margin-left: 3px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 10px;
	font-family: 'themify';
	padding-top: 12px;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after {
	top: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon="style1"] > a:after {
	content: "\e649";
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"] > a:after {
	content: "\e64b";
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon="style2"] > a:after {
	content: "\e661";
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style2"] > a:after {
	content: "\e663";
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon="style3"] > a:after {
	content: '\e61a';
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style3"] > a:after {
	content: '\e622';
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header[pcoded-lheader-position="relative"] {
	position: relative;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header[pcoded-lheader-position="fixed"] {
	position: fixed;
}

.pcoded[theme-layout="vertical"] .pcoded-header .pcoded-left-header[pcoded-lheader-position="absolute"] {
	position: absolute;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="relative"] {
	position: relative;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
	position: fixed;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
	position: absolute;
}

.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="relative"] {
	position: relative;
}

.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="fixed"] {
	position: fixed;
	z-index: 1028;
}

.pcoded[theme-layout="vertical"] .pcoded-header[pcoded-header-position="absolute"] {
	position: absolute;
}

.pcoded[theme-layout="vertical"][vertical-layout="wide"] .pcoded-container {
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][vertical-layout="box"] #styleSelector,
.pcoded[theme-layout="vertical"][vertical-layout="box"] .p-chat-user,
.pcoded[theme-layout="vertical"][vertical-layout="box"] .showChat_inner {
	position: absolute;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="desktop"][vertical-layout="box"] .pcoded-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

	.pcoded[theme-layout="vertical"][pcoded-device-type="desktop"][vertical-layout="box"] .pcoded-container .pcoded-header {
		max-width: 1200px;
	}

.pcoded[theme-layout="vertical"][pcoded-device-type="tablet"][vertical-layout="box"] .pcoded-container {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-layout="box"] .pcoded-container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][vertical-layout="widebox"] .pcoded-container {
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="desktop"][vertical-layout="widebox"] .pcoded-main-container,
.pcoded[theme-layout="vertical"][pcoded-device-type="desktop"][vertical-layout="widebox"] .pcoded-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="tablet"][vertical-layout="widebox"] .pcoded-main-container,
.pcoded[theme-layout="vertical"][pcoded-device-type="tablet"][vertical-layout="widebox"] .pcoded-wrapper {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-layout="widebox"] .pcoded-main-container,
.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-layout="widebox"] .pcoded-wrapper {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.pcoded[theme-layout="vertical"][vertical-layout="widebox"] .pcoded-wrapper {
	overflow: hidden;
}

.pcoded .pcoded-overlay-box {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	overflow: hidden;
}

.pcoded[vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="fullsub-collapsed"][vertical-effect="overlay"] .pcoded-overlay-box, .pcoded[vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-overlay-box {
	visibility: visible;
	z-index: 1026;
	opacity: 0.3;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	overflow: hidden;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-micon {
	display: none;
	font-size: 10px;
	padding-right: 5px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
	font-style: normal;
	padding-right: 4px;
	font-size: 10px;
	position: relative;
	left: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style1"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size: 12px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style2"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: "\f22d";
	font-family: FontAwesome;
	padding-right: 5px;
	font-size: 12px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style3"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: "\e08d";
	font-family: simple-line-icons;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style4"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: "\f124";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 12px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style5"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: "\f0da";
	font-family: FontAwesome;
	padding-right: 10px;
	font-size: 12px;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style6"] .pcoded-submenu li > a .pcoded-mtext:before {
	content: '\e649';
	font-family: 'themify';
	padding-right: 10px;
	font-size: 8px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
	background: transparent none repeat scroll 0 0;
	border-bottom: 0 solid transparent;
	border-right: 0 solid #fff;
	border-top: 0 solid transparent;
	display: block;
	float: right;
	height: 0;
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li:hover > a:before {
	border-left-style: solid;
	border-left-width: 5px;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
	border-left-style: solid;
	border-left-width: 5px;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar {
	box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
}

	.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li.active > a:before {
		border-left-style: solid;
		border-left-width: 5px;
		content: " ";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
	}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar {
	float: right;
	right: 0;
}

	.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .main-menu-content,
	.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .main-menu-header {
		direction: rtl;
	}

		.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .main-menu-content ul {
			padding-right: 0;
		}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-content {
	float: unset;
	left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"] .pcoded-navbar {
	float: left;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"] .pcoded-content {
	float: unset;
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-header .pcoded-left-header {
	float: right;
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-header .pcoded-right-header {
	float: unset;
	left: unset;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"] .pcoded-header .pcoded-left-header {
	float: left;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"] .pcoded-header .pcoded-right-header {
	float: unset;
	right: unset;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header,
.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-content {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-content {
	margin-right: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-effect="overlay"] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
	background: transparent !important;
	border-bottom: transparent !important;
	border-right: transparent !important;
	border-top: 15px solid transparent;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"][pcoded-device-type="desktop"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"][pcoded-device-type="tablet"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: 100%;
	position: absolute;
	width: 270px;
	z-index: 1024;
	top: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar {
	width: 80px;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li > a {
		padding: 10px 25px;
	}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 80px;
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-content {
	margin-left: 80px;
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 45px;
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-content {
	margin-right: 80px;
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 80px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 80px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
	opacity: 1;
	visibility: visible;
	position: absolute;
	top: 16px;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
	opacity: 1;
	visibility: visible;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-mtext {
	opacity: 1;
	visibility: visible;
	position: absolute;
	padding-left: 22px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu > a:after {
	opacity: 0;
	visibility: hidden;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after {
	opacity: 1;
	visibility: visible;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
	display: block;
	position: relative;
	width: 290px;
	z-index: 1024;
	border-right: none;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: 80px;
	position: absolute;
	width: 210px;
	z-index: 1024;
	border-left-style: solid;
	border-left-width: 1px;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
		position: relative;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu > .pcoded-submenu .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	position: absolute;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger.active > a > .pcoded-mcaret {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-navbar {
	width: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-content {
	margin-left: 0;
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-navbar {
	width: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-content {
	margin-right: 0;
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar {
	width: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-navbar {
	width: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-navbar {
	width: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-navbar {
	width: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 200px;
	margin-right: -200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-content {
	margin-left: 200px;
	margin-right: -200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 200px;
	margin-left: -200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="push"] .pcoded-content {
	margin-right: 200px;
	margin-left: -200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-navbar {
	width: 200px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .main-menu-content,
.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .main-menu-header {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a {
	line-height: 1;
	text-align: center;
	padding: 10px 20px 20px;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
		opacity: 1;
		position: relative;
		text-align: center;
		visibility: visible;
		top: 10px;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
		display: block;
		font-size: 18px;
		padding: 5px;
		margin: 0 auto;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
	background: transparent none repeat scroll 0 0;
	border-bottom: 0 solid transparent;
	border-right: 0 solid #e9e9e9;
	border-top: 0 solid transparent;
	top: 18px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li.active > a:before {
	height: 100%;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li:hover > a:before {
	height: 100%;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"] > a:after, .pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu[dropdown-icon="style1"] > a:after {
	top: 18px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="compact"][pcoded-device-type="desktop"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="compact"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="compact"][pcoded-device-type="tablet"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: 100%;
	position: absolute;
	width: 210px;
	z-index: 1024;
	top: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-header .pcoded-left-header,
.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-content {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="push"] .pcoded-content {
	margin-right: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-navbar {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-navbar {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="sub-expanded"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-inner-navbar, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-inner-navbar, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li {
	position: unset;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
		left: 100%;
		position: absolute;
		width: 230px;
		z-index: 1024;
		top: 0;
		bottom: 0;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
		position: unset;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
		left: 100%;
		position: absolute;
		width: 230px;
		z-index: 1024;
		top: 0;
		bottom: 0;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-style: solid;
	border-left-width: 1px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-header.iscollapsed .pcoded-left-header,
.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-content {
	margin-left: 270px;
	margin-right: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="push"] .pcoded-content {
	margin-right: 270px;
	margin-left: -270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-content {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-header.iscollapsed .pcoded-right-header,
.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="shrink"] .pcoded-content {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-content {
	margin-left: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-header.iscollapsed .pcoded-right-header {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="ex-popover"][vertical-effect="overlay"] .pcoded-content {
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li {
	position: relative;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: 100%;
	position: absolute;
	width: 230px;
	z-index: 1024;
	top: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
	position: relative;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger .pcoded-submenu {
	left: 100%;
	position: absolute;
	width: 230px;
	z-index: 1024;
	top: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret, .pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
	background: transparent none repeat scroll 0 0;
	border-bottom: 19px solid transparent;
	border-right: 12px solid;
	border-top: 19px solid transparent;
	display: block;
	float: right;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1025;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-style: solid;
	border-left-width: 1px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="fullpage"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="fullpage"] .pcoded-header .pcoded-right-header {
	margin-left: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="fullpage"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar {
	width: 100%;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-content {
	margin-left: 0;
	margin-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="fullpage"] .pcoded-header .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="fullpage"] .pcoded-header .pcoded-right-header {
	margin-right: 270px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="fullpage"] .pcoded-header.iscollapsed .pcoded-left-header {
	width: 270px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	opacity: 1;
	visibility: visible;
	width: 100%;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li.active > a {
		background: transparent !important;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item[item-border="true"] > li > a {
		border-bottom-width: 0 !important;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
		position: absolute;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
		position: fixed;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-inner-navbar {
		margin-top: 40px;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-main-container {
	display: block;
	position: unset;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li > a {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
		opacity: 1;
		position: relative;
		visibility: visible;
	}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
		display: none;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-navigatio-lavel {
	display: none !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li.active > a:before,
.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li a .pcoded-badge {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li:hover > a {
	background: transparent !important;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li:hover > a:before {
		display: none;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li > a {
	padding: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .sidebar_toggle {
	height: 30px;
}

.pcoded-navbar .sidebar_toggle a {
	opacity: 1;
	visibility: visible;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	position: absolute;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .sidebar_toggle a {
	color: #f1f1f1;
	float: right;
	font-size: 36px;
	opacity: 1;
	position: relative;
	right: 10px;
	text-decoration: none;
	top: 0;
	transition: opacity 0.8s linear 0s;
	-webkit-transition: opacity 0.8s linear 0s;
	-ms-transition: opacity 0.8s linear 0s;
	-moz-transition: opacity 0.8s linear 0s;
	-o-transition: opacity 0.8s linear 0s;
	visibility: visible;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
}

.pcoded-navbar .sidebar_toggle a:hover {
	color: #fff;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a {
	background: transparent !important;
	border-bottom-color: transparent !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
	background: transparent !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li > a {
	border-bottom-width: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
		display: none;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
	background: transparent !important;
}

	.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
		border-left-width: 0;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar .pcoded-item .pcoded-submenu > li.active > a {
	background: transparent !important;
	color: #FFF !important;
	font-weight: 600;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.nocollapsed .pcoded-left-header {
	width: 100% !important;
	padding-left: 270px;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-nav-type="collapsed"] .pcoded-header.nocollapsed .pcoded-left-header {
	padding-left: 45px;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-effect="overlay"] .pcoded-header.nocollapsed .pcoded-left-header, .pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-nav-type="fullpage"] .pcoded-header.nocollapsed .pcoded-left-header, .pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-nav-type="offcanvas"] .pcoded-header.nocollapsed .pcoded-left-header {
	padding-left: 0;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.nocollapsed {
	height: 100px !important;
}

	.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.nocollapsed .pcoded-right-header {
		padding: 50px 5px 0 !important;
	}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-effect="overlay"] .pcoded-header.nocollapsed .pcoded-right-header, .pcoded[theme-layout="vertical"][pcoded-device-type="phone"][vertical-nav-type="offcanvas"] .pcoded-header.nocollapsed .pcoded-right-header {
	margin: 0 !important;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-header.nocollapsed .sidebar_toggle a {
	background: transparent none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 18px;
	height: 35px;
	margin-right: 5px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 6px;
	width: 40px;
	z-index: 1028;
}

.pcoded.nocollapsed[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-navbar {
	top: 0;
	z-index: 1030;
}

.pcoded.nocollapsed[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-main-container {
	position: unset;
}

.pcoded.nocollapsed[theme-layout="vertical"][pcoded-device-type="phone"] #styleSelector {
	top: 100px;
}

.pcoded .pcoded-navbar .pcoded-navigatio-lavel {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	opacity: 1;
	padding: 20px 20px 10px;
	text-transform: capitalize;
	visibility: visible;
	width: 100%;
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	border-bottom: 2px solid;
}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme1"] {
		color: #8c8c8c !important;
	}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme2"] {
		color: #624e89 !important;
	}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme3"] {
		color: #3c4fb1 !important;
	}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme4"] {
		color: #919aa3 !important;
	}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme5"] {
		color: #999 !important;
	}

	.pcoded .pcoded-navbar .pcoded-navigatio-lavel[menu-title-theme="theme6"] {
		color: #fff !important;
	}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-navigatio-lavel {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

.pcoded[vertical-nav-type="compact"] .pcoded-navbar .pcoded-navigatio-lavel {
	display: none;
}

.pcoded .pcoded-navbar .pcoded-item li a .pcoded-badge {
	position: absolute;
	right: 30px;
	text-align: center;
	top: 18px;
	vertical-align: middle;
	white-space: nowrap;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s linear;
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu > li a .pcoded-badge {
	top: 10px;
	right: 2px;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li > a .pcoded-badge {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-badge {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.active > a:before {
	left: auto;
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.active > a > .pcoded-mcaret {
	background: transparent none repeat scroll 0 0;
	border-bottom: 0 solid transparent;
	border-left: 0 solid #e9e9e9;
	border-top: 0 solid transparent;
	left: 0;
	right: auto;
	top: 4px;
	border-right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu > a:after {
	left: 8px;
	right: auto;
	top: -1px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-mtext {
	left: auto;
	right: 0;
	padding-right: 60px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li a .pcoded-badge {
	position: relative;
	right: 30px;
	top: -5px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li:hover > a:before {
	left: auto;
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
	left: auto;
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	text-align: right;
}

	.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
		float: right;
		left: 6px;
		top: 3px;
		padding-right: 10px;
	}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li .pcoded-submenu li > a .pcoded-badge {
	left: 8px;
	position: absolute;
	right: auto;
	top: 11px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-navigatio-lavel {
	text-align: right;
	padding: 10px 40px 2px 20px;
}

	.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-navigatio-lavel:before {
		left: auto;
		right: 20px;
	}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu[dropdown-icon="style1"] > a:after {
	content: "\eb8a";
	font-family: 'icofont';
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"] > a:after {
	content: "\eb89";
	font-family: 'icofont';
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][pcoded-device-type="desktop"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.is-hover.pcoded-trigger .pcoded-submenu, .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][pcoded-device-type="tablet"] .pcoded-navbar.is-hover .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: auto;
	right: 100%;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu > a:after {
	left: 7px;
	right: auto;
	top: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger {
	left: auto;
	right: 210px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	left: auto;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item li a .pcoded-badge {
	position: absolute;
	right: auto;
	top: 10px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-header .pcoded-right-header .pcoded-rl-header {
	float: right;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-header .pcoded-right-header .pcoded-rr-header {
	float: left;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-header .sidebar_toggle {
	float: right;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-search.open .pcoded-search-box {
	right: 0;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a {
	text-align: right;
}

	.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
		padding-left: 10px;
		transform: rotate(180deg);
	}

body[themebg-pattern="pattern1"] {
	background-image: url("../images/pattern1.jpg");
}

body[themebg-pattern="pattern2"] {
	background-image: url("../images/pattern2.jpg");
}

body[themebg-pattern="pattern3"] {
	background-image: url("../images/pattern3.jpg");
}

body[themebg-pattern="pattern4"] {
	background-image: url("../images/pattern4.jpg");
}

body[themebg-pattern="pattern5"] {
	background-image: url("../images/pattern5.jpg");
}

body[themebg-pattern="pattern6"] {
	background-image: url("../images/pattern6.jpg");
}

body[themebg-pattern="pattern7"] {
	background-image: url("../images/pattern7.jpg");
}

body[themebg-pattern="pattern8"] {
	background-image: url("../images/pattern8.jpg");
}

body[themebg-pattern="pattern9"] {
	background-image: url("../images/pattern9.jpg");
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #FE8A7D !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #FE8A7D;
}

	.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme1"] .searchbar-toggle {
	color: #FE8A7D;
}

.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #FC6180 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #FC6180;
}

	.pcoded .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme2"] .searchbar-toggle {
	color: #FC6180;
}

.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #93BE52 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #93BE52;
}

	.pcoded .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme3"] .searchbar-toggle {
	color: #93BE52;
}

.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #4680ff !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #4680ff;
}

	.pcoded .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme4"] .searchbar-toggle {
	color: #4680ff;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #FFB64D !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #FFB64D;
}

	.pcoded .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme5"] .searchbar-toggle {
	color: #FFB64D;
}

.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #ff5e3a !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #ff5e3a;
}

	.pcoded .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme6"] .searchbar-toggle {
	color: #ff5e3a;
}

.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #e64056 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #e64056;
}

	.pcoded .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme7"] .searchbar-toggle {
	color: #e64056;
}

.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #3c4fb1 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #3c4fb1;
}

	.pcoded .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme8"] .searchbar-toggle {
	color: #3c4fb1;
}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #FF5370 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #FF5370;
}

	.pcoded .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme9"] .searchbar-toggle {
	color: #FF5370;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #F76D47 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #F76D47;
}

	.pcoded .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme10"] .searchbar-toggle {
	color: #F76D47;
}

.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #39ADB5 !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #39ADB5;
}

	.pcoded .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme11"] .searchbar-toggle {
	color: #39ADB5;
}

.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li.active > a,
.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li:hover > a {
	color: #7C4DFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #FFF !important;
}

.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover > a {
	color: #fff !important;
	background: #7C4DFF;
}

	.pcoded .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[active-item-theme="theme12"] .searchbar-toggle {
	color: #7C4DFF;
}

.pcoded .pcoded-navbar .pcoded-header[header-theme="theme1"] {
	color: #fff;
}

	.pcoded .pcoded-navbar .pcoded-header[header-theme="theme1"] .sidebar_toggle a {
		background: transparent;
		color: #fff;
		border-color: #fff;
	}

.pcoded .pcoded-navbar .pcoded-header.nocollapsed .pcoded-left-header[lheader-theme="theme1"] {
	background: transparent;
}

.pcoded .pcoded-navbar .pcoded-header.iscollapsed .pcoded-left-header[lheader-theme="theme1"] {
	background: #303548;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] {
	background: #303548;
}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu {
		background-color: #303548;
	}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-header {
			background-color: #303548;
		}

			.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-header .user-details span {
				color: #fff;
			}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-content .more-details a {
			color: #fff;
		}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li > a {
		color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.active > a {
		background: #303548;
		color: #FFF;
		border-bottom-color: #303548;
	}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.active > a:before {
			border-left-color: #303548;
		}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li > a {
		border-bottom-color: #303548;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
		background: #303548;
	}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
			border-bottom-color: #444c67;
			color: #fff;
		}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu > a:after {
		color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after,
	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
		color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li:hover > a {
		background: #303548;
		color: #FFF;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
		background-color: #303548;
		color: #FFF;
	}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
			border-left-color: #303548;
		}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
		color: #FFF;
		background-color: #303548;
	}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
			border-bottom-color: #303548;
		}

		.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
			border-left-color: #303548;
		}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
		border-bottom-color: #ffff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
		border-left-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li:hover > a:before {
		border-left-color: #303548;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
		color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-trigger > a {
		background: #303548;
		border-bottom-color: #303548;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-trigger.active > a {
		background: #303548;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover > a:after {
		color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger.active > a:after {
		color: #303548;
	}

	.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-navigatio-lavel {
		color: #303548;
		border-bottom-color: transparent;
	}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu, .pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="sub-expanded"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-color: transparent;
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-trigger > a > .pcoded-mcaret {
	border-right-color: #303548 !important;
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="ex-popover"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-color: transparent;
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] {
	background-color: #303548;
}

	.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li:hover > a {
		color: #FFF;
	}

	.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .sidebar_toggle a {
		color: #fff;
	}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li .pcoded-submenu li.active > a {
	font-weight: 600;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu:hover > a {
	color: #000 !important;
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li:hover > a {
	color: #000 !important;
	background: #fff;
}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li:hover > a:before {
		border-left-color: transparent !important;
	}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] {
	background: #fff;
}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu {
		background-color: #fff;
	}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-header {
			background-color: #fff;
		}

			.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-header .user-details span {
				color: #000;
			}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-content .more-details a {
			color: #000;
		}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu {
		background: #fff;
	}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li > a {
			border-bottom-color: #e6e6e6;
			color: #000;
		}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu > a:after,
	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-hasmenu > a:after {
		color: #000;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger > a:after,
	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a:after {
		color: #000;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.active:hover > a, .pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li:hover > a {
		background: #fff;
		color: #000;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a {
		background-color: #fff;
		color: #000;
	}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover > a:before {
			border-left-color: #fff;
		}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
		color: #000;
	}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:before {
			border-bottom-color: #fff;
		}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a .pcoded-mtext:after {
			border-left-color: #fff;
		}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:before {
		border-bottom-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li > a .pcoded-mtext:after {
		border-left-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li:hover > a:before {
		border-left-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-hasmenu:hover > a:after {
		color: #000;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-trigger > a {
		background: #fff;
		border-bottom-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-trigger.active > a {
		background: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
		color: #000 !important;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.active > a {
		background: #fff !important;
		color: #FFF;
	}

		.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.active > a:before {
			border-left-color: #fff;
		}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
		border-bottom-color: #fff;
	}

	.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-navigatio-lavel {
		color: #fff;
		border-bottom-color: transparent;
	}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li > a {
	border-bottom-color: #e6e6e6;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="compact"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li > a {
	border-bottom-color: #444c67;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-color: #ededed;
	box-shadow: 3px 2px 11px -2px rgba(0, 0, 0, 0.13);
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item > li.pcoded-trigger > a {
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > .pcoded-hasmenu.pcoded-trigger > .pcoded-submenu {
	border-left-color: #3e455d;
	box-shadow: 3px 2px 11px -2px rgba(0, 0, 0, 0.13);
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.pcoded-trigger > a {
	border-bottom: 1px solid #444c67;
	border-top: 1px solid #444c67;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme1"] {
	background-color: #303549;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme2"] {
	background-color: #ef5350;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme3"] {
	background-color: #00bcd4;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme4"] {
	background-color: #66bb6a;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme5"] {
	background-color: #4680ff;
}

.pcoded .pcoded-header .navbar-logo[logo-theme="theme6"] {
	background-color: #303548;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="desktop"] .pcoded-navbar, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="tablet"] .pcoded-navbar {
	margin-top: 10px;
	border-radius: 4px 4px 0 0;
}

	.pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="desktop"] .pcoded-navbar .profile-box, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="tablet"] .pcoded-navbar .profile-box {
		border-radius: 4px 4px 0 0;
	}

.pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="desktop"] .pcoded-header, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="desktop"] .pcoded-main-container, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="tablet"] .pcoded-header, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][pcoded-device-type="tablet"] .pcoded-main-container {
	padding-left: 10px;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view2"][vertical-layout="widebox"][pcoded-device-type="desktop"] .pcoded-header .pcoded-wrapper, .pcoded[theme-layout="vertical"][vnavigation-view="view2"][vertical-layout="widebox"][pcoded-device-type="tablet"] .pcoded-header .pcoded-wrapper {
	padding-left: 5px;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view3"] .pcoded-navbar {
	top: 0;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view3"] .pcoded-main-container {
	position: unset;
}

.pcoded[theme-layout="vertical"][vnavigation-view="view3"] .pcoded-header .pcoded-left-header {
	display: none;
}

.pcoded #styleSelector {
	min-height: 300px;
	height: calc(80vh - 80px);
	border: 1px solid #e9e9e9;
	background: #FFF;
	position: fixed;
	margin: 0;
	padding: 20px;
	width: 300px;
	top: calc(10vh + 80px);
	z-index: 100;
	transition: 0.5s;
	-o-transition: 0.5s;
}

	.pcoded #styleSelector.open {
		background: #FFF none repeat scroll 0 0;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	}

	.pcoded #styleSelector a > i {
		padding: 0;
		margin: 0;
		margin-right: 5px;
	}

.pcoded[theme-layout="horizontal"] #styleSelector, .pcoded[vertical-placement="left"] #styleSelector {
	right: -300px;
}

	.pcoded[theme-layout="horizontal"] #styleSelector.open, .pcoded[vertical-placement="left"] #styleSelector.open {
		right: 0;
	}

.pcoded[vertical-placement="right"] #styleSelector {
	left: -300px;
}

	.pcoded[vertical-placement="right"] #styleSelector.open {
		left: 0;
	}

.selector-toggle {
	position: relative;
}

.pcoded .selector-toggle > a {
	border: 2px solid #4680ff;
	position: absolute;
	top: 200px;
	width: 60px;
	height: 66px;
	display: block;
	cursor: pointer;
	text-align: center;
	background: #23282D;
	color: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
	padding: 14px 4px;
}

.pcoded[theme-layout="horizontal"] .selector-toggle > a, .pcoded[vertical-placement="left"] .selector-toggle > a {
	left: -80px;
	border-right: 0;
	border-radius: 4px 0 0 4px;
}

.pcoded[vertical-placement="right"] .selector-toggle > a {
	right: -80px;
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.selector-toggle > a:before {
	font-family: 'themify';
	font-size: 25px;
	content: "\e60f";
	position: relative;
	float: left;
	left: 13px;
	line-height: 35px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	animation: mymove 1.3s infinite linear;
}

.open .selector-toggle > a:before {
	font-family: 'themify';
	font-size: 25spx;
	content: "\e646";
	position: relative;
	float: left;
	left: 13px;
	line-height: 35px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	animation: mymove 0s infinite linear;
}

#styleSelector .nav-tabs {
	margin: 20px 0;
}

	#styleSelector .nav-tabs .nav-item {
		width: calc(100% / 3);
		margin: 0;
		padding: 0;
		float: left;
	}

		#styleSelector .nav-tabs .nav-item a {
			color: #4680ff;
			text-align: center;
			border-radius: 0;
			background-color: #fff;
			border: none;
			transition: all 0.3s ease-in-out;
			border-bottom: 3px solid #4680ff;
		}

			#styleSelector .nav-tabs .nav-item a.active {
				color: #fff;
				background-color: #23282d;
			}

#styleSelector .form-control {
	border: none;
	box-shadow: none;
	background-color: #f1f1f1;
	margin-bottom: 10px;
}

	#styleSelector .form-control:focus {
		border: none;
		background-color: #f1f1f1;
	}

#styleSelector ul {
	border: 0 none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	#styleSelector ul li {
		border-bottom: 0 solid #e9e9e9;
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}

		#styleSelector ul li p.selector-title,
		#styleSelector ul li span.selector-title {
			color: #444;
			font-size: 14px;
			margin: 0 0 20px;
			padding: 10px 0;
			text-align: left;
		}

		#styleSelector ul li p.selector-title {
			font-weight: 400;
			border-bottom: 1px solid #e9e9e9;
		}

			#styleSelector ul li p.selector-title.main-title {
				font-weight: 600;
			}

		#styleSelector ul li p.sub-title.drp-title {
			border-bottom: 0 solid transparent;
			margin-bottom: 0;
			margin-top: 10px;
		}

#styleSelector > ul > li > .sub-title {
	color: #9c9c9c;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
	position: relative;
	text-align: left;
}

#styleSelector li {
	padding: 5px;
}

.theme-option select {
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 3px 10px;
}

@-moz-document url-prefix() {
	.theme-option select {
		background-color: #f1f1f1;
		border: 1px solid #ccc;
		border-radius: 2px;
		display: inline-block;
		font: inherit;
		line-height: 1.5em;
		padding: 3px 10px;
		margin: 0;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

		.theme-option select.minimal {
			background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 50%), -webkit-linear-gradient(left, #ccc, #ccc);
			background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
			background-position: calc(100% - 18px) calc(1em + -1px), calc(100% - 13px) calc(1em + -1px), calc(100% - 2.5em) 4px;
			background-size: 5px 5px, 5px 5px, 1px 1.5em;
			background-repeat: no-repeat;
		}

			.theme-option select.minimal:active, .theme-option select.minimal:focus {
				background-image: -webkit-linear-gradient(45deg, gray 50%, transparent 50%), -webkit-linear-gradient(315deg, transparent 50%, gray 50%), -webkit-linear-gradient(left, gray, gray);
				background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, gray, gray);
				background-position: calc(100% - 15px) 13px, calc(100% - 20px) 13px, calc(100% - 2.5em) 0.3em;
				background-size: 5px 5px, 5px 5px, 1px 1.5em;
				background-repeat: no-repeat;
				border-color: #66afe9;
				outline: 0;
			}
}

.theme-color {
	padding: 0;
	width: 100%;
}

	.theme-color a {
		border-radius: 4px;
		cursor: pointer;
		display: inline-block;
		margin: 5px 10px;
		box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
		overflow: hidden;
		width: 60px;
		height: 50px;
	}

		.theme-color a:first-child {
			margin-left: 0;
		}

		.theme-color a:focus, .theme-color a:hover {
			text-decoration: none;
		}

		.theme-color a.small {
			width: 20px;
			height: 20px;
		}

		.theme-color a .cont,
		.theme-color a .head {
			display: block;
			position: relative;
		}

			.theme-color a .cont:after, .theme-color a .cont:before,
			.theme-color a .head:after,
			.theme-color a .head:before {
				content: "";
				height: 100%;
				display: inline-block;
				position: absolute;
			}

			.theme-color a .cont:after,
			.theme-color a .head:after {
				width: 40%;
				left: 0;
			}

			.theme-color a .cont:before,
			.theme-color a .head:before {
				width: 60%;
				right: 0;
			}

		.theme-color a .head {
			height: 10px;
		}

			.theme-color a .head:before {
				background: #fff;
			}

		.theme-color a .cont {
			height: 40px;
		}

			.theme-color a .cont:before {
				background: #F6F7FB;
			}

		.theme-color a[lheader-theme="theme1"] {
			background: #8c8c8c;
		}

		.theme-color a[lheader-theme="theme2"] {
			background: #624e89;
		}

		.theme-color a[lheader-theme="theme3"] {
			background: #3c4fb1;
		}

		.theme-color a[lheader-theme="theme4"] {
			background: #919aa3;
		}

		.theme-color a[lheader-theme="theme5"] {
			background: #999;
		}

		.theme-color a[lheader-theme="theme6"] {
			background: #fff;
		}

		.theme-color a[header-theme="theme1"] .head:after {
			background-color: #303549;
		}

		.theme-color a[header-theme="theme1"] .head:before {
			background-color: #fff;
		}

		.theme-color a[header-theme="theme2"] .head:after, .theme-color a[header-theme="theme2"] .head:before {
			background: #ef5350;
		}

		.theme-color a[header-theme="theme3"] .head:after, .theme-color a[header-theme="theme3"] .head:before {
			background: #00bcd4;
		}

		.theme-color a[header-theme="theme4"] .head:after, .theme-color a[header-theme="theme4"] .head:before {
			background: #66bb6a;
		}

		.theme-color a[header-theme="theme5"] .head:after, .theme-color a[header-theme="theme5"] .head:before {
			background: #4680ff;
		}

		.theme-color a[header-theme="theme6"] .head:after, .theme-color a[header-theme="theme6"] .head:before {
			background: #303548;
		}

		.theme-color a[navbar-theme="theme1"] {
			background: #303548;
		}

		.theme-color a[logo-theme="theme1"] .head:after {
			background: #303549;
		}

		.theme-color a[logo-theme="theme2"] .head:after {
			background: #ef5350;
		}

		.theme-color a[logo-theme="theme3"] .head:after {
			background: #00bcd4;
		}

		.theme-color a[logo-theme="theme4"] .head:after {
			background: #66bb6a;
		}

		.theme-color a[logo-theme="theme5"] .head:after {
			background: #4680ff;
		}

		.theme-color a[logo-theme="theme6"] .head:after {
			background: #303548;
		}

		.theme-color a[navbar-theme="themelight1"] {
			background: #fff;
		}

		.theme-color a[active-item-theme="theme1"] {
			background: #FE8A7D;
		}

		.theme-color a[active-item-theme="theme2"] {
			background: #FC6180;
		}

		.theme-color a[active-item-theme="theme3"] {
			background: #93BE52;
		}

		.theme-color a[active-item-theme="theme4"] {
			background: #4680ff;
		}

		.theme-color a[active-item-theme="theme5"] {
			background: #FFB64D;
		}

		.theme-color a[active-item-theme="theme6"] {
			background: #ff5e3a;
		}

		.theme-color a[active-item-theme="theme7"] {
			background: #e64056;
		}

		.theme-color a[active-item-theme="theme8"] {
			background: #3c4fb1;
		}

		.theme-color a[active-item-theme="theme9"] {
			background: #FF5370;
		}

		.theme-color a[active-item-theme="theme10"] {
			background: #F76D47;
		}

		.theme-color a[active-item-theme="theme11"] {
			background: #39ADB5;
		}

		.theme-color a[active-item-theme="theme12"] {
			background: #7C4DFF;
		}

		.theme-color a[fream-type="1"] .cont:after,
		.theme-color a[fream-type="1"] .head:after {
			background: #000;
		}

		.theme-color a[fream-type="2"] .cont:after,
		.theme-color a[fream-type="2"] .head:after {
			background: #16D39A;
		}

		.theme-color a[fream-type="3"] .cont:after,
		.theme-color a[fream-type="3"] .head:after {
			background: #FF7588;
		}

		.theme-color a[fream-type="4"] .cont:after,
		.theme-color a[fream-type="4"] .head:after {
			background: #303548;
		}

		.theme-color a[fream-type="5"] .cont:after,
		.theme-color a[fream-type="5"] .head:after {
			background: #2196F3;
		}

		.theme-color a[fream-type="6"] .cont:after,
		.theme-color a[fream-type="6"] .head:after {
			background: #E91E63;
		}

		.theme-color a[layout-type="dark"] .cont:after {
			background: #303548;
		}

		.theme-color a[layout-type="dark"] .cont:before {
			background: #444c67;
		}

		.theme-color a[layout-type="dark"] .head:after {
			background: #444c67;
		}

		.theme-color a[layout-type="dark"] .head:before {
			background: #303548;
		}

		.theme-color a[sub-item-theme="theme1"] {
			background: #70ca63;
		}

		.theme-color a[sub-item-theme="theme2"] {
			background: #3498DB;
		}

		.theme-color a[sub-item-theme="theme3"] {
			background: #485BBD;
		}

		.theme-color a[sub-item-theme="theme4"] {
			background: #e7604a;
		}

		.theme-color a[sub-item-theme="theme5"] {
			background: #333843;
		}

		.theme-color a[sub-item-theme="theme6"] {
			background: #624e89;
		}

		.theme-color a[sub-item-theme="theme7"] {
			background: #FFF;
		}

		.theme-color a[sub-item-theme="theme8"] {
			background: #384b5f;
		}

		.theme-color a[sub-item-theme="theme9"] {
			background: #578ebe;
		}

		.theme-color a[themebg-pattern="pattern1"] {
			background-image: url("../images/pattern1.jpg");
		}

		.theme-color a[themebg-pattern="pattern2"] {
			background-image: url("../images/pattern2.jpg");
		}

		.theme-color a[themebg-pattern="pattern3"] {
			background-image: url("../images/pattern3.jpg");
		}

		.theme-color a[themebg-pattern="pattern4"] {
			background-image: url("../images/pattern4.jpg");
		}

		.theme-color a[themebg-pattern="pattern5"] {
			background-image: url("../images/pattern5.jpg");
		}

		.theme-color a[themebg-pattern="pattern6"] {
			background-image: url("../images/pattern6.jpg");
		}

		.theme-color a[themebg-pattern="pattern7"] {
			background-image: url("../images/pattern7.jpg");
		}

		.theme-color a[themebg-pattern="pattern8"] {
			background-image: url("../images/pattern8.jpg");
		}

		.theme-color a[themebg-pattern="pattern9"] {
			background-image: url("../images/pattern9.jpg");
		}

.sparkline-chart {
	text-align: center;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .spark-chart, .pcoded[theme-layout="vertical"][pcoded-device-type="tablet"] .spark-chart {
	display: none;
}

.spark-chart-title {
	text-align: center;
}

.content-title {
	margin-bottom: 10px;
}

.main-title {
	color: #424242;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
}

.small-text {
	font-size: 14px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	padding: 8px 0;
	margin-bottom: 10px;
}

.pcoded[theme-layout="vertical"][pcoded-device-type="phone"] .breadcrumb {
	display: none;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
	float: none;
	position: relative;
	z-index: 1051;
	left: 90%;
	top: 1px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon i {
	left: 0;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.pcoded-hasmenu.pcoded-trigger > a .pcoded-micon i, .pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"][vertical-placement="right"] .pcoded-navbar .pcoded-item > li.pcoded-trigger.active > a .pcoded-micon i {
	left: 94%;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item > li, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li, .pcoded[theme-layout="vertical"][vertical-nav-type="sub-expanded"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item > li {
	position: static;
}

.pcoded.nocollapsed[theme-layout="vertical"][pcoded-device-type="phone"] .pcoded-main-container {
	position: static;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-main-container, .pcoded[theme-layout="vertical"][vnavigation-view="view3"] .pcoded-main-container {
	position: static;
}

.pcoded .pcoded-header[header-theme="theme1"] {
	background: #fff;
}

	.pcoded .pcoded-header[header-theme="theme1"] a {
		color: #303548;
	}

	.pcoded .pcoded-header[header-theme="theme1"] .navbar-logo a {
		color: #fff;
	}

.pcoded .pcoded-header[header-theme="theme2"] {
	background: #ef5350;
}

	.pcoded .pcoded-header[header-theme="theme2"] a {
		color: #fff;
	}

.pcoded .pcoded-header[header-theme="theme3"] {
	background: #00bcd4;
}

	.pcoded .pcoded-header[header-theme="theme3"] a {
		color: #fff;
	}

.pcoded .pcoded-header[header-theme="theme4"] {
	background: #66bb6a;
}

	.pcoded .pcoded-header[header-theme="theme4"] a {
		color: #fff;
	}

.pcoded .pcoded-header[header-theme="theme5"] {
	background: #4680ff;
}

	.pcoded .pcoded-header[header-theme="theme5"] a {
		color: #fff;
	}

.pcoded .pcoded-header[header-theme="theme6"] {
	background: #303548;
}

	.pcoded .pcoded-header[header-theme="theme6"] a {
		color: #fff;
	}

body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar {
	position: absolute !important;
}

	body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar .pcoded-item .pcoded-hasmenu > .pcoded-submenu {
		transition: all 0s ease-in !important;
	}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li > a .pcoded-micon {
	left: 0;
}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item > li.pcoded-trigger > a .pcoded-micon {
	left: calc(100% - 30px);
}

body .pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"] .pcoded-item > li.pcoded-trigger > a > .pcoded-mtext {
	padding-right: 90px;
}

body .pcoded[vertical-placement="right"] .showChat_inner,
body .pcoded[vertical-placement="right"] .users {
	right: auto;
	left: 0;
}

body .pcoded[vertical-placement="right"] .main-body {
	direction: rtl;
}

	body .pcoded[vertical-placement="right"] .main-body .page-wrapper .page-header-breadcrumb {
		float: left;
	}

	body .pcoded[vertical-placement="right"] .main-body .language-markup {
		direction: ltr;
	}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-logo {
	float: right !important;
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container {
	margin-left: 0;
	margin-right: 240px;
}

	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left li, body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right li {
		float: right !important;
	}

	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-left, body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right {
		float: right;
	}

	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .nav-right {
		float: left;
	}

	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification,
	body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		right: auto;
		left: 0;
	}

body .pcoded[vertical-placement="right"][vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container {
	margin-right: 0;
}

body .pcoded[vertical-nav-type="collapsed"] .header-navbar .navbar-wrapper .navbar-container {
	margin-left: 0;
}

body .pcoded[vertical-nav-type="collapsed"] .header-navbar .navbar-logo {
	width: 80px;
}

	body .pcoded[vertical-nav-type="collapsed"] .header-navbar .navbar-logo a img {
		display: none;
	}

body .pcoded[vertical-nav-type="compact"] .main-menu {
	width: 200px;
}

	body .pcoded[vertical-nav-type="compact"] .main-menu .pcoded-badge {
		display: none;
	}

body.menu-bottom .navbar-wrapper {
	.z-index: 1050;
}

body.menu-bottom .pcoded .pcoded-main-container {
	margin-top: 0 !important;
}

body.menu-bottom .p-chat-user,
body.menu-bottom .showChat_inner {
	top: 0;
}

body.menu-bottom .navbar-wrapper {
	bottom: 0;
	top: auto;
	z-index: 1050;
}

@media only screen and (max-width: 992px) {
	body.menu-bottom .navbar-wrapper .pcoded-navbar {
		top: -56px;
	}
}

body.menu-bottom .header-navbar {
	min-height: auto;
	position: fixed !important;
	bottom: 0;
	z-index: 9999 !important;
	-webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08) !important;
}

	body.menu-bottom .mega-menu-top .show-notification, body.menu-bottom .mega-menu-top .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification, .header-navbar .navbar-wrapper .navbar-container body.menu-bottom .mega-menu-top .profile-notification {
		bottom: 0 !important;
	}

	body.menu-bottom .header-notification .show-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification, .header-navbar .navbar-wrapper .navbar-container body.menu-bottom .mega-menu-top .show-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container body.menu-bottom .header-notification .profile-notification, body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification, .header-navbar .navbar-wrapper .navbar-container body.menu-bottom .mega-menu-top .profile-notification {
		bottom: 65px;
	}

body.menu-bottom #collapse-menu {
	display: none;
}

.mCSB_container,
.mCustomScrollBox {
	overflow: visible !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .mCSB_container_wrapper {
	overflow: visible !important;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(48, 53, 72, 0.5) !important;
}

/**  =====================
      Theme-Buttons css start
==========================  **/
.btn-default .badge {
	background-color: #fff;
	color: #e0e0e0;
}

.btn {
	border-radius: 2px;
	text-transform: capitalize;
	font-size: 15px;
	padding: 10px 19px;
	cursor: pointer;
}

.close {
	cursor: pointer;
}

.button-page .card-block {
	margin-bottom: -20px;
}

	.button-page .card-block ul {
		margin-bottom: 0;
		display: inline-block;
	}

	.button-page .card-block a {
		margin-bottom: 20px;
	}

	.button-page .card-block ul li {
		display: inline-block;
		margin-right: 20px;
		float: left;
	}

.button-page .btn {
	margin-bottom: 20px;
	margin-right: 10px;
}

.btn.btn-round {
	border-radius: 2rem;
}

.btn.btn-square {
	border-radius: 0;
}

.btn.btn-skew {
	transform: skew(-15deg);
}

.btn i {
	margin-right: 5px;
}

.btn.btn-icon {
	border-radius: 50%;
	width: 40px;
	line-height: 30px;
	height: 40px;
	padding: 3px;
	text-align: center;
}

.btn.btn-out {
	outline: 1px solid #fff;
	outline-offset: -5px;
}

.btn.btn-out-dashed {
	outline: 1px dashed #fff;
	outline-offset: -5px;
}

.btn.btn-out-dotted {
	outline: 1px dotted #fff;
	outline-offset: -5px;
}

.btn-group,
.btn-group-vertical {
	display: inline-block;
}

	.btn-group .btn {
		float: left;
	}

.icon-btn i {
	margin-right: 0 !important;
}

.button-page .btn-group {
	margin-right: 10px;
}

.show > .dropdown-menu {
	overflow: hidden;
}

.dropdown-danger,
.dropdown-default,
.dropdown-disabled,
.dropdown-info,
.dropdown-inverse,
.dropdown-primary,
.dropdown-success,
.dropdown-warning,
.dropdown-warning {
	display: inline-block;
	vertical-align: center;
	position: relative;
}

.btn-group [class*=btn-],
.dropdown-split [class*=btn-] {
	margin-right: 0;
}

.list-group-item.active {
	background-color: #4680ff;
	border-color: #4680ff;
}

.show > .btn-primary.dropdown-toggle, .sweet-alert .show > button.dropdown-toggle.confirm, .wizard > .actions .show > a.dropdown-toggle {
	background-color: #0956ff !important;
	border-color: #0956ff;
	box-shadow: none;
	color: #fff;
}

#Note-list li:hover .Note-delete {
	opacity: 1;
	transform: translateX(0px);
}

	#Note-list li:hover .Note-delete:hover {
		background: rgba(0, 0, 0, 0.8);
	}

.button-list .btn {
	margin-bottom: 10px;
	margin-right: 30px;
}

.Note-delete {
	margin-bottom: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	border: none;
	position: absolute;
	right: 20px;
	color: #fff;
	transition: all ease-in 0.3s;
	border-radius: 2px;
	cursor: pointer;
	transform: translateX(10px);
}

.popover-body .color-code {
	margin-bottom: 10px;
}

.popover-body .display-color {
	width: 75px;
	height: 2.50rem;
	border-radius: 0.25rem;
	margin-right: 30px;
	background-color: rgba(70, 128, 255, 0.5);
	border-color: rgba(70, 128, 255, 0.5);
}

.popover-body span.block {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.popover-title {
	text-align: center;
}

.btn.btn-disabled,
.dropdown-disabled,
.dropdown-split-disabled {
	cursor: not-allowed;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active.active,
.nav-pills .nav-link.active.active:focus,
.nav-pills .nav-link.active.active:hover {
	background: transparent;
	color: #0275d8;
	text-align: center;
	border-bottom: 1px solid #0275d8;
}

/**====== Basic-Buttons css Start ======**/
.btn-primary, .sweet-alert button.confirm, .wizard > .actions a {
	background-color: #4680ff;
	border-color: #4680ff;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
		background-color: #79a3ff;
		border-color: #79a3ff;
	}

	.btn-primary:active, .sweet-alert button.confirm:active, .wizard > .actions a:active {
		background-color: #0956ff !important;
		border-color: #0956ff;
		box-shadow: none;
		color: #fff;
	}

	.btn-primary:focus, .sweet-alert button.confirm:focus, .wizard > .actions a:focus {
		box-shadow: none;
		color: #fff;
		background-color: #79a3ff;
	}

	.btn-primary.disabled, .sweet-alert button.disabled.confirm, .wizard > .actions a.disabled {
		background-color: rgba(70, 128, 255, 0.5);
		border-color: rgba(70, 128, 255, 0.5);
	}

.btn-warning {
	background-color: #FFB64D;
	border-color: #FFB64D;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-warning:hover {
		background-color: #ffcb80;
		border-color: #ffcb80;
		color: #fff;
	}

	.btn-warning:active {
		background-color: #ff9d10 !important;
		border-color: #ff9d10;
		box-shadow: none;
		color: #fff;
	}

	.btn-warning:focus {
		box-shadow: none;
		color: #fff;
		background-color: #ffcb80;
	}

	.btn-warning.disabled {
		background-color: rgba(255, 182, 77, 0.5);
		border-color: rgba(255, 182, 77, 0.5);
	}

.btn-danger {
	background-color: #FC6180;
	border-color: #FC6180;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-danger:hover {
		background-color: #fd93a8;
		border-color: #fd93a8;
	}

	.btn-danger:active {
		background-color: #fb2550 !important;
		border-color: #fb2550;
		box-shadow: none;
		color: #fff;
	}

	.btn-danger:focus {
		box-shadow: none;
		color: #fff;
		background-color: #fd93a8;
	}

	.btn-danger.disabled {
		background-color: rgba(252, 97, 128, 0.5);
		border-color: rgba(252, 97, 128, 0.5);
	}

.btn-success {
	background-color: #93BE52;
	border-color: #93BE52;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-success:hover {
		background-color: #aacc77;
		border-color: #aacc77;
	}

	.btn-success:active {
		background-color: #73993a !important;
		border-color: #73993a;
		box-shadow: none;
		color: #fff;
	}

	.btn-success:focus {
		box-shadow: none;
		color: #fff;
		background-color: #aacc77;
	}

	.btn-success.disabled {
		background-color: rgba(147, 190, 82, 0.5);
		border-color: rgba(147, 190, 82, 0.5);
	}

.btn-inverse {
	background-color: #303548;
	border-color: #303548;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-inverse:hover {
		background-color: #444c67;
		border-color: #444c67;
	}

	.btn-inverse:active {
		background-color: #181a23 !important;
		border-color: #181a23;
		box-shadow: none;
		color: #fff;
	}

	.btn-inverse:focus {
		box-shadow: none;
		color: #fff;
		background-color: #444c67;
	}

	.btn-inverse.disabled {
		background-color: rgba(48, 53, 72, 0.5);
		border-color: rgba(48, 53, 72, 0.5);
	}

.btn-info {
	background-color: #62d1f3;
	border-color: #62d1f3;
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

	.btn-info:hover {
		background-color: #91dff7;
		border-color: #91dff7;
	}

	.btn-info:active {
		background-color: #29c0ef !important;
		border-color: #29c0ef;
		box-shadow: none;
		color: #fff;
	}

	.btn-info:focus {
		box-shadow: none;
		color: #fff;
		background-color: #91dff7;
	}

	.btn-info.disabled {
		background-color: rgba(98, 209, 243, 0.5);
		border-color: rgba(98, 209, 243, 0.5);
	}

.btn-disabled {
	background-color: rgba(70, 128, 254, 0.5);
	border-color: rgba(70, 128, 254, 0.5);
	color: #fff;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

/**====== Basic-Buttons css end ======**/
/**====== Outline-Buttons css Start ======**/
.btn-outline-primary {
	color: #0956ff;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ff9d10;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-danger {
	color: #fb2550;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-success {
	color: #73993a;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-inverse {
	color: #181a23;
	background-color: #fff;
	background-color: transparent;
}

	.btn-outline-inverse:hover {
		color: #fff;
	}

.btn-outline-warning {
	color: #ff9d10;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-info {
	color: #29c0ef;
	background-color: #fff;
	background-color: transparent;
}

.btn-outline-disabled {
	color: #0956fe;
	background-color: #fff;
}

/**====== Outline-Buttons css end ======**/
/**====== gradient css Start ======**/
.btn-grd-danger,
.btn-grd-disabled,
.btn-grd-info,
.btn-grd-inverse,
.btn-grd-primary,
.btn-grd-success,
.btn-grd-warning,
.btn-grd-warning {
	background-size: 200% auto;
	transition: 0.5s ease-in-out;
	color: #fff;
}

	.btn-grd-danger:hover,
	.btn-grd-disabled:hover,
	.btn-grd-info:hover,
	.btn-grd-inverse:hover,
	.btn-grd-primary:hover,
	.btn-grd-success:hover,
	.btn-grd-warning:hover,
	.btn-grd-warning:hover {
		background-position: right center;
	}

	.btn-grd-danger.hor-grd,
	.btn-grd-disabled.hor-grd,
	.btn-grd-info.hor-grd,
	.btn-grd-inverse.hor-grd,
	.btn-grd-primary.hor-grd,
	.btn-grd-success.hor-grd,
	.btn-grd-warning.hor-grd,
	.btn-grd-warning.hor-grd {
		background-size: auto 200%;
	}

		.btn-grd-danger.hor-grd:hover,
		.btn-grd-disabled.hor-grd:hover,
		.btn-grd-info.hor-grd:hover,
		.btn-grd-inverse.hor-grd:hover,
		.btn-grd-primary.hor-grd:hover,
		.btn-grd-success.hor-grd:hover,
		.btn-grd-warning.hor-grd:hover,
		.btn-grd-warning.hor-grd:hover {
			background-position: bottom center;
		}

.btn-grd-primary {
	background-image: linear-gradient(to right, #79a3ff 0%, #0956ff 51%, #79a3ff 100%);
}

	.btn-grd-primary.hor-grd {
		background-image: linear-gradient(to top, #79a3ff 0%, #0956ff 51%, #79a3ff 100%);
	}

.btn-grd-warning {
	background-image: linear-gradient(to right, #ffcb80 0%, #ff9d10 51%, #ffcb80 100%);
}

	.btn-grd-warning.hor-grd {
		background-image: linear-gradient(to top, #ffcb80 0%, #ff9d10 51%, #ffcb80 100%);
	}

.btn-grd-danger {
	background-image: linear-gradient(to right, #fd93a8 0%, #fb2550 51%, #fd93a8 100%);
}

	.btn-grd-danger.hor-grd {
		background-image: linear-gradient(to top, #fd93a8 0%, #fb2550 51%, #fd93a8 100%);
	}

.btn-grd-success {
	background-image: linear-gradient(to right, #aacc77 0%, #73993a 51%, #aacc77 100%);
}

	.btn-grd-success.hor-grd {
		background-image: linear-gradient(to top, #aacc77 0%, #73993a 51%, #aacc77 100%);
	}

.btn-grd-inverse {
	background-image: linear-gradient(to right, #444c67 0%, #181a23 51%, #444c67 100%);
}

	.btn-grd-inverse.hor-grd {
		background-image: linear-gradient(to top, #444c67 0%, #181a23 51%, #444c67 100%);
	}

.btn-grd-info {
	background-image: linear-gradient(to right, #91dff7 0%, #29c0ef 51%, #91dff7 100%);
}

	.btn-grd-info.hor-grd {
		background-image: linear-gradient(to top, #91dff7 0%, #29c0ef 51%, #91dff7 100%);
	}

.btn-grd-disabled {
	background-image: linear-gradient(to right, #79a3fe 0%, #0956fe 51%, #79a3fe 100%);
}

	.btn-grd-disabled.hor-grd {
		background-image: linear-gradient(to top, #79a3fe 0%, #0956fe 51%, #79a3fe 100%);
	}

/**====== gradient-Buttons css end ======**/
/**====== matrialized-Buttons css Start ======**/
.btn.btn-mat {
	position: relative;
	border-radius: 0;
	border: none;
}

	.btn.btn-mat:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		right: 50%;
		height: 3px;
		transition: all 0.3s ease-in-out;
	}

	.btn.btn-mat:hover {
		border: none;
	}

		.btn.btn-mat:hover:before {
			left: 0;
			right: 0;
		}

.btn-primary.btn-mat, .sweet-alert button.btn-mat.confirm, .wizard > .actions a.btn-mat {
	background-color: #4680ff;
}

	.btn-primary.btn-mat:before, .sweet-alert button.btn-mat.confirm:before, .wizard > .actions a.btn-mat:before {
		background-color: #0956ff;
	}

.btn-warning.btn-mat {
	background-color: #FFB64D;
}

	.btn-warning.btn-mat:before {
		background-color: #ff9d10;
	}

.btn-danger.btn-mat {
	background-color: #FC6180;
}

	.btn-danger.btn-mat:before {
		background-color: #fb2550;
	}

.btn-success.btn-mat {
	background-color: #93BE52;
}

	.btn-success.btn-mat:before {
		background-color: #73993a;
	}

.btn-inverse.btn-mat {
	background-color: #303548;
}

	.btn-inverse.btn-mat:before {
		background-color: #181a23;
	}

.btn-info.btn-mat {
	background-color: #62d1f3;
}

	.btn-info.btn-mat:before {
		background-color: #29c0ef;
	}

.btn-outline-disabled {
	background-color: #4680FE;
}

	.btn-outline-disabled:before {
		background-color: #0956fe;
	}

/**====== matrialized css end ======**/
/**====== Button-Size css start ======**/
.btn-xlg {
	padding: 14px 20px;
	font-size: 21px;
	line-height: 40px;
}

.btn-lg {
	padding: 12px 18px;
	font-size: 18px;
	line-height: 32px;
}

.btn-md {
	padding: 10px 16px;
	font-size: 15px;
	line-height: 23px;
}

.btn-sm {
	padding: 8px 14px;
	line-height: 16px;
	font-size: 11px;
}

.btn-mini {
	padding: 5px 10px;
	line-height: 14px;
	font-size: 10px;
}

/**====== Button-Size css end ======**/
/**====== Badges-button css start ======**/
.btn-primary .badge, .sweet-alert button.confirm .badge, .wizard > .actions a .badge {
	color: #4680ff;
	background-color: #fff;
}

.btn-success .badge {
	color: #93BE52;
	background-color: #fff;
}

.btn-info .badge {
	color: #62d1f3;
	background-color: #fff;
}

.btn-warning .badge {
	color: #FFB64D;
	background-color: #fff;
}

.btn-danger .badge {
	color: #FC6180;
	background-color: #fff;
}

/**====== Badges-button css end ======**/
/**====== Social-Buttons css start ======**/
.btn-dribbble,
.btn-dropbox,
.btn-facebook,
.btn-flickr,
.btn-github,
.btn-google-plus,
.btn-instagram,
.btn-linkedin,
.btn-pinterest,
.btn-skype,
.btn-tumblr,
.btn-twitter,
.btn-youtube {
	color: #fff;
}

	.btn-dribbble:focus, .btn-dribbble:hover,
	.btn-dropbox:focus,
	.btn-dropbox:hover,
	.btn-facebook:focus,
	.btn-facebook:hover,
	.btn-flickr:focus,
	.btn-flickr:hover,
	.btn-github:focus,
	.btn-github:hover,
	.btn-google-plus:focus,
	.btn-google-plus:hover,
	.btn-instagram:focus,
	.btn-instagram:hover,
	.btn-linkedin:focus,
	.btn-linkedin:hover,
	.btn-pinterest:focus,
	.btn-pinterest:hover,
	.btn-skype:focus,
	.btn-skype:hover,
	.btn-tumblr:focus,
	.btn-tumblr:hover,
	.btn-twitter:focus,
	.btn-twitter:hover,
	.btn-youtube:focus,
	.btn-youtube:hover {
		color: #fff;
		box-shadow: none;
	}

.btn-facebook {
	background-color: #3b5998;
}

.btn-twitter {
	background-color: #00ACED;
}

.btn-linkedin {
	background-color: #007BB6;
}

.btn-dribbble {
	background-color: #EA4C89;
}

.btn-google-plus {
	background-color: #DD4B39;
}

.btn-instagram {
	background-color: #517FA4;
}

.btn-pinterest {
	background-color: #CB2027;
}

.btn-dropbox {
	background-color: #32506D;
}

.btn-tumblr {
	background-color: #00ACED;
}

/**====== Social-Buttons css end ======**/
/**====== Drop-down-Buttons css start ======**/
.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
	background-color: #4680ff;
	color: #fff;
}

.dropdown-split-success .dropdown-menu a:hover,
.dropdown-success .dropdown-menu a:hover {
	background-color: #93BE52;
	color: #fff;
}

.dropdown-info .dropdown-menu a:hover,
.dropdown-split-info .dropdown-menu a:hover {
	background-color: #62d1f3;
	color: #fff;
}

.dropdown-split-warning .dropdown-menu a:hover,
.dropdown-warning .dropdown-menu a:hover {
	background-color: #FFB64D;
	color: #fff;
}

.dropdown-danger .dropdown-menu a:hover,
.dropdown-split-danger .dropdown-menu a:hover {
	background-color: #FC6180;
	color: #fff;
}

.dropdown-inverse .dropdown-item,
.dropdown-split-inverse .dropdown-item {
	transition: all 0.3s ease-in;
}

	.dropdown-inverse .dropdown-item:hover,
	.dropdown-split-inverse .dropdown-item:hover {
		background-color: #303548;
		color: #fff;
	}

/**====== Drop-down-Buttons css end ======**/
/**====== Theme-Buttons css end ======**/
/**  =====================
      Basic form elements css start
==========================  **/
.col-form-label {
	font-size: 14px;
}

.select2-container {
	width: 100% !important;
}

.form-group {
	margin-bottom: 1.25em;
}

	.form-group .form-control-lg {
		font-size: 1.25em;
	}

	.form-group .form-control-round {
		border-radius: 50px;
	}

	.form-group .form-control-static:focus {
		outline: none;
	}

.form-control {
	font-size: 14px;
	border-radius: 2px;
	border: 1px solid #cccccc;
}

	.form-control:focus {
		border: 1px solid #4680ff;
	}

	.form-control.form-control-normal {
		font-weight: 400;
	}

	.form-control.form-control-bold {
		font-weight: 600;
	}

	.form-control.form-control-capitalize {
		text-transform: capitalize;
	}

	.form-control.form-control-uppercase {
		text-transform: uppercase;
	}

	.form-control.form-control-lowercase {
		text-transform: lowercase;
	}

	.form-control.form-control-variant {
		font-variant: small-caps;
	}

	.form-control.form-control-left {
		text-align: left;
	}

	.form-control.form-control-center {
		text-align: center;
	}

	.form-control.form-control-right {
		text-align: right;
	}

	.form-control.form-control-rtl {
		direction: rtl;
	}

	.form-control:disabled {
		cursor: not-allowed;
		opacity: 0.5;
	}

/*===== Border Inputs start =====*/
.form-control-primary {
	border-color: #4680ff;
	color: #4680ff;
}

	.form-control-primary:focus {
		border-color: #4680ff;
	}

.input-group-primary .input-group-addon {
	background-color: #4680ff;
}

.input-group-primary .form-control {
	border-color: #4680ff;
}

.form-control-warning {
	border-color: #FFB64D;
	color: #FFB64D;
}

	.form-control-warning:focus {
		border-color: #FFB64D;
	}

.input-group-warning .input-group-addon {
	background-color: #FFB64D;
}

.input-group-warning .form-control {
	border-color: #FFB64D;
}

.form-control-default {
	border-color: #e0e0e0;
	color: #e0e0e0;
}

	.form-control-default:focus {
		border-color: #e0e0e0;
	}

.input-group-default .input-group-addon {
	background-color: #e0e0e0;
}

.input-group-default .form-control {
	border-color: #e0e0e0;
}

.form-control-danger {
	border-color: #FC6180;
	color: #FC6180;
}

	.form-control-danger:focus {
		border-color: #FC6180;
	}

.input-group-danger .input-group-addon {
	background-color: #FC6180;
}

.input-group-danger .form-control {
	border-color: #FC6180;
}

.form-control-success {
	border-color: #93BE52;
	color: #93BE52;
}

	.form-control-success:focus {
		border-color: #93BE52;
	}

.input-group-success .input-group-addon {
	background-color: #93BE52;
}

.input-group-success .form-control {
	border-color: #93BE52;
}

.form-control-inverse {
	border-color: #303548;
	color: #303548;
}

	.form-control-inverse:focus {
		border-color: #303548;
	}

.input-group-inverse .input-group-addon {
	background-color: #303548;
}

.input-group-inverse .form-control {
	border-color: #303548;
}

.form-control-info {
	border-color: #62d1f3;
	color: #62d1f3;
}

	.form-control-info:focus {
		border-color: #62d1f3;
	}

.input-group-info .input-group-addon {
	background-color: #62d1f3;
}

.input-group-info .form-control {
	border-color: #62d1f3;
}

/*===== Form Input-Text start =====*/
.form-txt-primary {
	color: #4680ff;
}

	.form-txt-primary:focus {
		color: #4680ff;
	}

	.form-txt-primary::-moz-placeholder {
		color: #4680ff;
		opacity: 1;
	}

	.form-txt-primary:-ms-input-placeholder {
		color: #4680ff;
	}

	.form-txt-primary::-webkit-input-placeholder {
		color: #4680ff;
	}

.form-txt-warning {
	color: #FFB64D;
}

	.form-txt-warning:focus {
		color: #FFB64D;
	}

	.form-txt-warning::-moz-placeholder {
		color: #FFB64D;
		opacity: 1;
	}

	.form-txt-warning:-ms-input-placeholder {
		color: #FFB64D;
	}

	.form-txt-warning::-webkit-input-placeholder {
		color: #FFB64D;
	}

.form-txt-default {
	color: #e0e0e0;
}

	.form-txt-default:focus {
		color: #e0e0e0;
	}

	.form-txt-default::-moz-placeholder {
		color: #e0e0e0;
		opacity: 1;
	}

	.form-txt-default:-ms-input-placeholder {
		color: #e0e0e0;
	}

	.form-txt-default::-webkit-input-placeholder {
		color: #e0e0e0;
	}

.form-txt-danger {
	color: #FC6180;
}

	.form-txt-danger:focus {
		color: #FC6180;
	}

	.form-txt-danger::-moz-placeholder {
		color: #FC6180;
		opacity: 1;
	}

	.form-txt-danger:-ms-input-placeholder {
		color: #FC6180;
	}

	.form-txt-danger::-webkit-input-placeholder {
		color: #FC6180;
	}

.form-txt-success {
	color: #93BE52;
}

	.form-txt-success:focus {
		color: #93BE52;
	}

	.form-txt-success::-moz-placeholder {
		color: #93BE52;
		opacity: 1;
	}

	.form-txt-success:-ms-input-placeholder {
		color: #93BE52;
	}

	.form-txt-success::-webkit-input-placeholder {
		color: #93BE52;
	}

.form-txt-inverse {
	color: #303548;
}

	.form-txt-inverse:focus {
		color: #303548;
	}

	.form-txt-inverse::-moz-placeholder {
		color: #303548;
		opacity: 1;
	}

	.form-txt-inverse:-ms-input-placeholder {
		color: #303548;
	}

	.form-txt-inverse::-webkit-input-placeholder {
		color: #303548;
	}

.form-txt-info {
	color: #62d1f3;
}

	.form-txt-info:focus {
		color: #62d1f3;
	}

	.form-txt-info::-moz-placeholder {
		color: #62d1f3;
		opacity: 1;
	}

	.form-txt-info:-ms-input-placeholder {
		color: #62d1f3;
	}

	.form-txt-info::-webkit-input-placeholder {
		color: #62d1f3;
	}

/*===== Form Background-inputs start =====*/
.form-bg-primary {
	background-color: #4680ff;
	border-color: #4680ff;
	color: #fff;
}

	.form-bg-primary:focus {
		background-color: #4680ff;
		border-color: #4680ff;
		color: #fff;
	}

	.form-bg-primary::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-primary:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-primary::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-warning {
	background-color: #FFB64D;
	border-color: #FFB64D;
	color: #fff;
}

	.form-bg-warning:focus {
		background-color: #FFB64D;
		border-color: #FFB64D;
		color: #fff;
	}

	.form-bg-warning::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-warning:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-warning::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-default {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
	color: #fff;
}

	.form-bg-default:focus {
		background-color: #e0e0e0;
		border-color: #e0e0e0;
		color: #fff;
	}

	.form-bg-default::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-default:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-default::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-danger {
	background-color: #FC6180;
	border-color: #FC6180;
	color: #fff;
}

	.form-bg-danger:focus {
		background-color: #FC6180;
		border-color: #FC6180;
		color: #fff;
	}

	.form-bg-danger::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-danger:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-danger::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-success {
	background-color: #93BE52;
	border-color: #93BE52;
	color: #fff;
}

	.form-bg-success:focus {
		background-color: #93BE52;
		border-color: #93BE52;
		color: #fff;
	}

	.form-bg-success::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-success:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-success::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-inverse {
	background-color: #303548;
	border-color: #303548;
	color: #fff;
}

	.form-bg-inverse:focus {
		background-color: #303548;
		border-color: #303548;
		color: #fff;
	}

	.form-bg-inverse::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-inverse:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-inverse::-webkit-input-placeholder {
		color: #fff;
	}

.form-bg-info {
	background-color: #62d1f3;
	border-color: #62d1f3;
	color: #fff;
}

	.form-bg-info:focus {
		background-color: #62d1f3;
		border-color: #62d1f3;
		color: #fff;
	}

	.form-bg-info::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}

	.form-bg-info:-ms-input-placeholder {
		color: #fff;
	}

	.form-bg-info::-webkit-input-placeholder {
		color: #fff;
	}

/*===== Form Validation states start =====*/
.has-success .col-form-label {
	color: #93BE52;
}

.has-success .form-control-success {
	border-color: #93BE52;
}

.has-warning .col-form-label {
	color: #FFB64D;
}

.has-warning .form-control-success {
	border-color: #FFB64D;
}

.has-danger .col-form-label {
	color: #FC6180;
}

.has-danger .form-control-success {
	border-color: #FC6180;
}

/*===== Form-icon css starts =====*/
.left-icon-control {
	position: relative;
}

	.left-icon-control input {
		padding-left: 50px;
	}

	.left-icon-control .form-icon {
		position: absolute;
		top: 50%;
		left: 17px;
		margin-top: -12px;
	}

.right-icon-control {
	position: relative;
}

	.right-icon-control input {
		padding-right: 50px;
	}

	.right-icon-control .form-icon {
		position: absolute;
		top: 7px;
		right: 17px;
	}

/*===== Form-icon css ends =====*/
/*===== Basic form elements ends =====*/
/**  =====================
      Form group-add-on css start
==========================  **/
.input-group {
	margin-bottom: 1.25em;
}

.input-group-addon {
	background-color: #4680ff;
	color: #fff;
}

.input-group-button .input-group-addon {
	transition: all ease-in 0.3s;
}

	.input-group-button .input-group-addon:hover {
		background-color: #79a3ff;
		border-color: #79a3ff;
	}

		.input-group-button .input-group-addon:hover .btn {
			background-color: #79a3ff;
			border-color: #79a3ff;
		}

.input-group-dropdown [class*=btn-] {
	margin-bottom: 0;
}

/*===== Form group-add-on ends =====*/
/**  =====================
      Switches css start
==========================  **/
.js-dynamic-disable,
.js-dynamic-enable {
	vertical-align: inherit;
}

/*===== Switches css ends =====*/
/**  =====================
      Radio-button css start
==========================  **/
.form-radio {
	position: relative;
}

	.form-radio .form-help {
		position: absolute;
		width: 100%;
	}

	.form-radio label {
		position: relative;
		padding-left: 1.5rem;
		text-align: left;
		color: #333;
		display: block;
		line-height: 1.8;
	}

	.form-radio input {
		width: auto;
		opacity: 0.00000001;
		position: absolute;
		left: 0;
	}

.radio .helper {
	position: absolute;
	top: -0.15rem;
	left: -0.25rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #999;
}

	.radio .helper::after {
		transform: scale(0);
		background-color: #4680ff;
		border-color: #4680ff;
	}

	.radio .helper::after, .radio .helper::before {
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		margin: 0.25rem;
		width: 1rem;
		height: 1rem;
		-webkit-transition: -webkit-transform 0.28s ease;
		transition: -webkit-transform 0.28s ease;
		transition: transform 0.28s ease, -webkit-transform 0.28s ease;
		border-radius: 50%;
		border: 0.125rem solid #4680ff;
	}

.radio label:hover .helper {
	color: #4680ff;
}

.radio input:checked ~ .helper::after {
	transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
	color: #4680ff;
}

.radio.radiofill input:checked ~ .helper::after {
	transform: scale(1);
}

.radio.radiofill .helper::after {
	background-color: #4680ff;
}

.radio.radio-outline input:checked ~ .helper::after {
	transform: scale(0.6);
}

.radio.radio-outline .helper::after {
	background-color: #fff;
	border: 0.225rem solid #4680ff;
}

.radio.radio-matrial input ~ .helper::after {
	background-color: #fff;
}

.radio.radio-matrial input:checked ~ .helper::after {
	transform: scale(0.5);
	box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72);
}

.radio.radio-matrial input:checked ~ .helper::before {
	background-color: #4680ff;
}

.radio.radio-disable {
	opacity: 0.7;
}

	.radio.radio-disable label {
		cursor: not-allowed;
	}

.radio-inline {
	display: inline-block;
	margin-right: 20px;
}

.radio.radiofill.radio-primary .helper::after {
	background-color: #4680ff;
	border-color: #4680ff;
}

.radio.radiofill.radio-primary .helper::before {
	border-color: #4680ff;
}

.radio.radio-outline.radio-primary .helper::after {
	background-color: #fff;
	border: 0.225rem solid #4680ff;
}

.radio.radio-outline.radio-primary .helper::before {
	border-color: #4680ff;
}

.radio.radio-matrial.radio-primary input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-primary input ~ .helper::before {
	background-color: #4680ff;
	border-color: #4680ff;
}

.radio.radiofill.radio-warning .helper::after {
	background-color: #FFB64D;
	border-color: #FFB64D;
}

.radio.radiofill.radio-warning .helper::before {
	border-color: #FFB64D;
}

.radio.radio-outline.radio-warning .helper::after {
	background-color: #fff;
	border: 0.225rem solid #FFB64D;
}

.radio.radio-outline.radio-warning .helper::before {
	border-color: #FFB64D;
}

.radio.radio-matrial.radio-warning input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-warning input ~ .helper::before {
	background-color: #FFB64D;
	border-color: #FFB64D;
}

.radio.radiofill.radio-default .helper::after {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.radio.radiofill.radio-default .helper::before {
	border-color: #e0e0e0;
}

.radio.radio-outline.radio-default .helper::after {
	background-color: #fff;
	border: 0.225rem solid #e0e0e0;
}

.radio.radio-outline.radio-default .helper::before {
	border-color: #e0e0e0;
}

.radio.radio-matrial.radio-default input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-default input ~ .helper::before {
	background-color: #e0e0e0;
	border-color: #e0e0e0;
}

.radio.radiofill.radio-danger .helper::after {
	background-color: #FC6180;
	border-color: #FC6180;
}

.radio.radiofill.radio-danger .helper::before {
	border-color: #FC6180;
}

.radio.radio-outline.radio-danger .helper::after {
	background-color: #fff;
	border: 0.225rem solid #FC6180;
}

.radio.radio-outline.radio-danger .helper::before {
	border-color: #FC6180;
}

.radio.radio-matrial.radio-danger input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-danger input ~ .helper::before {
	background-color: #FC6180;
	border-color: #FC6180;
}

.radio.radiofill.radio-success .helper::after {
	background-color: #93BE52;
	border-color: #93BE52;
}

.radio.radiofill.radio-success .helper::before {
	border-color: #93BE52;
}

.radio.radio-outline.radio-success .helper::after {
	background-color: #fff;
	border: 0.225rem solid #93BE52;
}

.radio.radio-outline.radio-success .helper::before {
	border-color: #93BE52;
}

.radio.radio-matrial.radio-success input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-success input ~ .helper::before {
	background-color: #93BE52;
	border-color: #93BE52;
}

.radio.radiofill.radio-inverse .helper::after {
	background-color: #303548;
	border-color: #303548;
}

.radio.radiofill.radio-inverse .helper::before {
	border-color: #303548;
}

.radio.radio-outline.radio-inverse .helper::after {
	background-color: #fff;
	border: 0.225rem solid #303548;
}

.radio.radio-outline.radio-inverse .helper::before {
	border-color: #303548;
}

.radio.radio-matrial.radio-inverse input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-inverse input ~ .helper::before {
	background-color: #303548;
	border-color: #303548;
}

.radio.radiofill.radio-info .helper::after {
	background-color: #62d1f3;
	border-color: #62d1f3;
}

.radio.radiofill.radio-info .helper::before {
	border-color: #62d1f3;
}

.radio.radio-outline.radio-info .helper::after {
	background-color: #fff;
	border: 0.225rem solid #62d1f3;
}

.radio.radio-outline.radio-info .helper::before {
	border-color: #62d1f3;
}

.radio.radio-matrial.radio-info input ~ .helper::after {
	background-color: #fff;
	border-color: #fff;
}

.radio.radio-matrial.radio-info input ~ .helper::before {
	background-color: #62d1f3;
	border-color: #62d1f3;
}

/*===== Radio Button css ends =====*/
/*===== Border-checkbox css start =====*/
.border-checkbox-section .border-checkbox-group {
	display: inline-block;
}

	.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after {
		-webkit-animation: check linear 0.5s;
		animation: check linear 0.5s;
		opacity: 1;
		border-color: #4680ff;
	}

		.border-checkbox-section .border-checkbox-group .border-checkbox:checked + .border-checkbox-label:after .border-checkbox-label:before {
			border-color: #eee;
		}

	.border-checkbox-section .border-checkbox-group .border-checkbox-label {
		position: relative;
		display: inline-block;
		cursor: pointer;
		height: 20px;
		line-height: 20px;
		padding-left: 30px;
		margin-right: 15px;
	}

		.border-checkbox-section .border-checkbox-group .border-checkbox-label:after {
			content: "";
			display: block;
			width: 6px;
			height: 12px;
			opacity: 0.9;
			border-right: 2px solid #eee;
			border-top: 2px solid #eee;
			position: absolute;
			left: 4px;
			top: 11px;
			-webkit-transform: scaleX(-1) rotate(135deg);
			transform: scaleX(-1) rotate(135deg);
			-webkit-transform-origin: left top;
			transform-origin: left top;
		}

		.border-checkbox-section .border-checkbox-group .border-checkbox-label:before {
			content: "";
			display: block;
			border: 2px solid #4680ff;
			width: 20px;
			height: 20px;
			position: absolute;
			left: 0;
		}

.border-checkbox-section .border-checkbox {
	display: none;
}

	.border-checkbox-section .border-checkbox:disabled ~ .border-checkbox-label {
		cursor: no-drop;
		color: #ccc;
	}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}

	25% {
		height: 0;
		width: 6px;
	}

	50% {
		height: 12px;
		width: 6px;
	}
}

@keyframes check {
	0% {
		height: 0;
		width: 0;
	}

	25% {
		height: 0;
		width: 6px;
	}

	50% {
		height: 12px;
		width: 6px;
	}
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox-label:before {
	border: 2px solid #4680ff;
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #4680ff;
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox-label:before {
	border: 2px solid #FFB64D;
}

.border-checkbox-section .border-checkbox-group-warning .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #FFB64D;
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox-label:before {
	border: 2px solid #e0e0e0;
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #e0e0e0;
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
	border: 2px solid #FC6180;
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #FC6180;
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
	border: 2px solid #93BE52;
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #93BE52;
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
	border: 2px solid #303548;
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #303548;
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
	border: 2px solid #62d1f3;
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked + .border-checkbox-label:after {
	border-color: #62d1f3;
}

/*===== zoom Fade-in-checkbox css start =====*/
.checkbox-fade, .checkbox-zoom {
	display: inline-block;
	margin-right: 15px;
}

	.checkbox-fade label, .checkbox-zoom label {
		line-height: 20px;
	}

		.checkbox-fade label input[type="checkbox"],
		.checkbox-fade label input[type="radio"], .checkbox-zoom label input[type="checkbox"],
		.checkbox-zoom label input[type="radio"] {
			display: none;
		}

			.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
			.checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon, .checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon,
			.checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon {
				transform: scale(1) rotateZ(0deg);
				opacity: 1;
			}

			.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
			.checkbox-fade label input[type="radio"] + .cr > .cr-icon, .checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon,
			.checkbox-zoom label input[type="radio"] + .cr > .cr-icon {
				transform: scale(3) rotateZ(-20deg);
				opacity: 0;
				transition: all 0.3s ease-in;
			}

		.checkbox-fade label:after, .checkbox-zoom label:after {
			content: '';
			display: table;
			clear: both;
		}

	.checkbox-fade.fade-in-disable .cr,
	.checkbox-fade.fade-in-disable label, .checkbox-zoom.fade-in-disable .cr,
	.checkbox-zoom.fade-in-disable label {
		color: #ccc;
		cursor: no-drop;
	}

	.checkbox-fade .cr, .checkbox-zoom .cr {
		border-radius: 0;
		border: 2px solid #4680ff;
		cursor: pointer;
		display: inline-block;
		float: left;
		height: 20px;
		margin-right: 0.5em;
		position: relative;
		width: 20px;
	}

		.checkbox-fade .cr .cr-icon, .checkbox-zoom .cr .cr-icon {
			color: #4680ff;
			font-size: 0.8em;
			left: 0;
			line-height: 0;
			position: absolute;
			right: 0;
			text-align: center;
			top: 50%;
		}

	.checkbox-fade label {
		line-height: 20px;
	}

		.checkbox-fade label input[type="checkbox"],
		.checkbox-fade label input[type="radio"] {
			display: none;
		}

			.checkbox-fade label input[type="checkbox"]:checked + .cr > .cr-icon,
			.checkbox-fade label input[type="radio"]:checked + .cr > .cr-icon {
				transform: scale(1) rotateZ(0deg);
				opacity: 1;
			}

			.checkbox-fade label input[type="checkbox"] + .cr > .cr-icon,
			.checkbox-fade label input[type="radio"] + .cr > .cr-icon {
				transform: scale(3) rotateZ(-20deg);
				opacity: 0;
				transition: all 0.3s ease-in;
			}

	.checkbox-zoom label {
		line-height: 20px;
	}

		.checkbox-zoom label input[type="checkbox"],
		.checkbox-zoom label input[type="radio"] {
			display: none;
		}

			.checkbox-zoom label input[type="checkbox"]:checked + .cr > .cr-icon,
			.checkbox-zoom label input[type="radio"]:checked + .cr > .cr-icon {
				transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
				opacity: 1;
			}

			.checkbox-zoom label input[type="checkbox"] + .cr > .cr-icon,
			.checkbox-zoom label input[type="radio"] + .cr > .cr-icon {
				transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
				opacity: 0;
				transition: all 0.3s ease-in;
			}

	.checkbox-fade.fade-in-primary .cr, .checkbox-fade.zoom-primary .cr, .checkbox-zoom.fade-in-primary .cr, .checkbox-zoom.zoom-primary .cr {
		border: 2px solid #e9b302;
	}

		.checkbox-fade.fade-in-primary .cr .cr-icon, .checkbox-fade.zoom-primary .cr .cr-icon, .checkbox-zoom.fade-in-primary .cr .cr-icon, .checkbox-zoom.zoom-primary .cr .cr-icon {
			color: #e9b302;
		}

	.checkbox-fade.fade-in-warning .cr, .checkbox-fade.zoom-warning .cr, .checkbox-zoom.fade-in-warning .cr, .checkbox-zoom.zoom-warning .cr {
		border: 2px solid #FFB64D;
	}

		.checkbox-fade.fade-in-warning .cr .cr-icon, .checkbox-fade.zoom-warning .cr .cr-icon, .checkbox-zoom.fade-in-warning .cr .cr-icon, .checkbox-zoom.zoom-warning .cr .cr-icon {
			color: #FFB64D;
		}

	.checkbox-fade.fade-in-default .cr, .checkbox-fade.zoom-default .cr, .checkbox-zoom.fade-in-default .cr, .checkbox-zoom.zoom-default .cr {
		border: 2px solid #e0e0e0;
	}

		.checkbox-fade.fade-in-default .cr .cr-icon, .checkbox-fade.zoom-default .cr .cr-icon, .checkbox-zoom.fade-in-default .cr .cr-icon, .checkbox-zoom.zoom-default .cr .cr-icon {
			color: #e0e0e0;
		}

	.checkbox-fade.fade-in-danger .cr, .checkbox-fade.zoom-danger .cr, .checkbox-zoom.fade-in-danger .cr, .checkbox-zoom.zoom-danger .cr {
		border: 2px solid #FC6180;
	}

		.checkbox-fade.fade-in-danger .cr .cr-icon, .checkbox-fade.zoom-danger .cr .cr-icon, .checkbox-zoom.fade-in-danger .cr .cr-icon, .checkbox-zoom.zoom-danger .cr .cr-icon {
			color: #FC6180;
		}

	.checkbox-fade.fade-in-success .cr, .checkbox-fade.zoom-success .cr, .checkbox-zoom.fade-in-success .cr, .checkbox-zoom.zoom-success .cr {
		border: 2px solid #93BE52;
	}

		.checkbox-fade.fade-in-success .cr .cr-icon, .checkbox-fade.zoom-success .cr .cr-icon, .checkbox-zoom.fade-in-success .cr .cr-icon, .checkbox-zoom.zoom-success .cr .cr-icon {
			color: #93BE52;
		}

	.checkbox-fade.fade-in-inverse .cr, .checkbox-fade.zoom-inverse .cr, .checkbox-zoom.fade-in-inverse .cr, .checkbox-zoom.zoom-inverse .cr {
		border: 2px solid #303548;
	}

		.checkbox-fade.fade-in-inverse .cr .cr-icon, .checkbox-fade.zoom-inverse .cr .cr-icon, .checkbox-zoom.fade-in-inverse .cr .cr-icon, .checkbox-zoom.zoom-inverse .cr .cr-icon {
			color: #303548;
		}

	.checkbox-fade.fade-in-info .cr, .checkbox-fade.zoom-info .cr, .checkbox-zoom.fade-in-info .cr, .checkbox-zoom.zoom-info .cr {
		border: 2px solid #62d1f3;
	}

		.checkbox-fade.fade-in-info .cr .cr-icon, .checkbox-fade.zoom-info .cr .cr-icon, .checkbox-zoom.fade-in-info .cr .cr-icon, .checkbox-zoom.zoom-info .cr .cr-icon {
			color: #62d1f3;
		}

/*===== Color-checkbox css start =====*/
.checkbox-color {
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
}

	.checkbox-color label {
		display: inline-block;
		position: relative;
		padding-left: 10px;
		line-height: 20px;
	}

		.checkbox-color label::before {
			content: "";
			display: inline-block;
			position: absolute;
			top: 0;
			width: 20px;
			height: 20px;
			left: 0;
			right: 0;
			text-align: center;
			margin-left: -20px;
			border: 1px solid #ccc;
			border-radius: 0;
			background-color: #fff;
			transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
		}

		.checkbox-color label::after {
			display: inline-block;
			position: absolute;
			width: 16px;
			height: 16px;
			left: -1px;
			top: 0;
			margin-left: -17px;
			padding-left: 3px;
			padding-top: 1px;
			font-size: 11px;
			color: #fff;
		}

	.checkbox-color input[type="checkbox"] {
		opacity: 0;
	}

		.checkbox-color input[type="checkbox"]:focus + label::before {
			outline: thin dotted;
			outline: 5px auto -webkit-focus-ring-color;
			outline-offset: -2px;
		}

		.checkbox-color input[type="checkbox"]:checked + label::after {
			font-family: 'FontAwesome';
			content: "\f00c";
		}

		.checkbox-color input[type="checkbox"]:disabled + label {
			opacity: 0.65;
		}

			.checkbox-color input[type="checkbox"]:disabled + label::before {
				background-color: #eee;
				cursor: not-allowed;
			}

	.checkbox-color.checkbox-circle label::before {
		border-radius: 50%;
	}

	.checkbox-color.checkbox-inline {
		margin-top: 0;
	}

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="checkbox"]:checked + label::after {
	color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #2196f3;
	border-color: #2196f3;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
	background-color: #4680ff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
	background-color: #FFB64D;
}

.checkbox-default input[type="checkbox"]:checked + label::before {
	background-color: #e0e0e0;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #FC6180;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
	background-color: #93BE52;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
	background-color: #303548;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
	background-color: #62d1f3;
}

/*===== Tag input css start =====*/
.bootstrap-tagsinput {
	border: 1px solid #4680ff;
	line-height: 30px;
	border-radius: 2px;
}

	.bootstrap-tagsinput .tag {
		padding: 6px;
		border-radius: 2px;
	}

/**  =====================
      Select-2 css start
==========================  **/
.select2-container--default:focus {
	border-color: #4680ff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
}

.select2-container--default .select2-search__field:focus {
	border: 1px solid #4680ff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4680ff;
}

.select2-container--default .select2-selection--multiple {
	padding: 3px;
}

	.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background-color: #4680ff;
		border: 1px solid #4680ff;
		padding: 5px 15px;
		color: #fff;
	}

		.select2-container--default .select2-selection--multiple .select2-selection__choice span {
			color: #fff;
		}

	.select2-container--default .select2-selection--multiple .select2-search__field {
		border: none;
	}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #4680ff;
}

.select2-container--default .select2-selection--single {
	color: #fff;
	height: auto;
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		background-color: #4680ff;
		color: #fff;
		padding: 8px 30px 8px 20px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 10px;
		right: 15px;
	}

		.select2-container--default .select2-selection--single .select2-selection__arrow b {
			border-color: #fff transparent transparent transparent;
		}

/*===== Select-2 css ends =====*/
/**  =====================
      Multi-select css start
==========================  **/
.ms-container .ms-list.ms-focus {
	border-color: #4680ff;
	box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px rgba(26, 188, 156, 0.5);
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
	background-color: #4680ff;
}

.ms-selectable .custom-header,
.ms-selection .custom-header {
	background-color: #4680ff;
	color: #fff;
	text-align: center;
}

.ms-list {
	display: block !important;
}

	.ms-list li {
		width: 100%;
	}

/*===== Multi-select css ends =====*/
/**  =====================
      Validation-forms css start
==========================  **/
.form-group .messages p {
	margin-bottom: 0;
	transition: all ease-in 0.3s;
}

.form-group .popover-valid {
	position: absolute;
	right: 40px;
	top: 7px;
}

/*===== Validation-forms css end =====*/
/**  =====================
      Form-wizards css start
==========================  **/
.wizard > .steps .current a {
	background: #4680ff;
	transition: all ease-in 0.3s;
	cursor: pointer;
	border-radius: 2px;
	outline: 1px solid #fff;
	outline-offset: -7px;
}

	.wizard > .steps .current a:hover {
		background: #5f92ff;
		outline-offset: 0;
	}

#design-wizard .steps li {
	position: relative;
	z-index: 99;
	margin-bottom: 20px;
}

	#design-wizard .steps li:after {
		content: "";
		position: absolute;
		height: 2px;
		background: #4680ff;
		width: 100%;
		top: 30px;
		z-index: -1;
	}

	#design-wizard .steps li a {
		width: 20%;
		margin: 0 auto;
		text-align: center;
		border-radius: 2px;
	}

.wizard > .steps .done a {
	background: #e0e0e0;
}

.card .card-block .wizard-form .steps ul {
	display: block;
}

.card .card-block .wizard-form li {
	margin-right: 0;
}

.wizard > .content {
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
}

/*===== Form-wizard forms css end =====*/
/**  =====================
      Label-Badges css start
==========================  **/
.label {
	border-radius: 4px;
	font-size: 75%;
	padding: 4px 7px;
	margin-right: 5px;
	font-weight: 400;
	color: #fff !important;
}

.label-main {
	display: inline-block;
	vertical-align: middle;
	margin: 8px 5px;
}

.badge {
	border-radius: 10px;
	padding: 3px 7px;
}

.badge-top-left {
	margin-right: -10px;
	right: 100%;
	top: -3px;
}

.badge-top-right {
	margin-left: -10px;
	top: -3px;
}

.badge-bottom-left {
	margin-left: -33px;
	bottom: -12px;
	right: 97%;
}

.badge-bottom-right {
	margin-left: -10px;
	bottom: -12px;
}

.label.label-lg {
	padding: 8px 21px;
}

.label.label-md {
	padding: 6px 14px;
}

.badge-lg {
	padding: 5px 9px;
	font-size: 14px;
}

.badge-md {
	padding: 4px 8px;
	font-size: 14px;
}

span.badge {
	display: inline-block !important;
}

.label-default {
	background-color: #e0e0e0 !important;
	border-color: #e0e0e0;
	box-shadow: none;
	color: #fff;
}

.label-inverse-default {
	border: 1px solid;
	border-color: #e0e0e0;
	color: #e0e0e0 !important;
}

.label-inverse-primary {
	border: 1px solid;
	border-color: #4680ff;
	color: #4680ff !important;
}

.label-inverse-success {
	border: 1px solid;
	border-color: #93BE52;
	color: #93BE52 !important;
}

.label-inverse-warning {
	border: 1px solid;
	border-color: #FFB64D;
	color: #FFB64D !important;
}

.label-inverse-danger {
	border: 1px solid;
	border-color: #FC6180;
	color: #FC6180 !important;
}

.label-inverse-info {
	border: 1px solid;
	border-color: #62d1f3;
	color: #62d1f3 !important;
}

.label-inverse-info-border {
	border: 1px solid;
	border-color: #303548;
	color: #303548 !important;
}

.badge-inverse-default {
	border: 1px solid;
	border-color: #e0e0e0;
	color: #e0e0e0 !important;
}

.badge-inverse-primary {
	border: 1px solid;
	border-color: #4680ff;
	color: #4680ff !important;
}

.badge-inverse-success {
	border: 1px solid;
	border-color: #93BE52;
	color: #93BE52 !important;
}

.badge-inverse-warning {
	border: 1px solid;
	border-color: #FFB64D;
	color: #FFB64D !important;
}

.badge-inverse-danger {
	border: 1px solid;
	border-color: #FC6180;
	color: #FC6180 !important;
}

.badge-inverse-info {
	border: 1px solid;
	border-color: #303548;
	color: #303548 !important;
}

.label-icon {
	position: relative;
}

	.label-icon label {
		position: absolute;
	}

.icofont.icofont-envelope {
	font-size: 20px;
}

/*===== Label and Badges css end =====*/
/* ======================
    All Icon Common Page css
======================== */
.data-table-main.icon-list-demo [class*=col-] {
	margin-bottom: 10px;
}

.data-table-main.icon-svg-demo [class*=col-] {
	margin-bottom: 10px;
}

.icon-list-demo i {
	border: 1px solid #eceeef;
	border-radius: 3px;
	color: rgba(43, 61, 81, 0.7);
	display: inline-block;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin: 0 12px 0 0;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.icon-list-demo div {
	cursor: pointer;
	white-space: nowrap;
	margin-bottom: 10px;
}

.icon-list-demo i:hover {
	color: #64b0f2;
}

/**====== Flag-icon css start ======**/
.flags .f-item {
	padding: 12px;
	border: 1px solid #ddd;
	margin-right: 15px;
	display: inline-block;
}

.data-table-main.flags [class*=col-] {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.content-flag label {
	margin-bottom: 0;
	cursor: pointer;
}

.content-flag .txt-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 120px;
	overflow: hidden;
}

.outer-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}

label.txt-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 135px;
}

.flags .f-item .name,
.flags .f-item .capital {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 0;
}

.flags .f-item .code {
	display: block;
	font-size: 90%;
	color: #999;
	padding-bottom: 0;
}

/**====== All icon common page css end ======**/
/**  =====================
      Data-table css start
==========================  **/
table.table-bordered.dataTable tbody th:focus,
table.table-bordered.dataTable tbody td:focus {
	outline: none;
}

.card .card-block ul.pagination li {
	margin-right: 0;
}

.page-item.active .page-link {
	background-color: #4680ff;
	border-color: #4680ff;
}

.page-link {
	color: #222;
}

td.highlight {
	font-weight: 700;
	color: #62d1f3;
	background-color: #f5f5f5;
}

.table.compact td,
.table.compact th {
	padding: .45rem;
}

.dataTables_paginate .pagination {
	float: right;
}

#multi-table_wrapper .dataTables_paginate .pagination {
	float: none;
}

#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control,
#dt-live-dom .form-control {
	width: 90%;
}

.search-api .global_filter,
.search-api .column_filter {
	margin: 0 auto;
}

.search-api .checkbox-fade {
	display: block;
	text-align: center;
}

td.details-control {
	background: url("../images/details_open.png") no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url("../images/details_close.png") no-repeat center center;
}

#row-select .selected,
#row-delete .selected {
	background-color: #4680ff;
	color: #fff;
}

/*===== Autofill data-table ===== */
div.dt-autofill-list div.dt-autofill-button button {
	background-color: #4680ff;
	border-color: #4680ff;
}

table.dataTable {
	border-collapse: collapse !important;
}

	table.dataTable tbody > tr.selected,
	table.dataTable tbody > tr > .selected {
		background-color: #4680ff;
		color: #fff;
	}

	table.dataTable td.select-checkbox:before,
	table.dataTable th.select-checkbox:before {
		margin-top: 0;
	}

	table.dataTable tr.selected td.select-checkbox:after,
	table.dataTable tr.selected th.select-checkbox:after {
		margin-top: -6px;
		margin-left: -5px;
	}

/*===== Button data-table ===== */
button.dt-button,
div.dt-button,
a.dt-button,
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
	background-color: #4680ff;
	border-color: #4680ff;
	border-radius: 2px;
	color: #fff;
	background-image: none;
	font-size: 14px;
}

	button.dt-button.btn-warning,
	div.dt-button.btn-warning,
	a.dt-button.btn-warning {
		background-color: #FFB64D;
		border-color: #FFB64D;
		border-radius: 2px;
		color: #fff;
		background-image: none;
	}

	button.dt-button.btn-danger,
	div.dt-button.btn-danger,
	a.dt-button.btn-danger {
		background-color: #FC6180;
		border-color: #FC6180;
		border-radius: 2px;
		color: #fff;
		background-image: none;
	}

	button.dt-button.btn-inverse,
	div.dt-button.btn-inverse,
	a.dt-button.btn-inverse {
		background-color: #303548;
		border-color: #303548;
		border-radius: 2px;
		color: #fff;
		background-image: none;
	}

	button.dt-button:hover:not(.disabled),
	div.dt-button:hover:not(.disabled),
	a.dt-button:hover:not(.disabled) {
		background-image: none;
		background-color: #5f92ff;
		border-color: #4680ff;
	}

	button.dt-button.btn-warning:hover:not(.disabled),
	div.dt-button.btn-warning:hover:not(.disabled),
	a.dt-button.btn-warning:hover:not(.disabled) {
		background-image: none;
		background-color: #ffcb80;
		border-color: #FFB64D;
	}

	button.dt-button.btn-danger:hover:not(.disabled),
	div.dt-button.btn-danger:hover:not(.disabled),
	a.dt-button.btn-danger:hover:not(.disabled) {
		background-image: none;
		background-color: #fd93a8;
		border-color: #FC6180;
	}

	button.dt-button.btn-inverse:hover:not(.disabled),
	div.dt-button.btn-inverse:hover:not(.disabled),
	a.dt-button.btn-inverse:hover:not(.disabled) {
		background-image: none;
		background-color: #444c67;
		border-color: #303548;
	}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
	background-color: #4680ff;
	border-color: #4680ff;
	background-image: none;
}

div.dt-buttons {
	clear: both;
}

.card .table-card-header b {
	display: block;
	color: #4680ff;
	margin-top: 15px;
}

.card .table-card-header span {
	color: #135dff;
	display: inline-block;
	margin-top: 0;
}

div.dataTables_wrapper div.dataTables_info {
	display: inline-block;
}

/*===== Colreorder data-table ===== */
table.DTCR_clonedTable.dataTable {
	position: absolute !important;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 202;
}

div.DTCR_pointer {
	width: 1px;
	background-color: #0259C4;
	z-index: 201;
}

/*===== Fixed-column data-table ===== */
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
	background-color: white;
}

div.DTFC_Blocker {
	background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
	margin-bottom: 0;
	z-index: 2;
}

	div.DTFC_LeftWrapper table.dataTable.no-footer,
	div.DTFC_RightWrapper table.dataTable.no-footer {
		border-bottom: none;
	}

th,
td {
	white-space: nowrap;
}

/*===== Fixed-header data-table ===== */
table.fixedHeader-floating {
	position: fixed !important;
	background-color: white;
}

	table.fixedHeader-floating.no-footer {
		border-bottom-width: 0;
	}

table.fixedHeader-locked {
	position: absolute !important;
	background-color: white;
}

@media print {
	table.fixedHeader-floating {
		display: none;
	}
}
/*===== Key-table data-table ===== */
table.dataTable th.focus,
table.dataTable td.focus {
	outline: 3px solid #4680ff;
	outline-offset: -1px;
}

table.dataTable td.focus {
	outline: 1px solid #FC6180;
	outline-offset: -3px;
	background-color: #f8e6e6 !important;
}

#events {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #f6f6f6;
	border: 1px solid #999;
	border-radius: 3px;
	height: 100px;
	overflow: auto;
}

/*===== Row-Re-order data-table ===== */
table.dt-rowReorder-float {
	position: absolute !important;
	opacity: 0.8;
	table-layout: fixed;
	outline: 2px solid #888;
	outline-offset: -2px;
	z-index: 2001;
}

tr.dt-rowReorder-moving {
	outline: 2px solid #555;
	outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
	overflow-x: hidden;
}

table.dataTable td.reorder {
	text-align: center;
	cursor: move;
}

#result {
	border: 1px solid #888;
	background: #f7f7f7;
	padding: 1em;
	margin-bottom: 1em;
}

/*===== Scroller data-table ===== */
div.DTS {
	display: block !important;
}

	div.DTS tbody th,
	div.DTS tbody td {
		white-space: nowrap;
	}

	div.DTS div.DTS_Loading {
		z-index: 1;
	}

	div.DTS div.dataTables_scrollBody table {
		z-index: 2;
	}

	div.DTS div.dataTables_paginate,
	div.DTS div.dataTables_length {
		display: none;
	}

/**====== Data-table css end ======**/
/**  =====================
      Foo-table css start
==========================  **/
.footable .pagination > .active > a,
.footable .pagination > .active > a:focus,
.footable .pagination > .active > a:hover,
.footable .pagination > .active > span,
.footable .pagination > .active > span:focus,
.footable .pagination > .active > span:hover {
	background-color: #4680ff;
	border-color: #4680ff;
}

.footable .pagination > li > a,
.footable .pagination > li > span {
	color: #222;
}

.footable-details.table,
.footable.table,
table.footable > tfoot > tr.footable-paging > td > span.label {
	margin-bottom: 0;
}

table.footable-paging-center > tfoot > tr.footable-paging > td {
	padding-bottom: 0;
}

/**====== Foo-table css end ======**/
/**  =====================
      Handson css start
==========================  **/
.make-me-red {
	color: red;
}

.scroll-container .wtHolder {
	width: 100% !important;
	height: 350px !important;
}

.scroll-container #highlighting .wtHolder,
.scroll-container #populating .wtHolder,
.scroll-container #paginating .wtHolder,
.scroll-container #searching .wtHolder,
.scroll-container #drag .wtHolder,
.scroll-container #validation .wtHolder,
.scroll-container #readOnly .wtHolder,
.scroll-container #nonEditable .wtHolder,
.scroll-container #numericData .wtHolder,
.scroll-container #dateDate .wtHolder,
.scroll-container #timeData .wtHolder,
.scroll-container #checkbox .wtHolder,
.scroll-container #select .wtHolder,
.scroll-container #dropdown .wtHolder,
.scroll-container #autocomplete .wtHolder,
.scroll-container #jQuery .wtHolder,
.scroll-container #chromaJS .wtHolder,
.scroll-container #context .wtHolder,
.scroll-container #configuration .wtHolder,
.scroll-container #copyPaste .wtHolder,
.scroll-container #buttons .wtHolder,
.scroll-container #comments .wtHolder {
	height: auto !important;
}

.handson-pagination {
	margin-top: 30px;
}

.currentRow {
	background-color: #F9F9FB !important;
}

.currentCol {
	background-color: #E7E8EF !important;
}

.contact-table tr td:nth-child(n-2) {
	text-align: center;
}

.contact-table tr td:last-child {
	position: relative;
}

	.contact-table tr td:last-child .dropdown-menu {
		top: 52px;
	}

/**====== Handson css end ======**/
#checkbox-select tr td.select-checkbox, #checkbox-select tr th.select-checkbox {
	padding-left: 30px;
}

	#checkbox-select tr td.select-checkbox:before, #checkbox-select tr td.select-checkbox:after, #checkbox-select tr th.select-checkbox:before, #checkbox-select tr th.select-checkbox:after {
		left: 15px;
	}

.bg-facebook {
	background-color: #3B5997;
}

.text-facebook {
	color: #3B5997;
}

.bg-twiter {
	background-color: #42C0FB;
}

.text-twiter {
	color: #42C0FB;
}

.bg-dribble {
	background-color: #EC4A89;
}

.text-dribble {
	color: #EC4A89;
}

.bg-pinterest {
	background-color: #BF2131;
}

.text-pinterest {
	color: #BF2131;
}

.bg-youtube {
	background-color: #E0291D;
}

.text-youtube {
	color: #E0291D;
}

.bg-googleplus {
	background-color: #C73E2E;
}

.text-googleplus {
	color: #C73E2E;
}

.bg-instagram {
	background-color: #AA7C62;
}

.text-instagram {
	color: #AA7C62;
}

.bg-viber {
	background-color: #7B519D;
}

.text-viber {
	color: #7B519D;
}

.bg-amazon {
	background-color: #000;
}

.text-amazon {
	color: #000;
}

.bg-c-blue {
	background-color: #4680ff;
}

.text-c-blue {
	color: #4680ff;
}

.bg-c-pink {
	background-color: #FC6180;
}

.text-c-pink {
	color: #FC6180;
}

.bg-c-green {
	background-color: #93BE52;
}

.text-c-green {
	color: #93BE52;
}

.bg-c-yellow {
	background-color: #FFB64D;
}

.text-c-yellow {
	color: #FFB64D;
}

.bg-c-orenge {
	background-color: #FE8A7D;
}

.text-c-orenge {
	color: #FE8A7D;
}

.bg-c-lite-green {
	background-color: #69CEC6;
}

.text-c-lite-green {
	color: #69CEC6;
}

.card .card-bg-inverce {
	background-color: #353C4E;
}

.widget-card-1 {
	margin-top: 40px;
	text-align: right;
}

	.widget-card-1 .card1-icon {
		width: 60px;
		height: 60px;
		position: absolute;
		top: -15px;
		font-size: 35px;
		border-radius: 8px;
		display: flex;
		color: #fff;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease-in-out;
	}

	.widget-card-1 .card-block > span {
		color: #919aa3;
	}

	.widget-card-1 h4 {
		font-weight: 400;
		margin-top: 10px;
	}

	.widget-card-1:hover .card1-icon {
		top: -25px;
	}

#viewyourshots {
	height: 450px;
}

	#viewyourshots .chartist-tooltip {
		position: absolute;
		display: inline-block;
		opacity: 0;
		min-width: 50px;
		padding: 5px 10px;
		border-radius: 5px;
		background: #4680ff;
		color: #fff;
		font-weight: 500;
		text-align: center;
		pointer-events: none;
		z-index: 1;
		transition: all 0.3s linear;
	}

		#viewyourshots .chartist-tooltip:before {
			content: "";
			position: absolute;
			border: 5px solid transparent;
			border-right-color: #4680ff;
			border-bottom-color: #4680ff;
			transform: rotate(45deg);
			bottom: -5px;
			left: 50%;
			margin-left: -5px;
		}

		#viewyourshots .chartist-tooltip.tooltip-show {
			opacity: 1;
		}

	#viewyourshots .ct-series-a .ct-area,
	#viewyourshots .ct-series-a .ct-slice-pie {
		fill: rgba(252, 97, 128, 0.7);
	}

	#viewyourshots .ct-series-a .ct-line {
		stroke: #FC6180;
		stroke-width: 6px;
	}

.widget-statstic-card {
	position: relative;
	overflow: hidden;
}

	.widget-statstic-card .st-icon {
		color: #fff;
		font-size: 23px;
		padding: 40px 40px 20px 20px;
		border-radius: 50%;
		position: absolute;
		top: -30px;
		right: -30px;
		transition: all 0.3s ease-in-out;
	}

	.widget-statstic-card h2 {
		font-weight: 600;
		display: inline-block;
	}

	.widget-statstic-card span {
		border-radius: 30px;
		background-color: #c5d8ff;
		padding: 5px 20px;
		color: #4680ff;
		font-weight: 600;
	}

	.widget-statstic-card:hover .st-icon {
		font-size: 50px;
	}

.prod-order-card #solid-gauge {
	height: 400px;
}

.prod-order-card ul {
	margin-top: #e9e9e9;
}

	.prod-order-card ul li {
		display: inline-block;
		width: 32.5%;
		margin-top: 30px;
	}

		.prod-order-card ul li .legend-icon {
			display: inline-block;
			vertical-align: super;
		}

			.prod-order-card ul li .legend-icon span {
				display: block;
				border-radius: 50%;
				width: 15px;
				height: 15px;
				margin-right: 10px;
			}

		.prod-order-card ul li .legend-cont {
			display: inline-block;
		}

			.prod-order-card ul li .legend-cont p {
				margin-bottom: 0;
				line-height: 1;
				font-weight: 600;
				font-size: 14px;
			}

			.prod-order-card ul li .legend-cont span {
				color: #919aa3;
			}

.widget-last-task .to-do-list {
	border: 0;
	padding: 0;
	margin: 0;
}

	.widget-last-task .to-do-list .check-task {
		margin-bottom: 20px;
	}

	.widget-last-task .to-do-list .cr {
		border-radius: 5px;
		border: 2px solid #CFD4D8;
		cursor: pointer;
		display: inline-block;
		float: left;
		top: 10px;
		height: 22px;
		margin-right: 1.2em;
		position: relative;
		width: 22px;
	}

	.widget-last-task .to-do-list p {
		display: block;
		margin-bottom: 0;
	}

	.widget-last-task .to-do-list .check-task span {
		display: table-cell;
		font-weight: 600;
	}

.card-power h2 {
	font-weight: 600;
	display: inline-block;
}

.card-power span {
	font-size: 20px;
	margin-left: 5px;
}

.card-power .map-area h6 {
	display: inline-block;
	font-weight: 600;
}

.card-power .map-area span {
	font-size: inherit;
	margin-left: 0;
	font-weight: 600;
}

.card-power .map-area p {
	line-height: 18px;
}

.widget-visitor-card {
	overflow: hidden;
	padding: 10px 0;
}

	.widget-visitor-card i {
		color: #fff;
		font-size: 80px;
		position: absolute;
		bottom: -10px;
		opacity: 0.3;
		left: -10px;
		transform: rotate(15deg);
		transition: all 0.3s ease-in-out;
	}

	.widget-visitor-card:hover i {
		transform: rotate(0deg) scale(1.4);
		opacity: 0.5;
	}

.widget-card-user .card-user img {
	border-radius: 5px;
}

.widget-card-user .card-user h4 {
	font-size: 20px;
	margin-bottom: 0;
}

.widget-card-user .card-user .card-bedges {
	position: absolute;
	top: 15px;
	right: 15px;
}

.widget-card-user .card-footer {
	background-color: #F6F7FB;
	border-top: 0;
	padding: 1rem 1.25rem;
}

	.widget-card-user .card-footer .footer-menu + .footer-menu {
		border-left: 2px solid #F0F1F5;
	}

.card-current-prog .table tr .last-line {
	display: inline-block;
}

	.card-current-prog .table tr .last-line p {
		position: relative;
		line-height: 1;
	}

		.card-current-prog .table tr .last-line p:after {
			content: '|';
			position: absolute;
			color: #ccc;
			font-size: 23px;
			padding: 0 40px;
			top: -5;
		}

.card-current-prog .table tr td {
	vertical-align: middle;
	width: calc(100% / 3);
	padding-bottom: 5px;
}

	.card-current-prog .table tr td .card-img {
		display: inline-block;
		top: -10px;
		position: relative;
		width: auto;
	}

		.card-current-prog .table tr td .card-img img {
			width: 40px;
		}

	.card-current-prog .table tr td .card-contain {
		display: inline-block;
		margin-left: 10px;
	}

	.card-current-prog .table tr td i {
		display: inline-block;
		margin-right: 20px;
	}

	.card-current-prog .table tr td p {
		display: inline-block;
		margin-bottom: 0;
	}

	.card-current-prog .table tr td h6 {
		font-style: 0.9rem;
		font-weight: 600;
		margin-bottom: 0;
	}

	.card-current-prog .table tr td .card-icon-time {
		display: inline-block;
		margin-left: 80px;
	}

		.card-current-prog .table tr td .card-icon-time + .card-icon-time {
			margin-left: 40px;
		}

	.card-current-prog .table tr td .progress {
		width: 55%;
		height: 10px;
		text-align: center;
		margin: 0 auto;
		background-color: #CDD8DC;
		border-radius: 30px;
	}

		.card-current-prog .table tr td .progress .progress-bar {
			border-radius: 30px;
		}

.card-current-prog .table tr:first-child td {
	border-top: none;
}

.customer-card h3 {
	font-weight: 600;
}

.profile-view p {
	font-weight: 600;
	font-size: 14px;
}

.profile-view span {
	font-size: 26px;
}

.profile-comp-block input.dial {
	color: #353c4e !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	padding: 22px !IMPORTANT;
	HEIGHT: auto !important;
	margin-top: 37px !important;
}

.cal-card .calendar-arrow .next,
.cal-card .calendar-arrow .prev {
	position: absolute;
	top: 50%;
	background-color: #FC6180;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
}

.cal-card .calendar-arrow .prev {
	left: -15px;
	padding: 1px 6px;
}

.cal-card .calendar-arrow .next {
	right: -15px;
	padding: 1px 8px;
}

.cal-event .inverse-card {
	width: 100%;
	height: 100%;
	border-radius: 0 7px 7px 0;
	padding: 35px;
	background-color: #353C4E;
}

	.cal-event .inverse-card h5 {
		font-weight: 600;
		color: #fff;
		position: relative;
		padding-bottom: 10px;
		margin-right: 0;
		display: block;
	}

		.cal-event .inverse-card h5:after {
			content: "";
			position: absolute;
			width: 60px;
			height: 3px;
			left: 0;
			right: 0;
			margin: 0 auto;
			bottom: 0;
			background-color: #5E6575;
		}

	.cal-event .inverse-card p {
		position: relative;
		color: #5E6575;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 20px;
	}

		.cal-event .inverse-card p:after {
			content: "";
			position: absolute;
			width: 100%;
			height: 3px;
			bottom: 0;
			left: 0;
			background-color: #5E6575;
		}

		.cal-event .inverse-card p .event-close {
			border-radius: 50%;
			padding: 2px;
			color: #222;
			font-size: 10px;
			position: absolute;
			font-weight: 600;
			top: 30px;
			right: -4px;
		}

	.cal-event .inverse-card .btn-event {
		padding: 4px 7px;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		border-radius: 6px;
		background-color: #242936;
	}

.card-notification {
	position: relative;
}

	.card-notification:before {
		content: "";
		width: 15px;
		height: 15px;
		border: 2px solid;
		border-radius: 50%;
		position: absolute;
	}

	.card-notification:nth-child(1):before {
		border-color: #4680ff;
	}

	.card-notification:nth-child(2):before {
		border-color: #FC6180;
	}

	.card-notification:nth-child(3):before {
		border-color: #93BE52;
	}

	.card-notification:nth-child(4):before {
		border-color: #FFB64D;
	}

	.card-notification:nth-child(5):before {
		border-color: #FE8A7D;
	}

	.card-notification:nth-child(6):before {
		border-color: #69CEC6;
	}

	.card-notification:after {
		content: "";
		background: #e0e0e0;
		height: 100%;
		width: 1px;
		position: absolute;
		top: 22px;
		left: 7px;
	}

	.card-notification:last-child:after {
		display: none;
	}

	.card-notification small {
		font-size: 12px;
	}

	.card-notification p {
		font-size: 14px;
	}

	.card-notification .card-noti-conatin {
		margin-left: 30px;
	}

.client-description .client {
	margin: 0 auto;
	display: block;
	width: 160px;
}

.client-description .founder-block {
	text-align: center;
}

	.client-description .founder-block i {
		display: block;
	}

.client-description a,
.client-description p {
	font-weight: 600;
}

.marketing-card .table thead th {
	border-bottom: none;
	border-top: none;
}

.marketing-card .table tbody tr:first-child td {
	border-top: none;
}

.marketing-card .table tbody .marketing-header {
	background-color: #f7f7f7;
}

.marketing-card .table tbody td {
	vertical-align: middle;
}

	.marketing-card .table tbody td p {
		margin-bottom: 0;
		display: inline-block;
	}

	.marketing-card .table tbody td .table-contain {
		display: inline-block;
		margin-left: 10px;
	}

	.marketing-card .table tbody td span {
		font-weight: 600;
	}

	.marketing-card .table tbody td h6 {
		margin-bottom: 0;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.5;
	}

	.marketing-card .table tbody td .dropdown-toggle {
		background-color: transparent;
		border: none;
		padding: 0;
	}

		.marketing-card .table tbody td .dropdown-toggle i {
			margin-right: 0;
		}

		.marketing-card .table tbody td .dropdown-toggle:after {
			display: none;
		}

	.marketing-card .table tbody td .social-icon {
		width: 15px;
		height: 15px;
		padding: 6px 8px;
		border-radius: 50%;
		color: #fff;
		font-size: 20px;
		top: -10px;
		position: relative;
	}

	.marketing-card .table tbody td .btn-action {
		position: relative;
		padding: 6px 18px 6px 32px;
	}

		.marketing-card .table tbody td .btn-action:after {
			content: "";
			position: absolute;
			border-radius: 50%;
			width: 10px;
			height: 10px;
			left: 12px;
			top: 10px;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-blue:after {
			background-color: #4680ff;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-pink:after {
			background-color: #FC6180;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-green:after {
			background-color: #93BE52;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-yellow:after {
			background-color: #FFB64D;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-orenge:after {
			background-color: #FE8A7D;
		}

		.marketing-card .table tbody td .btn-action.btn-bg-c-lite-green:after {
			background-color: #69CEC6;
		}

.marketing-card .marketing-card-footer .tab-cont > p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: 600;
	margin-top: -8px;
}

	.marketing-card .marketing-card-footer .tab-cont > p i {
		font-size: 20px;
		margin: 0 5px;
	}

#visitoranalsis .pieLabel > div {
	font-size: 13px !important;
}

.client-map img {
	vertical-align: top;
	width: 90px;
}

.client-map .client-detail {
	margin-bottom: 20px;
}

	.client-map .client-detail img {
		border-radius: 5px;
	}

.client-map .client-profile {
	float: left;
}

.client-map .client-contain {
	display: inline-block;
	margin-left: 20px;
}

	.client-map .client-contain h5 {
		color: #222;
		display: block;
		text-transform: capitalize;
		font-weight: 600;
		font-size: 18px;
		padding-bottom: 10px;
	}

.client-map .client-card-box {
	border: 1px solid #ccc;
	border-radius: 5px;
}

	.client-map .client-card-box .client-border {
		border-right: 1px solid #ccc;
	}

@media only screen and (max-width: 575px) {
	.client-map .client-card-box .client-border {
		border-right: none;
	}
}

.client-map .client-card-box .client-border-card {
	border-top: 1px solid #ccc;
}

.card-blue {
	background-color: #5087ff;
}

.card-pink {
	background-color: #fc6b88;
}

.card-green {
	background-color: #98c159;
}

.card-yellow {
	background-color: #ffba57;
}

.card-blue,
.card-green,
.card-pink,
.card-yellow {
	overflow: hidden;
}

	.card-blue .value-badges,
	.card-green .value-badges,
	.card-pink .value-badges,
	.card-yellow .value-badges {
		position: absolute;
		top: 10px;
		right: 5px;
		letter-spacing: 1.8px;
	}

.total-card .text-left h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 5px;
}

.total-card .text-left p {
	color: #fff;
	font-size: 15px;
}

.visitor-map .btn-default {
	background-color: transparent;
	color: #bdc3c7;
	border-color: #bdc3c7;
	cursor: pointer;
	transition: all ease-in 0.3s;
}

.visitor-map .visitor-graph {
	height: 400px;
}

.visitor-card h2 {
	font-weight: 400;
}

	.visitor-card h2 span {
		font-weight: 400;
	}

.visitor-card .progress {
	height: 8px;
}

	.visitor-card .progress .progress-bar {
		border-radius: 30px;
	}

.visitor-card i {
	font-size: 40px;
	float: right;
	opacity: 0.5;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.visitor-card:hover i {
	opacity: 1;
	transform: scale(1.5) rotate(360deg);
}

.review-resourse table tbody td {
	border-top: none;
	padding: 1rem;
}

	.review-resourse table tbody td .trafic-resorce {
		height: 40px;
		width: 100%;
	}

	.review-resourse table tbody td h6 {
		margin-bottom: 0;
		line-height: 1.5;
	}

	.review-resourse table tbody td .peity {
		width: 100px;
		height: 25px;
	}

.review-task {
	overflow: auto;
}

#visitoranalsis {
	width: 100%;
	height: 400px;
}

.review-task .table td {
	vertical-align: middle;
}

	.review-task .table td img {
		display: inline-block;
	}

	.review-task .table td p {
		display: inline-block;
		margin-bottom: 0;
	}

	.review-task .table td h6 {
		margin-bottom: 0;
		font-size: 0.9rem;
		font-weight: 600;
	}

	.review-task .table td .review-date {
		margin-bottom: 0;
		position: relative;
		padding-right: 15px;
	}

		.review-task .table td .review-date:after {
			content: '|';
			position: absolute;
			font-size: 15px;
			padding: 0 6px;
		}

	.review-task .table td i + i {
		margin-left: 5px;
	}

.review-task .table tbody tr {
	cursor: pointer;
}

	.review-task .table tbody tr:first-child td {
		border-top: none;
	}

.last-week-card i {
	opacity: 0.65;
	transition: all 0.3s ease-in-out;
}

.last-week-card p {
	font-weight: 600;
}

.last-week-card span {
	letter-spacing: 0.9px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 400;
}

.last-week-card:hover i {
	opacity: 1;
}

.review-project thead th {
	border-bottom: none;
	border-top: none;
}

.review-project tbody tr:first-child td {
	border-top: none;
}

.review-project tbody tr td h6,
.review-project tbody tr td p {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.4;
}

.review-project .peity {
	width: 30px;
	height: 30px;
}

.review-project img {
	vertical-align: top;
}

.review-project .project-contain {
	margin-left: 15px;
	display: inline-block;
}

.review-project .progress {
	width: 100%;
	height: 8px;
	background-color: #CDD8DC;
	border-radius: 30px;
	position: relative;
	overflow: inherit;
}

	.review-project .progress .progress-bar {
		border-radius: 30px;
	}

	.review-project .progress label {
		position: absolute;
		top: -22px;
		right: 0;
		color: #222;
		font-weight: 600;
		font-size: 12px;
	}

.whether-card .card-footer h4 small {
	font-size: 60%;
}

.whether-card .daily-whether h5 {
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.whether-card .daily-whether > div .climacon {
	display: block;
	margin: 35px auto;
	width: 70px;
	height: 70px;
}

.whether-card .daily-whether > div:nth-child(1) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(1) .climacon_component-stroke {
	fill: #4680ff;
}

.whether-card .daily-whether > div:nth-child(2) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(2) .climacon_component-stroke {
	fill: #FC6180;
}

.whether-card .daily-whether > div:nth-child(3) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(3) .climacon_component-stroke {
	fill: #93BE52;
}

.whether-card .daily-whether > div:nth-child(4) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(4) .climacon_component-stroke {
	fill: #FFB64D;
}

.whether-card .daily-whether > div:nth-child(5) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(5) .climacon_component-stroke {
	fill: #FE8A7D;
}

.whether-card .daily-whether > div:nth-child(6) .climacon_component-fill,
.whether-card .daily-whether > div:nth-child(6) .climacon_component-stroke {
	fill: #69CEC6;
}

.online-form h3 {
	display: inline-block;
}

.online-form span {
	vertical-align: text-top;
	margin-left: 10px;
}

	.online-form span i {
		color: #ddd;
	}

.revenue-map p {
	display: inline-block;
}

.revenue-map #revenue-generate-graph + svg,
.revenue-map #tax-deduction-graph + svg {
	height: 150px;
	width: 100%;
}

.revenue-map .order-graph + .peity {
	width: 100px;
	height: 100px;
}

.add-task-card .btn-card {
	text-transform: uppercase;
	font-size: 13px;
	padding: 5px 10px;
	margin: 0px 10px;
	color: #fff;
	border-radius: 5px;
}

.add-task-card .to-do-list {
	padding: 0;
	margin-bottom: 20px;
}

	.add-task-card .to-do-list .checkbox-fade .cr {
		margin-right: 20px;
	}

	.add-task-card .to-do-list .task-card-img h6 {
		line-height: 1.5;
		font-size: 0.85rem;
	}

	.add-task-card .to-do-list p {
		font-style: italic;
	}

.add-task-card .task-card-img {
	position: relative;
}

	.add-task-card .task-card-img img {
		margin-top: 10px;
		border-radius: 5px;
	}

.card-progress .progress {
	height: 8px;
	width: 100%;
	position: relative;
	top: 8px;
	left: 0;
	border-radius: 0;
	overflow: inherit;
}

.visitor-chart-card {
	position: relative;
}

	.visitor-chart-card span {
		position: relative;
		top: -5px;
		margin-left: 10px;
	}

		.visitor-chart-card span i {
			color: #ddd;
		}

	.visitor-chart-card .card-time {
		position: absolute;
		top: -35px;
		right: 50px;
	}

		.visitor-chart-card .card-time .btn {
			padding: 6px 15px;
			border-radius: 7px;
			font-size: 13px;
		}

.recent-candidate-card thead th {
	border-bottom: none;
	border-top: none;
	font-weight: 600;
}

.recent-candidate-card tbody tr td {
	vertical-align: middle;
}

	.recent-candidate-card tbody tr td h6 {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		margin: 0;
	}

	.recent-candidate-card tbody tr td p {
		line-height: 1.4;
		margin-bottom: 0;
	}

.recent-candidate-card tbody tr:first-child td {
	border-top: none;
}

.recent-candidate-card .recent-contain {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 10px;
}

.recent-candidate-card .border-img-view img {
	width: 40px;
	height: 40px;
}

.recent-candidate-card .border-img-view .btn,
.recent-candidate-card .border-img-view a + a > img {
	margin-left: -20px;
}

.card-map .card-header .card-header-right i {
	color: #fff;
}

.card-map h2,
.card-map h5,
.card-map h6,
.card-map i {
	color: #fff;
}

	.card-map h2 i {
		opacity: 0.5;
	}

.card-chart {
	position: relative;
}

	.card-chart .card-chart-right {
		position: absolute;
		right: 30px;
		top: 18px;
	}

.card-view img {
	vertical-align: top;
}

.card-view .card-view-contain p {
	color: #f1f1f1;
}

.card-view .progress {
	width: 100%;
	height: 10px;
	background-color: #f1f1f1;
	border-radius: 4px;
}

	.card-view .progress .progress-bar {
		border-radius: 4px;
	}

.card-view h5,
.card-view p,
.card-view span {
	color: #fff;
}

.monthly-earning {
	position: relative;
	overflow: hidden;
}

	.monthly-earning .monthly-data {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		left: 0;
		background-color: rgba(231, 231, 231, 0.82);
		text-align: center;
	}

		.monthly-earning .monthly-data > div {
			height: 100%;
		}

			.monthly-earning .monthly-data > div > div {
				padding-top: 40px;
				padding-bottom: 40px;
			}

				.monthly-earning .monthly-data > div > div:first-child {
					background-color: rgba(70, 128, 255, 0.8);
					height: 100%;
				}

					.monthly-earning .monthly-data > div > div:first-child h3,
					.monthly-earning .monthly-data > div > div:first-child h5 {
						color: #fff;
					}

.card-customer .progress {
	width: 100%;
	height: 9px;
	background-color: #CCC;
	border-radius: 30px;
}

	.card-customer .progress .progress-bar {
		border-radius: 30px;
		transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
		position: relative;
	}

		.card-customer .progress .progress-bar:before {
			content: "";
			opacity: 0;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #fff;
			border-radius: 10px;
			-webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
			animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
		}

.card-overview span {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	position: absolute;
	top: 8px;
	left: 15px;
}

.card-comment {
	transition: all ease-in-out 0.5s;
}

	.card-comment .card-block-small {
		border-bottom: 1px solid #f1f1f1;
	}

		.card-comment .card-block-small .comment-desc h6 {
			font-weight: 600;
		}

		.card-comment .card-block-small .comment-desc .btn-comment {
			font-size: 13px;
			padding: 5px 20px;
			line-height: 1;
			color: #fff;
		}

		.card-comment .card-block-small:hover {
			background-color: #F1F1F1;
		}

.browser-card .btn-browser {
	padding: 2px 10px;
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}

.card-contact-box img {
	border-radius: 5px;
}

.card-contact-box .f-btn {
	cursor: pointer;
}

	.card-contact-box .f-btn:hover {
		background-color: #f1f1f1;
	}

.card-contact-box .card-contain {
	position: relative;
}

	.card-contact-box .card-contain p {
		position: relative;
	}

		.card-contact-box .card-contain p:after {
			content: "";
			position: absolute;
			width: 90px;
			height: 2px;
			margin: 0 auto;
			bottom: 0;
			left: 0;
			right: 0;
			background-color: #919aa3;
		}

.weather-update .climacon {
	width: 170px;
	height: 110px;
}

	.weather-update .climacon .climacon_component-stroke {
		fill: #FC6180;
	}

.card-statistics .label {
	border-radius: 30px;
	padding: 3px 10px;
	font-size: 13px;
}

.card-statistics .stats-block {
	display: flex;
	align-items: center;
}

.card-feed .feed-card-info i {
	padding: 10px;
	border-radius: 50%;
}

.card-feed .feed-card-info p {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (max-width: 480px) {
	.card-feed .feed-card-info span {
		display: none;
	}
}

.card-feed .feed-card-info:nth-child(1) i {
	color: #0046df;
	background-color: #acc6ff;
}

.card-feed .feed-card-info:nth-child(2) i {
	color: #f20534;
	background-color: #fec5d0;
}

.card-feed .feed-card-info:nth-child(3) i {
	color: #5d7c2e;
	background-color: #c1da9c;
}

.card-feed .feed-card-info:nth-child(4) i {
	color: #e68800;
	background-color: #ffe0b3;
}

.card-feed .feed-card-info:nth-child(5) i {
	color: #fd2f18;
	background-color: #ffe5e2;
}

.card-feed .feed-card-info:nth-child(6) i {
	color: #339e95;
	background-color: #b6e7e3;
}

.card-feed .feed-card-info:nth-child(7) i {
	color: #0046df;
	background-color: #acc6ff;
}

.card-feed .feed-card-info:nth-child(8) i {
	color: #f20534;
	background-color: #fec5d0;
}

.card-feed .feed-card-info:nth-child(9) i {
	color: #5d7c2e;
	background-color: #c1da9c;
}

.card-feed .feed-card-info:nth-child(10) i {
	color: #e68800;
	background-color: #ffe0b3;
}

.card-feed .feed-card-info:nth-child(11) i {
	color: #fd2f18;
	background-color: #ffe5e2;
}

.card-feed .feed-card-info:nth-child(12) i {
	color: #339e95;
	background-color: #b6e7e3;
}

.sales-revenue-card .card-header .card-header-right i {
	color: #fff;
}

.sales-revenue-card .card-header h5 {
	color: #fff;
}

.sales-revenue-card h6 {
	color: #fff;
}

.sales-revenue-card h2 {
	color: #fff;
	letter-spacing: 1.2px;
}

.statetic-card {
	position: relative;
}

	.statetic-card .btn-default {
		background-color: transparent;
		position: absolute;
		right: 50px;
		top: -100px;
		border-radius: 6px;
		padding: 6px 15px;
		color: #666;
		font-size: 13px;
	}

	.statetic-card .icon-stat {
		position: relative;
		top: -8px;
	}

.task-sale-card p {
	line-height: 15px;
}

.week-sales-card .card-header h5 {
	color: #fff;
}

.week-sales-card .card-header .card-header-right i {
	color: #fff;
}

.green-contain-card .card-header .card-header-right i {
	color: #fff;
}

.green-contain-card h4 {
	color: #fff;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.green-contain-card .card {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.amount-card {
	overflow: hidden;
}

	.amount-card #amount-processed + svg,
	.amount-card #amount-spent + svg,
	.amount-card #profit-processed + svg {
		width: 100%;
		height: 100px;
	}

#realtimeupdate {
	width: 100%;
	height: 190px;
	overflow: hidden;
	border-radius: 0 0 7px 7px;
}

#monthlyprofit-1,
#monthlyprofit-2,
#monthlyprofit-3 {
	text-align: center;
}

	#monthlyprofit-1 + svg,
	#monthlyprofit-2 + svg,
	#monthlyprofit-3 + svg {
		height: 30px;
		width: 100%;
		display: block;
	}

		#monthlyprofit-1 + svg polyline,
		#monthlyprofit-2 + svg polyline,
		#monthlyprofit-3 + svg polyline {
			stroke-width: 2;
		}

.sentiment-card .sentiment-center {
	align-items: center;
}

.revenue-card {
	position: relative;
	top: 19px;
}

	.revenue-card span {
		border-radius: 50%;
		width: 10px;
		height: 10px;
		position: absolute;
		left: 0;
		top: 6px;
	}

.widget-chat-box .media .send-chat, .widget-chat-box .media .receive-chat {
	position: relative;
	background-color: #E6EDFD;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 30px;
	max-width: 250px;
	overflow: visible;
}

	.widget-chat-box .media .send-chat:before, .widget-chat-box .media .receive-chat:before {
		content: '';
		position: absolute;
		height: 12px;
		width: 12px;
		border: 10px solid transparent;
		border-right: 15px solid #E6EDFD;
		left: -20px;
		top: 8px;
	}

	.widget-chat-box .media .send-chat .time, .widget-chat-box .media .receive-chat .time {
		position: absolute;
		bottom: -27px;
		right: 0;
		font-size: 12px;
	}

.widget-chat-box .media .receive-chat {
	background-color: #f7f7f7;
}

	.widget-chat-box .media .receive-chat:before {
		left: auto;
		right: -26px;
		border-left: 15px solid #f7f7f7;
		border-right: 15px solid transparent;
	}

	.widget-chat-box .media .receive-chat .time {
		left: 0;
	}

.tab-card .media {
	margin-bottom: 10px;
}

	.tab-card .media:last-child {
		margin-bottom: 0;
	}

#project-overview-chart .c3-chart-arc text {
	fill: none;
}

#revenue-report + svg {
	height: 150px;
	width: 100%;
}

#project-over-sub-1 + svg,
#project-over-sub-2 + svg,
#project-over-sub-3 + svg {
	height: 50px;
	width: 100%;
}

#sales-revenue-chart .c3-chart-arcs-title {
	font-size: 20px;
	color: #fff !important;
}

#sales-revenue-chart .c3-legend-item {
	display: none;
}

.progressbar-v-1 .chart,
.progressbar-v-2 .chart,
.progressbar-v-3 .chart {
	text-align: center;
}

#revenue-status-d-graph,
#revenue-status-w-graph {
	height: 50px;
}

.feature-card-box .feature-icon {
	width: 70px;
	height: 70px;
	border-radius: 10px;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	font-size: 35px;
	transition: all 0.3s ease-in-out;
}

.feature-card-box:hover .feature-icon {
	transform: scale(1.2);
	box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.44);
	border-radius: 0;
}

.sales-menu-card .valign-wrapper {
	align-items: center;
}

	.sales-menu-card .valign-wrapper .sales-icon {
		top: -10px;
		position: relative;
	}

.user-status-card .card-header .card-header-right i {
	color: #fff;
}

.user-status-card h2,
.user-status-card h5,
.user-status-card h6 {
	color: #fff;
}

.user-status-card .progress {
	width: 100%;
	height: 10px;
	background-color: #f1f1f1;
	border-radius: 30px;
}

	.user-status-card .progress .progress-bar {
		border-radius: 30px;
	}

	.user-status-card .progress .bg-darken-blue {
		background-color: #1d64ff;
	}

	.user-status-card .progress .bg-darken-pink {
		background-color: #fb3960;
	}

	.user-status-card .progress .bg-darken-yellow {
		background-color: #ffa524;
	}

.serve-card .serve-chart-list {
	align-items: center;
}

	.serve-card .serve-chart-list h6 {
		position: relative;
		margin-left: 40px;
	}

		.serve-card .serve-chart-list h6:before {
			content: "";
			position: absolute;
			width: 22px;
			height: 6px;
			border-radius: 30px;
			background-color: #93BE52;
			top: 6px;
			left: -39px;
		}

		.serve-card .serve-chart-list h6:last-child:before {
			background-color: #ccc;
		}

.curr-plan-card .plan-icon {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(148, 181, 253, 0.49);
	font-size: 40px;
	color: #fff;
	padding: 14px;
}

.email-sent-card {
	position: relative;
}

	.email-sent-card .card-week {
		position: absolute;
		top: 25px;
		right: 50px;
	}

		.email-sent-card .card-week .btn {
			padding: 6px 15px;
			border-radius: 7px;
			font-size: 13px;
		}

	.email-sent-card p {
		position: relative;
		margin-left: 25px;
	}

		.email-sent-card p:before {
			content: "";
			position: absolute;
			width: 18px;
			height: 5px;
			border-radius: 30px;
			background-color: #93BE52;
			top: 9px;
			left: -25px;
		}

	.email-sent-card .card-block > div > div:nth-child(2) p:before {
		background-color: #4680ff;
	}

	.email-sent-card .card-block > div > div:nth-child(3) p:before {
		background-color: #FC6180;
	}

	.email-sent-card .card-block > div > div:nth-child(4) p:before {
		background-color: #FFB64D;
	}

.balance-card .progress {
	width: 100%;
	height: 8px;
	background-color: #E5E5E5;
	border-radius: 30px;
}

	.balance-card .progress .progress-bar {
		border-radius: 30px;
	}

.feed-card .card-block {
	position: relative;
	padding-left: 15px;
}

	.feed-card .card-block .border-feed {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		transition: all 0.3s ease-in-out;
	}

		.feed-card .card-block .border-feed i {
			position: absolute;
			top: calc(50% - 20px);
			left: 0;
			right: 0;
			text-align: center;
			color: #fff;
			transition: all 0.3s ease-in-out;
		}

.feed-card:hover .border-feed.bg-c-blue {
	background-color: rgba(70, 128, 255, 0.3);
}

	.feed-card:hover .border-feed.bg-c-blue i {
		color: #4680ff;
	}

.feed-card:hover .border-feed.bg-c-pink {
	background-color: rgba(252, 97, 128, 0.3);
}

	.feed-card:hover .border-feed.bg-c-pink i {
		color: #FC6180;
	}

.feed-card:hover .border-feed.bg-c-green {
	background-color: rgba(147, 190, 82, 0.3);
}

	.feed-card:hover .border-feed.bg-c-green i {
		color: #93BE52;
	}

.feed-card:hover .border-feed.bg-c-yellow {
	background-color: rgba(255, 182, 77, 0.3);
}

	.feed-card:hover .border-feed.bg-c-yellow i {
		color: #FFB64D;
	}

.user-detail-card .contact-icon .btn-default {
	background-color: #f1f1f1;
	color: #A5B0BD;
	border: 0;
	font-size: 20px;
	padding: 6px 10px;
	border-radius: 5px;
	transition: all ease-in-out 0.3s;
}

	.user-detail-card .contact-icon .btn-default + .btn-default {
		margin-left: 0;
	}

	.user-detail-card .contact-icon .btn-default:hover {
		background-color: #c5d8ff;
		color: #4680ff;
	}

.user-detail-card .user-detail i {
	margin-right: 10px;
}

.user-detail-card .user-detail > div {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
}

	.user-detail-card .user-detail > div h6 {
		margin-bottom: 0;
		line-height: 1.5;
		font-size: 15px;
	}

	.user-detail-card .user-detail > div:last-child {
		border-bottom: none;
	}

.user-detail-card .user-detail div:nth-child(1) i {
	color: #4680ff;
}

.user-detail-card .user-detail div:nth-child(2) i {
	color: #FC6180;
}

.user-detail-card .user-detail div:nth-child(3) i {
	color: #93BE52;
}

.user-detail-card .user-detail div:nth-child(4) i {
	color: #FFB64D;
}

.user-detail-card .user-detail div:nth-child(5) i {
	color: #FE8A7D;
}

.user-detail-card .user-detail div:nth-child(6) i {
	color: #69CEC6;
}

.user-detail-card .user-detail div:nth-child(7) i {
	color: #4680ff;
}

.user-detail-card .user-detail div:nth-child(8) i {
	color: #FC6180;
}

.user-detail-card .user-detail div:nth-child(9) i {
	color: #93BE52;
}

.user-detail-card .user-detail div:nth-child(10) i {
	color: #FFB64D;
}

.user-detail-card .user-detail div:nth-child(11) i {
	color: #FE8A7D;
}

.user-detail-card .user-detail div:nth-child(12) i {
	color: #69CEC6;
}

@media only screen and (max-width: 575px) {
	.user-detail-card .user-detail {
		padding-top: 15px;
	}

		.user-detail-card .user-detail .m-b-30 {
			margin-bottom: 5px;
		}

		.user-detail-card .user-detail .row > div:nth-child(2) h6 {
			margin-left: 25px;
			line-height: 1.5;
			margin-bottom: 20px;
		}
}

.invite-card hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #ccc;
	width: 100px;
}

.invite-card .invite-card-chart {
	position: relative;
}

	.invite-card .invite-card-chart .invite-card-cont {
		position: absolute;
		width: 100%;
		bottom: 10px;
	}

		.invite-card .invite-card-chart .invite-card-cont i {
			display: block;
			font-size: 35px;
			transform: rotate(25deg);
		}

.timing-cloude {
	position: relative;
	line-height: 0;
}

	.timing-cloude .dash {
		display: inline-block;
		width: 70px;
		height: 70px;
		border-radius: 5px;
	}

		.timing-cloude .dash .digit {
			display: inline-table;
			color: #fff;
			font-size: 45px;
			line-height: 1.5;
		}

		.timing-cloude .dash .delimeter {
			top: 24px;
			left: 0;
			right: 0;
			font-size: 80px;
			color: #919AA3;
			position: absolute;
		}

.project-task .table {
	margin-bottom: 1.4rem;
}

.project-task thead th {
	border-bottom: none;
	border-top: none;
}

.project-task tbody tr {
	cursor: pointer;
}

	.project-task tbody tr td {
		vertical-align: middle;
	}

.project-task .task-contain h6 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	line-height: 2.5;
	margin-bottom: 0;
	font-weight: 600;
}

.project-task .progress {
	width: 55%;
	height: 5px;
	text-align: center;
	margin: 0 auto;
	background-color: #E5E5E5;
	border-radius: 30px;
}

	.project-task .progress .progress-bar {
		border-radius: 30px;
	}

#world-map-markers svg g,
#world-map-vititors svg g {
	transform-origin: 0% 0% !important;
}

.past-payment-card thead th {
	border-bottom: none;
	border-top: none;
}

.past-payment-card tbody tr:last-child td {
	padding-bottom: 0;
}

.past-payment-card tbody tr td {
	vertical-align: middle;
}

.past-payment-card tbody tr:first-child td {
	border-top: none;
}

.past-payment-card img {
	width: 40px;
}

#design-graph-1,
#design-graph-2,
#design-graph-3 {
	height: 60px;
	width: 150px;
}

.blue-contain-card .card {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.order-task .order-icon {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	text-align: center;
	padding: 8px;
}

.order-task .order-blue-task .order-icon {
	border: 2px solid #4680ff;
	background-color: #c5d8ff;
}

.order-task .order-blue-task .border-top-blue {
	border-top: 1px solid #4680ff;
}

.order-task .order-pink-task .order-icon {
	border: 2px solid #FC6180;
	background-color: #fedee5;
}

.order-task .order-pink-task .border-top-pink {
	border-top: 1px solid #FC6180;
}

.order-task .order-yellow-task .order-icon {
	border: 2px solid #FFB64D;
	background-color: #ffeacc;
}

.order-task .order-yellow-task .border-top-yellow {
	border-top: 1px solid #FFB64D;
}

.view-card .border-img-view {
	border-top: 2px dotted #e0e0e0;
}

	.view-card .border-img-view img {
		width: 40px;
		border-radius: 5px;
	}

.view-card .chart-div {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

	.view-card .chart-div .chart-more-icon {
		position: absolute;
		bottom: -25px;
		right: -20px;
	}

		.view-card .chart-div .chart-more-icon > span {
			background-color: #93BE52;
			padding: 7px 13px;
			border: 5px solid #eeeeee;
			color: #fff;
			border-radius: 50%;
			box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.24);
			font-size: 16px;
			font-weight: 600;
		}

		.view-card .chart-div .chart-more-icon > p {
			margin-top: 15px;
		}

	.view-card .chart-div .dial {
		font-size: 44px !important;
		color: #000 !important;
	}

.summery-card .progress {
	width: 85%;
	float: left;
	height: 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #CDD8DC;
	border-radius: 30px;
}

	.summery-card .progress .progress-bar {
		border-radius: 30px;
	}

#visitor + svg {
	width: 100%;
	height: 200px;
	margin-bottom: -5px;
}

.total-request-card .progress {
	width: 85%;
	float: left;
	height: 5px;
	text-align: center;
	margin: 0 auto;
	background-color: #CDD8DC;
	border-radius: 30px;
}

	.total-request-card .progress .progress-bar {
		border-radius: 30px;
	}

.total-request-card hr {
	width: 50px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.total-request-card i {
	position: relative;
	top: 5px;
}

.in-design-card h3,
.in-design-card h4,
.in-design-card p {
	color: #fff;
}

.in-design-card .inner-dark-card {
	padding: 15px;
}

	.in-design-card .inner-dark-card h3 {
		position: relative;
		font-size: 25px;
		margin-right: 5px;
		vertical-align: super;
	}

	.in-design-card .inner-dark-card p {
		font-size: 11px;
		margin-bottom: 0;
		line-height: 1.4;
	}

.in-design-card .blue-drak-card {
	background-color: #276bff;
}

.in-design-card .pink-drak-card {
	background-color: #fb4368;
}

.in-design-card .yellow-drak-card {
	background-color: #ffa92e;
}

.app-design .btn {
	padding: 5px 8px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
}

.app-design .team-section img {
	width: 35px;
	border-radius: 5px;
}

.app-design .progress-box p {
	margin-bottom: 0;
}

.app-design .progress-box .progress {
	width: calc(100% - 80px);
	height: 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #E5E5E5;
	border-radius: 30px;
	position: relative;
	overflow: inherit;
}

	.app-design .progress-box .progress .progress-bar {
		border-radius: 30px;
	}

		.app-design .progress-box .progress .progress-bar label {
			position: absolute;
			top: -24px;
			right: 0;
			color: #222;
			font-weight: 600;
			font-size: 13px;
		}

.fees-card > div {
	display: flex;
	align-items: center;
}

.fees-card .legend-icon {
	display: inline-block;
}

	.fees-card .legend-icon span {
		width: 15px;
		height: 15px;
		display: block;
		border-radius: 4px;
		margin-right: 10px;
	}

.fees-card li {
	margin-bottom: 15px;
}

	.fees-card li .legend-cont {
		display: inline-block;
		vertical-align: top;
	}

		.fees-card li .legend-cont > span {
			color: #919aa3;
			margin: 0;
		}

		.fees-card li .legend-cont > p {
			font-weight: 600;
			line-height: 1;
			margin-bottom: 3px;
		}

.web-trafic > div {
	display: flex;
	align-items: flex-end;
}

.web-trafic .legend-icon {
	display: inline-block;
}

	.web-trafic .legend-icon span {
		width: 10px;
		height: 10px;
		display: block;
		margin-right: 10px;
	}

.web-trafic li {
	margin-bottom: 15px;
}

	.web-trafic li .legend-cont {
		display: inline;
		vertical-align: top;
	}

		.web-trafic li .legend-cont > span {
			color: #919aa3;
			margin: 0;
			float: right;
		}

		.web-trafic li .legend-cont > p {
			font-weight: 600;
			line-height: 1;
			display: inline-block;
			margin-bottom: 3px;
		}

#stacked-transactions-graph + svg {
	width: 100%;
	height: 130px;
}

#chartdiv {
	width: 100%;
	height: 500px;
	margin: auto;
}

.line-example {
	border-right: 1px solid #ccc;
	margin-right: -30px;
}

@media only screen and (max-width: 767px) {
	.line-example {
		border-right: 0 solid transparent;
	}
}

.card-block-big h4:first-child {
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
}

	.card-block-big h4:first-child small {
		margin-top: 20px;
		font-size: 12px;
	}

.card-block-big h4:last-child {
	margin-bottom: 0;
}

.card-block-big h4:first-child {
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
}

	.card-block-big h4:first-child small {
		margin-top: 20px;
		font-size: 12px;
	}

.card-block-big h4:last-child {
	margin-bottom: 0;
}

.card.social-network p {
	line-height: 1.6;
}

.card-block h6 {
	word-wrap: break-word;
}

#project-overview-chart .c3-chart-arc text {
	fill: none;
}

.project-overview-chart {
	text-align: center;
}

#project-over-sub-1,
#project-over-sub-2,
#project-over-sub-3 {
	height: 50px;
	width: 100%;
}

#sales-revenue-chart .c3-chart-arcs-title {
	font-size: 20px;
	fill: #fff !important;
}

@media only screen and (max-width: 1366px) {
	.sales-prediction h2 {
		font-size: 1.8em;
	}
}

#sales-revenue-chart .c3-legend-item {
	display: none;
}

.progressbar-v-1 .chart,
.progressbar-v-2 .chart,
.progressbar-v-3 .chart {
	text-align: center;
}

.progressbar-v-1 .chart-percent {
	font-size: 24px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
}

#revenue-status-d-graph + svg,
#revenue-status-w-graph + svg {
	width: 100%;
	height: 50px;
}

#new-user-daily + svg,
#page-views-today + svg {
	width: 100%;
	height: 150px;
}

.status-rev-chart {
	display: flex;
	align-items: center;
}

#monthly-earning + svg {
	width: 100%;
	height: 300px;
	margin-bottom: -5px;
}

.happyball,
.sadball {
	width: 80px;
	height: 100px;
	margin: 0 auto;
}

.progressbar-v-1 .chart {
	display: flex;
	align-items: center;
	justify-content: center;
}

.visitor-chart-card h3 {
	font-size: 1.25rem;
}

.visitor-chart-card span {
	margin-left: 2px;
	padding: 4px 2px;
	margin-right: 0;
}

.dribble-card .card-header, .fb-card .card-header, .twitter-card .card-header {
	padding-top: 15px;
	padding-bottom: 15px;
}

	.dribble-card .card-header i, .fb-card .card-header i, .twitter-card .card-header i {
		border-radius: 50%;
		color: #fff;
		padding: 7px 10px;
		font-size: 25px;
		margin-right: 20px;
		top: -10px;
		position: relative;
	}

	.dribble-card .card-header h5, .fb-card .card-header h5, .twitter-card .card-header h5 {
		color: #fff;
	}

	.dribble-card .card-header span, .fb-card .card-header span, .twitter-card .card-header span {
		font-weight: 100;
		color: #fff;
	}

	.dribble-card .card-header + .card-block, .fb-card .card-header + .card-block, .twitter-card .card-header + .card-block {
		padding-top: 20px;
	}

		.dribble-card .card-header + .card-block h2, .fb-card .card-header + .card-block h2, .twitter-card .card-header + .card-block h2 {
			font-weight: 400;
		}

.dribble-card .card-block p, .fb-card .card-block p, .twitter-card .card-block p {
	margin-bottom: 0;
}

.dribble-card .card-header {
	background-color: #f178a7;
}

	.dribble-card .card-header i {
		background-color: #EC4A89;
	}

.fb-card .card-header {
	background-color: #4c70b9;
}

	.fb-card .card-header i {
		background-color: #3B5997;
	}

.twitter-card .card-header {
	background-color: #74d1fc;
}

	.twitter-card .card-header i {
		background-color: #42C0FB;
	}

.card-comment img {
	float: left;
}

.card-comment .comment-desc {
	padding-left: 80px;
	vertical-align: top;
}

.card-comment .comment-btn,
.card-comment .date {
	display: inline-block;
}

.card-comment .date {
	float: right;
}

.revenue-report h4 {
	margin-bottom: 20px;
}

.last-week-sales {
	width: 100%;
	height: 265px;
}

.green-contain-card p.text-muted {
	margin-bottom: 1.125rem;
}

.unique-visitor-card .progress {
	height: 5px;
}

.unique-visitor-card .footer-card {
	background-color: #fff;
}

	.unique-visitor-card .footer-card .f-prog {
		border-right: 1px solid #ccc;
	}

@media only screen and (max-width: 575px) {
	.unique-visitor-card .footer-card .f-prog {
		border-right: none;
	}
}

@media only screen and (max-width: 1366px) {
	.card-block-big h4:last-child {
		margin-left: 20px;
	}

	.weather-update h4 {
		padding-bottom: 0;
	}

	.green-contain-card .p-t-30 {
		padding-top: 0;
	}

	.client-description button {
		padding: 8px;
	}
}

@media only screen and (max-width: 1357px) {
	.client-map .client-profile {
		text-align: center;
		margin-bottom: 20px;
	}

	.client-map .client-contain {
		display: inherit;
		margin-left: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 1299px) {
	.client-map .client-profile {
		float: none;
	}

	h2 {
		font-size: 1.7em;
	}
}

@media only screen and (max-width: 1280px) {
	.feature-card-box p {
		font-size: 13px;
	}

	.contact-icon .btn-default {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1200px) {
	.task-sale-card .top {
		margin-bottom: 30px;
	}

	.card-statistics .card-block h2 {
		font-size: 1rem;
	}

	.sentiment-card .card-block-big {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.whether-card .daily-whether > div .climacon {
		margin: 0 auto;
	}

	.whether-card .daily-whether-block {
		margin-bottom: 30px;
	}

	.widget-card-1 {
		margin-top: 10px;
	}

	.widget-card-user .card-user {
		text-align: center;
	}

	.founder-block {
		margin-bottom: 1.125rem;
	}

	.marketing-card-footer .text-c-green,
	.marketing-card-footer .text-c-pink {
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	.card-statistics {
		text-align: center;
	}

		.card-statistics .card-block h2 {
			margin-top: 20px;
		}

	.prod-order-card ul li {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.cal-event {
		padding-left: 15px !important;
	}

		.cal-event .inverse-card {
			border-radius: 0;
		}

	.sales-revenue-chart,
	div#donut-department-sales {
		text-align: center;
	}

	.widget-card-user .footer-menu {
		margin-bottom: 1.125rem;
	}

	.order-blue-task h2,
	.order-pink-task h2,
	.order-yellow-task h2 {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.card-comment .date {
		float: none;
		margin-top: 20px;
	}

	.visitor-chart-card .card-time .btn {
		padding: 6px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 568px) {
	.fees-card li {
		margin-bottom: 15px;
		margin-right: 15px;
		display: inline-block;
	}
}

@media only screen and (max-width: 575px) {
	.card-progress label {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.sales-menu-card {
		text-align: center;
	}

	.main-body .page-wrapper .page-header-breadcrumb {
		display: block;
		margin-top: 20px;
	}

	.visitor-chart-card .card-time {
		position: initial;
	}

	.card-view img,
	.visitor-counter {
		margin-bottom: 20px;
	}

	.card-view-contain {
		margin-left: 0;
	}

	.card-comment .comment-desc {
		padding-left: 60px;
	}

	.card-comment .date {
		float: none;
		margin-top: 20px;
	}

	.statetic-card .btn-default {
		right: 0;
	}

	.sentiment-center h4 {
		margin-top: 10px;
	}

	.card-feed .feed-card-info i {
		margin-right: 2px;
		padding: 8px;
	}

	.monthly-earning .monthly-data > div > div:first-child {
		height: 40%;
		padding-top: 20px;
	}

	.spent {
		height: 60%;
		padding-top: 20px;
	}

	.personal-profile {
		margin-top: 20px;
	}

	.card.social-network .card-block {
		text-align: center;
	}

	.b-r-default {
		border-right: 0;
	}

	.prod-order-card ul li {
		width: 100%;
	}

	.client-description {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.rest-traffic h2 {
		text-align: center;
	}

	.p-l-30 {
		padding-left: 0;
	}

	.timing-cloude .dash {
		width: 60px;
	}
}

#monthly-graph .amcharts-graph-g2 .amcharts-graph-stroke {
	stroke-linejoin: round;
	stroke-linecap: round;
	-webkit-animation: am-moving-dashes 1s linear infinite;
	animation: am-moving-dashes 1s linear infinite;
}

#monthly-graph .lastBullet {
	-webkit-animation: am-pulsating 1s ease-out infinite;
	animation: am-pulsating 1s ease-out infinite;
}

#monthly-graph .amcharts-graph-column-front {
	-webkit-transition: all 0.3s 0.3s ease-out;
	transition: all 0.3s 0.3s ease-out;
}

	#monthly-graph .amcharts-graph-column-front:hover {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		fill-opacity: 0.4;
	}

#monthly-graph .amcharts-graph-g3 {
	stroke-linejoin: round;
	stroke-linecap: round;
	stroke-dasharray: 500%;
	-webkit-animation: am-draw 40s;
	animation: am-draw 40s;
}

@-webkit-keyframes am-moving-dashes {
	100% {
		stroke-dashoffset: -31px;
	}
}

@keyframes am-moving-dashes {
	100% {
		stroke-dashoffset: -31px;
	}
}

@-webkit-keyframes am-pulsating {
	0% {
		stroke-opacity: 1;
		stroke-width: 0;
	}

	100% {
		stroke-opacity: 0;
		stroke-width: 50px;
	}
}

@keyframes am-pulsating {
	0% {
		stroke-opacity: 1;
		stroke-width: 0;
	}

	100% {
		stroke-opacity: 0;
		stroke-width: 50px;
	}
}

@-webkit-keyframes am-draw {
	0% {
		stroke-dashoffset: 500%;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes am-draw {
	0% {
		stroke-dashoffset: 500%;
	}

	100% {
		stroke-dashoffset: 0;
	}
}
/* =======================================
      Authentication-page css start
 ========================================= */
.common-img-bg {
	background-size: cover;
	background: url(../img/create-account-office-dark.jpeg) no-repeat center center fixed;
	height: 100%;
}

.signin-card .auth-box button i, .signup-card .auth-box button i, .login-card .auth-box button i {
	padding: 5px 0;
}

.login-card.auth-body {
	width: 450px;
}

.signin-card.auth-body {
	width: 550px;
}

.signup-card.auth-body {
	width: 650px;
	margin-bottom: 70px;
}

.login-card {
	border-radius: 30px;
	position: relative;
	display: block;
}

	.login-card h1 {
		font-size: 25px;
		font-weight: 400;
		margin-bottom: 20px;
		text-align: center;
	}

.login {
	text-align: left;
}

	.login ul li label {
		color: #757575;
		font-weight: 600;
		letter-spacing: 1px;
	}

	.login h3 {
		color: #666666;
		font-size: 24px;
		font-weight: 600;
		margin-top: 20px;
	}

.header .login-card {
	margin-top: 30px;
}

.social-login {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

	.social-login .btn {
		margin-left: 5px;
		margin-right: 5px;
	}

.pcoded .pcoded-header.auth-header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 -1px 15px -4px rgba(0, 0, 0, 0.79);
}

.login-card .card-footer {
	background: #fff;
}

.login-card h1 {
	color: #1b8bf9;
}

.login-card .forget {
	border-bottom: 1px solid #fff;
	font-size: 24px;
	line-height: 0.6;
}

.login-card h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}

.btn-signup .btn-md,
.btn-singin1 .btn-md,
.btn-singin2 .btn-md {
	font-size: 22px;
	font-weight: 400;
	width: 400px;
}

.form-group-main .form-group {
	margin: 30px 0;
}

.login-card .unlock,
.login-card .btn-forgot {
	text-align: center;
}

.imgs-screen .img-circle {
	padding: 4px;
	border: 1px solid #E6E6E4;
}

.sign-in-with {
	font-weight: 600;
	margin: 24px auto 16px;
	position: relative;
	text-align: center;
}

	.sign-in-with .text {
		display: inline-block;
		padding: 0 8px;
		position: relative;
		vertical-align: baseline;
		z-index: 9999;
	}

		.sign-in-with .text:after {
			left: 100%;
		}

		.sign-in-with .text:before {
			right: 100%;
		}

		.sign-in-with .text:after, .sign-in-with .text:before {
			border-top: 1px solid rgba(0, 0, 0, 0.28);
			content: '';
			display: block;
			position: absolute;
			top: 8px;
			width: 60px;
		}

.error-500,
.error-503,
.error-404,
.error-400,
.error-403,
.login {
	align-items: center;
	background-color: #2196F3;
	display: flex;
	height: 100%;
	position: fixed;
	text-align: center;
	width: 100%;
	min-height: 100vh;
}

.auth-box {
	background-color: #ffffff1c;
	border-radius: 8px;
	margin: 20px 0 0 0;
	padding: 20px;
	box-shadow: inset 20px -19px 20px -2px black;
}

	.auth-box .confirm h3 {
		color: #4680ff;
		font-size: 34px;
	}

	.auth-box i.icofont-check-circled {
		font-size: 42px;
	}

.btn-facebook {
	background-color: #3c5a99;
	border-color: #3c5a99;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}

.btn-twitter {
	background-color: #41abe1;
	border-color: #41abe1;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}

.btn-google-plus,
.btn-linkedin,
.btn-pinterest {
	border-radius: 2px;
}

.pos-relative.login {
	position: relative !important;
}

.footer {
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
}

	.footer p {
		margin-bottom: 0;
		padding: 18px;
		width: 100%;
	}

.login-card-modal {
	margin: 0 auto;
}

.login.login-modal-main {
	background-color: #fff;
}

.mixed-form .tabbed-modal .nav-link h6 {
	padding: 10px 0;
}

.mixed-form .tabbed-modal .nav-link {
	background-color: #f5f5f5;
	border-radius: 0;
	color: #888;
}

	.mixed-form .tabbed-modal .nav-link.active {
		background-color: transparent;
		border-color: transparent;
		color: #303548;
	}

.mixed-form .modal-body {
	padding: 0;
}

.mixed-form .auth-box {
	background-color: #fff;
	border-radius: 8px;
	margin: 10px;
	padding: 10px;
}

	.mixed-form .auth-box h3 {
		color: #666666;
		font-size: 22px;
		font-weight: 600;
		margin-top: 20px;
	}

	.mixed-form .auth-box i.icofont-check-circled {
		font-size: 42px;
	}

.auth-box-main .navbar-nav li {
	color: #fff;
	line-height: 40px;
}

.login.offline-404 {
	background-color: #f3f3f3;
	display: flex !important;
}

	.login.offline-404 .auth-body {
		margin-top: -100px;
	}

	.login.offline-404 h1 {
		color: #2c3e50;
		font-size: 160px;
		font-weight: 600;
		letter-spacing: 5px;
		text-shadow: 3px -2px 4px rgba(128, 128, 128, 0.57);
	}

	.login.offline-404 h2 {
		color: #aaa;
		font-weight: 600;
		margin-bottom: 40px;
		margin-top: 30px;
	}

@media only screen and (max-width: 768px) {
	.login.offline-404 {
		padding-top: 100px;
	}

		.login.offline-404 h1 {
			font-size: 60px;
		}

		.login.offline-404 h2 {
			margin-bottom: 15px;
			margin-top: 15px;
		}
}

/**====== Authentication-page css end ======**/
/**  =====================
      Breadcrumb css start
==========================  **/
.caption-breadcrumb .breadcrumb-header, .primary-breadcrumb .breadcrumb-header, .inverse-breadcrumb .breadcrumb-header, .danger-breadcrumb .breadcrumb-header, .info-breadcrumb .breadcrumb-header, .warning-breadcrumb .breadcrumb-header, .success-breadcrumb .breadcrumb-header {
	display: inline-block;
}

	.caption-breadcrumb .breadcrumb-header span, .primary-breadcrumb .breadcrumb-header span, .inverse-breadcrumb .breadcrumb-header span, .danger-breadcrumb .breadcrumb-header span, .info-breadcrumb .breadcrumb-header span, .warning-breadcrumb .breadcrumb-header span, .success-breadcrumb .breadcrumb-header span {
		display: block;
		font-size: 13px;
		margin-top: 5px;
	}

.front-icon-breadcrumb .breadcrumb-header {
	display: inline-block;
}

.front-icon-breadcrumb .big-icon {
	display: inline-block;
}

	.front-icon-breadcrumb .big-icon i {
		font-size: 50px;
		margin-right: 10px;
		color: #4680ff;
	}

.front-icon-breadcrumb .d-inline-block span {
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

.primary-breadcrumb, .inverse-breadcrumb, .danger-breadcrumb, .info-breadcrumb, .warning-breadcrumb, .success-breadcrumb {
	background-color: #4680ff;
	color: #fff;
}

	.primary-breadcrumb h5, .inverse-breadcrumb h5, .danger-breadcrumb h5, .info-breadcrumb h5, .warning-breadcrumb h5, .success-breadcrumb h5, .primary-breadcrumb a, .inverse-breadcrumb a, .danger-breadcrumb a, .info-breadcrumb a, .warning-breadcrumb a, .success-breadcrumb a, .primary-breadcrumb .breadcrumb-title li:last-child a, .inverse-breadcrumb .breadcrumb-title li:last-child a, .danger-breadcrumb .breadcrumb-title li:last-child a, .info-breadcrumb .breadcrumb-title li:last-child a, .warning-breadcrumb .breadcrumb-title li:last-child a, .success-breadcrumb .breadcrumb-title li:last-child a, .primary-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .inverse-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .danger-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .info-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .warning-breadcrumb .breadcrumb-item + .breadcrumb-item::before, .success-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
		color: #fff;
	}

.inverse-breadcrumb {
	background-color: #303548;
}

.danger-breadcrumb {
	background-color: #FC6180;
}

.info-breadcrumb {
	background-color: #62d1f3;
}

.warning-breadcrumb {
	background-color: #FFB64D;
}

.success-breadcrumb {
	background-color: #93BE52;
}

/**====== Breadcrumb css end ======**/
/**  =====================
      Chart css start
==========================  **/
.nvd-chart {
	height: 400px;
}

.peity-chart .peity {
	width: 100%;
	height: 250px;
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}

.morris-hover {
	position: absolute;
	min-width: 100px;
	width: 100px;
	right: 0;
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
}

/**====== Chart css end ======**/
.rickshaw_graph svg {
	width: 100% !important;
}

/* =======================
   Start Color-page Css
=========================== */
.amber-colors ul li p,
.bg-danger li p,
.bg-default li p,
.bg-info li p,
.bg-primary li p,
.bg-success li p,
.bg-warning li p,
.blue-colors ul li p,
.blue-grey-colors ul li p,
.brown-colors ul li p,
.cyan-colors ul li p,
.deep-orange-colors ul li p,
.deep-purple-colors ul li p,
.green-colors ul li p,
.grey-colors ul li p,
.indigo-colors ul li p,
.light-blue-colors ul li p,
.light-green-colors ul li p,
.lime-colors ul li p,
.orange-colors ul li p,
.pink-colors ul li p,
.purple-colors ul li p,
.red-colors ul li p,
.teal-colors ul li p,
.yellow-colors ul li p,
.primary-colorr ul li p,
.success-colorr ul li p,
.info-colorr ul li p,
.warning-colorr ul li p,
.danger-colorr ul li p {
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0;
}

/**====== Accent-red-color css start ======**/
.red-colors ul li:nth-child(14) {
	background-color: #e40505;
}

	.red-colors ul li:nth-child(14) p:before {
		content: "#e40505";
	}

.red-colors ul li:nth-child(13) {
	background-color: #f30606;
}

	.red-colors ul li:nth-child(13) p:before {
		content: "#f30606";
	}

.red-colors ul li:nth-child(12) {
	background-color: #f90f0f;
}

	.red-colors ul li:nth-child(12) p:before {
		content: "#f90f0f";
	}

.red-colors ul li:nth-child(11) {
	background-color: #fa1d1d;
}

	.red-colors ul li:nth-child(11) p:before {
		content: "#fa1d1d";
	}

.red-colors ul li:nth-child(10) {
	background-color: #fa2c2c;
}

	.red-colors ul li:nth-child(10) p:before {
		content: "#fa2c2c";
	}

.red-colors ul li:nth-child(9) {
	background-color: #fa3b3b;
}

	.red-colors ul li:nth-child(9) p:before {
		content: "#fa3b3b";
	}

.red-colors ul li:nth-child(8) {
	background-color: #fb4a4a;
}

	.red-colors ul li:nth-child(8) p:before {
		content: "#fb4a4a";
	}

.red-colors ul li:nth-child(7) {
	background-color: #fb5959;
}

	.red-colors ul li:nth-child(7) p:before {
		content: "#fb5959";
	}

.red-colors ul li:nth-child(6) {
	background-color: #fb6868;
}

	.red-colors ul li:nth-child(6) p:before {
		content: "#fb6868";
	}

.red-colors ul li:nth-child(5) {
	background-color: #fc7777;
}

	.red-colors ul li:nth-child(5) p:before {
		content: "#fc7777";
	}

.red-colors ul li:nth-child(4) {
	background-color: #fc8686;
}

	.red-colors ul li:nth-child(4) p:before {
		content: "#fc8686";
	}

.red-colors ul li:nth-child(3) {
	background-color: #fd9595;
}

	.red-colors ul li:nth-child(3) p:before {
		content: "#fd9595";
	}

.red-colors ul li:nth-child(2) {
	background-color: #fda4a4;
}

	.red-colors ul li:nth-child(2) p:before {
		content: "#fda4a4";
	}

.red-colors ul li:nth-child(1) {
	background-color: #fdb3b3;
}

	.red-colors ul li:nth-child(1) p:before {
		content: "#fdb3b3";
	}

/**====== Accent-red-color css end ======**/
/**====== Accent-pink-color css start ======**/
.pink-colors ul li:nth-child(14) {
	background-color: #d4166c;
}

	.pink-colors ul li:nth-child(14) p:before {
		content: "#d4166c";
	}

.pink-colors ul li:nth-child(13) {
	background-color: #e21873;
}

	.pink-colors ul li:nth-child(13) p:before {
		content: "#e21873";
	}

.pink-colors ul li:nth-child(12) {
	background-color: #e7217b;
}

	.pink-colors ul li:nth-child(12) p:before {
		content: "#e7217b";
	}

.pink-colors ul li:nth-child(11) {
	background-color: #e92f83;
}

	.pink-colors ul li:nth-child(11) p:before {
		content: "#e92f83";
	}

.pink-colors ul li:nth-child(10) {
	background-color: #ea3d8b;
}

	.pink-colors ul li:nth-child(10) p:before {
		content: "#ea3d8b";
	}

.pink-colors ul li:nth-child(9) {
	background-color: #ec4b94;
}

	.pink-colors ul li:nth-child(9) p:before {
		content: "#ec4b94";
	}

.pink-colors ul li:nth-child(8) {
	background-color: #ed599c;
}

	.pink-colors ul li:nth-child(8) p:before {
		content: "#ed599c";
	}

.pink-colors ul li:nth-child(7) {
	background-color: #ef67a4;
}

	.pink-colors ul li:nth-child(7) p:before {
		content: "#ef67a4";
	}

.pink-colors ul li:nth-child(6) {
	background-color: #f074ac;
}

	.pink-colors ul li:nth-child(6) p:before {
		content: "#f074ac";
	}

.pink-colors ul li:nth-child(5) {
	background-color: #f282b5;
}

	.pink-colors ul li:nth-child(5) p:before {
		content: "#f282b5";
	}

.pink-colors ul li:nth-child(4) {
	background-color: #f390bd;
}

	.pink-colors ul li:nth-child(4) p:before {
		content: "#f390bd";
	}

.pink-colors ul li:nth-child(3) {
	background-color: #f59ec5;
}

	.pink-colors ul li:nth-child(3) p:before {
		content: "#f59ec5";
	}

.pink-colors ul li:nth-child(2) {
	background-color: #f6accd;
}

	.pink-colors ul li:nth-child(2) p:before {
		content: "#f6accd";
	}

.pink-colors ul li:nth-child(1) {
	background-color: #f8bad6;
}

	.pink-colors ul li:nth-child(1) p:before {
		content: "#f8bad6";
	}

/**====== Accent-pink-color css end ======**/
/**====== Accent-purple-color css start ======**/
.purple-colors ul li:nth-child(14) {
	background-color: #b014ff;
}

	.purple-colors ul li:nth-child(14) p:before {
		content: "#b014ff";
	}

.purple-colors ul li:nth-child(13) {
	background-color: #b524ff;
}

	.purple-colors ul li:nth-child(13) p:before {
		content: "#b524ff";
	}

.purple-colors ul li:nth-child(12) {
	background-color: #ba33ff;
}

	.purple-colors ul li:nth-child(12) p:before {
		content: "#ba33ff";
	}

.purple-colors ul li:nth-child(11) {
	background-color: #c042ff;
}

	.purple-colors ul li:nth-child(11) p:before {
		content: "#c042ff";
	}

.purple-colors ul li:nth-child(10) {
	background-color: #c551ff;
}

	.purple-colors ul li:nth-child(10) p:before {
		content: "#c551ff";
	}

.purple-colors ul li:nth-child(9) {
	background-color: #ca61ff;
}

	.purple-colors ul li:nth-child(9) p:before {
		content: "#ca61ff";
	}

.purple-colors ul li:nth-child(8) {
	background-color: #cf70ff;
}

	.purple-colors ul li:nth-child(8) p:before {
		content: "#cf70ff";
	}

.purple-colors ul li:nth-child(7) {
	background-color: #d47fff;
}

	.purple-colors ul li:nth-child(7) p:before {
		content: "#d47fff";
	}

.purple-colors ul li:nth-child(6) {
	background-color: #d98fff;
}

	.purple-colors ul li:nth-child(6) p:before {
		content: "#d98fff";
	}

.purple-colors ul li:nth-child(5) {
	background-color: #de9eff;
}

	.purple-colors ul li:nth-child(5) p:before {
		content: "#de9eff";
	}

.purple-colors ul li:nth-child(4) {
	background-color: #e4adff;
}

	.purple-colors ul li:nth-child(4) p:before {
		content: "#e4adff";
	}

.purple-colors ul li:nth-child(3) {
	background-color: #e9bdff;
}

	.purple-colors ul li:nth-child(3) p:before {
		content: "#e9bdff";
	}

.purple-colors ul li:nth-child(2) {
	background-color: #eeccff;
}

	.purple-colors ul li:nth-child(2) p:before {
		content: "#eeccff";
	}

.purple-colors ul li:nth-child(1) {
	background-color: #f3dbff;
}

	.purple-colors ul li:nth-child(1) p:before {
		content: "#f3dbff";
	}

/**====== Accent-purple-color css end ======**/
/**====== Deep-purple-color css start ======**/
.deep-purple-colors ul li:nth-child(14) {
	background-color: #6b05f9;
}

	.deep-purple-colors ul li:nth-child(14) p:before {
		content: "#6b05f9";
	}

.deep-purple-colors ul li:nth-child(13) {
	background-color: #7414fa;
}

	.deep-purple-colors ul li:nth-child(13) p:before {
		content: "#7414fa";
	}

.deep-purple-colors ul li:nth-child(12) {
	background-color: #7d23fa;
}

	.deep-purple-colors ul li:nth-child(12) p:before {
		content: "#7d23fa";
	}

.deep-purple-colors ul li:nth-child(11) {
	background-color: #8632fb;
}

	.deep-purple-colors ul li:nth-child(11) p:before {
		content: "#8632fb";
	}

.deep-purple-colors ul li:nth-child(10) {
	background-color: #8f41fb;
}

	.deep-purple-colors ul li:nth-child(10) p:before {
		content: "#8f41fb";
	}

.deep-purple-colors ul li:nth-child(9) {
	background-color: #9850fb;
}

	.deep-purple-colors ul li:nth-child(9) p:before {
		content: "#9850fb";
	}

.deep-purple-colors ul li:nth-child(8) {
	background-color: #a05ffc;
}

	.deep-purple-colors ul li:nth-child(8) p:before {
		content: "#a05ffc";
	}

.deep-purple-colors ul li:nth-child(7) {
	background-color: #a96efc;
}

	.deep-purple-colors ul li:nth-child(7) p:before {
		content: "#a96efc";
	}

.deep-purple-colors ul li:nth-child(6) {
	background-color: #b27cfc;
}

	.deep-purple-colors ul li:nth-child(6) p:before {
		content: "#b27cfc";
	}

.deep-purple-colors ul li:nth-child(5) {
	background-color: #bb8bfd;
}

	.deep-purple-colors ul li:nth-child(5) p:before {
		content: "#bb8bfd";
	}

.deep-purple-colors ul li:nth-child(4) {
	background-color: #c49afd;
}

	.deep-purple-colors ul li:nth-child(4) p:before {
		content: "#c49afd";
	}

.deep-purple-colors ul li:nth-child(3) {
	background-color: #cda9fd;
}

	.deep-purple-colors ul li:nth-child(3) p:before {
		content: "#cda9fd";
	}

.deep-purple-colors ul li:nth-child(2) {
	background-color: #d5b8fd;
}

	.deep-purple-colors ul li:nth-child(2) p:before {
		content: "#d5b8fd";
	}

.deep-purple-colors ul li:nth-child(1) {
	background-color: #dec7fe;
}

	.deep-purple-colors ul li:nth-child(1) p:before {
		content: "#dec7fe";
	}

/**====== Deep-purple-color css end ======**/
/**====== Indigo-color css start ======**/
.indigo-colors ul li:nth-child(14) {
	background-color: #415dfe;
}

	.indigo-colors ul li:nth-child(14) p:before {
		content: "#415dfe";
	}

.indigo-colors ul li:nth-child(13) {
	background-color: #4d68fe;
}

	.indigo-colors ul li:nth-child(13) p:before {
		content: "#4d68fe";
	}

.indigo-colors ul li:nth-child(12) {
	background-color: #5a72fe;
}

	.indigo-colors ul li:nth-child(12) p:before {
		content: "#5a72fe";
	}

.indigo-colors ul li:nth-child(11) {
	background-color: #677dfe;
}

	.indigo-colors ul li:nth-child(11) p:before {
		content: "#677dfe";
	}

.indigo-colors ul li:nth-child(10) {
	background-color: #7388fe;
}

	.indigo-colors ul li:nth-child(10) p:before {
		content: "#7388fe";
	}

.indigo-colors ul li:nth-child(9) {
	background-color: #8093fe;
}

	.indigo-colors ul li:nth-child(9) p:before {
		content: "#8093fe";
	}

.indigo-colors ul li:nth-child(8) {
	background-color: #8d9efe;
}

	.indigo-colors ul li:nth-child(8) p:before {
		content: "#8d9efe";
	}

.indigo-colors ul li:nth-child(7) {
	background-color: #9aa8ff;
}

	.indigo-colors ul li:nth-child(7) p:before {
		content: "#9aa8ff";
	}

.indigo-colors ul li:nth-child(6) {
	background-color: #a6b3ff;
}

	.indigo-colors ul li:nth-child(6) p:before {
		content: "#a6b3ff";
	}

.indigo-colors ul li:nth-child(5) {
	background-color: #b3beff;
}

	.indigo-colors ul li:nth-child(5) p:before {
		content: "#b3beff";
	}

.indigo-colors ul li:nth-child(4) {
	background-color: #c0c9ff;
}

	.indigo-colors ul li:nth-child(4) p:before {
		content: "#c0c9ff";
	}

.indigo-colors ul li:nth-child(3) {
	background-color: #ccd4ff;
}

	.indigo-colors ul li:nth-child(3) p:before {
		content: "#ccd4ff";
	}

.indigo-colors ul li:nth-child(2) {
	background-color: #d9dfff;
}

	.indigo-colors ul li:nth-child(2) p:before {
		content: "#d9dfff";
	}

.indigo-colors ul li:nth-child(1) {
	background-color: #e6e9ff;
}

	.indigo-colors ul li:nth-child(1) p:before {
		content: "#e6e9ff";
	}

/**====== Indigo-color css end ======**/
/**====== Blue-accent-color css start ======**/
.blue-colors ul li:nth-child(14) {
	background-color: #3a6eff;
}

	.blue-colors ul li:nth-child(14) p:before {
		content: "#3a6eff";
	}

.blue-colors ul li:nth-child(13) {
	background-color: #4778ff;
}

	.blue-colors ul li:nth-child(13) p:before {
		content: "#4778ff";
	}

.blue-colors ul li:nth-child(12) {
	background-color: #5381ff;
}

	.blue-colors ul li:nth-child(12) p:before {
		content: "#5381ff";
	}

.blue-colors ul li:nth-child(11) {
	background-color: #608aff;
}

	.blue-colors ul li:nth-child(11) p:before {
		content: "#608aff";
	}

.blue-colors ul li:nth-child(10) {
	background-color: #6d94ff;
}

	.blue-colors ul li:nth-child(10) p:before {
		content: "#6d94ff";
	}

.blue-colors ul li:nth-child(9) {
	background-color: #7a9dff;
}

	.blue-colors ul li:nth-child(9) p:before {
		content: "#7a9dff";
	}

.blue-colors ul li:nth-child(8) {
	background-color: #86a6ff;
}

	.blue-colors ul li:nth-child(8) p:before {
		content: "#86a6ff";
	}

.blue-colors ul li:nth-child(7) {
	background-color: #93b0ff;
}

	.blue-colors ul li:nth-child(7) p:before {
		content: "#93b0ff";
	}

.blue-colors ul li:nth-child(6) {
	background-color: #a0b9ff;
}

	.blue-colors ul li:nth-child(6) p:before {
		content: "#a0b9ff";
	}

.blue-colors ul li:nth-child(5) {
	background-color: #adc3ff;
}

	.blue-colors ul li:nth-child(5) p:before {
		content: "#adc3ff";
	}

.blue-colors ul li:nth-child(4) {
	background-color: #b9ccff;
}

	.blue-colors ul li:nth-child(4) p:before {
		content: "#b9ccff";
	}

.blue-colors ul li:nth-child(3) {
	background-color: #c6d5ff;
}

	.blue-colors ul li:nth-child(3) p:before {
		content: "#c6d5ff";
	}

.blue-colors ul li:nth-child(2) {
	background-color: #d3dfff;
}

	.blue-colors ul li:nth-child(2) p:before {
		content: "#d3dfff";
	}

.blue-colors ul li:nth-child(1) {
	background-color: #e0e8ff;
}

	.blue-colors ul li:nth-child(1) p:before {
		content: "#e0e8ff";
	}

/**====== Blue-accent-color css end ======**/
/**====== Light-blue-color css start ======**/
.light-blue-colors ul li:nth-child(14) {
	background-color: #059cf9;
}

	.light-blue-colors ul li:nth-child(14) p:before {
		content: "#059cf9";
	}

.light-blue-colors ul li:nth-child(13) {
	background-color: #14a2fa;
}

	.light-blue-colors ul li:nth-child(13) p:before {
		content: "#14a2fa";
	}

.light-blue-colors ul li:nth-child(12) {
	background-color: #23a8fa;
}

	.light-blue-colors ul li:nth-child(12) p:before {
		content: "#23a8fa";
	}

.light-blue-colors ul li:nth-child(11) {
	background-color: #32aefb;
}

	.light-blue-colors ul li:nth-child(11) p:before {
		content: "#32aefb";
	}

.light-blue-colors ul li:nth-child(10) {
	background-color: #41b4fb;
}

	.light-blue-colors ul li:nth-child(10) p:before {
		content: "#41b4fb";
	}

.light-blue-colors ul li:nth-child(9) {
	background-color: #50bafb;
}

	.light-blue-colors ul li:nth-child(9) p:before {
		content: "#50bafb";
	}

.light-blue-colors ul li:nth-child(8) {
	background-color: #5fc0fc;
}

	.light-blue-colors ul li:nth-child(8) p:before {
		content: "#5fc0fc";
	}

.light-blue-colors ul li:nth-child(7) {
	background-color: #6ec6fc;
}

	.light-blue-colors ul li:nth-child(7) p:before {
		content: "#6ec6fc";
	}

.light-blue-colors ul li:nth-child(6) {
	background-color: #7cccfc;
}

	.light-blue-colors ul li:nth-child(6) p:before {
		content: "#7cccfc";
	}

.light-blue-colors ul li:nth-child(5) {
	background-color: #8bd2fd;
}

	.light-blue-colors ul li:nth-child(5) p:before {
		content: "#8bd2fd";
	}

.light-blue-colors ul li:nth-child(4) {
	background-color: #9ad7fd;
}

	.light-blue-colors ul li:nth-child(4) p:before {
		content: "#9ad7fd";
	}

.light-blue-colors ul li:nth-child(3) {
	background-color: #a9ddfd;
}

	.light-blue-colors ul li:nth-child(3) p:before {
		content: "#a9ddfd";
	}

.light-blue-colors ul li:nth-child(2) {
	background-color: #b8e3fd;
}

	.light-blue-colors ul li:nth-child(2) p:before {
		content: "#b8e3fd";
	}

.light-blue-colors ul li:nth-child(1) {
	background-color: #c7e9fe;
}

	.light-blue-colors ul li:nth-child(1) p:before {
		content: "#c7e9fe";
	}

/**====== Light-blue-color css end ======**/
/**====== Cyan-color css start ======**/
.cyan-colors ul li:nth-child(14) {
	background-color: #05c6e3;
}

	.cyan-colors ul li:nth-child(14) p:before {
		content: "#05c6e3";
	}

.cyan-colors ul li:nth-child(13) {
	background-color: #06d3f2;
}

	.cyan-colors ul li:nth-child(13) p:before {
		content: "#06d3f2";
	}

.cyan-colors ul li:nth-child(12) {
	background-color: #0edbf9;
}

	.cyan-colors ul li:nth-child(12) p:before {
		content: "#0edbf9";
	}

.cyan-colors ul li:nth-child(11) {
	background-color: #1dddfa;
}

	.cyan-colors ul li:nth-child(11) p:before {
		content: "#1dddfa";
	}

.cyan-colors ul li:nth-child(10) {
	background-color: #2bdffa;
}

	.cyan-colors ul li:nth-child(10) p:before {
		content: "#2bdffa";
	}

.cyan-colors ul li:nth-child(9) {
	background-color: #3ae1fa;
}

	.cyan-colors ul li:nth-child(9) p:before {
		content: "#3ae1fa";
	}

.cyan-colors ul li:nth-child(8) {
	background-color: #49e4fb;
}

	.cyan-colors ul li:nth-child(8) p:before {
		content: "#49e4fb";
	}

.cyan-colors ul li:nth-child(7) {
	background-color: #58e6fb;
}

	.cyan-colors ul li:nth-child(7) p:before {
		content: "#58e6fb";
	}

.cyan-colors ul li:nth-child(6) {
	background-color: #67e8fb;
}

	.cyan-colors ul li:nth-child(6) p:before {
		content: "#67e8fb";
	}

.cyan-colors ul li:nth-child(5) {
	background-color: #76eafc;
}

	.cyan-colors ul li:nth-child(5) p:before {
		content: "#76eafc";
	}

.cyan-colors ul li:nth-child(4) {
	background-color: #85edfc;
}

	.cyan-colors ul li:nth-child(4) p:before {
		content: "#85edfc";
	}

.cyan-colors ul li:nth-child(3) {
	background-color: #94effc;
}

	.cyan-colors ul li:nth-child(3) p:before {
		content: "#94effc";
	}

.cyan-colors ul li:nth-child(2) {
	background-color: #a3f1fd;
}

	.cyan-colors ul li:nth-child(2) p:before {
		content: "#a3f1fd";
	}

.cyan-colors ul li:nth-child(1) {
	background-color: #b2f3fd;
}

	.cyan-colors ul li:nth-child(1) p:before {
		content: "#b2f3fd";
	}

/**====== Cyan-color css start ======**/
/**====== Teal-color css start ======**/
.teal-colors ul li:nth-child(14) {
	background-color: #05cfb3;
}

	.teal-colors ul li:nth-child(14) p:before {
		content: "#05cfb3";
	}

.teal-colors ul li:nth-child(13) {
	background-color: #06dec0;
}

	.teal-colors ul li:nth-child(13) p:before {
		content: "#06dec0";
	}

.teal-colors ul li:nth-child(12) {
	background-color: #06edcd;
}

	.teal-colors ul li:nth-child(12) p:before {
		content: "#06edcd";
	}

.teal-colors ul li:nth-child(11) {
	background-color: #0af9d7;
}

	.teal-colors ul li:nth-child(11) p:before {
		content: "#0af9d7";
	}

.teal-colors ul li:nth-child(10) {
	background-color: #19f9da;
}

	.teal-colors ul li:nth-child(10) p:before {
		content: "#19f9da";
	}

.teal-colors ul li:nth-child(9) {
	background-color: #27f9dc;
}

	.teal-colors ul li:nth-child(9) p:before {
		content: "#27f9dc";
	}

.teal-colors ul li:nth-child(8) {
	background-color: #36fadf;
}

	.teal-colors ul li:nth-child(8) p:before {
		content: "#36fadf";
	}

.teal-colors ul li:nth-child(7) {
	background-color: #45fae1;
}

	.teal-colors ul li:nth-child(7) p:before {
		content: "#45fae1";
	}

.teal-colors ul li:nth-child(6) {
	background-color: #54fbe3;
}

	.teal-colors ul li:nth-child(6) p:before {
		content: "#54fbe3";
	}

.teal-colors ul li:nth-child(5) {
	background-color: #63fbe6;
}

	.teal-colors ul li:nth-child(5) p:before {
		content: "#63fbe6";
	}

.teal-colors ul li:nth-child(4) {
	background-color: #72fbe8;
}

	.teal-colors ul li:nth-child(4) p:before {
		content: "#72fbe8";
	}

.teal-colors ul li:nth-child(3) {
	background-color: #81fceb;
}

	.teal-colors ul li:nth-child(3) p:before {
		content: "#81fceb";
	}

.teal-colors ul li:nth-child(2) {
	background-color: #90fced;
}

	.teal-colors ul li:nth-child(2) p:before {
		content: "#90fced";
	}

.teal-colors ul li:nth-child(1) {
	background-color: #9ffcef;
}

	.teal-colors ul li:nth-child(1) p:before {
		content: "#9ffcef";
	}

/**====== Teal-color css end ======**/
/**====== Green-color css start ======**/
.green-colors ul li:nth-child(14) {
	background-color: #05d85c;
}

	.green-colors ul li:nth-child(14) p:before {
		content: "#05d85c";
	}

.green-colors ul li:nth-child(13) {
	background-color: #06e763;
}

	.green-colors ul li:nth-child(13) p:before {
		content: "#06e763";
	}

.green-colors ul li:nth-child(12) {
	background-color: #06f669;
}

	.green-colors ul li:nth-child(12) p:before {
		content: "#06f669";
	}

.green-colors ul li:nth-child(11) {
	background-color: #12f972;
}

	.green-colors ul li:nth-child(11) p:before {
		content: "#12f972";
	}

.green-colors ul li:nth-child(10) {
	background-color: #21f97a;
}

	.green-colors ul li:nth-child(10) p:before {
		content: "#21f97a";
	}

.green-colors ul li:nth-child(9) {
	background-color: #30fa83;
}

	.green-colors ul li:nth-child(9) p:before {
		content: "#30fa83";
	}

.green-colors ul li:nth-child(8) {
	background-color: #3ffa8c;
}

	.green-colors ul li:nth-child(8) p:before {
		content: "#3ffa8c";
	}

.green-colors ul li:nth-child(7) {
	background-color: #4efb95;
}

	.green-colors ul li:nth-child(7) p:before {
		content: "#4efb95";
	}

.green-colors ul li:nth-child(6) {
	background-color: #5dfb9e;
}

	.green-colors ul li:nth-child(6) p:before {
		content: "#5dfb9e";
	}

.green-colors ul li:nth-child(5) {
	background-color: #6cfba7;
}

	.green-colors ul li:nth-child(5) p:before {
		content: "#6cfba7";
	}

.green-colors ul li:nth-child(4) {
	background-color: #7bfcb0;
}

	.green-colors ul li:nth-child(4) p:before {
		content: "#7bfcb0";
	}

.green-colors ul li:nth-child(3) {
	background-color: #8afcb9;
}

	.green-colors ul li:nth-child(3) p:before {
		content: "#8afcb9";
	}

.green-colors ul li:nth-child(2) {
	background-color: #98fcc2;
}

	.green-colors ul li:nth-child(2) p:before {
		content: "#98fcc2";
	}

.green-colors ul li:nth-child(1) {
	background-color: #a7fdcb;
}

	.green-colors ul li:nth-child(1) p:before {
		content: "#a7fdcb";
	}

/**====== Green-color css end ======**/
/**====== Light-Green-color css start ======**/
.light-green-colors ul li:nth-child(14) {
	background-color: #6fe423;
}

	.light-green-colors ul li:nth-child(14) p:before {
		content: "#6fe423";
	}

.light-green-colors ul li:nth-child(13) {
	background-color: #78e631;
}

	.light-green-colors ul li:nth-child(13) p:before {
		content: "#78e631";
	}

.light-green-colors ul li:nth-child(12) {
	background-color: #81e73e;
}

	.light-green-colors ul li:nth-child(12) p:before {
		content: "#81e73e";
	}

.light-green-colors ul li:nth-child(11) {
	background-color: #8ae94c;
}

	.light-green-colors ul li:nth-child(11) p:before {
		content: "#8ae94c";
	}

.light-green-colors ul li:nth-child(10) {
	background-color: #93eb5a;
}

	.light-green-colors ul li:nth-child(10) p:before {
		content: "#93eb5a";
	}

.light-green-colors ul li:nth-child(9) {
	background-color: #9bec67;
}

	.light-green-colors ul li:nth-child(9) p:before {
		content: "#9bec67";
	}

.light-green-colors ul li:nth-child(8) {
	background-color: #a4ee75;
}

	.light-green-colors ul li:nth-child(8) p:before {
		content: "#a4ee75";
	}

.light-green-colors ul li:nth-child(7) {
	background-color: #adf083;
}

	.light-green-colors ul li:nth-child(7) p:before {
		content: "#adf083";
	}

.light-green-colors ul li:nth-child(6) {
	background-color: #b6f190;
}

	.light-green-colors ul li:nth-child(6) p:before {
		content: "#b6f190";
	}

.light-green-colors ul li:nth-child(5) {
	background-color: #bff39e;
}

	.light-green-colors ul li:nth-child(5) p:before {
		content: "#bff39e";
	}

.light-green-colors ul li:nth-child(4) {
	background-color: #c8f5ac;
}

	.light-green-colors ul li:nth-child(4) p:before {
		content: "#c8f5ac";
	}

.light-green-colors ul li:nth-child(3) {
	background-color: #d1f6b9;
}

	.light-green-colors ul li:nth-child(3) p:before {
		content: "#d1f6b9";
	}

.light-green-colors ul li:nth-child(2) {
	background-color: #daf8c7;
}

	.light-green-colors ul li:nth-child(2) p:before {
		content: "#daf8c7";
	}

.light-green-colors ul li:nth-child(1) {
	background-color: #e3fad4;
}

	.light-green-colors ul li:nth-child(1) p:before {
		content: "#e3fad4";
	}

/**====== Light-Green-color css end ======**/
/**====== Lime-color css start ======**/
.lime-colors ul li:nth-child(14) {
	background-color: #baf905;
}

	.lime-colors ul li:nth-child(14) p:before {
		content: "#baf905";
	}

.lime-colors ul li:nth-child(13) {
	background-color: #bffa14;
}

	.lime-colors ul li:nth-child(13) p:before {
		content: "#bffa14";
	}

.lime-colors ul li:nth-child(12) {
	background-color: #c3fa23;
}

	.lime-colors ul li:nth-child(12) p:before {
		content: "#c3fa23";
	}

.lime-colors ul li:nth-child(11) {
	background-color: #c7fb32;
}

	.lime-colors ul li:nth-child(11) p:before {
		content: "#c7fb32";
	}

.lime-colors ul li:nth-child(10) {
	background-color: #cbfb41;
}

	.lime-colors ul li:nth-child(10) p:before {
		content: "#cbfb41";
	}

.lime-colors ul li:nth-child(9) {
	background-color: #cffb50;
}

	.lime-colors ul li:nth-child(9) p:before {
		content: "#cffb50";
	}

.lime-colors ul li:nth-child(8) {
	background-color: #d3fc5f;
}

	.lime-colors ul li:nth-child(8) p:before {
		content: "#d3fc5f";
	}

.lime-colors ul li:nth-child(7) {
	background-color: #d7fc6e;
}

	.lime-colors ul li:nth-child(7) p:before {
		content: "#d7fc6e";
	}

.lime-colors ul li:nth-child(6) {
	background-color: #dbfc7c;
}

	.lime-colors ul li:nth-child(6) p:before {
		content: "#dbfc7c";
	}

.lime-colors ul li:nth-child(5) {
	background-color: #dffd8b;
}

	.lime-colors ul li:nth-child(5) p:before {
		content: "#dffd8b";
	}

.lime-colors ul li:nth-child(4) {
	background-color: #e3fd9a;
}

	.lime-colors ul li:nth-child(4) p:before {
		content: "#e3fd9a";
	}

.lime-colors ul li:nth-child(3) {
	background-color: #e8fda9;
}

	.lime-colors ul li:nth-child(3) p:before {
		content: "#e8fda9";
	}

.lime-colors ul li:nth-child(2) {
	background-color: #ecfdb8;
}

	.lime-colors ul li:nth-child(2) p:before {
		content: "#ecfdb8";
	}

.lime-colors ul li:nth-child(1) {
	background-color: #f0fec7;
}

	.lime-colors ul li:nth-child(1) p:before {
		content: "#f0fec7";
	}

/**====== Lime-color css end ======**/
/**====== Yellow-color css start ======**/
.yellow-colors ul li:nth-child(14) {
	background-color: #ffd812;
}

	.yellow-colors ul li:nth-child(14) p:before {
		content: "#ffd812";
	}

.yellow-colors ul li:nth-child(13) {
	background-color: #ffda1f;
}

	.yellow-colors ul li:nth-child(13) p:before {
		content: "#ffda1f";
	}

.yellow-colors ul li:nth-child(12) {
	background-color: #ffdc2b;
}

	.yellow-colors ul li:nth-child(12) p:before {
		content: "#ffdc2b";
	}

.yellow-colors ul li:nth-child(11) {
	background-color: #ffde38;
}

	.yellow-colors ul li:nth-child(11) p:before {
		content: "#ffde38";
	}

.yellow-colors ul li:nth-child(10) {
	background-color: #ffe045;
}

	.yellow-colors ul li:nth-child(10) p:before {
		content: "#ffe045";
	}

.yellow-colors ul li:nth-child(9) {
	background-color: #ffe351;
}

	.yellow-colors ul li:nth-child(9) p:before {
		content: "#ffe351";
	}

.yellow-colors ul li:nth-child(8) {
	background-color: #ffe55e;
}

	.yellow-colors ul li:nth-child(8) p:before {
		content: "#ffe55e";
	}

.yellow-colors ul li:nth-child(7) {
	background-color: #ffe76b;
}

	.yellow-colors ul li:nth-child(7) p:before {
		content: "#ffe76b";
	}

.yellow-colors ul li:nth-child(6) {
	background-color: #ffe978;
}

	.yellow-colors ul li:nth-child(6) p:before {
		content: "#ffe978";
	}

.yellow-colors ul li:nth-child(5) {
	background-color: #ffeb84;
}

	.yellow-colors ul li:nth-child(5) p:before {
		content: "#ffeb84";
	}

.yellow-colors ul li:nth-child(4) {
	background-color: #ffed91;
}

	.yellow-colors ul li:nth-child(4) p:before {
		content: "#ffed91";
	}

.yellow-colors ul li:nth-child(3) {
	background-color: #ffef9e;
}

	.yellow-colors ul li:nth-child(3) p:before {
		content: "#ffef9e";
	}

.yellow-colors ul li:nth-child(2) {
	background-color: #fff1ab;
}

	.yellow-colors ul li:nth-child(2) p:before {
		content: "#fff1ab";
	}

.yellow-colors ul li:nth-child(1) {
	background-color: #fff3b7;
}

	.yellow-colors ul li:nth-child(1) p:before {
		content: "#fff3b7";
	}

/**====== Yellow-color css end ======**/
/**====== Amber-color css start ======**/
.amber-colors ul li:nth-child(14) {
	background-color: #ffb012;
}

	.amber-colors ul li:nth-child(14) p:before {
		content: "#ffb012";
	}

.amber-colors ul li:nth-child(13) {
	background-color: #ffb41f;
}

	.amber-colors ul li:nth-child(13) p:before {
		content: "#ffb41f";
	}

.amber-colors ul li:nth-child(12) {
	background-color: #ffb92b;
}

	.amber-colors ul li:nth-child(12) p:before {
		content: "#ffb92b";
	}

.amber-colors ul li:nth-child(11) {
	background-color: #ffbd38;
}

	.amber-colors ul li:nth-child(11) p:before {
		content: "#ffbd38";
	}

.amber-colors ul li:nth-child(10) {
	background-color: #ffc145;
}

	.amber-colors ul li:nth-child(10) p:before {
		content: "#ffc145";
	}

.amber-colors ul li:nth-child(9) {
	background-color: #ffc551;
}

	.amber-colors ul li:nth-child(9) p:before {
		content: "#ffc551";
	}

.amber-colors ul li:nth-child(8) {
	background-color: #ffca5e;
}

	.amber-colors ul li:nth-child(8) p:before {
		content: "#ffca5e";
	}

.amber-colors ul li:nth-child(7) {
	background-color: #ffce6b;
}

	.amber-colors ul li:nth-child(7) p:before {
		content: "#ffce6b";
	}

.amber-colors ul li:nth-child(6) {
	background-color: #ffd278;
}

	.amber-colors ul li:nth-child(6) p:before {
		content: "#ffd278";
	}

.amber-colors ul li:nth-child(5) {
	background-color: #ffd684;
}

	.amber-colors ul li:nth-child(5) p:before {
		content: "#ffd684";
	}

.amber-colors ul li:nth-child(4) {
	background-color: #ffdb91;
}

	.amber-colors ul li:nth-child(4) p:before {
		content: "#ffdb91";
	}

.amber-colors ul li:nth-child(3) {
	background-color: #ffdf9e;
}

	.amber-colors ul li:nth-child(3) p:before {
		content: "#ffdf9e";
	}

.amber-colors ul li:nth-child(2) {
	background-color: #ffe3ab;
}

	.amber-colors ul li:nth-child(2) p:before {
		content: "#ffe3ab";
	}

.amber-colors ul li:nth-child(1) {
	background-color: #ffe7b7;
}

	.amber-colors ul li:nth-child(1) p:before {
		content: "#ffe7b7";
	}

/**====== Amber-color css end ======**/
/**====== Orange-color css start ======**/
.orange-colors ul li:nth-child(14) {
	background-color: #ff7814;
}

	.orange-colors ul li:nth-child(14) p:before {
		content: "#ff7814";
	}

.orange-colors ul li:nth-child(13) {
	background-color: #ff8124;
}

	.orange-colors ul li:nth-child(13) p:before {
		content: "#ff8124";
	}

.orange-colors ul li:nth-child(12) {
	background-color: #ff8933;
}

	.orange-colors ul li:nth-child(12) p:before {
		content: "#ff8933";
	}

.orange-colors ul li:nth-child(11) {
	background-color: #ff9242;
}

	.orange-colors ul li:nth-child(11) p:before {
		content: "#ff9242";
	}

.orange-colors ul li:nth-child(10) {
	background-color: #ff9b51;
}

	.orange-colors ul li:nth-child(10) p:before {
		content: "#ff9b51";
	}

.orange-colors ul li:nth-child(9) {
	background-color: #ffa461;
}

	.orange-colors ul li:nth-child(9) p:before {
		content: "#ffa461";
	}

.orange-colors ul li:nth-child(8) {
	background-color: #ffad70;
}

	.orange-colors ul li:nth-child(8) p:before {
		content: "#ffad70";
	}

.orange-colors ul li:nth-child(7) {
	background-color: #ffb67f;
}

	.orange-colors ul li:nth-child(7) p:before {
		content: "#ffb67f";
	}

.orange-colors ul li:nth-child(6) {
	background-color: #ffbe8f;
}

	.orange-colors ul li:nth-child(6) p:before {
		content: "#ffbe8f";
	}

.orange-colors ul li:nth-child(5) {
	background-color: #ffc79e;
}

	.orange-colors ul li:nth-child(5) p:before {
		content: "#ffc79e";
	}

.orange-colors ul li:nth-child(4) {
	background-color: #ffd0ad;
}

	.orange-colors ul li:nth-child(4) p:before {
		content: "#ffd0ad";
	}

.orange-colors ul li:nth-child(3) {
	background-color: #ffd9bd;
}

	.orange-colors ul li:nth-child(3) p:before {
		content: "#ffd9bd";
	}

.orange-colors ul li:nth-child(2) {
	background-color: #ffe2cc;
}

	.orange-colors ul li:nth-child(2) p:before {
		content: "#ffe2cc";
	}

.orange-colors ul li:nth-child(1) {
	background-color: #ffeadb;
}

	.orange-colors ul li:nth-child(1) p:before {
		content: "#ffeadb";
	}

/**====== Orange-color css start ======**/
/**====== Deep-Orange-color css start ======**/
.deep-orange-colors ul li:nth-child(14) {
	background-color: #ec3305;
}

	.deep-orange-colors ul li:nth-child(14) p:before {
		content: "#ec3305";
	}

.deep-orange-colors ul li:nth-child(13) {
	background-color: #f93707;
}

	.deep-orange-colors ul li:nth-child(13) p:before {
		content: "#f93707";
	}

.deep-orange-colors ul li:nth-child(12) {
	background-color: #fa4316;
}

	.deep-orange-colors ul li:nth-child(12) p:before {
		content: "#fa4316";
	}

.deep-orange-colors ul li:nth-child(11) {
	background-color: #fa5025;
}

	.deep-orange-colors ul li:nth-child(11) p:before {
		content: "#fa5025";
	}

.deep-orange-colors ul li:nth-child(10) {
	background-color: #fa5c34;
}

	.deep-orange-colors ul li:nth-child(10) p:before {
		content: "#fa5c34";
	}

.deep-orange-colors ul li:nth-child(9) {
	background-color: #fb6843;
}

	.deep-orange-colors ul li:nth-child(9) p:before {
		content: "#fb6843";
	}

.deep-orange-colors ul li:nth-child(8) {
	background-color: #fb7452;
}

	.deep-orange-colors ul li:nth-child(8) p:before {
		content: "#fb7452";
	}

.deep-orange-colors ul li:nth-child(7) {
	background-color: #fb8061;
}

	.deep-orange-colors ul li:nth-child(7) p:before {
		content: "#fb8061";
	}

.deep-orange-colors ul li:nth-child(6) {
	background-color: #fc8c70;
}

	.deep-orange-colors ul li:nth-child(6) p:before {
		content: "#fc8c70";
	}

.deep-orange-colors ul li:nth-child(5) {
	background-color: #fc987f;
}

	.deep-orange-colors ul li:nth-child(5) p:before {
		content: "#fc987f";
	}

.deep-orange-colors ul li:nth-child(4) {
	background-color: #fca48e;
}

	.deep-orange-colors ul li:nth-child(4) p:before {
		content: "#fca48e";
	}

.deep-orange-colors ul li:nth-child(3) {
	background-color: #fdb09d;
}

	.deep-orange-colors ul li:nth-child(3) p:before {
		content: "#fdb09d";
	}

.deep-orange-colors ul li:nth-child(2) {
	background-color: #fdbcac;
}

	.deep-orange-colors ul li:nth-child(2) p:before {
		content: "#fdbcac";
	}

.deep-orange-colors ul li:nth-child(1) {
	background-color: #fdc8bb;
}

	.deep-orange-colors ul li:nth-child(1) p:before {
		content: "#fdc8bb";
	}

/**====== Deep-Orange-color css end ======**/
/**====== Brown-color css start ======**/
.brown-colors ul li:nth-child(14) {
	background-color: #513631;
}

	.brown-colors ul li:nth-child(14) p:before {
		content: "#513631";
	}

.brown-colors ul li:nth-child(13) {
	background-color: #61403a;
}

	.brown-colors ul li:nth-child(13) p:before {
		content: "#61403a";
	}

.brown-colors ul li:nth-child(12) {
	background-color: #714b44;
}

	.brown-colors ul li:nth-child(12) p:before {
		content: "#714b44";
	}

.brown-colors ul li:nth-child(11) {
	background-color: #81554d;
}

	.brown-colors ul li:nth-child(11) p:before {
		content: "#81554d";
	}

.brown-colors ul li:nth-child(10) {
	background-color: #916057;
}

	.brown-colors ul li:nth-child(10) p:before {
		content: "#916057";
	}

.brown-colors ul li:nth-child(9) {
	background-color: #a06b61;
}

	.brown-colors ul li:nth-child(9) p:before {
		content: "#a06b61";
	}

.brown-colors ul li:nth-child(8) {
	background-color: #aa7a71;
}

	.brown-colors ul li:nth-child(8) p:before {
		content: "#aa7a71";
	}

.brown-colors ul li:nth-child(7) {
	background-color: #b38981;
}

	.brown-colors ul li:nth-child(7) p:before {
		content: "#b38981";
	}

.brown-colors ul li:nth-child(6) {
	background-color: #bd9791;
}

	.brown-colors ul li:nth-child(6) p:before {
		content: "#bd9791";
	}

.brown-colors ul li:nth-child(5) {
	background-color: #c6a6a1;
}

	.brown-colors ul li:nth-child(5) p:before {
		content: "#c6a6a1";
	}

.brown-colors ul li:nth-child(4) {
	background-color: #d0b5b1;
}

	.brown-colors ul li:nth-child(4) p:before {
		content: "#d0b5b1";
	}

.brown-colors ul li:nth-child(3) {
	background-color: #dac4c1;
}

	.brown-colors ul li:nth-child(3) p:before {
		content: "#dac4c1";
	}

.brown-colors ul li:nth-child(2) {
	background-color: #e3d3d0;
}

	.brown-colors ul li:nth-child(2) p:before {
		content: "#e3d3d0";
	}

.brown-colors ul li:nth-child(1) {
	background-color: #ede2e0;
}

	.brown-colors ul li:nth-child(1) p:before {
		content: "#ede2e0";
	}

/**====== Brown-color css end ======**/
/**====== Grey-color css start ======**/
.grey-colors ul li:nth-child(14) {
	background-color: #323232;
}

	.grey-colors ul li:nth-child(14) p:before {
		content: "#323232";
	}

.grey-colors ul li:nth-child(13) {
	background-color: #3f3f3f;
}

	.grey-colors ul li:nth-child(13) p:before {
		content: "#3f3f3f";
	}

.grey-colors ul li:nth-child(12) {
	background-color: #4b4b4b;
}

	.grey-colors ul li:nth-child(12) p:before {
		content: "#4b4b4b";
	}

.grey-colors ul li:nth-child(11) {
	background-color: #585858;
}

	.grey-colors ul li:nth-child(11) p:before {
		content: "#585858";
	}

.grey-colors ul li:nth-child(10) {
	background-color: #656565;
}

	.grey-colors ul li:nth-child(10) p:before {
		content: "#656565";
	}

.grey-colors ul li:nth-child(9) {
	background-color: #727272;
}

	.grey-colors ul li:nth-child(9) p:before {
		content: "#727272";
	}

.grey-colors ul li:nth-child(8) {
	background-color: #7e7e7e;
}

	.grey-colors ul li:nth-child(8) p:before {
		content: "#7e7e7e";
	}

.grey-colors ul li:nth-child(7) {
	background-color: #8b8b8b;
}

	.grey-colors ul li:nth-child(7) p:before {
		content: "#8b8b8b";
	}

.grey-colors ul li:nth-child(6) {
	background-color: #989898;
}

	.grey-colors ul li:nth-child(6) p:before {
		content: "#989898";
	}

.grey-colors ul li:nth-child(5) {
	background-color: #a5a5a5;
}

	.grey-colors ul li:nth-child(5) p:before {
		content: "#a5a5a5";
	}

.grey-colors ul li:nth-child(4) {
	background-color: #b1b1b1;
}

	.grey-colors ul li:nth-child(4) p:before {
		content: "#b1b1b1";
	}

.grey-colors ul li:nth-child(3) {
	background-color: #bebebe;
}

	.grey-colors ul li:nth-child(3) p:before {
		content: "#bebebe";
	}

.grey-colors ul li:nth-child(2) {
	background-color: #cbcbcb;
}

	.grey-colors ul li:nth-child(2) p:before {
		content: "#cbcbcb";
	}

.grey-colors ul li:nth-child(1) {
	background-color: #d8d8d8;
}

	.grey-colors ul li:nth-child(1) p:before {
		content: "#d8d8d8";
	}

/**====== Grey-color css end ======**/
/**====== Blue-color css start ======**/
.blue-grey-colors ul li:nth-child(14) {
	background-color: #35444a;
}

	.blue-grey-colors ul li:nth-child(14) p:before {
		content: "#35444a";
	}

.blue-grey-colors ul li:nth-child(13) {
	background-color: #3f5159;
}

	.blue-grey-colors ul li:nth-child(13) p:before {
		content: "#3f5159";
	}

.blue-grey-colors ul li:nth-child(12) {
	background-color: #4a5f68;
}

	.blue-grey-colors ul li:nth-child(12) p:before {
		content: "#4a5f68";
	}

.blue-grey-colors ul li:nth-child(11) {
	background-color: #546d77;
}

	.blue-grey-colors ul li:nth-child(11) p:before {
		content: "#546d77";
	}

.blue-grey-colors ul li:nth-child(10) {
	background-color: #5f7a85;
}

	.blue-grey-colors ul li:nth-child(10) p:before {
		content: "#5f7a85";
	}

.blue-grey-colors ul li:nth-child(9) {
	background-color: #6a8894;
}

	.blue-grey-colors ul li:nth-child(9) p:before {
		content: "#6a8894";
	}

.blue-grey-colors ul li:nth-child(8) {
	background-color: #78949f;
}

	.blue-grey-colors ul li:nth-child(8) p:before {
		content: "#78949f";
	}

.blue-grey-colors ul li:nth-child(7) {
	background-color: #87a0aa;
}

	.blue-grey-colors ul li:nth-child(7) p:before {
		content: "#87a0aa";
	}

.blue-grey-colors ul li:nth-child(6) {
	background-color: #96abb4;
}

	.blue-grey-colors ul li:nth-child(6) p:before {
		content: "#96abb4";
	}

.blue-grey-colors ul li:nth-child(5) {
	background-color: #a5b7bf;
}

	.blue-grey-colors ul li:nth-child(5) p:before {
		content: "#a5b7bf";
	}

.blue-grey-colors ul li:nth-child(4) {
	background-color: #b4c3ca;
}

	.blue-grey-colors ul li:nth-child(4) p:before {
		content: "#b4c3ca";
	}

.blue-grey-colors ul li:nth-child(3) {
	background-color: #c3cfd4;
}

	.blue-grey-colors ul li:nth-child(3) p:before {
		content: "#c3cfd4";
	}

.blue-grey-colors ul li:nth-child(2) {
	background-color: #d2dbdf;
}

	.blue-grey-colors ul li:nth-child(2) p:before {
		content: "#d2dbdf";
	}

.blue-grey-colors ul li:nth-child(1) {
	background-color: #e1e7e9;
}

	.blue-grey-colors ul li:nth-child(1) p:before {
		content: "#e1e7e9";
	}

/**====== Blue-color css end ======**/
/**====== Primary-color css start ======**/
.primary-colorr ul li:nth-child(14) {
	background-color: #1cc9a7;
}

	.primary-colorr ul li:nth-child(14) p:before {
		content: "#1cc9a7";
	}

.primary-colorr ul li:nth-child(13) {
	background-color: #1ed7b2;
}

	.primary-colorr ul li:nth-child(13) p:before {
		content: "#1ed7b2";
	}

.primary-colorr ul li:nth-child(12) {
	background-color: #23e1bb;
}

	.primary-colorr ul li:nth-child(12) p:before {
		content: "#23e1bb";
	}

.primary-colorr ul li:nth-child(11) {
	background-color: #31e2bf;
}

	.primary-colorr ul li:nth-child(11) p:before {
		content: "#31e2bf";
	}

.primary-colorr ul li:nth-child(10) {
	background-color: #3ee4c4;
}

	.primary-colorr ul li:nth-child(10) p:before {
		content: "#3ee4c4";
	}

.primary-colorr ul li:nth-child(9) {
	background-color: #4ce6c8;
}

	.primary-colorr ul li:nth-child(9) p:before {
		content: "#4ce6c8";
	}

.primary-colorr ul li:nth-child(8) {
	background-color: #59e8cc;
}

	.primary-colorr ul li:nth-child(8) p:before {
		content: "#59e8cc";
	}

.primary-colorr ul li:nth-child(7) {
	background-color: #66ead0;
}

	.primary-colorr ul li:nth-child(7) p:before {
		content: "#66ead0";
	}

.primary-colorr ul li:nth-child(6) {
	background-color: #74ecd4;
}

	.primary-colorr ul li:nth-child(6) p:before {
		content: "#74ecd4";
	}

.primary-colorr ul li:nth-child(5) {
	background-color: #81eed8;
}

	.primary-colorr ul li:nth-child(5) p:before {
		content: "#81eed8";
	}

.primary-colorr ul li:nth-child(4) {
	background-color: #8fefdc;
}

	.primary-colorr ul li:nth-child(4) p:before {
		content: "#8fefdc";
	}

.primary-colorr ul li:nth-child(3) {
	background-color: #9cf1e1;
}

	.primary-colorr ul li:nth-child(3) p:before {
		content: "#9cf1e1";
	}

.primary-colorr ul li:nth-child(2) {
	background-color: #aaf3e5;
}

	.primary-colorr ul li:nth-child(2) p:before {
		content: "#aaf3e5";
	}

.primary-colorr ul li:nth-child(1) {
	background-color: #b7f5e9;
}

	.primary-colorr ul li:nth-child(1) p:before {
		content: "#b7f5e9";
	}

/**====== Primary-color css end ======**/
/**====== Success-color css start ======**/
.success-colorr ul li:nth-child(14) {
	background-color: #33d176;
}

	.success-colorr ul li:nth-child(14) p:before {
		content: "#33d176";
	}

.success-colorr ul li:nth-child(13) {
	background-color: #3bd37c;
}

	.success-colorr ul li:nth-child(13) p:before {
		content: "#3bd37c";
	}

.success-colorr ul li:nth-child(12) {
	background-color: #44d581;
}

	.success-colorr ul li:nth-child(12) p:before {
		content: "#44d581";
	}

.success-colorr ul li:nth-child(11) {
	background-color: #4cd787;
}

	.success-colorr ul li:nth-child(11) p:before {
		content: "#4cd787";
	}

.success-colorr ul li:nth-child(10) {
	background-color: #54d98c;
}

	.success-colorr ul li:nth-child(10) p:before {
		content: "#54d98c";
	}

.success-colorr ul li:nth-child(9) {
	background-color: #5dda92;
}

	.success-colorr ul li:nth-child(9) p:before {
		content: "#5dda92";
	}

.success-colorr ul li:nth-child(8) {
	background-color: #65dc98;
}

	.success-colorr ul li:nth-child(8) p:before {
		content: "#65dc98";
	}

.success-colorr ul li:nth-child(7) {
	background-color: #6dde9d;
}

	.success-colorr ul li:nth-child(7) p:before {
		content: "#6dde9d";
	}

.success-colorr ul li:nth-child(6) {
	background-color: #76e0a3;
}

	.success-colorr ul li:nth-child(6) p:before {
		content: "#76e0a3";
	}

.success-colorr ul li:nth-child(5) {
	background-color: #7ee2a8;
}

	.success-colorr ul li:nth-child(5) p:before {
		content: "#7ee2a8";
	}

.success-colorr ul li:nth-child(4) {
	background-color: #86e4ae;
}

	.success-colorr ul li:nth-child(4) p:before {
		content: "#86e4ae";
	}

.success-colorr ul li:nth-child(3) {
	background-color: #8fe6b4;
}

	.success-colorr ul li:nth-child(3) p:before {
		content: "#8fe6b4";
	}

.success-colorr ul li:nth-child(2) {
	background-color: #97e8b9;
}

	.success-colorr ul li:nth-child(2) p:before {
		content: "#97e8b9";
	}

.success-colorr ul li:nth-child(1) {
	background-color: #9fe9bf;
}

	.success-colorr ul li:nth-child(1) p:before {
		content: "#9fe9bf";
	}

/**====== Success-color css end ======**/
/**====== Info-color css start ======**/
.info-colorr ul li:nth-child(14) {
	background-color: #3d9cdd;
}

	.info-colorr ul li:nth-child(14) p:before {
		content: "#3d9cdd";
	}

.info-colorr ul li:nth-child(13) {
	background-color: #45a1de;
}

	.info-colorr ul li:nth-child(13) p:before {
		content: "#45a1de";
	}

.info-colorr ul li:nth-child(12) {
	background-color: #4ea5e0;
}

	.info-colorr ul li:nth-child(12) p:before {
		content: "#4ea5e0";
	}

.info-colorr ul li:nth-child(11) {
	background-color: #57aae1;
}

	.info-colorr ul li:nth-child(11) p:before {
		content: "#57aae1";
	}

.info-colorr ul li:nth-child(10) {
	background-color: #5faee3;
}

	.info-colorr ul li:nth-child(10) p:before {
		content: "#5faee3";
	}

.info-colorr ul li:nth-child(9) {
	background-color: #68b2e4;
}

	.info-colorr ul li:nth-child(9) p:before {
		content: "#68b2e4";
	}

.info-colorr ul li:nth-child(8) {
	background-color: #71b7e6;
}

	.info-colorr ul li:nth-child(8) p:before {
		content: "#71b7e6";
	}

.info-colorr ul li:nth-child(7) {
	background-color: #79bbe7;
}

	.info-colorr ul li:nth-child(7) p:before {
		content: "#79bbe7";
	}

.info-colorr ul li:nth-child(6) {
	background-color: #82c0e9;
}

	.info-colorr ul li:nth-child(6) p:before {
		content: "#82c0e9";
	}

.info-colorr ul li:nth-child(5) {
	background-color: #8bc4ea;
}

	.info-colorr ul li:nth-child(5) p:before {
		content: "#8bc4ea";
	}

.info-colorr ul li:nth-child(4) {
	background-color: #93c8ec;
}

	.info-colorr ul li:nth-child(4) p:before {
		content: "#93c8ec";
	}

.info-colorr ul li:nth-child(3) {
	background-color: #9ccded;
}

	.info-colorr ul li:nth-child(3) p:before {
		content: "#9ccded";
	}

.info-colorr ul li:nth-child(2) {
	background-color: #a5d1ef;
}

	.info-colorr ul li:nth-child(2) p:before {
		content: "#a5d1ef";
	}

.info-colorr ul li:nth-child(1) {
	background-color: #add6f1;
}

	.info-colorr ul li:nth-child(1) p:before {
		content: "#add6f1";
	}

/**====== Info-color css end ======**/
/**====== Warning-color css start ======**/
.warning-colorr ul li:nth-child(14) {
	background-color: #f2c619;
}

	.warning-colorr ul li:nth-child(14) p:before {
		content: "#f2c619";
	}

.warning-colorr ul li:nth-child(13) {
	background-color: #f2c922;
}

	.warning-colorr ul li:nth-child(13) p:before {
		content: "#f2c922";
	}

.warning-colorr ul li:nth-child(12) {
	background-color: #f3cb2c;
}

	.warning-colorr ul li:nth-child(12) p:before {
		content: "#f3cb2c";
	}

.warning-colorr ul li:nth-child(11) {
	background-color: #f3cd36;
}

	.warning-colorr ul li:nth-child(11) p:before {
		content: "#f3cd36";
	}

.warning-colorr ul li:nth-child(10) {
	background-color: #f4d03f;
}

	.warning-colorr ul li:nth-child(10) p:before {
		content: "#f4d03f";
	}

.warning-colorr ul li:nth-child(9) {
	background-color: #f4d249;
}

	.warning-colorr ul li:nth-child(9) p:before {
		content: "#f4d249";
	}

.warning-colorr ul li:nth-child(8) {
	background-color: #f5d552;
}

	.warning-colorr ul li:nth-child(8) p:before {
		content: "#f5d552";
	}

.warning-colorr ul li:nth-child(7) {
	background-color: #f5d75c;
}

	.warning-colorr ul li:nth-child(7) p:before {
		content: "#f5d75c";
	}

.warning-colorr ul li:nth-child(6) {
	background-color: #f6d966;
}

	.warning-colorr ul li:nth-child(6) p:before {
		content: "#f6d966";
	}

.warning-colorr ul li:nth-child(5) {
	background-color: #f7dc6f;
}

	.warning-colorr ul li:nth-child(5) p:before {
		content: "#f7dc6f";
	}

.warning-colorr ul li:nth-child(4) {
	background-color: #f7de79;
}

	.warning-colorr ul li:nth-child(4) p:before {
		content: "#f7de79";
	}

.warning-colorr ul li:nth-child(3) {
	background-color: #f8e083;
}

	.warning-colorr ul li:nth-child(3) p:before {
		content: "#f8e083";
	}

.warning-colorr ul li:nth-child(2) {
	background-color: #f8e38c;
}

	.warning-colorr ul li:nth-child(2) p:before {
		content: "#f8e38c";
	}

.warning-colorr ul li:nth-child(1) {
	background-color: #f9e596;
}

	.warning-colorr ul li:nth-child(1) p:before {
		content: "#f9e596";
	}

/**====== Warning-color css end ======**/
/**====== Danger-color css start ======**/
.danger-colorr ul li:nth-child(14) {
	background-color: #e85445;
}

	.danger-colorr ul li:nth-child(14) p:before {
		content: "#e85445";
	}

.danger-colorr ul li:nth-child(13) {
	background-color: #e95d4e;
}

	.danger-colorr ul li:nth-child(13) p:before {
		content: "#e95d4e";
	}

.danger-colorr ul li:nth-child(12) {
	background-color: #ea6557;
}

	.danger-colorr ul li:nth-child(12) p:before {
		content: "#ea6557";
	}

.danger-colorr ul li:nth-child(11) {
	background-color: #eb6d60;
}

	.danger-colorr ul li:nth-child(11) p:before {
		content: "#eb6d60";
	}

.danger-colorr ul li:nth-child(10) {
	background-color: #ed7669;
}

	.danger-colorr ul li:nth-child(10) p:before {
		content: "#ed7669";
	}

.danger-colorr ul li:nth-child(9) {
	background-color: #ee7e72;
}

	.danger-colorr ul li:nth-child(9) p:before {
		content: "#ee7e72";
	}

.danger-colorr ul li:nth-child(8) {
	background-color: #ef867c;
}

	.danger-colorr ul li:nth-child(8) p:before {
		content: "#ef867c";
	}

.danger-colorr ul li:nth-child(7) {
	background-color: #f08f85;
}

	.danger-colorr ul li:nth-child(7) p:before {
		content: "#f08f85";
	}

.danger-colorr ul li:nth-child(6) {
	background-color: #f1978e;
}

	.danger-colorr ul li:nth-child(6) p:before {
		content: "#f1978e";
	}

.danger-colorr ul li:nth-child(5) {
	background-color: #f29f97;
}

	.danger-colorr ul li:nth-child(5) p:before {
		content: "#f29f97";
	}

.danger-colorr ul li:nth-child(4) {
	background-color: #f3a8a0;
}

	.danger-colorr ul li:nth-child(4) p:before {
		content: "#f3a8a0";
	}

.danger-colorr ul li:nth-child(3) {
	background-color: #f4b0a9;
}

	.danger-colorr ul li:nth-child(3) p:before {
		content: "#f4b0a9";
	}

.danger-colorr ul li:nth-child(2) {
	background-color: #f6b8b2;
}

	.danger-colorr ul li:nth-child(2) p:before {
		content: "#f6b8b2";
	}

.danger-colorr ul li:nth-child(1) {
	background-color: #f7c1bb;
}

	.danger-colorr ul li:nth-child(1) p:before {
		content: "#f7c1bb";
	}

/**====== Danger-color css end ======**/
/**====== Color-color css end ======**/
.set-map {
	height: 400px;
}

#mapGeo {
	height: 345px;
}

#address-search .input-group {
	margin-bottom: 0;
}

/**  =====================
      Navbar-varients css start
==========================  **/
.light-nav-border, .primary-nav, .warning-nav, .success-nav, .info-nav, .danger-nav {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
}

	.light-nav-border a, .primary-nav a, .warning-nav a, .success-nav a, .info-nav a, .danger-nav a {
		color: #222;
	}

	.light-nav-border li.active a, .primary-nav li.active a, .warning-nav li.active a, .success-nav li.active a, .info-nav li.active a, .danger-nav li.active a {
		color: #4680ff;
		font-weight: 600;
	}

	.light-nav-border .nav-item, .primary-nav .nav-item, .warning-nav .nav-item, .success-nav .nav-item, .info-nav .nav-item, .danger-nav .nav-item {
		margin-left: 15px;
	}

		.light-nav-border .nav-item:hover .navbar-varient-submenu, .primary-nav .nav-item:hover .navbar-varient-submenu, .warning-nav .nav-item:hover .navbar-varient-submenu, .success-nav .nav-item:hover .navbar-varient-submenu, .info-nav .nav-item:hover .navbar-varient-submenu, .danger-nav .nav-item:hover .navbar-varient-submenu {
			-webkit-transform: translateY(5px);
			transform: translateY(5px);
			opacity: 1;
			visibility: visible;
		}

	.light-nav-border .navbar-varient-submenu, .primary-nav .navbar-varient-submenu, .warning-nav .navbar-varient-submenu, .success-nav .navbar-varient-submenu, .info-nav .navbar-varient-submenu, .danger-nav .navbar-varient-submenu {
		box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
		border: 1px solid #ddd;
		position: absolute;
		width: 16em;
		background-color: #fff;
		transition: all linear 0.3s;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

		.light-nav-border .navbar-varient-submenu a, .primary-nav .navbar-varient-submenu a, .warning-nav .navbar-varient-submenu a, .success-nav .navbar-varient-submenu a, .info-nav .navbar-varient-submenu a, .danger-nav .navbar-varient-submenu a {
			padding: 10px;
			display: block;
			transition: background-color linear 0.3s;
		}

			.light-nav-border .navbar-varient-submenu a:hover, .primary-nav .navbar-varient-submenu a:hover, .warning-nav .navbar-varient-submenu a:hover, .success-nav .navbar-varient-submenu a:hover, .info-nav .navbar-varient-submenu a:hover, .danger-nav .navbar-varient-submenu a:hover {
				background-color: #f1f1f1;
			}

	.light-nav-border .profile-sub-menu, .primary-nav .profile-sub-menu, .warning-nav .profile-sub-menu, .success-nav .profile-sub-menu, .info-nav .profile-sub-menu, .danger-nav .profile-sub-menu {
		right: 10px;
	}

		.light-nav-border .profile-sub-menu i, .primary-nav .profile-sub-menu i, .warning-nav .profile-sub-menu i, .success-nav .profile-sub-menu i, .info-nav .profile-sub-menu i, .danger-nav .profile-sub-menu i {
			margin-right: 10px;
		}

.primary-nav {
	background-color: #acc6ff;
}

	.primary-nav a {
		color: #666;
	}

	.primary-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.primary-nav .navbar-varient-submenu a {
		color: #222;
	}

.warning-nav {
	background-color: #ffe0b3;
}

	.warning-nav a {
		color: #666;
	}

	.warning-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.warning-nav .navbar-varient-submenu a {
		color: #222;
	}

.success-nav {
	background-color: #c1da9c;
}

	.success-nav a {
		color: #666;
	}

	.success-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.success-nav .navbar-varient-submenu a {
		color: #222;
	}

.info-nav {
	background-color: #c1edfa;
}

	.info-nav a {
		color: #666;
	}

	.info-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.info-nav .navbar-varient-submenu a {
		color: #222;
	}

.danger-nav {
	background-color: #fedee5;
}

	.danger-nav a {
		color: #666;
	}

	.danger-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.danger-nav .navbar-varient-submenu a {
		color: #222;
	}

.bg-dark {
	background-color: #2C3E50;
	color: #fff;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .navbar-light .navbar-nav .open > .nav-link {
	color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.5);
}

	.navbar-dark .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.3);
	}

.navbar-dark button.btn {
	color: #fff;
	border-color: #fff;
}

.dark-nav-border, .primary-nav-dark, .warning-nav-dark, .success-nav-dark, .info-nav-dark, .danger-nav-dark {
	border: 1px solid #2C3E50;
	padding: 15px;
}

.primary-nav,
.warning-nav,
.success-nav,
.info-nav,
.danger-nav {
	border: none;
	padding: 15px;
}

	.dark-nav-border a, .primary-nav-dark a, .warning-nav-dark a, .success-nav-dark a, .info-nav-dark a, .danger-nav-dark a,
	.primary-nav a,
	.warning-nav a,
	.success-nav a,
	.info-nav a,
	.danger-nav a {
		color: rgba(0, 0, 0, 0.9);
	}

	.dark-nav-border .navbar-varient-submenu, .primary-nav-dark .navbar-varient-submenu, .warning-nav-dark .navbar-varient-submenu, .success-nav-dark .navbar-varient-submenu, .info-nav-dark .navbar-varient-submenu, .danger-nav-dark .navbar-varient-submenu,
	.primary-nav .navbar-varient-submenu,
	.warning-nav .navbar-varient-submenu,
	.success-nav .navbar-varient-submenu,
	.info-nav .navbar-varient-submenu,
	.danger-nav .navbar-varient-submenu {
		box-shadow: -2 0 1px 2px rgba(0, 0, 0, 0.03), 0 -2px 1px -2px rgba(0, 0, 0, 0.02), 0 0 0 -1px rgba(0, 0, 0, 0.03);
		border: 1px solid #ddd;
		position: absolute;
		width: 16em;
		background-color: #fff;
		transition: all linear 0.3s;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
		visibility: hidden;
		z-index: 999;
	}

	.dark-nav-border .nav-item:hover .navbar-varient-submenu, .primary-nav-dark .nav-item:hover .navbar-varient-submenu, .warning-nav-dark .nav-item:hover .navbar-varient-submenu, .success-nav-dark .nav-item:hover .navbar-varient-submenu, .info-nav-dark .nav-item:hover .navbar-varient-submenu, .danger-nav-dark .nav-item:hover .navbar-varient-submenu,
	.primary-nav .nav-item:hover .navbar-varient-submenu,
	.warning-nav .nav-item:hover .navbar-varient-submenu,
	.success-nav .nav-item:hover .navbar-varient-submenu,
	.info-nav .nav-item:hover .navbar-varient-submenu,
	.danger-nav .nav-item:hover .navbar-varient-submenu,
	.dark-nav-border .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.primary-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.warning-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.success-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.info-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.danger-nav-dark .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .dark-nav-border a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .primary-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .warning-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .success-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .info-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .danger-nav-dark a:hover .navbar-varient-submenu,
	.primary-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .primary-nav a:hover .navbar-varient-submenu,
	.warning-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .warning-nav a:hover .navbar-varient-submenu,
	.success-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .success-nav a:hover .navbar-varient-submenu,
	.info-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .info-nav a:hover .navbar-varient-submenu,
	.danger-nav .main-menu .main-menu-content .nav-item .tree-1 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-1 .danger-nav a:hover .navbar-varient-submenu,
	.dark-nav-border .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.primary-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.warning-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.success-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.info-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.danger-nav-dark .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .dark-nav-border a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .primary-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .warning-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .success-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .info-nav-dark a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .danger-nav-dark a:hover .navbar-varient-submenu,
	.primary-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .primary-nav a:hover .navbar-varient-submenu,
	.warning-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .warning-nav a:hover .navbar-varient-submenu,
	.success-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .success-nav a:hover .navbar-varient-submenu,
	.info-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .info-nav a:hover .navbar-varient-submenu,
	.danger-nav .main-menu .main-menu-content .nav-item .tree-2 a:hover .navbar-varient-submenu,
	.main-menu .main-menu-content .nav-item .tree-2 .danger-nav a:hover .navbar-varient-submenu {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 1;
		visibility: visible;
	}

	.dark-nav-border .navbar-varient-submenu a:hover, .primary-nav-dark .navbar-varient-submenu a:hover, .warning-nav-dark .navbar-varient-submenu a:hover, .success-nav-dark .navbar-varient-submenu a:hover, .info-nav-dark .navbar-varient-submenu a:hover, .danger-nav-dark .navbar-varient-submenu a:hover,
	.primary-nav .navbar-varient-submenu a:hover,
	.warning-nav .navbar-varient-submenu a:hover,
	.success-nav .navbar-varient-submenu a:hover,
	.info-nav .navbar-varient-submenu a:hover,
	.danger-nav .navbar-varient-submenu a:hover {
		background-color: #f1f1f1;
	}

	.dark-nav-border .navbar-varient-submenu a, .primary-nav-dark .navbar-varient-submenu a, .warning-nav-dark .navbar-varient-submenu a, .success-nav-dark .navbar-varient-submenu a, .info-nav-dark .navbar-varient-submenu a, .danger-nav-dark .navbar-varient-submenu a,
	.primary-nav .navbar-varient-submenu a,
	.warning-nav .navbar-varient-submenu a,
	.success-nav .navbar-varient-submenu a,
	.info-nav .navbar-varient-submenu a,
	.danger-nav .navbar-varient-submenu a {
		padding: 10px;
		display: block;
		transition: background-color linear 0.3s;
	}

	.dark-nav-border li.active a, .primary-nav-dark li.active a, .warning-nav-dark li.active a, .success-nav-dark li.active a, .info-nav-dark li.active a, .danger-nav-dark li.active a,
	.primary-nav li.active a,
	.warning-nav li.active a,
	.success-nav li.active a,
	.info-nav li.active a,
	.danger-nav li.active a {
		color: #666;
		font-weight: 600;
	}

	.dark-nav-border .profile-sub-menu, .primary-nav-dark .profile-sub-menu, .warning-nav-dark .profile-sub-menu, .success-nav-dark .profile-sub-menu, .info-nav-dark .profile-sub-menu, .danger-nav-dark .profile-sub-menu,
	.primary-nav .profile-sub-menu,
	.warning-nav .profile-sub-menu,
	.success-nav .profile-sub-menu,
	.info-nav .profile-sub-menu,
	.danger-nav .profile-sub-menu {
		right: 10px;
	}

.primary-nav-dark {
	background-color: #135dff;
	border: none;
}

	.primary-nav-dark a {
		color: #fff;
	}

	.primary-nav-dark li.active a {
		color: #fff;
		font-weight: 600;
	}

	.primary-nav-dark .navbar-varient-submenu a {
		color: #fff;
	}

	.primary-nav-dark .nav-link.disabled {
		color: rgba(255, 255, 255, 0.5);
	}

	.primary-nav-dark .navbar-varient-submenu {
		background-color: #135dff;
		border-color: #004ef8;
	}

		.primary-nav-dark .navbar-varient-submenu a:hover {
			background-color: #004ef8;
		}

.warning-nav-dark {
	background-color: #ffa11a;
	border: none;
}

	.warning-nav-dark a {
		color: #fff;
	}

	.warning-nav-dark li.active a {
		color: #fff;
		font-weight: 600;
	}

	.warning-nav-dark .navbar-varient-submenu a {
		color: #fff;
	}

	.warning-nav-dark .nav-link.disabled {
		color: rgba(255, 255, 255, 0.5);
	}

	.warning-nav-dark .navbar-varient-submenu {
		background-color: #ffa11a;
		border-color: #ff9700;
	}

		.warning-nav-dark .navbar-varient-submenu a:hover {
			background-color: #ff9700;
		}

.success-nav-dark {
	background-color: #79a13c;
	border: none;
}

	.success-nav-dark a {
		color: #fff;
	}

	.success-nav-dark li.active a {
		color: #fff;
		font-weight: 600;
	}

	.success-nav-dark .navbar-varient-submenu a {
		color: #fff;
	}

	.success-nav-dark .nav-link.disabled {
		color: rgba(255, 255, 255, 0.5);
	}

	.success-nav-dark .navbar-varient-submenu {
		background-color: #79a13c;
		border-color: #6b8e35;
	}

		.success-nav-dark .navbar-varient-submenu a:hover {
			background-color: #6b8e35;
		}

.info-nav-dark {
	background-color: #33c3ef;
	border: none;
}

	.info-nav-dark a {
		color: #fff;
	}

	.info-nav-dark li.active a {
		color: #fff;
		font-weight: 600;
	}

	.info-nav-dark .navbar-varient-submenu a {
		color: #fff;
	}

	.info-nav-dark .nav-link.disabled {
		color: rgba(255, 255, 255, 0.5);
	}

	.info-nav-dark .navbar-varient-submenu {
		background-color: #33c3ef;
		border-color: #1bbcee;
	}

		.info-nav-dark .navbar-varient-submenu a:hover {
			background-color: #1bbcee;
		}

.danger-nav-dark {
	background-color: #fb2f58;
	border: none;
}

	.danger-nav-dark a {
		color: #fff;
	}

	.danger-nav-dark li.active a {
		color: #fff;
		font-weight: 600;
	}

	.danger-nav-dark .navbar-varient-submenu a {
		color: #fff;
	}

	.danger-nav-dark .nav-link.disabled {
		color: rgba(255, 255, 255, 0.5);
	}

	.danger-nav-dark .navbar-varient-submenu {
		background-color: #fb2f58;
		border-color: #fb1644;
	}

		.danger-nav-dark .navbar-varient-submenu a:hover {
			background-color: #fb1644;
		}

.nav-item label.badge-top-left {
	right: 4.4%;
	bottom: 38px;
}

.nav-item .radio-inline {
	margin-top: 7px;
}

.primary-nav-dark button,
.warning-nav-dark button,
.success-nav-dark button,
.info-nav-dark button,
.danger-nav-dark button {
	border-color: #fff;
}

.primary-nav-dark i,
.warning-nav-dark i,
.success-nav-dark i,
.info-nav-dark i,
.danger-nav-dark i {
	color: #fff;
}

.primary-nav button,
.warning-nav button,
.success-nav button,
.info-nav button,
.danger-nav button {
	border-color: rgba(0, 0, 0, 0.6) !important;
}

.primary-nav i,
.warning-nav i,
.success-nav i,
.info-nav i,
.danger-nav i {
	color: rgba(0, 0, 0, 0.6) !important;
}

.light-nav-border button, .primary-nav button, .warning-nav button, .success-nav button, .info-nav button, .danger-nav button {
	border-color: rgba(0, 0, 0, 0.1);
}

.light-nav-border i, .primary-nav i, .warning-nav i, .success-nav i, .info-nav i, .danger-nav i {
	color: rgba(0, 0, 0, 0.4);
}

/**====== Navbar-varients css end ======**/
/**  =====================
      Progress-bar css start
==========================  **/
.progress-xl {
	height: 30px;
}

.progress-lg {
	height: 24px;
}

.progres-md {
	height: 18px;
}

.progress-sm {
	height: 12px;
}

.progress-xs {
	height: 6px;
}

.progress-bar-page .progress {
	margin-bottom: 2rem;
}

.progress-bar-default {
	background-color: #e0e0e0;
}

.progress-bar-primary {
	background-color: #4680ff;
}

.progress-bar-success {
	background-color: #93BE52;
}

.progress-bar-info {
	background-color: #62d1f3;
}

.progress-bar-warning {
	background-color: #FFB64D;
}

.progress-bar-danger {
	background-color: #FC6180;
}

.progress-bar-pink {
	background-color: #ff7aa3;
}

.progress-bar-purple {
	background-color: #9261c6;
}

.progress-bar-orange {
	background-color: #e67e22;
}

.progress-bar-yellow {
	background-color: #f1c40f;
}

.progress-bar-emrald {
	background-color: #2ecc71;
}

/**====== Progress-bar css end ======**/
/**  =====================
      Todo css start
==========================  **/
#task-container ul {
	overflow: hidden;
}

#task-container .task-headline {
	display: none;
	color: #666666;
	border-bottom: 1px solid #C8C7BB;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 1.6em;
	position: relative;
}

	#task-container .task-headline:before {
		height: 1px;
		width: 100%;
		background: #FFF;
		position: absolute;
		content: " ";
		bottom: 0;
		left: 0;
	}

#task-container .nothing-message {
	height: 160px;
	color: #666;
	background-size: 15%;
}

#task-container li {
	float: left;
	width: 49%;
	overflow: auto;
	height: auto;
	min-height: 10px;
	background: #FFF;
	display: inline-block;
	padding: 20px;
	border: 1px solid #CCC;
	color: #666;
	border-top: 9px solid #4680ff;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 2%;
	transition: all 0.3s;
	position: relative;
}

	#task-container li:nth-child(even) {
		margin-right: 0;
	}

	#task-container li:hover {
		opacity: 1;
		border-top: 9px solid #e0e0e0;
	}

	#task-container li.complete {
		opacity: 1;
		border-top: 9px solid #FC6180;
		transition: all ease-in 0.3s;
	}

		#task-container li.complete:before {
			background: url("../images/complete.png") no-repeat;
			position: absolute;
			top: 5px;
			right: 5px;
			content: "";
			width: 55px;
			height: 55px;
			background-size: 100%;
		}

		#task-container li.complete:hover {
			border-top: 9px solid #e0e0e0;
			opacity: 1;
		}

		#task-container li.complete p {
			text-decoration: line-through;
		}

#task-container p {
	line-height: 1.6em;
	text-align: left;
}

.add-line.complete {
	text-decoration: line-through;
}

.task-panel .to-do-label {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	.task-panel .to-do-label:last-child {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0;
	}

.to-do-list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	.to-do-list i {
		color: #ccc;
		font-size: 17px;
		opacity: 0;
	}

	.to-do-list:last-child {
		border: none;
		padding: 0;
		margin: 0;
	}

	.to-do-list:hover i {
		opacity: 1;
		transition: opacity ease-in 0.3s;
	}

	.to-do-list p {
		display: inline-block;
	}

.to-do-label .checkbox-fade {
	display: block;
}

	.to-do-label .checkbox-fade .delete_todo {
		float: right;
		font-size: 24px;
		color: #ccc;
	}

.to-do-label .check-task {
	display: block;
}

.to-do-label i {
	cursor: pointer;
}

.done-task span,
.done-task .captions {
	color: #919aa3;
	text-decoration: line-through;
}

/**====== Todo css end ======**/
@media only screen and (max-width: 1366px) {
	.to-do-list {
		margin-bottom: 15px;
	}

	.img-tabs img {
		width: 75px;
	}

	.card .card-block .sub-title {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1279px) and (max-width: 1500px) {
	#chartdiv {
		height: 440px;
	}

	.social-card-1 .card-block-big {
		padding: 1.3em;
	}

	#morris-extra-area {
		height: 400px !important;
	}

	.widget-chat-box .send-chat, .widget-chat-box .media .receive-chat,
	.widget-chat-box .receive-chat {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1258px) {
	.user-head {
		text-align: center;
	}

		.user-head .user-face {
			margin: 0 auto;
		}

		.user-head .user-name {
			display: none;
		}
}

@media only screen and (max-width: 1199px) {
	.nav-tabs.md-tabs.tab-timeline li a {
		font-size: 14px;
	}

	#design-wizard .steps li a {
		padding: 1em 0.5em;
	}

	.user-head {
		justify-content: center;
	}

	.user-body {
		min-height: auto !important;
	}

	.mail-box-head {
		text-align: center;
	}

		.mail-box-head form {
			float: inherit;
		}

	#external-events h6 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.just_edit .input-group {
		width: 100% !important;
	}

	.dotted-line-theme .ibtn_container {
		top: 10px;
		position: inherit;
	}

	.users-card [class*="col-"] {
		margin-bottom: 20px;
	}

		.users-card [class*="col-"]:last-child {
			margin-bottom: 0;
		}

	.cd-date,
	.cd-details {
		display: block;
		padding-left: 20px !important;
		padding-top: 0 !important;
	}

	.cd-details {
		margin-bottom: 20px;
	}

	.cd-timeline-content p {
		margin-bottom: 0;
	}

	.clock-widget .basic-alarm {
		display: none;
	}

	.weather-card-2 .weather-card-temp {
		padding: 0;
	}

	.weather-card-2 .card-footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.user-activity-card .card-block-big {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 992px) {
	.navbar, .navbar .navbar-logo {
		width: 100% !important;
	}

	.card-block [class*="col-"]:nth-last-child(-n+3) .card.user-card, .card-block [class*="col-"]:last-child .basic-list {
		margin-bottom: 0;
	}

	.common-img-bg {
		background: #2b2727 !important;
	}

	.auth-body .text-center img {
		display: none;
	}

	#footer-search tfoot .form-control,
	#footer-select tfoot .form-control,
	#form-input-table .form-control,
	.search-api .form-control,
	#dt-live-dom .form-control {
		width: 80%;
	}

	.pcoded-main-container {
		margin-top: 80px !important;
	}

	.card-title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.header-navbar {
		position: fixed !important;
		z-index: 1209;
	}

		.header-navbar[pcoded-header-position="relative"] {
			position: fixed !important;
			top: 0;
		}

		.header-navbar .navbar-wrapper .navbar-container {
			margin-left: 0;
		}

		.header-navbar .navbar-wrapper .navbar-logo {
			width: 100% !important;
		}

			.header-navbar .navbar-wrapper .navbar-logo a img {
				display: block !important;
			}

			.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
				display: block;
				position: absolute;
				left: 20px;
				top: 23px;
				right: auto;
			}

			.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
				display: block;
				position: absolute;
				left: 70px;
				top: 30px;
			}

			.header-navbar .navbar-wrapper .navbar-logo .mobile-options {
				display: block;
				position: absolute;
				right: 30px;
			}

		.header-navbar .navbar-container .nav-left, .header-navbar .navbar-wrapper .navbar-container .nav-right {
			display: none;
		}

	.btn-blog {
		text-align: center;
	}

	.animation-image img {
		margin: 20px auto 0;
	}

	.animation-type {
		text-align: center;
	}

	.nav-tabs.md-tabs.tab-timeline li a {
		font-size: 16px;
	}

	.widget-card-user .card-user {
		text-align: center;
	}
}

@media only screen and (min-width: 992px) {
	.btn-blog {
		text-align: right;
	}

	.basic-list, .card-block [class*="col-"]:nth-last-child(-n+3) .card.user-card {
		margin-bottom: 0;
	}

	.menu-rtl .breadcrumb-item + .breadcrumb-item::after {
		display: inline-block;
		padding-right: .5rem;
		padding-left: .5rem;
		color: #868e96;
		content: "/";
	}

	.menu-rtl .breadcrumb-item + .breadcrumb-item::before {
		content: none;
	}
}

@media only screen and (max-width: 991px) {
	.main-body .page-wrapper .align-items-end .page-header-title {
		text-align: center;
		display: block;
	}

		.main-body .page-wrapper .align-items-end .page-header-title i {
			float: none;
			margin-bottom: 10px;
			margin-right: 0;
		}

	.main-body .page-wrapper .align-items-end body .pcoded[vertical-placement="right"] .main-body {
		direction: ltr;
	}

	.main-body .page-wrapper .align-items-end .page-header-breadcrumb {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: block;
	}

	.page-header-breadcrumb .breadcrumb-item {
		display: inline-block;
		float: none;
	}

	.messages-content {
		border-right: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 872px) {
	.author-details .header-right li {
		margin-right: 40px;
	}

	.recent-candidate-card .recent-contain {
		margin-left: 0;
	}

	.author-details img ~ .dot1, .author-details img ~ .dot2 {
		top: 30%;
	}
}

@media only screen and (max-width: 768px) {
	.card-block.list-tag ul li:last-child {
		margin-bottom: 20px;
	}

	.inline-order-list {
		margin-top: 0;
	}

	h4 {
		font-size: 1rem;
		font-weight: 600;
	}

	.recent-candidate-card .recent-contain {
		margin-left: 0;
	}

	.mail-body-content .form-group:nth-child(2) .form-control {
		margin-bottom: 20px;
	}

	.mail-body-content .form-group:nth-child(2) .col-md-6:last-child .form-control {
		margin-bottom: 0;
	}

	.card h5 {
		font-size: 16px;
	}

	.header-navbar .navbar-wrapper .navbar-logo {
		display: inherit;
	}

		.header-navbar .navbar-wrapper .navbar-logo a {
			display: inline-block;
		}

		.header-navbar .navbar-wrapper .navbar-logo .mobile-options {
			top: 30px;
		}

	body.header-fixed .main-body .page-wrapper {
		padding-bottom: 0;
		padding-top: 15px;
	}

	.card-header-right i:nth-child(n+2) {
		display: none;
	}

	.dataTables_paginate .pagination {
		float: inherit;
		text-align: center;
		display: inline-block;
		margin-top: 10px !important;
	}

	div.dataTables_wrapper div.dataTables_info {
		display: inherit;
	}

	.wizard > .steps > ul > li {
		float: inherit;
		width: 100%;
	}

	.gallery-page .grid {
		padding: 0;
	}

	figure.effect-steve h2 {
		margin-top: 0;
	}

	.cover-profile .profile-bg-img {
		margin-bottom: 0;
	}

	.card-block.user-info {
		position: inherit;
		text-align: center;
		background-color: #e0e0e0;
		margin-bottom: 20px;
	}

	.user-info .media-left,
	.user-info .media-body {
		display: block;
	}

	.cover-btn {
		position: inherit;
		float: none;
	}

		.cover-btn .btn:first-child {
			margin-right: 10px;
		}

	.user-info .user-title {
		position: initial;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.nav-tabs.md-tabs.tab-timeline li a {
		font-size: 14px;
	}

	.user-content h4 {
		font-size: 1rem;
	}

	.user-content h5 {
		margin-right: 0;
		font-size: 14px;
	}

	.top-cap-text p {
		padding: 0;
	}

		.top-cap-text p:last-child {
			margin-bottom: 0;
		}

	.user-card .btn span {
		font-size: 13px;
	}

	.toolbar-page [class*="col-"] {
		margin-bottom: 30px;
	}

		.toolbar-page [class*="col-"]:last-child {
			margin-bottom: 0;
		}

	.offline-404 h1 {
		font-size: 80px;
	}

	.offline-404 h2 {
		font-size: 25px;
	}

	.invoice-contact {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.lng-dropdown {
		display: none;
	}

	.group-widget .card-block-big {
		height: 110px;
	}

	.whether-card .card-footer {
		text-align: center;
	}

	.client-blocks ul li {
		font-size: 30px;
	}

	.widget-profile-card-1 ~ .card-footer [class*=col-] {
		border: none;
		margin: 0 auto;
	}

	.large-widget-card i {
		top: 15px;
	}

	.user-activity-card .user-number {
		padding: 15px 0;
	}

	.user-activity-card .m-b-40 {
		margin-bottom: 10px;
	}

	.blur-user-card .blur-footer [class*="col-"] {
		margin: 0 auto;
		border: none;
	}

	.switchery {
		margin-bottom: 20px;
	}

	.switchery-large,
	.switchery-large ~ .switchery-default,
	.switchery-small {
		margin-bottom: 0;
	}

	.js-dynamic-disable,
	.js-dynamic-enable {
		display: block;
		width: 100%;
	}

	.js-dynamic-disable {
		margin-bottom: 20px;
	}

	.radio-inline,
	.border-checkbox-section .border-checkbox-group,
	.checkbox-color {
		display: block;
	}

	.checkbox-fade {
		display: inline-block;
	}

	body.horizontal-icon .page-header, body.horizontal-icon-fixed .page-header {
		margin-top: 0;
	}

	body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon, body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item > li > a > .pcoded-micon {
		display: inline-block !important;
		margin-right: 20px !important;
	}

	.pagination {
		float: inherit;
		text-align: center;
		display: inline-block;
		margin-top: 10px !important;
	}

		.pagination li {
			float: left;
			margin-bottom: 10px;
		}
}

@media only screen and (max-width: 767px) {
	.signup-card {
		position: inherit;
	}

	.auth-box {
		margin: 0;
	}

	.login h3 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.login .m-b-20 {
		margin-bottom: 10px;
	}

	.login .m-t-30 {
		margin-top: 10px;
	}

	.similar-job .media {
		display: inline-block;
	}

		.similar-job .media .media-body {
			margin-top: 20px;
		}

	.cal-event .inverse-card p:after {
		width: 100%;
	}

	.login-card.auth-body, .signin-card.auth-body, .signup-card.auth-body {
		width: 100%;
	}

	.recent-candidate-card .recent-contain {
		margin-left: 10px;
	}

	.author-details .header-right {
		text-align: left;
		margin-top: 20px;
	}

	.post-new-contain textarea:focus {
		border: none;
	}

	.wizard.vertical > .content, .wizard.vertical > .steps {
		width: 100%;
	}

	.wizard {
		overflow: visible;
	}

	.comment-input .input-group {
		display: block;
	}

		.comment-input .input-group i {
			text-align: center;
			width: 100%;
		}

		.comment-input .input-group input {
			width: 100%;
			margin-top: 10px;
			margin-bottom: 10px;
		}
}

@media only screen and (max-width: 640px) {
	.dt-button {
		margin-bottom: 5px;
	}

	.email-read .card-header h6 {
		float: none;
		margin-top: 10px;
	}

	.email-read .media {
		display: inline-block;
	}

		.email-read .media.m-b-20 {
			margin-bottom: 0;
		}

	.email-read .mail-img [class*="col-"] {
		margin-bottom: 30px;
	}

		.email-read .mail-img [class*="col-"]:last-child {
			margin-bottom: 0;
		}
}

@media only screen and (max-width: 991px) {
	.main-body .page-wrapper .align-items-end .page-header-title {
		text-align: center;
		display: block;
	}

		.main-body .page-wrapper .align-items-end .page-header-title i {
			float: none;
			margin-bottom: 10px;
		}

	.main-body .page-wrapper .align-items-end body .pcoded[vertical-placement="right"] .main-body {
		direction: ltr;
	}

	.main-body .page-wrapper .align-items-end .page-header-breadcrumb {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		display: block;
	}

	.page-header-breadcrumb .breadcrumb-item {
		display: inline-block;
		float: none;
	}

	.messages-content {
		border-right: none;
	}
}

@media only screen and (max-width: 993px) {
	.navbar, .navbar .navbar-logo {
		width: 100% !important;
	}

	.error-500, .error-503, .error-404, .error-400, .error-403, .login {
		display: block !important;
		position: relative !important;
	}

	.header .login-card {
		margin-top: 80px;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 573px) {
	.author-details .header-right li {
		margin-right: 20px;
		display: block;
		margin-top: 20px;
	}

	.md-tabs {
		display: initial;
	}

		.md-tabs .nav-item {
			width: calc(100% / 1);
		}

	.nav-tabs .slide {
		width: calc(100% / 1);
	}

	.toolbar-page [class*="col-"] .sub-title {
		text-align: center;
	}

	#task-container li {
		width: 100%;
	}

	.nav-tabs.tabs {
		display: inherit;
	}

	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		border: none;
	}

	.nav-tabs .nav-link {
		text-align: center;
	}

	.search-content {
		display: block;
		text-align: center;
	}

		.search-content img {
			margin-top: 20px;
		}

	.seacrh-header {
		margin-top: 0;
	}

		.seacrh-header .input-group {
			margin-bottom: 0;
		}

	.payment-card .text-right {
		text-align: left !important;
	}

	.payment-tabs .md-tabs .nav-item + .nav-item {
		width: calc(100% / 1);
	}

	.jp-card {
		min-width: 225px !important;
	}

	.payment-form {
		padding: 0;
		padding-top: 20px;
	}

	.modal-mob-btn [class*="col-"]:first-child {
		margin-bottom: 20px;
	}

	.location-mob-btn .btn {
		margin-bottom: 10px;
		margin-right: 0;
	}

	.job-cards .media {
		display: inline-block;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}

		.job-cards .media p {
			margin-bottom: 0;
		}

	.table-card .row-table {
		display: block;
		text-align: center;
	}

		.table-card .row-table i {
			font-size: 28px;
			margin-bottom: 10px;
			display: inline-block;
		}

		.table-card .row-table .br {
			border: none;
			border-bottom: 1px solid #ccc;
		}

		.table-card .row-table > [class*=col-] {
			display: block;
		}

	.card-block-big {
		padding: 1em;
	}

		.card-block-big #barchart,
		.card-block-big #barchart2 {
			display: inline-block;
			margin-bottom: 10px;
		}

	.widget-primary-card [class*="col-"] {
		padding: 1em;
	}

		.widget-primary-card [class*="col-"] h6 {
			margin-bottom: 0;
		}

	.cd-horizontal-timeline .events-content em {
		text-align: left;
	}

	.events-content h2 {
		font-size: 20px;
	}

	.cd-horizontal-timeline {
		margin: 0 auto;
	}

	.social-widget-card i {
		top: 25px;
		font-size: 38px;
	}

	.widget-chat-box .card-header i {
		display: none;
	}

	.mobile-inputs [class*="col-"]:first-child {
		margin-bottom: 20px;
	}

	.pagination-lg .page-link {
		padding: .75rem .65rem;
	}

	.mobtn {
		padding: 10px;
	}

	.task-sale-card {
		text-align: center;
	}
}

@media only screen and (max-width: 460px) {
	.fc-toolbar .fc-right .fc-button-group {
		margin-right: 0;
	}

	.social-msg a {
		margin-bottom: 10px;
	}

		.social-msg a:last-child {
			margin-bottom: 0;
		}

	.bd-example-modal .modal-footer {
		justify-content: center;
	}

		.bd-example-modal .modal-footer button {
			margin-right: 0;
		}

	.invoice-total tbody {
		float: none;
	}

	.timeline-right .card {
		margin-left: 20px;
	}

	.user-box .media-left {
		padding-right: 10px;
	}

	figure.effect-moses h2 {
		width: 60%;
		height: 70%;
		padding: 10px;
		font-size: 25px;
	}

	figure.effect-moses p {
		padding: 5px;
	}
}

@media only screen and (max-width: 480px) {
	.main-body .page-wrapper {
		padding: 10px;
	}

	.j-forms .divider-text span {
		white-space: pre-line;
		display: block;
		line-height: 1.8;
	}

	.j-forms .divider-text {
		height: auto;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.j-forms .content {
		padding: 25px 10px 0;
	}

	.comment-block .media-left {
		padding-right: 10px;
	}

	.breadcrumb-page .card {
		text-align: center;
	}

	div.dataTables_wrapper div.dataTables_filter input {
		width: 150px;
	}

	#footer-search tfoot .form-control,
	#footer-select tfoot .form-control,
	#form-input-table .form-control,
	.search-api .form-control,
	#dt-live-dom .form-control {
		width: 70%;
	}

	.grid figure {
		min-width: auto;
	}

	.mytooltip .tooltip-content {
		width: 310px;
		margin: 0 0 20px -90px;
	}

		.mytooltip .tooltip-content:after {
			margin-left: -90px;
		}

	.summernote-page .modal-footer {
		display: inline-block;
		text-align: center;
	}

		.summernote-page .modal-footer > :not(:first-child) {
			margin-top: 10px;
			margin-left: 0;
		}

	.product-detail .txt-muted.d-inline-block {
		margin-top: 10px;
	}

		.product-detail .txt-muted.d-inline-block ~ .f-right {
			float: none;
			display: block;
			margin-top: 10px;
		}

	.mob-product-btn {
		text-align: center;
	}

		.mob-product-btn .btn-primary, .mob-product-btn .sweet-alert button.confirm, .sweet-alert .mob-product-btn button.confirm, .mob-product-btn .wizard > .actions a, .wizard > .actions .mob-product-btn a {
			margin-right: 0;
			display: block;
			margin: 10px auto;
		}
}

@media only screen and (max-width: 420px) {
	#msform {
		width: 320px;
		margin: 20px auto;
	}

	.ms-container {
		width: 240px;
	}

		.ms-container .ms-selectable, .ms-container .ms-selection {
			width: 40%;
		}

	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1366px) {
	.job-card.card-columns {
		column-count: 2;
	}
}

@media only screen and (max-width: 576px) {
	.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .show-notification, .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		min-width: 280px;
		left: 0;
		right: auto;
		width: auto;
	}

	.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification, .header-navbar .navbar-wrapper .navbar-container .mega-menu-top .profile-notification {
		left: auto;
		right: 0;
	}

	.nav-tabs .nav-link.active {
		box-shadow: 0 0 1px #1abc9c;
		margin-bottom: 5px;
	}

	.md-tabs .nav-item a {
		margin-bottom: 5px;
	}

	.add-task-card .to-do-list h6 span {
		display: inline-block;
	}
}

.pcoded[layout-type="dark"] {
	color: #fff;
}

	.pcoded[layout-type="dark"] .card {
		background-color: #303548;
	}

	.pcoded[layout-type="dark"] .pcoded-main-container {
		background-color: #444c67;
	}

/*# sourceMappingURL=style.css.map */
