/* Add here all your CSS customizations */
.body-sign {
	max-width: 625px;
}
.btn, .k-button {
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.5);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.10) 100%);
}
.badge {
	--bs-badge-font-size: 9px;
}
.signinGlass {
	padding:15px 0; border-radius:10px; backdrop-filter: blur(20px) saturate(35%); background-color:rgba(255,255,255,0.3); box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.signinCopyright {
	box-shadow: inset 0 2px 2px rgba(0,0,0,0.4);
	margin:0 auto;
	width:75%;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #4995fb;
	border-radius: 0 0 5px 5px;
	color: #FFF;
}
#navAppVersion{
	position: absolute;
	bottom:2px;
	left:2px;
	font-size: 8px;
	color:#575757;
}

ul.nav-main li.nav-active a {
    color: #BEB4AB;
}
ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #FB9C48 inset;
}
html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li.nav-active > a {
	background: #763817;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
	color: #4995fb !important;
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
	color: #337BDD !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
	border-color: #4995fb;
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary,
html .text-secondary {
	color: #ff8600 !important;
}

html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
	color: #ff8600 !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
	border-color: #ff8600;
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary,
html .text-tertiary {
	color: #2e58aa !important;
}

html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
	color: #2e58aa !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
	border-color: #2e58aa;
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary,
html .text-quaternary {
	color: #021c81 !important;
}

html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
	color: #021c81 !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
	border-color: #021c81;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
	color: #2e353e !important;
}

html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
	color: #2e353e !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
	border-color: #2e353e;
}

html .heading-light,
html .lnk-light,
html .text-color-light,
html .text-light {
	color: #FFF !important;
}

html .text-color-hover-light:hover,
html .text-hover-light:hover {
	color: #FFF !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
	border-color: #FFF;
}

html .bg-primary,
html .background-color-primary {
	background-color: #4995fb !important;
}

html .bg-secondary,
html .background-color-secondary {
	background-color: #ff8600 !important;
}

html .bg-tertiary,
html .background-color-tertiary {
	background-color: #2e58aa !important;
}

html .bg-quaternary,
html .background-color-quaternary {
	background-color: #021c81 !important;
}

html .bg-dark,
html .background-color-dark {
	background-color: #2e353e !important;
}

html .bg-light,
html .background-color-light {
	background-color: #FFF !important;
}

.btn-gradient:not(.btn-outline) {
	background: linear-gradient(135deg, #4995fb 0%, #ff8600 80%);
	color: #FFF;
}

.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
	background: linear-gradient(135deg, #6eabfc 0%, #ff9826 80%);
	color: #FFF;
}

.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
	box-shadow: 0 0 0 3px rgba(73, 149, 251, 0.5);
}

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
	background: linear-gradient(135deg, #4995fb 0%, #ff8600 80%);
}

.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
	background: linear-gradient(135deg, #247ffa 0%, #d97200 80%) !important;
	color: #FFF !important;
}

.btn-gradient.btn-outline {
	border-image: linear-gradient(135deg, #4995fb 0%, #ff8600 80%);
	color: #4995fb;
}

.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
	border-image: linear-gradient(135deg, #6eabfc 0%, #ff9826 80%);
	color: #6eabfc;
}

.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
	box-shadow: 0 0 0 3px rgba(73, 149, 251, 0.5);
}

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
	border-image: linear-gradient(135deg, #4995fb 0%, #ff8600 80%);
}

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
	border-image: linear-gradient(135deg, #247ffa 0%, #d97200 80%) !important;
	color: #247ffa;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #4995fb;
}

@media (min-width: 992px) {
	.header.header-nav-menu .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #4995fb transparent transparent transparent;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li > a:focus {
		color: #4995fb;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a {
		background: #4995fb;
		color: #FFF;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #ffffff transparent transparent transparent;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top: 3px solid #4995fb;
	}

	.header.header-nav-menu .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #4995fb;
	}

	.header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #000000 transparent transparent transparent;
	}

	.header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li > a:focus {
		color: #000000;
	}

	.header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a {
		color: #FFF;
	}

	.header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-stripe .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #ffffff transparent transparent transparent;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a.dropdown-toggle:after {
		border-color: #000000 transparent transparent transparent;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li > a:focus {
		color: #000000;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a {
		color: #4995fb;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a:before,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a:before {
		background-color: #4995fb;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.open > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
		border-color: #4995fb transparent transparent transparent;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu {
		border-top: 3px solid #4995fb;
	}

	.header.header-nav-menu.header-nav-top-line .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
		border-color: transparent transparent transparent #4995fb;
	}

	.header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.open > a,
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.active > a {
		color: #4995fb !important;
	}

	.header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a {
		color: #4995fb;
	}

	.header.header-nav-menu.header-nav-links .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav .mega-sub-nav-toggle:not(.toggled):before {
		color: #4995fb;
	};
}

@media (max-width: 991px) {
	.header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:hover,
  .header.header-nav-menu .header-nav-main nav > ul.nav-pills > li.active > a:focus {
		background-color: #4995fb;
	}

	.header-btn-collapse-nav {
		background: #4995fb;
		color: #ffffff;
	};
}
#header-orgName h2 {
	font-size:1.5em;
	margin: 5px 0 0 45px;
	padding: 1px 15px;
	background-color: rgba(238,244,255,1.00);
	color:#2A2A2A;
	border:1px solid #C5E6FF;
	border-radius: 12px;
	
}
/*
.sidebar-header, .sidebar-left .sidebar-header .sidebar-title {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background-color:#002347;
}
.sidebar-left .sidebar-header .sidebar-toggle  {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background-color:#00152B;
}
.page-header {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%);
	background-color:#034181;
}
*/
.page-header h2 {
	border-bottom-color: #4995fb;
}

.page-header .sidebar-right-toggle:hover {
	color: #4995fb;
}

ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #FB9C48 inset;
}

ul.nav-main > li.nav-active > i {
	color: #4995fb;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #4995fb;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
	color: #4995fb;
}

.nav-pills-primary > li.active > a {
	background-color: #4995fb;
}

