@charset "UTF-8";
/* #GLOBAL IMPORTS
========================================================================== */
/* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com) 
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com) 
  ---------------------------------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)
      
Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory 
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/* #BASE - Base Variable file along with font library, and colors.
========================================================================== */
/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* select */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav parent level-0 */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  letter-spacing: 0.1px; }

.page-content {
  color: #666666; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400; }

strong {
  font-weight: 500; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 2px 0 1.5rem; }

h2 small,
h3 small,
.h2 small,
.h3 small {
  font-size: 0.9375rem; }

h4 small,
.h4 small {
  font-size: 0.875rem; }

h5 small,
h6 small,
.h5 small,
.h6 small {
  font-size: 0.8125rem; }

/* contrast text */
.text-contrast {
  color: #333333; }

/* text-gradient */
.text-gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
  background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
  color: #886ab5;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none; }

/* looking for font size? Check _helpers.scss */
/* PLACEHOLDER 
============================================= 

EXAMPLE:

%bg-image {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

.image-one {
		@extend %bg-image;
		background-image:url(/img/image-one.jpg");
}

RESULT:

.image-one, .image-two {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

*/
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
  background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
  background-color: #584475; }

/*
%shadow-hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;

	&:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
	}
}
*/
.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-default:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c6c6c6;
    color: #333;
    z-index: 2; }
  .btn-default:focus {
    border-color: #b19dce !important;
    z-index: 3; }
  .active.btn-default {
    background: #a38cc6;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important; }

.custom-scroll,
.custom-scrollbar {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .custom-scroll::-webkit-scrollbar-track-piece,
  .custom-scrollbar::-webkit-scrollbar-track-piece {
    background-color: transparent; }
  .custom-scroll::-webkit-scrollbar-thumb:vertical,
  .custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: #666; }
  .custom-scroll::-webkit-scrollbar,
  .custom-scrollbar::-webkit-scrollbar {
    height: 4px;
    width: 4px; }
  .custom-scroll::-webkit-scrollbar-corner,
  .custom-scrollbar::-webkit-scrollbar-corner {
    width: 40px; }
  .custom-scroll::-webkit-scrollbar-thumb:vertical,
  .custom-scrollbar::-webkit-scrollbar-thumb:vertical {
    background-color: #666; }

.page-logo, body:not(.header-function-fixed) .page-logo, .header-function-fixed:not(.nav-function-top) .page-header, #msgr_listfilter_input, .msgr-list, .msgr-list + .msgr:before {
  -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1); }

.breadcrumb > li.breadcrumb-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-switch, [class*="btn-outline-"], .panel-toolbar .btn-panel, .settings-panel .list, .settings-panel .list .onoffswitch,
.settings-panel .list:hover .onoffswitch, .color-disp-demo tr td, .icon-demo li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.info-card img.cover {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.header-function-fixed .btn-switch[data-class="header-function-fixed"], .nav-function-fixed .btn-switch[data-class="nav-function-fixed"], .nav-function-minify .btn-switch[data-class="nav-function-minify"], .nav-function-hidden .btn-switch[data-class="nav-function-hidden"], .nav-function-top .btn-switch[data-class="nav-function-top"], .nav-mobile-push .btn-switch[data-class="nav-mobile-push"], .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"], .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"], .mod-main-boxed .btn-switch[data-class="mod-main-boxed"], .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"], .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"], .mod-pace-custom .btn-switch[data-class="mod-pace-custom"], .mod-bigger-font .btn-switch[data-class="mod-bigger-font"], .mod-high-contrast .btn-switch[data-class="mod-high-contrast"], .mod-color-blind .btn-switch[data-class="mod-color-blind"], .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"], .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"], .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"], .mod-disable-animation .btn-switch[data-class="mod-disable-animation"], .mod-nav-link .btn-switch[data-class="mod-nav-link"], .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] {
  color: #fff;
  background: #886ab5 !important; }
  .header-function-fixed .btn-switch[data-class="header-function-fixed"]:before, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:before, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:before, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:before, .nav-function-top .btn-switch[data-class="nav-function-top"]:before, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:before, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:before, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:before, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:before, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:before, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:before, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:before, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:before, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:before, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:before, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:before, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:before, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:before, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:before, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:before, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:before {
    content: "ON" !important;
    left: 7px !important;
    right: auto !important; }
  .header-function-fixed .btn-switch[data-class="header-function-fixed"]:after, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after, .nav-function-minify .btn-switch[data-class="nav-function-minify"]:after, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after, .nav-function-top .btn-switch[data-class="nav-function-top"]:after, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after, .mod-color-blind .btn-switch[data-class="mod-color-blind"]:after, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after, .mod-nav-link .btn-switch[data-class="mod-nav-link"]:after, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"]:after {
    content: " " !important;
    right: 0 !important;
    left: auto !important;
    background: #fff !important;
    color: #886ab5 !important; }
  .header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title, .nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title, .nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title, .nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title, .nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title, .nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title, .nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title, .nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title, .mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title, .mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title, .mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title, .mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title, .mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title, .mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title, .mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title, .mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title, .mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title, .mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title, .mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title, .mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title, .mod-app-rtl .btn-switch[data-class="mod-app-rtl"] + .onoffswitch-title {
    font-weight: 500;
    color: #886ab5; }

.info-card img.cover {
  background-size: cover; }

.nav-mobile-slide-out #nmp,
.nav-mobile-slide-out #nmno, .nav-function-top #mnl,
.nav-function-minify #mnl,
.mod-hide-nav-icons #mnl, .nav-function-top #nfh, .nav-function-top #mhni,
.nav-function-minify #mhni {
  position: relative; }
  .nav-mobile-slide-out #nmp .onoffswitch-title, .nav-mobile-slide-out #nmno .onoffswitch-title, .nav-function-top #mnl .onoffswitch-title, .nav-function-minify #mnl .onoffswitch-title, .mod-hide-nav-icons #mnl .onoffswitch-title, .nav-function-top #nfh .onoffswitch-title, .nav-function-top #mhni .onoffswitch-title, .nav-function-minify #mhni .onoffswitch-title {
    color: #d58100 !important; }
  .nav-mobile-slide-out #nmp .onoffswitch-title-desc, .nav-mobile-slide-out #nmno .onoffswitch-title-desc, .nav-function-top #mnl .onoffswitch-title-desc, .nav-function-minify #mnl .onoffswitch-title-desc, .mod-hide-nav-icons #mnl .onoffswitch-title-desc, .nav-function-top #nfh .onoffswitch-title-desc, .nav-function-top #mhni .onoffswitch-title-desc, .nav-function-minify #mhni .onoffswitch-title-desc {
    color: #ec9f28 !important; }
  .nav-mobile-slide-out #nmp:after,
  .nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
  .nav-function-minify #mnl:after,
  .mod-hide-nav-icons #mnl:after, .nav-function-top #nfh:after, .nav-function-top #mhni:after,
  .nav-function-minify #mhni:after {
    content: "DISABLED"; }

/*%fixed-header-shadow {
	@include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
}*/
.dropdown-icon-menu > ul > li .btn, .header-btn {
  border-radius: 4px;
  border: 1px solid gainsboro;
  height: 2.25rem;
  width: 3.25rem;
  vertical-align: middle;
  line-height: 2.125rem;
  margin-right: 0.9375rem;
  font-size: 21px;
  padding: 0 11px;
  cursor: default;
  color: #a6a6a6;
  position: relative;
  /*
	&.active {
		@extend %header-btn-active;
	}*/ }
  .dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #886ab5;
    background: #a38cc6;
    color: #fff; }

.settings-panel .expanded {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-width: 0 0 1px 0;
  background: #fff;
  padding: 16px 16px 10px; }

.nav-function-fixed:not(.nav-function-top) .page-header [data-class="nav-function-fixed"] {
  background: #505050;
  border-color: #363636 !important;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
          box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
  color: #fff !important; }

/*  %selected-dot {
		&:before {
			content: " ";
			display: block;
			border-radius: 50%;
			background: inherit;
			background-image: none;
			border: 2px solid rgba(0,0,0,0.2);
			position: absolute;
			top: 15px;
			left: 15px;
			height: 20px;
			width: 20px;
		}
		&:after {
			content: " ";
			height: inherit;
			width: inherit;
			border: 5px solid rgba(0,0,0,0.1);
			position: absolute;
			left: 0;
			top: 0;
			border-radius: 50%;
		} 
	}*/
.saving #saving {
  margin: 5px;
  height: 20px;
  width: 20px;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
  border: 2px solid #886ab5;
  border-right-color: transparent;
  border-radius: 50%; }

