/* @font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot') format('embedded-opentype'),
         url('fonts/Calibri.woff2') format('woff2'),
         url('fonts/Calibri.woff') format('woff'),
         url('fonts/Calibri.ttf') format('truetype'),
         url('fonts/Calibri.svg#Calibri') format('svg');
} */

body {
		background-color: #f2f7fb;
		/* font-size: .9375rem 14px; */
    font-size: 14px;
		overflow-x: hidden;
		color: #333;
		font-family: "Open Sans", sans-serif;
		background-image: linear-gradient(rgba(255, 255, 255, 0.7) 240px, #f2f7fb 0%)
}

ul {
		padding-left: 0;
		list-style-type: none;
		margin-bottom: 0
}

*:focus {
		outline: none
}

a {
		font-size: 16px;
		color: #37474f;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

@media only screen and (min-width: 1400px) {
		a {
				font-size: 16px
		}
}

a:focus,
a:hover {
		text-decoration: none;
		color: #4099ff
}

h1,
h2,
h3,
h4,
h5,
h6 {
		font-weight: 500;
		font-family: "Open Sans", sans-serif
}

h1 {
		font-size: 2.5rem
}

h2 {
		font-size: 36px
}

h3 {
		font-size: 24px
}

h4 {
		font-size: 20px
}

h5 {
		font-size: 16px
}

h6 {
		font-size: 16px
}

p {
		font-size: 14px
}

b,
strong {
		font-weight: 500
}

code {
		padding: 0 3px;
		border-radius: 3px
}

.img-radius {
		border-radius: 50%;
		border: 2px solid #fff;
		-webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2);
		box-shadow: 0 5px 10px 0 rgba(43, 43, 43, 0.2)
}

.media-left {
		padding-right: 20px
}

@media only screen and (max-width: 575px) {
		h1 {
				font-size: 2.0rem
		}
		h2 {
				font-size: 30px
		}
		h3 {
				font-size: 22px
		}
		h4 {
				font-size: 16px
		}
		h5 {
				font-size: 16px
		}
		h6 {
				font-size: 14px
		}
		p {
				font-size: 13px
		}
}

.main-body .page-wrapper {
		padding: 0.6rem 0.5rem;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.card {
		border-radius: 5px;
		-webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
		box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
		border: none;
		margin-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.card .card-footer {
		border-top: none;
		padding: 15px 20px;
		border-radius: 0 0 10px 10px
}

.card .card-header {
		/* background-color: transparent;
		border-bottom: none;
		padding: 5px 20px !important; */
		background: #33414E; border-color: #222B34; color: #fff; padding: 5px 10px !important;position: relative
}

.card .card-header.borderless {
		border-bottom: 0 solid transparent
}

.card .card-header.borderless+.card-block,
.card .card-header.borderless+.card-block-big,
.card .card-header.borderless+.card-block-small {
		padding-top: 0
}

.card .card-header .card-header-left {
		display: inline-block
}

.card .card-header .card-header-right {
		right: 10px;
		top: 13px;
		display: inline-block;
		float: right;
		padding: 7px 0;
		position: absolute
}

@media only screen and (max-width: 575px) {
		.card .card-header .card-header-right {
				display: none
		}
}

.card .card-header .card-header-right i {
		margin: 0 4px;
		cursor: pointer;
		font-size: 14px;
		font-weight: 500;
		color: #333;
		line-height: 1
}

.card .card-header .card-header-right .card-option {
		width: 35px;
		height: 20px;
		overflow: hidden;
		-webkit-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out
}

.card .card-header .card-header-right .card-option li {
		display: inline-block
}

.card .card-header span {
		display: block;
		font-size: 13px;
		margin-top: 5px
}

.card .card-header h5 {
		margin-bottom: 0;
		color: white;
		font-size: 16px;
		font-weight: 600;
		display: inline-block;
		margin-right: 10px;
		line-height: 1.1;
		position: relative
}

.card .card-header h5+span {
		display: none
}

.card .card-header h5:after {
		/* content: "";
		background-color: #d2d2d2;
		width: 60px;
		height: 1px;
		position: absolute;
		bottom: -20px;
		left: 0 */
}

.card .card-block {
		padding: 1.25rem
}

.card .card-block.card-p-0 {
		padding: 1.25rem 0 0
}

.card .card-block.p-b-0 {
		padding-bottom: 0
}

.card .card-block table tr {
		padding-bottom: 20px
}

.card .card-block .sub-title {
		font-size: 14px;
		font-weight: 500;
		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: 1.4
}

.card .card-block a.dropdown-item {
		margin-bottom: 0;
		font-size: 14px;
		-webkit-transition: 0.25s;
		transition: 0.25s
}

.card .card-block a.dropdown-item:active,
.card .card-block a.dropdown-item .active {
		background-color: #4099ff
}

.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 {
		padding: 10px;
		margin: 12px 0
}

.card .card-block-big {
		padding: 1.5625rem
}

.card .card-block-small {
		padding: 0.9375rem
}

.card-footer {
		background: transparent
}

.pcoded .card.full-card {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.44);
		box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.44);
		border-radius: 0;
		width: calc(100vw - 17px);
		height: 100vh
}

.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: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		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: #4099ff;
		font-size: 20px
}

.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)
		}
}

.pcoded-content {
		padding-top: 1px
}

.page-header.card {
		background-size: cover;
		position: relative;
		margin: 30px 35px 15px;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0
}

.page-header.card h5 {
		color: sans-serif;
		margin-bottom: 0
}

.page-header.card h5+span {
		font-size: 13px
}

.page-header.card .page-header-title i {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		float: left;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		vertical-align: middle;
		font-size: 22px;
		color: #fff;
		-webkit-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 12px -3px rgba(0, 0, 0, 0.5);
		margin-right: 20px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.page-header.card .breadcrumb {
		background: transparent;
		margin-bottom: 0;
		float: right
}

.page-header.card .breadcrumb a {
		font-size: 13px
}

.page-header.card .page-block {
		padding: 1.75rem 1.25rem 0.8rem
}

.page-header.card .page-block .breadcrumb {
		background: transparent;
		margin-bottom: 0;
		padding: 0
}

.page-header.card .page-block .breadcrumb a {
		font-size: 14px;
		color: sans-serif
}

.page-header.card .page-block .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
		font-family: "feather";
		content: "\e844";
		color: sans-serif
}

.page-header.card .page-block .breadcrumb .breadcrumb-item:last-child a {
		color: sans-serif;
		font-weight: 600
}

@media only screen and (max-width: 768px) {
		.page-header.card .page-block .breadcrumb {
				float: left;
				margin-top: 10px;
				float: none
		}
		.card .card-block.custom-cb{padding:0 !important;}
}

@media only screen and (max-width: 991px) {
		.page-header.card .align-items-end .page-header-title {
				text-align: center;
				display: block
		}
		.page-header.card .align-items-end .page-header-title i {
				float: none;
				margin-bottom: 10px;
				margin-right: 0
		}
		.page-header.card .align-items-end .page-header-breadcrumb {
				width: 100%;
				text-align: center;
				margin-top: 10px;
				display: block
		}
		.page-header.card .page-header-breadcrumb .breadcrumb-item {
				display: inline-block;
				float: none
		}
}

.sub-title {
		border-bottom: 1px solid rgba(204, 204, 204, 0.35);
		padding-bottom: 10px;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 400;
		color: #2c3e50
}

.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: 500;
		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
}

.modal {
		z-index: 1050
}

.modal .modal-dialog {
		pointer-events: all
}

.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: #4099ff
}

.sweet-alert .sa-input-error {
		top: 23px
}

.accordion-msg {
		display: block;
		color: #222222;
		padding: 14px 20px;
		border-top: 1px solid #ddd;
		font-weight: 500;
		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: #f0f0f0;
		color: #fff
}

a.bg-primary:focus,
a.bg-primary:hover {
		background-color: #73b4ff;
		color: #fff
}

a.bg-success:focus,
a.bg-success:hover {
		background-color: #59e0c5;
		color: #fff
}

a.bg-info:focus,
a.bg-info:hover {
		background-color: #08e3ff;
		color: #fff
}

a.bg-warning:focus,
a.bg-warning:hover {
		background-color: #ffcb80;
		color: #fff
}

a.bg-danger:focus,
a.bg-danger:hover {
		background-color: #ff869a;
		color: #fff
}

.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;
		border-top-right-radius: 0;
		border-top-left-radius: 0
}

.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
}

.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: #37474f
}

.md-tabs .nav-item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		position: relative
}

.md-tabs .nav-link:focus,
.md-tabs .nav-link:hover {
		border: none
}

.md-tabs .nav-item .nav-link.active ~ .slide {
		opacity: 1;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out
}

.md-tabs .nav-item .nav-link ~ .slide {
		opacity: 0;
		-webkit-transition: all 0.3s ease-out;
		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: #4099ff;
		border: none;
		background-color: transparent;
		border-radius: 0
}

.md-tabs .nav-item a {
		padding: 20px 0;
		color: #37474f
}

.nav-tabs .slide {
		background: #4099ff;
		width: 100%;
		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: #4099ff
}

.img-tabs img {
		width: 100px;
		margin: 0 auto
}

.img-tabs a {
		opacity: 0.5;
		-webkit-transition: all ease-in-out 0.3s;
		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;
		-webkit-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s
}

.img-tabs .nav-item:first-child {
		border-bottom: none
}

#pc-left-panel-menu {
		margin-bottom: 20px
}

.img-circle {
		border-radius: 50%
}

.b-none {
		border: none
}

.table-primary,
.table-primary>td,
.table-primary>th {
		background-color: #4680FE
}

.table-responsive {
		display: inherit;
		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
}

.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
}

.progress {
		height: 1rem
}

.progress .progress-bar {
		height: 100%;
		color: inherit
}

.loader-bg {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 9999;
		opacity: 2;
}

.loader-bg .loader-bar {
		position: fixed;
		height: 3px;
		width: 80%;
		top: 0;
		left: 0;
		background: #FFDD30;
		-webkit-animation: barfiller 2.0s;
		animation: barfiller 2.0s
}

@-webkit-keyframes barfiller {
		0% {
				width: 0
		}
		25% {
				width: 20%
		}
		50% {
				width: 40%
		}
		70% {
				width: 60%
		}
		100% {
				width: 80%
		}
}

@keyframes barfiller {
		0% {
				width: 0
		}
		25% {
				width: 20%
		}
		50% {
				width: 40%
		}
		70% {
				width: 60%
		}
		100% {
				width: 80%
		}
}

@-moz-document url-prefix() {
		select {
				-webkit-appearance: none;
				-moz-appearance: none;
				background: #FFF url("../images/select-arrow.png") no-repeat 95% center
		}
}

.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 20px
}

.p-0 {
		padding: 0px
}

.p-t-0 {
		padding-top: 0px
}

.p-b-0 {
		padding-bottom: 0px
}

.p-l-0 {
		padding-left: 0px
}

.p-r-0 {
		padding-right: 0px
}

.m-0 {
		margin: 0px
}

.m-t-0 {
		margin-top: 0px
}

.m-b-0 {
		margin-bottom: 0px
}

.m-l-0 {
		margin-left: 0px
}

.m-r-0 {
		margin-right: 0px
}

.p-5 {
		padding: 5px
}

.p-t-5 {
		padding-top: 5px
}

.p-b-5 {
		padding-bottom: 5px
}

.p-l-5 {
		padding-left: 5px
}

.p-r-5 {
		padding-right: 5px
}

.m-5 {
		margin: 5px
}

.m-t-5 {
		margin-top: 5px
}

.m-b-5 {
		margin-bottom: 5px
}

.m-l-5 {
		margin-left: 5px
}

.m-r-5 {
		margin-right: 5px
}

.p-10 {
		padding: 10px
}

.p-t-10 {
		padding-top: 10px
}

.p-b-10 {
		padding-bottom: 10px
}

.p-l-10 {
		padding-left: 10px
}

.p-r-10 {
		padding-right: 10px
}

.m-10 {
		margin: 10px
}

.m-t-10 {
		margin-top: 10px
}

.m-b-10 {
		margin-bottom: 10px
}

.m-l-10 {
		margin-left: 10px
}

.m-r-10 {
		margin-right: 10px
}

.p-15 {
		padding: 15px
}

.p-t-15 {
		padding-top: 15px
}

.p-b-15 {
		padding-bottom: 15px
}

.p-l-15 {
		padding-left: 15px
}

.p-r-15 {
		padding-right: 15px
}

.m-15 {
		margin: 15px
}

.m-t-15 {
		margin-top: 15px
}

.m-b-15 {
		margin-bottom: 15px
}

.m-l-15 {
		margin-left: 15px
}

.m-r-15 {
		margin-right: 15px
}

.p-20 {
		padding: 20px
}

.p-t-20 {
		padding-top: 20px
}

.p-b-20 {
		padding-bottom: 20px
}

.p-l-20 {
		padding-left: 20px
}

.p-r-20 {
		padding-right: 20px
}

.m-20 {
		margin: 20px
}

.m-t-20 {
		margin-top: 20px
}

.m-b-20 {
		margin-bottom: 20px
}

.m-l-20 {
		margin-left: 20px
}

.m-r-20 {
		margin-right: 20px
}

.p-25 {
		padding: 25px
}

.p-t-25 {
		padding-top: 25px
}

.p-b-25 {
		padding-bottom: 25px
}

.p-l-25 {
		padding-left: 25px
}

.p-r-25 {
		padding-right: 25px
}

.m-25 {
		margin: 25px
}

.m-t-25 {
		margin-top: 25px
}

.m-b-25 {
		margin-bottom: 25px
}

.m-l-25 {
		margin-left: 25px
}

.m-r-25 {
		margin-right: 25px
}

.p-30 {
		padding: 30px
}

.p-t-30 {
		padding-top: 30px
}

.p-b-30 {
		padding-bottom: 30px
}

.p-l-30 {
		padding-left: 30px
}

.p-r-30 {
		padding-right: 30px
}

.m-30 {
		margin: 30px
}

.m-t-30 {
		margin-top: 30px
}

.m-b-30 {
		margin-bottom: 30px
}

.m-l-30 {
		margin-left: 30px
}

.m-r-30 {
		margin-right: 30px
}

.p-35 {
		padding: 35px
}

.p-t-35 {
		padding-top: 35px
}

.p-b-35 {
		padding-bottom: 35px
}

.p-l-35 {
		padding-left: 35px
}

.p-r-35 {
		padding-right: 35px
}

.m-35 {
		margin: 35px
}

.m-t-35 {
		margin-top: 35px
}

.m-b-35 {
		margin-bottom: 35px
}

.m-l-35 {
		margin-left: 35px
}

.m-r-35 {
		margin-right: 35px
}

.p-40 {
		padding: 40px
}

.p-t-40 {
		padding-top: 40px
}

.p-b-40 {
		padding-bottom: 40px
}

.p-l-40 {
		padding-left: 40px
}

.p-r-40 {
		padding-right: 40px
}

.m-40 {
		margin: 40px
}

.m-t-40 {
		margin-top: 40px
}

.m-b-40 {
		margin-bottom: 40px
}

.m-l-40 {
		margin-left: 40px
}

.m-r-40 {
		margin-right: 40px
}

.p-45 {
		padding: 45px
}

.p-t-45 {
		padding-top: 45px
}

.p-b-45 {
		padding-bottom: 45px
}

.p-l-45 {
		padding-left: 45px
}

.p-r-45 {
		padding-right: 45px
}

.m-45 {
		margin: 45px
}

.m-t-45 {
		margin-top: 45px
}

.m-b-45 {
		margin-bottom: 45px
}

.m-l-45 {
		margin-left: 45px
}

.m-r-45 {
		margin-right: 45px
}

.p-50 {
		padding: 50px
}

.p-t-50 {
		padding-top: 50px
}

.p-b-50 {
		padding-bottom: 50px
}

.p-l-50 {
		padding-left: 50px
}

.p-r-50 {
		padding-right: 50px
}

.m-50 {
		margin: 50px
}

.m-t-50 {
		margin-top: 50px
}

.m-b-50 {
		margin-bottom: 50px
}

.m-l-50 {
		margin-left: 50px
}

.m-r-50 {
		margin-right: 50px
}

.d-none {
		display: none
}

.d-inline-block {
		display: inline-block
}

.d-inline-flex {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
}

.b-radius-0 {
		border-radius: 0px
}

.b-radius-5 {
		border-radius: 5px
}

.b-radius-10 {
		border-radius: 10px
}

.f-10 {
		font-size: 10px
}

.f-12 {
		font-size: 12px
}

.f-14 {
		font-size: 14px
}

.f-16 {
		font-size: 16px
}

.f-18 {
		font-size: 16px
}

.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
}

.f-w-100 {
		font-weight: 100
}

.f-w-200 {
		font-weight: 200
}

.f-w-300 {
		font-weight: 300
}

.f-w-400 {
		font-weight: 400
}

.f-w-500 {
		font-weight: 500
}

.f-w-600 {
		font-weight: 600
}

.f-w-700 {
		font-weight: 700
}

.f-w-800 {
		font-weight: 800
}

.f-w-900 {
		font-weight: 900
}

.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
}

.text-capitalize {
		text-transform: capitalize
}

.text-uppercase {
		text-transform: uppercase
}

.text-lowercase {
		text-transform: lowercase
}

.text-overline {
		text-decoration: overline
}

.text-line-through {
		text-decoration: line-through
}

.text-underline {
		text-decoration: underline
}

.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
}

.pos-static {
		position: static
}

.pos-absolute {
		position: absolute
}

.pos-fixed {
		position: fixed
}

.pos-relative {
		position: relative
}

.pos-initial {
		position: initial
}

.pos-inherit {
		position: inherit
}

.o-hidden {
		overflow: hidden
}

.o-visible {
		overflow: visible
}

.o-auto {
		overflow: auto
}

.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
}

.text-primary {
		color: #4099ff
}

.text-warning {
		color: #FFB64D
}

.text-default {
		color: #d6d6d6
}

.text-danger {
		color: #FF5370
}

.text-success {
		color: #2ed8b6
}

.text-inverse {
		color: #37474f
}

.text-info {
		color: #00bcd4
}

.text-custom {
		color: #64b0f2
}

.text-pink {
		color: #ff7aa3
}

.text-dark {
		color: #2b3d51
}

.text-purple {
		color: #9261c6
}

.text-mute {
		color: #666
}

.label {
		border-radius: 2px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
		margin-bottom: 0;
		text-transform: capitalize
}

.label-primary {
		background: #4099ff
}

.label-warning {
		background: #FFB64D
}

.label-default {
		background: #d6d6d6
}

.label-danger {
		background: #FF5370
}

.label-success {
		background: #2ed8b6
}

.label-inverse {
		background: #37474f
}

.label-info {
		background: #00bcd4
}

.label-warning {
		color: #fff
}

.badge-primary {
		background: #4099ff
}

.badge-warning {
		background: #FFB64D
}

.badge-default {
		background: #d6d6d6
}

.badge-danger {
		background: #FF5370
}

.badge-success {
		background: #2ed8b6
}

.badge-inverse {
		background: #37474f
}

.badge-info {
		background: #00bcd4
}

.bg-color-box {
		text-align: center;
		display: inline-block;
		padding: 10px 20px;
		-webkit-box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.49);
		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: #4099ff;
		color: #fff
}

.bg-warning {
		background-color: #FFB64D;
		color: #fff
}

.bg-default {
		background-color: #d6d6d6;
		color: #fff
}

.bg-danger {
		background-color: #FF5370;
		color: #fff
}

.bg-success {
		background-color: #2ed8b6;
		color: #fff
}

.bg-inverse {
		background-color: #37474f;
		color: #fff
}

.bg-info {
		background-color: #00bcd4;
		color: #fff
}

.color-primary {
		background-color: #4099ff
}

.color-warning {
		background-color: #FFB64D
}

.color-default {
		background-color: #d6d6d6
}

.color-danger {
		background-color: #FF5370
}

.color-success {
		background-color: #2ed8b6
}

.color-inverse {
		background-color: #37474f
}

.color-info {
		background-color: #00bcd4
}

.loader-primary {
		background-color: #4099ff
}

.loader-warning {
		background-color: #FFB64D
}

.loader-default {
		background-color: #d6d6d6
}

.loader-danger {
		background-color: #FF5370
}

.loader-success {
		background-color: #2ed8b6
}

.loader-inverse {
		background-color: #37474f
}

.loader-info {
		background-color: #00bcd4
}

.nestable-primary {
		background-color: #4099ff;
		border-color: #4099ff;
		color: #fff
}

.nestable-warning {
		background-color: #FFB64D;
		border-color: #FFB64D;
		color: #fff
}

.nestable-default {
		background-color: #d6d6d6;
		border-color: #d6d6d6;
		color: #fff
}

.nestable-danger {
		background-color: #FF5370;
		border-color: #FF5370;
		color: #fff
}

.nestable-success {
		background-color: #2ed8b6;
		border-color: #2ed8b6;
		color: #fff
}

.nestable-inverse {
		background-color: #37474f;
		border-color: #37474f;
		color: #fff
}

.nestable-info {
		background-color: #00bcd4;
		border-color: #00bcd4;
		color: #fff
}

table tbody .border-bottom-primary td,
table tbody .border-bottom-primary th,
table thead .border-bottom-primary th {
		border-bottom: 1px solid #4099ff
}

table tbody .border-bottom-warning td,
table tbody .border-bottom-warning th,
table thead .border-bottom-warning th {
		border-bottom: 1px solid #FFB64D
}

table tbody .border-bottom-default td,
table tbody .border-bottom-default th,
table thead .border-bottom-default th {
		border-bottom: 1px solid #d6d6d6
}

table tbody .border-bottom-danger td,
table tbody .border-bottom-danger th,
table thead .border-bottom-danger th {
		border-bottom: 1px solid #FF5370
}

table tbody .border-bottom-success td,
table tbody .border-bottom-success th,
table thead .border-bottom-success th {
		border-bottom: 1px solid #2ed8b6
}

table tbody .border-bottom-inverse td,
table tbody .border-bottom-inverse th,
table thead .border-bottom-inverse th {
		border-bottom: 1px solid #37474f
}

table tbody .border-bottom-info td,
table tbody .border-bottom-info th,
table thead .border-bottom-info th {
		border-bottom: 1px solid #00bcd4
}

.table-styling .table-primary,
.table-styling.table-primary {
		background-color: #4099ff;
		color: #fff;
		border: 3px solid #4099ff
}

.table-styling .table-primary thead,
.table-styling.table-primary thead {
		background-color: #0d7eff;
		border: 3px solid #0d7eff
}

.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: #d6d6d6;
		color: #fff;
		border: 3px solid #d6d6d6
}

.table-styling .table-default thead,
.table-styling.table-default thead {
		background-color: #bdbdbd;
		border: 3px solid #bdbdbd
}

.table-styling .table-danger,
.table-styling.table-danger {
		background-color: #FF5370;
		color: #fff;
		border: 3px solid #FF5370
}

.table-styling .table-danger thead,
.table-styling.table-danger thead {
		background-color: #ff2046;
		border: 3px solid #ff2046
}

.table-styling .table-success,
.table-styling.table-success {
		background-color: #2ed8b6;
		color: #fff;
		border: 3px solid #2ed8b6
}

.table-styling .table-success thead,
.table-styling.table-success thead {
		background-color: #21b295;
		border: 3px solid #21b295
}

.table-styling .table-inverse,
.table-styling.table-inverse {
		background-color: #37474f;
		color: #fff;
		border: 3px solid #37474f
}

.table-styling .table-inverse thead,
.table-styling.table-inverse thead {
		background-color: #222c31;
		border: 3px solid #222c31
}

.table-styling .table-info,
.table-styling.table-info {
		background-color: #00bcd4;
		color: #fff;
		border: 3px solid #00bcd4
}

.table-styling .table-info thead,
.table-styling.table-info thead {
		background-color: #008fa1;
		border: 3px solid #008fa1
}

.toolbar-primary .tool-item {
		background: #4099ff
}

.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
		background: #0d7eff
}

.toolbar-primary.tool-top .arrow {
		border-color: #4099ff transparent transparent
}

.toolbar-primary.tool-bottom .arrow {
		border-color: transparent transparent #4099ff
}

.toolbar-primary.tool-left .arrow {
		border-color: transparent transparent transparent #4099ff
}

.toolbar-primary.tool-right .arrow {
		border-color: transparent #4099ff transparent transparent
}

.btn-toolbar-primary.pressed {
		background-color: #4099ff
}

.toolbar-warning .tool-item {
		background: #FFB64D
}

.toolbar-warning .tool-item.selected,
.toolbar-warning .tool-item:hover {
		background: #ffa11a
}

.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: #d6d6d6
}

.toolbar-light .tool-item.selected,
.toolbar-light .tool-item:hover {
		background: #bdbdbd
}

.toolbar-light.tool-top .arrow {
		border-color: #d6d6d6 transparent transparent
}

.toolbar-light.tool-bottom .arrow {
		border-color: transparent transparent #d6d6d6
}

.toolbar-light.tool-left .arrow {
		border-color: transparent transparent transparent #d6d6d6
}

.toolbar-light.tool-right .arrow {
		border-color: transparent #d6d6d6 transparent transparent
}

.btn-toolbar-light.pressed {
		background-color: #d6d6d6
}

.toolbar-danger .tool-item {
		background: #FF5370
}

.toolbar-danger .tool-item.selected,
.toolbar-danger .tool-item:hover {
		background: #ff2046
}

.toolbar-danger.tool-top .arrow {
		border-color: #FF5370 transparent transparent
}

.toolbar-danger.tool-bottom .arrow {
		border-color: transparent transparent #FF5370
}

.toolbar-danger.tool-left .arrow {
		border-color: transparent transparent transparent #FF5370
}

.toolbar-danger.tool-right .arrow {
		border-color: transparent #FF5370 transparent transparent
}

.btn-toolbar-danger.pressed {
		background-color: #FF5370
}

.toolbar-success .tool-item {
		background: #2ed8b6
}

.toolbar-success .tool-item.selected,
.toolbar-success .tool-item:hover {
		background: #21b295
}

.toolbar-success.tool-top .arrow {
		border-color: #2ed8b6 transparent transparent
}

.toolbar-success.tool-bottom .arrow {
		border-color: transparent transparent #2ed8b6
}

.toolbar-success.tool-left .arrow {
		border-color: transparent transparent transparent #2ed8b6
}

.toolbar-success.tool-right .arrow {
		border-color: transparent #2ed8b6 transparent transparent
}

.btn-toolbar-success.pressed {
		background-color: #2ed8b6
}

.toolbar-dark .tool-item {
		background: #37474f
}

.toolbar-dark .tool-item.selected,
.toolbar-dark .tool-item:hover {
		background: #222c31
}

.toolbar-dark.tool-top .arrow {
		border-color: #37474f transparent transparent
}

.toolbar-dark.tool-bottom .arrow {
		border-color: transparent transparent #37474f
}

.toolbar-dark.tool-left .arrow {
		border-color: transparent transparent transparent #37474f
}