.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
	background-color: #4995fb;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #4995fb;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
		color: #4995fb;
	}

	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.badge,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.badge {
		background-color: #4995fb;
	};
}

@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #4995fb;
	};
}

@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #4995fb;
	}

	html.boxed .sidebar-right {
		border-top-color: #4995fb;
		min-height: 0;
	};
}

.userbox .dropdown-menu a:hover {
	background: #4995fb;
}

.mailbox .mailbox-mail-list li.active {
	background: #4995fb;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #4995fb;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #62a4fc;
}

.mailbox .mailbox-mail .card .card-header .card-actions a:hover {
	color: #4995fb;
}

.media-gallery ul.mg-tags > li a:hover {
	background-color: #4995fb;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #4995fb;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #4995fb;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #4995fb;
}

.body-sign .card-sign .card-title-sign .title {
	background-color: #4995fb;
}


.body-sign .card-sign .card-body {
	border-top-color: #4995fb;
}

.body-locked .current-user .user-image {
	border-color: #4995fb;
}

.list.list-filter > li a:hover,
.list.list-filter > li a:focus,
.list.list-filter > li a:active {
	border-color: #4995fb;
}

.list.list-filter > li a.active {
	background: #4995fb;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus {
	color: #4995fb;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover:active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus:active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover.active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus.active {
	background: #4995fb !important;
}

html.modern .userbox .profile-picture.profile-picture-as-text {
	background: #4995fb;
}

html.modern .userbox.show .dropdown-menu a:hover,
html.modern .userbox.show .dropdown-menu a:hover i {
	color: #4995fb;
}

html.modern .userbox.show .dropdown-menu a:hover:active {
	background-color: #4995fb !important;
}

html.modern .notifications > li .notification-icon:hover i {
	color: #4995fb;
}

html.modern .notifications > li.show .notification-icon i {
	color: #4995fb;
}

html.modern .notifications .notification-menu .image.image-as-text {
	background: #4995fb;
}

html.modern .notifications .notification-menu .view-more {
	color: #4995fb;
}

html.modern ul.nav-main li.nav-active i {
	color: #4995fb;
}

html.modern ul.nav-main li .nav-children li.nav-active > a {
	color: #4995fb;
}

.ecommerce-timeline .ecommerce-timeline-items-wrapper .ecommerce-timeline-item:after {
	background: #4995fb;
	box-shadow: 0px 0px 0px 2px #4995fb;
}

.portfolio-item.portfolio-item-new:after {
	background: #4995fb;
}

html.landing .text-color-dark {
	color: #212529 !important;
}

blockquote.primary {
	border-color: #4995fb;
}

.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #4995fb;
}

.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus,
.nav-pills-primary > li .nav-link:hover,
.nav-pills-primary > li .nav-link:focus {
	color: #FFF;
	background-color: #62a4fc;
}

.nav-pills-primary > li .nav-link.active {
	color: #FFF;
	background-color: #4995fb;
}

.nav-pills-primary > li .active > a,
.nav-pills-primary > li .active > a:hover,
.nav-pills-primary > li .active > a:active,
.nav-pills-primary > li .active > a:focus {
	background-color: #4995fb;
}

.nav-link {
	color: #4995fb;
}

.nav-link:hover,
.nav-link:focus {
	color: #62a4fc;
}

.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
	background-color: #4995fb;
}

.open > .dropdown-toggle.btn-primary {
	background: #4995fb;
	border-color: #3086fa;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #71acfc;
}

.dropdown-item.active,
.dropdown-item:active {
	background: #4995fb;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #4995fb;
}

.select2-container--bootstrap .select2-dropdown {
	border-color: #adcffd;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	border-color: #adcffd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(73, 149, 251, 0.6);
}

.form-select:focus {
	border-color: #adcffd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(73, 149, 251, 0.6);
}

.btn-link {
	color: #4995fb;
}

.btn-link:hover {
	color: #62a4fc;
}

.btn-link:active {
	color: #3086fa;
}

html .btn-primary {
	background-color: #4995fb;
	border-color: #4995fb #4995fb #1778fa;
	color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
	background-color: #6eabfc;
	border-color: #7bb2fc #7bb2fc #4995fb;
	color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(73, 149, 251, 0.5);
	background-color: #4995fb;
	border-color: #4995fb;
}

html .btn-primary.disabled,
html .btn-primary:disabled {
	background-color: #4995fb;
	border-color: #4995fb #4995fb #1778fa;
}

html .btn-primary:active,
html .btn-primary.active,
.show > html .btn-primary.dropdown-toggle {
	background-color: #247ffa !important;
	background-image: none !important;
	border-color: #1778fa #1778fa #055fd9 !important;
	box-shadow: 0 0 0 0.2rem rgba(73, 149, 251, 0.5) !important;
}

html .btn-primary-scale-2 {
	background-color: #3086fa;
	border-color: #3086fa #3086fa #056af2;
	color: #FFF;
}

html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
	background-color: #559cfb;
	border-color: #62a4fc #62a4fc #3086fa;
	color: #FFF;
}

html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(48, 134, 250, 0.5);
	background-color: #3086fa;
	border-color: #3086fa;
}

html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
	background-color: #3086fa;
	border-color: #3086fa #3086fa #056af2;
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active,
.show > html .btn-primary-scale-2.dropdown-toggle {
	background-color: #0b71fa !important;
	background-image: none !important;
	border-color: #056af2 #056af2 #0455c0 !important;
	box-shadow: 0 0 0 0.2rem rgba(48, 134, 250, 0.5) !important;
}

html .show > .btn-primary.dropdown-toggle {
	background-color: #247ffa;
	background-image: none;
	border-color: #1778fa #1778fa #055fd9;
}

html .btn-secondary {
	background-color: #ff8600;
	border-color: #ff8600 #ff8600 #cc6b00;
	color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
	background-color: #ff9826;
	border-color: #ff9e33 #ff9e33 #ff8600;
	color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(255, 134, 0, 0.5);
	background-color: #ff8600;
	border-color: #ff8600;
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
	background-color: #ff8600;
	border-color: #ff8600 #ff8600 #cc6b00;
}