.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after, .nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after, .nav-function-top #nfh:after, .nav-function-top #mhni:after,
.nav-function-minify #mhni:after {
  display: block;
  position: absolute;
  background: #ffebc1;
  font-size: 10px;
  width: 65px;
  text-align: center;
  border: 1px solid #ffb20e;
  height: 22px;
  line-height: 20px;
  border-radius: 10px;
  right: 13px;
  top: 26%;
  color: #1d1d1d; }

/* patterns */
.mod-color-blind .page-sidebar .primary-nav .nav-menu > li.active > a,
.mod-color-blind [class*="bg-danger-"],
.mod-color-blind .btn-danger,
.mod-color-blind .btn-outline-danger,
.mod-color-blind .alert-danger,
.pattern-0 {
  background-size: 10px 10px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent) 0 0/10px 10px transparent; }

.mod-color-blind .page-sidebar .primary-nav .nav-menu > li.active > a + ul > li.active > a,
.pattern-1 {
  background-size: 5px 5px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) 0 0/5px 5px transparent; }

.mod-color-blind [class*="bg-primary-"],
.mod-color-blind .btn-primary,
.mod-color-blind .btn-outline-primary,
.mod-color-blind .alert-primary,
.pattern-2 {
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px transparent; }

.mod-color-blind [class*="bg-success-"],
.mod-color-blind .btn-success,
.mod-color-blind .btn-outline-success,
.mod-color-blind .alert-success,
.pattern-3 {
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
  -pie-background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px 15px transparent; }

.mod-color-blind [class*="bg-info-"],
.mod-color-blind .btn-info,
.mod-color-blind .btn-outline-info,
.mod-color-blind .alert-info,
.pattern-4 {
  background-size: 37px 37px;
  background-position: 0 0, 18.5px 18.5px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)), linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/37px, linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 37px 37px/74px, transparent; }

.mod-color-blind [class*="bg-warning-"],
.mod-color-blind .btn-warning,
.mod-color-blind .btn-outline-warning,
.mod-color-blind .alert-warning,
.pattern-5 {
  background-size: 37px 37px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)), linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2));
  -pie-background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/60px, linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.2)) 0 0/60px, #eee; }

/* #FRAMEWORK - Structure and layout files. (**DO NOT** change order)
                DOC: you can disable unused _modules
========================================================================== */
/* contains root variables to be used with css (see docs) */
:root {
  --theme-primary: #886ab5;
  --theme-secondary: #868e96;
  --theme-success: #1dc9b7;
  --theme-info: #2196F3;
  --theme-warning: #ffc241;
  --theme-danger: #fd3995;
  --theme-light: #fff;
  --theme-dark: #505050;
  --theme-primary-50: #ccbfdf;
  --theme-primary-100: #beaed7;
  --theme-primary-200: #b19dce;
  --theme-primary-300: #a38cc6;
  --theme-primary-400: #967bbd;
  --theme-primary-500: #886ab5;
  --theme-primary-600: #7a59ad;
  --theme-primary-700: #6e4e9e;
  --theme-primary-800: #62468d;
  --theme-primary-900: #563d7c;
  --theme-success-50: #7aece0;
  --theme-success-100: #63e9db;
  --theme-success-200: #4de5d5;
  --theme-success-300: #37e2d0;
  --theme-success-400: #21dfcb;
  --theme-success-500: #1dc9b7;
  --theme-success-600: #1ab3a3;
  --theme-success-700: #179c8e;
  --theme-success-800: #13867a;
  --theme-success-900: #107066;
  --theme-info-50: #9acffa;
  --theme-info-100: #82c4f8;
  --theme-info-200: #6ab8f7;
  --theme-info-300: #51adf6;
  --theme-info-400: #39a1f4;
  --theme-info-500: #2196F3;
  --theme-info-600: #0d8aee;
  --theme-info-700: #0c7cd5;
  --theme-info-800: #0a6ebd;
  --theme-info-900: #0960a5;
  --theme-warning-50: #ffebc1;
  --theme-warning-100: #ffe3a7;
  --theme-warning-200: #ffdb8e;
  --theme-warning-300: #ffd274;
  --theme-warning-400: #ffca5b;
  --theme-warning-500: #ffc241;
  --theme-warning-600: #ffba28;
  --theme-warning-700: #ffb20e;
  --theme-warning-800: #f4a500;
  --theme-warning-900: #da9400;
  --theme-danger-50: #feb7d9;
  --theme-danger-100: #fe9ecb;
  --theme-danger-200: #fe85be;
  --theme-danger-300: #fe6bb0;
  --theme-danger-400: #fd52a3;
  --theme-danger-500: #fd3995;
  --theme-danger-600: #fd2087;
  --theme-danger-700: #fc077a;
  --theme-danger-800: #e7026e;
  --theme-danger-900: #ce0262;
  --theme-fusion-50: #909090;
  --theme-fusion-100: #838383;
  --theme-fusion-200: #767676;
  --theme-fusion-300: dimgray;
  --theme-fusion-400: #5d5d5d;
  --theme-fusion-500: #505050;
  --theme-fusion-600: #434343;
  --theme-fusion-700: #363636;
  --theme-fusion-800: #2a2a2a;
  --theme-fusion-900: #1d1d1d;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1399px; }

/* resets DOM elements to its natural state */
/* for IE */
main {
  display: block; }

/* removes dotted lines for focus */
a, a:active, a:focus,
button, button:focus, button:active,
.btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  outline: 0; }

input::-moz-focus-inner {
  border: 0; }

/* html and body base styles */
html body {
  direction: ltr;
  text-rendering: optimizeLegibility;
  background-color: #fff; }

/* app header */
.header-icon {
  color: #666666;
  height: 4.125rem;
  display: block;
  line-height: 4.125rem;
  text-decoration: none;
  position: relative; }
  .header-icon:not(.btn) {
    min-width: 3.125rem;
    text-align: center;
    overflow: visible; }
    .header-icon:not(.btn) > [class*='fa-']:first-child,
    .header-icon:not(.btn) > .ni:first-child {
      color: #886ab5;
      vertical-align: middle; }
    .header-icon:not(.btn) > [class*='fa-']:first-child {
      font-size: 21px; }
    .header-icon:not(.btn) > .ni:first-child {
      font-size: 21px; }
    .header-icon:not(.btn):hover > [class*='fa-']:only-child,
    .header-icon:not(.btn):hover > .ni {
      color: #404040; }
    .header-icon:not(.btn)[data-toggle="dropdown"] {
      /* header dropdowns */
      /* note: important rules to override popper's inline classes */
      /* end header dropdowns */ }
      .header-icon:not(.btn)[data-toggle="dropdown"][data-toggle="dropdown"]:after {
        content: " ";
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        background: #dae1e8;
        border-radius: 50%;
        top: 1.3125rem;
        z-index: -1;
        left: 0.9375rem;
        opacity: 0;
        -webkit-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
      .header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
        color: #404040;
        /* new lines for arrow visibility */
        position: relative;
        z-index: 1001;
        font-weight: 500; }
        .header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
          content: " ";
          width: 2.5rem;
          height: 2.5rem;
          top: 0.8125rem;
          z-index: -1;
          left: 0.3125rem;
          opacity: 1; }
        .header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > [class*='fa-']:first-child,
        .header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > .ni:first-child {
          color: #404040 !important;
          -webkit-background-clip: initial;
          -webkit-text-fill-color: initial;
          background: none; }
      .header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
        position: absolute;
        border: 0px solid #ccc;
        right: 2rem;
        top: 4.0625rem !important;
        left: auto !important;
        padding: 0;
        margin: 0; }
    .header-icon:not(.btn) .profile-image {
      width: 2rem;
      height: auto; }
  .header-icon:hover {
    cursor: default;
    color: #404040; }

.page-header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
          box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.125rem;
  position: relative;
  z-index: 1000;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .page-header .page-logo {
    display: none; }
  .page-header .badge-icon {
    left: 1.5625rem;
    top: 1.09375rem; }
    .page-header .badge-icon:only-child {
      position: relative;
      left: auto;
      right: auto;
      font-size: 14px;
      height: 26px;
      width: 26px;
      line-height: 21px;
      top: 20px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

/* app logo */
.page-logo {
  height: 4.125rem;
  width: 16.875rem;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-positive: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 1px;
  padding: 0 2rem; }
  .page-logo img {
    width: auto;
    height: auto; }
  .page-logo .page-logo-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.page-logo-text {
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left; }

/* app search */
.search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .search .app-forms {
    padding: 0; }
    .search .app-forms.has-length {
      position: relative; }
    .search .app-forms:before {
      content: none; }

#search-field {
  max-width: 21.875rem;
  height: 2.625rem;
  line-height: normal;
  border-radius: 4px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0.9375rem;
  padding: 0.38rem; }

/* icon menu with user options */
.dropdown-icon-menu > .btn {
  z-index: 1; }

.dropdown-icon-menu > ul {
  opacity: 0;
  list-style: none;
  margin: 0;
  position: absolute;
  background: #fff;
  height: 2.25rem;
  padding: 2.75rem 4px 5px;
  width: 3.75rem;
  margin-left: 1px;
  margin-top: -2.5rem;
  left: -5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.24);
  border-radius: 0.25rem;
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1); }
  .dropdown-icon-menu > ul > li {
    margin-bottom: 4px;
    position: relative; }
    .dropdown-icon-menu > ul > li:last-child {
      margin-bottom: 0; }