.toolbar-dark.tool-right .arrow {
		border-color: transparent #37474f transparent transparent
}

.btn-toolbar-dark.pressed {
		background-color: #37474f
}

.toolbar-info .tool-item {
		background: #00bcd4
}

.toolbar-info .tool-item.selected,
.toolbar-info .tool-item:hover {
		background: #008fa1
}

.toolbar-info.tool-top .arrow {
		border-color: #00bcd4 transparent transparent
}

.toolbar-info.tool-bottom .arrow {
		border-color: transparent transparent #00bcd4
}

.toolbar-info.tool-left .arrow {
		border-color: transparent transparent transparent #00bcd4
}

.toolbar-info.tool-right .arrow {
		border-color: transparent #00bcd4 transparent transparent
}

.btn-toolbar-info.pressed {
		background-color: #00bcd4
}

.card-border-primary {
		border-top: 4px solid #4099ff
}

.card-border-warning {
		border-top: 4px solid #FFB64D
}

.card-border-default {
		border-top: 4px solid #d6d6d6
}

.card-border-danger {
		border-top: 4px solid #FF5370
}

.card-border-success {
		border-top: 4px solid #2ed8b6
}

.card-border-inverse {
		border-top: 4px solid #37474f
}

.card-border-info {
		border-top: 4px solid #00bcd4
}

.card-primary {
		background: #4099ff
}

.card-warning {
		background: #FFB64D
}

.card-default {
		background: #d6d6d6
}

.card-danger {
		background: #FF5370
}

.card-success {
		background: #2ed8b6
}

.card-inverse {
		background: #37474f
}

.card-info {
		background: #00bcd4
}

.b-t-primary {
		border-top: 1px solid #4099ff
}

.b-b-primary {
		border-bottom: 1px solid #4099ff
}

.b-l-primary {
		border-left: 1px solid #4099ff
}

.b-r-primary {
		border-right: 1px solid #4099ff
}

.b-primary {
		border: 1px solid #4099ff
}

.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-warning {
		border: 1px solid #FFB64D
}

.b-t-default {
		border-top: 1px solid #d6d6d6
}

.b-b-default {
		border-bottom: 1px solid #d6d6d6
}

.b-l-default {
		border-left: 1px solid #d6d6d6
}

.b-r-default {
		border-right: 1px solid #d6d6d6
}

.b-default {
		border: 1px solid #d6d6d6
}

.b-t-danger {
		border-top: 1px solid #FF5370
}

.b-b-danger {
		border-bottom: 1px solid #FF5370
}

.b-l-danger {
		border-left: 1px solid #FF5370
}

.b-r-danger {
		border-right: 1px solid #FF5370
}

.b-danger {
		border: 1px solid #FF5370
}

.b-t-success {
		border-top: 1px solid #2ed8b6
}

.b-b-success {
		border-bottom: 1px solid #2ed8b6
}

.b-l-success {
		border-left: 1px solid #2ed8b6
}

.b-r-success {
		border-right: 1px solid #2ed8b6
}

.b-success {
		border: 1px solid #2ed8b6
}

.b-t-inverse {
		border-top: 1px solid #37474f
}

.b-b-inverse {
		border-bottom: 1px solid #37474f
}

.b-l-inverse {
		border-left: 1px solid #37474f
}

.b-r-inverse {
		border-right: 1px solid #37474f
}

.b-inverse {
		border: 1px solid #37474f
}

.b-t-info {
		border-top: 1px solid #00bcd4
}

.b-b-info {
		border-bottom: 1px solid #00bcd4
}

.b-l-info {
		border-left: 1px solid #00bcd4
}

.b-r-info {
		border-right: 1px solid #00bcd4
}

.b-info {
		border: 1px solid #00bcd4
}

.bg-facebook {
		background: #3B5997
}

.text-facebook {
		color: #3B5997
}

.bg-twitter {
		background: #42C0FB
}

.text-twitter {
		color: #42C0FB
}

.bg-dribbble {
		background: #EC4A89
}

.text-dribbble {
		color: #EC4A89
}

.bg-pinterest {
		background: #BF2131
}

.text-pinterest {
		color: #BF2131
}

.bg-youtube {
		background: #E0291D
}

.text-youtube {
		color: #E0291D
}

.bg-googleplus {
		background: #dd4b39
}

.text-googleplus {
		color: #dd4b39
}

.bg-instagram {
		background: #AA7C62
}

.text-instagram {
		color: #AA7C62
}

.bg-viber {
		background: #7B519D
}

.text-viber {
		color: #7B519D
}

.bg-amazon {
		background: #000
}

.text-amazon {
		color: #000
}

.bg-behance {
		background: #0057ff
}

.text-behance {
		color: #0057ff
}

.bg-dropbox {
		background: #3380FF
}

.text-dropbox {
		color: #3380FF
}

.bg-linkedin {
		background: #1da1f2
}

.text-linkedin {
		color: #1da1f2
}

.bg-c-blue {
		background: #4099ff
}

.text-c-blue {
		color: #4099ff
}

.bg-c-red {
		background: #FF5370
}

.text-c-red {
		color: #FF5370
}

.bg-c-green {
		background: #2ed8b6
}

.text-c-green {
		color: #2ed8b6
}

.bg-c-yellow {
		background: #FFB64D
}

.text-c-yellow {
		color: #FFB64D
}

.bg-c-orenge {
		background: #FE8A7D
}

.text-c-orenge {
		color: #FE8A7D
}

.bg-c-lite-green {
		background: #69CEC6
}

.text-c-lite-green {
		color: #69CEC6
}

.bg-c-purple {
		background: #536dfe
}