html .btn-secondary:active,
html .btn-secondary.active,
.show > html .btn-secondary.dropdown-toggle {
	background-color: #d97200 !important;
	background-image: none !important;
	border-color: #cc6b00 #cc6b00 #995000 !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 134, 0, 0.5) !important;
}

html .btn-secondary-scale-2 {
	background-color: #e67900;
	border-color: #e67900 #e67900 #b35e00;
	color: #FFF;
}

html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
	background-color: #ff8c0d;
	border-color: #ff921a #ff921a #e67900;
	color: #FFF;
}

html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(230, 121, 0, 0.5);
	background-color: #e67900;
	border-color: #e67900;
}

html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
	background-color: #e67900;
	border-color: #e67900 #e67900 #b35e00;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active,
.show > html .btn-secondary-scale-2.dropdown-toggle {
	background-color: #bf6500 !important;
	background-image: none !important;
	border-color: #b35e00 #b35e00 #804300 !important;
	box-shadow: 0 0 0 0.2rem rgba(230, 121, 0, 0.5) !important;
}

html .show > .btn-secondary.dropdown-toggle {
	background-color: #d97200;
	background-image: none;
	border-color: #cc6b00 #cc6b00 #995000;
}

html .btn-tertiary {
	background-color: #2e58aa;
	border-color: #2e58aa #2e58aa #234382;
	color: #FFF;
}

html .btn-tertiary:hover,
html .btn-tertiary.hover {
	background-color: #3668c8;
	border-color: #406fcb #406fcb #2e58aa;
	color: #FFF;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(46, 88, 170, 0.5);
	background-color: #2e58aa;
	border-color: #2e58aa;
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
	background-color: #2e58aa;
	border-color: #2e58aa #2e58aa #234382;
}

html .btn-tertiary:active,
html .btn-tertiary.active,
.show > html .btn-tertiary.dropdown-toggle {
	background-color: #26488c !important;
	background-image: none !important;
	border-color: #234382 #234382 #182e5a !important;
	box-shadow: 0 0 0 0.2rem rgba(46, 88, 170, 0.5) !important;
}