.dropdown-icon-menu:hover > ul {
  display: block;
  opacity: 1;
  /*
			 * n = number of buttons minus 1 
			 *     eg. $header-btn-height * 2n
			 */
  height: 7.75rem; }
  .dropdown-icon-menu:hover > ul:hover {
    overflow: visible; }

/* dropdown notification in the app header */
.tab-notification {
  height: 363px; }
  .tab-notification .tab-pane {
    height: 100%; }

.notification {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  .notification li {
    position: relative;
    background: #fff; }
    .notification li.unread {
      background: #fffaee; }
      .notification li.unread .name {
        font-weight: 500; }
    .notification li > :first-child {
      padding: 0.75rem 1.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
      .notification li > :first-child:hover {
        text-decoration: none;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.03)), to(rgba(29, 33, 41, 0.04)));
        background-image: linear-gradient(rgba(29, 33, 41, 0.03), rgba(29, 33, 41, 0.04)); }
      .notification li > :first-child:focus {
        text-decoration: none; }
      .notification li > :first-child > span {
        position: relative; }
        .notification li > :first-child > span > span {
          /* IE fix */
          display: block; }
    .notification li:last-child > a {
      border: 0; }
  .notification .name {
    color: #222222;
    font-weight: 400;
    font-size: 0.8125rem; }
  .notification .msg-a,
  .notification .msg-b {
    color: #555555; }
  .notification.notification-layout-2 li {
    background: #f9f9f9; }
    .notification.notification-layout-2 li.unread {
      background: #fff; }
      .notification.notification-layout-2 li.unread .name {
        font-weight: bold; }
    .notification.notification-layout-2 li > :first-child {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      z-index: 1; }
      .notification.notification-layout-2 li > :first-child:hover {
        background: transparent; }
        .notification.notification-layout-2 li > :first-child:hover:after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          z-index: -1;
          -webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
                  box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15); }
    .notification.notification-layout-2 li .name {
      font-size: 0.875rem; }
  .notification.notification-layout-2:hover {
    cursor: pointer; }
  .notification:not(.notification-loading):before {
    content: "No new messages";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 1.5rem;
    width: 100%;
    display: block; }

/* icon menu with stacked icons located in the app header */
.app-list {
  margin: 0 auto;
  display: block;
  width: 21.875rem !important;
  height: 22.5rem !important;
  font-size: 0;
  padding: 0.5rem 1rem;
  text-align: center; }
  .app-list > li {
    display: inline-block;
    text-align: center;
    padding: 0; }

.app-list-item {
  height: 5.9375rem;
  width: 6.25rem;
  display: block;
  text-decoration: none;
  color: #666666;
  margin: 10px 2px;
  border: 1px solid transparent !important;
  outline: none;
  border-radius: 3px;
  padding-top: 8px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .app-list-item .icon-stack {
    font-size: 3.125rem;
    margin-top: 4px; }
  .app-list-item:hover {
    border: 1px solid #e3e3e3;
    padding-top: 7px; }
    .app-list-item:hover > .icon-stack {
      font-size: 3.1875rem; }
  .app-list-item:active {
    border-color: #886ab5;
    padding-top: 8px; }
    .app-list-item:active > .icon-stack {
      font-size: 3.125rem; }

.app-list-name {
  text-align: center;
  font-size: 0.8125rem;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  overflow: hidden; }

/* app header stays fixed */
.header-function-fixed:not(.nav-function-top) .page-header {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0; }

.header-function-fixed:not(.nav-function-top) .page-content {
  margin-top: 4.125rem; }

.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) {
  /* bug fix for nav hidden other than chrome...*/ }
  .header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-logo {
    width: 16.875rem;
    position: fixed;
    top: 0;
    z-index: 950; }
  .header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-sidebar .primary-nav {
    margin-top: 4.125rem; }
  .header-function-fixed:not(.nav-function-top):not(.nav-function-fixed).desktop.nav-function-hidden .page-logo {
    position: absolute;
    -webkit-transition: none !important;
    transition: none !important; }

@media (min-width: 992px) {
  .header-function-fixed:not(.nav-function-top) .page-header {
    margin-left: 16.875rem; }
  .header-function-fixed:not(.nav-function-top).nav-function-minify .page-sidebar .page-logo {
    width: 4.6875rem; }
  .header-function-fixed.nav-function-top {
    /*.page-wrapper {
				padding-top: $header-height-nav-top;
			}*/ }
    .header-function-fixed.nav-function-top .page-header {
      position: fixed !important;
      /*top: 0;
				right: 0;
				left: 0;*/
      -webkit-box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13);
              box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13);
      /*chrome flickering solution*/
      -webkit-transform: translateZ(0); } }

/* app far left panel */
.page-sidebar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 16.875rem;
  max-width: 16.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1002;
  will-change: left, right; }