.text-c-purple {
		color: #536dfe
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(1)>a>.pcoded-micon {
		color: #42a5f5
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(2)>a>.pcoded-micon {
		color: #FF5370
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(3)>a>.pcoded-micon {
		color: #FF7043
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(4)>a>.pcoded-micon {
		color: #2ed8b6
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(5)>a>.pcoded-micon {
		color: #B388FF
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(6)>a>.pcoded-micon {
		color: #42a5f5
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(7)>a>.pcoded-micon {
		color: #FF5370
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(8)>a>.pcoded-micon {
		color: #FF7043
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(9)>a>.pcoded-micon {
		color: #2ed8b6
}

.pcoded[nav-type="st1"] .pcoded-item>li:nth-child(10)>a>.pcoded-micon {
		color: #B388FF
}

.pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon {
		color: #37474f
}

.pcoded[nav-type="st1"] .pcoded-item>li>a>.pcoded-micon,
.pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon {
		color: #37474f
}

.pcoded[nav-type="st1"] .pcoded-item>li>a>.pcoded-micon b,
.pcoded[nav-type="st2"] .pcoded-item>li>a>.pcoded-micon b {
		display: none
}

.main-menu {
		float: left;
		width: 100%;
		z-index: 99
}

.main-menu .main-menu-header {
		padding: 1rem 0.625rem;
		background-blend-mode: overlay;
		background-size: cover;
		position: relative
}

.main-menu .main-menu-header img {
		position: relative;
		width: 60px;
		margin: 0 auto 15px;
		display: block
}

.main-menu .main-menu-header .user-details {
		display: block;
		position: relative;
		text-align: center
}

.main-menu .main-menu-header .user-details #more-details {
		cursor: pointer;
		font-size: 0.8125rem
}

.main-menu .main-menu-header .user-details p {
		margin-bottom: 0;
		color: #666;
		font-weight: 600;
		font-size: 1rem
}

.main-menu .main-menu-header .user-details span {
		color: #666;
		display: block;
		font-size: 15px;
		text-transform: capitalize
}

.main-menu .main-menu-header .user-details span i {
		font-size: 10px;
		margin-left: 10px
}

.main-menu .main-menu-content .more-details {
		display: none
}

.main-menu .main-menu-content .more-details a {
		padding: 10px 25px;
		display: block;
		color: #000;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.main-menu .main-menu-content .more-details a:hover {
		color: #4099ff
}

.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 {
		display: none
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li .pcoded-submenu {
		background: #fff
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu {
		background: #fff
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-header .img-menu-user {
		width: 30px
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .main-menu-header .user-details {
		opacity: 0;
		visibility: hidden;
		position: absolute
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li>a {
		margin: 0 auto;
		border-radius: 0;
		z-index: 1026
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li>a+.pcoded-submenu {
		margin-top: 0
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[pcoded-navbar-position="fixed"],
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
		position: relative;
		top: 0
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[pcoded-navbar-position="fixed"] .main-menu,
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[pcoded-navbar-position="absolute"] .main-menu {
		height: 100%
}

.sidebar_toggle a {
		margin: -5px;
		line-height: 1
}

.header-navbar {
		height: 45px;
		padding: 0
}

.header-navbar .navbar-wrapper .navbar-logo {
		position: relative;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: left;
		height: 45px;
		text-align: center;
		text-transform: uppercase;
		width:64px;
		padding: 20px 10px;
		-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1)
}

.header-navbar .navbar-wrapper .navbar-logo a {
		margin: 0 auto;
		color: #fff
}

@media only screen and (max-width: 992px) {
		.header-navbar .navbar-wrapper .navbar-logo {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center
		}
}

.header-navbar .navbar-wrapper .navbar-logo h5 {
		margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 16px;
		line-height: 4.4;
		width: 40px
}

.header-navbar .navbar-wrapper .navbar-logo .mobile-options,
.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
		display: none
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme1"] {
		background: #42a5f5
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme2"] {
		background: #FF5370
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme3"] {
		background: #FF7043
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme4"] {
		/* background: #2ed8b6 */
		background: #009C98
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme5"] {
		background: #B388FF
}

.header-navbar .navbar-wrapper .navbar-logo[logo-theme="theme6"] {
		background: #263544
}

.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: 4.4;
		padding: 0 20px;
		cursor: pointer;
		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 15px
		}
}

.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;
		display: block
}

.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 .dropdown-toggle::after,
.header-navbar .navbar-wrapper .navbar-container .nav-right .dropdown-toggle::after {
		display: none
}

.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 .nav-right>.header-notification:nth-child(1) .show-notification li:first-child:hover,
.header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(1) .profile-notification li:first-child:hover {
		background-color: #fff
} */

.header-navbar .navbar-wrapper .navbar-container .header-notification {
		-webkit-perspective: 1000px;
		perspective: 1000px;
		z-index: 99;
		position: relative
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
		background: #fff;
		-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
		border-radius: 0px;
		border: none;
		opacity: 1;
		position: absolute;
		left: auto;
		right: -15px;
		visibility: visible;
		overflow: visible;
		width: 24rem;
		padding: 15px 0;
/* 		-webkit-transform: translateY(20px);
		transform: translateY(20px) */
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before,
.header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before {
		content: "";
		border: 10px solid transparent;
		border-left-color: #fff;
		border-top-color: #fff;
		position: absolute;
		border-radius: 3px;
		top: -8px;
		right: 15px;
		-webkit-box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
		box-shadow: -5px -5px 12px -2px rgba(0, 0, 0, 0.3);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 1002
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
		color: #333
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
		line-height: initial;
		padding: 1em 20px;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		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 .header-notification .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 .header-notification .profile-notification li:first-child h6 {
		display: inline-block;
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 0
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:first-child label,
.header-navbar .navbar-wrapper .navbar-container .header-notification .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 .header-notification .profile-notification li img {
		width: 40px;
		margin-right: 10px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
		background-color: #eff6f6;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.row li:hover,
.header-navbar .navbar-wrapper .navbar-container .header-notification .row.profile-notification li:hover {
		background-color: transparent
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-user,
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .notification-user {
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 5px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification .notification-msg,
.header-navbar .navbar-wrapper .navbar-container .header-notification .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 .header-notification .profile-notification .notification-time {
		font-size: 12px;
		color: #919aa3
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
		width: 17em
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
		font-size: 13px;
		padding-left: 0
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a:hover {
		background-color: transparent
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification i {
		font-size: 15px;
		margin-left: 0;
		margin-right: 5px;  color: #00b6c8;
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li {
		border-top: none;
		padding: 0.7em 20px
}

.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:first-child {
		padding: 0.7em 20px
}

.header-navbar .navbar-wrapper .navbar-container .badge {
		border-radius: 50%;
		right: -12px;
		position: absolute;
		top: 12px;
		color: #fff;
		padding: 4px;
		width: 19px;
		-webkit-animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
		animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.header-navbar .navbar-wrapper .header-search {
		line-height: 0.8
}

.header-navbar .navbar-wrapper .header-search .main-search {
		padding: 19px 0;
		display: block
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group {
		margin-bottom: 0;
		background-color: transparent;
		border-radius: 20px
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control {
		padding: 0.3rem 0.75rem;
		width: 0;
		border: none;
		background-color: transparent
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .form-control:focus {
		-webkit-box-shadow: none;
		box-shadow: none
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend {
		background-color: transparent;
		border: none
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append .input-group-text,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend .input-group-text {
		background-color: transparent;
		border: none
}

.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-append.search-close,
.header-navbar .navbar-wrapper .header-search .main-search .input-group .input-group-prepend.search-close {
		display: none
}

.header-navbar .navbar-wrapper .header-search .main-search.open {
		color: #000;
		line-height: 1
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group {
		background-color: #fff
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .form-control {
		display: block
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append .input-group-text,
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend .input-group-text {
		color: #000
}

.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-append.search-close,
.header-navbar .navbar-wrapper .header-search .main-search.open .input-group .input-group-prepend.search-close {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

@-webkit-keyframes not-blink {
		0% {
				opacity: 1
		}
		70% {
				opacity: 1
		}
		80% {
				opacity: 0
		}
		100% {
				opacity: 0
		}
}

@keyframes not-blink {
		0% {
				opacity: 1
		}
		70% {
				opacity: 1
		}
		80% {
				opacity: 0
		}
		100% {
				opacity: 0
		}
}

.pcoded .pcoded-container {
		position: relative
}

.pcoded .pcoded-header {
		width: 100%;
		z-index: 1029;
		position: relative;
		display: block;
		font-family: "Open Sans", sans-serif;
		-webkit-box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1);
		box-shadow: 0 2px 4px 0 rgba(43, 43, 43, 0.1)
}

.pcoded .pcoded-navbar {
		display: block;
		font-family: "Open Sans", sans-serif
}

.pcoded .pcoded-navbar .nav-list {
		overflow: hidden;
		height: calc(100vh - 70px);
		border-radius: 0 0 0 0;
		-webkit-box-shadow: 0 2px 15px 0 rgba(43, 43, 43, 0.2);
		box-shadow: 0 2px 15px 0 rgba(43, 43, 43, 0.2)
}

@media only screen and (max-width: 992px) {
		.pcoded .pcoded-navbar .nav-list {
				height: 100%
		}
}

.pcoded .pcoded-navbar[pcoded-navbar-position="absolute"] .nav-list {
		height: 100%
}

.pcoded[vertical-nav-type="collapsed"] .nav-list {
		overflow: visible
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-item>.pcoded-hasmenu>.pcoded-submenu {
		border-radius: 0
}

.pcoded-main-container {
		display: block;
		position: relative;
		/* background: #f2f7fb; */
		background: white;
		min-height: calc(100vh - 45px)
}

.pcoded .pcoded-content {
		position: relative;
		display: block
}

.pcoded-inner-navbar {
		display: block;
		position: relative
}

.pcoded-inner-content {
		padding: 10px 30px;
}

.pcoded .pcoded-navbar .pcoded-item {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative
}

.pcoded .pcoded-navbar .pcoded-item:after {
		content: "";
		background-color: #efefef;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 10px
}

.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;
		-webkit-transition: all 0s linear;
		transition: all 0s linear
}

.pcoded .pcoded-navbar .pcoded-item>li>a.disabled {
		opacity: 0.5;
		cursor: not-allowed
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		list-style: outside none none;
		margin: 10px 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: 20px;
		font-weight: 400;
		padding: 15px 20px;
		text-decoration: none;
		position: relative;
		-webkit-transition: all 0s linear;
		transition: all 0s linear
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext {
		-webkit-transition: all 0s linear;
		transition: all 0s linear
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before {
		-webkit-transition: all 0s linear;
		transition: all 0s linear
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon {
		-webkit-transition: all 0s linear;
		transition: all 0s linear;
		font-size: 10px;
		padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item>li>a>.pcoded-micon {
		/* font-size: 16px; */
		font-size: 20px;
		padding: 4px;
		margin-right: 0;
		border-radius: 4px;
		width: 30px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 30px;
		text-align: center
}

.pcoded[vertical-placement="right"] .main-body .page-wrapper .page-header-title i {
		margin-right: 0;
		margin-left: 20px
}

.pcoded-inner-navbar {
		height: 100vh !important;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="offcanvas"] .pcoded-navbar {
		opacity: 0
}

.pcoded[theme-layout="vertical"] .pcoded-header .sidebar_toggle a {
		border-radius: 4px;
		float: left;
		font-size: 16px;
		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-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;
		-webkit-transition: opacity 0.3s linear 0s;
		transition: opacity 0.3s linear 0s;
		vertical-align: middle;
		visibility: visible;
		white-space: nowrap
}

.pcoded[theme-layout="vertical"] .pcoded-navbar {
		z-index: 1027;
		height: 100%
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
		height: 100%
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
		top: 70px
}

.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-item>li>a {
		text-align: left;
		/* padding: 7px 10px 0px 20px; */
		margin: 5px 0 0;
		border-radius: 0;
		border-left: 3px solid transparent
}

.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: 4px 10px 4px 20px
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu li>a {
		padding-left: 40px
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu {
		width: 100%;
		margin: 0 auto;
		border-radius: 0;
		padding: 0;
		border-left: 3px solid transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		list-style: outside none none
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		display: none
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger.active>.pcoded-submenu {
		display: block
}

.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[item-border="true"]>li>a {
		border-bottom-width: 0
}

.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"][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"][vertical-layout="box"] #styleSelector {
		top: 0
}

.pcoded[theme-layout="vertical"][vertical-layout="box"] .pcoded-main-container {
		background: transparent
}

.pcoded[theme-layout="vertical"][vertical-layout="box"] .selector-toggle>a {
		background: rgba(255, 255, 255, 0.3)
}

.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 .pcoded-navbar[pcoded-navbar-position="relative"] {
		position: relative
}

.pcoded .pcoded-navbar[pcoded-navbar-position="fixed"] {
		position: fixed
}

.pcoded .pcoded-navbar[pcoded-navbar-position="absolute"] {
		position: absolute
}

.pcoded .pcoded-header[pcoded-header-position="relative"] {
		position: relative
}

.pcoded .pcoded-header[pcoded-header-position="fixed"] {
		position: fixed;
		top: 0;
		z-index: 1028
}

.pcoded .pcoded-header[pcoded-header-position="absolute"] {
		position: absolute
}

.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;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear;
		overflow: hidden
}

.pcoded[vertical-nav-type="compact"][vertical-effect="overlay"] .pcoded-overlay-box,
.pcoded[vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-overlay-box {
		visibility: visible;
		z-index: 1026;
		opacity: 0.3;
		-webkit-transition: opacity 0.3s linear;
		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;
		font-family: 'feather';
		font-size: 12px;
		padding-right: 5px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style1"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "\e844"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style2"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "\e83f"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style3"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "\e856"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style4"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "\e86b"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style5"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "\e89f"
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style6"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: '\e89b'
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu[subitem-icon="style7"] .pcoded-submenu li>a .pcoded-mtext:before {
		content: "";
		color: inherit;
		width: 7px;
		height: 7px;
		display: inline-block;
		border-radius: 50%;
		margin-right: 10px;
		top: -2px;
		background-color: transparent
}

.pcoded li.pcoded-hasmenu>a:after {
		float: right;
		font-style: normal;
		margin-left: 3px;
		/* font-size: 13px; */
		font-size: 15px;
		position: absolute;
		right: 2px;
		top: 10px;
		font-family: 'feather';
		padding-top: 5px;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear
}

.pcoded li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after {
		top: 0
}

.pcoded li.pcoded-hasmenu[dropdown-icon="style1"]>a:after {
		content: "\e842"
}

.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style1"]>a:after {
		content: "\e842";   transform: rotate(-180deg); top: 13px;
}

.pcoded li.pcoded-hasmenu[dropdown-icon="style2"]>a:after {
		content: "\e847"
}

.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style2"]>a:after {
		content: "\e846"
}

.pcoded li.pcoded-hasmenu[dropdown-icon="style3"]>a:after {
		content: '\e8b1'
}

.pcoded li.pcoded-hasmenu.pcoded-trigger[dropdown-icon="style3"]>a:after {
		content: '\e897'
}

.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 {
		text-align: right
}

.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="right"] .breadcrumb-item {
		float: right
}

.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-nav-type="expanded"] .pcoded-header .pcoded-left-header,
.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {
		width: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-right-header {
		margin-left: 250px;
		margin-right: -250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-content {
		margin-left: 250px;
		margin-right: -250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.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: -250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="push"] .pcoded-content {
		margin-right: 250px;
		margin-left: -250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
		margin-left: 250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="expanded"][vertical-effect="shrink"] .pcoded-content {
		margin-right: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="expanded"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.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: 250px
}

.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-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: 250px;
		z-index: 1024;
		top: 0
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .nav-user img,
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .nav-user span {
		display: none
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-header .pcoded-left-header {
		width: 250px
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar {
		width:64px;
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li>a {
		/* padding: 10px 13px 4px */ padding: 5px 0; text-align: center;border: 1px solid rgba(0,0,0,0)!important;  margin: 0 8px; width: auto;  border-radius: 4px!important;
}
.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li.active>a{ margin: 0px; }

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-content {
		margin-left: 50px;
		margin-right: 0
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="push"] .pcoded-header.iscollapsed .pcoded-left-header {
		width: 50px
}

.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: 50px;
		margin-left: 0
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-content {
		/* margin-left: 50px */
		margin-left: 65px;
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="shrink"] .pcoded-content {
		margin-right: 50px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-content {
		margin-left: 50px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="collapsed"][vertical-effect="overlay"] .pcoded-content {
		margin-right: 50px
}

.pcoded[theme-layout="vertical"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
		opacity: 1;
		visibility: visible;
		position: absolute;
		top: 12px
}

.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: 1;
		visibility: visible;
}

.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;
		z-index: 1024;
		border-right: none
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu {
		/* left: 50px;
		position: absolute;
		width: 240px;
		z-index: 1024;
		border-left-style: solid;
		border-left-width: 1px */
		left: 0px;
		position: relative;
		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-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-left-header {
		width: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="push"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.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: 250px;
		margin-left: -250px
}

.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: 250px
}

.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: 250px;
		margin-right: -250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.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: 250px;
		margin-left: -250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="shrink"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.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: 250px;
		margin-right: -250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="left"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
		margin-left: 250px
}

.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: 250px;
		margin-left: -250px
}

.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: 250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-header .pcoded-right-header {
		margin-right: 250px
}

.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: 250px;
		margin-right: -250px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"][vertical-nav-type="offcanvas"][vertical-effect="overlay"] .pcoded-content {
		margin-right: 0
}

.pcoded-navbar .sidebar_toggle a {
		opacity: 1;
		visibility: visible;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		position: absolute
}

.pcoded-navbar .sidebar_toggle a:hover {
		color: #fff
}

.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"] .pcoded-header.nocollapsed .sidebar_toggle a {
		background: transparent none repeat scroll 0 0;
		border-radius: 4px;
		color: #fff;
		float: left;
		font-size: 16px;
		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 .pcoded-navbar .pcoded-navigation-label {
		font-size: 12px;
		font-weight: 500;
		opacity: 1;
		padding: 25px 25px 5px 15px;
		margin-bottom: 5px;
		position: relative
}

.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme="theme1"] {
		color: #f1f7ff
}

.pcoded .pcoded-navbar .pcoded-navigation-label[menu-title-theme="theme2"] {
		color: #263544
}

.pcoded .pcoded-navbar .pcoded-search+.pcoded-navigation-label {
		border-top: 0 solid transparent
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-navigation-label {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear
}

.pcoded .pcoded-navbar .pcoded-item li a .pcoded-badge {
		position: absolute;
		right: 30px;
		text-align: center;
		top: 10px;
		vertical-align: middle;
		text-transform: lowercase;
		white-space: nowrap;
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.3s linear;
		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;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear
}

.pcoded[vertical-nav-type="collapsed"] .pcoded-navbar .pcoded-item>li.pcoded-trigger>a .pcoded-badge {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.3s linear;
		transition: opacity 0.3s linear
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .card .card-header h5:after {
		right: -30px
}

.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.pcoded-hasmenu>a:after {
		left: 8px;
		right: auto;
		top: 7px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
		left: auto;
		right: 0;
		padding-right: 40px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-item li a .pcoded-badge {
		position: relative;
		right: 15px;
		top: -2px
}

.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: 35px;
		position: absolute;
		right: auto;
		top: 11px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-navigation-label {
		text-align: right;
		padding: 10px 15px 2px 20px
}

.pcoded[theme-layout="vertical"][vertical-placement="right"] .pcoded-navbar .pcoded-navigation-label:before {
		left: auto;
		right: 20px
}

.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: 240px
}

.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 .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;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
}

body[themebg-pattern="theme1"] {
		background-color: #42a5f5
}

body[themebg-pattern="theme2"] {
		background-color: #FF5370
}

body[themebg-pattern="theme3"] {
		background-color: #FF7043
}

body[themebg-pattern="theme4"] {
		background-color: #2ed8b6
}

body[themebg-pattern="theme5"] {
		background-color: #B388FF
}

body[themebg-pattern="theme6"] {
		background-color: #263544
}

.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;
		-webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3);
		box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3)
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu {
		border-left-color: #33475b;
		-webkit-box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3);
		box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.3)
}

.pcoded[theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a {
		border-bottom: 1px solid #384f65
}

.pcoded #styleSelector {
		min-height: 300px;
		height: calc(100vh - 70px);
		border: 1px solid #e9e9e9;
		background: #FFF;
		position: fixed;
		margin: 0;
		padding: 20px;
		width: 400px;
		top: 70px;
		z-index: 100;
		-webkit-transition: 0.5s;
		transition: 0.5s
}

.pcoded #styleSelector.open {
		background: #FFF none repeat scroll 0 0;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2)
}

.pcoded #styleSelector .soc-icon {
		width: 55px;
		height: 55px;
		padding: 15px;
		border-radius: 50%
}

.pcoded #styleSelector .soc-icon i {
		font-size: 25px;
		margin-right: 0
}

@media only screen and (max-width: 992px) {
		.pcoded #styleSelector {
				display: none
		}
}

.pcoded[theme-layout="horizontal"] #styleSelector,
.pcoded[vertical-placement="left"] #styleSelector {
		right: -400px;
		border-left: 2px solid rgba(48, 53, 73, 0.28)
}

.pcoded[theme-layout="horizontal"] #styleSelector.open,
.pcoded[vertical-placement="left"] #styleSelector.open {
		right: 0
}

.pcoded[vertical-placement="right"] #styleSelector {
		left: -400px;
		border-right: 2px solid rgba(48, 53, 73, 0.28)
}

.pcoded[vertical-placement="right"] #styleSelector.open {
		left: 0
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .nav-user a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .nav-user span {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .nav-user,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-inner-navbar {
		background-color: #2e363e;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .nav-user .pcoded-item>.pcoded-hasmenu>.pcoded-submenu:after,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-inner-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu:after {
		border-left-color: #263544;
		border-top-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-header .user-details p {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu .main-menu-content .more-details a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a {
		color: #fff;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a:hover { color: #fff; opacity: .8!important; }

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a .pcoded-micon {
		color: #fff; opacity: .4!important;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a:hover .pcoded-micon {
	opacity: .8!important; transition: 0.3s;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a {
		color: #b7c0cd;
		border-bottom-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li>a {
		border-bottom-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-color: #384f65;
		color: #50d2ce;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu>a:after,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-mtext:after {
		border-left-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-mtext:after {
		border-left-color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a:before {
		border-left-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu:hover>a:after {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a {
		border-bottom-color: #263544
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu:hover>a:after {
		color: #b7c0cd
}

.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>.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: #263544
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[theme-layout="vertical"][vertical-nav-type="fullpage"] .pcoded-navbar[navbar-theme="theme1"] .sidebar_toggle a {
		color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .nav-user,
.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-inner-navbar {
		background-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-header .user-details span {
		color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .main-menu .main-menu-content .more-details a {
		color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-hasmenu>a:after,
.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-hasmenu .pcoded-submenu li.pcoded-hasmenu>a:after {
		color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a,
.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover>a {
		color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a {
		border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li>a {
		color: #666;
		border-bottom-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a {
		color: #FFF
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu {
		background-color: #b7c0cd
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li>a {
		border-bottom-color: #ededed;
		color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li>a .pcoded-mtext:after {
		border-left-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li:hover>a:before {
		border-left-color: #fff
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li.active>a {
		color: #666
}

.pcoded .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item .pcoded-submenu li.active>a .pcoded-mtext:after {
		border-left-color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu {
		border-left-color: #42a5f5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li:hover>a {

  background: #00c1ca;
  color: #ffffff !important;

}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a {
		color: #42a5f5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a .pcoded-micon {
		color: #42a5f5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #42a5f5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu {
		border-left-color: #FF5370
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #FF5370
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a {
		color: #FF5370
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a .pcoded-micon {
		color: #FF5370
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #FF5370
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu {
		border-left-color: #FF7043
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #FF7043
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a {
		color: #FF7043
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a .pcoded-micon {
		color: #FF7043
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #FF7043
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu {
		border-left-color: #2ed8b6
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #2ed8b6
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a {
		color: #2ed8b6
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a .pcoded-micon {
		color: #2ed8b6
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #2ed8b6
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu {
		border-left-color: #B388FF
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #B388FF
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a {
		color: #B388FF
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a .pcoded-micon {
		color: #B388FF
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #B388FF
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu {
		border-left-color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu {
		border-left-color: #11c788
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #11c788
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a {
		color: #11c788
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a .pcoded-micon {
		color: #11c788
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #11c788
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu {
		border-left-color: #f44
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #f44
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a {
		color: #f44
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a .pcoded-micon {
		color: #f44
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #f44
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu {
		border-left-color: #ff784f
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #ff784f
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a {
		color: #ff784f
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a .pcoded-micon {
		color: #ff784f
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #ff784f
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu {
		border-left-color: #38a9f9
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #38a9f9
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a {
		color: #38a9f9
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a .pcoded-micon {
		color: #38a9f9
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #38a9f9
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu {
		border-left-color: #038f9e
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #038f9e
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a {
		color: #038f9e
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a .pcoded-micon {
		color: #038f9e
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #038f9e
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu {
		border-left-color: #39ADB5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li:hover>a {
		color: #39ADB5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li .pcoded-submenu li.active>a {
		font-weight: 500
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a {
		color: #39ADB5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a .pcoded-micon {
		color: #39ADB5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a {
		border-left-color: #39ADB5
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu {
		background-color: rgba(29, 37, 49, 0.5)
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover:hover>a {
		color: #fff;
		background: rgba(0,0,0,.4);
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li:hover:hover>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
/* .pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a  */{
		background: #f1f7ff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #f1f7ff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li:hover a,
{
		background: #1d2531 !important;
		color: #fff; opacity: .4!important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #fff; opacity: 1 !important;
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.active:hover>a{
margin: 0px;
}
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li:hover>a {
	background: rgba(246,249,249,.15);
  opacity: .8;
    margin: 0 8px; width: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  border: 1px solid rgba(200,200,200,.1);
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme2"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme3"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme4"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme5"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme6"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme7"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme8"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme9"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme10"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme11"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a {
		background: #1d2531;
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #b7c0cd
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme12"] .pcoded-item>li:hover>a:after {
		color: #fff
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li .pcoded-submenu {
		background-color: rgba(226, 226, 226, 0.5)
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover:hover>a {
		color: #263544;
		background-color: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li:hover:hover>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme1"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme2"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme3"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme4"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme5"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme6"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme7"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme8"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme9"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme10"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme11"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.active>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a {
		background: #e2e2e2;
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.active>a:after,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a:after {
		color: #263544
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a {
		background: #e2e2e2
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li:hover>a {
		background: transparent;
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li:hover>a .pcoded-micon {
		color: #1d2531
}

.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="themelight1"][active-item-theme="theme12"] .pcoded-item>li:hover>a:after {
		color: #1d2531
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a .pcoded-micon {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover>a:after {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #42a5f5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme1"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a .pcoded-micon {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item li:hover>a:after {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover:hover>a {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #FF5370
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme2"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a .pcoded-micon {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item li:hover>a:after {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover:hover>a {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #FF7043
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme3"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a .pcoded-micon {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item li:hover>a:after {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover:hover>a {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #2ed8b6
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme4"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a .pcoded-micon {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item li:hover>a:after {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover:hover>a {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #B388FF
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme5"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item li:hover>a:after {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover:hover>a {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme6"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a .pcoded-micon {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item li:hover>a:after {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover:hover>a {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #11c788
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme7"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a .pcoded-micon {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item li:hover>a:after {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover:hover>a {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #f44
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme8"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a .pcoded-micon {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item li:hover>a:after {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover:hover>a {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #ff784f
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme9"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a .pcoded-micon {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item li:hover>a:after {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover:hover>a {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #38a9f9
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme10"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a .pcoded-micon {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item li:hover>a:after {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover:hover>a {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #038f9e
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme11"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a .pcoded-micon {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.pcoded-hasmenu .pcoded-submenu li:hover>a:after {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a .pcoded-micon {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item li:hover>a:after {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover>a,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover:hover>a {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover>a .pcoded-micon,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover:hover>a .pcoded-micon {
		color: #39ADB5
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.active:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li.pcoded-trigger:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover>a:before,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[active-item-theme="theme12"] .pcoded-item>li:hover:hover>a:before {
		border-left-color: transparent
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[navbar-theme="themelight1"] .pcoded-item li .pcoded-submenu {
		background: #fff
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu {
		background: #263544
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu.pcoded-trigger>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar[navbar-theme="theme1"] .pcoded-item li .pcoded-submenu.pcoded-trigger .pcoded-submenu li.pcoded-hasmenu.pcoded-trigger>a:after {
		color: #fff
}

.selector-toggle {
		position: relative
}

.pcoded .selector-toggle>a {
		position: absolute;
		top: 0;
		width: 60px;
		height: 60px;
		display: block;
		cursor: pointer;
		text-align: center;
		background: #FF5370;
		color: #fff;
		-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
		padding: 14px 10px
}

.pcoded[theme-layout="horizontal"] .selector-toggle>a,
.pcoded[vertical-placement="left"] .selector-toggle>a {
		left: -80px;
		border-right: 0;
		border-radius: 50% 0 0 50%
}

.pcoded[vertical-placement="right"] .selector-toggle>a {
		right: -80px;
		border-left: 0;
		border-radius: 0 50% 50% 0
}

.pcoded[vertical-placement="right"] .selector-toggle>a:before {
		left: 10px
}

.selector-toggle>a:before {
		font-family: 'feather';
		font-size: 20px;
		content: "\e8c3";
		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;
		-webkit-animation: mymove 1.3s infinite linear;
		animation: mymove 1.3s infinite linear
}

.open .selector-toggle>a:before {
		content: "\e8f6";
		-webkit-animation: mymove 0s infinite linear;
		animation: mymove 0s infinite linear
}

#styleSelector .nav-tabs {
		margin-bottom: 20px;
		border-bottom: 2px solid #4099ff;
		padding-bottom: 5px
}

#styleSelector .nav-tabs .nav-item {
		width: calc(100% / 2);
		margin: 0;
		padding: 0;
		float: left
}

#styleSelector .nav-tabs .nav-item a {
		color: #37474f;
		text-align: center;
		font-weight: 500;
		font-size: 13px;
		padding: 0.66rem 1rem;
		border-radius: 2px;
		border: none;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

#styleSelector .nav-tabs .nav-item a.active {
		color: #fff;
		background: #4099ff
}

#styleSelector .style-cont {
		background-color: #F6F7FB;
		padding: 10px
}

#styleSelector .st-main-title {
		font-size: 16px
}

#styleSelector .checkbox-fade label {
		margin-bottom: 0.8rem
}

#styleSelector .sub-title {
		text-transform: capitalize
}

#styleSelector #menu-effect {
		padding-bottom: 15px
}

#styleSelector #menu-effect .radio>label {
		padding-left: 0
}

#styleSelector #menu-effect .radio .helper {
		bottom: -30px;
		left: 3px
}

#styleSelector #menu-effect .radio .helper:after,
#styleSelector #menu-effect .radio .helper:before {
		top: auto;
		bottom: 0
}

#styleSelector #menu-effect .micon {
		font-size: 20px;
		padding: 3px;
		width: 30px;
		display: block;
		height: 30px;
		text-align: center
}

#styleSelector #menu-effect .micon.st1 {
		background-color: transparent
}

#styleSelector #menu-effect .micon.st1 i {
		color: #4099ff
}

#styleSelector #menu-effect .micon.st2 {
		background-color: transparent
}

#styleSelector #menu-effect .micon.st2 i {
		color: #37474f
}

#styleSelector #bg-pattern-visiblity {
		padding-left: 30px
}

#styleSelector .form-control {
		border: none;
		-webkit-box-shadow: 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: 15px;
		margin: 0 0 15px;
		padding: 10px 0;
		text-align: left
}

#styleSelector ul li p.selector-title {
		font-weight: 500;
		border-bottom: 1px solid #e9e9e9
}

#styleSelector ul li p.selector-title.main-title {
		font-weight: 500
}

#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
}

.theme-color {
		padding: 0;
		width: 100%
}

.theme-color a {
		border-radius: 4px;
		cursor: pointer;
		display: inline-block;
		margin: 5px 8px 5px 0;
		-webkit-box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
		box-shadow: 0.4px 0.9px 3px 0 rgba(0, 0, 0, 0.33);
		overflow: hidden;
		width: 45px;
		height: 40px
}

.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: 30px
}

.theme-color a .cont:before {
		background: #F6F7FB
}

.theme-color a[menu-caption="theme1"] {
		background: #f1f7ff
}

.theme-color a[menu-caption="theme2"] {
		background: #263544
}

.theme-color a[header-theme="theme1"] .head {
		background: transparent
}

.theme-color a[header-theme="theme1"] .head:before {
		background: #42a5f5
}

.theme-color a[header-theme="theme2"] .head {
		background: transparent
}

.theme-color a[header-theme="theme2"] .head:before {
		background: #FF5370
}

.theme-color a[header-theme="theme3"] .head {
		background: transparent
}

.theme-color a[header-theme="theme3"] .head:before {
		background: #FF7043
}

.theme-color a[header-theme="theme4"] .head {
		background: transparent
}

.theme-color a[header-theme="theme4"] .head:before {
		background: #2ed8b6
}

.theme-color a[header-theme="theme5"] .head {
		background: transparent
}

.theme-color a[header-theme="theme5"] .head:before {
		background: #B388FF
}

.theme-color a[header-theme="theme6"] .head {
		background: transparent
}

.theme-color a[header-theme="theme6"] .head:before {
		background: #263544
}

.theme-color a.header-theme-full[header-theme="theme1"] .head {
		background: #42a5f5
}

.theme-color a.header-theme-full[header-theme="theme1"] .head:after,
.theme-color a.header-theme-full[header-theme="theme1"] .head:before {
		background: transparent
}

.theme-color a.header-theme-full[header-theme="theme2"] .head {
		background: #FF5370
}

.theme-color a.header-theme-full[header-theme="theme2"] .head:after,
.theme-color a.header-theme-full[header-theme="theme2"] .head:before {
		background: transparent
}

.theme-color a.header-theme-full[header-theme="theme3"] .head {
		background: #FF7043
}

.theme-color a.header-theme-full[header-theme="theme3"] .head:after,
.theme-color a.header-theme-full[header-theme="theme3"] .head:before {
		background: transparent
}

.theme-color a.header-theme-full[header-theme="theme4"] .head {
		background: #2ed8b6
}

.theme-color a.header-theme-full[header-theme="theme4"] .head:after,
.theme-color a.header-theme-full[header-theme="theme4"] .head:before {
		background: transparent
}

.theme-color a.header-theme-full[header-theme="theme5"] .head {
		background: #B388FF
}

.theme-color a.header-theme-full[header-theme="theme5"] .head:after,
.theme-color a.header-theme-full[header-theme="theme5"] .head:before {
		background: transparent
}

.theme-color a.header-theme-full[header-theme="theme6"] .head {
		background: #263544
}

.theme-color a.header-theme-full[header-theme="theme6"] .head:after,
.theme-color a.header-theme-full[header-theme="theme6"] .head:before {
		background: transparent
}

.theme-color a[navbar-theme="theme1"] {
		background: #263544
}

.theme-color a[navbar-theme="themelight1"] {
		background: #fff
}

.theme-color a[active-item-theme="theme1"] {
		background: #42a5f5
}

.theme-color a[active-item-theme="theme2"] {
		background: #FF5370
}

.theme-color a[active-item-theme="theme3"] {
		background: #FF7043
}

.theme-color a[active-item-theme="theme4"] {
		background: #2ed8b6
}

.theme-color a[active-item-theme="theme5"] {
		background: #B388FF
}

.theme-color a[active-item-theme="theme6"] {
		background: #263544
}

.theme-color a[active-item-theme="theme7"] {
		background: #11c788
}

.theme-color a[active-item-theme="theme8"] {
		background: #f44
}

.theme-color a[active-item-theme="theme9"] {
		background: #ff784f
}

.theme-color a[active-item-theme="theme10"] {
		background: #38a9f9
}

.theme-color a[active-item-theme="theme11"] {
		background: #038f9e
}

.theme-color a[active-item-theme="theme12"] {
		background: #39ADB5
}

.theme-color a[layout-type="dark"] .cont:after {
		background: #263544
}

.theme-color a[layout-type="dark"] .cont:before {
		background: #384f65
}

.theme-color a[layout-type="dark"] .head:after {
		background: #384f65
}

.theme-color a[layout-type="dark"] .head:before {
		background: #263544
}

.theme-color a[layout-type="reset"] {
		padding: 11px 0;
		text-align: center;
		background-color: #FF5370;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.theme-color a[layout-type="reset"] i {
		font-size: 20px;
		margin-right: 0;
		color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.theme-color a[layout-type="reset"]:hover {
		background-color: rgba(255, 83, 112, 0.8)
}

.theme-color a[layout-type="reset"]:hover i {
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

.theme-color a[themebg-pattern="theme1"] {
		background: #42a5f5
}

.theme-color a[themebg-pattern="theme2"] {
		background: #FF5370
}

.theme-color a[themebg-pattern="theme3"] {
		background: #FF7043
}

.theme-color a[themebg-pattern="theme4"] {
		background: #2ed8b6
}

.theme-color a[themebg-pattern="theme5"] {
		background: #B388FF
}

.theme-color a[themebg-pattern="theme6"] {
		background: #263544
}

.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.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: #42a5f5
}

.pcoded .pcoded-header[header-theme="theme1"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme1"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme1"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="theme2"] {
		background: #FF5370
}

.pcoded .pcoded-header[header-theme="theme2"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme2"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme2"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="theme3"] {
		background: #FF7043
}

.pcoded .pcoded-header[header-theme="theme3"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme3"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme3"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="theme4"] {
		 background: #00BEB9;
	background: -webkit-linear-gradient(left, #00C6BF , #00AECC);
	background: -o-linear-gradient(right, #00C6BF , #00AECC);
	background: -moz-linear-gradient(right, #00C6BF , #00AECC);
	background: linear-gradient(to right, #00C6BF , #00AECC);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	-o-box-shadow: 0px 0px 5px rgba(0,0,0,.15);
	box-shadow: 0px 0px 5px rgba(0,0,0,.15);
}

.pcoded .pcoded-header[header-theme="theme4"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme4"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme4"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="theme5"] {
		background: #B388FF
}

.pcoded .pcoded-header[header-theme="theme5"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme5"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme5"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="theme6"] {
		background: #263544
}

.pcoded .pcoded-header[header-theme="theme6"] .dropdown-toggle,
.pcoded .pcoded-header[header-theme="theme6"] .input-group-addon,
.pcoded .pcoded-header[header-theme="theme6"] a {
		color: #fff
}

.pcoded .pcoded-header[header-theme="themelight1"] {
		background: #fff
}

.pcoded .pcoded-header[header-theme="themelight1"] .input-group-append .input-group-text,
.pcoded .pcoded-header[header-theme="themelight1"] .input-group-prepend .input-group-text,
.pcoded .pcoded-header[header-theme="themelight1"] a {
		color: #333
}

.pcoded .pcoded-header[header-theme="themelight1"] .navbar-logo a {
		color: #fff
}

.pcoded.pcoded-toggle-animate .pcoded-content {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out
}

.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-left-header,
.pcoded.pcoded-toggle-animate .pcoded-header .pcoded-right-header {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out
}

.pcoded.pcoded-toggle-animate .pcoded-navbar {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .user-details {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item>li>a .pcoded-mtext {
		-webkit-transition-delay: 0.20s;
		transition-delay: 0.20s;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item>li.pcoded-trigger>a .pcoded-mtext {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li a .pcoded-badge {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu.pcoded-trigger a:after,
.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item li.pcoded-hasmenu>a:after {
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg)
}

.pcoded.pcoded-toggle-animate .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after {
		-webkit-transform: rotateX(90deg);
		transform: rotateX(90deg);
		-webkit-transition: opacity 0.5s linear;
		transition: opacity 0.5s linear
}

body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar,
body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"],
body .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar,
body .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
		position: absolute;
		top: 0
}

body .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="absolute"],
body .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
		top: 70px
}

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% - 23px)
}

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"] .back_chatBox i,
body .pcoded[vertical-placement="right"] .back_friendlist i {
		left: auto;
		right: -40px;
		border-radius: 0 50% 50% 0;
		padding: 12px 7px 12px 0;
		-webkit-box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 0 9px -2px rgba(0, 0, 0, 0.3)
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-logo {
		float: right
}

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
}

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 .header-notification .show-notification,
body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
		right: auto;
		left: -15px
}

body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before,
body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
		right: auto;
		left: 15px
}

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.menu-bottom .navbar-wrapper {
		z-index: 1050
}

body.menu-bottom .p-chat-user,
body.menu-bottom .showChat_inner {
		top: 0
}

body.menu-bottom .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar,
body.menu-bottom .pcoded[pcoded-device-type="phone"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"],
body.menu-bottom .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar,
body.menu-bottom .pcoded[pcoded-device-type="tablet"][vertical-nav-type="expanded"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
		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: -70px
		}
}

body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar {
		min-height: auto;
		bottom: 0;
		top: auto;
		z-index: 9999;
		-webkit-box-shadow: 0 -6px 3px 0 rgba(69, 90, 100, 0.09);
		box-shadow: 0 -6px 3px 0 rgba(69, 90, 100, 0.09)
}

body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar[pcoded-header-position="absolute"],
body.menu-bottom .pcoded[theme-layout="vertical"] .header-navbar[pcoded-header-position="relative"] {
		position: fixed
}

body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
		top: auto;
		bottom: 100px
}

body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
body.menu-bottom .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		top: auto;
		bottom: -10px
}

body.menu-bottom .pcoded[pcoded-device-type="tablet"] .pcoded-content,
body.menu-bottom .pcoded[pcoded-device-type="phone"] .pcoded-content {
		padding-top: 0
}

body.menu-bottom .pcoded[theme-layout="vertical"] .pcoded-navbar[pcoded-navbar-position="fixed"] {
		top: 0
}

body.menu-bottom #collapse-menu {
		display: none
}

.pcoded[pcoded-device-type="tablet"] .pcoded-header[pcoded-header-position="relative"],
.pcoded[pcoded-device-type="tablet"] .pcoded-header[pcoded-header-position="absolute"],
.pcoded[pcoded-device-type="phone"] .pcoded-header[pcoded-header-position="relative"],
.pcoded[pcoded-device-type="phone"] .pcoded-header[pcoded-header-position="absolute"] {
		position: fixed
}

.pcoded[theme-layout="horizontal"] .pcoded-container {
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-header {
		z-index: 1024
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar {
		display: block;
		height: 50px;
		width: 100%;
		z-index: 1023;
		-webkit-box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4);
		box-shadow: 0 2px 7px -3px rgba(0, 0, 0, 0.4)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu.pcoded-trigger>.pcoded-submenu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar li.pcoded-hasmenu>a:after {
		right: 3px;
		top: -3px
}

.pcoded[theme-layout="horizontal"] #styleSelector {
		z-index: 1024
}

.pcoded[theme-layout="horizontal"] .page-header {
		margin-top: 80px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .p-chat-user,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .showChat_inner,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .p-chat-user,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .showChat_inner {
		top: 107px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .page-header,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .page-header {
		padding-top: 0
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar[pcoded-navbar-position="absolute"],
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar[pcoded-navbar-position="absolute"] {
		top: 70px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .navbar-logo .mobile-menu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .pcoded-brand .menu-toggle {
		display: none
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dashed"]>li>a {
		border-right-style: dashed
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dotted"]>li>a {
		border-right-style: dotted
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"]>li>a {
		border-right-style: solid
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dashed"] .pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-style: dashed
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="dotted"] .pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-style: dotted
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"][item-border-style="solid"] .pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-style: solid
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="false"]>li>a {
		border-right-width: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a {
		border-right-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="false"] .pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-width: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu li>a {
		border-bottom-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li {
		display: block;
		list-style: outside none none;
		margin: 0;
		padding: 5px;
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a {
		display: block;
		font-size: 13px;
		padding: 5px 20px;
		text-decoration: none;
		position: relative
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
		.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a {
				padding: 5px
		}
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a {
		line-height: 1.85
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		list-style: outside none none;
		margin: 0;
		padding: 5px 0;
		-webkit-box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4);
		box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.4)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li {
		display: block;
		list-style: outside none none;
		margin: 0;
		padding: 3px 10px;
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a {
		display: block;
		font-size: 14px;
		padding: 7px 10px;
		text-decoration: none;
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a:after {
		padding-top: 7px;
		line-height: 1
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li>a>.pcoded-micon {
		font-size: 14px;
		padding: 0
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item.pcoded-search-item>li>a>.pcoded-micon {
		padding: 0 5px 0 7px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a .pcoded-micon {
		font-size: 13px;
		padding-right: 5px
}

.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-container {
		width: 100%
}

.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-content .pcoded-wrapper,
.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-header .pcoded-wrapper,
.pcoded[theme-layout="horizontal"][horizontal-layout="widebox"] .pcoded-navbar .pcoded-wrapper {
		display: block;
		margin: 0 auto;
		max-width: 1200px;
		width: 100%
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li {
		float: left;
		padding: 5px 10px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item li a {
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		position: absolute;
		min-width: 200px;
		z-index: 1;
		border-top-width: 0;
		top: 100%
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a {
		font-size: 14px;
		font-weight: 500;
		text-align: left
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext {
		-webkit-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu li>a>.pcoded-mtext:before {
		-webkit-transition: all 0s ease-in-out;
		transition: all 0s ease-in-out
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-submenu .pcoded-submenu {
		position: absolute;
		min-width: 250px;
		z-index: 1;
		left: 100%;
		top: -1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		opacity: 0;
		visibility: hidden;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item .pcoded-submenu li.pcoded-hasmenu>a:after {
		margin-left: 3px;
		position: relative;
		float: right;
		top: -3px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after {
		font-style: normal;
		margin-left: 3px;
		padding-left: 5px;
		position: relative
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.edge.pcoded-trigger>.pcoded-submenu {
		right: 0
}

.pcoded[theme-layout="horizontal"][horizontal-placement="top"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger.active .pcoded-submenu {
		border-top-style: solid;
		border-top-width: 1px
}

.pcoded[theme-layout="horizontal"] .pcoded-navbar .pcoded-item[subitem-border="true"] .pcoded-hasmenu .pcoded-submenu>li:last-child>a {
		border-bottom-color: transparent
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item.pcoded-search-item>li>a>.pcoded-micon {
		display: block
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="desktop"] .pcoded-navbar .pcoded-inner-navbar,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar {
		position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar {
		height: auto;
		padding: 10px 10px 0;
		position: absolute;
		opacity: 0;
		visibility: hidden;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg)
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-inner-navbar,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-inner-navbar {
		height: auto;
		position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar.show-menu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar.show-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg)
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item {
		display: block;
		float: none;
		position: relative;
		width: 100%;
		z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li {
		float: none;
		display: block;
		position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item[item-border="true"]>li>a {
		border-right-width: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item[item-border="true"]>li.pcoded-trigger>a,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item[item-border="true"]>li.pcoded-trigger>a {
		border-bottom-width: 0
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu {
		min-width: 100%;
		z-index: 2
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu {
		position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu {
		left: 0;
		min-width: 100%;
		right: 0;
		top: 0;
		z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu>.pcoded-hasmenu.pcoded-trigger>.pcoded-submenu {
		position: relative
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu>.pcoded-hasmenu>.pcoded-submenu {
		left: 0;
		min-width: 100%;
		right: 0;
		top: 0;
		z-index: 1
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"][horizontal-placement="bottom"] .pcoded-navbar,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"][horizontal-placement="bottom"] .pcoded-navbar {
		bottom: auto
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a:after,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.active>a:after,
.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu.pcoded-trigger>a:after {
		position: absolute;
		right: 13px
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-header,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-header {
		height: auto;
		padding-top: 0
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu {
		border-top: none;
		margin: 15px auto;
		min-width: 90%;
		width: 90%;
		-webkit-box-shadow: none;
		box-shadow: none
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu {
		min-width: 90%;
		width: 90%
}

.pcoded[theme-layout="horizontal"][pcoded-device-type="phone"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu,
.pcoded[theme-layout="horizontal"][pcoded-device-type="tablet"] .pcoded-navbar .pcoded-item .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu .pcoded-hasmenu .pcoded-submenu {
		min-width: 90%
}

.pcoded[theme-layout="horizontal"] .pcoded-header[pcoded-header-position="relative"] ~ .pcoded-main-container {
		top: -1px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-submenu>li a .pcoded-badge {
		top: 7px;
		right: 20px
}

.pcoded .pcoded-navbar .pcoded-item .pcoded-hasmenu.edge>.pcoded-submenu {
		left: auto;
		right: 100%
}

.pcoded-main-container {
		clear: both
}

.pcoded .pcoded-navbar .pcoded-item:after {
		display: none
}

body.horizontal-icon .pcoded[theme-layout="horizontal"] .page-header,
body.horizontal-icon-fixed .pcoded[theme-layout="horizontal"] .page-header {
		margin-top: 110px
}

body.horizontal-icon .pcoded[pcoded-device-type="phone"][theme-layout="horizontal"] .page-header,
body.horizontal-icon .pcoded[pcoded-device-type="tablet"][theme-layout="horizontal"] .page-header,
body.horizontal-icon-fixed .pcoded[pcoded-device-type="phone"][theme-layout="horizontal"] .page-header,
body.horizontal-icon-fixed .pcoded[pcoded-device-type="tablet"][theme-layout="horizontal"] .page-header {
		padding-top: 10px
}

body.horizontal-icon .pcoded .pcoded-navbar,
body.horizontal-icon-fixed .pcoded .pcoded-navbar {
		height: 80px
}

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: block;
		text-align: center;
		margin: 0 auto
}

body.horizontal-icon .pcoded .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a,
body.horizontal-icon-fixed .pcoded .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a {
		line-height: 30px
}

body.horizontal-icon .pcoded[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a,
body.horizontal-icon-fixed .pcoded[pcoded-device-type="desktop"] .pcoded-navbar .pcoded-item>li.pcoded-hasmenu>a {
		height: 70px
}

.btn-default .badge {
		background-color: #fff;
		color: #e0e0e0
}

.btn {
		border-radius: 5px;
		text-transform: capitalize;
		font-size: 15px;
		/* padding: 10px 19px; */
		padding: 4px 15px;
		cursor: pointer
}

@media only screen and (max-width: 480px) {
		.btn {
				padding: 10px 15px
		}
}

.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 {
		-webkit-transform: skew(-15deg);
		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
}

.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;
		position: relative
}

.btn-group [class*=btn-],
.dropdown-split [class*=btn-] {
		margin-right: 0
}

.list-group-item.active {
		background-color: #4099ff;
		border-color: #4099ff
}

.show>.btn-primary.dropdown-toggle,
.sweet-alert .show>button.dropdown-toggle.confirm,
.wizard>.actions .show>a.dropdown-toggle {
		background-color: #0378ff;
		border-color: #0378ff;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

#Note-list li:hover .Note-delete {
		opacity: 1;
		-webkit-transform: translateX(0px);
		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;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s;
		border-radius: 2px;
		cursor: pointer;
		-webkit-transform: translateX(10px);
		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(64, 153, 255, 0.5);
		border-color: rgba(64, 153, 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
}

.btn-primary,
.sweet-alert button.confirm,
.wizard>.actions a {
		background-color: #4099ff;
		border-color: #4099ff;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-primary:hover,
.sweet-alert button.confirm:hover,
.wizard>.actions a:hover {
		background-color: #73b4ff;
		border-color: #73b4ff
}

.btn-primary:active,
.sweet-alert button.confirm:active,
.wizard>.actions a:active {
		background-color: #0378ff;
		border-color: #0378ff;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-primary:focus,
.sweet-alert button.confirm:focus,
.wizard>.actions a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		background-color: #73b4ff
}

.btn-primary.disabled,
.sweet-alert button.disabled.confirm,
.wizard>.actions a.disabled {
		background-color: rgba(64, 153, 255, 0.5);
		border-color: rgba(64, 153, 255, 0.5)
}

.btn-warning {
		background-color: #FFB64D;
		border-color: #FFB64D;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-warning:hover {
		background-color: #ffcb80;
		border-color: #ffcb80;
		color: #fff
}

.btn-warning:active {
		background-color: #ff9d10;
		border-color: #ff9d10;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-warning:focus {
		-webkit-box-shadow: none;
		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: #FF5370;
		border-color: #FF5370;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-danger:hover {
		background-color: #27c3bbb5; /* #ff869a; */
		border-color: #27c3bbb5;/* #ff869a */
}

.btn-danger:active {
		background-color: #ff163d;
		border-color: #ff163d;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-danger:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		background-color: #ff869a
}

.btn-danger.disabled {
		background-color: rgba(255, 83, 112, 0.5);
		border-color: rgba(255, 83, 112, 0.5)
}

.btn-success {
		background-color: #2ed8b6;
		border-color: #2ed8b6;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-success:hover {
		background-color: #59e0c5;
		border-color: #59e0c5
}

.btn-success:active {
		background-color: #20a98e;
		border-color: #20a98e;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-success:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		background-color: #59e0c5
}

.btn-success.disabled {
		background-color: rgba(46, 216, 182, 0.5);
		border-color: rgba(46, 216, 182, 0.5)
}

.btn-inverse {
		background-color: #37474f;
		border-color: #37474f;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-inverse:hover {
		background-color: #4c626d;
		border-color: #4c626d
}

.btn-inverse:active {
		background-color: #1e272b;
		border-color: #1e272b;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-inverse:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		background-color: #4c626d
}

.btn-inverse.disabled {
		background-color: rgba(55, 71, 79, 0.5);
		border-color: rgba(55, 71, 79, 0.5)
}

.btn-info {
		background-color: #00bcd4;
		border-color: #00bcd4;
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-info:hover {
		background-color: #08e3ff;
		border-color: #08e3ff
}

.btn-info:active {
		background-color: #008697;
		border-color: #008697;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.btn-info:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		background-color: #08e3ff
}

.btn-info.disabled {
		background-color: rgba(0, 188, 212, 0.5);
		border-color: rgba(0, 188, 212, 0.5)
}

.btn-disabled {
		background-color: rgba(70, 128, 255, 0.5);
		border-color: rgba(70, 128, 255, 0.5);
		color: #fff;
		cursor: pointer;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.btn-outline-primary {
		color: #0378ff;
		background-color: #fff;
		background-color: transparent
}

.btn-outline-warning {
		color: #ff9d10;
		background-color: #fff;
		background-color: transparent
}

.btn-outline-danger {
		color: #ff163d;
		background-color: #fff;
		background-color: transparent
}

.btn-outline-success {
		color: #20a98e;
		background-color: #fff;
		background-color: transparent
}

.btn-outline-inverse {
		color: #1e272b;
		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: #008697;
		background-color: #fff;
		background-color: transparent
}

.btn-outline-disabled {
		color: #0956ff;
		background-color: #fff
}

.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;
		-webkit-transition: 0.5s ease-in-out;
		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: -webkit-gradient(linear, left top, right top, from(#73b4ff), color-stop(51%, #0378ff), to(#73b4ff));
		background-image: linear-gradient(to right, #73b4ff 0%, #0378ff 51%, #73b4ff 100%)
}

.btn-grd-primary.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#73b4ff), color-stop(51%, #0378ff), to(#73b4ff));
		background-image: linear-gradient(to top, #73b4ff 0%, #0378ff 51%, #73b4ff 100%)
}

.btn-grd-warning {
		background-image: -webkit-gradient(linear, left top, right top, from(#ffcb80), color-stop(51%, #ff9d10), to(#ffcb80));
		background-image: linear-gradient(to right, #ffcb80 0%, #ff9d10 51%, #ffcb80 100%)
}

.btn-grd-warning.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ffcb80), color-stop(51%, #ff9d10), to(#ffcb80));
		background-image: linear-gradient(to top, #ffcb80 0%, #ff9d10 51%, #ffcb80 100%)
}

.btn-grd-danger {
		background-image: -webkit-gradient(linear, left top, right top, from(#ff869a), color-stop(51%, #ff163d), to(#ff869a));
		background-image: linear-gradient(to right, #ff869a 0%, #ff163d 51%, #ff869a 100%)
}

.btn-grd-danger.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#ff869a), color-stop(51%, #ff163d), to(#ff869a));
		background-image: linear-gradient(to top, #ff869a 0%, #ff163d 51%, #ff869a 100%)
}

.btn-grd-success {
		background-image: -webkit-gradient(linear, left top, right top, from(#59e0c5), color-stop(51%, #20a98e), to(#59e0c5));
		background-image: linear-gradient(to right, #59e0c5 0%, #20a98e 51%, #59e0c5 100%)
}

.btn-grd-success.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#59e0c5), color-stop(51%, #20a98e), to(#59e0c5));
		background-image: linear-gradient(to top, #59e0c5 0%, #20a98e 51%, #59e0c5 100%)
}

.btn-grd-inverse {
		background-image: -webkit-gradient(linear, left top, right top, from(#4c626d), color-stop(51%, #1e272b), to(#4c626d));
		background-image: linear-gradient(to right, #4c626d 0%, #1e272b 51%, #4c626d 100%)
}

.btn-grd-inverse.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#4c626d), color-stop(51%, #1e272b), to(#4c626d));
		background-image: linear-gradient(to top, #4c626d 0%, #1e272b 51%, #4c626d 100%)
}

.btn-grd-info {
		background-image: -webkit-gradient(linear, left top, right top, from(#08e3ff), color-stop(51%, #008697), to(#08e3ff));
		background-image: linear-gradient(to right, #08e3ff 0%, #008697 51%, #08e3ff 100%)
}

.btn-grd-info.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#08e3ff), color-stop(51%, #008697), to(#08e3ff));
		background-image: linear-gradient(to top, #08e3ff 0%, #008697 51%, #08e3ff 100%)
}

.btn-grd-disabled {
		background-image: -webkit-gradient(linear, left top, right top, from(#79a3ff), color-stop(51%, #0956ff), to(#79a3ff));
		background-image: linear-gradient(to right, #79a3ff 0%, #0956ff 51%, #79a3ff 100%)
}

.btn-grd-disabled.hor-grd {
		background-image: -webkit-gradient(linear, left bottom, left top, from(#79a3ff), color-stop(51%, #0956ff), to(#79a3ff));
		background-image: linear-gradient(to top, #79a3ff 0%, #0956ff 51%, #79a3ff 100%)
}

.btn-mat {
		position: relative;
		border-radius: 0;
		border: none
}

.btn-mat:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		right: 50%;
		height: 3px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
}

.btn-mat:hover {
		border: none
}

.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: #4099ff
}

.btn-primary.btn-mat:before,
.sweet-alert button.btn-mat.confirm:before,
.wizard>.actions a.btn-mat:before {
		background-color: #0378ff
}

.btn-warning.btn-mat {
		background-color: #FFB64D
}

.btn-warning.btn-mat:before {
		background-color: #ff9d10
}

.btn-danger.btn-mat {
		background-color: #FF5370
}

.btn-danger.btn-mat:before {
		background-color: #ff163d
}

.btn-success.btn-mat {
		background-color: #2ed8b6
}

.btn-success.btn-mat:before {
		background-color: #20a98e
}

.btn-inverse.btn-mat {
		background-color: #37474f
}

.btn-inverse.btn-mat:before {
		background-color: #1e272b
}

.btn-info.btn-mat {
		background-color: #00bcd4
}

.btn-info.btn-mat:before {
		background-color: #008697
}

.btn-outline-disabled {
		background-color: #4680ff
}

.btn-outline-disabled:before {
		background-color: #0956ff
}

.btn-xlg {
		padding: 14px 20px;
		font-size: 21px;
		line-height: 40px
}

.btn-lg {
		padding: 12px 18px;
		font-size: 16px;
		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
}

.btn-primary .badge,
.sweet-alert button.confirm .badge,
.wizard>.actions a .badge {
		color: #4099ff;
		background-color: #fff
}

.btn-success .badge {
		color: #2ed8b6;
		background-color: #fff
}

.btn-info .badge {
		color: #00bcd4;
		background-color: #fff
}

.btn-warning .badge {
		color: #FFB64D;
		background-color: #fff
}

.btn-danger .badge {
		color: #FF5370;
		background-color: #fff
}

.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;
		-webkit-box-shadow: none;
		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
}

.dropdown-primary .dropdown-menu a:hover,
.dropdown-split-primary .dropdown-menu a:hover {
		background-color: #4099ff;
		color: #fff
}

.dropdown-split-success .dropdown-menu a:hover,
.dropdown-success .dropdown-menu a:hover {
		background-color: #2ed8b6;
		color: #fff
}

.dropdown-info .dropdown-menu a:hover,
.dropdown-split-info .dropdown-menu a:hover {
		background-color: #00bcd4;
		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: #FF5370;
		color: #fff
}

.dropdown-inverse .dropdown-item,
.dropdown-split-inverse .dropdown-item {
		-webkit-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in
}

.dropdown-inverse .dropdown-item:hover,
.dropdown-split-inverse .dropdown-item:hover {
		background-color: #37474f;
		color: #fff
}

.col-form-label {
		font-size: 14px
}

.select2-container {
		width: 100% !important;
}

.form-group {
		margin-bottom: 3px
}

.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 #ccc */
		border-radius: 4px;
		height: 36px;
    font-size: 14px;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* -webkit-appearance: none; */
    border: 1px solid #D5D5D5;
    background: #F9F9F9;
}

.form-control:focus {
		/* border: 1px solid #4099ff */
		border:1px solid #ccc !important;
		box-shadow:none !important;
		border-color:inherit;
}

.form-control.form-control-normal {
		font-weight: 400
}

.form-control.form-control-bold {
		font-weight: 500
}

.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
}

.form-control-primary {
		border-color: #4099ff;
		color: #4099ff
}

.form-control-primary:focus {
		border-color: #4099ff
}

.input-group-primary .input-group-append .input-group-text,
.input-group-primary .input-group-prepend .input-group-text {
		background-color: #4099ff
}

.input-group-primary .form-control {
		border-color: #4099ff
}

.form-control-warning {
		border-color: #FFB64D;
		color: #FFB64D
}

.form-control-warning:focus {
		border-color: #FFB64D
}

.input-group-warning .input-group-append .input-group-text,
.input-group-warning .input-group-prepend .input-group-text {
		background-color: #FFB64D
}

.input-group-warning .form-control {
		border-color: #FFB64D
}

.form-control-default {
		border-color: #d6d6d6;
		color: #d6d6d6
}

.form-control-default:focus {
		border-color: #d6d6d6
}

.input-group-default .input-group-append .input-group-text,
.input-group-default .input-group-prepend .input-group-text {
		background-color: #d6d6d6
}

.input-group-default .form-control {
		border-color: #d6d6d6
}

.form-control-danger {
		border-color: #FF5370;
		color: #FF5370
}

.form-control-danger:focus {
		border-color: #FF5370
}

.input-group-danger .input-group-append .input-group-text,
.input-group-danger .input-group-prepend .input-group-text {
		background-color: #FF5370
}

.input-group-danger .form-control {
		border-color: #FF5370
}

.form-control-success {
		border-color: #2ed8b6;
		color: #2ed8b6
}

.form-control-success:focus {
		border-color: #2ed8b6
}

.input-group-success .input-group-append .input-group-text,
.input-group-success .input-group-prepend .input-group-text {
		background-color: #2ed8b6
}

.input-group-success .form-control {
		border-color: #2ed8b6
}

.form-control-inverse {
		border-color: #37474f;
		color: #37474f
}

.form-control-inverse:focus {
		border-color: #37474f
}

.input-group-inverse .input-group-append .input-group-text,
.input-group-inverse .input-group-prepend .input-group-text {
		background-color: #37474f
}

.input-group-inverse .form-control {
		border-color: #37474f
}

.form-control-info {
		border-color: #00bcd4;
		color: #00bcd4
}

.form-control-info:focus {
		border-color: #00bcd4
}

.input-group-info .input-group-append .input-group-text,
.input-group-info .input-group-prepend .input-group-text {
		background-color: #00bcd4
}

.input-group-info .form-control {
		border-color: #00bcd4
}

.form-txt-primary {
		color: #4099ff
}

.form-txt-primary:focus {
		color: #4099ff
}

.form-txt-primary::-moz-placeholder {
		color: #4099ff;
		opacity: 1
}

.form-txt-primary:-ms-input-placeholder {
		color: #4099ff
}

.form-txt-primary::-webkit-input-placeholder {
		color: #4099ff
}

.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: #d6d6d6
}

.form-txt-default:focus {
		color: #d6d6d6
}

.form-txt-default::-moz-placeholder {
		color: #d6d6d6;
		opacity: 1
}

.form-txt-default:-ms-input-placeholder {
		color: #d6d6d6
}

.form-txt-default::-webkit-input-placeholder {
		color: #d6d6d6
}

.form-txt-danger {
		color: #FF5370
}

.form-txt-danger:focus {
		color: #FF5370
}

.form-txt-danger::-moz-placeholder {
		color: #FF5370;
		opacity: 1
}

.form-txt-danger:-ms-input-placeholder {
		color: #FF5370
}

.form-txt-danger::-webkit-input-placeholder {
		color: #FF5370
}

.form-txt-success {
		color: #2ed8b6
}

.form-txt-success:focus {
		color: #2ed8b6
}

.form-txt-success::-moz-placeholder {
		color: #2ed8b6;
		opacity: 1
}

.form-txt-success:-ms-input-placeholder {
		color: #2ed8b6
}

.form-txt-success::-webkit-input-placeholder {
		color: #2ed8b6
}

.form-txt-inverse {
		color: #37474f
}

.form-txt-inverse:focus {
		color: #37474f
}

.form-txt-inverse::-moz-placeholder {
		color: #37474f;
		opacity: 1
}

.form-txt-inverse:-ms-input-placeholder {
		color: #37474f
}

.form-txt-inverse::-webkit-input-placeholder {
		color: #37474f
}

.form-txt-info {
		color: #00bcd4
}

.form-txt-info:focus {
		color: #00bcd4
}

.form-txt-info::-moz-placeholder {
		color: #00bcd4;
		opacity: 1
}

.form-txt-info:-ms-input-placeholder {
		color: #00bcd4
}

.form-txt-info::-webkit-input-placeholder {
		color: #00bcd4
}

.form-bg-primary {
		background-color: #4099ff;
		border-color: #4099ff;
		color: #fff
}

.form-bg-primary:focus {
		background-color: #4099ff;
		border-color: #4099ff;
		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: #d6d6d6;
		border-color: #d6d6d6;
		color: #fff
}

.form-bg-default:focus {
		background-color: #d6d6d6;
		border-color: #d6d6d6;
		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: #FF5370;
		border-color: #FF5370;
		color: #fff
}

.form-bg-danger:focus {
		background-color: #FF5370;
		border-color: #FF5370;
		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: #2ed8b6;
		border-color: #2ed8b6;
		color: #fff
}

.form-bg-success:focus {
		background-color: #2ed8b6;
		border-color: #2ed8b6;
		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: #37474f;
		border-color: #37474f;
		color: #fff
}

.form-bg-inverse:focus {
		background-color: #37474f;
		border-color: #37474f;
		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: #00bcd4;
		border-color: #00bcd4;
		color: #fff
}

.form-bg-info:focus {
		background-color: #00bcd4;
		border-color: #00bcd4;
		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
}

/* .has-success .col-form-label {
		color: #2ed8b6
} */

.has-success .form-control-success {
		border-color: #2ed8b6
}

.has-warning .col-form-label {
		color: #FFB64D
}

.has-warning .form-control-success {
		border-color: #FFB64D
}

.has-danger .col-form-label {
		color: #FF5370
}

.has-danger .form-control-success {
		border-color: #FF5370
}

.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;
		bottom: 8px;
		right: 8px
}

.right-icon-control .form-icon .btn.btn-icon {
		width: 35px;
		height: 35px;
		padding: 0
}

.right-icon-control .btn>i {
		margin-right: 0
}

.input-group {
		margin-bottom: 1.25em
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
		/* background-color: #4099ff; */
		/* background-color: #da2128; */
		/* background-color: #4099ff; */
		background-color: #27C3BB;
		border-color: rgba(0, 0, 0, 0.15);
		color: #fff
}

.input-group-button .input-group-addon {
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.input-group-button .input-group-addon:hover {
		background-color: #73b4ff;
		border-color: #73b4ff
}

.input-group-button .input-group-addon:hover .btn {
		background-color: #73b4ff;
		border-color: #73b4ff
}

.input-group-dropdown [class*=btn-] {
		margin-bottom: 0
}

.js-dynamic-disable,
.js-dynamic-enable {
		vertical-align: inherit
}

.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 {
		-webkit-transform: scale(0);
		transform: scale(0);
		background-color: #4099ff;
		border-color: #4099ff
}

.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 #4099ff
}

.radio label:hover .helper {
		color: #4099ff
}

.radio input:checked ~ .helper::after {
		-webkit-transform: scale(0.5);
		transform: scale(0.5)
}

.radio input:checked ~ .helper::before {
		color: #4099ff;
		-webkit-animation: ripple 0.3s linear forwards;
		animation: ripple 0.3s linear forwards
}

.radio.radiofill input:checked ~ .helper::after {
		-webkit-transform: scale(1);
		transform: scale(1)
}

.radio.radiofill .helper::after {
		background-color: #4099ff
}

.radio.radio-outline input:checked ~ .helper::after {
		-webkit-transform: scale(0.6);
		transform: scale(0.6)
}

.radio.radio-outline .helper::after {
		background-color: #fff;
		border: 0.225rem solid #4099ff
}

.radio.radio-matrial input ~ .helper::after {
		background-color: #fff
}

.radio.radio-matrial input:checked ~ .helper::after {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72);
		box-shadow: 0 1px 7px -1px rgba(0, 0, 0, 0.72)
}

.radio.radio-matrial input:checked ~ .helper::before {
		background-color: #4099ff
}

.radio.radio-disable {
		opacity: 0.7
}

.radio.radio-disable label {
		cursor: not-allowed
}

.radio-inline {
		display: inline-block;
		margin-right: 20px
}

.radio.radio-primary .helper::after {
		background-color: #4099ff;
		border-color: #4099ff
}

.radio.radio-primary .helper::before {
		border-color: #4099ff
}

.radio.radio-outline.radio-primary .helper::after {
		background-color: #fff;
		border: 0.225rem solid #4099ff
}

.radio.radio-outline.radio-primary .helper::before {
		border-color: #4099ff
}

.radio.radio-matrial.radio-primary input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-primary input ~ .helper::before {
		background-color: #4099ff;
		border-color: #4099ff
}

.radio.radio-warning .helper::after {
		background-color: #FFB64D;
		border-color: #FFB64D
}

.radio.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.radio-default .helper::after {
		background-color: #d6d6d6;
		border-color: #d6d6d6
}

.radio.radio-default .helper::before {
		border-color: #d6d6d6
}

.radio.radio-outline.radio-default .helper::after {
		background-color: #fff;
		border: 0.225rem solid #d6d6d6
}

.radio.radio-outline.radio-default .helper::before {
		border-color: #d6d6d6
}

.radio.radio-matrial.radio-default input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-default input ~ .helper::before {
		background-color: #d6d6d6;
		border-color: #d6d6d6
}

.radio.radio-danger .helper::after {
		background-color: #FF5370;
		border-color: #FF5370
}

.radio.radio-danger .helper::before {
		border-color: #FF5370
}

.radio.radio-outline.radio-danger .helper::after {
		background-color: #fff;
		border: 0.225rem solid #FF5370
}

.radio.radio-outline.radio-danger .helper::before {
		border-color: #FF5370
}

.radio.radio-matrial.radio-danger input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-danger input ~ .helper::before {
		background-color: #FF5370;
		border-color: #FF5370
}

.radio.radio-success .helper::after {
		background-color: #2ed8b6;
		border-color: #2ed8b6
}

.radio.radio-success .helper::before {
		border-color: #2ed8b6
}

.radio.radio-outline.radio-success .helper::after {
		background-color: #fff;
		border: 0.225rem solid #2ed8b6
}

.radio.radio-outline.radio-success .helper::before {
		border-color: #2ed8b6
}

.radio.radio-matrial.radio-success input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-success input ~ .helper::before {
		background-color: #2ed8b6;
		border-color: #2ed8b6
}

.radio.radio-inverse .helper::after {
		background-color: #37474f;
		border-color: #37474f
}

.radio.radio-inverse .helper::before {
		border-color: #37474f
}

.radio.radio-outline.radio-inverse .helper::after {
		background-color: #fff;
		border: 0.225rem solid #37474f
}

.radio.radio-outline.radio-inverse .helper::before {
		border-color: #37474f
}

.radio.radio-matrial.radio-inverse input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-inverse input ~ .helper::before {
		background-color: #37474f;
		border-color: #37474f
}

.radio.radio-info .helper::after {
		background-color: #00bcd4;
		border-color: #00bcd4
}

.radio.radio-info .helper::before {
		border-color: #00bcd4
}

.radio.radio-outline.radio-info .helper::after {
		background-color: #fff;
		border: 0.225rem solid #00bcd4
}

.radio.radio-outline.radio-info .helper::before {
		border-color: #00bcd4
}

.radio.radio-matrial.radio-info input ~ .helper::after {
		background-color: #fff;
		border-color: #fff
}

.radio.radio-matrial.radio-info input ~ .helper::before {
		background-color: #00bcd4;
		border-color: #00bcd4
}

@-webkit-keyframes ripple {
		0% {
				-webkit-box-shadow: 0 0 0 1px transparent;
				box-shadow: 0 0 0 1px transparent
		}
		50% {
				-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
				box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05)
		}
		100% {
				-webkit-box-shadow: 0 0 0 10px transparent;
				box-shadow: 0 0 0 10px transparent
		}
}

@keyframes ripple {
		0% {
				-webkit-box-shadow: 0 0 0 1px transparent;
				box-shadow: 0 0 0 1px transparent
		}
		50% {
				-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
				box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05)
		}
		100% {
				-webkit-box-shadow: 0 0 0 10px transparent;
				box-shadow: 0 0 0 10px transparent
		}
}

.border-checkbox-section .border-checkbox-group {
		display: inline-block
}

.border-checkbox-section .border-checkbox-group .border-checkbox:checked+.border-checkbox-label:before {
		-webkit-animation: ripple 0.3s linear forwards;
		animation: ripple 0.3s linear forwards
}

.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: #4099ff
}

.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 #4099ff;
		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 #4099ff
}

.border-checkbox-section .border-checkbox-group-primary .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #4099ff
}

.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 #d6d6d6
}

.border-checkbox-section .border-checkbox-group-default .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #d6d6d6
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox-label:before {
		border: 2px solid #FF5370
}

.border-checkbox-section .border-checkbox-group-danger .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #FF5370
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox-label:before {
		border: 2px solid #2ed8b6
}

.border-checkbox-section .border-checkbox-group-success .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #2ed8b6
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox-label:before {
		border: 2px solid #37474f
}

.border-checkbox-section .border-checkbox-group-inverse .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #37474f
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox-label:before {
		border: 2px solid #00bcd4
}

.border-checkbox-section .border-checkbox-group-info .border-checkbox:checked+.border-checkbox-label:after {
		border-color: #00bcd4
}

.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 {
		-webkit-transform: scale(1) rotateZ(0deg);
		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 {
		-webkit-transform: scale(3) rotateZ(-20deg);
		transform: scale(3) rotateZ(-20deg);
		opacity: 0;
		-webkit-transition: all 0.3s ease-in;
		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 #4099ff;
		cursor: pointer;
		display: inline-block;
		float: left;
		height: 20px;
		margin-right: 1rem;
		position: relative;
		width: 20px
}

.checkbox-fade .cr .cr-icon,
.checkbox-zoom .cr .cr-icon {
		color: #4099ff;
		font-size: 0.8em;
		left: 0;
		line-height: 0;
		position: absolute;
		right: 0;
		text-align: center;
		top: 50%
}

.checkbox-fade input[type="checkbox"]:checked+.cr,
.checkbox-zoom input[type="checkbox"]:checked+.cr {
		-webkit-animation: ripple 0.3s linear forwards;
		animation: ripple 0.3s linear forwards
}

.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 {
		-webkit-transform: scale(1) rotateZ(0deg);
		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 {
		-webkit-transform: scale(3) rotateZ(-20deg);
		transform: scale(3) rotateZ(-20deg);
		opacity: 0;
		-webkit-transition: all 0.3s ease-in;
		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 {
		-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
		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 {
		-webkit-transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
		transform: scale3d(0.2, 0.2, 0.1) translate3d(0, 0, 0);
		opacity: 0;
		-webkit-transition: all 0.3s ease-in;
		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 #4099ff
}

.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: #4099ff
}

.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 #d6d6d6
}

.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: #d6d6d6
}

.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 #FF5370
}

.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: #FF5370
}

.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 #2ed8b6
}

.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: #2ed8b6
}

.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 #37474f
}

.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: #37474f
}

.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 #00bcd4
}

.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: #00bcd4
}

.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;
		-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
		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"]:checked+label::before {
		-webkit-animation: ripple 0.3s linear forwards;
		animation: ripple 0.3s linear forwards
}

.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: #4099ff
}

.checkbox-warning input[type="checkbox"]:checked+label::before {
		background-color: #FFB64D
}

.checkbox-default input[type="checkbox"]:checked+label::before {
		background-color: #d6d6d6
}

.checkbox-danger input[type="checkbox"]:checked+label::before {
		background-color: #FF5370
}

.checkbox-success input[type="checkbox"]:checked+label::before {
		background-color: #2ed8b6
}

.checkbox-inverse input[type="checkbox"]:checked+label::before {
		background-color: #37474f
}

.checkbox-info input[type="checkbox"]:checked+label::before {
		background-color: #00bcd4
}

.bootstrap-tagsinput {
		border: 1px solid #4099ff;
		line-height: 30px;
		border-radius: 2px
}

.bootstrap-tagsinput .tag {
		padding: 6px;
		border-radius: 2px
}

.select2-container--default:focus {
		border-color: #4099ff
}

.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 #4099ff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
		background-color: #4099ff
}

.select2-container--default .select2-selection--multiple {
		padding: 3px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
		background-color: #4099ff;
		border: 1px solid #4099ff;
		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 #4099ff
}

.select2-container--default .select2-selection--single {
		color: #fff;
		height: auto
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
		/*background-color:#4099ff;*/
		color: #fff;
		padding: 0px 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
}

.ms-container .ms-list.ms-focus {
		border-color: #4099ff;
		-webkit-box-shadow: inset 0 1px 1px rgba(26, 188, 156, 0.49), 0 0 8px rgba(26, 188, 156, 0.5);
		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: #4099ff
}

.ms-selectable .custom-header,
.ms-selection .custom-header {
		background-color: #4099ff;
		color: #fff;
		text-align: center
}

.form-group .messages p {
		margin-bottom: 0;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s
}

.form-group .popover-valid {
		position: absolute;
		right: 40px;
		top: 7px
}

.wizard>.steps .current a {
		background: #4099ff;
		-webkit-transition: all ease-in 0.3s;
		transition: all ease-in 0.3s;
		cursor: pointer;
		border-radius: 2px;
		outline: 1px solid #fff;
		outline-offset: -7px
}

.wizard>.steps .current a:hover {
		background: #5aa7ff;
		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: #4099ff;
		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: #d6d6d6
}

.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-material .form-group {
		position: relative
}

.form-material .form-group.form-static-label .form-control ~ .float-label {
		top: -14px;
		font-size: 11px
}

.form-material .form-control {
		display: inline-block;
		height: 43px;
		width: 100%;
		border: none;
		border-radius: 0;
		font-size: 16px;
		font-weight: 400;
		padding: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 1px solid #ccc
}

.form-material .form-control:focus {
		border-color: transparent;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none
}

.form-material .form-control:focus ~ .form-bar:after,
.form-material .form-control:focus ~ .form-bar:before {
		width: 50%
}

.form-material textarea {
		height: 100px
}

.form-material .form-bar {
		position: relative;
		display: block;
		width: 100%
}

.form-material .form-bar:after,
.form-material .form-bar:before {
		content: '';
		height: 2px;
		width: 0;
		bottom: 0;
		position: absolute;
		transition: 0.3s ease all;
		-moz-transition: 0.3s ease all;
		-webkit-transition: 0.3s ease all
}

.form-material .form-bar:before {
		left: 50%
}

.form-material .form-bar:after {
		right: 50%
}

.form-material .float-label {
		pointer-events: none;
		position: absolute;
		top: 12px;
		left: 0;
		font-size: 14px;
		font-weight: 400;
		transition: 0.2s ease all;
		-moz-transition: 0.2s ease all;
		-webkit-transition: 0.2s ease all
}

.form-material .material-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 1.25em
}

.form-material .material-group .material-addone {
		padding: 0.5rem 0.75rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
}

.form-material .material-group .material-addone i,
.form-material .material-group .material-addone span {
		font-size: 20px
}

.form-material .material-group .form-group {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 1%;
		margin-bottom: 0
}

.form-material .material-group.material-group-lg .material-addone {
		padding: 0.5rem 1rem
}

.form-material .material-group.material-group-lg .material-addone i,
.form-material .material-group.material-group-lg .material-addone span {
		font-size: 1.55rem;
		font-weight: 500
}

.form-material .material-group.material-group-lg .form-control {
		padding: 0.5rem 0;
		font-size: 1.25rem;
		line-height: 1.5
}

.form-material .material-group.material-group-lg .form-control:focus ~ .float-label,
.form-material .material-group.material-group-lg .form-control:valid ~ .float-label {
		top: -15px;
		font-size: 14px
}

.form-material .material-group.material-group-lg .float-label {
		font-size: 1.25rem
}

.form-material .material-group.material-group-sm .material-addone {
		padding: 0.25rem 0.5rem
}

.form-material .material-group.material-group-sm .material-addone i,
.form-material .material-group.material-group-sm .material-addone span {
		font-size: 0.775rem
}

.form-material .material-group.material-group-sm .form-control {
		padding: 0.25rem 0;
		font-size: 0.875rem;
		line-height: 1.5
}

.form-material .material-group.material-group-sm .form-control:focus ~ .float-label,
.form-material .material-group.material-group-sm .form-control:valid ~ .float-label {
		top: -9px;
		font-size: 11px
}

.form-material .material-group.material-group-sm .float-label {
		font-size: 0.775rem
}

.form-material .form-control:focus ~ .float-label,
.form-material .form-material .form-control:valid ~ .float-label {
		top: 12px;
		font-size: 14px
}

.form-material .form-control.fill ~ .float-label,
.form-material .form-material .form-control.fill ~ .float-label {
		top: -14px;
		font-size: 11px
}

.form-material .form-primary .form-control:focus ~ label {
		color: #4099ff
}

.form-material .form-primary .form-control:focus ~ .form-bar:after,
.form-material .form-primary .form-control:focus ~ .form-bar:before {
		background: #4099ff
}

.form-material .form-primary.form-static-label .float-label {
		color: #4099ff
}

.form-material .form-primary.form-static-label .form-control {
		border-bottom-color: #4099ff
}

.form-material .material-group-primary .material-addone i,
.form-material .material-group-primary .material-addone span {
		color: #4099ff
}

.form-material .form-warning .form-control:focus ~ label {
		color: #FFB64D
}

.form-material .form-warning .form-control:focus ~ .form-bar:after,
.form-material .form-warning .form-control:focus ~ .form-bar:before {
		background: #FFB64D
}

.form-material .form-warning.form-static-label .float-label {
		color: #FFB64D
}

.form-material .form-warning.form-static-label .form-control {
		border-bottom-color: #FFB64D
}

.form-material .material-group-warning .material-addone i,
.form-material .material-group-warning .material-addone span {
		color: #FFB64D
}

.form-material .form-default .form-control:focus ~ label {
		color: #d6d6d6
}

.form-material .form-default .form-control:focus ~ .form-bar:after,
.form-material .form-default .form-control:focus ~ .form-bar:before {
		background: #d6d6d6
}

.form-material .form-default.form-static-label .float-label {
		color: #d6d6d6
}

.form-material .form-default.form-static-label .form-control {
		border-bottom-color: #d6d6d6
}

.form-material .material-group-default .material-addone i,
.form-material .material-group-default .material-addone span {
		color: #d6d6d6
}

.form-material .form-danger .form-control:focus ~ label {
		color: #FF5370
}

.form-material .form-danger .form-control:focus ~ .form-bar:after,
.form-material .form-danger .form-control:focus ~ .form-bar:before {
		background: #FF5370
}

.form-material .form-danger.form-static-label .float-label {
		color: #FF5370
}

.form-material .form-danger.form-static-label .form-control {
		border-bottom-color: #FF5370
}

.form-material .material-group-danger .material-addone i,
.form-material .material-group-danger .material-addone span {
		color: #FF5370
}

.form-material .form-success .form-control:focus ~ label {
		color: #2ed8b6
}

.form-material .form-success .form-control:focus ~ .form-bar:after,
.form-material .form-success .form-control:focus ~ .form-bar:before {
		background: #2ed8b6
}

.form-material .form-success.form-static-label .float-label {
		color: #2ed8b6
}

.form-material .form-success.form-static-label .form-control {
		border-bottom-color: #2ed8b6
}

.form-material .material-group-success .material-addone i,
.form-material .material-group-success .material-addone span {
		color: #2ed8b6
}

.form-material .form-inverse .form-control:focus ~ label {
		color: #37474f
}

.form-material .form-inverse .form-control:focus ~ .form-bar:after,
.form-material .form-inverse .form-control:focus ~ .form-bar:before {
		background: #37474f
}

.form-material .form-inverse.form-static-label .float-label {
		color: #37474f
}

.form-material .form-inverse.form-static-label .form-control {
		border-bottom-color: #37474f
}

.form-material .material-group-inverse .material-addone i,
.form-material .material-group-inverse .material-addone span {
		color: #37474f
}

.form-material .form-info .form-control:focus ~ label {
		color: #00bcd4
}

.form-material .form-info .form-control:focus ~ .form-bar:after,
.form-material .form-info .form-control:focus ~ .form-bar:before {
		background: #00bcd4
}

.form-material .form-info.form-static-label .float-label {
		color: #00bcd4
}

.form-material .form-info.form-static-label .form-control {
		border-bottom-color: #00bcd4
}

.form-material .material-group-info .material-addone i,
.form-material .material-group-info .material-addone span {
		color: #00bcd4
}

select.form-control,
select.form-control:focus,
select.form-control:hover {
		-webkit-box-shadow: none;
}

.md-input-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 20px;
		cursor: pointer;
		opacity: 0;
		filter: alpha(opacity=0)
}

.md-input-file {
		overflow: hidden;
		padding-left: 10px
}

.md-add-on-file {
		float: left;
		height: 3rem;
		line-height: 3rem
}

.md-add-on-file .btn {
		padding: 7px 20px
}

.md-form-file ~ .md-form-control {
		opacity: 0;
		position: absolute;
		top: 0
}

.md-input-wrapper .md-check {
		padding-left: 0;
		top: 0
}

.label {
		border-radius: 4px;
		font-size: 75%;
		padding: 4px 7px;
		margin-right: 5px;
		font-weight: 400;
		color: #fff
}

.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:0px;
    top: -3px;
    z-index: 1;
}

.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
}

.label-default {
		background-color: #d6d6d6;
		border-color: #d6d6d6;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff
}

.label-inverse-default {
		border: 1px solid;
		border-color: #d6d6d6;
		color: #d6d6d6
}

.label-inverse-primary {
		border: 1px solid;
		border-color: #4099ff;
		color: #4099ff
}

.label-inverse-success {
		border: 1px solid;
		border-color: #2ed8b6;
		color: #2ed8b6
}

.label-inverse-warning {
		border: 1px solid;
		border-color: #FFB64D;
		color: #FFB64D
}

.label-inverse-danger {
		border: 1px solid;
		border-color: #FF5370;
		color: #FF5370
}

.label-inverse-info {
		border: 1px solid;
		border-color: #00bcd4;
		color: #00bcd4
}

.label-inverse-info-border {
		border: 1px solid;
		border-color: #37474f;
		color: #37474f
}

.badge-inverse-default {
		border: 1px solid;
		border-color: #d6d6d6;
		color: #d6d6d6
}

.badge-inverse-primary {
		border: 1px solid;
		border-color: #4099ff;
		color: #4099ff
}

.badge-inverse-success {
		border: 1px solid;
		border-color: #2ed8b6;
		color: #2ed8b6
}

.badge-inverse-warning {
		border: 1px solid;
		border-color: #FFB64D;
		color: #FFB64D
}

.badge-inverse-danger {
		border: 1px solid;
		border-color: #FF5370;
		color: #FF5370
}

.badge-inverse-info {
		border: 1px solid;
		border-color: #37474f;
		color: #37474f
}

.label-icon {
		position: relative
}

.label-icon label {
		position: absolute
}

.icofont.icofont-envelope {
		font-size: 20px
}

table.table-bordered.dataTable tbody td:focus,
table.table-bordered.dataTable tbody th:focus {
		outline: none
}

.card .card-block ul.pagination li {
		margin-right: 0
}

.page-item.active .page-link {
		background-color: #4099ff;
		border-color: #4099ff
}

.page-link {
		color: #222
}

.table-hover tbody tr:hover {
		background-color: #f5f5f5;
}

td.highlight {
		font-weight: 500;
		color: #00bcd4;
		background-color: #f5f5f5
}

.table.compact td,
.table.compact th {
		padding: 0.45rem
}

.dataTables_paginate .pagination {
		float: right
}

#multi-table_wrapper .dataTables_paginate .pagination {
		float: none
}

#dt-live-dom .form-control,
#footer-search tfoot .form-control,
#footer-select tfoot .form-control,
#form-input-table .form-control,
.search-api .form-control {
		width: 90%
}

.search-api .column_filter,
.search-api .global_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-delete .selected,
#row-select .selected {
		background-color: #4099ff;
		color: #fff
}

div.dt-autofill-list div.dt-autofill-button button {
		background-color: #4099ff;
		border-color: #4099ff
}

table.dataTable {
		border-collapse: collapse
}

table.dataTable tbody>tr>.selected,
table.dataTable tbody>tr.selected {
		background-color: #4099ff;
		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
}

a.dt-button,
a.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button:focus:not(.disabled),
button.dt-button,
button.dt-button.active:not(.disabled),
button.dt-button:active:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button,
div.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button:focus:not(.disabled) {
		background-color: #4099ff;
		border-color: #4099ff;
		border-radius: 2px;
		color: #fff;
		background-image: none;
		font-size: 14px
}

a.dt-button.btn-warning,
button.dt-button.btn-warning,
div.dt-button.btn-warning {
		background-color: #FFB64D;
		border-color: #FFB64D;
		border-radius: 2px;
		color: #fff;
		background-image: none
}

a.dt-button.btn-danger,
button.dt-button.btn-danger,
div.dt-button.btn-danger {
		background-color: #FF5370;
		border-color: #FF5370;
		border-radius: 2px;
		color: #fff;
		background-image: none
}

a.dt-button.btn-inverse,
button.dt-button.btn-inverse,
div.dt-button.btn-inverse {
		background-color: #37474f;
		border-color: #37474f;
		border-radius: 2px;
		color: #fff;
		background-image: none
}

a.dt-button:hover:not(.disabled),
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled) {
		background-image: none;
		background-color: #5aa7ff;
		border-color: #4099ff
}

a.dt-button.btn-warning:hover:not(.disabled),
button.dt-button.btn-warning:hover:not(.disabled),
div.dt-button.btn-warning:hover:not(.disabled) {
		background-image: none;
		background-color: #ffcb80;
		border-color: #FFB64D
}

a.dt-button.btn-danger:hover:not(.disabled),
button.dt-button.btn-danger:hover:not(.disabled),
div.dt-button.btn-danger:hover:not(.disabled) {
		background-image: none;
		background-color: #ff869a;
		border-color: #FF5370
}

a.dt-button.btn-inverse:hover:not(.disabled),
button.dt-button.btn-inverse:hover:not(.disabled),
div.dt-button.btn-inverse:hover:not(.disabled) {
		background-image: none;
		background-color: #4c626d;
		border-color: #37474f
}

div.dt-button-collection a.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
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) {
		background-color: #4099ff;
		border-color: #4099ff;
		background-image: none
}

div.dt-buttons {
		clear: both
}

.card .table-card-header b {
		display: block;
		color: #4099ff;
		margin-top: 15px
}

.card .table-card-header span {
		color: #0d7eff;
		display: inline-block;
		margin-top: 0
}

div.dataTables_wrapper div.dataTables_info {
		display: inline-block
}

table.DTCR_clonedTable.dataTable {
		position: absolute;
		background-color: rgba(255, 255, 255, 0.7);
		z-index: 202
}

div.DTCR_pointer {
		width: 1px;
		background-color: #0259C4;
		z-index: 201
}

table.DTFC_Cloned tfoot,
table.DTFC_Cloned thead {
		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
}

td,
th {
		white-space: nowrap
}

table.fixedHeader-floating {
		position: fixed;
		background-color: white
}

table.fixedHeader-floating.no-footer {
		border-bottom-width: 0
}

table.fixedHeader-locked {
		position: absolute;
		background-color: white
}

@media print {
		table.fixedHeader-floating {
				display: none
		}
}

table.dataTable td.focus,
table.dataTable th.focus {
		outline: 3px solid #4099ff;
		outline-offset: -1px
}

table.dataTable td.focus {
		outline: 1px solid #FF5370;
		outline-offset: -3px;
		background-color: #f8e6e6
}

#events {
		margin-bottom: 1em;
		padding: 1em;
		background-color: #f6f6f6;
		border: 1px solid #999;
		border-radius: 3px;
		height: 100px;
		overflow: auto
}

table.dt-rowReorder-float {
		position: absolute;
		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
}

div.DTS {
		display: block
}

div.DTS tbody td,
div.DTS tbody th {
		white-space: nowrap
}

div.DTS div.DTS_Loading {
		z-index: 1
}

div.DTS div.dataTables_scrollBody table {
		z-index: 2
}

div.DTS div.dataTables_length,
div.DTS div.dataTables_paginate {
		display: none
}

.table td,
.table th {
		padding: 4px; vertical-align: middle; font-size: 14px;
}
#ocephal td,
#ocephal th{
		 font-size: 12px !important;
}
#ocephal{width: 98%;}
.table.orthoan{ table-layout: fixed;}
.table thead th {
		border-bottom: 1px solid #d6dde1
}
.valign{padding: 8px 0;}
.invoice-box .table td,
.invoice-box .table th,
.invoive-info .table td,
.invoive-info .table th {
		padding: 3px 0
}

table.invoice-table td,
table.invoice-table th {
		padding: 3px 0
}

th {
		font-weight: 600
}

table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
		background-color: #d9ebff
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
		background-color: #f3f8ff
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
		background-color: #c0ddff
}

.table-striped tbody tr:nth-of-type(odd) {
		background-color: #F8FAFC;
}

.dataTables_filter .form-control {
		margin-top: 5px;
		margin-right: 5px
}

.dataTable.table td,
.dataTable.table th {
		padding: 0.75rem
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
		top: 14px
}

.user-box {
		height: 100%
}

.user-box .media-object {
		height: 45px;
		width: 45px;
		display: inline-block
}

.p-chat-user {
		position: fixed;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		z-index: 1030;
		background-color: #fff;
		-webkit-box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3);
		box-shadow: -2px 0 11px -2px rgba(0, 0, 0, 0.3)
}

.p-chat-user .chat-search-box {
		padding: 20px
}

.p-chat-user .userlist-box {
		cursor: pointer;
		border-bottom: 1px solid #efefef
}

.p-chat-user .userlist-box .media-left {
		padding-right: 10px
}

.showChat_inner {
		position: fixed;
		top: 0;
		background-color: #fff;
		right: 0;
		display: none;
		width: 280px;
		height: 100%;
		z-index: 1032
}

.showChat_inner .chat-reply-box {
		background-color: #fff;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 20px 20px 0;
		border-top: 1px solid #ccc
}

.showChat_inner .chat-inner-header {
		text-align: center;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
		padding: 20px
}

.showChat_inner .chat-messages {
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px
}

.showChat_inner .chat-messages .chat-menu-content>div,
.showChat_inner .chat-messages .chat-menu-reply>div {
		position: relative;
		overflow: visible;
		display: inline-block
}

.showChat_inner .chat-messages .chat-menu-content>div .chat-cont,
.showChat_inner .chat-messages .chat-menu-reply>div .chat-cont {
		padding: 10px;
		margin-bottom: 0
}

.showChat_inner .chat-messages .chat-menu-content .chat-time,
.showChat_inner .chat-messages .chat-menu-reply .chat-time {
		margin: 9px 8px 0 10px
}

.showChat_inner .chat-messages .chat-menu-reply {
		text-align: right;
		padding-right: 10px
}

.showChat_inner .chat-messages .chat-menu-reply>div {
		border-radius: 10px 10px 0;
		background: #f2f7fb
}

.showChat_inner .chat-messages .chat-menu-reply>div:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: -10px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #f2f7fb;
		border-bottom-color: #f2f7fb
}

.showChat_inner .chat-messages .chat-menu-content>div {
		background: #d9ebff;
		border-radius: 0 10px 10px
}

.showChat_inner .chat-messages .chat-menu-content>div:before {
		content: '';
		position: absolute;
		top: 0;
		left: -14px;
		width: 0;
		height: 0;
		border: 8px solid transparent;
		border-right-color: #d9ebff;
		border-top-color: #d9ebff
}

.back_chatBox,
.back_friendlist {
		margin: 0 auto;
		font-weight: 600
}

.back_chatBox i,
.back_friendlist i {
		position: absolute;
		line-height: 18px;
		font-size: 20px;
		left: -40px;
		top: 80px;
		cursor: pointer;
		text-align: center;
		background-color: #fff;
		-webkit-box-shadow: -2px 0 9px -2px rgba(0, 0, 0, 0.3);
		box-shadow: -2px 0 9px -2px rgba(0, 0, 0, 0.3);
		padding: 12px 0 12px 7px;
		border-radius: 50% 0 0 50%;
		width: 40px;
		height: 40px
}

.users-main {
		height: 100%;
		width: 280px;
		position: fixed;
		border-radius: 0
}

.users-main .media {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		position: relative
}

.users-main .media .chat-header {
		font-size: 14px;
		font-weight: 600
}

.users-main .media-body div+div {
		font-size: 12px
}

.photo-table img {
		display: inline-block;
		width: 40px;
		margin-bottom: 5px
}

.live-status {
		height: 10px;
		width: 10px;
		position: absolute;
		top: 20px;
		right: 20px;
		border-radius: 100%;
		border: 1px solid
}

.showChat {
		display: none
}

.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: #d6d6d6
}

.progress-bar-primary {
		background-color: #4099ff
}

.progress-bar-success {
		background-color: #2ed8b6
}

.progress-bar-info {
		background-color: #00bcd4
}

.progress-bar-warning {
		background-color: #FFB64D
}

.progress-bar-danger {
		background-color: #FF5370
}

.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
}

@media only screen and (max-width: 1366px) {
		.img-tabs img {
				width: 75px
		}
		.card .card-block .sub-title {
				font-size: 12px
		}
}

@media only screen and (max-width: 1199px) {
		.pagination {
				float: inherit;
				text-align: center;
				display: inline-block;
				margin-top: 10px
		}
		.pagination li {
				float: left;
				margin-bottom: 10px
		}
}

@media only screen and (max-width: 992px) {
		.navbar,
		.navbar .navbar-logo {
				width: 100%
		}
		#dt-live-dom .form-control,
		#footer-search tfoot .form-control,
		#footer-select tfoot .form-control,
		#form-input-table .form-control,
		.search-api .form-control {
				width: 80%
		}
		.header-navbar {
				z-index: 1209;
				top: 0
		}
		.header-navbar[pcoded-header-position="relative"] {
				top: 0
		}
		.header-navbar .navbar-wrapper .navbar-container {
				margin-left: 0
		}
		.header-navbar .navbar-wrapper .navbar-logo {
				width: 100%
		}
		.header-navbar .navbar-wrapper .navbar-logo a img {
				display: block
		}
		.header-navbar .navbar-wrapper .navbar-logo .mobile-menu {
				right: auto;
				left: 0;
				top: 0;
				width: 60px
		}
		.header-navbar .navbar-wrapper .navbar-logo .mobile-search {
				display: block;
				position: absolute;
				left: 70px;
				top: 0
		}
		.header-navbar .navbar-wrapper .navbar-logo .mobile-options {
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				font-size: 16px;
				line-height: 4.4;
				width: 60px
		}
		.header-navbar .navbar-container .nav-left,
		.header-navbar .navbar-wrapper .navbar-container .nav-right {
				display: 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 .page-header-breadcrumb {
				width: 100%;
				text-align: center;
				margin-top: 10px;
				display: block
		}
		.page-header-breadcrumb .breadcrumb-item {
				display: inline-block;
				float: none
		}
}

@media only screen and (max-width: 768px) {
		h4 {
				font-size: 1rem;
				font-weight: 500
		}
		.card h5 {
				font-size: 16px
		}
		.header-navbar .navbar-wrapper .navbar-logo {
				display: inherit
		}
		.header-navbar .navbar-wrapper .navbar-logo a {
				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;
				margin-right: 20px
		}
}

@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 .page-header-breadcrumb {
				width: 100%;
				text-align: center;
				margin-top: 10px;
				display: block
		}
		.page-header-breadcrumb .breadcrumb-item {
				display: inline-block;
				float: none
		}
}

@media only screen and (max-width: 993px) {
		.navbar,
		.navbar .navbar-logo {
				width: 100%
		}
}

@media only screen and (max-width: 573px) {
		.md-tabs {
				display: initial
		}
		.md-tabs .nav-item {
				width: calc(100% / 1);
				position: relative
		}
		.nav-tabs.tabs {
				display: inherit
		}
		.nav-tabs .nav-item.show .nav-link,
		.nav-tabs .nav-link.active {
				border: none
		}
}

@media only screen and (max-width: 480px) {
		.main-body .page-wrapper {
				padding: 10px
		}
}

@media only screen and (max-width: 576px) {
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
				min-width: 280px;
				left: -30px;
				right: auto;
				width: auto
		}
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
				right: calc(100% - 40px)
		}
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
				left: auto;
				right: 0
		}
		.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
				right: 40px
		}
		.nav-tabs .nav-link.active {
				margin-bottom: 0
		}
		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 .header-notification .profile-notification {
				left: auto;
				right: -40px
		}
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification:before,
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
				left: auto;
				right: 40px
		}
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
				right: auto;
				left: 0
		}
		body .pcoded[vertical-placement="right"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification:before {
				right: calc(100% - 40px)
		}
}

.pcoded[layout-type="dark"] {
		color: #fff
}

.pcoded[layout-type="dark"] a {
		color: #fff
}

.pcoded[layout-type="dark"] text {
		fill: #fff
}

.pcoded[layout-type="dark"] .card {
		background-color: #2a3a4b;
		-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 11px 6px -7px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 11px 6px -7px rgba(0, 0, 0, 0.2)
}

.pcoded[layout-type="dark"] .card code {
		background-color: #384f65;
		color: #fff
}

.pcoded[layout-type="dark"] .card code[class*="language-"],
.pcoded[layout-type="dark"] .card pre[class*="language-"] {
		color: #384f65
}

.pcoded[layout-type="dark"] .card .card-header h5 {
		color: #fff
}

.pcoded[layout-type="dark"] .card .card-header .card-header-right i {
		color: #fff
}

.pcoded[layout-type="dark"] .card .card-block code {
		background-color: #384f65
}

.pcoded[layout-type="dark"] .card .card-block code.language-markup {
		background-color: #fff
}

.pcoded[layout-type="dark"] .card .card-block .dropdown-menu {
		background-color: #33475b
}

.pcoded[layout-type="dark"] .img-radius,
.pcoded[layout-type="dark"] .new-cust-card img {
		border-color: #384f65;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3)
}

.pcoded[layout-type="dark"] .page-header.card {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent
}

.pcoded[layout-type="dark"] .pcoded-navbar .nav-list {
		-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2)
}

.pcoded[layout-type="dark"] .pcoded-header {
		-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)
}

.pcoded[layout-type="dark"] .latest-update-card .card-block .latest-update-box:after {
		background: #384f65
}

.pcoded[layout-type="dark"] .sale-card .radial-bar>img {
		-webkit-box-shadow: 0 0 0 8px #2a3a4b;
		box-shadow: 0 0 0 8px #2a3a4b
}

.pcoded[layout-type="dark"] .card-footer {
		background-color: #2b3d4e
}

.pcoded[layout-type="dark"] .chart-shadow {
		-webkit-filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.3));
		filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.3))
}

.pcoded[layout-type="dark"] .seo-card .num-block {
		background-color: rgba(255, 255, 255, 0.1)
}

.pcoded[layout-type="dark"] .dropdown-menu {
		background-color: #33475b
}

.pcoded[layout-type="dark"] .dropdown-menu .dropdown-item .dropdown-divider {
		border-top: 1px solid #263544
}

.pcoded[layout-type="dark"] .dropdown-menu .dropdown-item:focus,
.pcoded[layout-type="dark"] .dropdown-menu .dropdown-item:hover {
		background-color: #263544
}

.pcoded[layout-type="dark"] .sub-title {
		color: #4b6885
}

.pcoded[layout-type="dark"] .b-l-default,
.pcoded[layout-type="dark"] .b-l-theme {
		border-left: 1px solid #384f65
}

.pcoded[layout-type="dark"] .b-r-default,
.pcoded[layout-type="dark"] .b-r-theme,
.pcoded[layout-type="dark"] .messages-content {
		border-right: 1px solid #384f65
}

.pcoded[layout-type="dark"] .btn-default {
		background-color: #384f65;
		color: #fff
}

.pcoded[layout-type="dark"] .pcoded-main-container {
		background-color: #2f4254
}

.pcoded[layout-type="dark"][vertical-layout="box"] .pcoded-container,
.pcoded[layout-type="dark"][theme-layout="vertical"][vertical-nav-type="collapsed"] .pcoded-container {
		background-color: #384f65
}

.pcoded[layout-type="dark"] .progress {
		background-color: #384f65
}

.pcoded[layout-type="dark"] .alert.alert-danger,
.pcoded[layout-type="dark"] .alert.alert-default,
.pcoded[layout-type="dark"] .alert.alert-info,
.pcoded[layout-type="dark"] .alert.alert-primary,
.pcoded[layout-type="dark"] .alert.alert-success,
.pcoded[layout-type="dark"] .alert.alert-warning {
		background-color: #263544
}

.pcoded[layout-type="dark"] .alert.background-default {
		background-color: #d6d6d6;
		color: #fff
}

.pcoded[layout-type="dark"] .alert.background-primary {
		background-color: #4099ff;
		color: #fff
}

.pcoded[layout-type="dark"] .alert.background-success {
		background-color: #2ed8b6;
		color: #fff
}

.pcoded[layout-type="dark"] .alert.background-info {
		background-color: #00bcd4;
		color: #fff
}

.pcoded[layout-type="dark"] .alert.background-warning {
		background-color: #FFB64D;
		color: #fff
}

.pcoded[layout-type="dark"] .alert.background-danger {
		background-color: #FF5370;
		color: #fff
}

.pcoded[layout-type="dark"] .accordion-msg {
		color: #fff;
		border-top: 1px solid #384f65
}

.pcoded[layout-type="dark"] .accordion-desc {
		color: #fff
}

.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(1) .show-notification li:first-child:hover,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .nav-right>.header-notification:nth-child(1) .profile-notification li:first-child:hover {
		background-color: #263544 !important
}

.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification {
		color: #fff;
		background-color: #263544
}

.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification.show:before,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification.show:before,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show.profile-notification:before {
		border-left-color: #263544;
		border-top-color: #263544
}

.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification a,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification a {
		color: #fff
}

.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .show-notification li:hover,
.pcoded[layout-type="dark"] .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification li:hover {
		background-color: #384f65
}

.pcoded[layout-type="dark"] .p-chat-user {
		background-color: #2f4254
}

.pcoded[layout-type="dark"] .p-chat-user .userlist-box {
		border-bottom: 1px solid #384f65
}

.pcoded[layout-type="dark"] .p-chat-user .userlist-box .chat-header {
		color: #fff
}

.pcoded[layout-type="dark"] .back_chatBox i,
.pcoded[layout-type="dark"] .back_friendlist i {
		background-color: #2f4254;
		color: #fff
}

.pcoded[layout-type="dark"] .showChat_inner {
		background-color: #2f4254
}

.pcoded[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-content>div {
		background-color: #263544
}

.pcoded[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-content>div:before {
		border-right-color: #263544;
		border-top-color: #263544
}

.pcoded[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-reply>div {
		background-color: #384f65
}

.pcoded[layout-type="dark"] .showChat_inner .chat-messages .chat-menu-reply>div:before {
		border-left-color: #384f65;
		border-bottom-color: #384f65
}

.pcoded[layout-type="dark"] .showChat_inner .chat-inner-header {
		border-bottom: 1px solid #263544
}

.pcoded[layout-type="dark"] .showChat_inner .chat-reply-box {
		background-color: #2f4254;
		border-top: 1px solid #263544
}

.pcoded[layout-type="dark"] .form-control {
		background-color: transparent;
		color: #fff
}

.pcoded[layout-type="dark"] select.form-control {
		background-color: #2f4254
}

.pcoded[layout-type="dark"] .bg-white {
		background: #2f4254 !important
}

.pcoded[layout-type="dark"] .card-header-img h5,
.pcoded[layout-type="dark"] .card-header-img h6 {
		color: #fff
}

.pcoded[layout-type="dark"] .text-inverse {
		color: #fff !important
}

.pcoded[layout-type="dark"] #styleSelector {
		color: #263544
}

.pcoded[layout-type="dark"] #styleSelector .form-control {
		color: #263544
}

.pcoded[layout-type="dark"] .chat-card .chat-control .chat-form .form-control {
		background-color: transparent
}

.pcoded[layout-type="dark"] .chat-card .chat-control .chat-form .form-control:active,
.pcoded[layout-type="dark"] .chat-card .chat-control .chat-form .form-control:focus {
		-webkit-box-shadow: none;
		box-shadow: none
}

.pcoded[layout-type="dark"] .table>thead>tr>th {
		border-bottom-color: #384f65
}

.pcoded[layout-type="dark"] .table td,
.pcoded[layout-type="dark"] .table th {
		border-top-color: #384f65
}

.pcoded[layout-type="dark"] .main-menu .main-menu-header:before,
.pcoded[layout-type="dark"] .page-header:before {
		background-color: #2f4254
}

.pcoded[layout-type="dark"] .bg-c-blue {
		background: #4099ff
}

.pcoded[layout-type="dark"] .bg-c-red {
		background: #FF5370
}

.pcoded[layout-type="dark"] .bg-c-green {
		background: #2ed8b6
}

.pcoded[layout-type="dark"] .bg-c-yellow {
		background: #FFB64D
}

.pcoded[layout-type="dark"] .bg-c-orenge {
		background: #FE8A7D
}

.pcoded[layout-type="dark"] .bg-c-lite-green {
		background: #69CEC6
}

.pcoded[layout-type="dark"] .bg-c-purple {
		background: #536dfe
}

.invalid-feedback {
		display: block !important;
}

.form-group.has-success label {
		/* color: #00a65a; */
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
		/* border-color: #00a65a;
		box-shadow: none; */
}

.form-group.has-success .help-block {
		color: #00a65a;
}

.form-group.has-warning label {
		color: #f39c12;
}

.form-group.has-warning .form-control,
.form-group.has-warning .input-group-addon {
		border-color: #f39c12;
		box-shadow: none;
}

.form-group.has-warning .help-block {
		color: #f39c12;
}

.form-group.has-error label {
		color: #dd4b39;
}

.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
		border-color: #dd4b39;
		box-shadow: none;
}

.form-group.has-error .help-block {
		color: #dd4b39;
}

form div.required label.col-form-label:after {
		content: " * ";
		color: red;
		position: absolute;
    right: 7px;
    top: 5px;
}

.btn.btn-outline.purple {
		border-color: #8E44AD;
		color: #8E44AD;
		background: none;
}

.btn.btn-outline.purple-plum {
		border-color: #8775a7;
		color: #8775a7;
		background: none;
}

.btn.btn-outline.purple-medium {
		border-color: #BF55EC;
		color: #BF55EC;
		background: none;
}

.btn.btn-outline.purple-studio {
		border-color: #8E44AD;
		color: #8E44AD;
		background: none;
}

.btn.btn-outline.purple-wisteria {
		border-color: #9B59B6;
		color: #9B59B6;
		background: none;
}

.btn.btn-outline.purple-seance {
		border-color: #9A12B3;
		color: #9A12B3;
		background: none;
}

.btn.btn-outline.purple-intense {
		border-color: #8775a7;
		color: #8775a7;
		background: none;
}

.btn.btn-outline.purple-sharp {
		border-color: #796799;
		color: #796799;
		background: none;
}

.btn.btn-outline.purple-soft {
		border-color: #8877a9;
		color: #8877a9;
		background: none;
}

.btn.btn-outline.red {
		border-color: #e7505a;
		color: #e7505a;
		background: none;
}

.btn.btn-outline.red-pink {
		border-color: #E08283;
		color: #E08283;
		background: none;
}

.btn.btn-outline.red-sunglo {
		border-color: #E26A6A;
		color: #E26A6A;
		background: none;
}

.btn.btn-outline.red-intense {
		border-color: #e35b5a;
		color: #e35b5a;
		background: none;
}

.btn.btn-outline.red-thunderbird {
		border-color: #D91E18;
		color: #D91E18;
		background: none;
}

.btn.btn-outline.red-flamingo {
		border-color: #EF4836;
		color: #EF4836;
		background: none;
}

.btn.btn-outline.red-soft {
		border-color: #d05454;
		color: #d05454;
		background: none;
}

.btn.btn-outline.red-haze {
		border-color: #f36a5a;
		color: #f36a5a;
		background: none;
}

.btn.btn-outline.red-mint {
		border-color: #e43a45;
		color: #e43a45;
		background: none;
}

.btn.btn-outline.white {
		border-color: #ffffff;
		color: #ffffff;
		background: none;
}

.btn.btn-outline.default {
		border-color: #e1e5ec;
		color: #e1e5ec;
		background: none;
}

.btn.btn-outline.dark {
		border-color: #2f353b;
		color: #2f353b;
		background: none;
}

.btn.btn-outline.blue {
		border-color: #3598dc;
		color: #3598dc;
		background: none;
}

.btn.btn-outline.blue-madison {
		border-color: #578ebe;
		color: #578ebe;
		background: none;
}

.btn.btn-outline.blue-chambray {
		border-color: #2C3E50;
		color: #2C3E50;
		background: none;
}

.btn.btn-outline.blue-ebonyclay {
		border-color: #22313F;
		color: #22313F;
		background: none;
}

.btn.btn-outline.blue-hoki {
		border-color: #67809F;
		color: #67809F;
		background: none;
}

.btn.btn-outline.blue-steel {
		border-color: #4B77BE;
		color: #4B77BE;
		background: none;
}

.btn.btn-outline.blue-soft {
		border-color: #4c87b9;
		color: #4c87b9;
		background: none;
}

.btn.btn-outline.blue-dark {
		border-color: #5e738b;
		color: #5e738b;
		background: none;
}

.btn.btn-outline.blue-sharp {
		border-color: #5C9BD1;
		color: #5C9BD1;
		background: none;
}

.btn.btn-outline.green {
		border-color: #32c5d2;
		color: #32c5d2;
		background: none;
}

.btn.btn-outline.green-meadow {
		border-color: #1BBC9B;
		color: #1BBC9B;
		background: none;
}

.btn.btn-outline.green-seagreen {
		border-color: #1BA39C;
		color: #1BA39C;
		background: none;
}

.btn.btn-outline.green-turquoise {
		border-color: #36D7B7;
		color: #36D7B7;
		background: none;
}

.btn.btn-outline.green-haze {
		border-color: #44b6ae;
		color: #44b6ae;
		background: none;
}

.btn.btn-outline.green-jungle {
		border-color: #26C281;
		color: #26C281;
		background: none;
}

.btn.btn-outline.green-soft {
		border-color: #3faba4;
		color: #3faba4;
		background: none;
}

.btn.btn-outline.green-dark {
		border-color: #4DB3A2;
		color: #4DB3A2;
		background: none;
}

.btn.btn-outline.green-sharp {
		border-color: #2ab4c0;
		color: #2ab4c0;
		background: none;
}

.btn.btn-outline.grey {
		border-color: #E5E5E5;
		color: #E5E5E5;
		background: none;
}

.btn.btn-outline.grey-steel {
		border-color: #e9edef;
		color: #e9edef;
		background: none;
}

.btn.btn-outline.grey-cararra {
		border-color: #fafafa;
		color: #fafafa;
		background: none;
}

.btn.btn-outline.grey-gallery {
		border-color: #555555;
		color: #555555;
		background: none;
}

.btn.btn-outline.grey-cascade {
		border-color: #95A5A6;
		color: #95A5A6;
		background: none;
}

.btn.btn-outline.grey-silver {
		border-color: #BFBFBF;
		color: #BFBFBF;
		background: none;
}

.btn.btn-outline.grey-salsa {
		border-color: #ACB5C3;
		color: #ACB5C3;
		background: none;
}

.btn.btn-outline.grey-salt {
		border-color: #bfcad1;
		color: #bfcad1;
		background: none;
}

.btn.btn-outline.grey-mint {
		border-color: #525e64;
		color: #525e64;
		background: none;
}

.btn.btn-outline.yellow {
		border-color: #c49f47;
		color: #c49f47;
		background: none;
}

.btn.btn-outline.yellow-gold {
		border-color: #E87E04;
		color: #E87E04;
		background: none;
}

.btn.btn-outline.yellow-casablanca {
		border-color: #f2784b;
		color: #f2784b;
		background: none;
}

.btn.btn-outline.yellow-crusta {
		border-color: #f3c200;
		color: #f3c200;
		background: none;
}

.btn.btn-outline.yellow-lemon {
		border-color: #F7CA18;
		color: #F7CA18;
		background: none;
}

.btn.btn-outline.yellow-saffron {
		border-color: #F4D03F;
		color: #F4D03F;
		background: none;
}

.btn.btn-outline.yellow-soft {
		border-color: #c8d046;
		color: #c8d046;
		background: none;
}

.btn.btn-outline.yellow-haze {
		border-color: #c5bf66;
		color: #c5bf66;
		background: none;
}

.btn.btn-outline.yellow-mint {
		border-color: #c5b96b;
		color: #c5b96b;
		background: none;
}

.btn.btn-outline.purple.active,
.btn.btn-outline.purple:active,
.btn.btn-outline.purple:active:focus,
.btn.btn-outline.purple:active:hover,
.btn.btn-outline.purple:focus,
.btn.btn-outline.purple:hover {
		border-color: #8E44AD;
		color: #fff;
		background-color: #8E44AD;
}

.btn.btn-outline.purple-plum.active,
.btn.btn-outline.purple-plum:active,
.btn.btn-outline.purple-plum:active:focus,
.btn.btn-outline.purple-plum:active:hover,
.btn.btn-outline.purple-plum:focus,
.btn.btn-outline.purple-plum:hover {
		border-color: #8775a7;
		color: #fff;
		background-color: #8775a7;
}

.btn.btn-outline.purple-medium.active,
.btn.btn-outline.purple-medium:active,
.btn.btn-outline.purple-medium:active:focus,
.btn.btn-outline.purple-medium:active:hover,
.btn.btn-outline.purple-medium:focus,
.btn.btn-outline.purple-medium:hover {
		border-color: #BF55EC;
		color: #fff;
		background-color: #BF55EC;
}

.btn.btn-outline.purple-studio.active,
.btn.btn-outline.purple-studio:active,
.btn.btn-outline.purple-studio:active:focus,
.btn.btn-outline.purple-studio:active:hover,
.btn.btn-outline.purple-studio:focus,
.btn.btn-outline.purple-studio:hover {
		border-color: #8E44AD;
		color: #fff;
		background-color: #8E44AD;
}

.btn.btn-outline.purple-wisteria.active,
.btn.btn-outline.purple-wisteria:active,
.btn.btn-outline.purple-wisteria:active:focus,
.btn.btn-outline.purple-wisteria:active:hover,
.btn.btn-outline.purple-wisteria:focus,
.btn.btn-outline.purple-wisteria:hover {
		border-color: #9B59B6;
		color: #fff;
		background-color: #9B59B6;
}

.btn.btn-outline.purple-seance.active,
.btn.btn-outline.purple-seance:active,
.btn.btn-outline.purple-seance:active:focus,
.btn.btn-outline.purple-seance:active:hover,
.btn.btn-outline.purple-seance:focus,
.btn.btn-outline.purple-seance:hover {
		border-color: #9A12B3;
		color: #fff;
		background-color: #9A12B3;
}

.btn.btn-outline.purple-intense.active,
.btn.btn-outline.purple-intense:active,
.btn.btn-outline.purple-intense:active:focus,
.btn.btn-outline.purple-intense:active:hover,
.btn.btn-outline.purple-intense:focus,
.btn.btn-outline.purple-intense:hover {
		border-color: #8775a7;
		color: #fff;
		background-color: #8775a7;
}

.btn.btn-outline.purple-sharp.active,
.btn.btn-outline.purple-sharp:active,
.btn.btn-outline.purple-sharp:active:focus,
.btn.btn-outline.purple-sharp:active:hover,
.btn.btn-outline.purple-sharp:focus,
.btn.btn-outline.purple-sharp:hover {
		border-color: #796799;
		color: #fff;
		background-color: #796799;
}

.btn.btn-outline.purple-soft.active,
.btn.btn-outline.purple-soft:active,
.btn.btn-outline.purple-soft:active:focus,
.btn.btn-outline.purple-soft:active:hover,
.btn.btn-outline.purple-soft:focus,
.btn.btn-outline.purple-soft:hover {
		border-color: #8877a9;
		color: #fff;
		background-color: #8877a9;
}

.btn.btn-outline.red.active,
.btn.btn-outline.red:active,
.btn.btn-outline.red:active:focus,
.btn.btn-outline.red:active:hover,
.btn.btn-outline.red:focus,
.btn.btn-outline.red:hover {
		border-color: #e7505a;
		color: #fff;
		background-color: #e7505a;
}

.btn.btn-outline.red-pink.active,
.btn.btn-outline.red-pink:active,
.btn.btn-outline.red-pink:active:focus,
.btn.btn-outline.red-pink:active:hover,
.btn.btn-outline.red-pink:focus,
.btn.btn-outline.red-pink:hover {
		border-color: #E08283;
		color: #fff;
		background: #E08283;
}

.btn.btn-outline.red-sunglo.active,
.btn.btn-outline.red-sunglo:active,
.btn.btn-outline.red-sunglo:active:focus,
.btn.btn-outline.red-sunglo:active:hover,
.btn.btn-outline.red-sunglo:focus,
.btn.btn-outline.red-sunglo:hover {
		border-color: #E26A6A;
		color: #fff;
		background: #E26A6A;
}

.btn.btn-outline.red-intense.active,
.btn.btn-outline.red-intense:active,
.btn.btn-outline.red-intense:active:focus,
.btn.btn-outline.red-intense:active:hover,
.btn.btn-outline.red-intense:focus,
.btn.btn-outline.red-intense:hover {
		border-color: #e35b5a;
		color: #fff;
		background: #e35b5a;
}

.btn.btn-outline.red-thunderbird.active,
.btn.btn-outline.red-thunderbird:active,
.btn.btn-outline.red-thunderbird:active:focus,
.btn.btn-outline.red-thunderbird:active:hover,
.btn.btn-outline.red-thunderbird:focus,
.btn.btn-outline.red-thunderbird:hover {
		border-color: #D91E18;
		color: #fff;
		background: #D91E18;
}

.btn.btn-outline.red-flamingo.active,
.btn.btn-outline.red-flamingo:active,
.btn.btn-outline.red-flamingo:active:focus,
.btn.btn-outline.red-flamingo:active:hover,
.btn.btn-outline.red-flamingo:focus,
.btn.btn-outline.red-flamingo:hover {
		border-color: #EF4836;
		color: #fff;
		background: #EF4836;
}

.btn.btn-outline.red-soft.active,
.btn.btn-outline.red-soft:active,
.btn.btn-outline.red-soft:active:focus,
.btn.btn-outline.red-soft:active:hover,
.btn.btn-outline.red-soft:focus,
.btn.btn-outline.red-soft:hover {
		border-color: #d05454;
		color: #fff;
		background: #d05454;
}

.btn.btn-outline.red-haze.active,
.btn.btn-outline.red-haze:active,
.btn.btn-outline.red-haze:active:focus,
.btn.btn-outline.red-haze:active:hover,
.btn.btn-outline.red-haze:focus,
.btn.btn-outline.red-haze:hover {
		border-color: #f36a5a;
		color: #fff;
		background: #f36a5a;
}

.btn.btn-outline.red-mint.active,
.btn.btn-outline.red-mint:active,
.btn.btn-outline.red-mint:active:focus,
.btn.btn-outline.red-mint:active:hover,
.btn.btn-outline.red-mint:focus,
.btn.btn-outline.red-mint:hover {
		border-color: #e43a45;
		color: #fff;
		background: #e43a45;
}

.btn.btn-outline.white.active,
.btn.btn-outline.white:active,
.btn.btn-outline.white:active:focus,
.btn.btn-outline.white:active:hover,
.btn.btn-outline.white:focus,
.btn.btn-outline.white:hover {
		border-color: #ffffff;
		color: #fff;
		background: #ffffff;
}

.btn.btn-outline.default.active,
.btn.btn-outline.default:active,
.btn.btn-outline.default:active:focus,
.btn.btn-outline.default:active:hover,
.btn.btn-outline.default:focus,
.btn.btn-outline.default:hover {
		border-color: #e1e5ec;
		color: #fff;
		background: #e1e5ec;
}

.btn.btn-outline.dark.active,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark:active:focus,
.btn.btn-outline.dark:active:hover,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark:hover {
		border-color: #2f353b;
		color: #fff;
		background: #2f353b;
}

.btn.btn-outline.blue.active,
.btn.btn-outline.blue:active,
.btn.btn-outline.blue:active:focus,
.btn.btn-outline.blue:active:hover,
.btn.btn-outline.blue:focus,
.btn.btn-outline.blue:hover {
		border-color: #3598dc;
		color: #fff;
		background: #3598dc;
}

.btn.btn-outline.blue-madison.active,
.btn.btn-outline.blue-madison:active,
.btn.btn-outline.blue-madison:active:focus,
.btn.btn-outline.blue-madison:active:hover,
.btn.btn-outline.blue-madison:focus,
.btn.btn-outline.blue-madison:hover {
		border-color: #578ebe;
		color: #fff;
		background: #578ebe;
}

.btn.btn-outline.blue-chambray.active,
.btn.btn-outline.blue-chambray:active,
.btn.btn-outline.blue-chambray:active:focus,
.btn.btn-outline.blue-chambray:active:hover,
.btn.btn-outline.blue-chambray:focus,
.btn.btn-outline.blue-chambray:hover {
		border-color: #2C3E50;
		color: #fff;
		background: #2C3E50;
}

.btn.btn-outline.blue-ebonyclay.active,
.btn.btn-outline.blue-ebonyclay:active,
.btn.btn-outline.blue-ebonyclay:active:focus,
.btn.btn-outline.blue-ebonyclay:active:hover,
.btn.btn-outline.blue-ebonyclay:focus,
.btn.btn-outline.blue-ebonyclay:hover {
		border-color: #22313F;
		color: #fff;
		background: #22313F;
}

.btn.btn-outline.blue-hoki.active,
.btn.btn-outline.blue-hoki:active,
.btn.btn-outline.blue-hoki:active:focus,
.btn.btn-outline.blue-hoki:active:hover,
.btn.btn-outline.blue-hoki:focus,
.btn.btn-outline.blue-hoki:hover {
		border-color: #67809F;
		color: #fff;
		background: #67809F;
}

.btn.btn-outline.blue-steel.active,
.btn.btn-outline.blue-steel:active,
.btn.btn-outline.blue-steel:active:focus,
.btn.btn-outline.blue-steel:active:hover,
.btn.btn-outline.blue-steel:focus,
.btn.btn-outline.blue-steel:hover {
		border-color: #4B77BE;
		color: #fff;
		background: #4B77BE;
}

.btn.btn-outline.blue-soft.active,
.btn.btn-outline.blue-soft:active,
.btn.btn-outline.blue-soft:active:focus,
.btn.btn-outline.blue-soft:active:hover,
.btn.btn-outline.blue-soft:focus,
.btn.btn-outline.blue-soft:hover {
		border-color: #4c87b9;
		color: #fff;
		background: #4c87b9;
}

.btn.btn-outline.blue-dark.active,
.btn.btn-outline.blue-dark:active,
.btn.btn-outline.blue-dark:active:focus,
.btn.btn-outline.blue-dark:active:hover,
.btn.btn-outline.blue-dark:focus,
.btn.btn-outline.blue-dark:hover {
		border-color: #5e738b;
		color: #fff;
		background: #5e738b;
}

.btn.btn-outline.blue-sharp.active,
.btn.btn-outline.blue-sharp:active,
.btn.btn-outline.blue-sharp:active:focus,
.btn.btn-outline.blue-sharp:active:hover,
.btn.btn-outline.blue-sharp:focus,
.btn.btn-outline.blue-sharp:hover {
		border-color: #5C9BD1;
		color: #fff;
		background: #5C9BD1;
}

.btn.btn-outline.green.active,
.btn.btn-outline.green:active,
.btn.btn-outline.green:active:focus,
.btn.btn-outline.green:active:hover,
.btn.btn-outline.green:focus,
.btn.btn-outline.green:hover {
		border-color: #32c5d2;
		color: #fff;
		background: #32c5d2;
}

.btn.btn-outline.green-meadow.active,
.btn.btn-outline.green-meadow:active,
.btn.btn-outline.green-meadow:active:focus,
.btn.btn-outline.green-meadow:active:hover,
.btn.btn-outline.green-meadow:focus,
.btn.btn-outline.green-meadow:hover {
		border-color: #1BBC9B;
		color: #fff;
		background: #1BBC9B;
}

.btn.btn-outline.green-seagreen.active,
.btn.btn-outline.green-seagreen:active,
.btn.btn-outline.green-seagreen:active:focus,
.btn.btn-outline.green-seagreen:active:hover,
.btn.btn-outline.green-seagreen:focus,
.btn.btn-outline.green-seagreen:hover {
		border-color: #1BA39C;
		color: #fff;
		background: #1BA39C;
}

.btn.btn-outline.green-turquoise.active,
.btn.btn-outline.green-turquoise:active,
.btn.btn-outline.green-turquoise:active:focus,
.btn.btn-outline.green-turquoise:active:hover,
.btn.btn-outline.green-turquoise:focus,
.btn.btn-outline.green-turquoise:hover {
		border-color: #36D7B7;
		color: #fff;
		background: #36D7B7;
}

.btn.btn-outline.green-haze.active,
.btn.btn-outline.green-haze:active,
.btn.btn-outline.green-haze:active:focus,
.btn.btn-outline.green-haze:active:hover,
.btn.btn-outline.green-haze:focus,
.btn.btn-outline.green-haze:hover {
		border-color: #44b6ae;
		color: #fff;
		background: #44b6ae;
}

.btn.btn-outline.green-jungle.active,
.btn.btn-outline.green-jungle:active,
.btn.btn-outline.green-jungle:active:focus,
.btn.btn-outline.green-jungle:active:hover,
.btn.btn-outline.green-jungle:focus,
.btn.btn-outline.green-jungle:hover {
		border-color: #26C281;
		color: #fff;
		background: #26C281;
}

.btn.btn-outline.green-soft.active,
.btn.btn-outline.green-soft:active,
.btn.btn-outline.green-soft:active:focus,
.btn.btn-outline.green-soft:active:hover,
.btn.btn-outline.green-soft:focus,
.btn.btn-outline.green-soft:hover {
		border-color: #3faba4;
		color: #fff;
		background: #3faba4;
}

.btn.btn-outline.green-dark.active,
.btn.btn-outline.green-dark:active,
.btn.btn-outline.green-dark:active:focus,
.btn.btn-outline.green-dark:active:hover,
.btn.btn-outline.green-dark:focus,
.btn.btn-outline.green-dark:hover {
		border-color: #4DB3A2;
		color: #fff;
		background: #4DB3A2;
}

.btn.btn-outline.green-sharp.active,
.btn.btn-outline.green-sharp:active,
.btn.btn-outline.green-sharp:active:focus,
.btn.btn-outline.green-sharp:active:hover,
.btn.btn-outline.green-sharp:focus,
.btn.btn-outline.green-sharp:hover {
		border-color: #2ab4c0;
		color: #fff;
		background: #2ab4c0;
}

.btn.btn-outline.grey.active,
.btn.btn-outline.grey:active,
.btn.btn-outline.grey:active:focus,
.btn.btn-outline.grey:active:hover,
.btn.btn-outline.grey:focus,
.btn.btn-outline.grey:hover {
		border-color: #E5E5E5;
		color: #fff;
		background: #E5E5E5;
}

.btn.btn-outline.grey-steel.active,
.btn.btn-outline.grey-steel:active,
.btn.btn-outline.grey-steel:active:focus,
.btn.btn-outline.grey-steel:active:hover,
.btn.btn-outline.grey-steel:focus,
.btn.btn-outline.grey-steel:hover {
		border-color: #e9edef;
		color: #fff;
		background: #e9edef;
}

.btn.btn-outline.grey-cararra.active,
.btn.btn-outline.grey-cararra:active,
.btn.btn-outline.grey-cararra:active:focus,
.btn.btn-outline.grey-cararra:active:hover,
.btn.btn-outline.grey-cararra:focus,
.btn.btn-outline.grey-cararra:hover {
		border-color: #fafafa;
		color: #fff;
		background: #fafafa;
}

.btn.btn-outline.grey-gallery.active,
.btn.btn-outline.grey-gallery:active,
.btn.btn-outline.grey-gallery:active:focus,
.btn.btn-outline.grey-gallery:active:hover,
.btn.btn-outline.grey-gallery:focus,
.btn.btn-outline.grey-gallery:hover {
		border-color: #555555;
		color: #fff;
		background: #555555;
}

.btn.btn-outline.grey-cascade.active,
.btn.btn-outline.grey-cascade:active,
.btn.btn-outline.grey-cascade:active:focus,
.btn.btn-outline.grey-cascade:active:hover,
.btn.btn-outline.grey-cascade:focus,
.btn.btn-outline.grey-cascade:hover {
		border-color: #95A5A6;
		color: #fff;
		background: #95A5A6;
}

.btn.btn-outline.grey-silver.active,
.btn.btn-outline.grey-silver:active,
.btn.btn-outline.grey-silver:active:focus,
.btn.btn-outline.grey-silver:active:hover,
.btn.btn-outline.grey-silver:focus,
.btn.btn-outline.grey-silver:hover {
		border-color: #BFBFBF;
		color: #fff;
		background: #BFBFBF;
}

.btn.btn-outline.grey-salsa.active,
.btn.btn-outline.grey-salsa:active,
.btn.btn-outline.grey-salsa:active:focus,
.btn.btn-outline.grey-salsa:active:hover,
.btn.btn-outline.grey-salsa:focus,
.btn.btn-outline.grey-salsa:hover {
		border-color: #ACB5C3;
		color: #fff;
		background: #ACB5C3;
}

.btn.btn-outline.grey-salt.active,
.btn.btn-outline.grey-salt:active,
.btn.btn-outline.grey-salt:active:focus,
.btn.btn-outline.grey-salt:active:hover,
.btn.btn-outline.grey-salt:focus,
.btn.btn-outline.grey-salt:hover {
		border-color: #bfcad1;
		color: #fff;
		background: #bfcad1;
}

.btn.btn-outline.grey-mint.active,
.btn.btn-outline.grey-mint:active,
.btn.btn-outline.grey-mint:active:focus,
.btn.btn-outline.grey-mint:active:hover,
.btn.btn-outline.grey-mint:focus,
.btn.btn-outline.grey-mint:hover {
		border-color: #525e64;
		color: #fff;
		background: #525e64;
}

.btn.btn-outline.yellow.active,
.btn.btn-outline.yellow:active,
.btn.btn-outline.yellow:active:focus,
.btn.btn-outline.yellow:active:hover,
.btn.btn-outline.yellow:focus,
.btn.btn-outline.yellow:hover {
		border-color: #c49f47;
		color: #fff;
		background: #c49f47;
}

.btn.btn-outline.yellow-gold.active,
.btn.btn-outline.yellow-gold:active,
.btn.btn-outline.yellow-gold:active:focus,
.btn.btn-outline.yellow-gold:active:hover,
.btn.btn-outline.yellow-gold:focus,
.btn.btn-outline.yellow-gold:hover {
		border-color: #E87E04;
		color: #fff;
		background: #E87E04;
}

.btn.btn-outline.yellow-casablanca.active,
.btn.btn-outline.yellow-casablanca:active,
.btn.btn-outline.yellow-casablanca:active:focus,
.btn.btn-outline.yellow-casablanca:active:hover,
.btn.btn-outline.yellow-casablanca:focus,
.btn.btn-outline.yellow-casablanca:hover {
		border-color: #f2784b;
		color: #fff;
		background: #f2784b;
}

.btn.btn-outline.yellow-crusta.active,
.btn.btn-outline.yellow-crusta:active,
.btn.btn-outline.yellow-crusta:active:focus,
.btn.btn-outline.yellow-crusta:active:hover,
.btn.btn-outline.yellow-crusta:focus,
.btn.btn-outline.yellow-crusta:hover {
		border-color: #f3c200;
		color: #fff;
		background: #f3c200;
}

.btn.btn-outline.yellow-lemon.active,
.btn.btn-outline.yellow-lemon:active,
.btn.btn-outline.yellow-lemon:active:focus,
.btn.btn-outline.yellow-lemon:active:hover,
.btn.btn-outline.yellow-lemon:focus,
.btn.btn-outline.yellow-lemon:hover {
		border-color: #F7CA18;
		color: #fff;
		background: #F7CA18;
}

.btn.btn-outline.yellow-saffron.active,
.btn.btn-outline.yellow-saffron:active,
.btn.btn-outline.yellow-saffron:active:focus,
.btn.btn-outline.yellow-saffron:active:hover,
.btn.btn-outline.yellow-saffron:focus,
.btn.btn-outline.yellow-saffron:hover {
		border-color: #F4D03F;
		color: #fff;
		background: #F4D03F;
}

.btn.btn-outline.yellow-soft.active,
.btn.btn-outline.yellow-soft:active,
.btn.btn-outline.yellow-soft:active:focus,
.btn.btn-outline.yellow-soft:active:hover,
.btn.btn-outline.yellow-soft:focus,
.btn.btn-outline.yellow-soft:hover {
		border-color: #c8d046;
		color: #fff;
		background: #c8d046;
}

.btn.btn-outline.yellow-haze.active,
.btn.btn-outline.yellow-haze:active,
.btn.btn-outline.yellow-haze:active:focus,
.btn.btn-outline.yellow-haze:active:hover,
.btn.btn-outline.yellow-haze:focus,
.btn.btn-outline.yellow-haze:hover {
		border-color: #c5bf66;
		color: #fff;
		background: #c5bf66;
}

.btn.btn-outline.yellow-mint.active,
.btn.btn-outline.yellow-mint:active,
.btn.btn-outline.yellow-mint:active:focus,
.btn.btn-outline.yellow-mint:active:hover,
.btn.btn-outline.yellow-mint:focus,
.btn.btn-outline.yellow-mint:hover {
		border-color: #c5b96b;
		color: #fff;
		background: #c5b96b;
}

.btnclass {
		width: 30px;
		height: 30px;
		text-align: center;
		padding: 0;
		line-height: 30px;
		display: inline-block;
}

/* .btn-circle {
        border-radius: 25px!important;
}

.btn-circle-right {
        border-radius: 0 25px 25px 0 !important;
}

.btn-circle-left {
        border-radius: 25px 0 0 25px !important;
}

.btn-circle-bottom {
        border-radius: 0 0 25px 25px !important;
}

.btn-circle-top {
        border-radius: 25px 25px 0 0 !important;
} */

.btn {
		outline: 0!important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
}

table .btn {
		width: 34px !important;
		height: 34px !important;
		/* padding: 8px 12px !important; */
		padding: 8px 10px !important;
}

/* .toolbar-grid .btn {
		padding: 6px 12px !important;
		width:150px;
} */

.toolbar-grid {
		text-align: right;
}


/*# sourceMappingURL=style.css.map */

.btn-success {
		background-image: linear-gradient(90deg, #2ed8b6 0, #64f2d5 51%, #2ed8b6);
		background-size: 200% auto;
		color: #fff;
		transition: .5s;
		border: 0
}

.btn-success:hover {
		background-image: linear-gradient(90deg, #2ed8b6 0, #64f2d5 51%, #2ed8b6);
		background-position: 100%;
		color: #fff !important;
}

.btn-info {
		background-image: linear-gradient(90deg, #03a9f4 0, #79caef 51%, #03a9f4);
		background-size: 200% auto;
		color: #fff;
		transition: .5s;
		border: 0
}

.btn-info:hover {
		background-image: linear-gradient(90deg, #03a9f4 0, #79caef 51%, #03a9f4);
		background-position: 100%;
		color: #fff !important;
}
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

.btn-danger {
	/* 	background-image: linear-gradient(90deg, #ff5370 0, #ff869a 51%, #ff5370); */
	/* 	background: #da2128;
		background-size: 200% auto;
		color: #fff;
		transition: .5s;
		border: 0; */
		color: #fff; text-transform: uppercase;
  background-color: #da2128;
  padding: 4px 7px;
  border-radius: 3px;
  /* margin: 10px auto; */
  display: inline-block;font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration: none;

}

.btn-danger:hover {
		/* background-image: linear-gradient(90deg, #ff5370 0, #ff869a 51%, #ff5370); */
		background: #27C3BB;
		background-position: 100%;
		color: #fff !important;
}
.kv-grid-container { border-top:2px solid #009097; }
.kv-grid-container table{ background: var(--white); margin-bottom: 0px;  text-align: center;}
.kv-grid-container table thead,.kv-grid-container table thead a{font-size: 16px !important; font-weight: bold;}
.tbl-footer{  background: #F5F5F5; border: 0px; border-top: 1px solid #E3E3E3; line-height: 30px; padding: 10px;   -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);}
 .page-header-breadcrumb{float: left;}
 .page-header.card{margin:0px !important;}
.pat-nav .page-link {padding: 0.75rem 12px; font-size: 14px; line-height: 1.5; text-align:center;color:white !important;background-color:#27c3bb;}
/* .pat-nav .page-link:hover,.page-link.active{color:#ffcc33 !important;background-color:#27c3bb;} */
.pat-nav .page-link:hover,.page-link.active{color:#da2128 !important;background-color:#27c3bb;font-weight: bold;}
.pat-nav .page-link i{font-size: 25px;text-align: center;width: 100%;}
.pat-nav li{width: 8.33% !important;height: 80px;}/* 10.11 */
.pat-nav li a{height: 80px;}
.removerow .row{    margin-right:0px;margin-left:0px;}
.breadcrumb-item + .breadcrumb-item::before{font-family: "FontAwesome";content:"\f105" !important;}
.page-body .card{border-top:4px solid #009097;}

.menu-sec{ padding: 0; background: #2e363e; margin: 0px; width: 100%; max-width: 100%; height: 100vh; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.main-menu li { width: 100%; text-align: center; }
.main-menu li a{ color: #fff; font-size: 28px; border: 0px !important; width: 100%; }
.mCSB_inside > .mCSB_container{margin-right: 0px !important;}
.first_panel { margin: 0;
    margin-bottom: 20px; margin-top: -20px; padding: 5px 0px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}
.header-navbar .navbar-wrapper .navbar-container .nav-left li, .header-navbar .navbar-wrapper .navbar-container .nav-right li{line-height: 3;}
.widget.widget-padding-sm, .widget.widget-item-icon {
    padding: 10px 0px 5px;
}
.widget {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
}
.widget.widget-item-icon .widget-item-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding-right: 10px;
}
.widget.widget-item-icon .widget-item-left, .widget.widget-item-icon .widget-item-right {
     width: 70px;
    padding: 20px 0px;
    text-align: center;
}
.widget.widget-item-icon .widget-data {
    padding-left: 90px;
}
.widget .widget-data {
    padding-left: 120px;
}
.widget .widget-data .widget-title, .widget .widget-data-left .widget-title, .widget .widget-data .widget-subtitle, .widget .widget-data-left .widget-subtitle, .widget .widget-data .widget-int, .widget .widget-data-left .widget-int, .widget .widget-data .widget-big-int, .widget .widget-data-left .widget-big-int {
    text-align: center;
}
.widget .widget-int {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    font-family: arial;
}
.widget .widget-title, .widget .widget-subtitle, .widget .widget-int, .widget .widget-big-int {
    width: 100%;
    float: left;
    text-align: center;
}
.widget .widget-item-left .fa, .widget .widget-item-right .fa, .widget .widget-item-left .glyphicon, .widget .widget-item-right .glyphicon {
    font-size: 60px;
}
.widget-item-left{float: left;}
.widget .widget-title {font-size: 16px; font-weight: 600; margin-bottom: 5px; line-height: 20px; text-transform: uppercase; }
#patient-patient_organmedicalimplant label,#patient-patient_dangerousdrugs label,#patient-patient_tobacco label,#ortho-ortho_eruption label,#ortho-ortho_spacing label,#ortho-ortho_contraction label,#patient-patient_bleedabnormally label,#patient-patient_birthcontrol label,#patient-patient_nursing label,#patient-patient_pregnant label,#patient-patient_alcoholic label,#patient-patient_medication label,#patient-patient_surgicaloperation label,#patient-patient_undertreatment label{margin-right: 30px !important;}
.tooltip { }
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"]  .pcoded-item>li.liactive>a {background: #009097 !important; }
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"]  .pcoded-item>li.liactive>a span.pcoded-micon { color: #ffd559 !important;}
.pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"]  .pcoded-item>li.liactive ul li.active a { background: #009097 !important; color: #ffd559 !important;}
/* .pcoded[theme-layout="vertical"] .pcoded-navbar[navbar-theme="theme1"][active-item-theme="theme1"]  .pcoded-item>li.liactive:hover ul li a { background: #fff !important; color: #009097 !important;} */
.profile_image {max-width: 200px; max-height: 200px; border-radius: 100px; border-width: 5px; border-style: solid; border-color: rgb(255, 204, 51); border-image: initial; padding: 5px; background: rgb(255, 255, 255); }
.kv-grid-table .btn-info { background-color: #fea223; border-color: #fea223; background-image: none; }
.kv-grid-table .btn-danger { background-color: #b64645; border-color: #b64645;  background-image: none; }
.kv-grid-table .btn-primary {background-color: #009097; border-color: #009097;   background-image: none; }
.kv-grid-table .btn-secondary{background-color: #6c757d;border-color: #6c757d;   background-image: none; }
.kv-grid-table .btn-success{background-color: #28a745;border-color: #28a745;   background-image: none; }

.kv-grid-table .btn-info:hover, .kv-grid-table .btn-info:focus, .kv-grid-table .btn-info:active, .kv-grid-table .btn-info.active {background-color: #F38D00; border-color: #F38D00; }
.kv-grid-table .btn-danger:hover, .kv-grid-table .btn-danger:focus, .kv-grid-table .btn-danger:active, .kv-grid-table .btn-danger.active {  background-color: #a43f3e;
  border-color: #a43f3e; }
.kv-grid-table .btn-primary:hover, .kv-grid-table .btn-primary:focus, .kv-grid-table .btn-primary:active, .kv-grid-table .btn-primary.active { background-color: #00c1ca; border-color: #00c1ca; }
.kv-grid-table .btn-secondary:hover, .kv-grid-table .btn-secondary:focus, .kv-grid-table .btn-secondary:active, .kv-grid-table .btn-secondary.active { background-color: #5a6268;border-color: #545b62; }
.kv-grid-table .btn-success:hover, .kv-grid-table .btn-success:focus, .kv-grid-table .btn-success:active, .kv-grid-table .btn-success.active { background-color: #218838;border-color: #1e7e34; }
.fa-close,.cursor{cursor: pointer !important;}

.singleline{padding-right: 0px;}
.top-heading{font-size:21px;padding: 7px 17px;color:white;display: inline-block;font-weight: bold;}
.page-body{margin-top:3px;}
.cloning table {table-layout: fixed; }
.cloning table tr td, .cloning table th{ width: 100px; vertical-align: top; }
.table-responsive1{overflow-x: auto;}
.clonedInput select{ width: auto; }
.pcoded .pcoded-navbar .pcoded-item{  margin: 45px 0 0;}
.kv-grid-table thead th{font-weight: bold !important}
input[type="file"]{width:100%;}
.pcoded .pcoded-navbar[pcoded-navbar-position="fixed"]{position: fixed !important;  }
.kv-grid-table .btn-sm{font-size: 15px;}
#show.form-control{width:45% !important;}
.fc-toolbar .fc-left{float: left !important;}
.fc-toolbar .fc-center{display:inline-block !important;}
.select2-selection--single{height: 36px !important;}
.select2-search__field{height: 33px;width: 100%; border-right: 0px; border-left: 0px; border-radius: .4em;}
.select2-search--dropdown{display: block;padding: 0 !important;margin-top:0px;}
.select2-dropdown{ border: 0px !important; }
.endominus,.endoplus,.fa-undo-alt,.fa-search{cursor: pointer;background-color: #c82333;border-color: #bd2130;}
.endominus:hover,.endoplus:hover,.fa-search:hover{background-color: #27c3bbb5 !important;border-color:#27c3bbb5 !important;}
li.pcoded-trigger a.subtrigger{  background: #009097 !important; }
li.pcoded-trigger a.subtrigger .pcoded-micon{   color: #ffd559 !important; }
.tbl-footer .pagination .page-item.active .page-link{   background-color: #009097; border-color: #009097;}
.tbl-footer .pagination .page-link { background-color: #F5F5F5; border-color: #DDD; border-radius: 5px; margin: 0 2px;}
.tbl-footer .pagination .page-link { padding:4px 15px; color: #333; }
.tbl-footer .pagination .page-link:hover {color: #000; }
.tbl-footer .pagination .page-item.active .page-link:hover {background-color: #00c1ca; color: #fff; border-color: #00c1ca; }
.tbl-footer .page-item.disabled .page-link{  background-color: transparent; }
.tbl-footer .page-link{font-size: 14px !important;}
li.user-profile, li.header-notification{padding:0px !important;   line-height: 1 !important;}
li.user-profile .dropdown-toggle, li.header-notification a{ font-size: 16px; padding: 14px 13px 14px !important; line-height: 1 !important; display: inline-block;}
li.user-profile .dropdown-toggle:hover, li.header-notification.show .dropdown-toggle {background: #3d4e5d;}
li.header-notification:hover .dropdown-toggle { background: rgb(0, 144, 151); }
li.header-notification.show:hover .dropdown-toggle {background: #3d4e5d;}
li.header-notification ul.dropdown-menu { padding: 0px !important; margin: 0px !important; box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1); }
li.header-notification ul.dropdown-menu li { padding: 0px !important; }
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification { width: 13em; }
ul.profile-notification{    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3); -moz-box-shadow: 0 0 10px rgba(0,0,0,.3); box-shadow: 0 0 10px rgba(0,0,0,.3); right: 0 !important;} ul.profile-notification:before{ display: none; }
/* ul.profile-notification li{   border-bottom: 1px solid #eee; } */
/* li.q-patient a .fa, li.q-appointment a .fas {  color: #50d2ce; font-size: 20px; line-height: 20px; transition:0.3s;} */
/* ul.profile-notification li a:hover {  background: #50d2ce !important; color: #fff !important; padding-left: 20px !important; position: relative; } */
/* ul.profile-notification li a:hover .fa, ul.profile-notification li a:hover .fas{ color: #fff !important; } */
.fc-button {border: 1px solid #D5D5D5; background: #fff !important; color: #555; }
.fc-toolbar h2 {font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 30px; }
.fc-toolbar.fc-header-toolbar {margin-bottom: 0; }
.select2-container--open .select2-dropdown { left: 0; top: -36px; }
ul.select2-results__option{ background-color: #fff !important;  }
.select2-container--default .select2-selection--single{ border-radius: 0px; }
li.select2-results__option:empty { background-color: #f2f7fb; }
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {color: #444; line-height: 33px !important;font-size: 13px; }
.selection__placeholder{font-size: 16px !important;}
select:hover {background-color: #f3f3f3; cursor:pointer; } /* border-color: #999 */

.teeth img{ vertical-align: bottom;  }
.teeth figure{ display: inline-block; position: relative }
.teeth figcaption{ display:block; text-align: center; }
/*.teeth img:hover, .teeth img:active, .teeth img:focus, .teeth img.active{ filter:saturate(8); }
.teeth img.d4:hover{  filter:sepia(100%); -webkit-filter:sepia(100%);}

.teeth img.active {     filter:invert(100%); }
.teeth img.d4.active{     filter:invert(100%); -webkit-filter:invert(100%); }
*/
.teeth.bottom img{ vertical-align: top; }
.centerpoint{ position: relative; }
.righttxt{   position: absolute; top: -10px; right: -40px; font-weight: bold; }
.lefttxt{  position: absolute; top: -10px; left: -40px; font-weight: bold;}
.mar-left{ margin-left: 40px;}
.childteeth{ width: 420px; }
.teath{position: relative;}
.vline{  position: absolute; top: 15px; left: 50%; width: 1px; background: #ccc; bottom: 25px;}
.vline1{ left: 42.5%; bottom: 35px; }
.dtP:hover{cursor: pointer;}


.tcx-title {
    float: left;
    font-size: 20px;
    line-height: 65px;
    color: #495861;
    margin-left: 30px;
    font-weight: 410;
}
.tcx-card{
   background: #fff;
  border: 1px solid #aaa;
  box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  display: block;
}
.tcx-card .tcx-details-list{
padding:0px 0px 0px 39px;
}
.tcx-card .tcx-title {
    float: left;
    font-size: 20px;
    line-height: 46px;
    color: #495861;
    margin-left: 22px;
}
.tcx-card .tcx-header-holder {
    background: #e4ebf1;
    height: 45px;
    float: left;
    width: 100%;
}
.col-form-label{text-align: right !important;}
.tcx-popup-holder{
	   background: #fff;
    border: 1px solid #aaa;
    width: 410px;
    position: absolute;
    top: 50px;
    left: 49%;
    margin-left: -205px;
    line-height: 20px;
    z-index: 1010;
    display: none;
    box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    display: block;
}
.tcx-header-holder {
    background: #e4ebf1;
    height: 65px; float: left; width: 100%;
}
.tcx-nav-holder {
    background: #f1f5f8;
    height: 50px; float: left; width: 100%;
}
.tcx-nav-list {list-style-type: none; margin-left: 10px; float: left; margin-bottom: 0; margin-top: 4px; }
.tcx-nav-list li {color: #bcc0c3; font-size: 13px; float: left; margin-left: 20px; cursor: pointer; line-height: 44px; border-bottom: 2px #4f4f4f solid; color: #4f4f4f; }
.tcx-details-list {list-style-type: none; font-size: 15px; /* margin-left: 30px; */ margin-right: 30px; margin-top: 8px; border-bottom: 0px;padding-bottom: 10px; margin-bottom: 0; display: inline-block; width: 100%;}
.tcx-popup-close, .tcx-popup-close:focus, .tcx-popup-close:hover {float: right; margin-right: 30px; font-size: 16px; text-decoration: none; color: #495861; line-height: 65px; cursor: pointer; font-weight: 400;}
.modal-backdrop.show {opacity: .97 !important;}
    /* border-top: 1px solid #dee2e6; */
.modal-footer{border-top:0px !important;}
.modal-backdrop{ background-color: #FFFFFF !important;}
#calendar-appointment .col-form-label,#quickpatient-form .col-form-label,#changepassword-otp-form .col-form-label,#changepassword-form .col-form-label,#quickappointment-form .col-form-label{text-align: right !important;font-size:14px;}
.supp-box1{
	background: #f7f7f7;
}
.supp-box2{
	background: #ddd;
}
.supp-box3{
	background: #eee;
}
.supp-box3{
	background: #f7f7f7;
}
.supp-footer-icon{display: inline-block; width: 40px; height: 40px; margin: 0 6px 6px 0; background-color: transparent !important; box-shadow: 0 0 0 2px #33b5e6 inset; border-radius: 100%; color: #33b5e6 !important; text-align: center; transition: .4s; font-size: 17px; line-height: 40px;}
.supp-footer-icon:hover{background-color: #33b5e6 !important;color: #fff !important;}
/* .topmenu li.active{    border-bottom: 2px solid grey;font-weight: bold;} */
.grey{border: 1px solid lightgrey !important;}
 .field-treatment-treatment_tstatus .hint-block{font-size: 13px;color: green;}
#referredby-appointment .help-block{color:#dd4b39;}
.popover{ max-width: 400px; border: 1px solid #ffe54a; padding:0px; border-radius: 10px;}/*  box-shadow: 0 0 6px 0px #ccc; */
.media-heading{ border-bottom: 1px solid #ccc;  width: 100%; display: inline-block; margin-bottom: 10px; }
.media-heading a{ margin-bottom: 10px; }
.medianew hr {  display: inline-block; width: 100%;margin:0; padding: 0px; }
.media-heading h4{ font-weight: bold; }
.medianew span.dot{ height: 10px; width: 10px; background-color: #009097; display: inline-block; border-radius: 50%; margin: 0 10px; }
.media-heading p{ font-weight: bold; }
.medianew b, .medianew strong {font-weight: bold; }
.medianew p{margin-bottom: 0px;}
.medianew .media-object{width:70px;height:70px;border-radius: 100%;}
.childteeth.image1 .vline1{left: 49%;}
.childsepvertical1, .sepvertical1, .sepvertical, .childsepvertical{position: relative;}
.sepvertical1:after, .sepvertical:after, .childsepvertical:after{  position: absolute; content: ''; border: 0.7px solid #000; right: -1px; bottom: -29px; height: 84px;}
.sepvertical1:after, .childsepvertical1:after{  position: absolute; content: ''; border: 0.7px solid #000; right: -1px; bottom: 0px; height: 84px;}
.image .vline {left: 49.4%;}

#search_result{margin-top:-35px;margin-right:1px;background-color: #F38D00;border-color: #F38D00;padding:8px;border-radius:0px 2px 2px 0px;color:white;}
.bootbox .modal-content{box-shadow: 0 0 10px #ccc; -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; }

.img-preview1{ position: relative; transition: 0.3s; }
.img-preview1 img{height: 124px; }
.img-preview1 .img-btn{ position: absolute; top: 50%; left: 50%; margin-left: -35px; margin-top: -18px;  opacity: 0;}
.img-preview1 a{margin: 0 5px; color: #fff; font-size: 25px; position: relative; z-index: 2; }
.img-preview1:hover .img-btn{ opacity: 1; }
.img-preview1:after {background-color: rgba(0,0,0,0.5); position: absolute; content: ''; left: 0; right: 0; top: 0; width: 100%; height: 100%; opacity: 0; transition: 0.3s; border-radius: 0.25rem;}
.img-preview1:hover:after{ opacity: 1; }
.treatpay-table{width:400px;}

.today-sch-main{border-radius: .65em;position: relative;}
.today-sch-main.orange{border:2px solid #FDB640;}
.today-sch-main.green{border:2px solid #57BE4F;}
.today-sch-main.blue{border:2px solid #37C7E5;}
.today-sch-main.greyn{border:2px solid #AEB2AF;}

.today-sch-main.booked{border:2px solid #6CC8F1;}
.today-sch-main.done{border:2px solid #FDC360;}
.today-sch-main.missed{border:2px solid #C36AA4;}
.today-sch-main.cancel{border:2px solid #A7D5AE;}

.today-sch-inner{border-radius: 0 0 1em 1em;position: absolute;bottom: 0;left:0;font-size:12px;padding:0 4px;color:#000;width:100%;text-align: center;font-weight: bold;}

.today-sch-inner.booked{background-color:#6CC8F1;}
.today-sch-inner.done{background-color:#FDC360;}
.today-sch-inner.missed{background-color:#C36AA4;}
.today-sch-inner.cancel{background-color:#A7D5AE;}

.today-sch-inner.orange{background-color:#FDB640;}
.today-sch-inner.green{background-color:#57BE4F;}
.today-sch-inner.blue{background-color:#37C7E5;}
.today-sch-inner.greyn{background-color:#AEB2AF;}


.today-sch-content.booked{color:#6CC8F1;font-weight: bold;font-size:32px;}
.today-sch-content.done{color:#FDC360;font-weight: bold;font-size:32px;}
.today-sch-content.missed{color:#C36AA4;font-weight: bold;font-size:32px;}
.today-sch-content.cancel{color:#A7D5AE;font-weight: bold;font-size:32px;}


.today-sch-content.orange{color:#FDB640;font-weight: bold;font-size:32px;}
.today-sch-content.green{color:#57BE4F;font-weight: bold;font-size:32px;}
.today-sch-content.blue{color:#37C7E5;font-weight: bold;font-size:32px;}
.today-sch-content.greyn{color:#AEB2AF;font-weight: bold;font-size:32px;}

.anil_nepal{padding:0; width:100%; display:block;}
.switch {position: relative; display: inline-block; vertical-align: top; width: 100px; height:26px; padding: 3px; margin: 0 10px 10px 0; border-radius: 18px; cursor: pointer; box-sizing: content-box; }
.anil_nepal label {font-weight: inherit; width: 63px; }
input[type=checkbox], input[type=radio] {margin: 4px 0 0; line-height: normal; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }
.switch-input {position: absolute; top: 0; left: 0; opacity: 0; box-sizing: content-box; }
.switch-left-right .switch-input:checked ~ .switch-label {background: inherit; }
.switch-input:checked ~ .switch-label {background: #E1B42B; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }
.switch-left-right .switch-label {overflow: hidden;}
.switch-label, .switch-handle {transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.switch-label {position: relative; display: block; height: inherit; font-size: 10px; text-transform: uppercase; background: #eceeef; border-radius: inherit; box-sizing: content-box; }
.switch-left-right .switch-input:checked ~ .switch-label:before {opacity: 1; font-size: 14px; font-weight: bold; left: 100px; }
.switch-input:checked ~ .switch-label:before {opacity: 0; }
.switch-left-right .switch-label:before {background: #d8dfe3; text-align: left; padding-left: 80px!important; }
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {width: 20px;  font-size: 14px; font-weight: bold; height: 20px; top: 4px; left: 0; right: 0; bottom: 0; padding: 11px 0 0 0; text-indent: -12px; border-radius: 20px; }
.switch-label:before {content: attr(data-off); right: 11px; color: #fff; }
span.switch-label:after {content: attr(data-on); left: 11px; color: #FFFFFF; position: absolute; }
.switch-label:before, .switch-label:after {position: absolute; top: 50%; margin-top: -5px; line-height: 1; -webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit; box-sizing: content-box; }
.switch-left-right .switch-input:checked ~ .switch-label:after {left: 0!important; opacity: 1; padding-left: 45px; }
.switch-input:checked ~ .switch-label:after {opacity: 1; }
 .switch-left-right .switch-label:after {text-align: left; text-indent: 9px; background: #27c3bb!important; left: -100px!important; opacity: 1; width: 100%!important; }
 .switch-left-right .switch-label:before, .switch-left-right .switch-label:after {width: 20px; height: 20px; top: 0px; left:-16px; right: 0; color: #fff; bottom: 0; padding: 11px 0 0 0; text-indent: -35px; border-radius: 20px; }
 .switch-input:checked ~ .switch-handle {left: 41px;}
 .switch-label, .switch-handle {transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.switch-handle {position: absolute; top: 4px; left: 4px; width: 23px; height: 23px; background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0); background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0); border-radius: 100%; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
.switch-handle:before {content: ""; position: absolute; top: 50%; left: 50%; margin: -6px 0 0 -6px; width: 12px; height: 12px; background: linear-gradient(to bottom, #eeeeee, #FFFFFF); background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF); border-radius: 6px; box-shadow: inset 0 1px rgba(0, 0, 0, 0.02); }
.ui-pnotify-text{font-size: 14px !important;}
.ui-pnotify-icon{font-size: 16px !important}
.ui-pnotify-title{font-size: 17px !important}
.bootstrap-datetimepicker-widget td, th {white-space: inherit; }
.bootstrap-datetimepicker-widget table .btn{width:auto !important;height: auto !important;padding: 3px !important;font-size: 14px !important;}
.bootstrap-datetimepicker-widget { width: 180px !important; }
 .bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i{height: 20px !important;line-height: 20px !important;}
.bootstrap-datetimepicker-widget .datepicker-days table td,.bootstrap-datetimepicker-widget .datepicker-days table td span, .bootstrap-datetimepicker-widget .datepicker-days table td i{width: 20px !important;height: 20px !important;line-height: 20px !important; }
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{padding: 0px !important;}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second{font-size: 15px !important;}
.field-quicktime .bootstrap-datetimepicker-widget,.field-dash-time  .bootstrap-datetimepicker-widget {width: 200px !important;}
.file-drop-zone,.file-preview{display: inline-block !important;}
.select2-selection__arrow{display: none;}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{color:black;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{color:black;}
.modal .close{font-size: 24px;}
.modal .close:hover{font-size: 24px;}
#calendar .fc-future:hover{cursor:pointer;}
#calendar .fc-today:hover,#calendar .fc-future:hover{cursor:pointer;}
#calendar .fc-header-toolbar .fc-center h2{font-size:28px;}
#calendar-appointment div.required label.col-form-label:after,#quickpatient-form div.required label.col-form-label:after,#quickappointment-form div.required label.col-form-label:after{display: none !important;}
.pnotify-center {right: calc(50% - 150px) !important; top: calc(50% - 150px) !important; }

li.educational-menu a span {  color: #0fb5bb!important; opacity: 1!important;}
.header-navbar .navbar-wrapper .navbar-container .userprofile li:last-child{ border-top: 1px solid #ccc; }
ul.weeklyreport {border: solid 1px #aaa !important;}
.userheading{text-align: center; background: #f1f5f8; line-height: 35px; color: #8c949d; text-transform: capitalize; font-size: 16px;font-weight: bold;}
.weeklyreport li span {font-size: 18px; color: #485861; }
.weeklyreport li label { font-size: 11px; display: block;}
.weeklyreport li { display: inline-block; width: 50% !important; text-align: center; }
.flexcontainer{display: flex;}
.flexbox{flex:1;}
.resultcal{padding:10px;border-radius:2px 2px 2px 2px;color:white; float: left !important; margin-left: 5px;}
#calendar-appointment .form-group {  margin-bottom: 10px;}
.bootstrap-datetimepicker-widget{font-size: 12px !important;}
.imgprv{width: 150px; height: 150px; display: inline-block;}
.imgprv .img-thumbnail{ height: 150px; border-radius: 50%;height: 150px;border-radius: 50%; width: 150px; display: inline-block;  }
.imgprv:after{ border-radius: 50%; }
.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link{ border: 0px; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active{ border: 0;}
.nav-tabs .nav-item{margin-bottom: 0px;}
.nav-tabs .nav-link{position: relative; padding: 10px 14px !important; color: black; }/*#c1c8cd*/
.nav-tabs .nav-link.active:after{ position: absolute; content: ''; left: 0; bottom: 0; width: 100%;  border-bottom: 3px solid #27c3bb;}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu>a .pcoded-micon  {  color: #0fb5bb!important; opacity: 1!important;}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu.active a, .pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu:hover a { background-color: #0fb5bb !important; color: #fff !important; }
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu:hover a .pcoded-micon  { color: #fff !important; }
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu.active { margin:0 8px !important; color: #fff !important; width: auto; opacity: 1 !important; }
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item>li.educational-menu.active a .pcoded-micon { color: #fff !important; }
.attsearch .float-left{ margin-right: 10px; margin-bottom: 5px; }
.attsearch .float-left label{margin-top: 7px;}
.popover{  background: #ffe54a; border: 1px solid #ffe54a; }
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #ffeb3b; }
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {bottom: 1px; border-bottom-color: #ffeb3b; }
.close1 { position: absolute; right: 10px; background: #d92128; border-radius: 50%; width: 20px; height: 20px; text-align: center; color: #fff; line-height: 20px; top: 10px; }
.card-block{ padding: 0 10px; }
form#lab-form{margin-top: 40px;}
/* .select2-container{z-index: 100000;} */
.searchclear i{margin-right:0px;}
.searchclear{padding: 1px 2px;display: inline-block;line-height: 0;font-size: 13px;margin-top: -2px;}
.advancesearch .col-form-label,.advancesearch .form-control{height: 30px;font-size:12px;}
.page-body{margin-top: 16px !important;}
.krajee-default.file-preview-frame{padding: 0px;border:0px !important;box-shadow:none !important;}
.krajee-default.file-preview-frame .file-thumbnail-footer{height: 0px !important;}
.file-thumbnail-footer{position: absolute !important;top: 50%; left: 50%; color: #FFF; margin-top: -19px; margin-left: -18px;}
.file-preview-frame{position: relative;}
.file-footer-buttons{border: 1px solid white !important;border-radius: 5px !important;}
.file-footer-buttons .fa-search-plus{color:white;}
.kv-preview-data.file-preview-pdf, .krajee-default.file-preview-frame .kv-file-content, .kv-preview-data.file-preview-other-frame {width: 100px !important; height: 74px !important; }
.kv-zoom-body .kv-preview-data.file-preview-pdf{ width: 100% !important;
    height: 100% !important; }
.krajee-default .file-other-icon {  font-size: 3em; }
.file-footer-buttons .btn-sm { padding:0px 5px}
.file-preview-thumbnails .btn i{margin-right: 0px !important;}
.dot {height:6px; width:6px; background-color: #bbb; border-radius: 50%; display: inline-block; }
#preview {
  position: absolute;
  border: 5px solid #fff;
  background: #333;
  padding: 5px;
  display: none;
  border-radius:5px;
  color: #fff
  z-index:100000 !important;
}
.ddlw-reduce{width: 74px !important;}
.slidecontainer {width: 100%; }
.slider {-webkit-appearance: none; width: 100%; height: 3px; border-radius: 5px; background: #D8DEEA; outline: none;  }
.slider:hover {opacity: 1; }


.slider::-webkit-slider-thumb {
/*  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background: url('http://192.168.1.25/tyd/img/contrasticon.png');
  cursor: pointer;
*/
 -webkit-appearance: none;
  /* border: 2px solid rgb(59,173,227); */
  border-radius: 50%;
  height: 25px;
  width: 25px;
  max-width: 80px;
  position: relative;
  bottom: 0px;
  cursor: -webkit-grab;
  background: url('http://192.168.1.25/tyd/img/dot.png');
  background-size: 100%;
  -webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

.slider::-moz-range-thumb {
 -webkit-appearance: none;
  /* border: 2px solid rgb(59,173,227); */
  border-radius: 50%;
  height: 25px;
  width: 25px;
  max-width: 80px;
  position: relative;
  bottom: 0px;
  cursor: -webkit-grab;
	background: url('http://192.168.1.25/tyd/img/dot.png');
	background-size: 100%;
	-webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}
.morris-hover{width: 130px !important;}
.bs-tooltip-right{ left: 15px !important; }
.btn-danger.remove,.btn-danger.clone{width: 30px !important;height: 30px !important; line-height: 30px !important; font-weight: bold !important;font-size: 16px !important;padding: 0 !important;}

.modal-body{position: relative;}
.modal-body:after{ position: absolute; content: ''; border-bottom: 1px solid #d9d9d9; width: 85%; left: 0; bottom: 0; right: 0;     text-align: center;
    margin: 0 auto; }
.modal-footer {border-top: 0px !important;text-align: center; align-items: center; justify-content: center; }  /* display: inline-block;  */


.bootbox .modal-body{position: relative; text-align: center;}
.bootbox .modal-body:after{ position: absolute; content: ''; border-bottom: 1px solid #d9d9d9; width: 85%; left: 0; bottom: 0; right: 0;     text-align: center;
    margin: 0 auto; }
.bootbox .modal-footer {border-top: 0px !important; display: inline-block; text-align: center; align-items: center; justify-content: center; }
.bootbox  .pull-left, .bootbox .pull-right{ float: none !important; }
.bootbox-close-button{margin-top: 0px !important;font-weight: 410 !important;}
.tooltip-inner{max-width: 100% !important;}
.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .hovernone:hover,.header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification .hovernone a:hover{
	background: white;
	cursor:default;
}
.page-item.last{display: none !important;}
.tbl-footer .page-item a.page-link:hover{background: #da2128 !important;color:white !important;}
.v-none{visibility: hidden;}
.mr-12 a{margin-right: 12px !important;}
/* .popover-body{text-align: center !important;width: 300px;} */
.underline,.tab-hunderline{position: relative; display: inline-block; margin-bottom: 15px;}
.underline:after{position: absolute; content: ''; border-bottom: 1px solid #ccc; left: 0; bottom: -5px; width: 100%;}
.active .tab-hunderline:after{position: absolute; content: ''; border-bottom:3px solid #27c3bb; left: 0; bottom: -5px; width: 100%;}
#treatment-form .nav-tabs .nav-link.active:after{border-bottom: none !important;}

.tbl-footer .page-link{background: #27C3BB !important;color: white !important;}
.teeth.bottom figure{ vertical-align: top; }
.cfigure img:nth-of-type(2){display: none;}
.cfigure img:nth-of-type(3){display: none;}
.cfigure.active img:nth-of-type(1){display: none;}
.cfigure.active img:nth-of-type(2){display: block;}
.cfigure.active img:nth-of-type(3){display: none;}
.cfigure:hover img:nth-of-type(1){display: none;}
.cfigure:hover img:nth-of-type(2){display: none;}
.cfigure:hover img:nth-of-type(3){display: block;cursor: pointer;}
.cfigure.active:hover img:nth-of-type(1){display: none;}
.cfigure.active:hover img:nth-of-type(2){display: block;cursor: pointer;}
.cfigure.active:hover img:nth-of-type(3){display: none;}
.resultcal.endoplus,.resultcal.endominus{float: none !important}
.addsection{ position: absolute; left: 40px; right: 0; margin:0 auto; text-align: center; bottom: 7px; }
.endodontics .row{position: relative;}
.addsection1{ left: -40px; }
.addsection2{ bottom: -40px;    position: absolute; left: auto; right: 46%; margin: 0 auto; text-align: center;z-index: 2; }
.pln{padding-left:0}
.prn{padding-right:0}
#extra_table{ width: 400px; }
.extracustomclass .col-md-1, .extracustomclass .col-md-5{padding-left: 0px;}
.pcoded-container.navbar-wrapper .navbar-container  {display: inherit; }
@media(min-width: 1024px){
 	.bootbox .modal-dialog{top:50%;margin-top:-67px}
 	.pforms{padding: 33px 151px !important;}
 }
 @media(min-width: 992px){
	.onlymobile, .mobile-menu{display: none;}
	.singleline .form-control{display: inline-block;width:87%;}
	.singleline2 .form-control{display: inline-block;width:75%;}
	.singleline select.form-control{display: inline-block;width:70%;}
}

@media(max-width: 1444px){
	.vline1 {left: 62.5%;}
.childteeth.image1 .vline1{left: 40.2%;}
}
@media(max-width: 1024px){
	.vline1 {left: 88.5%; }
	.teeth img {vertical-align: bottom; width: 27px; }
	.btn-danger{ padding: 8px 3px; font-size: 13px; }
	.pat-nav .page-link {padding: 5px 8px; font-size: 12px; }
	.extracustomclass .col-md-1{ padding-left: 0px; }
	.extracustomclass .col-md-5{ padding-left: 15px; padding-right: 0px; }
	.extracustomclass .col-md-5.custompadding{padding-right: 15px;}

}
@media(max-width: 991px){
	.top-heading{ color: #000; }
	.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar{ width: 80px; }
	.onlydesktop{ display: none; }
	.pcoded .pcoded-header[header-theme="theme4"] {background: #fff !important; color: #000 !important; }
	.pcoded .pcoded-header[header-theme="theme4"] .dropdown-toggle, .pcoded .pcoded-header[header-theme="theme4"] .input-group-addon, .pcoded .pcoded-header[header-theme="theme4"] a{color: #000;}
	.pcoded .pcoded-navbar .nav-list {height: 100vh; }
	.onlydesktop{ display: none; }
	.onlymobile{ display: block; }
	.feather{color: #fff;}
	i.feather.icon-chevron-down{color: #000;}
	ul.profile-notification li i{ color: #000; }
	.card .card-block {padding: 0 !important; }
	li.header-notification.show:hover .dropdown-toggle { background: transparent; }
	.header-navbar .navbar-wrapper .navbar-logo .mobile-menu, .header-navbar .navbar-wrapper .navbar-logo .mobile-options{  line-height: 3;}
	li.header-notification:hover .dropdown-toggle {background: transparent; }
	.modal-dialog label{display: inline-block;width: auto;}
.modal-dialog form div.required label.col-form-label:after{ left: auto; }
}
@media(max-width:768px){
	.first_panel{margin:16px 0;}
	.pat-nav li {width: 33% !important; height: auto; margin: 0; }
	.pat-nav li a{ height: auto; }
	.pat-nav .page-link{ font-size: 12px; }
	ul.nav-right{ background: #fff; width: 100%; }
	ul.nav-right li{ padding: 0 10px !important;  }
	ul.profile-notification li{ padding: 10px 20px !important; }
	.top-heading{padding: 20px 17px 0;}
	.vline{ display: none; }
	.teeth img{ width: 20px; }
	.offset-1 {margin-left: 0; }
	#lab-form{ padding: 20px; }
	.pat-gallerymenu li a{ height: 80px; }
	.teethview .childteeth {width: 260px; }
	.header-navbar .navbar-wrapper .navbar-logo{ height: auto; }
	.header-navbar .navbar-wrapper .navbar-logo{  padding: 3px 10px 0;}
		.offset-2 {margin-left: 0; }
	.flextwrap-mob{flex-wrap: wrap;}
	.pat-nav .page-link{height: 80px;font-size: 15px; }
	 }
@media(max-width:767px){
	.extracustomclass{}
	.extracustomclass .col-md-6{ margin-bottom: 10px; }
	.extracustomclass .col-md-1{ width: auto; }
	.extracustomclass .customwidth{ width: auto; }
	#extra_table{ width: 100%; }
	.extracustomclass .col-md-1, .extracustomclass .col-md-5{ padding-left: 10px; padding-right: 0px; }
	.nav-tabs .nav-item{ width: 100% !important; }
	.tab-pane.container .row{ padding: 0px !important; }
	.responsive{overflow: auto;}
	.treatpay-table {width: 100%; }
}
@media only screen and (max-width: 576px){
	.pcoded-inner-content{padding: 0 !important}
	.pcoded .header-navbar .navbar-wrapper .navbar-container .header-notification .profile-notification { left: 0; right: 0;}
	.pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-header .pcoded-left-header, .pcoded[theme-layout="vertical"][vertical-nav-type="expanded"] .pcoded-navbar {width: 60px; }
	.menu-sec .tooltip{ left: 0px !important; }
	.offset-1, .offset-2 {margin-left: 0; }
	#calendar-appointment .col-form-label, #quickpatient-form .col-form-label, #changepassword-otp-form .col-form-label, #changepassword-form .col-form-label, #quickappointment-form .col-form-label{ text-align: left !important; }
}
@media(max-width:480px){
	.childteeth{ width: 100%; }
	.childteeth .offset-md-4{ margin-left: 0px; }
	.modal-content.tcx-popup-holder{ width: 100% !important; }
	.tcx-popup-holder{ position: inherit;  left: auto; right: auto; margin: 0; }
	.kv-table-wrap th, .kv-table-wrap td{ width: 100% !important; font-size: 13px; }
	.page-body .card .card-block {padding: 1.25rem !important; }
	.pat-nav .page-link {height: 80px; font-size: 14px; line-height: 1; }
	.offset-3 {margin-left: 0; }
	.kv-table-wrap th, .kv-table-wrap td{text-align: left;}
	.latest-update-card .card-block .latest-update-box .update-meta{  padding-top: 0 !important; min-width: auto !important; }
	.col-form-label{text-align: left !important;}
	.tcx-card .tcx-details-list {padding: 0 20px; }
	form div.required label.col-form-label:after{left: 0;}
	.offset-1, .offset-2 {margin-left: 15px; }
	.customappoitment {padding-right: 15px !important;}
	.customappoitment .float-right { float: none !important; margin: 5px 0; }
	.customappoitment .btn-danger { width: 100%; }
	.customappoitment .ml-2, .customappoitment .mx-2{ margin-left: 0px !important; }
	.customappoitment .mr-2, .customappoitment .mx-2{ margin-right: 0px !important; }
	.lefttxt{left: 0;}
	.righttxt{right: 0;}
	.offset-4 {margin-left: 0; }
	/* .trigger-patient{ float: right; } */
}
@media(max-width:380px){
	.page-body .card .card-block {padding: 10px !important; }
	#lab-form {padding: 0; }
}
@media(max-width:320px){
	.treatpay-table{width:auto;}
	.page-body .card .card-block {padding: 10px !important; }
	.btn-danger{ padding:7px 10px; }
	.tcx-popup-holder{ left: 0; margin-left: 0px; }
	li.user-profile .dropdown-toggle, li.header-notification a{ font-size: 13px; padding: 13px 10px !important; }
	.pagination-lg .page-link {padding: 4px 0; }
	.mr-2, .mx-2 {margin-right: 0 !important; }
	.widthnumber{ width: auto; }
	.pln{padding-left:15px}
	.prn{padding-right:15px}
}