html .btn-tertiary-scale-2 {
	background-color: #294e96;
	border-color: #294e96 #294e96 #1e396e;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
	background-color: #315db4;
	border-color: #3362be #3362be #294e96;
	color: #FFF;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(41, 78, 150, 0.5);
	background-color: #294e96;
	border-color: #294e96;
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
	background-color: #294e96;
	border-color: #294e96 #294e96 #1e396e;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active,
.show > html .btn-tertiary-scale-2.dropdown-toggle {
	background-color: #203e78 !important;
	background-image: none !important;
	border-color: #1e396e #1e396e #132446 !important;
	box-shadow: 0 0 0 0.2rem rgba(41, 78, 150, 0.5) !important;
}

html .show > .btn-tertiary.dropdown-toggle {
	background-color: #26488c;
	background-image: none;
	border-color: #234382 #234382 #182e5a;
}

html .btn-quaternary {
	background-color: #021c81;
	border-color: #021c81 #021c81 #01114f;
	color: #FFF;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
	background-color: #0324a7;
	border-color: #0327b3 #0327b3 #021c81;
	color: #FFF;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(2, 28, 129, 0.5);
	background-color: #021c81;
	border-color: #021c81;
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
	background-color: #021c81;
	border-color: #021c81 #021c81 #01114f;
}

html .btn-quaternary:active,
html .btn-quaternary.active,
.show > html .btn-quaternary.dropdown-toggle {
	background-color: #01145b !important;
	background-image: none !important;
	border-color: #01114f #01114f #00061d !important;
	box-shadow: 0 0 0 0.2rem rgba(2, 28, 129, 0.5) !important;
}

html .btn-quaternary-scale-2 {
	background-color: #021768;
	border-color: #021768 #021768 #010c36;
	color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
	background-color: #021f8e;
	border-color: #02219a #02219a #021768;
	color: #FFF;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(2, 23, 104, 0.5);
	background-color: #021768;
	border-color: #021768;
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
	background-color: #021768;
	border-color: #021768 #021768 #010c36;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active,
.show > html .btn-quaternary-scale-2.dropdown-toggle {
	background-color: #010e42 !important;
	background-image: none !important;
	border-color: #010c36 #010c36 #000103 !important;
	box-shadow: 0 0 0 0.2rem rgba(2, 23, 104, 0.5) !important;
}

html .show > .btn-quaternary.dropdown-toggle {
	background-color: #01145b;
	background-image: none;
	border-color: #01114f #01114f #00061d;
}

html .btn-dark {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
	color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
	background-color: #3e4854;
	border-color: #444e5b #444e5b #2e353e;
	color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
	background-color: #2e353e;
	border-color: #2e353e;
}

html .btn-dark.disabled,
html .btn-dark:disabled {
	background-color: #2e353e;
	border-color: #2e353e #2e353e #181c21;
}

html .btn-dark:active,
html .btn-dark.active,
.show > html .btn-dark.dropdown-toggle {
	background-color: #1e2228 !important;
	background-image: none !important;
	border-color: #181c21 #181c21 #030303 !important;
	box-shadow: 0 0 0 0.2rem rgba(46, 53, 62, 0.5) !important;
}

html .btn-dark-scale-2 {
	background-color: #23282f;
	border-color: #23282f #23282f #0d0f12;
	color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
	background-color: #333b45;
	border-color: #39424d #39424d #23282f;
	color: #FFF;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(35, 40, 47, 0.5);
	background-color: #23282f;
	border-color: #23282f;
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
	background-color: #23282f;
	border-color: #23282f #23282f #0d0f12;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active,
.show > html .btn-dark-scale-2.dropdown-toggle {
	background-color: #131619 !important;
	background-image: none !important;
	border-color: #0d0f12 #0d0f12 #000000 !important;
	box-shadow: 0 0 0 0.2rem rgba(35, 40, 47, 0.5) !important;
}

html .show > .btn-dark.dropdown-toggle {
	background-color: #1e2228;
	background-image: none;
	border-color: #181c21 #181c21 #030303;
}

html .btn-light {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
}

html .btn-light:hover,
html .btn-light.hover {
	background-color: #ffffff;
	border-color: #ffffff #ffffff #FFF;
	color: #777;
}

html .btn-light:focus,
html .btn-light.focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
	background-color: #FFF;
	border-color: #FFF;
}

html .btn-light.disabled,
html .btn-light:disabled {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
}

html .btn-light:active,
html .btn-light.active,
.show > html .btn-light.dropdown-toggle {
	background-color: #ececec !important;
	background-image: none !important;
	border-color: #e6e6e6 #e6e6e6 #cccccc !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

html .btn-light-scale-2 {
	background-color: #f2f2f2;
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
	color: #777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
	background-color: #ffffff;
	border-color: #ffffff #ffffff #f2f2f2;
	color: #777;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
	box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
	background-color: #f2f2f2;
	border-color: #f2f2f2 #f2f2f2 #d9d9d9;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active,
.show > html .btn-light-scale-2.dropdown-toggle {
	background-color: #dfdfdf !important;
	background-image: none !important;
	border-color: #d9d9d9 #d9d9d9 #bfbfbf !important;
	box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5) !important;
}

html .show > .btn-light.dropdown-toggle {
	background-color: #ececec;
	background-image: none;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #4995fb;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
	background-color: #4995fb !important;
	border-color: #4995fb;
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
	color: #4995fb;
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
	background-color: #4995fb;
	border-color: #4995fb;
}

.pagination > .active > a,
body.dark .pagination > .active > a {
	background-color: #4995fb;
	border-color: #4995fb #4995fb #1778fa;
	color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
	background-color: #6eabfc;
	border-color: #7bb2fc #7bb2fc #4995fb;
	color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
	box-shadow: 0 0 0 3px rgba(73, 149, 251, 0.5);
	background-color: #4995fb;
	border-color: #4995fb;
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
	background-color: #4995fb;
	border-color: #4995fb #4995fb #1778fa;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active,
.show > .pagination > .active > a.dropdown-toggle,
.show > body.dark .pagination > .active > a.dropdown-toggle {
	background-color: #247ffa !important;
	background-image: none !important;
	border-color: #1778fa #1778fa #055fd9 !important;
	box-shadow: 0 0 0 0.2rem rgba(73, 149, 251, 0.5) !important;
}

.switch.switch-primary .ios-switch .on-background {
	background: #4995fb;
}

.badge-primary {
	background: #4995fb;
}

.alternative-font {
	color: #4995fb;
}

.highlight {
	background-color: #4995fb;
}

p.drop-caps:first-letter {
	color: #4995fb;
}

p.drop-caps.drop-caps-style-2:first-letter {
	background-color: #4995fb;
}

.form-control:focus {
	border-color: #adcffd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(73, 149, 251, 0.3);
}

.header .toggle-sidebar-left {
	background: #4995fb;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #4995fb;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #4995fb;
}

.timeline .tm-items > li .tm-icon {
	border-color: #4995fb;
	color: #4995fb;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #4995fb;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #4995fb;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #4995fb;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #4995fb;
}

.pricing-table .most-popular {
	border-color: #4995fb;
}

.pricing-table .most-popular h3 {
	background-color: #4995fb;
}

.pricing-table.princig-table-flat .plan h3 {
	background-color: #4995fb;
}

.pricing-table.princig-table-flat .plan h3 span {
	background: #4995fb;
}

.dataTables_processing {
	background-color: #4995fb;
}

.accordion .card-header a {
	color: #4995fb;
}

html .accordion.accordion-primary .card-header {
	background-color: #4995fb !important;
}

html .accordion.accordion-primary .card-header a {
	color: #FFF;
}

html .accordion.accordion-secondary .card-header {
	background-color: #ff8600 !important;
}

html .accordion.accordion-secondary .card-header a {
	color: #FFF;
}

html .accordion.accordion-tertiary .card-header {
	background-color: #2e58aa !important;
}

html .accordion.accordion-tertiary .card-header a {
	color: #FFF;
}

html .accordion.accordion-quaternary .card-header {
	background-color: #021c81 !important;
}

html .accordion.accordion-quaternary .card-header a {
	color: #FFF;
}

html .accordion.accordion-dark .card-header {
	background-color: #2e353e !important;
}

html .accordion.accordion-dark .card-header a {
	color: #FFF;
}

html .accordion.accordion-light .card-header {
	background-color: #FFF !important;
}

html .accordion.accordion-light .card-header a {
	color: #777;
}

html .toggle-primary .toggle label {
	color: #4995fb;
	border-left-color: #4995fb;
	border-right-color: #4995fb;
}

html .toggle-primary .toggle.active > label {
	background-color: #4995fb !important;

	border-color: #4995fb;
	color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after {
	background-color: #4995fb;
}

html .toggle-secondary .toggle label {
	color: #ff8600;
	border-left-color: #ff8600;
	border-right-color: #ff8600;
}

html .toggle-secondary .toggle.active > label {
	background-color: #ff8600 !important;
	border-color: #ff8600;
	color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after {
	background-color: #ff8600;
}

html .toggle-tertiary .toggle label {
	color: #2e58aa;
	border-left-color: #2e58aa;
	border-right-color: #2e58aa;
}

html .toggle-tertiary .toggle.active > label {
	background-color: #2e58aa !important;
	border-color: #2e58aa;
	color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
	background-color: #2e58aa;
}

html .toggle-quaternary .toggle label {
	color: #021c81;
	border-left-color: #021c81;
	border-right-color: #021c81;
}

html .toggle-quaternary .toggle.active > label {
	background-color: #021c81 !important;
	border-color: #021c81;
	color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
	background-color: #021c81;
}

html .toggle-dark .toggle label {
	color: #2e353e;
	border-left-color: #2e353e;
	border-right-color: #2e353e;
}

html .toggle-dark .toggle.active > label {
	background-color: #2e353e !important;
	border-color: #2e353e;
	color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after {
	background-color: #2e353e;
}

html .toggle-light .toggle label {
	color: #FFF;
	border-left-color: #FFF;
	border-right-color: #FFF;
}

html .toggle-light .toggle.active > label {
	background-color: #FFF !important;
	border-color: #FFF;
	color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after {
	background-color: #FFF;
}

.alert-primary {
	background-color: #4995fb;
	border-color: #3a8cfb;
}

.alert-primary .alert-link {
	color: #055fd9;
}

.dd-handle:hover {
	color: #4995fb !important;
}

.dd-placeholder {
	background: #ffffff;
	border-color: #4995fb;
}

.card-highlight .card-header {
	background-color: #4995fb;
	border-color: #4995fb;
}

.card-highlight .card-body {
	background-color: #4995fb;
}

html .card-primary .card-header {
	background: #4995fb;
	border-color: #4995fb;
}

html .card-featured-primary {
	border-color: #4995fb;
}

html .card-featured-primary .card-title {
	color: #4995fb;
}

html .card-group .card-accordion-primary {
	background: #4995fb;
}

html .card-secondary .card-header {
	background: #ff8600;
	border-color: #ff8600;
}

html .card-featured-secondary {
	border-color: #ff8600;
}

html .card-featured-secondary .card-title {
	color: #ff8600;
}

html .card-group .card-accordion-secondary {
	background: #ff8600;
}

html .card-tertiary .card-header {
	background: #2e58aa;
	border-color: #2e58aa;
}

html .card-featured-tertiary {
	border-color: #2e58aa;
}

html .card-featured-tertiary .card-title {
	color: #2e58aa;
}

html .card-group .card-accordion-tertiary {
	background: #2e58aa;
}

html .card-quaternary .card-header {
	background: #021c81;
	border-color: #021c81;
}

html .card-featured-quaternary {
	border-color: #021c81;
}

html .card-featured-quaternary .card-title {
	color: #021c81;
}

html .card-group .card-accordion-quaternary {
	background: #021c81;
}

html .card-dark .card-header {
	background: #2e353e;
	border-color: #2e353e;
}

html .card-featured-dark {
	border-color: #2e353e;
}

html .card-featured-dark .card-title {
	color: #2e353e;
}

html .card-group .card-accordion-dark {
	background: #2e353e;
}

html .card-light .card-header {

	background: #FFF;
	border-color: #FFF;
}

html .card-featured-light {
	border-color: #FFF;
}

html .card-featured-light .card-title {
	color: #FFF;
}

html .card-group .card-accordion-light {
	background: #FFF;
}

.progress-bar {
	background-color: #4995fb;
}

.progress .progress-bar-primary {
	background-color: #4995fb;
}

.toggle label {
	border-left-color: #4995fb;
	color: #4995fb;
}

.toggle.active > label {
	background: #4995fb !important;
	border-color: #4995fb;
}

.jstree-default .jstree-hovered {
	background-color: #ffffff !important;
}

.jstree-default .jstree-clicked {
	background-color: #ffffff !important;
}

.jstree-default .colored {
	color: #4995fb !important;
}

.jstree-default .colored .jstree-icon {
	color: #4995fb !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #4995fb !important;
}

.sidebar-widget.widget-tasks ul li:before {
	border-color: #4995fb;
}

.widget-twitter-profile {
	background-color: #4995fb;
}

.widget-twitter-profile .profile-quote {
	background-color: #5da1fb;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(123, 178, 252, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(123, 178, 252, 0.7);
}
#cardStaffProfile.mine {
	border-radius: 8px;
	border:3px solid rgb(255,229,0);
}
#cardStaffProfile #teacherInfo img {
	min-width: 100%;
	max-height: 200px;
}
.thumb-info .myTeacher {
	position: absolute;
	top:16px;
	right:10px;
	font-size: 18px !important;
	color:#FFF;
}
.thumb-info .thumb-info-inner {
	text-shadow: 2px 2px 2px rgb(0,0,0);
}
.thumb-info .thumb-info-type {
	background-color: #4995fb;
}
.thumb-info .thumb-info-school {
	display: block;
	font-size:9px;
	line-height: 12px;
	color:rgba(219,219,219,1.00);
	text-transform: none;
	letter-spacing: 0;
}
.social-icons-list a {
	background: #4995fb;
}

.notifications .notification-menu .notification-title {
	background: #4995fb;
}

.notifications .notification-menu .notification-title .badge-default {
	background-color: #1778fa;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #4995fb;
}

.ui-pnotify .notification-primary {
	background: rgba(73, 149, 251, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #4995fb;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(73, 149, 251, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #4995fb;
}

.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
	color: #4995fb;
}

.modal-block-primary.modal-header-color .card-header {
	background-color: #4995fb;
}

.modal-block-primary.modal-full-color .card {
	background-color: #71acfc;
}

.modal-block-primary.modal-full-color .card-header {
	background-color: #4995fb;
}

.modal-block-primary.modal-full-color .card-footer {
	background-color: #71acfc;
}

.modal-block-primary .modal-icon .fa,
.modal-block-primary .modal-icon .fab,
.modal-block-primary .modal-icon .fal,
.modal-block-primary .modal-icon .far,
.modal-block-primary .modal-icon .fas {
	color: #4995fb;
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover {
	color: #4995fb;
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus {
	border-top-color: #4995fb;
}

html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
	border-top-color: #4995fb;
	color: #4995fb;
}

html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus,
html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus {
	border-top-color: #4995fb;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus {
	border-bottom-color: #4995fb;
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus {
	border-left-color: #4995fb;
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus {
	border-right-color: #4995fb;
}

html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover {
	border-top-color: #4995fb;
	color: #4995fb;
}

html body .tabs-primary .nav-tabs li .nav-link,
html.dark body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	color: #4995fb;
}

html body .tabs-primary .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #4995fb;
}

html body .tabs-primary .nav-tabs li.active .nav-link,
html.dark body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #4995fb;
	color: #4995fb;
}

html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #4995fb;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #4995fb;
}

html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #4995fb;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #4995fb;
}

html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #4995fb;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #4995fb;
}

html body .tabs-secondary .nav-tabs li .nav-link,
html.dark body .tabs-secondary .nav-tabs li .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link,
html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	color: #ff8600;
}

html body .tabs-secondary .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #ff8600;
}

html body .tabs-secondary .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #ff8600;
	color: #ff8600;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #ff8600;
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #ff8600;
}