/* app navigation */
.primary-nav {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .primary-nav .nav-menu:last-of-type {
    margin: 0; }
  .primary-nav .nav-menu:first-of-type {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.nav-title {
  text-transform: uppercase;
  margin: 0;
  color: #8268a8;
  padding: 1rem 2rem;
  margin-top: 1.5rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-weight: 500; }

.nav-menu {
  padding: 0;
  list-style: none;
  margin: 0; }
  .nav-menu a,
  .nav-menu a > [class*='fa-'],
  .nav-menu a > .ni {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .nav-menu b.collapse-sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #967bbd; }
    .nav-menu b.collapse-sign > [class*='fa-'],
    .nav-menu b.collapse-sign > .ni {
      font-size: inherit; }
  .nav-menu ul {
    padding-left: 0;
    list-style: none;
    display: none; }
  .nav-menu li {
    position: relative; }
    .nav-menu li.open > a {
      color: white; }
    .nav-menu li.active {
      /* arrow that appears next to active/selected items */ }
      .nav-menu li.active > a {
        color: white;
        background-color: rgba(255, 255, 255, 0.04);
        -webkit-box-shadow: inset 3px 0 0 #886ab5;
                box-shadow: inset 3px 0 0 #886ab5;
        font-weight: 400; }
        .nav-menu li.active > a:hover > [class*='fa-'],
        .nav-menu li.active > a:hover > .ni {
          color: #a8a6ac; }
      .nav-menu li.active > ul {
        display: block; }
      .nav-menu li.active:not(.open) > a:before {
        content: '\f413';
        font-family: 'nextgen-icons';
        position: absolute;
        top: calc(50% - 5px);
        right: 11px;
        font-size: 7px;
        height: 10px;
        width: auto;
        color: #24b3a4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .nav-menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /*new*/
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /*new*/
      outline: 0;
      padding: 0.8125rem 2rem;
      font-size: 0.875rem;
      color: #bdafd1;
      font-weight: 400;
      text-decoration: none;
      position: relative;
      /* needed for mod-nav-hiarchiy*/
      /*> .badge {

				@extend %ping-badge;

				& + [class*='fa-'],
				& + .ni {
					display: none;
				}

			}*/
      /*> [class*='fa-'] {
				font-size: $nav-font-icon-size - 2;
			}*/
      /*> img {
				background: $primary-500;
				padding: 0.125rem;
				width: 20px;
				height: 20px;
				margin-left: 5px;
				margin-right: $nav-icon-margin-right + 0.1875rem;
			}*/
      /*> .badge:not(.clear-badge):first-child  {
				position: static;
				display: inline-block;
				border-radius: 5px;
				margin-right: 10px;
				width: 28px;
				height: auto;
				padding: 4px 0;
				font-size: rem($fs-base);
			}*/ }
      .nav-menu li a .dl-ref {
        font-size: 0.625rem;
        text-align: center;
        min-width: 1.25rem;
        display: inline-block;
        border-radius: 4px;
        letter-spacing: 0.5px;
        margin-left: -2.1875rem;
        margin-right: 0.9375rem;
        font-weight: 500;
        overflow: hidden;
        padding: 0 4px;
        -webkit-font-smoothing: subpixel-antialiased; }
        .nav-menu li a .dl-ref.label {
          margin-left: 0;
          margin-right: 0;
          font-weight: 400;
          color: rgba(255, 255, 255, 0.7); }
      .nav-menu li a > [class*='fa-'],
      .nav-menu li a > .ni {
        margin-right: 0.25rem;
        font-size: 1.125rem;
        width: 1.75rem;
        color: #876fab; }
      .nav-menu li a > .nav-link-text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        /*new*/
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: normal; }
      .nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .nav-menu li a:hover {
        color: white;
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.1); }
        .nav-menu li a:hover .badge {
          color: #fff; }
        .nav-menu li a:hover > [class*='fa-'],
        .nav-menu li a:hover > .ni {
          color: #a8a6ac; }
        .nav-menu li a:hover > .badge {
          -webkit-box-shadow: 0 0 0 1px rgba(107, 83, 143, 0.8);
                  box-shadow: 0 0 0 1px rgba(107, 83, 143, 0.8);
          border: 1px solid rgba(107, 83, 143, 0.8); }
      .nav-menu li a:focus {
        color: white; }
        .nav-menu li a:focus .badge {
          color: #fff; }
    .nav-menu li > ul {
      background-color: rgba(0, 0, 0, 0.1);
      padding-top: 10px;
      padding-bottom: 10px; }
      .nav-menu li > ul li a {
        color: #af9fc7;
        padding: 0.8125rem 2rem 0.8125rem 4rem; }
        .nav-menu li > ul li a b.collapse-sign > [class*='fa-'],
        .nav-menu li > ul li a b.collapse-sign > .ni {
          font-size: inherit-2; }
        .nav-menu li > ul li a > [class*='fa-'],
        .nav-menu li > ul li a > .ni {
          margin-left: -2.1875rem;
          margin-right: 0.9375rem;
          color: #876fab;
          font-size: 0.875rem;
          width: 1.25rem;
          text-align: center; }
        .nav-menu li > ul li a > .badge {
          color: #fff;
          background-color: #fd3995;
          border: 1px solid #505050; }
        .nav-menu li > ul li a:hover {
          color: white;
          background-color: rgba(0, 0, 0, 0.1); }
          .nav-menu li > ul li a:hover > .nav-link-text > [class*='fa-'],
          .nav-menu li > ul li a:hover > .nav-link-text > .ni {
            color: #a8a6ac; }
      .nav-menu li > ul li.active > a {
        color: white;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        font-weight: 400; }
        .nav-menu li > ul li.active > a > .nav-link-text > [class*='fa-'],
        .nav-menu li > ul li.active > a > .nav-link-text > .ni {
          color: white; }
        .nav-menu li > ul li.active > a:hover > .nav-link-text > [class*='fa-'],
        .nav-menu li > ul li.active > a:hover > .nav-link-text > .ni {
          color: #a8a6ac; }
      .nav-menu li > ul li:last-child > ul {
        padding-bottom: 0; }
      .nav-menu li > ul li > ul li.active > a {
        color: white; }
      .nav-menu li > ul li > ul li a {
        color: #aa99c4;
        padding: 0.8125rem 2rem 0.8125rem 4.75rem; }
        .nav-menu li > ul li > ul li a .dl-ref {
          margin-left: 0;
          margin-right: 0.20833rem; }
        .nav-menu li > ul li > ul li a > [class*='fa-'],
        .nav-menu li > ul li > ul li a > .ni {
          margin-left: 0;
          margin-right: 0.20833rem; }
        .nav-menu li > ul li > ul li a:hover {
          color: white; }
        .nav-menu li > ul li > ul li a > .badge {
          color: #fff;
          background-color: #fd3995;
          border: 1px solid #505050; }
    .nav-menu li:last-child {
      margin-bottom: 0; }
  .nav-menu:last-child {
    margin-bottom: 0; }

/* nav hover elements 
.nav-menu-hover {

	li > ul {
		background-color: rgba(0,0,0,0.17) !important;
	}

	li {
		a {
			color: rgba(255,255,255,0.90);
			span {
				color: rgba(255,255,255,0.90);
			}
			

			&:hover {
				background:rgba(255,255,255,0.09) !important;
				color: $white !important;
				span {
					color: $white;
				}
				
			}
		}
	}
}*/
/* nav clean elements */
.nav-menu-clean {
  background: #fff; }
  .nav-menu-clean ul {
    background: transparent !important;
    padding-bottom: 0 !important; }
  .nav-menu-clean li a {
    background: transparent !important;
    color: #505050 !important; }
    .nav-menu-clean li a span {
      color: #505050 !important; }
    .nav-menu-clean li a:hover {
      background-color: #f4f4f4 !important; }
  .nav-menu-clean li a {
    border-bottom: 1px solid transparent; }
  .nav-menu-clean li > ul li > ul > li:not(:last-child) a {
    border-bottom: none; }

/* nav bordered elements */
.nav-menu-bordered {
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .nav-menu-bordered li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .nav-menu-bordered li > ul li > ul > li:not(:last-child) a {
    border-bottom: none; }

/* nav compact elements */
.nav-menu-compact li a {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.nav-menu-compact li li a {
  padding-left: 2rem !important; }

.nav-menu-compact li li li a {
  padding-left: 2.5rem !important; }

.nav-menu.nav-menu-reset li a:not(:hover),
.nav-menu.nav-menu-reset .collapse-sign {
  color: rgba(255, 255, 255, 0.7) !important; }

/*body:not(.nav-function-top) {

	.primary-nav {

		.nav-menu {

			a,
			a:hover,
			a:focus {

				.badge-detached {
					
					display: inline-block;
					font-family: 'helvetica neue', helvetica, arial, sans-serif;
					font-size: rem($fs-nano);
					min-height: 13px;
					min-width: $nav-badge-height + 4;
					background-color: #fff;
					border: 1px solid #33383e;
					border-radius: 3px;
					color: #33383E;
					padding: 1px 5px;
					right: 15px;
					left: auto;
					top: 13px;
					width: auto;
					max-width: 0;
					height: auto;

					-webkit-font-smoothing: subpixel-antialiased;
				}
			}
		}
	}
}*/
@media (min-width: 1399px) {
  .page-sidebar .primary-nav .nav-menu > li > a {
    font-size: 0.875rem; } }

/* app navigation filter */
.nav-filter {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0px;
  position: relative;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav-filter input[type="text"] {
    padding: 8px 40px 8px 14px;
    width: 14.625rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
    .nav-filter input[type="text"]:not(:focus) {
      border-color: rgba(0, 0, 0, 0.1); }
    .nav-filter input[type="text"]:focus {
      border-color: #775c9f; }

.list-filter-active {
  /* these classes are triggered by JS */ }
  .list-filter-active .info-card {
    height: calc(9.53rem - 9.53rem);
    -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1); }
  .list-filter-active .nav-filter {
    opacity: 1;
    visibility: visible;
    height: 60px;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    -webkit-transform: scale(1);
            transform: scale(1); }
  .list-filter-active .nav-title {
    display: none; }
  .list-filter-active .nav-menu {
    margin: 0; }
    .list-filter-active .nav-menu li > ul {
      padding: 0; }
  .list-filter-active .js-filter-hide {
    display: none; }
  .list-filter-active .js-filter-show {
    display: block; }

/* only show filter message if lister filter is active */
.page-sidebar:not(.list-filter-active) .filter-message {
  display: none; }

@media (min-width: 992px) {
  .nav-function-top .page-sidebar,
  .nav-function-minify .page-sidebar {
    /*.js-filter-hide,
			.js-filter-show {
				display:block;
			}*/ }
    .nav-function-top .page-sidebar .filter-message,
    .nav-function-top .page-sidebar .nav-filter,
    .nav-function-minify .page-sidebar .filter-message,
    .nav-function-minify .page-sidebar .nav-filter {
      display: none; } }

/* app info card inside navigation */
.info-card {
  position: relative;
  width: 16.875rem;
  height: 6.53rem;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
  -webkit-transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1); }
  .info-card img.cover {
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    height: auto; }
  .info-card .profile-image {
    width: 3.125rem;
    height: auto;
    display: inline-block;
    z-index: 2;
    position: relative; }
  .info-card .info-card-text {
    margin-left: 1rem;
    color: inherit;
    text-shadow: #000 0 1px;
    z-index: 1;
    position: relative;
    line-height: normal; }
    .info-card .info-card-text > span {
      font-weight: 300; }

@media (min-width: 1399px) {
  .info-card:hover {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    will-change: opacity; }
  .info-card:hover img.cover {
    opacity: 0.7;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

.info-card-text {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.35; }
  .info-card-text > span {
    font-size: 0.875rem;
    display: block;
    font-weight: 300; }

/* app navigation made horizontal */
.nav-padel-left,
.nav-padel-right {
  display: none; }

@media (min-width: 992px) {
  .nav-function-top {
    /* digitally created elements */
    /* hide elements when nav-function-top */
    /* correct search field color */
    /* reorder */ }
    .nav-function-top .nav-menu-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
    .nav-function-top .hidden-nav-function-top {
      display: none !important; }
    .nav-function-top #search-field {
      color: #fff; }
    .nav-function-top:not(.header-function-fixed) #nff {
      position: relative; }
      .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
        color: #d58100; }
      .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
        color: #ec9f28; }
      .nav-function-top:not(.header-function-fixed) #nff:after {
        content: "DISABLED";
        display: block;
        position: absolute;
        background: #ffebc1;
        font-size: 10px;
        width: 65px;
        text-align: center;
        border: 1px solid #ffb20e;
        height: 22px;
        line-height: 20px;
        border-radius: 10px;
        right: 13px;
        top: 26%;
        color: #1d1d1d; }
    .nav-function-top .page-header {
      margin-top: 0;
      height: 4.125rem;
      background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
      background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
      background-color: #584475;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      -webkit-box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
              box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13); }
      .nav-function-top .page-header .dropdown-icon-menu {
        display: none; }
      .nav-function-top .page-header #search-field {
        margin: 0 !important; }
      .nav-function-top .page-header .page-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        width: initial;
        padding-left: 0;
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
      .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
        color: #a38cc6; }
        .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
        .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
          color: #beaed7; }
      .nav-function-top .page-header .badge.badge-icon {
        -webkit-box-shadow: 0 0 0 1px #7a59ad;
                box-shadow: 0 0 0 1px #7a59ad; }
      .nav-function-top .page-header .header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
        top: 4.125rem !important; }
    .nav-function-top .page-content-wrapper {
      margin-top: 7.625rem; }
    .nav-function-top .page-wrapper {
      padding-left: 0; }
      .nav-function-top .page-wrapper .page-footer {
        width: 100%; }
    .nav-function-top .page-sidebar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 100%;
      height: 3.5rem;
      z-index: 999;
      padding: 0 0.625rem;
      background: #fff;
      -webkit-box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
              box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
      position: absolute;
      top: 4.125rem;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      .nav-function-top .page-sidebar .page-logo,
      .nav-function-top .page-sidebar .nav-filter,
      .nav-function-top .page-sidebar .info-card,
      .nav-function-top .page-sidebar .nav-title {
        display: none; }
      .nav-function-top .page-sidebar .primary-nav {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        font-size: 0;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* Remove the default scrollbar for WebKit implementations */ }
        .nav-function-top .page-sidebar .primary-nav::-webkit-scrollbar {
          display: none; }
        .nav-function-top .page-sidebar .primary-nav .nav-menu {
          margin: 0;
          margin-left: 2.90rem;
          /* this will get overriden with JS script, but we add it here as a counter weight for the flickering effect */
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          -webkit-transition: margin 0.5s ease-out 0s;
          transition: margin 0.5s ease-out 0s; }
          .nav-function-top .page-sidebar .primary-nav .nav-menu > li {
            display: inline-block;
            position: static; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li.nav-title {
              display: none; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a {
              -webkit-box-shadow: none;
                      box-shadow: none; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
                content: '\f413';
                font-family: 'nextgen-icons';
                position: absolute;
                top: calc(50% + 15px);
                right: calc(50% - 5px);
                font-size: 7px;
                height: 10px;
                width: auto;
                color: #24b3a4; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a {
              padding: .75rem 1.5rem .75rem 1rem;
              text-align: center;
              height: 100%; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
                width: inherit;
                margin: 0;
                margin-right: .5rem !important;
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: left;
                    -ms-flex-pack: left;
                        justify-content: left;
                color: inherit; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                line-height: normal;
                vertical-align: text-top;
                font-weight: 400;
                display: inline-block;
                /*override inline-flex*/
                -webkit-box-flex: 0;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge,
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge.clear-badge {
                left: 53%; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
                margin-left: 0.5rem;
                color: #a492c0;
                position: absolute;
                right: 0.5rem;
                top: 0;
                bottom: 0; }
                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign > em:before {
                  content: "\f107"; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge:first-child {
                max-width: none;
                width: 25px !important;
                height: 25px !important;
                line-height: 16px !important;
                font-size: 0.8125rem !important;
                display: block !important;
                margin: 0 auto 4px !important; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
              font-size: .9rem;
              color: #584475; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
              display: none !important;
              width: 13rem;
              height: auto !important;
              top: 3.5rem;
              position: absolute;
              background: #68518c;
              border-radius: 10px;
              -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
                      box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
              padding: 1rem 0;
              margin-top: 1rem; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li {
                width: 100%;
                position: relative; }
                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
                  padding: 0.65rem 1.25rem;
                  width: 100%;
                  color: #bdafd1;
                  max-height: none;
                  -webkit-box-shadow: none;
                          box-shadow: none; }
                  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text {
                    display: block; }
                    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text > .dl-ref {
                      margin-left: 0;
                      margin-right: 5px;
                      display: none; }
                    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a .nav-link-text > .ni > [class*='fa-'] {
                      margin-left: 6px; }
                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
                  background: #68518c;
                  padding: 0; }
                  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul li a {
                    padding-left: 2rem; }
                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
                  background: rgba(0, 0, 0, 0.1);
                  color: #fff; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
                content: "";
                display: block;
                width: calc(100% + 100px);
                height: calc(100% + 120px);
                position: absolute;
                z-index: -1;
                left: -50px;
                top: -1rem;
                background: transparent; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
                content: "\f1c8";
                font-family: 'nextgen-icons';
                position: absolute;
                font-size: 5rem;
                color: #68518c;
                overflow: hidden;
                display: block;
                top: -1.7rem;
                left: 0; }
            .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
              color: #886ab5;
              background: transparent; }
              .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
                display: block !important;
                animation: animateFadeInUp 0.5s;
                -webkit-animation: animateFadeInUp 0.5s; }
      .nav-function-top .page-sidebar .nav-footer {
        display: none; }
    .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
      display: none; }
    .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .badge {
      left: 24px; }
    .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > .ni,
    .nav-function-top.nav-function-minify .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .nav-function-top .page-header {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .nav-function-top .page-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .nav-function-top .page-sidebar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .nav-function-top .page-content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

@media (min-width: 1399px) {
  .nav-function-top .page-sidebar .primary-nav .nav-menu {
    /*li {
						ul {
							 li {
							 	a {
							 		font-size: rem($fs-base);
							 	}
							 }
						}
					}*/ }
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .badge:first-child {
      max-width: none;
      width: 27px !important;
      height: 27px !important;
      line-height: 18px !important;
      margin: 0 auto 2px !important; }
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'],
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > img {
      font-size: 22px;
      height: 22px; } }

/* app navgation stays hidden */
@media (min-width: 992px) {
  .nav-function-hidden:not(.nav-function-top) .page-wrapper {
    padding-left: 0.625rem; }
  .nav-function-hidden:not(.nav-function-top) .page-sidebar {
    left: -16.25rem;
    z-index: 1001;
    -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    will-change: left, right;
    /* apply invisible hit area to reveal nav */ }
    .nav-function-hidden:not(.nav-function-top) .page-sidebar:after {
      content: "";
      background: transparent;
      height: 100%;
      display: block;
      position: fixed;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 16.875rem;
      width: 2.1rem; }
    .nav-function-hidden:not(.nav-function-top) .page-sidebar:hover {
      left: 0;
      -webkit-transition: 450ms cubic-bezier(0.9, 0.01, 0.09, 1);
      transition: 450ms cubic-bezier(0.9, 0.01, 0.09, 1); }
      .nav-function-hidden:not(.nav-function-top) .page-sidebar:hover:after {
        content: "";
        z-index: -1; }
  .nav-function-hidden:not(.nav-function-top) .page-header {
    margin-left: 0;
    /* active button state for "nav-function-hidden" */ }
    .nav-function-hidden:not(.nav-function-top) .page-header [data-class="nav-function-hidden"] {
      background: #505050;
      border-color: #363636 !important;
      -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
              box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
      color: #fff !important; }
  .nav-function-hidden:not(.nav-function-top).nav-function-fixed .page-sidebar {
    /* apply invisible hit area to reveal nav */ }
    .nav-function-hidden:not(.nav-function-top).nav-function-fixed .page-sidebar:after {
      left: 0.625rem; }
  .nav-function-hidden.header-function-fixed:not(.nav-function-top) .page-header {
    margin-left: 0.625rem; } }

/* app navigation stays fixed */
.nav-function-fixed:not(.nav-function-top) .page-sidebar {
  position: fixed !important;
  top: 0;
  bottom: 0; }
  .nav-function-fixed:not(.nav-function-top) .page-sidebar .primary-nav {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 6.9375rem); }
  .nav-function-fixed:not(.nav-function-top) .page-sidebar .slimScrollDiv {
    height: calc(100% - 6.9375rem) !important; }
    .nav-function-fixed:not(.nav-function-top) .page-sidebar .slimScrollDiv .primary-nav {
      padding-bottom: 0; }

@media (min-width: 992px) {
  .nav-function-fixed {
    /*
		 * top navigation fixed for larger screens with nav on LEFT
		 */
    /*
		 * top navigation fixed for larger screens with nav on TOP
		 */
    /*
		 * center for left nav fixed with boxed layout 
		 */ }
    .nav-function-fixed:not(.nav-function-top).mod-main-boxed .page-sidebar {
      position: fixed !important; }
    .nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-content-wrapper {
      padding-left: 16.875rem; }
    .nav-function-fixed.nav-function-top.header-function-fixed .page-sidebar {
      position: fixed !important;
      -webkit-box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13);
              box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13); }
    .nav-function-fixed.nav-function-top.mod-main-boxed .page-sidebar {
      right: 0;
      left: 0;
      margin-right: auto;
      margin-left: auto;
      max-width: 1397px; } }

@media (min-width: 1399px) {
  .nav-function-fixed {
    /*
		 * top navigation fixed for extra large screens with nav on LEFT
		 */ }
    .nav-function-fixed:not(.nav-function-top).mod-main-boxed .page-sidebar {
      position: absolute !important; } }

/* app navigation stays minified */
@media (min-width: 992px) {
  .nav-function-minify:not(.nav-function-top) {
    /* hide elements when nav-function-minify */ }
    .nav-function-minify:not(.nav-function-top) .hidden-nav-function-minify {
      display: none !important; }
    .nav-function-minify:not(.nav-function-top) .page-sidebar {
      width: 4.6875rem;
      z-index: 1001;
      will-change: width;
      -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
      transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1); }
      .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo {
        width: 4.6875rem;
        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-link {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-text {
          display: none; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-text + * {
            display: none !important; }
      .nav-function-minify:not(.nav-function-top) .page-sidebar .info-card {
        height: 5.9375rem;
        width: 100%;
        padding: 1.21324rem 0;
        text-align: center;
        overflow: hidden;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .info-card .profile-image + div {
          position: absolute;
          top: 0;
          width: 14.0625rem;
          text-align: left;
          display: none; }
      .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav {
        overflow: hidden; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-title {
          display: none; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu {
          margin: 0; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
            content: '\f413';
            font-family: 'nextgen-icons';
            position: absolute;
            top: calc(50% - 5px);
            right: 11px;
            font-size: 7px;
            height: 10px;
            width: auto;
            color: #24b3a4;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
                align-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li ul {
            /*.dl-ref {
								display:none !important;
							}*/ }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a {
            text-align: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-left: 0;
            padding-right: 0; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'],
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .ni {
              font-size: 1.2375rem;
              margin: 0; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .badge {
              left: 2.34375rem; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a:not(.livicon) > .badge:not(.clear-badge):first-child {
              margin-right: 0; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
              display: none;
              position: absolute;
              text-align: left;
              background: trasparent;
              padding-left: 1.375rem;
              color: #fff;
              top: 0;
              left: 5.6875rem;
              height: 100%;
              width: 13.75rem;
              font-weight: 500;
              margin-top: -1.563rem; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > b.collapse-sign {
              display: none; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
              position: absolute;
              width: 13.75rem;
              left: 5.6875rem;
              background-color: #584475;
              margin-top: -5rem;
              padding-top: 3.75rem;
              border-radius: 4px .5rem .5rem .5rem;
              padding-bottom: 1rem; }
              .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
                content: "\f1c8";
                font-family: 'nextgen-icons';
                position: absolute;
                font-size: 3.5rem;
                left: -0.4125rem;
                color: #584475;
                z-index: -1;
                -webkit-transform: rotate(270deg);
                        transform: rotate(270deg);
                overflow: hidden;
                display: block;
                top: 1rem; }
              .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a {
                padding-left: 1.375rem;
                padding-top: 0.6rem;
                padding-bottom: 0.6rem; }
                .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a > b.collapse-sign > [class*='fa-'],
                .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a > b.collapse-sign > .ni {
                  display: inline-block !important; }
                .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a + ul > li > a {
                  padding-left: 1.71875rem;
                  padding-top: 0.6rem;
                  padding-bottom: 0.6rem; }
              .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li .nav-link-text > [class*='fa-'],
              .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li .nav-link-text > .ni {
                display: none; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > ul {
            display: none !important; }
        .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
          overflow: visible; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
            background: #614b82;
            color: #fff;
            overflow: visible;
            z-index: 10; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              overflow: hidden;
              animation: animateFadeInLeft 0.5s;
              -webkit-animation: animateFadeInLeft 0.5s; }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
              top: 26px;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              background: #584475;
              overflow: visible;
              border-radius: 4px 10px 10px 4px; }
              .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
                content: "\f1c8";
                font-family: 'nextgen-icons';
                position: absolute;
                font-size: 3.5rem;
                left: -7px;
                color: #584475;
                z-index: -1;
                -webkit-transform: rotate(270deg);
                        transform: rotate(270deg);
                overflow: hidden;
                display: block;
                top: -9px; }
          .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul {
            display: block !important;
            z-index: 1;
            animation: animateFadeInLeft 0.5s;
            -webkit-animation: animateFadeInLeft 0.5s;
            -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
                    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15); }
            .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul:after {
              content: "";
              display: block;
              position: absolute;
              height: calc(100% + 180px);
              width: calc(100% + 80px);
              top: -4.125rem;
              z-index: -1;
              left: -1rem; }
    .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
      background: #505050;
      border-color: #363636 !important;
      -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
              box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
      color: #fff !important; }
    .nav-function-minify:not(.nav-function-top).nav-function-hidden .page-wrapper {
      padding-left: 0.625rem; }
    .nav-function-minify:not(.nav-function-top).nav-function-hidden .page-sidebar {
      left: -4.0625rem;
      overflow: visible; }
      .nav-function-minify:not(.nav-function-top).nav-function-hidden .page-sidebar:hover {
        left: 0; }
    .nav-function-minify:not(.nav-function-top).nav-function-hidden .page-header {
      margin-left: 0; }
    .nav-function-minify:not(.nav-function-top).nav-function-fixed:not(.nav-function-hidden) .page-content-wrapper {
      padding-left: 4.6875rem; }
    .nav-function-minify:not(.nav-function-top).header-function-fixed .page-header {
      margin-left: 4.6875rem; }
    .nav-function-minify:not(.nav-function-top).header-function-fixed.nav-function-hidden .page-header {
      margin-left: 0.625rem; }
    .nav-function-minify:not(.nav-function-top).header-function-fixed.nav-function-fixed:not(.nav-function-hidden) .page-content-wrapper {
      padding-left: 4.6875rem; }
    .nav-function-minify:not(.nav-function-top).header-function-fixed.nav-function-fixed:not(.nav-function-hidden).mod-main-boxed .page-content-wrapper {
      padding-left: 0; } }

/* app navigation footer */
.nav-footer {
  /*background-image: -webkit-linear-gradient(270deg, $nav-background-shade, transparent);
	background-image: linear-gradient(270deg, $nav-background-shade, transparent); 
	background-color: $nav-background;*/
  height: 2.8125rem;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nav-footer .nav-footer-buttons > li > a {
    display: block;
    color: #9782b7;
    height: 1.8125rem;
    line-height: 1.8125rem;
    margin-top: 1px;
    padding: 0 13px;
    overflow: visible;
    font-size: 1rem; }
  .nav-footer [data-class="nav-function-minify"] {
    display: none; }

.nav-function-fixed .nav-footer {
  background: #584475;
  border: 0; }
  .nav-function-fixed .nav-footer:before {
    content: ' ';
    height: 1px;
    position: inherit;
    width: inherit;
    background: rgba(112, 87, 149, 0.2);
    background: -webkit-gradient(linear, left top, right top, from(#584475), color-stop(50%, #7c62a4), color-stop(50%, #7c62a4), to(#584475));
    background: linear-gradient(to right, #584475 0%, #7c62a4 50%, #7c62a4 50%, #584475 100%);
    opacity: 0.5; }
  .nav-function-fixed .nav-footer:after {
    opacity: 0.1; }

@media (min-width: 992px) {
  .nav-function-minify .nav-footer {
    background-color: #53406f; }
    .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
      display: block;
      width: 100%;
      height: 2.8125rem;
      line-height: 2.8125rem;
      font-size: 1.1875rem;
      vertical-align: middle;
      color: #876fab;
      text-align: center;
      text-decoration: none;
      position: relative;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .nav-function-minify .nav-footer [data-class="nav-function-minify"] > :first-child {
        margin-right: -4px; }
      .nav-function-minify .nav-footer [data-class="nav-function-minify"] > :only-child {
        margin: 0; }
    .nav-function-minify .nav-footer:hover {
      background-color: #5f497f; }
      .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
        color: #a8a6ac;
        margin-left: 7px; }
    .nav-function-minify .nav-footer .nav-footer-buttons {
      display: none; } }

/* app wrapper */
.page-wrapper {
  position: relative; }

.page-inner {
  min-height: 100vh; }

.page-wrapper, .page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%; }

.page-content-wrapper {
  background-color: #faf8fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 1px; }

/* app content heading */
.subheader {
  margin-bottom: calc(1.5rem + 0.625rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.subheader-icon {
  color: #a8a6ac;
  margin-right: 0.25rem; }

.subheader-title {
  font-size: 1.375rem;
  font-weight: 500;
  color: #505050;
  text-shadow: #fff 0 1px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .subheader-title sup.badge {
    text-shadow: none;
    position: absolute;
    margin-top: 0.4rem;
    margin-left: 0.25rem;
    font-size: 40%;
    padding: 2px 5px;
    line-height: normal; }
  .subheader-title small {
    font-weight: 400;
    color: #838383;
    margin-bottom: 0;
    font-size: 0.875rem; }

/* app content */
.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

/*@include media-breakpoint-up($mobile-breakpoint) {

	.nav-function-top {
		.page-content {
			min-height: calc(100vh - 10.4375rem)
		}
	}

}

*/
/* app footer */
.page-footer {
  height: 2.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #4d4d4d;
  font-size: 0.8125rem;
  padding: 0 2rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

/* app error page */
.alt {
  padding: 0 !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .alt .page-footer {
    width: 100% !important; }

.page-error {
  font-size: 600% !important;
  font-weight: bold !important; }
  .page-error small {
    font-size: 40%;
    font-weight: 500; }

.h-alt-f {
  height: calc(100vh - 11.4375rem);
  width: 100%; }

.h-alt-hf {
  height: calc(100vh - 15.5625rem);
  width: 100%; }

.nav-function-top .h-alt-hf {
  height: calc(100vh - 19.0625rem); }

/* various app components (see docs for the full list) */
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
  background-color: #f7f9fa; }
  .accordion .card .card-header .card-title {
    padding: 1rem 1rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #886ab5; }
    .accordion .card .card-header .card-title.collapsed {
      color: #838383; }

.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-title,
.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-body {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.accordion.accordion-clean:not(.accordion-outline):not(.accordion-hover) .card-body {
  padding-top: 0; }

.accordion.accordion-clean .card-header {
  background: #fff; }

.accordion.accordion-clean .card {
  border-left: 0;
  border-right: 0; }
  .accordion.accordion-clean .card:first-child {
    border-top: 0; }
  .accordion.accordion-clean .card:last-child {
    border-bottom: 0; }

.accordion.accordion-clean.accordion-outline .card-title,
.accordion.accordion-clean.accordion-outline .card-body, .accordion.accordion-clean.accordion-hover .card-title,
.accordion.accordion-clean.accordion-hover .card-body {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.accordion.accordion-outline .card {
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 4px !important; }

.accordion.accordion-hover .card-title {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.accordion.accordion-hover .card-header {
  background: #fff; }
  .accordion.accordion-hover .card-header:hover .card-title.collapsed {
    color: #fff;
    background-color: #a38cc6; }

.accordion.accordion-hover .card-title:not(.collapsed) {
  color: #fff;
  background-color: #886ab5; }

/* 	DEV NOTE: The reason why we had to add this layer for alert colors is because BS4 
	does not allow you to add your own alert colors via variable control rather 
	through a systemetic agent that changes the theme colors. 

	REF: https://github.com/twbs/bootstrap/issues/24341#issuecomment-337457218
*/
.alert-primary {
  color: dimgray;
  background-color: #f3f1f5;
  border-color: #d6d3da; }

.alert-success {
  color: #45a197;
  background-color: #f7fdfc;
  border-color: #a3ebe4; }

.alert-danger {
  color: #e7026e;
  background-color: #ffe5f1;
  border-color: #fe9ecb; }

.alert-warning {
  color: #c18300;
  background-color: #fff8e9;
  border-color: #ffcd65; }

.alert-info {
  color: #0a6ebd;
  background-color: #e3f2fd;
  border-color: #82c4f8; }

.alert-secondary {
  color: #505050;
  background-color: #fbfbfb;
  border-color: gainsboro; }

.alert-icon {
  width: 2.5rem; }
  .alert-icon > i {
    font-size: 1.75rem; }
  .alert-icon + div {
    padding-left: 0.25rem; }

.badge.badge-icon {
  position: absolute;
  display: inline-block;
  background-color: #fd3995;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  cursor: default;
  border: 1px solid transparent;
  font-size: 0.625rem;
  min-width: 1rem;
  max-width: 1.6875rem;
  padding: 0 3px;
  border-radius: 1.25rem;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  /* when self is relative */
  vertical-align: middle; }

/* parent position needs to be relative, and turn off waves function */
.btn-icon .badge {
  top: auto; }
  .btn-icon .badge.pos-top {
    margin-top: -4px; }
  .btn-icon .badge.pos-bottom {
    margin-bottom: -4px; }
  .btn-icon .badge.pos-left {
    margin-left: -4px; }
  .btn-icon .badge.pos-right {
    margin-right: -4px; }

.page-breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0 0 1.5rem;
  position: relative;
  text-shadow: #fff 0 1px; }

.breadcrumb > li > a {
  text-decoration: none !important; }

.breadcrumb > li.breadcrumb-item {
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .breadcrumb > li.breadcrumb-item:hover {
    max-width: 200px !important;
    cursor: default; }

[data-breadcrumb-seperator] + [data-breadcrumb-seperator]:before {
  content: attr(data-breadcrumb-seperator); }

.breadcrumb-lg > li {
  font-size: 1rem; }

.breadcrumb-sm > li {
  font-size: 0.6875rem; }

[class*='breadcrumb-seperator-'] .breadcrumb-item + .breadcrumb-item:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  font-family: Font Awesome\ 5 Pro; }

.breadcrumb-seperator-1 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f105"; }

.breadcrumb-seperator-2 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f178"; }

.breadcrumb-seperator-3 .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054"; }

.breadcrumb-arrow {
  padding: 0;
  background: transparent; }
  .breadcrumb-arrow li.active {
    font-weight: 500;
    opacity: 0.5; }
  .breadcrumb-arrow li a {
    color: white;
    display: inline-block;
    background: #838383;
    text-decoration: none;
    position: relative;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 22px; }
  .breadcrumb-arrow li:nth-child(even) a {
    background-color: #838383; }
    .breadcrumb-arrow li:nth-child(even) a:before {
      border-color: #838383;
      border-left-color: transparent; }
    .breadcrumb-arrow li:nth-child(even) a:after {
      border-left-color: #838383; }
  .breadcrumb-arrow li:first-child a {
    padding-left: 0.938em;
    border-radius: 4px 0 0 4px; }
    .breadcrumb-arrow li:first-child a:before {
      border: none; }
  .breadcrumb-arrow li:last-child a {
    padding-right: 0.938em;
    border-radius: 0 4px 4px 0; }
    .breadcrumb-arrow li:last-child a:after {
      border: none; }
  .breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #838383;
    border-width: 1.250em 10px;
    width: 0;
    height: 0; }
  .breadcrumb-arrow li a:before {
    left: -20px;
    border-left-color: transparent; }
  .breadcrumb-arrow li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #838383; }
  .breadcrumb-arrow li a:hover {
    background-color: #886ab5; }
    .breadcrumb-arrow li a:hover:before {
      border-color: #886ab5;
      border-left-color: transparent; }
    .breadcrumb-arrow li a:hover:after {
      border-left-color: #886ab5; }
  .breadcrumb-arrow li a:active {
    background-color: #838383; }
    .breadcrumb-arrow li a:active:before {
      border-color: #838383;
      border-left-color: transparent; }
    .breadcrumb-arrow li a:active:after {
      border-left-color: #838383; }

/* btn switch */
.btn-switch {
  background: dimgray;
  padding: 2px 8px 1px 22px;
  font-size: 10px;
  line-height: 15px;
  border-radius: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  min-width: 55px;
  height: 20px;
  margin-top: 5%;
  position: relative;
  overflow: hidden; }
  .btn-switch:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: white; }
  .btn-switch:before {
    content: "OFF";
    position: absolute;
    right: 7px; }
  .btn-switch:after {
    content: " ";
    text-align: center;
    color: white;
    width: 16px;
    height: 16px;
    position: absolute;
    background: #fff;
    padding: 1px;
    left: 0;
    top: 0;
    line-height: normal;
    margin: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .btn-switch.active {
    color: #fff;
    background: #886ab5; }
    .btn-switch.active:before {
      content: "ON";
      left: 7px;
      right: auto;
      color: white; }
    .btn-switch.active:after {
      content: " ";
      right: 0;
      left: auto;
      background: #fff;
      color: #886ab5; }

/* button used to close filter and mobile search */
.btn-search-close {
  position: absolute !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 5px;
  border-radius: 3px;
  color: #fff;
  right: 8px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0 auto auto;
  width: 20px;
  height: 20px; }

/* buttons used in the header section of the page */
.header-btn[data-class='mobile-nav-on'] {
  border-color: #fc077a;
  background-color: #fd2087;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fd2087), to(#e7026e));
  background-image: linear-gradient(to top, #fd2087, #e7026e);
  color: #fff;
  width: 3.875rem; }

/* btn widths */
.btn-w-m {
  min-width: 85px; }

.btn-w-l {
  min-width: 130px; }

.btn-m-s {
  margin: 3px 1px; }

.btn-m-l {
  margin: 3px 2.5px; }

/* dropdown btn */
/* used on info card pulldown filter */
.pull-trigger-btn {
  position: absolute !important;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px 9px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0 0 20px 20px;
  text-decoration: none;
  font-size: 17px;
  height: 21px;
  width: 31px;
  color: #fff !important;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
  transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
  -webkit-box-shadow: 0px 0px 2px rgba(136, 106, 181, 0.3);
          box-shadow: 0px 0px 2px rgba(136, 106, 181, 0.3);
  opacity: 1; }
  .pull-trigger-btn:hover {
    font-size: 23px;
    height: 25px;
    width: 35px;
    line-height: 23px;
    background: #886ab5;
    border-color: #7a59ad;
    -webkit-box-shadow: 0px 0px 10px #5790b3;
            box-shadow: 0px 0px 10px #5790b3; }

/* buttons dropshadow */
/*[class*='btn-']:not(.btn-switch):not(.btn-group):not([class*='btn-w-']),
[class*='btn-']:not(.btn-switch):not(.btn-group):not([class*='btn-w-']):focus {*/
.btn-shadow,
.btn-shadow:focus {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05); }
  .btn-shadow:active,
  .btn-shadow .active,
  .btn-shadow:focus:active,
  .btn-shadow:focus .active {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3) !important;
            box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3) !important; }
  .btn-shadow:not(.disabled):not([disabled]):hover,
  .btn-shadow:focus:not(.disabled):not([disabled]):hover {
    -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3); }

.btn:active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important; }

/*.btn-group {
	[class*='btn-'] {
		box-shadow: 0 0px 0px 0 rgba(0,0,0,.3) !important;
	}
}*/
.btn-light {
  border-color: rgba(0, 0, 0, 0.15); }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:hover {
    border-color: rgba(0, 0, 0, 0.25); }

.show > .btn-light.dropdown-toggle {
  border-color: rgba(0, 0, 0, 0.25); }

/* btn misc */
.btn-outline-default {
  background-color: transparent;
  color: #212529;
  border-color: #E5E5E5; }
  .btn-outline-default:hover, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #E5E5E5; }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #212529;
    background-color: transparent; }

.btn-pills {
  border-radius: 15px; }

/* new btn size */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 0.844rem;
  font-size: .7rem;
  line-height: 1.5;
  border-radius: .25rem; }

/* btn shadows */
.btn-primary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5);
          box-shadow: 0 2px 6px 0 rgba(136, 106, 181, 0.5); }

.btn-secondary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5);
          box-shadow: 0 2px 6px 0 rgba(134, 142, 150, 0.5); }

.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(29, 201, 183, 0.5);
          box-shadow: 0 2px 6px 0 rgba(29, 201, 183, 0.5); }

.btn-info {
  -webkit-box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5);
          box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5); }

.btn-warning {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5);
          box-shadow: 0 2px 6px 0 rgba(255, 194, 65, 0.5); }

.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5);
          box-shadow: 0 2px 6px 0 rgba(253, 57, 149, 0.5); }

.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5); }

.btn-dark {
  -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
          box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5); }

/* btn icon */
.btn-icon {
  width: calc(2.1rem + 2px);
  padding: 0;
  line-height: 2.1rem; }
  .btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: transparent; }
  .btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):not(.active):not(:active):not(:hover):not(:focus) {
    background: transparent;
    color: #434343; }
  .btn-icon:not([class*="-primary"]):not([class*="-secondary"]):not([class*="-default"]):not([class*="-success"]):not([class*="-info"]):not([class*="-warning"]):not([class*="-danger"]):not([class*="-dark"]):not([class*="-light"]):not(.nav-item):focus {
    border-color: rgba(80, 80, 80, 0.1) !important; }
  .btn-icon.btn-xs {
    width: calc(1.15rem + 2px);
    line-height: 1.15rem; }
  .btn-icon.btn-sm {
    width: calc(1.5rem + 2px);
    line-height: 1.5rem; }
  .btn-icon.btn-lg {
    width: calc(3rem + 2px);
    line-height: 3rem; }

.btn-icon-light {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important; }
  .btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
    color: rgba(255, 255, 255, 0.7) !important; }
  .btn-icon-light:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important; }

.card-header {
  color: inherit;
  background-color: #f7f9fa; }
  .card-header small {
    margin: 0;
    opacity: 0.8;
    font-weight: 400;
    font-size: 85%; }

/* remove extra margin in card child items */
.card,
.card-group {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(74, 53, 107, 0.08);
          box-shadow: 0px 0px 13px 0px rgba(74, 53, 107, 0.08); }
  .card > :last-child,
  .card-group > :last-child {
    margin-bottom: 0px; }

.accordion > .card {
  -webkit-box-shadow: none;
          box-shadow: none; }

.card-group > .card {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* remove wierd line height issue */
.card-header-pills,
.card-header-tabs {
  font-size: 0; }
  .card-header-pills .nav-link,
  .card-header-tabs .nav-link {
    font-size: 0.8125rem; }

/* card title */
.card-title {
  font-size: 0.9375rem; }

.card-header .card-title {
  display: inline-block;
  padding: 0;
  margin: 0 0.5rem 0 0; }

.carousel-indicators li {
  border-radius: 50%; }

.carousel-control-prev:hover {
  /*background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 45%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 45%); */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%); }

.carousel-control-next:hover {
  /*background: -moz-linear-gradient(right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 45%); 
	background: -webkit-linear-gradient(right, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 45%);*/
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), color-stop(45%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 45%); }

.dropdown-header.bg-trans-gradient {
  padding: 1.25rem 1.5rem; }

/* dropdown-item hover menu*/
.dropdown-menu-animated {
  -webkit-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  opacity: 0;
  visibility: hidden;
  display: block; }

/* various sizes */
.dropdown-menu {
  -webkit-box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
          box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
  -webkit-user-select: text; }
  .dropdown-menu .dropdown-item {
    font-weight: 400;
    cursor: pointer; }
  .dropdown-menu.dropdown-sm {
    width: 8rem;
    height: auto; }
  .dropdown-menu.dropdown-md {
    width: 14rem;
    height: auto; }
  .dropdown-menu.dropdown-lg {
    width: 17.5rem;
    height: auto; }
  .dropdown-menu.dropdown-xl {
    width: 21.875rem;
    height: auto; }
  .dropdown-menu .dropdown-item:first-child, .dropdown-menu .dropdown-item:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

/* replace bootstrap's default arrow */
.dropdown-toggle:after,
.dropleft .dropdown-toggle:before {
  text-align: center;
  display: inline;
  border: 0 !important;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107" !important;
  vertical-align: top !important;
  position: relative; }

.dropup .dropdown-toggle:after {
  content: "\f106" !important; }

.dropright .dropdown-toggle:after {
  content: "\f105" !important; }

.dropleft .dropdown-toggle:before {
  content: "\f104" !important; }

.nav-item .dropdown-toggle:after {
  font-size: 0.90em; }

/* remove arrow */
.dropdown-toggle.no-arrow:before, .dropdown-toggle.no-arrow:after {
  display: none !important; }

/* dropdown menu multi-level */
.dropdown-menu .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: absolute;
  top: -1px;
  left: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  opacity: 0;
  visibility: hidden;
  display: block; }
  .dropdown-menu .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

.dropdown-menu .dropdown-multilevel {
  position: relative;
  /* it is displayed on right by default */
  /* add arrow */ }
  .dropdown-menu .dropdown-multilevel.dropdown-multilevel-left > .dropdown-menu {
    right: 100%;
    left: auto; }
  .dropdown-menu .dropdown-multilevel > .dropdown-item:first-child:after {
    content: "\f2fb";
    font-family: 'nextgen-icons';
    font-size: inherit;
    position: abso