html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #ff8600;
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #ff8600;
}

html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #ff8600;
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #ff8600;
}

html body .tabs-tertiary .nav-tabs li .nav-link,
html.dark body .tabs-tertiary .nav-tabs li .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link,
html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	color: #2e58aa;
}

html body .tabs-tertiary .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #2e58aa;
}

html body .tabs-tertiary .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #2e58aa;
	color: #2e58aa;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #2e58aa;
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #2e58aa;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #2e58aa;
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #2e58aa;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #2e58aa;
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #2e58aa;
}

html body .tabs-quaternary .nav-tabs li .nav-link,
html.dark body .tabs-quaternary .nav-tabs li .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link,
html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	color: #021c81;
}

html body .tabs-quaternary .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #021c81;
}

html body .tabs-quaternary .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #021c81;
	color: #021c81;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #021c81;
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #021c81;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #021c81;
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #021c81;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #021c81;
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #021c81;
}

html body .tabs-dark .nav-tabs li .nav-link,
html.dark body .tabs-dark .nav-tabs li .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link,
html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	color: #2e353e;
}

html body .tabs-dark .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #2e353e;
}

html body .tabs-dark .nav-tabs li.active .nav-link,
html.dark body .tabs-dark .nav-tabs li.active .nav-link,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #2e353e;
	color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #2e353e;
}

html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #2e353e;
}

html body .tabs-light .nav-tabs li .nav-link,
html.dark body .tabs-light .nav-tabs li .nav-link,
html body .tabs-light .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link,
html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	color: #FFF;
}

html body .tabs-light .nav-tabs li .nav-link:hover,
html.dark body .tabs-light .nav-tabs li .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #FFF;
}

html body .tabs-light .nav-tabs li.active .nav-link,
html.dark body .tabs-light .nav-tabs li.active .nav-link,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs li.active .nav-link:hover,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs li.active .nav-link:focus,
html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #FFF;
	color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus {
	border-bottom-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus {
	border-left-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover {
	border-right-color: #FFF;
}

html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus {
	border-right-color: #FFF;
}
.tabs-modern .nav .nav-link > i {
	color:#A8C2D3;
}
.tab-navigation nav > ul > li:hover:not(.nav-expanded) > a {
	background: #4995fb;
}

.tab-navigation nav > ul > li > ul > li.nav-active > a {
	color: #4995fb !important;
}

.tab-navigation nav > ul > li > ul > li .dropdown-menu li.nav-active > a {
	color: #4995fb !important;
}

html.has-tab-navigation .toggle-menu {
	background: #4995fb;
}

.search-content .search-toolbar .nav-pills li.active a {
	color: #4995fb;
	border-bottom-color: #4995fb;
}

.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas {
	background: #4995fb;
}

.scrollable.colored-slider .scrollable-slider {
	background: #4995fb;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #4995fb;
	border-bottom-color: #4995fb;
}

.bootstrap-timepicker-widget table td a:hover {
	background-color: #4995fb;
}

#nprogress .bar {
	background: #4995fb;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #4995fb, 0 0 5px #4995fb;
}

.img-thumbnail .zoom {
	background: #4995fb;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #2b84fa;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #4995fb;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #67a6fc;
}

.ct-chart .tooltip {
	background: #4995fb;
}

.ct-chart .tooltip:after {
	border-top-color: #4995fb;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
	stroke: #4995fb;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #4995fb;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
	stroke: #056af2;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #056af2;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
	stroke: #056af2;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #056af2;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
	stroke: #94c1fd;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #94c1fd;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
	stroke: #033f8e;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #033f8e;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
	stroke: #f8fbff;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #f8fbff;
}

.call-to-action.call-to-action-primary {
	background-color: #4995fb;
}

ul.simple-bullet-list li:before {
	border-color: #4995fb;
}

.simple-card-list li.primary {
	background: #4995fb;
}

.simple-todo-list li.completed:before {
	color: #4995fb;
}

.bootstrap-tagsinput .badge {
	background: #4995fb;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #4995fb;
	border-color: #3086fa;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #4995fb;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #4995fb;
	box-shadow: 0px 0px 1px #4995fb;
}

.switch.switch-primary .ios-switch .on-background {
	background: #4995fb;
}

.progress-bar {
	background-color: #4995fb;
}

.progress .progress-bar-primary {
	background-color: #4995fb;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #4995fb;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to left, #7bb2fc 0, #4995fb 50%, #1778fa 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to right, #7bb2fc 0, #4995fb 50%, #1778fa 100%);
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
	background: #4995fb;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
	background: #4995fb;
}

.datepicker table thead tr:last-child th:hover {
	color: #4995fb;
}

.datepicker table tbody tr td.day:hover {
	background: #4995fb;
}

.datepicker table tbody tr td.day.active {
	background: #1778fa;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
	background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #4995fb;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
	background: #1778fa;
}

.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #4995fb;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #1778fa;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #62a4fc;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #4995fb;
	color: #FFF;
}

.select2-container-multi .select2-choices .select2-search-choice {
	background: #4995fb;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #4995fb !important;
}

.dataTables_processing {
	background-color: #4995fb;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #4995fb;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
	background-color: #4995fb;
}
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #4995fb;
	border-color: #3086fa;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #4995fb;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #4995fb;
	box-shadow: 0px 0px 1px #4995fb;
}

.switch.switch-primary .ios-switch .on-background {
	background: #4995fb;
}

.progress-bar {
	background-color: #4995fb;
}

.progress .progress-bar-primary {
	background-color: #4995fb;
}

.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #4995fb;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to left, #7bb2fc 0, #4995fb 50%, #1778fa 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: linear-gradient(to right, #7bb2fc 0, #4995fb 50%, #1778fa 100%);
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
	background: #4995fb;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
	background: #4995fb;
}

.datepicker table thead tr:last-child th:hover {
	color: #4995fb;
}

.datepicker table tbody tr td.day:hover {
	background: #4995fb;
}

.datepicker table tbody tr td.day.active {
	background: #1778fa;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
	background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #4995fb;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
	background: #1778fa;
}

.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #4995fb;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #1778fa;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #62a4fc;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #4995fb;
	color: #FFF;
}

.select2-container-multi .select2-choices .select2-search-choice {
	background: #4995fb;
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #4995fb !important;
}

.dataTables_processing {
	background-color: #4995fb;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #4995fb;
}

.multiselect-container > .active > a,
.multiselect-container > .active > a:hover,
.multiselect-container > .active > a:focus {
	background-color: #4995fb;
}
ul.nav-main li a {
    font-size: 0.7rem;
}


html .card-primary .card-header {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.20) 100%);
}
.userbox .profile-picture.profile-picture-as-text {
display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CCC;
    color: #FFF;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
    padding-right: 1px;
}
.footer .k-button {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 90%,rgba(0,0,0,0.40) 100%);
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.card.card-blur {
	border:1px solid rgba(255,255,255,0.75);
	background: none;
	backdrop-filter: blur(15px) saturate(90%);
}
.card.card-blur .card-body {
	background-color:rgba(255,255,255,0.60);
}
#sidebar-left div.nano:after {
	content:'';
	display: block;
	position: absolute;
	top: 0;
	left:0;
	z-index: 1005;
	box-shadow:inset -10px 0 8px -8px rgba(0, 0, 0, 0.9);
	height: 100%;
	width:100%;
	pointer-events: none;
}
.inner-menu {
	background: #121719;
}
@media only screen and (min-width: 768px) {
	html.fixed.sidebar-left-big-icons .page-header {
		left:100px;
	}
    html.fixed.sidebar-left-big-icons .content-body {
        margin-left: 100px;
    }
	html.fixed.sidebar-left-big-icons .inner-menu {
		left:100px;
		padding:15px;
		width:350px;
		box-shadow:inset -10px 0 8px -8px rgba(0, 0, 0, 0.9);
	}
	html.fixed.sidebar-left-big-icons .inner-body {
		margin-left: 350px;
	}
	html.fixed.sidebar-left-big-icons .content-with-menu:after {
        background: #000;
       /* box-shadow: 0px 0 4px 2px rgba(0, 0, 0, 0.5);*/
    }
}
    html.fixed.sidebar-left-big-icons .content-with-menu:after {
        bottom: 2px;
    }

    html.fixed.sidebar-left-big-icons .content-with-menu:after {
        bottom: -46px;
        content: '';
        display: block;
        left: -1px;
        position: absolute;
        top: 10px;
        width: 1px;
        z-index: 1005;
    }
	.footer {
		position: fixed;
		bottom:0;
		left: 100px;
		height:40px;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.30) 100%);
		background-color: #1D2127;
		margin:0;
		padding: 7px 5px;
		display: block;
		width:calc(100% - 100px);
		border-top:1px solid rgba(255,255,255,0.2);
		border-left: 1px solid #424B59;
		z-index: 1500;
	}
.coreView {
	box-sizing: border-box;
	
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms ease-in, visibility 0ms ease-in 250ms, display 250ms;
	transition-behavior: allow-discrete;
}
.coreView.show {
	opacity: 1;
	visibility: visible;
	transition-delay: 0ms;
	display: inherit;
}
	.coreView:has(.footer) {
		/*margin-bottom:45px;*/
	}
/* select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
} */
.lv-inset, .listview-template:not(.k-filemanager) ul {
	padding: 0;
	margin: 13px;
	font-weight: 400;
	font-size: 13.3px;
	list-style-type: none;
}
.lv-inset li, .listview-template:not(.k-filemanager) ul li {
	display: block;
	vertical-align: middle;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	box-sizing: border-box;
	padding: .5em .7em;
	position: relative;
	margin: 0;
	list-style-type: none;
	background: #f0f0f0;
	border-width: 0 1px;
	border-style: solid;
	border-color:#b1b3b8;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .4);
}
.lv-inset>li:first-child, .listview-template:not(.k-filemanager) ul>li:first-child{
    border-radius: 6px 6px 0 0;
}
.lv-inset>li:last-child, .listview-template:not(.k-filemanager) ul>li:last-child {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-radius: 0 0 7px 7px;
}
.k-window {
	border-radius: 8px;
	background-image: url(../../images/modal_BGWood.jpg) !important;
    background-size: 100px 100px;
    background-repeat: repeat;
}
.k-window-titlebar {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    border-color: inherit;
    color: #FFFFFF;
	background: linear-gradient(to bottom, #4a97fe 0%, #1d4998 90%, #3176d1 100%);
}
.k-window.k-dialog {
	background: rgba(185,194,219,0.75);
	background-image: none !important;
	background-color: rgba(185,194,219,0.75);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5), 0 0 2px rgba(0, 0, 0, .5);
	border: 1px solid rgba(255,255,255,0.25);
}
.k-dialog .k-dialog-titlebar {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
    border-color: inherit;
    color: #FFFFFF;
	background: linear-gradient(to bottom, rgba(255,127,0,0.8) 0%,rgba(153,114,0,0.8) 90%,rgba(153,112,0,0.8) 100%);
}
.k-dialog .k-dialog-content {
	border-radius: 8px;
	margin: 15px;
	padding: 10px;
	background: rgba(255,255,255,0.85);
}
.popover-dark {
	background: rgba(10, 18, 38, .9);
	background-color: rgba(10, 18, 38, .9);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5), 0 0 2px rgba(0, 0, 0, .5);
}
.popover-dark .k-popover-inner {
	background: none;
}
.popover-dark .ddm-header {
	margin: 3px 2px 4px;
}
.popover-glass {
	background: rgba(10, 18, 38, .9);
	background-color: rgba(10, 18, 38, .35);
	/*background: linear-gradient(to bottom, rgba(49,58,81,1.00) 15px,rgba(10,18,38,0.35) 55px,rgba(10,18,38,0.35) 100%);*/
	box-shadow: 0 0 15px rgba(0, 0, 0, .5), 0 0 2px rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px) saturate(90%);
	border: 1px solid rgba(255,255,255,0.25);
}
.popover-glass .k-popover-callout.k-callout-n {
	background: rgba(49,58,81,1.00);
	background:  linear-gradient(135deg, rgba(10,18,38,0.35) 0%,rgba(10,18,38,0.35) 50%,rgba(10,18,38,0) 51%);
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: none;
}
.popover-glass .k-popover-callout.k-callout-e {
	background: rgba(49,58,81,1.00);
	background:  linear-gradient(-45deg, rgba(10,18,38,0.35) 0%,rgba(10,18,38,0.35) 50%,rgba(10,18,38,0) 51%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: none;
}
.popover-glass .k-popover-callout.k-callout-w {
	background: rgba(49,58,81,1.00);
	background:  linear-gradient(45deg, rgba(10,18,38,0.35) 0%,rgba(10,18,38,0.35) 50%,rgba(10,18,38,0) 51%);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: none;
}
.popover-glass .k-popover-inner {
	background: none;
}
.popover-glass .popoverHeader { background-image: none;}
.popover-glass .popoverHeader .title { box-shadow: none;}
.popover-glass .popoverBody, .window-glass .windowBody {
	background-color: rgba(255,255,255,0.50);
	padding: 8px;
	border-radius: 8px;
	overflow: auto;
}
.popover-glass .popoverBody .formItem:first-child, .window-glass .windowBody .formItem:first-child {
	border-top: none;
}
.popover-glass .popoverBody .formItem:last-child, .window-glass .windowBody .formItem:last-child {
	border-bottom: none;
}
.popover-glass .popoverBody .formItem, .window-glass .windowBody .formItem {
	background-color: transparent;
	border-top: 1px solid rgba(255,255,255,0.70);
    border-bottom: 1px solid rgba(0,0,0,0.30);
}
.popover-glass .popoverHeader .title h4 {
	font-weight: 600;
}
.k-window:has(.window-glass) {
	background: rgba(10, 18, 38, .9);
	background-image: none !important;
	background-color: rgba(185,194,219,0.35);
	box-shadow: 0 0 15px rgba(0, 0, 0, .5), 0 0 2px rgba(0, 0, 0, .5);
    backdrop-filter: blur(10px) saturate(90%);
	border: 1px solid rgba(255,255,255,0.25);
}
.k-window:has(.window-glass) .k-window-titlebar {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-color: inherit;
    color: #FFFFFF;
	text-align: center;
	font-weight: 600;
    background: linear-gradient(to bottom, rgba(255,127,0,0.8) 0%,rgba(153,114,0,0.8) 90%,rgba(153,112,0,0.8) 100%);
}
.ddm-header {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .35), rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
	padding: 0 5px;
    margin: -5px 2px 4px;
    border-radius: 5px 5px 0 0;
    -webkit-margin-collapse: separate;
}
.ddm-header .ddm-title {
	font-size: 18px;
	line-height: 30px;
	margin:0;
	color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .3);
	position: relative;
    visibility: visible;
    text-align: center;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}
.content-body {
	padding:40px 40px 0 40px;
}
.content-body:has(.hasFooter) {
	padding:40px;
}
.content-body:has(#Form.show) {
	padding:0px;
}
.card-menu {
	background: #1D2127;
    border-right: 1px solid #242830;
    color: #abb4be;
    padding: 0;
    margin: 0 -0.85rem 0 -0.85rem;
}
.card-menu li {
	
}
.card-menu a.menu-item {
	color: #abb4be;
    display: block;
    padding: 10px 8px 10px 25px;
    text-decoration: none;
	cursor: pointer;
	border-top:1px solid rgba(255,255,255,0.15);
	border-bottom:1px solid rgba(0,0,0,0.45);
}
.card-menu a.menu-item i { margin-left: -20px; }
.card-menu a.menu-item:hover {
	background: #21262d;
    color: #abb4be;
    text-decoration: none;
}
.evaluwise .tabs-modern .nav .nav-link {
	padding:12px 22px;
}
@media only screen and (min-width: 768px) {
	html.sidebar-left-big-icons .sidebar-left {
		width: 55px;
	}
	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a > i {
        font-size: 1.2rem;
    }
	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span {
        display: none;
    }
	html.fixed.sidebar-left-big-icons .content-body {
        margin-left: 55px;
    }
	html.fixed.sidebar-left-big-icons .inner-menu {
		left:55px;
		width:300px;
	}
	html.fixed.sidebar-left-big-icons .page-header {
        left: 55px;
    }
	html.fixed.sidebar-left-big-icons .inner-body {
        margin-left: 300px;
    }
	.staffScrollContainer, .evalScrollContainer {
		padding: 40px 0;
		left:15px; right:15px;
		box-sizing: border-box;
		width:auto;
	}
}
@media only screen and (min-width: 1200px) {
	html.fixed.sidebar-left-big-icons .sidebar-left {
		width: 100px;
	}
	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a > i {
        font-size: 1.8rem;
    }
	html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span {
        display: block;
    }
	html.fixed.sidebar-left-big-icons .content-body {
        margin-left: 100px;
    }
	html.fixed.sidebar-left-big-icons .inner-menu {
		left:100px;
		width:350px;
	}
	html.fixed.sidebar-left-big-icons .page-header {
        left: 100px;
    }
	html.fixed.sidebar-left-big-icons .inner-body {
        margin-left: 350px;
    }
	.staffScrollContainer, .evalScrollContainer {
		padding: 40px;
		width:calc(100%+80px);
	}
}