﻿@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

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"
  
------------------------*/

/*------------------------
    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: contrast-ink($contrastvalue)
------------------------*/

/*------------------------
 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 */

/* We will manually convert these primary colors to rgb for the dark mode option of the theme */

/* 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 */

/* custom file */

/* 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 footer */

/* nav parent level-0 */

/* nav link level-1 */

/* nav level-1 bg */

/* 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 */

/* SHORTCUT BUTTON (appears on bottom right of the page) */

/* GULP WARNINGS */

@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 {
    font-weight: 400;
    line-height: 1.3;
}

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 {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    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 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    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%);
    background-clip: text;
    color: #886ab5;
    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-color: #584475;
    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);
}

/*
%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 {
    -webkit-box-shadow: none;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f5f5f5), to(#f1f1f1));
    background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    color: #444;
}

.btn-default:hover {
    -webkit-box-shadow: none;
    border: 1px solid #c6c6c6;
    box-shadow: none;
    color: #333;
    z-index: 2;
}

.btn-default:focus {
    border-color: #b19dce !important;
    z-index: 3;
}

.active.btn-default {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
    background: #a38cc6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset !important;
    color: #fff;
}

.custom-scroll,
.custom-scrollbar {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: scroll;
}

.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, .footer-function-fixed .page-footer, #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"], .footer-function-fixed .btn-switch[data-class="footer-function-fixed"], .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-nav-dark .btn-switch[data-class="mod-nav-dark"], .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] {
    background: #886ab5 !important;
    color: #fff;
}

.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, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]: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-nav-dark .btn-switch[data-class="mod-nav-dark"]:before, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]: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, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"]: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-nav-dark .btn-switch[data-class="mod-nav-dark"]:after, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:after {
    background: #fff !important;
    color: #886ab5 !important;
    content: " " !important;
    left: auto !important;
    right: 0 !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, .footer-function-fixed .btn-switch[data-class="footer-function-fixed"] + .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-nav-dark .btn-switch[data-class="mod-nav-dark"] + .onoffswitch-title, .mod-panel-icon .btn-switch[data-class="mod-panel-icon"] + .onoffswitch-title {
    color: #886ab5;
    font-weight: 500;
}

.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, .mod-skin-dark #mhc,
.mod-skin-dark #mcbg,
.mod-skin-dark #mdn, .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, .mod-skin-dark #mhc .onoffswitch-title, .mod-skin-dark #mcbg .onoffswitch-title, .mod-skin-dark #mdn .onoffswitch-title, .nav-function-top #nfh .onoffswitch-title, .nav-function-top #mhni .onoffswitch-title, .nav-function-minify #mhni .onoffswitch-title {
    color: #da9400;
    color: var(--theme-warning-900) !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, .mod-skin-dark #mhc .onoffswitch-title-desc, .mod-skin-dark #mcbg .onoffswitch-title-desc, .mod-skin-dark #mdn .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: #da9400;
    color: var(--theme-warning-900) !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, .mod-skin-dark #mhc:after,
.mod-skin-dark #mcbg:after,
.mod-skin-dark #mdn: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: 1px solid gainsboro;
    border-radius: 4px;
    color: #a6a6a6;
    cursor: default;
    font-size: 21px;
    height: 2.25rem;
    line-height: 2.125rem;
    margin-right: 0.9375rem;
    padding: 0 11px;
    position: relative;
    vertical-align: middle;
    width: 3.25rem;
    /*
	&.active {
		@extend %header-btn-active;
	}*/
}

.dropdown-icon-menu > ul > li .btn:hover, .header-btn:hover {
    -webkit-box-shadow: none;
    background: #a38cc6;
    border-color: #886ab5;
    box-shadow: none;
    color: #fff;
}

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

.nav-function-fixed:not(.nav-function-top) .page-header [data-class="nav-function-fixed"] {
    -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
    background: #505050;
    border-color: #363636 !important;
    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 {
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
    border: 2px solid #886ab5;
    border-radius: 50%;
    border-right-color: transparent;
    height: 20px;
    margin: 5px;
    width: 20px;
}

.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, .mod-skin-dark #mhc:after,
.mod-skin-dark #mcbg:after,
.mod-skin-dark #mdn:after, .nav-function-top #nfh:after, .nav-function-top #mhni:after,
.nav-function-minify #mhni:after {
    background: #ffc241;
    background: var(--theme-warning-50);
    border: 1px solid var(--theme-warning-700);
    border-radius: 10px;
    color: #1d1d1d;
    display: block;
    font-size: 10px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 26%;
    width: 65px;
}

/* 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 {
    -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;
    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);
    background-size: 10px 10px;
}

.mod-color-blind .page-sidebar .primary-nav .nav-menu > li.active > a + ul > li.active > a,
.pattern-1 {
    -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;
    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);
    background-size: 5px 5px;
}

.mod-color-blind [class*="bg-primary-"],
.mod-color-blind .btn-primary,
.mod-color-blind .btn-outline-primary,
.mod-color-blind .alert-primary,
.pattern-2 {
    -pie-background: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px transparent;
    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);
    background-size: 15px 15px;
}

.mod-color-blind [class*="bg-success-"],
.mod-color-blind .btn-success,
.mod-color-blind .btn-outline-success,
.mod-color-blind .alert-success,
.pattern-3 {
    -pie-background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent) 0 0/15px 15px transparent;
    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);
    background-size: 15px 15px;
}

.mod-color-blind [class*="bg-info-"],
.mod-color-blind .btn-info,
.mod-color-blind .btn-outline-info,
.mod-color-blind .alert-info,
.pattern-4 {
    -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;
    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));
    background-position: 0 0, 18.5px 18.5px;
    background-size: 37px 37px;
}

.mod-color-blind [class*="bg-warning-"],
.mod-color-blind .btn-warning,
.mod-color-blind .btn-outline-warning,
.mod-color-blind .alert-warning,
.pattern-5 {
    -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;
    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));
    background-size: 37px 37px;
}

/* #FRAMEWORK - Structure and layout files. (**DO NOT** change order)
                DOC: you can disable unused _modules (may brake the page)
========================================================================== */

/* 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-rgb-primary: 136, 106, 181;
    --theme-rgb-success: 29, 201, 183;
    --theme-rgb-info: 33, 150, 243;
    --theme-rgb-warning: 255, 194, 65;
    --theme-rgb-danger: 253, 57, 149;
    --theme-rgb-fusion: 79.75, 79.75, 79.75;
    --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 { scroll-behavior: smooth; }

html body {
    background-color: #fff;
    direction: ltr;
    text-rendering: optimizeLegibility;
}

html body a {
    background-color: transparent;
    color: #886ab5;
    text-decoration: none;
}

html body a:hover {
    color: #967bbd;
    text-decoration: underline;
}

/* app header */

.header-icon {
    color: #666666;
    display: block;
    height: 4.125rem;
    line-height: 4.125rem;
    position: relative;
    text-decoration: none;
}

.header-icon:not(.btn) {
    min-width: 3.125rem;
    overflow: visible;
    text-align: center;
}

.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 {
    -webkit-transition: all 100ms ease-in;
    background: #dae1e8;
    border-radius: 50%;
    content: " ";
    height: 1.5rem;
    left: 0.9375rem;
    opacity: 0;
    position: absolute;
    top: 1.3125rem;
    transition: all 100ms ease-in;
    width: 1.5rem;
    z-index: -1;
}

.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
    color: #404040;
    font-weight: 500;
    /* new lines for arrow visibility */
    position: relative;
    z-index: 1001;
}

.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"]:after {
    content: " ";
    height: 2.5rem;
    left: 0.3125rem;
    opacity: 1;
    top: 0.8125rem;
    width: 2.5rem;
    z-index: -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 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: none;
    color: #404040 !important;
}

.header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
    border: 0px solid #ccc;
    left: auto !important;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2rem;
    top: 4.0625rem !important;
}

.header-icon:not(.btn) .profile-image {
    height: auto;
    width: 2rem;
}

.header-icon:hover {
    color: #404040;
    cursor: default;
}

.page-header {
    -ms-flex: 0 0 auto;
    -ms-flex-align: center;
    -ms-flex-order: 1;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    height: 4.125rem;
    order: 1;
    position: relative;
    z-index: 1000;
}

.page-header .page-logo { display: none; }

.page-header .badge-icon {
    left: 1.5625rem;
    top: 1.09375rem;
}

.page-header .badge-icon:only-child {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 26px;
    justify-content: center;
    left: auto;
    line-height: 21px;
    margin: 0 auto;
    position: relative;
    right: auto;
    top: 20px;
    width: 26px;
}

/* app logo */

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

.page-logo img {
    height: 28px;
    width: 28px;
}

.page-logo .page-logo-link {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

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

/* app search */

.search {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.search .app-forms { padding: 0; }

.search .app-forms.has-length { position: relative; }

.search .app-forms:before { content: none; }

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

/* icon menu with user options */

.dropdown-icon-menu > .btn { z-index: 1; }

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

.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;
    /*
			 * n = number of buttons minus 1 
			 *     eg. $header-btn-height * 2n
			 */
    height: 7.75rem;
    opacity: 1;
}

.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 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.notification li {
    background: #fff;
    position: relative;
}

.notification li.unread { background: #fffaee; }

.notification li.unread .name { font-weight: 500; }

.notification li > :first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.75rem 1.5rem;
}

.notification li > :first-child:hover {
    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));
    text-decoration: none;
}

.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-size: 0.8125rem;
    font-weight: 400;
}

.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 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
}

.notification.notification-layout-2 li > :first-child:hover { background: transparent; }

.notification.notification-layout-2 li > :first-child:hover:after {
    -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);
    bottom: 0;
    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);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.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";
    display: block;
    left: 0;
    padding: 1.5rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/* icon menu with stacked icons located in the app header */

.app-list {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    display: block;
    font-size: 0;
    height: 22.5rem !important;
    margin: 0 auto;
    padding: 0.5rem 1rem;
    text-align: center;
    user-select: none;
    width: 21.875rem !important;
}

.app-list > li {
    display: inline-block;
    padding: 0;
    text-align: center;
}

.app-list-item {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    border: 1px solid transparent !important;
    border-radius: 3px;
    border-radius: 4px;
    color: #666666;
    display: block;
    flex-direction: column;
    height: 5.9375rem;
    justify-content: center;
    margin: 10px 2px;
    outline: none;
    padding-top: 8px;
    text-decoration: none;
    width: 6.25rem;
}

.app-list-item .icon-stack {
    font-size: 3.125rem;
    margin-top: 4px;
}

.app-list-item:hover { 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 {
    display: block;
    font-size: 0.8125rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 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 {
    position: fixed;
    top: 0;
    width: 16.875rem;
    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 {
    -webkit-transition: none !important;
    position: absolute;
    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 {
        /*top: 0;
				right: 0;
				left: 0;*/
        -webkit-box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13);
        /*chrome flickering solution*/
        -webkit-transform: translateZ(0);
        box-shadow: 0px 0px 28px 2px rgba(86, 61, 124, 0.13);
        position: fixed !important;
    }
}

/* app far left panel */

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

/* app navigation */

.primary-nav {
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    backface-visibility: hidden;
    overflow: auto;
    overflow-x: hidden;
}

.primary-nav .nav-menu:last-of-type { margin: 0; }

.primary-nav .nav-menu:first-of-type {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

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

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 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 {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    color: #967bbd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.nav-menu b.collapse-sign > [class*='fa-'],
.nav-menu b.collapse-sign > .ni { font-size: inherit; }

.nav-menu ul {
    display: none;
    list-style: none;
    padding-left: 0;
}

.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 {
    -webkit-box-shadow: inset 3px 0 0 #886ab5;
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: inset 3px 0 0 #886ab5;
    color: white;
    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 {
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -webkit-box-align: center;
    align-content: center;
    align-items: center;
    color: #24b3a4;
    content: '\f413';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'nextgen-icons';
    font-size: 7px;
    height: 10px;
    position: absolute;
    right: 11px;
    top: calc(50% - 5px);
    width: auto;
}

.nav-menu li a {
    -ms-flex-align: center;
    /*new*/
    -webkit-box-align: center;
    align-items: center;
    color: #bdafd1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 400;
    /*new*/
    outline: 0;
    padding: 0.8125rem 2rem;
    position: relative;
    text-decoration: none;
    /* 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 {
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-left: -2.1875rem;
    margin-right: 0.9375rem;
    min-width: 1.25rem;
    overflow: hidden;
    padding: 0 4px;
    text-align: center;
}

.nav-menu li a .dl-ref.label {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    margin-left: 0;
    margin-right: 0;
}

.nav-menu li a > [class*='fa-'],
.nav-menu li a > .ni {
    color: #876fab;
    font-size: 1.125rem;
    margin-right: 0.25rem;
    text-align: left;
    width: 1.75rem;
}

.nav-menu li a > .nav-link-text {
    -ms-flex: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    /*new*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex: 1;
    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 {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
}

.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);
    border: 1px solid rgba(107, 83, 143, 0.8);
    box-shadow: 0 0 0 1px 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-bottom: 10px;
    padding-top: 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 {
    color: #876fab;
    font-size: 0.875rem;
    margin-left: -2.1875rem;
    margin-right: 0.9375rem;
    text-align: center;
    width: 1.25rem;
}

.nav-menu li > ul li a > .badge {
    background-color: #fd3995;
    border: 1px solid #505050;
    color: #fff;
}

.nav-menu li > ul li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
}

.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 {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none;
    color: white;
    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 {
    background-color: #fd3995;
    border: 1px solid #505050;
    color: #fff;
}

.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 {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transform: scale(0.3);
    -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0px;
    justify-content: center;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: scale(0.3);
    transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
    visibility: hidden;
}

.nav-filter input[type="text"] {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 8px 40px 8px 14px;
    width: 14.625rem;
}

.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 {
    -webkit-transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
    height: calc(9.53rem - 9.53rem);
    transition: all 400ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

.list-filter-active .nav-filter {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    -webkit-transform: scale(1);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    height: 60px;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.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 {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    height: 9.53rem;
    overflow: hidden;
    padding: 0 2rem;
    position: relative;
    transition: all 700ms cubic-bezier(0.34, 1.25, 0.3, 1);
    width: 16.875rem;
}

.info-card img.cover {
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
}

.info-card .profile-image {
    display: inline-block;
    height: auto;
    position: relative;
    width: 3.125rem;
    z-index: 2;
}

.info-card .info-card-text {
    color: inherit;
    line-height: normal;
    margin-left: 1rem;
    position: relative;
    text-shadow: #000 0 1px;
    z-index: 1;
}

.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 {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 0.7;
    }
}

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

.info-card-text > span {
    display: block;
    font-size: 0.875rem;
    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 {
        -ms-flex: 0 1 100%;
        -webkit-box-flex: 0;
        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: #da9400;
        color: var(--theme-warning-900);
    }

    .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
        color: #da9400;
        color: var(--theme-warning-900);
    }

    .nav-function-top:not(.header-function-fixed) #nff:after {
        background: #ffc241;
        background: var(--theme-warning-50);
        border: 1px solid var(--theme-warning-700);
        border-radius: 10px;
        color: #1d1d1d;
        content: "DISABLED";
        display: block;
        font-size: 10px;
        height: 22px;
        line-height: 20px;
        position: absolute;
        right: 13px;
        text-align: center;
        top: 26%;
        width: 65px;
    }

    .nav-function-top .page-header {
        -webkit-box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
        background-color: #584475;
        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);
        box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
        height: 4.125rem;
        left: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .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 {
        -webkit-box-shadow: none;
        background: transparent;
        box-shadow: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        width: auto;
        width: initial;
    }

    .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 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
        background: #fff;
        box-shadow: 0px 0px 14px 0px rgba(86, 61, 124, 0.13);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 3.5rem;
        max-width: 100%;
        order: 2;
        padding: 0 0.625rem;
        position: absolute;
        top: 4.125rem;
        width: 100%;
        z-index: 999;
    }

    .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 {
        -ms-flex: 1;
        -ms-flex-align: stretch;
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-box-align: stretch;
        -webkit-box-flex: 1;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        font-size: 0;
        /* 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 {
        -ms-flex: 0 1 100%;
        -ms-flex-align: stretch;
        -ms-flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-box-direction: normal;
        -webkit-box-flex: 0;
        -webkit-box-orient: horizontal;
        -webkit-transition: margin 0.5s ease-out 0s;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 0 1 100%;
        flex-direction: row;
        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;
        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 {
        color: #24b3a4;
        content: '\f413';
        font-family: 'nextgen-icons';
        font-size: 7px;
        height: 10px;
        position: absolute;
        right: calc(50% - 5px);
        top: calc(50% + 15px);
        width: auto;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a {
        height: 100%;
        padding: .75rem 1.5rem .75rem 1rem;
        text-align: center;
    }

    .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-'] {
        -ms-flex-align: center;
        -ms-flex-pack: left;
        -webkit-box-align: center;
        -webkit-box-pack: left;
        align-items: center;
        color: inherit;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: left;
        margin: 0;
        margin-right: .5rem !important;
        width: inherit;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
        -ms-flex: 0 1 auto;
        /*override inline-flex*/
        -webkit-box-flex: 0;
        display: inline-block;
        flex: 0 1 auto;
        font-weight: 400;
        line-height: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: text-top;
        white-space: nowrap;
    }

    .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 {
        bottom: 0;
        color: #a492c0;
        margin-left: 0.5rem;
        position: absolute;
        right: 0.5rem;
        top: 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 {
        display: block !important;
        font-size: 0.8125rem !important;
        height: 25px !important;
        line-height: 16px !important;
        margin: 0 auto 4px !important;
        max-width: none;
        width: 25px !important;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
        color: #584475;
        font-size: .9rem;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
        -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
        background: #68518c;
        border-radius: 10px;
        box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
        display: none !important;
        height: auto !important;
        margin-top: 1rem;
        padding: 1rem 0;
        position: absolute;
        top: 3.5rem;
        width: 13rem;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li {
        position: relative;
        width: 100%;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #bdafd1;
        max-height: none;
        padding: 0.65rem 1.25rem;
        width: 100%;
    }

    .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 {
        display: none;
        margin-left: 0;
        margin-right: 5px;
    }

    .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 {
        background: transparent;
        content: "";
        display: block;
        height: calc(100% + 120px);
        left: -50px;
        position: absolute;
        top: -1rem;
        width: calc(100% + 100px);
        z-index: -1;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
        color: #68518c;
        content: "\f1c8";
        display: block;
        font-family: 'nextgen-icons';
        font-size: 5rem;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: -1.7rem;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
        background: transparent;
        color: #886ab5;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a + ul {
        -webkit-animation: animateFadeInUp 0.5s;
        animation: animateFadeInUp 0.5s;
        display: block !important;
    }

    .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-'] {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .nav-function-top .page-header {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .nav-function-top .page-wrapper {
        -ms-flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .nav-function-top .page-sidebar {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .nav-function-top .page-content {
        -ms-flex: 1 1 auto;
        -ms-flex-align: stretch;
        -ms-flex-order: 3;
        -webkit-box-align: stretch;
        -webkit-box-flex: 1;
        -webkit-box-ordinal-group: 4;
        align-items: stretch;
        flex: 1 1 auto;
        order: 3;
    }
}

@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 {
        height: 27px !important;
        line-height: 18px !important;
        margin: 0 auto 2px !important;
        max-width: none;
        width: 27px !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 {
        -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        bottom: 0;
        left: -16.25rem;
        position: absolute;
        top: 0;
        transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        will-change: left, right;
        z-index: 1001;
        /* apply invisible hit area to reveal nav */
    }

    .nav-function-hidden:not(.nav-function-top) .page-sidebar:after {
        background: transparent;
        bottom: 0;
        content: "";
        display: block;
        height: 100%;
        left: 16.875rem;
        position: fixed;
        top: 0;
        width: 2.1rem;
        z-index: 1;
    }

    .nav-function-hidden:not(.nav-function-top) .page-sidebar:hover {
        -webkit-transition: 450ms cubic-bezier(0.9, 0.01, 0.09, 1);
        left: 0;
        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"] {
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
        background: #505050;
        border-color: #363636 !important;
        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 {
    bottom: 0;
    position: fixed !important;
    top: 0;
}

.nav-function-fixed:not(.nav-function-top) .page-sidebar .primary-nav {
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 6.9375rem);
    overflow: auto;
    overflow-x: hidden;
}

.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 {
        -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);
        position: fixed !important;
    }

    .nav-function-fixed.nav-function-top.mod-main-boxed .page-sidebar {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1397px;
        right: 0;
    }
}

@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 {
        -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);
        width: 4.6875rem;
        will-change: width;
        z-index: 1001;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0;
        width: 4.6875rem;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .page-logo .page-logo-link {
        -ms-flex: none;
        -webkit-box-flex: 0;
        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 {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        height: 5.9375rem;
        justify-content: center;
        overflow: hidden;
        padding: 1.21324rem 0;
        text-align: center;
        width: 100%;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .info-card .profile-image + div {
        display: none;
        position: absolute;
        text-align: left;
        top: 0;
        width: 14.0625rem;
    }

    .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 {
        -ms-flex-align: center;
        -ms-flex-line-pack: center;
        -webkit-box-align: center;
        align-content: center;
        align-items: center;
        color: #24b3a4;
        content: '\f413';
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'nextgen-icons';
        font-size: 7px;
        height: 10px;
        position: absolute;
        right: 11px;
        top: calc(50% - 5px);
        width: auto;
    }

    .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 {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .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 {
        background: trasparent;
        color: #fff;
        display: none;
        font-weight: 500;
        height: 100%;
        left: 5.6875rem;
        margin-top: -1.563rem;
        padding-left: 1.375rem;
        position: absolute;
        text-align: left;
        top: 0;
        width: 13.75rem;
    }

    .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 {
        background-color: #584475;
        border-radius: 4px .5rem .5rem .5rem;
        left: 5.6875rem;
        margin-top: -5rem;
        padding-bottom: 1rem;
        padding-top: 3.75rem;
        position: absolute;
        width: 13.75rem;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
        -webkit-transform: rotate(270deg);
        color: #584475;
        content: "\f1c8";
        display: block;
        font-family: 'nextgen-icons';
        font-size: 3.5rem;
        left: -0.4125rem;
        overflow: hidden;
        position: absolute;
        top: 1rem;
        transform: rotate(270deg);
        z-index: -1;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul > li > a {
        padding-bottom: 0.6rem;
        padding-left: 1.375rem;
        padding-top: 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-bottom: 0.6rem;
        padding-left: 1.71875rem;
        padding-top: 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 {
        -webkit-animation: animateFadeInLeft 0.5s;
        animation: animateFadeInLeft 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        background: #584475;
        border-radius: 4px 10px 10px 4px;
        overflow: visible;
        top: 26px;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
        -webkit-transform: rotate(270deg);
        color: #584475;
        content: "\f1c8";
        display: block;
        font-family: 'nextgen-icons';
        font-size: 3.5rem;
        left: -7px;
        overflow: hidden;
        position: absolute;
        top: -9px;
        transform: rotate(270deg);
        z-index: -1;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul {
        -webkit-animation: animateFadeInLeft 0.5s;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
        animation: animateFadeInLeft 0.5s;
        box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.15);
        display: block !important;
        z-index: 1;
    }

    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul:after {
        content: "";
        display: block;
        height: calc(100% + 180px);
        left: -1rem;
        position: absolute;
        top: -4.125rem;
        width: calc(100% + 80px);
        z-index: -1;
    }

    .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.37);
        background: #505050;
        border-color: #363636 !important;
        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 {
    -webkit-transition: all 0.3s ease-in-out;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*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;
    transition: all 0.3s ease-in-out;
}

.nav-footer .nav-footer-buttons > li > a {
    color: #9782b7;
    display: block;
    font-size: 1rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
    margin-top: 1px;
    overflow: visible;
    padding: 0 13px;
}

.nav-footer [data-class="nav-function-minify"] { display: none; }

.nav-function-fixed .nav-footer {
    background: #584475;
    border: 0;
}

.nav-function-fixed .nav-footer:before {
    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%);
    content: ' ';
    height: 1px;
    opacity: 0.5;
    position: inherit;
    width: inherit;
}

.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"] {
        -webkit-transition: all 0.3s ease-in-out;
        color: #876fab;
        display: block;
        font-size: 1.1875rem;
        height: 2.8125rem;
        line-height: 2.8125rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        vertical-align: middle;
        width: 100%;
    }

    .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 {
    -ms-flex: 1 1 auto;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-box-flex: 1;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
    width: 100%;
}

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

/* app content heading */

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

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

.subheader-title {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    color: #505050;
    flex: 1;
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0;
    text-shadow: #fff 0 1px;
}

.subheader-title sup.badge {
    font-size: 40%;
    line-height: normal;
    margin-left: 0.25rem;
    margin-top: 0.4rem;
    padding: 2px 5px;
    position: absolute;
    text-shadow: none;
}

.subheader-title small {
    color: #838383;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

/* app content */

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

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

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

}

*/

/* app footer */

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

/* app footer stays fixed */

.footer-function-fixed .page-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    bottom: 0;
    left: 16.875rem;
    position: fixed;
    right: 0;
    z-index: 1000;
}

.footer-function-fixed .page-content { padding-bottom: 4.8125rem !important; }

.footer-function-fixed.nav-function-minify .page-footer { left: 4.6875rem; }

.footer-function-fixed.nav-function-top .page-footer { left: 0; }

.footer-function-fixed.nav-function-hidden .page-footer { left: 0.625rem; }

.footer-function-fixed.mod-main-boxed .page-footer {
    left: 0;
    margin: 0 auto !important;
    max-width: 1397px;
    padding-left: 18.875rem;
    width: 100%;
}

.footer-function-fixed.mod-main-boxed.nav-function-top .page-footer { padding-left: 2rem; }

.footer-function-fixed.mod-main-boxed.nav-function-minify .page-footer { padding-left: 6.6875rem; }

.footer-function-fixed.mod-main-boxed.nav-function-hidden .page-footer { padding-left: 2.625rem; }

@media only screen and (max-width: 992px) {
    .footer-function-fixed .page-footer { left: 0; }
}

/* app error page */

.alt {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    min-height: 100vh;
    padding: 0 !important;
}

.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 {
    background-color: #f7f9fa;
    border-bottom: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.accordion .card .card-header .card-title {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    color: #886ab5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: flex-start;
    margin: 0;
    padding: 1rem 1rem;
}

.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 {
    border: 2px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 4px !important;
    margin-bottom: 1rem;
}

.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 {
    background-color: #a38cc6;
    color: #fff;
}

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

/* 	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 {
    background-color: #f3f1f5;
    border-color: #d6d3da;
    color: dimgray;
}

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

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

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

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

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

.alert-icon { width: 2.5rem; }

.alert-icon > i { font-size: 1.75rem; }

.alert-icon + div { padding-left: 0.25rem; }

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

/* 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 {
    background: transparent;
    margin: 0 0 1.5rem;
    padding: 0;
    position: relative;
    text-shadow: #fff 0 1px;
}

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

.breadcrumb > li.breadcrumb-item {
    display: block;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb > li.breadcrumb-item:hover {
    cursor: default;
    max-width: 200px !important;
}

[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-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
}

.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 {
    background: transparent;
    padding: 0;
}

.breadcrumb-arrow li.active {
    font-weight: 500;
    opacity: 0.5;
}

.breadcrumb-arrow li a {
    background: #838383;
    color: white;
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 22px;
    padding: 0 10px 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.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 {
    border-radius: 4px 0 0 4px;
    padding-left: 0.938em;
}

.breadcrumb-arrow li:first-child a:before { border: none; }

.breadcrumb-arrow li:last-child a {
    border-radius: 0 4px 4px 0;
    padding-right: 0.938em;
}

.breadcrumb-arrow li:last-child a:after { border: none; }

.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
    border: 0 solid #838383;
    border-width: 1.250em 10px;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.breadcrumb-arrow li a:before {
    border-left-color: transparent;
    left: -20px;
}

.breadcrumb-arrow li a:after {
    border-color: transparent;
    border-left-color: #838383;
    left: 100%;
}

.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;
    border-radius: 20px;
    color: white;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    line-height: 15px;
    margin-top: 5%;
    min-width: 55px;
    overflow: hidden;
    padding: 2px 8px 1px 22px;
    position: relative;
    text-transform: uppercase;
}

.btn-switch:hover {
    -webkit-transform: scale(1.1);
    color: white;
    transform: scale(1.1);
}

.btn-switch:before {
    content: "OFF";
    position: absolute;
    right: 7px;
}

.btn-switch:after {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    color: white;
    content: " ";
    height: 16px;
    left: 0;
    line-height: normal;
    margin: 1px;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
}

.btn-switch.active {
    background: #886ab5;
    color: #fff;
}

.btn-switch.active:before {
    color: white;
    content: "ON";
    left: 7px;
    right: auto;
}

.btn-switch.active:after {
    background: #fff;
    color: #886ab5;
    content: " ";
    left: auto;
    right: 0;
}

/* button used to close filter and mobile search */

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

/* buttons used in the header section of the page */

.header-btn[data-class='mobile-nav-on'] {
    background-color: #fd2087;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fd2087), to(#e7026e));
    background-image: linear-gradient(to top, #fd2087, #e7026e);
    border-color: #fc077a;
    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 {
    -webkit-box-shadow: 0px 0px 2px rgba(136, 106, 181, 0.3);
    -webkit-transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 2px rgba(136, 106, 181, 0.3);
    color: #fff !important;
    font-size: 17px;
    height: 21px;
    left: 0;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    padding: 0px 9px;
    position: absolute !important;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -5px;
    transition: all 200ms cubic-bezier(0.34, 1.25, 0.6, 1);
    width: 31px;
}

.pull-trigger-btn:hover {
    -webkit-box-shadow: 0px 0px 10px #5790b3;
    background: #886ab5;
    border-color: #7a59ad;
    box-shadow: 0px 0px 10px #5790b3;
    font-size: 23px;
    height: 25px;
    line-height: 23px;
    width: 35px;
}

/* 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;
    border-color: #E5E5E5;
    color: #212529;
}

.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 {
    background-color: #f9f9f9;
    border-color: #E5E5E5;
    color: #212529;
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
    background-color: transparent;
    color: #212529;
}

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

/* new btn size */

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

/* 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 {
    line-height: 2.1rem;
    padding: 0;
    width: calc(2.1rem + 2px);
}

.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 {
    line-height: 1.15rem;
    width: calc(1.15rem + 2px);
}

.btn-icon.btn-sm {
    line-height: 1.5rem;
    width: calc(1.5rem + 2px);
}

.btn-icon.btn-lg {
    line-height: 3rem;
    width: calc(3rem + 2px);
}

.btn-icon-light {
    border-color: transparent !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) { color: rgba(255, 255, 255, 0.7) !important; }

.btn-icon-light:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.card-header {
    background-color: #f7f9fa;
    color: inherit;
}

.card-header small {
    font-size: 85%;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}

/* 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;
    margin: 0 0.5rem 0 0;
    padding: 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;
    -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
    display: block;
    opacity: 0;
    transform: scale(0.8) !important;
    transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
    visibility: hidden;
}

/* various sizes */

.dropdown-menu {
    -webkit-box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
    -webkit-user-select: text;
    box-shadow: 0 0 15px 1px rgba(90, 80, 105, 0.2);
}

.dropdown-menu .dropdown-item {
    cursor: pointer;
    font-weight: 400;
}

.dropdown-menu.dropdown-sm {
    height: auto;
    width: 8rem;
}

.dropdown-menu.dropdown-md {
    height: auto;
    width: 14rem;
}

.dropdown-menu.dropdown-lg {
    height: auto;
    width: 17.5rem;
}

.dropdown-menu.dropdown-xl {
    height: auto;
    width: 21.875rem;
}

.dropdown-menu .dropdown-item:first-child, .dropdown-menu .dropdown-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
}

/* replace bootstrap's default arrow */

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

.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 {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
    -webkit-transition-delay: 500ms;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
    left: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -1px;
    transform: scale(0.8);
    transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition-delay: 500ms;
    visibility: hidden;
}

.dropdown-menu .dropdown-menu .dropdown-item {
    padding-bottom: 0.5rem !important;
    padding-top: 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 {
    left: auto;
    right: 100%;
}

.dropdown-menu .dropdown-multilevel > .dropdown-item:first-child:after {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: 0;
    content: "\f2fb";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'nextgen-icons';
    font-size: inherit;
    padding-right: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
    background: #f8f9fa;
    color: #6e4e9e;
}

.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) + .dropdown-menu {
    -webkit-transform: scale(1);
    -webkit-transform-origin: 29px -50px;
    -webkit-transition-delay: 0ms;
    opacity: 1;
    transform: scale(1);
    transform-origin: 29px -50px;
    transition-delay: 0ms;
    visibility: visible;
}

.icon-stack {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 1em;
}

.icon-stack-1x,
.icon-stack-2x,
.icon-stack-3x {
    bottom: 0;
    left: 0;
    line-height: inherit !important;
    position: absolute !important;
    text-align: center;
    width: 100%;
}

.icon-stack-1x { font-size: 0.5em; }

.icon-stack-2x {
    font-size: 0.70em;
    /*padding-right: 0.025em;*/
}

.icon-stack-3x { font-size: 1em; }

.icon-stack-xl { font-size: 3.125rem; }

.icon-stack-lg { font-size: 2.5rem; }

.icon-stack-md { font-size: 2.125rem; }

.icon-stack-sm { font-size: 1.875rem; }

.filter-message {
    border-radius: 4px;
    display: block;
    font-size: 0.6875rem;
    font-style: italic;
    margin: 1rem auto;
    max-width: 180px;
    padding: 2px;
    text-align: center;
    text-transform: capitalize;
    width: calc(100% - 60px);
}

.filter-message:empty { display: none; }

.js-list-filter:not(.primary-nav) {
    /* these classes are triggered by JS */
    /*.js-filter-show {
		display:block !important;
	}*/
}

.js-list-filter:not(.primary-nav) .js-filter-hide { display: none !important; }

.js-list-filter.nav-menu:not(.primary-nav) .js-filter-show { display: block !important; }

.loader {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    color: inherit;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    /*
	The use of translate3d pushes CSS animations into hardware acceleration.
	Even if you're looking to do a basic 2d translation, use translate3d for more power!
	If your animation is still flickering after switching to the transform above,
	you can use a few little-known CSS properties to try to fix the problem:
	*/
    /*-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;	*/
}

/*:not(.enable-loader) .loader {
	> * {
		animation: pause;
	}
}*/

.enable-loader:before {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.enable-loader .loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#msgr_listfilter_input {
    -webkit-transition-delay: 100ms;
    background: transparent;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -41px;
    opacity: 0;
    padding-left: 41px;
    transition-delay: 100ms;
    width: calc(100% - 1rem);
}

.msgr-list {
    -webkit-transition-delay: 100ms;
    right: -11.438rem;
    transition-delay: 100ms;
    width: 14.563rem;
    z-index: 101;
}

.msgr-list + .msgr {
    height: 100%;
    width: calc(100% - 3.125rem);
}

.msgr-list + .msgr:before {
    -webkit-transition-delay: 100ms;
    background: rgba(255, 255, 255, 0.4);
    content: '';
    height: 100%;
    opacity: 0;
    position: absolute;
    transition-delay: 100ms;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}

.msgr-list:hover {
    border-left-color: rgba(0, 0, 0, 0.1);
    right: 0;
}

.msgr-list:hover #msgr_listfilter_input { opacity: 1; }

.msgr-list:hover + .msgr:before {
    opacity: 1;
    visibility: visible;
}

/*.msgr-chatinput {

	min-height: 110px;
	max-height: 160px;

	[contenteditable="true"] {
		min-height:50px;
		max-height:110px;
	}

}*/

/*.msgr-chatinput-icons {
	height: 40px;
}*/

/*.msgr-chatinput-container {
	> div {
		border-top: 1px solid rgba($black,0.07);
	}
}*/

/* IE HACK */

/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	[contenteditable="true"] {
		height: 110px;
	}
}*/

.chat-segment-get {
    margin: 0 2rem 0.5rem 0;
    position: relative;
    text-align: left;
}

.chat-segment-get.chat-start .chat-message { border-bottom-left-radius: 3px; }

.chat-segment-get.chat-start + :not(.chat-end) .chat-message {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.chat-segment-get.chat-end .chat-message { border-top-left-radius: 3px; }

.chat-segment-get .chat-message {
    background: #f1f0f0;
    color: rgba(0, 0, 0, 0.8);
    text-align: left;
}

.chat-segment-sent {
    margin: 0 0 .5rem 3rem;
    position: relative;
    text-align: right;
}

.chat-segment-sent.chat-start .chat-message { border-bottom-right-radius: 3px; }

.chat-segment-sent.chat-start + :not(.chat-end) .chat-message {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.chat-segment-sent.chat-end .chat-message { border-top-right-radius: 3px; }

.chat-segment-sent .chat-message {
    background: #1dc9b7;
    color: white;
    text-align: left;
}

.chat-message {
    border-radius: 0.625rem;
    display: inline-block;
    padding: 0.75rem 1rem;
    position: relative;
}

.chat-message > p {
    margin: 0;
    padding: 0.75rem 0 0;
}

.chat-message > p:first-child { padding-top: 0; }

.chat-start { margin-bottom: 3px !important; }

.chat-start .time-stamp { display: none; }

.chat-start + .chat-segment:not(.chat-end) { margin-bottom: 3px !important; }

.chat-start + .chat-segment:not(.chat-end) .time-stamp { display: none; }

/* modal shadow */

.modal-content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* adjustments */

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

/* alert modal */

.modal-alert {
    padding: 0 !important;
    /* overriding bootstrap generated style */
    /*.modal-body {
		padding: 0.5rem 0;
	}
*/
}

.modal-alert .modal-dialog {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-transform: none !important;
    align-items: center;
    /* overriding bootstrap css for all media queries */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100% !important;
    min-height: calc(100% - 3.5rem);
    transform: none !important;
    /* overriding bootstrap css */
}

.modal-alert .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    padding: 1.5rem 1rem 1rem;
}

.modal-alert .modal-title {
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: 300;
}

.modal-alert .modal-header,
.modal-alert .modal-body,
.modal-alert .modal-footer {
    color: #fff;
    margin: 0 auto;
    max-width: 992px;
    padding: 0;
    position: relative;
    /*left: 20%;
		width: 60%;*/
    width: 100%;
}

.modal-alert .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

/* transparent modal */

.modal-transparent .modal-content {
    -webkit-box-shadow: 0 1px 15px 1px rgba(86, 61, 124, 0.3);
    box-shadow: 0 1px 15px 1px rgba(86, 61, 124, 0.3);
}

.modal-transparent .modal-content { background: rgba(40, 36, 47, 0.85); }

/* transparent backdrop */

.modal-backdrop-transparent { background: transparent; }

/* fullscreen modal */

.modal-fullscreen { padding: 0 !important; }

.modal-fullscreen .modal-content {
    border-radius: 0;
    border-width: 0;
}

.modal-fullscreen .modal-dialog {
    max-height: calc(100vh - 80px);
    max-width: calc(100vw - 40px);
}

.modal-fullscreen .modal-dialog .modal-content { height: calc(100vh - 80px); }

/* top */

.modal-dialog-top,
.modal-dialog-bottom {
    margin: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
}

.modal-dialog-top .modal-dialog,
.modal-dialog-bottom .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.modal-dialog-top .modal-content,
.modal-dialog-bottom .modal-content {
    border: 0;
    border-radius: 0px;
}

.modal-dialog-bottom {
    bottom: 0;
    top: auto;
}

.modal.fade .modal-dialog-bottom {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
}

/* left */

.modal-dialog-left {
    height: 100%;
    left: 0;
    margin: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-dialog-left .modal-content {
    border-radius: 0;
    border-width: 0;
    min-height: 100%;
}

.modal.fade .modal-dialog-left {
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
}

/* right */

.modal-dialog-right {
    border-width: 0px;
    height: 100%;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.modal-dialog-right .modal-content {
    border-radius: 0;
    border-width: 0;
    min-height: 100%;
}

.modal.fade .modal-dialog-right {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* modal size */

.modal-md { max-width: 350px; }

.pagination .page-item:not(:first-child) { margin-left: 0.4rem; }

.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link { background: #e7e1f0; }

.pagination .page-link {
    border-radius: 4px;
    border-width: 0px;
}

.pagination .page-link:hover {
    background-color: #886ab5 !important;
    color: #fff;
}

.pagination.pagination-xs .page-link {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
}

.panel-fullscreen {
    max-width: 100%;
    overflow: hidden;
}

.panel {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
    -webkit-transition: border 500ms ease-out;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #e0e0e0;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    position: relative;
    transition: border 500ms ease-out;
    /* panel container */
    /* panel refresh */
    /* panel fullscreen */
    /* panel collapse */
    /*&.panel-collapsed:not(.panel-fullscreen) {

		.panel-container {
			display:none;
		}

	}*/
    /* panel locked */
}

.panel .panel-container {
    border-radius: 0 0 4px 4px;
    position: relative;
}

.panel .panel-container .panel-content { padding: 1rem 1rem; }

.panel .panel-container .panel-content:only-child, .panel .panel-container .panel-content:last-child { border-radius: 0 0 4px 4px; }

.panel.panel-refresh .js-panel-refresh {
    cursor: wait;
    opacity: 0.5;
}

.panel.panel-fullscreen {
    border: 0;
    border-radius: 0;
    height: 100vh !important;
    left: 0;
    max-height: 100vh !important;
    max-width: 100vw !important;
    position: fixed !important;
    right: 0;
    top: 0;
    width: 100vw !important;
    /* there is a bug with jquery ui, so we have to add !important rule here */
    z-index: 2055;
    /*display: flex;
		flex-direction: column;*/
    /* make panel header bigger */
}

.panel.panel-fullscreen [data-action="panel-collapse"],
.panel.panel-fullscreen .js-panel-collapse,
.panel.panel-fullscreen [data-action="panel-close"],
.panel.panel-fullscreen .js-panel-close { display: none !important; }

.panel.panel-fullscreen .panel-hdr {
    -webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(74, 53, 107, 0.1);
    border-radius: 0;
    box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(74, 53, 107, 0.1);
    height: 4.125rem;
    /* make panel header bigger */
}

.panel.panel-fullscreen .panel-hdr h2 {
    font-size: 1.125rem;
    font-weight: 400;
}

.panel.panel-fullscreen .js-panel-locked { display: none; }

.panel.panel-fullscreen .btn-panel[data-action="panel-fullscreen"],
.panel.panel-fullscreen .js-panel-fullscreen {
    height: 1.5rem;
    width: 1.5rem;
}

.panel.panel-fullscreen .panel-container {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    border-radius: 0;
    display: block !important;
    flex: 1;
    overflow-y: auto;
}

.panel.panel-locked:not(.panel-fullscreen) .js-panel-locked { font-weight: bold; }

.panel.panel-locked:not(.panel-fullscreen) .panel-hdr h2:before {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    bottom: 0;
    color: #fd3995;
    content: "\f2ae";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'nextgen-icons';
    font-size: 1.1rem;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 0;
}

.panel.ui-sortable-helper {
    -webkit-box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 20px 0 rgba(0, 0, 0, 0.09);
    /*.panel-toolbar {
			-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
			filter: grayscale(100%);
		}*/
}

/* panel tag can be used globally */

.panel-tag {
    background: #eef7fd;
    border-left: 3px solid #1dc9b7;
    border-radius: 0px 8px 8px 0px;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.8;
    padding: 1rem 1rem;
}

.panel-tag > *:last-child,
.panel-tag > *:only-child { margin-bottom: 0; }

.panel-tag:only-child { margin-bottom: 0; }

/* panel header */

.panel-hdr {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-transition: background-color 0.4s ease-out;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 4px 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 3rem;
    transition: background-color 0.4s ease-out;
    /* add padding to first and last child */
    /* adjusts title */
}

.panel-collapsed .panel-hdr { border-radius: 4px; }

.panel-hdr > :first-child { padding-left: 1rem; }

.panel-hdr > :last-child { padding-right: 1rem; }

.panel-hdr h2 {
    -ms-flex: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    color: inherit;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 3rem;
    margin: 0;
    position: relative;
    /* panel header icon */
}

.panel-hdr h2:not(:only-child) { margin-right: 0.66667rem; }

.panel-hdr h2 > [class*='fw-'] { margin-left: 4px; }

.panel-hdr h2 small {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0;
    margin-left: 0.5rem;
    opacity: 0.8;
}

.panel-hdr h2 .panel-icon { margin-right: 0.5rem; }

.panel-hdr[class^="bg-"] h2,
.panel-hdr[class*=" bg-"] h2 { color: inherit; }

/* panel tap highlight */

.panel-sortable:not(.panel-locked).ui-sortable-helper {
    /*.panel-hdr {
		&:active {
			border-top-color: rgba($primary-300, 0.7);
			border-left-color: rgba($primary-500, 0.7);
			border-right-color: rgba($primary-500, 0.7);

			& + .panel-container {

				border-color: transparent rgba($primary-500, 0.7) rgba($primary-600, 0.7);
			}
		}
	}*/
}

.panel-sortable:not(.panel-locked).ui-sortable-helper:active { border-color: rgba(0, 0, 0, 0.15); }

/*.panel-sortable .panel-hdr:active,
.panel-sortable .panel-hdr:active + .panel-container {
	@include transition-border(0.4s, ease-out);
}*/

.panel-sortable.panel-locked {
    /*.panel-hdr {
		&:active {
			border-top-color: $danger-300;
			border-left-color: $danger;
			border-right-color: $danger;

			& + .panel-container {
				border-color: transparent $danger $danger;
			}
		}
	}*/
}

/* panel toolbar (sits inside panel header) */

.panel-toolbar {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* we curve the last button to make it seamless with panel's border radius */
}

.panel-toolbar .btn-panel {
    -webkit-box-sizing: border-box;
    border-radius: 50%;
    box-sizing: border-box;
    height: 1rem;
    margin-left: 0.3rem;
    opacity: 0.8;
    padding: 0;
    width: 1rem;
    /* add default colors for action buttons */
    /*&:after {
			content: "";
			position: absolute;
			border: 1px solid rgba($white, 0.6);
			border-radius: 50%;
			width: calc(100% + 2px);
			height: calc(100% + 2px);
			right: -1px;
			top: -1px;
		}*/
}

.panel-toolbar .btn-panel:hover { opacity: 1; }

.panel-toolbar .btn-panel[data-action="panel-collapse"], .panel-toolbar .btn-panel.js-panel-collapse { background: #1dc9b7; }

.panel-toolbar .btn-panel[data-action="panel-fullscreen"], .panel-toolbar .btn-panel.js-panel-fullscreen { background: #ffc241; }

.panel-toolbar .btn-panel[data-action="panel-close"], .panel-toolbar .btn-panel.js-panel-close { background: #fd3995; }

.panel-toolbar .btn-toolbar-master {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: transparent;
    border: 0;
    /* stop flickering bug due to cpu latency */
    border-radius: 0;
    border-top-right-radius: 3px;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5625rem;
    height: 3rem;
    justify-content: center;
    margin-left: 0.5rem;
    margin-right: -1rem;
    padding: 0 13px;
    width: 1.826875rem;
}

.panel-toolbar .btn-toolbar-master[aria-expanded="true"] {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.panel-toolbar .btn-toolbar-master + .dropdown-menu {
    border-radius: 0;
    left: auto !important;
    margin: 0;
    right: 0;
    top: 3rem;
}

.panel-toolbar .btn-panel-flat:last-child { border-top-right-radius: 3px; }

.panel-sortable:not(.panel-fullscreen):not(.panel-locked) .ui-sortable-handle { cursor: move; }

/* placeholder */

.panel-placeholder {
    -webkit-box-sizing: border-box;
    background-color: #e8e6ec;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    /* placeholder border animation */
}

.panel-placeholder:before, .panel-placeholder:after {
    background-image: url(data:image/gif;base64,R0lGODlhCAAIAJAAAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQECgD/ACwAAAAACAAIAAACD4SDYZB6udpiaMJYsXuoAAAh+QQECgD/ACwAAAAACAAIAAACDYQRGadrzVRMB9FZ5SwAIfkEBAoA/wAsAAAAAAgACAAAAg8MDqGYaudeW9ChyOyltQAAIfkEBAoA/wAsAAAAAAgACAAAAg9MgGCXm+rQYtC0WGl9oQAAIfkEBAoA/wAsAAAAAAgACAAAAg+MgWCRernaYmjCWLF7qAAAIfkEBAoA/wAsAAAAAAgACAAAAg2MAwmna81UTAfRWeUsACH5BAQKAP8ALAAAAAAIAAgAAAIPRB6gmGrnXlvQocjspbUAACH5BAQKAP8ALAAAAAAIAAgAAAIPBIJhl5vq0GLQtFhpfaAAADs=);
    border-radius: 5px;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0;
}

.panel-placeholder:before {
    -webkit-box-sizing: border-box;
    background: #e8e6ec;
    box-sizing: border-box;
    margin: 1px;
    opacity: 1;
    z-index: 1;
}

.mod-panel-clean {
    /*.panel-container {
		.panel-content:first-child {
			padding-top: $p-1;
		}
	}*/
}

.mod-panel-clean .panel-hdr {
    -webkit-box-shadow: none;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
    background-image: linear-gradient(to bottom, #f7f7f7, #fff);
    box-shadow: none;
}

.mod-panel-clean .panel-hdr h2 {
    color: #333;
    font-weight: 500;
}

@media only screen and (max-width: 420px) {
    /* making mobile spacing a little narrow */
    .panel .panel-hdr {
        font-size: 0.875rem;
        min-height: -1rem;
    }

    .panel .panel-hdr > :first-child { padding-left: 10px; }

    .panel .panel-hdr > :last-child { padding-right: 10px; }

    .panel .panel-hdr .panel-toolbar .btn-toolbar-master { margin-right: -10px; }

    .panel .panel-container .panel-content:first-child { padding: 10px; }
}

/* print only selected panel when on fullscreen */

@media print {
    .panel-fullscreen .subheader,
    .panel-fullscreen .page-breadcrumb,
    .panel-fullscreen .page-content .panel:not(.panel-fullscreen) { display: none; }

    .panel-fullscreen .panel-hdr,
    .panel-fullscreen .panel-container,
    .panel-fullscreen .panel-content,
    .panel-fullscreen h2 {
        border: none;
        padding: 0 !important;
    }

    .panel-fullscreen .panel { margin: 0; }
}

.popover {
    -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);
    margin: 12px;
}

.popover .arrow { border-color: inherit; }

.popover .popover-header {
    border-bottom-width: 0px;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.popover .popover-body { padding: 0; }

.popover-body:not(:empty) { padding: 0 1rem 1rem; }

.popover-header:empty + .popover-body { padding-top: 1rem; }

.progress-xs { height: 5px; }

.progress-sm { height: 8px; }

.progress-md { height: 14px; }

.progress-lg { height: 20px; }

.progress-xl { height: 30px; }

/*$app-shortcut-btn-size: 49px;

$menu-item-size: 45px;
$menu-items:5;
$menu-grid-icon: 5px;
$menu-item-direction: 'top'; //top or left*/

.menu-item,
label.menu-open-button {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    background: #886ab5;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: absolute !important;
    right: 0;
    text-align: center;
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    width: 45px;
}

.menu-item:hover,
label.menu-open-button:hover { background: #6e4e9e; }

.shortcut-menu {
    bottom: 4.3125rem;
    position: fixed;
    right: 1.5rem;
    z-index: 931;
}

.menu-open { display: none; }

.menu-item,
label.menu-open-button { font-size: 16px; }

label.menu-open-button {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 932;
}

.app-shortcut-icon {
    -webkit-box-shadow: -8px -8px, 0 -8px, 8px -8px, -8px 0, 8px 0, -8px 8px, 0 8px, 8px 8px;
    -webkit-transition: .3s;
    background: #ecf0f1;
    box-shadow: -8px -8px, 0 -8px, 8px -8px, -8px 0, 8px 0, -8px 8px, 0 8px, 8px 8px;
    color: #ecf0f1;
    height: 5px;
    transition: .3s;
    width: 5px;
}

.menu-open:checked + .menu-open-button {
    -webkit-transform: scale(0.9, 0.9) translate3d(0, 0, 0);
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: linear;
    background: #505050;
    transform: scale(0.9, 0.9) translate3d(0, 0, 0);
    transition-duration: 200ms;
    transition-timing-function: linear;
}

.menu-open:checked + .menu-open-button .app-shortcut-icon {
    -webkit-box-shadow: 0 -5px, 0 -8px, 5px 0, -5px 0, 8px 0, -8px 0, 0 8px, 0 5px !important;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
    box-shadow: 0 -5px, 0 -8px, 5px 0, -5px 0, 8px 0, -8px 0, 0 8px, 0 5px !important;
    transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked ~ .menu-item:nth-child(3) {
    -webkit-transform: translate3d(0, -48px, 0);
    -webkit-transition-duration: 150ms;
    transform: translate3d(0, -48px, 0);
    transition-duration: 150ms;
}

.menu-open:checked ~ .menu-item:nth-child(4) {
    -webkit-transform: translate3d(0, -96px, 0);
    -webkit-transition-duration: 250ms;
    transform: translate3d(0, -96px, 0);
    transition-duration: 250ms;
}

.menu-open:checked ~ .menu-item:nth-child(5) {
    -webkit-transform: translate3d(0, -144px, 0);
    -webkit-transition-duration: 350ms;
    transform: translate3d(0, -144px, 0);
    transition-duration: 350ms;
}

.menu-open:checked ~ .menu-item:nth-child(6) {
    -webkit-transform: translate3d(0, -192px, 0);
    -webkit-transition-duration: 450ms;
    transform: translate3d(0, -192px, 0);
    transition-duration: 450ms;
}

.menu-open:checked ~ .menu-item:nth-child(7) {
    -webkit-transform: translate3d(0, -240px, 0);
    -webkit-transition-duration: 550ms;
    transform: translate3d(0, -240px, 0);
    transition-duration: 550ms;
}

/* set base height for slider */

.slide-on-mobile { width: 15rem; }

@media only screen and (max-width: 992px) {
    /* SIDE PANELS */
    .slide-on-mobile {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        background-color: #f8f9fa;
        bottom: 0;
        position: absolute !important;
        top: 0;
        transform: translate3d(0, 0, 0);
        transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        z-index: 950;
    }

    .slide-backdrop {
        -webkit-transition: background 300ms;
        background: transparent;
        transition: background 300ms;
    }

    .slide-on-mobile-left {
        border-right: 1px solid rgba(0, 0, 0, 0.09);
        /* new solution */
        left: -15rem;
    }

    .slide-on-mobile-left-show { left: 0; }

    .slide-on-mobile-right {
        border-left: 1px solid rgba(0, 0, 0, 0.09);
        right: -15rem;
    }

    .slide-on-mobile-right-show { right: 0; }

    /* place the backdrop right after these classes */
    .slide-on-mobile-right-show + .slide-backdrop,
    .slide-on-mobile-left-show + .slide-backdrop {
        background: rgba(0, 0, 0, 0.09);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 948;
    }
}

/* bootstrap override table stripe */

.table.table-striped:not(.table-bordered) th,
.table.table-striped:not(.table-bordered) tbody th,
.table.table-striped:not(.table-bordered) tbody td { border: 0; }

.table thead[class^="bg-"] tr > th,
.table thead[class*=" bg-"] tr > th {
    border-bottom: 0;
    border-top: 0;
}

.table tr[class^="bg-"] > td,
.table tr[class^="bg-"] > th,
.table tr[class*=" bg-"] > td,
.table tr[class*=" bg-"] > th { border-top: 0 !important; }

.thead-themed {
    background-color: #f2f2f2;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f2f2), to(#fafafa));
    background-image: linear-gradient(to top, #f2f2f2, #fafafa);
}

.table-dark .thead-themed {
    background-color: #363636;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#363636), to(#2a2a2a));
    background-image: linear-gradient(to top, #363636, #2a2a2a);
}

.table-bordered[class*=" bg-"],
.table-bordered[class*=" bg-"] td,
.table-bordered[class*=" bg-"] th, .table-bordered[class^="bg-"],
.table-bordered[class^="bg-"] td,
.table-bordered[class^="bg-"] th { border: 1px solid rgba(255, 255, 255, 0.1); }

.table-bordered [class*=" bg-"] td,
.table-bordered [class*=" bg-"] th,
.table-bordered [class^="bg-"] td,
.table-bordered [class^="bg-"] th { border: 1px solid rgba(0, 0, 0, 0.1); }

/* table hover */

.table-hover tbody tr:hover {
    -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);
    z-index: 1;
}

/* reset table (global) */

th { font-weight: 500; }

.table-clean {
    background: transparent;
    border: none;
}

.table-clean tr,
.table-clean td,
.table-clean th {
    background: none;
    border: none;
}

.table-scale-border-top { border-top: 2px solid #505050 !important; }

.table-scale-border-bottom { border-bottom: 2px solid #505050 !important; }

/* nav tabs panel */

.nav-tabs-clean {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 45px;
}

.nav-tabs-clean .nav-item .nav-link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    /*font-size: rem($fs-md);
			font-weight: 500;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
}

.nav-tabs-clean .nav-item .nav-link.active {
    border-bottom: 1px solid #886ab5;
    color: #886ab5;
}

.nav-tabs-clean .nav-item .nav-link:hover { color: #886ab5; }

/* hack for waves effect breaking tabs */

/*.nav-tabs .nav-item > .nav-link.waves-effect {
	height: 100% !important;
	display: block;
}*/

/* fontsize for tabs */

.nav-tabs .nav-item .nav-link:not(:hover) { color: inherit; }

.nav-tabs .nav-item .nav-link.active:not(:hover) { color: #333; }

.nav-tabs .nav-item .nav-link:hover:not(.active) { color: inherit; }

.nav .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
    font-size: 0.8125rem;
    font-weight: 500;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link { color: #886ab5; }

.tooltip-inner {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    font-weight: 500;
}

/*.tooltip .arrow {
	display: none;
}*/

/* #MISC - misc styles, helpers, effects and hacks
========================================================================== */

/* height & width auto */

.h-auto { height: auto !important; }

.w-auto { width: auto !important; }

.min-height-reset { min-height: initial !important; }

.max-width-reset { max-width: none !important; }

.max-height-reset { max-height: none !important; }

/* width preset */

.min-width-0 { min-width: 0; }

.width-0 { width: 0; }

.width-1 { width: 1.5rem; }

.width-2 { width: 2rem; }

.width-3 { width: 2.5rem; }

.width-4 { width: 2.75rem; }

.width-5 { width: 3rem; }

.width-6 { width: 3.25rem; }

.width-7 { width: 3.5rem; }

.width-8 { width: 3.75rem; }

.width-9 { width: 4rem; }

.width-10 { width: 4.25rem; }

.width-xs { min-width: 5rem; }

.width-sm { min-width: 10rem; }

.width-lg { min-width: 15rem; }

.width-xl { min-width: 20rem; }

.height-0 { height: 0; }

.height-1 { height: 1.5rem; }

.height-2 { height: 2rem; }

.height-3 { height: 2.5rem; }

.height-4 { height: 2.75rem; }

.height-5 { height: 3rem; }

.height-6 { height: 3.25rem; }

.height-7 { height: 3.5rem; }

.height-8 { height: 3.75rem; }

.height-9 { height: 4rem; }

.height-10 { height: 4.25rem; }

.height-xs { min-height: 5rem; }

.height-sm { min-height: 10rem; }

.height-lg { min-height: 15rem; }

.height-xl { min-height: 20rem; }

/* line-heights */

.l-h-n { line-height: normal; }

/* no bg image */

.bg-img-none { background-image: none !important; }

/* flex */

.flex-1 {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

/* margins */

.m-g { margin: 1.5rem; }

.mb-g { margin-bottom: 1.5rem !important; }

.mb-gb { margin-bottom: 3rem; }

/* paddings */

.p-g { padding: 1.5rem; }

/* text turncaters */

.text-truncate-header { max-width: 6.0625rem; }

.text-truncate-xs { max-width: 4.5625rem; }

.text-truncate-sm { max-width: 117px; }

.text-truncate-md { max-width: 160px; }

.text-truncate-default { max-width: 180px; }

.text-truncate-lg { max-width: 200px; }

/* blur text */

.text-blur {
    color: transparent !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

a.text-blur { text-shadow: 0 0 5px rgba(136, 106, 181, 0.5); }

/* positions usage: 
   .position-absolute|relative|static|fixed .pos-top|left|right|bottom */

.pos-top { top: 0; }

.pos-left { left: 0; }

.pos-right { right: 0; }

.pos-bottom { bottom: 0; }

/* font weights */

.fw-300 { font-weight: 300 !important; }

.fw-400 { font-weight: 400 !important; }

.fw-500 { font-weight: 500 !important; }

.fw-700 { font-weight: 700 !important; }

.fw-900 { font-weight: 900 !important; }

.fw-n { font-weight: normal !important; }

/* font sizes */

.fs-nano { font-size: 0.6875rem !important; }

/* 10px */

.fs-xs { font-size: 0.75rem !important; }

/* 12px */

.fs-sm { font-size: 0.78125rem !important; }

/* 12.5px */

.fs-b { font-size: 0.8125rem !important; }

/* 13px */

.fs-md { font-size: 0.875rem !important; }

/* 14px */

.fs-lg { font-size: 0.9375rem !important; }

/* 15px */

.fs-xl { font-size: 1rem !important; }

/* 16px */

.fs-xxl { font-size: 1.75rem !important; }

/* page header */

/* alphas */

.opacity-5 { opacity: 0.05; }

.opacity-10 { opacity: 0.1; }

.opacity-15 { opacity: 0.15; }

.opacity-20 { opacity: 0.2; }

.opacity-25 { opacity: 0.25; }

.opacity-30 { opacity: 0.3; }

.opacity-35 { opacity: 0.35; }

.opacity-40 { opacity: 0.4; }

.opacity-45 { opacity: 0.45; }

.opacity-50 { opacity: 0.5; }

.opacity-55 { opacity: 0.55; }

.opacity-60 { opacity: 0.6; }

.opacity-65 { opacity: 0.65; }

.opacity-70 { opacity: 0.7; }

.opacity-75 { opacity: 0.75; }

.opacity-80 { opacity: 0.8; }

.opacity-85 { opacity: 0.85; }

.opacity-90 { opacity: 0.9; }

.opacity-95 { opacity: 0.95; }

.opacity-100 { opacity: 1; }

/* backgrounds */

.bg-white {
    background-color: #fff;
    color: #666666;
}

.bg-faded { background-color: #f7f9fa; }

.bg-offwhite-fade {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to top, #fff, #f8f8f8);
}

.bg-subtlelight { background-color: white; }

.bg-subtlelight-fade {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f5fcff));
    background-image: linear-gradient(to top, #fff, #f5fcff);
}

.bg-highlight { background-color: #fffaee; }

.bg-gray-50 { background-color: #f9f9f9; }

.bg-gray-100 { background-color: #f8f9fa; }

.bg-gray-200 { background-color: #f3f3f3; }

.bg-gray-300 { background-color: #dee2e6; }

.bg-gray-400 { background-color: #ced4da; }

.bg-gray-500 { background-color: #adb5bd; }

.bg-gray-600 { background-color: #868e96; }

.bg-gray-700 { background-color: #495057; }

.bg-gray-800 { background-color: #343a40; }

.bg-gray-900 { background-color: #212529; }

/* borders */

.border-faded { border: 1px solid rgba(29, 29, 29, 0.07); }

.border-transparent { border: 1px solid transparent !important; }

/* border radius */

.border-top-left-radius-0 { border-top-left-radius: 0 !important; }

.border-bottom-left-radius-0 { border-bottom-left-radius: 0 !important; }

.border-top-right-radius-0 { border-top-right-radius: 0 !important; }

.border-bottom-right-radius-0 { border-bottom-right-radius: 0 !important; }

.rounded-plus { border-radius: 10px; }

.rounded-bottom { border-radius: 0 0 4px; }

.rounded-top { border-radius: 4px 4px 0 0; }

/* progressbars */

/*.progress-xs { height: 5px }
.progress-sm { height: 8px }
.progress-md { height: 14px }
.progress-lg { height: 20px }
.progress-xl { height: 30px }*/

/* rotate */

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* shadows */

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.shadow-1, .shadow-hover-1:hover {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.shadow-2, .shadow-hover-2:hover {
    -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.1);
}

.shadow-3, .shadow-hover-3:hover {
    -webkit-box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, 0.125);
}

.shadow-4, .shadow-hover-4:hover {
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.125);
}

.shadow-5, .shadow-hover-5:hover {
    -webkit-box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 0.125rem 0.325rem rgba(0, 0, 0, 0.175);
}

.shadow-inset-1, .shadow-hover-inset-1:hover {
    -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
    box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}

.shadow-inset-2, .shadow-hover-inset-2:hover {
    -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.04);
}

.shadow-inset-3, .shadow-hover-inset-3:hover {
    -webkit-box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0.2rem 0.325rem rgba(0, 0, 0, 0.05);
}

.shadow-inset-4, .shadow-hover-inset-4:hover {
    -webkit-box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 0.25rem 0.5rem rgba(0, 0, 0, 0.06);
}

.shadow-inset-5, .shadow-hover-inset-5:hover {
    -webkit-box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0.35rem 0.5rem rgba(0, 0, 0, 0.07);
}

.shadow-sm-hover:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg-hover:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*.shadow-unique-hover {
   @extend %shadow-hover;
}*/

/* hover any bg */

/* inherits the parent background on hover */

.hover-bg {
    -webkit-transition: all .1s ease-in;
    background: #fff;
    color: inherit;
    transition: all .1s ease-in;
}

.hover-bg:hover {
    background: inherit;
    color: inherit;
}

/* hover alpha effect */

/* example found in the buttons page */

/* example of use could be found inside panel buttons top right */

.hover-effect-dot { position: relative; }

.hover-effect-dot:before {
    -webkit-transition: all 100ms ease-in;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    content: "";
    display: block;
    height: 0%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 100ms ease-in;
    width: 0%;
}

.hover-effect-dot:hover:before {
    height: 75%;
    left: 12%;
    top: 12%;
    width: 75%;
}

/* hover light bg effect */

.hover-highlight:hover {
    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));
}

.hover-highlight:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 33, 41, 0.05)), to(rgba(29, 33, 41, 0.06)));
    background-image: linear-gradient(rgba(29, 33, 41, 0.05), rgba(29, 33, 41, 0.06));
}

/* hover and hide items on show */

.show-child-on-hover .show-on-hover-parent { display: none; }

.show-child-on-hover:hover .show-on-hover-parent { display: block; }

.hide-child-on-hover .hide-on-hover-parent { display: block; }

.hide-child-on-hover:hover .hide-on-hover-parent { display: none; }

/* z-indexes */

.z-index-space { z-index: 1000; }

.z-index-cloud { z-index: 950; }

.z-index-ground { z-index: 0; }

.z-index-water { z-index: -99; }

/* cursor 
	usage: cursor-default;
*/

.cursor-auto {
    cursor: auto !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-crosshair {
    cursor: crosshair !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-default {
    cursor: default !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-e-resize {
    cursor: e-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-help {
    cursor: help !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-move {
    cursor: move !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-n-resize {
    cursor: n-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-ne-resize {
    cursor: ne-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-nw-resize {
    cursor: nw-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-pointer {
    cursor: pointer !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-progress {
    cursor: progress !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-s-resize {
    cursor: s-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-se-resize {
    cursor: se-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-sw-resize {
    cursor: sw-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-text {
    cursor: text !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-w-resize {
    cursor: w-resize !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-wait {
    cursor: wait !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

.cursor-inherit {
    cursor: inherit !important;
    /* had to insert important since bootstrap has some peculiar classes */
}

/* states */

.state-selected { background: #e7f4fe !important; }

/* collapse toggle to reveal and hide elements */

[aria-expanded="false"] ~ .collapsed-reveal { display: none; }

[aria-expanded="false"] .collapsed-reveal { display: none; }

[aria-expanded="false"] ~ .collapsed-hidden { display: block; }

[aria-expanded="false"] .collapsed-hidden { display: block; }

[aria-expanded="true"] ~ .collapsed-reveal { display: block; }

[aria-expanded="true"] .collapsed-reveal { display: block; }

[aria-expanded="true"] ~ .collapsed-hidden { display: none; }

[aria-expanded="true"] .collapsed-hidden { display: none; }

/* demo window */

.demo-window {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-user-select: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding-top: 23px;
    position: relative;
    user-select: none;
    z-index: 1;
}

.demo-window:before, .demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
    content: "";
    display: block;
    position: absolute;
}

.demo-window:before {
    background: #e5e5e5;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}

.demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after {
    background: #ccc;
    border-radius: 50%;
    height: 11px;
    left: 10px;
    top: 6px;
    width: 11px;
    z-index: 4;
}

.demo-window .demo-window-content { width: 100%; }

.demo-window .demo-window-content img {
    display: block;
    width: 100%;
}

.demo-window .demo-window-content:before { left: 26px; }

.demo-window .demo-window-content:after { left: 43px; }

/* layout composed */

.layout-composed .page-content { padding: 0 !important; }

.layout-composed .page-content .page-breadcrumb,
.layout-composed .page-content .subheader { display: none; }

/* responsive helpers */

@media only screen and (max-width: 992px) {
    /* layout composed mobile only */
    .layout-composed-mobile .page-content { padding: 0 !important; }

    .layout-composed-mobile .page-content .page-breadcrumb,
    .layout-composed-mobile .page-content .subheader { display: none; }

    /* positions on mobile view */
    .position-on-mobile-absolute { position: absolute !important; }

    .position-on-mobile-relative { position: relative !important; }

    .position-on-mobile-static { position: static !important; }

    /* RESET HEIGHTS */
    .height-mobile-auto {
        height: auto;
        max-height: auto;
        min-height: auto;
    }

    .width-mobile-auto {
        max-width: auto;
        min-width: auto;
        width: auto;
    }

    /* FULL HEIGHT ON MOBILE */
    .expand-full-height-on-mobile { height: calc(100vh - 4.125rem) !important; }

    .expand-full-width-on-mobile {
        max-width: 100vw !important;
        width: 100vw !important;
    }
}

/* list style none */

.list-style-none { list-style: none; }

.list-style-none ul { list-style: none; }

/* row grid */

.row-grid { overflow: hidden; }

.row-grid > .col,
.row-grid > [class^="col-"],
.row-grid > [class*=" col-"],
.row-grid > [class^="col "],
.row-grid > [class*=" col "],
.row-grid > [class$=" col"],
.row-grid > [class="col"] { position: relative; }

.row-grid > .col:after,
.row-grid > [class^="col-"]:after,
.row-grid > [class*=" col-"]:after,
.row-grid > [class^="col "]:after,
.row-grid > [class*=" col "]:after,
.row-grid > [class$=" col"]:after,
.row-grid > [class="col"]:after {
    border-left: 1px solid rgba(29, 29, 29, 0.07);
    bottom: 0;
    content: "";
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
    width: 0;
}

.row-grid > .col:before,
.row-grid > [class^="col-"]:before,
.row-grid > [class*=" col-"]:before,
.row-grid > [class^="col "]:before,
.row-grid > [class*=" col "]:before,
.row-grid > [class$=" col"]:before,
.row-grid > [class="col"]:before {
    border-top: 1px solid rgba(29, 29, 29, 0.07);
    bottom: -1px;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
}

/* List table */

.list-table {
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
}

.list-table > li {
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.list-table > li.search { position: static; }

/* mostly used for nav items */

.disabled:not(.btn),
.disabled:not(.btn) > * {
    -webkit-filter: grayscale(80%);
    cursor: not-allowed;
    filter: grayscale(80%);
    opacity: 0.80;
}

.disabled:not(.btn) ul,
.disabled:not(.btn) .collapse-sign,
.disabled:not(.btn) > * ul,
.disabled:not(.btn) > * .collapse-sign { display: none; }

ul.list-verticle {
    list-style: none;
    margin: 0;
    padding: 0;
}

.show > .dropdown-menu-animated {
    -webkit-transform: scale(1) !important;
    -webkit-transform-origin: 29px -50px;
    opacity: 1;
    transform: scale(1) !important;
    transform-origin: 29px -50px;
    visibility: visible;
}

hr {
    border: none;
    border-bottom: 1px dashed #eee;
}

hr.hr-xl { margin: 3rem 0; }

.bg-trans-gradient { background: linear-gradient(250deg, #3e93d6, #8a75aa); }

/* custom scroll */

/* table no border */

.table-border-0 th,
.table-border-0 td { border: 0 !important; }

/* table calendar */

.table-calendar { table-layout: fixed; }

.table-calendar th {
    border: 0px !important;
    font-weight: 500;
}

.table-calendar tr td:first-child { border-left: 0; }

.table-calendar tr td:last-child {
    border-right: 0;
    padding-right: 10px;
}

.table-calendar td, .table-calendar th {
    padding: 5px 8px;
    position: relative;
    text-align: right;
    vertical-align: top;
}

/* list spaced */

.list-spaced li {
    margin-bottom: 7px;
    margin-top: 7px;
}

.list-spaced li:first-child { margin-top: 0; }

.list-spaced li:last-child { margin-bottom: 0; }

.list-spaced > li { padding: 0 0 0.2rem; }

/* profile images */

.profile-image {
    height: 3.125rem;
    width: 3.125rem;
}

.profile-image-md {
    height: 2rem;
    width: 2rem;
}

.profile-image-sm {
    height: 1.5625rem;
    width: 1.5625rem;
}

/* image share */

.img-share {
    height: 2.8125rem;
    width: auto;
}

span.img-share {
    height: 2.8125rem;
    width: 4.12594rem;
}

.notes {
    background: #f9f4b5;
    padding: 5px;
}

/*
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/

/* disclaimer class */

.disclaimer {
    color: #a2a2a2;
    font-size: 0.5rem;
    font-style: italic;
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: uppercase;
}

/* horizontal scrolling */

.scrolling-wrapper {
    -ms-flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.scrolling-wrapper .card {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.scrolling-wrapper::-webkit-scrollbar { display: none; }

/* online status */

.status { position: relative; }

.status:before {
    background: #505050;
    border: 2px solid #fff;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 15px;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 15px;
}

.status.status-sm:before {
    border-width: 1px;
    height: 10px;
    right: 0;
    top: 0;
    width: 10px;
}

.status.status-success:before { background: #1dc9b7; }

.status.status-danger:before { background: #fd3995; }

.status.status-warning:before { background: #ffc241; }

/* containers */

.container.container-sm { max-width: 576px; }

.container.container-md { max-width: 768px; }

.container.container-lg { max-width: 992px; }

/* responsive visibility */

/* https://getbootstrap.com/docs/3.4/css/#responsive-utilities */

.hidden-xs-up { display: none !important; }

@media (max-width: 575.98px) {
    .hidden-xs-down { display: none !important; }
}

@media (min-width: 576px) {
    .hidden-sm-up { display: none !important; }
}

@media (max-width: 767.98px) {
    .hidden-sm-down { display: none !important; }
}

@media (min-width: 768px) {
    .hidden-md-up { display: none !important; }
}

@media (max-width: 991.98px) {
    .hidden-md-down { display: none !important; }
}

@media (min-width: 992px) {
    .hidden-lg-up { display: none !important; }
}

@media (max-width: 1398.98px) {
    .hidden-lg-down { display: none !important; }
}

@media (min-width: 1399px) {
    .hidden-xl-up { display: none !important; }
}

.hidden-xl-down { display: none !important; }

/* display frame */

.frame-heading {
    color: #a1a1a1;
    font-size: 0.8125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.frame-heading small {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
}

.frame-wrap {
    background: white;
    margin-bottom: 3rem;
    padding: 0;
}

* > .frame-wrap:last-child { margin-bottom: 0 !important; }

/* time stamp */

.time-stamp {
    color: #767676;
    font-size: 0.78125rem;
    font-weight: 300;
    margin: 0.25rem 0 0 0;
}

/* data-hasmore */

[data-hasmore] {
    color: #fff;
    position: relative;
}

[data-hasmore]:before {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    border-radius: inherit;
    content: attr(data-hasmore);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: inherit;
    font-weight: 500;
    height: inherit;
    justify-content: center;
    position: absolute;
    width: 100%;
}

/* code */

code {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 4px 7px;
}

/* star checkbox */

.star {
    cursor: pointer;
    font-size: 1.5em;
    visibility: hidden;
}

.star:before {
    content: "☆";
    position: absolute;
    visibility: visible;
}

.star:checked:before {
    content: "★";
    position: absolute;
}

.shadow-top:after,
.shadow-bottom:after,
.mobile-view-activated.header-function-fixed .page-header:after,
.mobile-view-activated.header-function-fixed .page-footer:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAAAICAMAAAD9VPKTAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADEoqZZAAAAGnRSTlMACRVXPCMeNMEsdZ98SZBDbFDIrZhkXreCiM2g9MAAAAD1SURBVDjLzZHbDoIwEAVdEC94raLi//+otD1Lu4tgCWqYhPC0J5np4jeQ+2gKYWZukCLrYTWKvpVOl/9AAeVUMNuWtWA5AnkZFgtGlaHA901jTeEYa50cB4/x5A6Tp2H478GU342ziBJRBsqmNIAqaVWIwpMVW7l7w81y9pSS/QdKCUbcoF1GEMTgDm0ETqALpPraA6nLskKVRWEZzOq6fjYcQQV2CVSAb+1OMxeaoANHEAk4gNQn6A+/sBDu+kayrApPKMLuCh6ezQhwwgvogRSowAmiAG/ttXyPs35lLW0MpNOstfJlEK2e5g1xY7S4fnUPzF+TRjAMoku43AAAAABJRU5ErkJggg==);
    background-size: cover;
    content: "";
    height: 6px;
    left: 0;
    opacity: 0.06;
    position: absolute;
    right: 0;
    top: -5px;
}

.shadow-bottom:after,
.mobile-view-activated.header-function-fixed .page-header:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPYAAAAICAMAAAD9VPKTAAAANlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3dmhyAAAAEnRSTlMACRUgPnjDV51MNCxhkIVsrbfUWo5iAAAA/UlEQVQ4y8zR7WqEMBCF4Xy4HeNos73/m605M+HQlIB2oeyjP5XwngQTXTLZqOp2WqCAiOxQa32Yz+Zo1u5pvpqPP8CPT7N2R4PDHqbWuoOIFFhgO6lqNslEFwaoHsKV4cXCpZl3H+z2cLidjGjozfNqaX5F6xANYSKO8aDjtXMAqJwAK8Dh1hXvNf41oJKdUL2VsZNeBp8Pii+Inp9cdsoBTHECe1fN4yXV7J1AYSpjUesSeyHcF8EXcLlT2HwFKj+IKXJNYRwt4LZGITO1i8Dc10VKjjNwCa5Byw0beR8bmUmRwv+IgzSRb0kTcRDezfcYwRhEUAKgxtAEAACGmyM6KW9inQAAAABJRU5ErkJggg==);
    bottom: -5px;
    top: auto;
}

.shadow-bottom-line,
.shadow-top-line { position: relative; }

.shadow-bottom-line:after,
.shadow-top-line:after {
    background-color: rgba(80, 80, 80, 0.09);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(80, 80, 80, 0.09)), to(transparent));
    background-image: linear-gradient(to top, rgba(80, 80, 80, 0.09), transparent);
    bottom: -5px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    /*background-image: -webkit-linear-gradient(top, rgba($fusion-500, 0.09), transparent);
		background-image: linear-gradient(top, rgba($fusion-500, 0.09), transparent);*/
}

.shadow-top-line:after {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(80, 80, 80, 0.09)));
    background-image: linear-gradient(to top, transparent, rgba(80, 80, 80, 0.09));
    content: "";
    top: -5px;
    /*background-image: -webkit-linear-gradient(top, transparent, rgba($fusion-500, 0.09));
		background-image: linear-gradient(top, transparent, rgba($fusion-500, 0.09));*/
}

/* press animation */

.press-scale-down {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.press-scale-down:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.hover-white:hover {
    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));
}

.hover-white:active { background: #e7e7e7; }

/*

	DOC: In Bootstrap there is a small snippet added by the team for IE10 in windows 8 the 
	following comments by the author states:

		IE10 in Windows (Phone) 8

		Support for responsive views via media queries is kind of borked in IE10, for
		Surface/desktop in split view and for Windows Phone 8. This particular fix
		must be accompanied by a snippet of JavaScript to sniff the user agent and
		apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at
		our Getting Started page for more information on this bug.

		For more information, see the following:

		Issue: https://github.com/twbs/bootstrap/issues/10497
		Docs: http://getbootstrap.com/getting-started/#support-ie10-width
		Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/
		Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/

		@-ms-viewport {
		width: device-width;
		}

	Solution: 
	http://msdn.microsoft.com/en-us/library/ie/hh771902(v=vs.85).aspx
	We add the following instead:

*/

body.desktop-detected { -ms-overflow-style: scrollbar; }

/* Reset elms pos when js-waves-off is used */

/*.js-waves-off {
	position: relative;
    overflow: hidden;
    user-select: none;
    z-index: 0;
}*/

/*.btn {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 
				0 1px 2px rgba(0, 0, 0, 0.1);

	&:hover,
	&:active {
		box-shadow: none;
	}
}*/

/* change the white to any color ;) */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: inherit !important;
}

/* select background */

::-moz-selection {
    background: #505050;
    color: #fff;
}

::selection {
    background: #505050;
    color: #fff;
}

::-moz-selection {
    background: #505050;
    color: #fff;
}

/* remove dotted line from focus */

input:focus,
select:focus,
textarea:focus,
button:focus { outline: none; }

/* IE input clear field "X" input remove */

::-ms-clear {
    height: 0;
    width: 0;
}

/* links */

a { text-decoration: none !important; }

/* touch action */

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a[target]:not(.btn) {
    -webkit-text-decoration-skip: ink;
    font-weight: 500;
    text-decoration: underline !important;
    text-decoration-skip-ink: auto;
}

/* btn active */

/*.btn.active, 
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}*/

/* dot bullet */

.dot {
    /*width: 4px;
	height: 4px;
	display: inline-block;
	line-height: 0;
	border-radius: 100%;*/
    font-size: 4px !important;
    margin-left: -8px !important;
    margin-right: 0.5rem !important;
}

/* forms */

/* fix alignment for custom controls */

/*.custom-control {
	display: flex;
    align-items: center;
}*/

select.custom-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

select.custom-select::-ms-expand { display: none; }

/* bootstrap modal remove padding */

/* you need to disable this if you do not plan on using _addon-custom-scrollbar.scss */

body:not(.mod-main-boxed):not(.mobile-view-activated).chrome.modal-open { padding-right: 8px !important; }

body:not(.mobile-view-activated).mod-main-boxed.modal-open { padding-right: 0px !important; }

/* hover adjustment for close buttons */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus { color: inherit; }

/* add borders to button groups */

.btn-group .btn:not([class*="btn-outline-"]):not(.btn-icon):not(.btn-light) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.input-group-prepend .btn:not([class*="btn-outline-"]):not(.btn-icon):not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.1); }

.input-group-append .btn:not([class*="btn-outline-"]):not(.btn-icon):not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.1); }

.btn-group-vertical .btn:not([class*="btn-outline-"]):not(:first-child),
.btn-group-vertical .btn-group { border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .text-gradient { background: transparent; }

    .nav-function-minify:not(.nav-function-top) .primary-nav .nav-menu > li > a + ul:before { left: -0.25rem !important; }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before { top: -1.5rem; }

    .ie-only { display: inline-block !important; }

    .ie-d-none { display: none !important; }

    /* table hover */
    .table-hover tbody tr:hover {
        -webkit-box-shadow: none;
        background-color: #fffaee;
        box-shadow: none;
    }

    /*  Counters IE bug
		DOC: If you've ever used CSS transitions on structural elements on your page, 
		you may have noticed a case where a transition occur immideately after page load.
		As a result the user may experience the illusion of "broken page elements"

		Below solution insures that pace's indication of "everything loaded" before applying the CSS transitions
	*/
    .pace-running .page-sidebar,
    .pace-running .page-sidebar *,
    .pace-running .page-content-wrapper {
        -moz-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -webkit-transition: none !important;
    }
}

/* #MOBILE - mobile media related styles
========================================================================== */

/* contains most of the responsive styles for the app */

/********************************************************
					RESPONSIVE REFERENCES

.col-xs-	.col-sm-	.col-md-	.col-lg-	.col-xl-
<544px		≥544px		≥768px		≥992px		≥1200px

$grid-breakpoints: (
  // Extra small screen / phone
  xs: 0,
  // Small screen / phone
  sm: 544px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 992px,
  // Extra large screen / wide desktop
  xl: 1200px
) !default;

*********************************************************/

@media (min-width: 992px) {
    .page-header { padding: 0 2rem; }

    .page-content { padding: 1.5rem 2rem; }

    .page-content .panel { margin-bottom: 1.5rem; }
}

/*@include media-breakpoint-up(xl) {
	.page-header {
		padding: 0 $header-inner-padding-x;
	}
	.page-content {
		padding: 1.5rem 2rem;

		.card.panel {
			margin-bottom: 1.5rem;
		}
	}
}*/

@media only screen and (max-width: 992px) {
    /*html {
		font-size: 18px;
	}*/
    .dropdown-menu .dropdown-menu {
        -webkit-box-shadow: none;
        -webkit-transform: scale(1);
        -webkit-transition: none;
        border: 0;
        box-shadow: none;
        opacity: 1;
        padding: .5rem 0 0 .75rem;
        position: static;
        transform: scale(1);
        transition: none;
        width: 100%;
    }

    .show .dropdown-menu .dropdown-menu { visibility: visible; }

    .dropdown-menu .dropdown-multilevel > .dropdown-item:first-child:after { display: none; }

    body { overflow-x: hidden; }

    .page-logo-text { font-size: 1rem; }

    .page-content-overlay {
        -webkit-transition: background 300ms;
        background: transparent;
        position: fixed;
        transition: background 300ms;
        z-index: 1001;
    }

    .page-wrapper {
        background: #fff;
        padding-left: 0;
    }

    .page-wrapper .page-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        padding: 0 1.5rem;
        width: 100%;
    }

    .page-wrapper .page-header [data-toggle="dropdown"] + .dropdown-menu { right: 1.5rem; }

    .page-wrapper .page-sidebar {
        -webkit-transform: translate3d(-16.875rem, 0, 0);
        -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        bottom: 0;
        position: fixed !important;
        top: 0;
        transform: translate3d(-16.875rem, 0, 0);
        transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        z-index: 2000;
    }

    .page-wrapper .page-sidebar .primary-nav {
        -webkit-overflow-scrolling: touch;
        height: calc(100% - 6.9375rem);
        overflow: auto;
        overflow-x: hidden;
    }

    .page-wrapper .page-sidebar .primary-nav .nav-menu .dl-ref { vertical-align: text-top; }

    .page-wrapper .page-content {
        color: #222;
        font-size: 14px;
        min-height: calc(100vh - 6.9375rem);
        padding: 1.5rem 1.5rem;
    }

    .page-wrapper .page-content .breadcrumb > .breadcrumb-item { max-width: 80px; }

    .page-wrapper .page-content .subheader { margin-bottom: 1.5rem; }

    .page-wrapper .page-content .subheader .subheader-title {
        font-weight: 300;
        line-height: 32px;
    }

    .page-wrapper .page-content .subheader .subheader-title small {
        font-size: 68%;
        font-weight: 300;
        letter-spacing: normal;
        margin-top: 0px;
        overflow: hidden;
        width: calc(100% - 30px);
    }

    .page-wrapper .page-content .p-g { padding: 1.5rem; }

    .page-wrapper .page-footer { border-top: 1px solid rgba(0, 0, 0, 0.09); }

    .header-function-fixed {
        /* this was conflicting with the new DOM change where we swtiched header with nav */
        /*&:not(.nav-function-fixed) {

			.page-sidebar {
				.page-logo {
					position: absolute !important;
					top:0px !important;
				}
			}

		}*/
    }

    .header-function-fixed .page-header {
        -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        left: 0;
        margin-left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    }

    .header-function-fixed .page-header,
    .header-function-fixed .page-logo {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-function-fixed .page-content { margin-top: 4.125rem; }

    /* Push content */
    .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-sidebar {
        -webkit-transform: translate3d(-16.875rem, 0, 0);
        transform: translate3d(-16.875rem, 0, 0);
    }

    .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-header,
    .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-content,
    .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer,
    .nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer-push {
        -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);
    }

    /* Off canvas */
    .nav-mobile-slide-out {
        min-height: 100vh !important;
        /*new*/
    }

    .nav-mobile-slide-out .page-wrapper .page-sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        -webkit-transition: none;
        transform: translate3d(0px, 0, 0);
        transition: none;
        z-index: 0;
    }

    .nav-mobile-slide-out .page-wrapper .page-header,
    .nav-mobile-slide-out .page-wrapper .page-content,
    .nav-mobile-slide-out .page-wrapper .page-footer,
    .nav-mobile-slide-out .page-wrapper .page-footer-push {
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
        transform: translate3d(0, 0, 0);
        transition: all 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    }

    .nav-mobile-slide-out .page-wrapper .page-content {
        /* min-height: calc(100vh - 6.9375rem);  no longer needed here */
        background: #faf8fb;
    }

    /* mobile nav show & hide button */
    /* general */
    .mobile-nav-on {
        -ms-touch-action: none;
        height: 100vh;
        overflow: hidden;
        touch-action: none;
        /*.page-content:before {
			content:" ";
			position:fixed;
			z-index: $space;
			background:rgba(0,0,0,0);
			display: block;
			height: 100vh;
			width: 100vw;
			left: 0;
			top: 0;
		}*/
        /* Push content */
        /* Off canvas turned ON*/
        /* 'not' is ON by default */
    }

    .mobile-nav-on .page-sidebar {
        -webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
        border-right: 1px solid rgba(0, 0, 0, 0.03);
        box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
    }

    .mobile-nav-on .page-content-overlay {
        background: rgba(0, 0, 0, 0.09);
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }

    .mobile-nav-on:not(.nav-mobile-push) .page-sidebar {
        -webkit-transform: translate3d(0px, 0, 0) !important;
        transform: translate3d(0px, 0, 0) !important;
    }

    .mobile-nav-on:not(.nav-mobile-push).nav-function-fixed:not(.nav-function-top) .page-sidebar {
        -webkit-transform: translate3d(0px, 0, 0) !important;
        transform: translate3d(0px, 0, 0) !important;
    }

    .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-sidebar {
        -webkit-transform: translate3d(0px, 0, 0);
        left: 0;
        transform: translate3d(0px, 0, 0);
    }

    .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-header,
    .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-content,
    .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer,
    .mobile-nav-on.nav-mobile-push:not(.nav-mobile-slide-out) .page-wrapper .page-footer-push {
        -webkit-transform: translate3d(16.875rem, 0, 0);
        transform: translate3d(16.875rem, 0, 0);
    }

    .mobile-nav-on.nav-mobile-slide-out .page-wrapper {
        overflow: hidden;
        /*.page-content:before {
					background:transparent !important;
				}*/
    }

    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-header,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer-push {
        -webkit-transform: translate3d(16.875rem, 0, 0);
        transform: translate3d(16.875rem, 0, 0);
    }

    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content-overlay {
        background: transparent !important;
        bottom: 0;
        left: 0;
        left: 16.875rem;
        right: 0;
        top: 0;
    }

    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-header,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-content,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer,
    .mobile-nav-on.nav-mobile-slide-out .page-wrapper .page-footer-push {
        -webkit-box-shadow: 0 9px 0px 0px #faf8fb, 0 -9px 0px 0px #faf8fb, 12px 0 15px -4px rgba(0, 0, 0, 0.32), -12px 0 15px -4px rgba(0, 0, 0, 0.32);
        box-shadow: 0 9px 0px 0px #faf8fb, 0 -9px 0px 0px #faf8fb, 12px 0 15px -4px rgba(0, 0, 0, 0.32), -12px 0 15px -4px rgba(0, 0, 0, 0.32);
    }

    .mobile-nav-on.nav-mobile-no-overlay .page-wrapper {
        /*.page-content:before {
					background:rgba(0,0,0,0.3);
				}*/
    }

    .mobile-nav-on.nav-mobile-no-overlay .page-wrapper .page-content-overlay {
        background: transparent;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 576px) {
    /* here we turn on mobile font for smaller screens */
    /*body {
		font-family: $mobile-page-font !important;
	}*/
    /* mobile nav search */
    .mobile-search-on:not(.mobile-nav-on) .page-header > * { display: none !important; }

    .mobile-search-on:not(.mobile-nav-on) .search {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex: 1;
    }

    .mobile-search-on:not(.mobile-nav-on) .search .app-forms {
        display: block !important;
        position: relative !important;
        width: 100%;
    }

    .mobile-search-on:not(.mobile-nav-on) .search .app-forms .btn-search-close {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 1rem;
        height: 26px;
        right: 10px;
        width: 26px;
    }

    .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field {
        background: #fff;
        border: 1px solid #886ab5;
        max-width: none;
        padding-left: 1rem;
        padding-right: 3rem;
        width: 100%;
    }

    .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus { border-color: #886ab5; }

    .mobile-search-on:not(.mobile-nav-on) [data-class="mobile-nav-on"] { display: none !important; }

    .page-header [data-toggle="dropdown"] + .dropdown-menu {
        right: 1rem !important;
        width: calc(100% - 2rem) !important;
    }

    .page-header,
    .page-content {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .card[class*='p-'] .card-header,
    .card[class*='p-'] .card-body { padding: 0 !important; }

    .subheader-block { display: none; }

    .primary-nav .nav-menu li a > .badge { font-size: 10px !important; }

    .card .card-header,
    .card .card-body { padding: 1rem; }

    .alert,
    .panel .panel-tag,
    .accordion .card .card-header .card-title { padding: 1rem; }
}

/* changes content colors based on ambience light source of the user (experimental) */

/* DOCS : https://developer.mozilla.org/en-US/docs/Web/CSS/%40media/light-level */

/* The device is used in a environment with a light level in the ideal range for the screen, 
 * and which does not necessitate any particular adjustment.. */

/* The device is used in a dim environment, where excessive contrast and brightness would be 
 * distracting or uncomfortable to the reader. For example: night time, or a dimly 
 * illuminated indoor environment. */

/* The device is used in an exceptionally bright environment, causing the screen to be washed 
 * out and difficult to read. For example: bright daylight. */

/* #FORMS (customized bootstrap form elems)
========================================================================== */

/* text area */

.form-content-editable[contenteditable="true"] {
    -webkit-user-modify: read-write-plaintext-only;
    line-height: normal;
    overflow: auto;
}

.form-content-editable[contenteditable="true"]:focus { outline: 0; }

.form-content-editable[contenteditable="true"]:empty:not(:focus):before {
    color: #909090;
    content: attr(data-placeholder);
}

.form-content-editable[contenteditable="true"]::-moz-selection {
    background: rgba(0, 132, 255, 0.2);
    color: #000;
}

.form-content-editable[contenteditable="true"]::selection {
    background: rgba(0, 132, 255, 0.2);
    color: #000;
}

.form-content-editable[contenteditable="true"]::-moz-selection {
    background: rgba(0, 132, 255, 0.2);
    color: #000;
}

/*.form-control:not(.form-control-sm),
.custom-select:not(.custom-select-sm),
.input-group:not(.input-group-sm) {
	min-height: calc(2.25rem + 2px);
}*/

.form-label { font-weight: 500; }

/* select arrow */

/*select:not(.custom-select):not([multiple]) {
  background-image:
    linear-gradient(45deg, transparent 50%, red 60%),
    linear-gradient(135deg, red 40%, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}*/

/* fix */

.custom-range {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-range::-moz-range-thumb { -moz-appearance: none; }

.custom-range::-webkit-slider-thumb { -webkit-appearance: none; }

/* add background to focused inpur prepend and append */

.form-control:focus ~ .input-group-prepend { background: #886ab5; }

.has-length .input-group-text { border-color: #886ab5; }

.has-length .input-group-text + .input-group-text { border-left: 1px solid rgba(0, 0, 0, 0.1); }

.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
    background: #886ab5;
    color: #fff !important;
}

.input-group-text {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/* input group animation for multiple inputs */

.input-group.input-group-multi-transition input[type="text"] {
    -webkit-transition: width 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition: width 470ms cubic-bezier(0.34, 1.25, 0.3, 1);
}

.input-group.input-group-multi-transition input[type="text"]:focus { width: 50%; }

/* BS form hack for checkbox tick mark */

.custom-checkbox .custom-control-label::after { background-size: 50% 50%; }

/* circle checkbox */

.custom-checkbox-circle .custom-control-label:before { border-radius: 50%; }

/* rounded radio */

.custom-radio-rounded .custom-control-label:before { border-radius: 4px; }

/* not sure if we need this? */

/*.custom-control {
	min-height: $custom-control-indicator-size;
}*/

/* make checked label bold */

input[type="radio"]:checked + .custom-control-label,
input[type="checkbox"]:checked + .custom-control-label { font-weight: 500; }

/* help block and validation feedback texts*/

.help-block { color: #909090; }

/* on feedback error */

.help-block, .invalid-feedback, .valid-feedback {
    font-size: 0.6875rem;
    margin-top: 0.325rem;
}

/* when form group is last child show now margin */

.form-group:last-child,
.form-group:only-child { margin-bottom: 0; }

/* fix alignment for generic checkbox and radio */

.form-check-input { margin-top: 0; }

.form-check-label {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-check { margin: 5px 0; }

/* #COMPONENTS (can be removed but may or may not impact other components)
========================================================================== */

/*@import '_modules/_form-switches';*/

@media (min-width: 1399px) {
    .page-sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .header-function-fixed .page-wrapper,
    .header-function-fixed .page-sidebar,
    .nav-function-fixed .page-wrapper,
    .nav-function-fixed .page-sidebar,
    .header-function-fixed.nav-function-fixed .page-wrapper,
    .header-function-fixed.nav-function-fixed .page-sidebar {
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

/* #DEMO ELEMS - elements mostly used for demo (can be removed)
========================================================================== */

@media only screen and (max-width: 992px) {
    .mobile-view-activated #nff,
    .mobile-view-activated #nfm,
    .mobile-view-activated #nfh,
    .mobile-view-activated #nft,
    .mobile-view-activated #mmb { position: relative; }

    .mobile-view-activated #nff .onoffswitch-title,
    .mobile-view-activated #nfm .onoffswitch-title,
    .mobile-view-activated #nfh .onoffswitch-title,
    .mobile-view-activated #nft .onoffswitch-title,
    .mobile-view-activated #mmb .onoffswitch-title {
        color: #da9400;
        color: var(--theme-warning-900) !important;
    }

    .mobile-view-activated #nff .onoffswitch-title-desc,
    .mobile-view-activated #nfm .onoffswitch-title-desc,
    .mobile-view-activated #nfh .onoffswitch-title-desc,
    .mobile-view-activated #nft .onoffswitch-title-desc,
    .mobile-view-activated #mmb .onoffswitch-title-desc {
        color: #da9400;
        color: var(--theme-warning-900) !important;
    }

    .mobile-view-activated #nff:after,
    .mobile-view-activated #nfm:after,
    .mobile-view-activated #nfh:after,
    .mobile-view-activated #nft:after,
    .mobile-view-activated #mmb:after {
        background: #ffc241;
        background: var(--theme-warning-50);
        border: 1px solid var(--theme-warning-700);
        border-radius: 10px;
        color: #1d1d1d;
        content: "DISABLED";
        display: block;
        font-size: 10px;
        height: 22px;
        line-height: 20px;
        position: absolute;
        right: 13px;
        text-align: center;
        top: 26%;
        width: 65px;
    }
}

.settings-panel .expanded.theme-colors {
    -webkit-box-shadow: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block;
    /*@include theme-button-color ($theme-1-fusion, $theme-1-primary, $theme-1-info, $theme-1-success, $theme-1-warning, $theme-1-danger)*/
}

.settings-panel .expanded.theme-colors > ul { height: auto; }

.settings-panel .expanded.theme-colors > ul > li [data-action] {
    border-radius: 25px;
    height: 36px;
    margin-bottom: 4px;
    margin-right: 4px;
    width: 36px;
}

.settings-panel .expanded.theme-colors > ul > li [data-action]:hover { opacity: 1; }

.settings-panel .expanded.theme-colors > ul:last-child { margin-right: 0; }

.settings-panel .expanded.theme-colors #myapp-0 {
    -webkit-box-shadow: inset 0 0 0 3px #2ba1ff;
    background: #886ab5;
    box-shadow: inset 0 0 0 3px #2ba1ff;
}

.settings-panel .expanded.theme-colors #myapp-1 { background: #b56a9f; }

.settings-panel .expanded.theme-colors #myapp-2 { background: #9fcb3d; }

.settings-panel .expanded.theme-colors #myapp-3 { background: #4679cc; }

.settings-panel .expanded.theme-colors #myapp-4 { background: #2198F3; }

.settings-panel .expanded.theme-colors #myapp-5 { background: #6ab5b4; }

.settings-panel .expanded.theme-colors #myapp-6 { background: #dd5293; }

.settings-panel .expanded.theme-colors #myapp-7 { background: #868e96; }

.settings-panel .expanded.theme-colors #myapp-8 { background: #7c91df; }

.settings-panel .expanded.theme-colors #myapp-9 { background: #e59c6c; }

.settings-panel .expanded.theme-colors #myapp-10 { background: #778c85; }

.settings-panel .expanded.theme-colors #myapp-11 { background: #a2b077; }

.settings-panel .expanded.theme-colors #myapp-12 { background: #7976b3; }

.settings-panel .expanded.theme-colors #myapp-13 { background: #55ce5f; }

.settings-panel .expanded.theme-colors #myapp-14 { background: #fbe231; }

.settings-panel .expanded.theme-colors #myapp-15 { background: #627ca0; }

.settings-panel:first-child h5 {
    margin-top: 0;
    padding-top: 5px;
}

.settings-panel h5 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #505050;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    margin-top: 5px;
    overflow: hidden;
    padding: 1rem 1rem 5px;
    text-align: left;
    text-decoration: none;
}

.settings-panel h5 small { display: inline; }

.settings-panel .list {
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    justify-content: center;
    min-height: 45px;
    padding: 0.25rem 1rem 0.25rem 2rem;
    position: relative;
}

.settings-panel .list:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #333333;
}

.settings-panel .list:hover .onoffswitch {
    -webkit-transform: scale(1.13);
    transform: scale(1.13);
}

.settings-panel .list .btn-switch {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: 30%;
}

.settings-panel .list .onoffswitch-title {
    display: block;
    font-size: 0.8125rem;
    margin-top: 0.5px;
}

.settings-panel .list .onoffswitch-title-desc {
    color: #989da5;
    display: block;
    font-size: 0.75rem;
    text-transform: lowercase;
}

.settings-panel .expanded {
    display: none;
    position: relative;
}

.settings-panel .expanded:before {
    border-bottom-color: #5d5d5d;
    bottom: 1px;
}

.settings-panel .expanded > ul {
    height: 50px;
    margin: 0;
    margin: 0 0 0 1rem;
    padding: 0;
}

.settings-panel .expanded > ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.settings-panel .expanded > ul > li [data-action] {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: block;
    height: 50px;
    margin-right: 2px;
    position: relative;
    width: 50px;
}

.settings-panel .expanded .list {
    margin: 0.5rem 0 0 1rem;
    min-height: auto;
    padding: 0;
}

.settings-panel .expanded .list .btn-switch {
    margin-top: 2px;
    right: 0;
    top: -2px;
}

.settings-panel .expanded .list:hover { background: transparent; }

#saving {
    display: none;
    left: -40px;
    position: absolute;
    top: 0;
    z-index: 1;
}

/* localstorage success fade animation */

.saving #saving { display: block; }

.saving [data-action="app-reset"] {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.color-disp-demo tr:first-child td {
    -webkit-box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.8);
    height: 100px;
}

.color-disp-demo tr td {
    border: none;
    padding-bottom: 7px;
    padding-top: 7px;
}

.color-disp-demo tr td:hover {
    -webkit-transform: scale(1.1);
    font-weight: 500;
    transform: scale(1.1);
}

.cr-c {
    border-radius: 50%;
    display: block;
    height: 21px;
    width: 21px;
}

.icon-demo {
    list-style: none;
    padding: 0;
}

.icon-demo li {
    background: #fff;
    border: 1px solid #7f8995;
    display: inline-block;
    font-size: 20px;
    height: 60px;
    margin: 0 6px 0 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 60px;
}

.icon-demo li:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}

code[class*="language-"],
pre[class*="language-"] { display: none !important; }

.show-codes code[class*="language-"],
.show-codes pre[class*="language-"] { display: block !important; }

.container-demo {
    max-width: 100%;
    width: 100%;
}

.bd-example {
    padding: 1rem 0;
    position: relative;
}

.bd-example-row-flex-cols .row {
    background-color: rgba(255, 0, 0, 0.1);
    min-height: 10rem;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^=col-] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.bd-example-row .row + .row { margin-top: 1rem; }

.bd-highlight {
    background-color: rgba(86, 61, 124, 0.2);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.demo { margin: 0; }

.demo > * { margin: 0 .375rem 1rem 0 !important; }

.demo.demo-no-mb > * { margin-bottom: 0 !important; }

.demo-v-spacing-sm > * + *,
.demo-v-spacing > * + *,
.demo-v-spacing-lg > * + * {
    margin-bottom: 0 !important;
    margin-top: 0.875rem !important;
}

.demo-v-spacing-sm > *,
.demo-v-spacing > *,
.demo-v-spacing-lg > * { margin-bottom: 0 !important; }

.demo-v-spacing > * + * { margin-top: 1rem !important; }

.demo-v-spacing-lg > * + * { margin-top: 1.5rem !important; }

.demo-h-spacing > *:not(last-child):not(only-child) { margin-right: 1rem !important; }

/*.demo-vh-spacing > *:not(last-child):not(only-child) {
	margin: 0 .375rem 1rem 0 !important;
}*/

/* #_extensions - Components imported in alphabetical order (remove extensions from directory if not needed)
========================================================================== */

body:not(.mod-pace-custom) .pace {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    pointer-events: none;
    user-select: none;
}

body:not(.mod-pace-custom) .pace .pace-progress {
    background: #886ab5;
    height: 3px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 2000;
}

body:not(.mod-pace-custom) .pace-inactive { display: none; }

body.mod-pace-custom {
    /*&.pace-done {
		.page-content {
			&:before{
				z-index:-2;
				display: none;
			}
		}
	}*/
}

body.mod-pace-custom .pace {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-pointer-events: none;
    -webkit-user-select: none;
    background: #fff;
    border: 2px solid #fff;
    height: 13px;
    left: 0;
    margin: auto;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 45vh;
    user-select: none;
    width: 15.18902rem;
    z-index: 2000;
}

body.mod-pace-custom .pace .pace-progress {
    -moz-animation: loading 0.5s linear infinite;
    -o-animation: loading 0.5s linear infinite;
    -webkit-animation: loading 0.5s linear infinite;
    -webkit-box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    animation: loading 0.5s linear infinite;
    background-clip: content-box;
    background-color: #886ab5;
    background-image: linear-gradient(135deg, #886ab5 0%, #886ab5 25%, #6e4e9e 25%, #6e4e9e 50%, #886ab5 50%, #886ab5 75%, #6e4e9e 75%, #6e4e9e 100%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 13px 13px;
    box-sizing: border-box;
    display: block;
    height: 100%;
    max-width: 15.18902rem;
    position: absolute;
    right: 100%;
    top: 0;
    transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 2000;
}

body.mod-pace-custom .pace-inactive { display: none; }

body.mod-pace-custom.pace-running .page-content:before {
    background-color: #faf8fb;
    bottom: 0;
    content: '';
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

@keyframes loading {
    from { background-position: 0 0; }

    to { background-position: -13px 0; }
}

@-webkit-keyframes loading {
    from { background-position: 0 0; }

    to { background-position: -13px 0; }
}

.slimScrollBar { border-radius: 3px !important; }

body:not(.no-slimscroll) .custom-scroll { overflow: hidden; }

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */

.waves-effect {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.waves-effect .waves-ripple {
    -webkit-transform: scale(0) translate(0, 0);
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    background: rgba(255, 255, 255, 0.6);
    background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: scale(0) translate(0, 0);
    transition: all 0.5s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    width: 100px;
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-themed.btn-warning .waves-ripple, .waves-themed.btn-default .waves-ripple, .waves-themed.btn-outline-default .waves-ripple {
    background: rgba(0, 0, 0, 0.6);
    background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 70%);
}

.waves-themed.btn-primary .waves-ripple, .waves-themed.btn-outline-primary .waves-ripple, .waves-themed.btn-info .waves-ripple, .waves-themed.btn-outline-info .waves-ripple, .waves-themed.btn-danger .waves-ripple, .waves-themed.btn-outline-danger .waves-ripple, .waves-themed.btn-success .waves-ripple, .waves-themed.btn-outline-success .waves-ripple, .waves-themed.btn-dark .waves-ripple, .waves-themed.btn-outline-dark .waves-ripple {
    background: rgba(255, 255, 255, 0.6);
    background: radial-gradient(rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.4) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 70%);
}

.page-sidebar .primary-nav .nav-menu li a.waves-themed .waves-ripple {
    background: rgba(39, 28, 55, 0.6);
    background: radial-gradient(rgba(39, 28, 55, 0.2) 0, rgba(39, 28, 55, 0.3) 40%, rgba(39, 28, 55, 0.4) 50%, rgba(39, 28, 55, 0.5) 60%, rgba(39, 28, 55, 0) 70%);
}

.panel-hdr:not([class^="bg-"]):not([class*=" bg-"]) .waves-themed.btn-toolbar-master .waves-ripple,
.waves-themed.nav-link .waves-ripple {
    background: rgba(136, 106, 181, 0.6);
    background: radial-gradient(rgba(136, 106, 181, 0.2) 0, rgba(136, 106, 181, 0.3) 40%, rgba(136, 106, 181, 0.4) 50%, rgba(136, 106, 181, 0.5) 60%, rgba(136, 106, 181, 0) 70%);
}

/* #ANIMATION - CSS animations and keyframes
========================================================================== */

@-webkit-keyframes seconds {
    0% { opacity: 1; }

    100% { opacity: 0; }
}

@keyframes seconds {
    0% { opacity: 1; }

    100% { opacity: 0; }
}

@-webkit-keyframes delayed {
    99% { visibility: hidden; }

    100% { visibility: visible; }
}

@keyframes delayed {
    99% { visibility: hidden; }

    100% { visibility: visible; }
}

@keyframes subtle {
    0% { opacity: 1; }

    100% { opacity: 0.2; }
}

@-webkit-keyframes subtle {
    0% { opacity: 1; }

    100% { opacity: 0.2; }
}

@-webkit-keyframes highlight {
    from { background: #ffebc1; }

    to { background: transparent; }
}

@keyframes highlight {
    from { background: #ffebc1; }

    to { background: transparent; }
}

.highlight {
    -webkit-animation: highlight 1.5s;
    animation: highlight 1.5s;
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }

    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*.spinner {
  margin: 5px;
  height: 20px;
  width: 20px;
  animation: rotate 0.7s infinite linear;
  border: 2px solid $color-primary;
  border-right-color: transparent;
  border-radius: 50%;
}*/

.fa-spin-4x {
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
}

.fa-spin-2x {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

/*=== Animations start here  ===*/

/*=== FADE IN DOWN ===*/

@-webkit-keyframes animateFadeInDown {
    from {
        -webkit-transform: translate3d(0, -5px, 0);
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes animateFadeInDown {
    from {
        -webkit-transform: translate3d(0, -5px, 0);
        opacity: 0;
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

/*==== FADE IN UP ===*/

@-webkit-keyframes animateFadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        opacity: 0;
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes animateFadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        opacity: 0;
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

/*=== FADE IN LEFT ===*/

@-webkit-keyframes animateFadeInLeft {
    from {
        -webkit-transform: translate3d(-5px, 0, 0);
        opacity: 0;
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes animateFadeInLeft {
    from {
        -webkit-transform: translate3d(-5px, 0, 0);
        opacity: 0;
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

/*==== FADE IN RIGHT ===*/

@-webkit-keyframes animateFadeInRight {
    from {
        -webkit-transform: translate3d(5px, 0, 0);
        opacity: 0;
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes animateFadeInRight {
    from {
        -webkit-transform: translate3d(5px, 0, 0);
        opacity: 0;
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

/* remove transition delay */

.no-transition-delay {
    -webkit-transition-delay: 0ms !important;
    transition-delay: 0ms !important;
}

/* fade transitions for page elements */

.page-content > .alert {
    -webkit-animation: animateFadeInUp 0.3s;
    animation: animateFadeInUp 0.3s;
}

.page-content > .card,
.page-content > .row {
    -webkit-animation: animateFadeInUp 0.7s;
    animation: animateFadeInUp 0.7s;
}

.tab-content > .active:not(.fade) {
    -webkit-animation: animateFadeInUp 0.5s;
    animation: animateFadeInUp 0.5s;
}

/* repeated transitions */

.fadeinup {
    -webkit-animation: animateFadeInUp 0.5s;
    animation: animateFadeInUp 0.5s;
}

.fadeindown {
    -webkit-animation: animateFadeInDown 0.5s;
    animation: animateFadeInDown 0.5s;
}

.fadeinleft {
    -webkit-animation: animateFadeInLeft 0.5s;
    animation: animateFadeInLeft 0.5s;
}

.fadeinright {
    -webkit-animation: animateFadeInRight 0.5s;
    animation: animateFadeInRight 0.5s;
}

/* #MODS - Layout manipulation
========================================================================== */

@media (min-width: 1399px) {
    .mod-main-boxed.mod-bg-1 [data-class="mod-bg-1"]:before,
    .mod-main-boxed.mod-bg-2 [data-class="mod-bg-2"]:before,
    .mod-main-boxed.mod-bg-3 [data-class="mod-bg-3"]:before,
    .mod-main-boxed.mod-bg-4 [data-class="mod-bg-4"]:before,
    .mod-main-boxed.mod-bg-none [data-class="mod-bg-none"]:before {
        background: inherit;
        background-image: none;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        content: " ";
        display: block;
        height: 20px;
        left: 15px;
        position: absolute;
        top: 15px;
        width: 20px;
    }

    .mod-main-boxed.mod-bg-1 [data-class="mod-bg-1"]:after,
    .mod-main-boxed.mod-bg-2 [data-class="mod-bg-2"]:after,
    .mod-main-boxed.mod-bg-3 [data-class="mod-bg-3"]:after,
    .mod-main-boxed.mod-bg-4 [data-class="mod-bg-4"]:after,
    .mod-main-boxed.mod-bg-none [data-class="mod-bg-none"]:after {
        border: 5px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        content: " ";
        height: inherit;
        left: 0;
        position: absolute;
        top: 0;
        width: inherit;
    }

    .mod-main-boxed .settings-panel .expanded { display: block; }

    .mod-main-boxed .settings-panel .expanded > ul > li {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-1"] { background-image: url("../img/backgrounds/prev-bg-1.png"); }

    .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-2"] { background-image: url("../img/backgrounds/prev-bg-2.png"); }

    .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-3"] { background-image: url("../img/backgrounds/prev-bg-3.png"); }

    .mod-main-boxed .settings-panel .expanded > ul > li [data-action][data-class="mod-bg-4"] { background-image: url("../img/backgrounds/prev-bg-4.png"); }

    .mod-main-boxed .settings-panel .expanded > ul > li:last-child [data-action="toggle"] { margin-right: 0; }

    .mod-main-boxed.mod-bg-1 { background-image: url("../img/backgrounds/bg-1.png"); }

    .mod-main-boxed.mod-bg-2 { background-image: url("../img/backgrounds/bg-2.png"); }

    .mod-main-boxed.mod-bg-3 { background-image: url("../img/backgrounds/bg-3.png"); }

    .mod-main-boxed.mod-bg-4 { background-image: url("../img/backgrounds/bg-4.png"); }

    .mod-main-boxed.mod-fixed-bg { background-attachment: fixed; }
}

.mod-clean-page-bg:not(.mod-skin-dark) .page-content-wrapper { background: #fff !important; }

.mod-clean-page-bg:not(.mod-skin-dark) .page-header { border-bottom-color: rgba(150, 123, 189, 0.13); }

.mod-color-blind .page-wrapper {
    -webkit-filter: grayscale(65%);
    filter: grayscale(55%);
}

.mod-color-blind [class*="btn-"].active { background-image: none !important; }

.mod-disable-animation *,
.mod-disable-animation *:before,
.mod-disable-animation *:after {
    -webkit-animation: none !important;
    -webkit-transition: none !important;
    animation: none !important;
    transition: none !important;
}

.mod-hide-info-card {
    /*.page-logo {
		border-bottom: 1px solid lighten($header-logo-border-bottom, 13%);
	}*/
}

.mod-hide-info-card .page-sidebar .info-card { display: none; }

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > [class*='fa-'],
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > .ni,
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > img { display: none; }

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu a > .badge {
    left: auto;
    right: 40px;
    top: 30%;
}

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > [class*='fa-'],
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > .ni,
.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu span > img { display: none; }

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu .dl-ref { display: none; }

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li > ul > li > a { padding-left: 2.9375rem; }

.mod-hide-nav-icons:not(.nav-function-top):not(.nav-function-minify) .page-sidebar .primary-nav .nav-menu li > ul > li > a + ul > li > a { padding-left: 4.1875rem; }

.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a,
.mod-high-contrast:not(.mod-skin-dark) .nav-title,
.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a [class*='fa-'],
.mod-high-contrast:not(.mod-skin-dark) .nav-menu li a .ni,
.mod-high-contrast:not(.mod-skin-dark) .dl-ref,
.mod-high-contrast:not(.mod-skin-dark) .btn {
    color: #fff !important;
    font-weight: 500 !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.mod-high-contrast:not(.mod-skin-dark) .subheader-title,
.mod-high-contrast:not(.mod-skin-dark) h1,
.mod-high-contrast:not(.mod-skin-dark) h2,
.mod-high-contrast:not(.mod-skin-dark) h3,
.mod-high-contrast:not(.mod-skin-dark) h4,
.mod-high-contrast:not(.mod-skin-dark) h5,
.mod-high-contrast:not(.mod-skin-dark) .settings-panel-title a,
.mod-high-contrast:not(.mod-skin-dark) .panel-header,
.mod-high-contrast:not(.mod-skin-dark) .badge-detached,
.mod-high-contrast:not(.mod-skin-dark) .btn-secondary,
.mod-high-contrast:not(.mod-skin-dark) .btn-default,
.mod-high-contrast:not(.mod-skin-dark) .page-header .btn,
.mod-high-contrast:not(.mod-skin-dark) [class*="btn-outline-"] {
    color: #000 !important;
    font-weight: 500;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.mod-high-contrast:not(.mod-skin-dark) .subheader-title small,
.mod-high-contrast:not(.mod-skin-dark) .breadcrumb > li > a,
.mod-high-contrast:not(.mod-skin-dark) .page-content,
.mod-high-contrast:not(.mod-skin-dark) h1 small,
.mod-high-contrast:not(.mod-skin-dark) h2 small,
.mod-high-contrast:not(.mod-skin-dark) h3 small,
.mod-high-contrast:not(.mod-skin-dark) h4 small,
.mod-high-contrast:not(.mod-skin-dark) h5,
.mod-high-contrast:not(.mod-skin-dark) h6,
.mod-high-contrast:not(.mod-skin-dark) p,
.mod-high-contrast:not(.mod-skin-dark) .btn-switch + .onoffswitch-title,
.mod-high-contrast:not(.mod-skin-dark) .onoffswitch-title + .onoffswitch-title-desc,
.mod-high-contrast:not(.mod-skin-dark) .panel-container,
.mod-high-contrast:not(.mod-skin-dark) .panel-header .btn {
    color: #000 !important;
    font-weight: normal !important;
    text-shadow: none;
}

.mod-lean-subheader .subheader { margin: 0; }

.mod-lean-subheader .subheader .subheader-title {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 0;
    text-transform: capitalize;
}

.mod-lean-subheader .subheader .subheader-title:not(:only-child) { margin-top: 23px; }

.mod-lean-subheader .subheader .subheader-title small {
    display: inline-block;
    font-size: 0.875rem;
    text-transform: capitalize;
}

.mod-lean-subheader .subheader .subheader-title small:before { content: " - "; }

.mod-lean-subheader .subheader .breadcrumb {
    position: absolute;
    top: 0;
}

@media (min-width: 1399px) {
    .mod-main-boxed {
        /*
		why did we add this again?
		this was buggy when open modal with mod main boxed then click on logo for the dropdown, it won't close
		&.nav-function-fixed:not(.nav-function-top):not(.header-function-fixed) {
			.page-sidebar {
				transform: translateX(0) !important;
				box-shadow: none;
			}

			.page-wrapper {
				transform: translateX(0) !important;
			}

		}*/
    }

    .mod-main-boxed .page-wrapper {
        margin: 0 auto;
        max-width: 1399px;
    }

    .mod-main-boxed:not(.nav-function-top) #nff { position: relative; }

    .mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title {
        color: #da9400;
        color: var(--theme-warning-900);
    }

    .mod-main-boxed:not(.nav-function-top) #nff .onoffswitch-title-desc {
        color: #da9400;
        color: var(--theme-warning-900);
    }

    .mod-main-boxed:not(.nav-function-top) #nff:after {
        background: #ffc241;
        background: var(--theme-warning-50);
        border: 1px solid var(--theme-warning-700);
        border-radius: 10px;
        color: #1d1d1d;
        content: "DISABLED";
        display: block;
        font-size: 0.625rem;
        height: 22px;
        line-height: 20px;
        position: absolute;
        right: 13px;
        text-align: center;
        top: 26%;
        width: 65px;
    }

    .mod-main-boxed.header-function-fixed .page-wrapper .page-header {
        margin: 0 auto !important;
        max-width: 1397px;
        width: 100%;
    }

    .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-fixed) .page-wrapper .page-sidebar {
        bottom: 0;
        position: absolute !important;
        top: 0;
    }

    .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-wrapper .page-header { padding-left: 18.875rem; }

    .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify):not(.nav-function-fixed) .page-content,
    .mod-main-boxed.header-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify):not(.nav-function-fixed) .page-footer { margin-left: 16.875rem; }

    .mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-header { padding-left: 6.6875rem; }

    .mod-main-boxed.header-function-fixed.nav-function-minify:not(.nav-function-top):not(.nav-function-hidden) .page-wrapper .page-content-wrapper { margin-left: 4.6875rem; }

    .mod-main-boxed.nav-function-hidden:not(.nav-function-top) .page-sidebar:after {
        left: 16.875rem;
        position: absolute;
    }

    .mod-main-boxed.nav-function-hidden.nav-function-minify .page-sidebar:after {
        left: 4.6875rem;
        position: absolute;
    }

    .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar { position: absolute; }

    .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .page-logo {
        -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        z-index: 950;
    }

    .mod-main-boxed.nav-function-fixed:not(.nav-function-top) .page-wrapper .page-sidebar .primary-nav { margin-top: 4.125rem; }

    .mod-main-boxed.nav-function-fixed:not(.nav-function-top).nav-function-hidden .page-logo {
        -webkit-transition: none;
        position: absolute !important;
        transition: none;
    }

    .mod-main-boxed .page-wrapper {
        -webkit-box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.1), -5px 0 20px 0px rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 5px 0 20px 0px rgba(0, 0, 0, 0.1), -5px 0 20px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
    }

    .mod-main-boxed:not(.header-function-fixed):not(.nav-function-top):not(.modal-open):not(.panel-fullscreen):not(.footer-function-fixed) .page-wrapper {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }
}

/* Hierarchical Navigation */

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li a > .dl-ref:first-child { margin-left: 0 !important; }

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul { /* addressing all second, third children */ }

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
    border-left: 1px solid #614b82;
    bottom: 0;
    content: "";
    display: block;
    left: 2.5625rem;
    position: absolute;
    top: 44px;
    z-index: 1;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
    background-color: #876fab;
    border: 1px solid #333;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.4rem;
    left: 2.4rem;
    position: absolute;
    top: calc(50% - 0.3rem);
    width: 0.4rem;
    z-index: 1;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:hover:after { border-color: transparent; }

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li li > a:after {
    content: "";
    display: none;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul li a i { margin-left: 0 !important; }

.mod-nav-dark:not(.mod-skin-dark) .page-sidebar { background-color: #1d1d1d; }

.mod-nav-dark:not(.mod-skin-dark).nav-function-top .page-sidebar .primary-nav .nav-menu > li a:not(:hover):not(focus) { color: #bdafd1; }

.mod-nav-dark:not(.mod-skin-dark).mod-skin-dark:not(.mod-skin-light) .page-logo { border-bottom: inherit; }

/* mod smartpanel icons */

.mod-panel-icon [role="widget"] .btn-panel {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: none;
    align-items: center;
    background: none !important;
    border-radius: 0.25rem;
    color: inherit;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    height: 2rem;
    line-height: 1;
    margin: 0;
    opacity: 0.7;
    position: relative;
    text-align: center;
    text-rendering: auto;
    transition: none;
    width: 2rem;
}

.mod-panel-icon [role="widget"] .btn-panel:hover { opacity: 1; }

.mod-panel-icon [role="widget"] .btn-panel:active { font-size: 0.9rem; }

.mod-panel-icon [role="widget"] .btn-panel.js-panel-collapse:before, .mod-panel-icon [role="widget"] .btn-panel.js-panel-fullscreen:before, .mod-panel-icon [role="widget"] .btn-panel.js-panel-close:before {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: none;
    align-items: center;
    background: transparent;
    border-radius: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    transition: none;
    width: 100%;
}

.mod-panel-icon [role="widget"] .btn-panel.js-panel-collapse:before { content: "\f068"; }

.mod-panel-icon [role="widget"] .btn-panel.js-panel-fullscreen:before { content: "\f065"; }

.mod-panel-icon [role="widget"] .btn-panel.js-panel-close:before { content: "\f00d"; }

.mod-panel-icon [role="widget"].panel-collapsed .js-panel-collapse:before { content: "\f067" !important; }

.mod-panel-icon [role="widget"].panel-fullscreen .js-panel-fullscreen { font-size: 1.5rem; }

.mod-panel-icon [role="widget"].panel-fullscreen .js-panel-fullscreen:before { content: "\f066"; }

html:not(.root-text-sm):not(.root-text-lg):not(.root-text-xl) [data-class="root-text"] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.root-text-sm { font-size: 15px; }

.root-text-sm [data-class="root-text-sm"] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.root-text-lg { font-size: 17px; }

.root-text-lg [data-class="root-text-lg"] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.root-text-xl { font-size: 18px; }

.root-text-xl [data-class="root-text-xl"] {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.mod-bigger-font { font-size: 18px; }

/* #COLORS - we place this here so it can override other colors as needed
========================================================================== */

.bg-primary-50 {
    background-color: #ccbfdf;
    color: rgba(0, 0, 0, 0.8);
}

.bg-primary-50:hover { color: rgba(0, 0, 0, 0.8); }

.bg-primary-100 {
    background-color: #beaed7;
    color: rgba(0, 0, 0, 0.8);
}

.bg-primary-100:hover { color: rgba(0, 0, 0, 0.8); }

.bg-primary-200 {
    background-color: #b19dce;
    color: rgba(0, 0, 0, 0.8);
}

.bg-primary-200:hover { color: rgba(0, 0, 0, 0.8); }

.bg-primary-300 {
    background-color: #a38cc6;
    color: white;
}

.bg-primary-300:hover { color: white; }

.bg-primary-400 {
    background-color: #967bbd;
    color: white;
}

.bg-primary-400:hover { color: white; }

.bg-primary-500 {
    background-color: #886ab5;
    color: white;
}

.bg-primary-500:hover { color: white; }

.bg-primary-600 {
    background-color: #7a59ad;
    color: white;
}

.bg-primary-600:hover { color: white; }

.bg-primary-700 {
    background-color: #6e4e9e;
    color: white;
}

.bg-primary-700:hover { color: white; }

.bg-primary-800 {
    background-color: #62468d;
    color: white;
}

.bg-primary-800:hover { color: white; }

.bg-primary-900 {
    background-color: #563d7c;
    color: white;
}

.bg-primary-900:hover { color: white; }

.color-primary-50 { color: #ccbfdf; }

.color-primary-100 { color: #beaed7; }

.color-primary-200 { color: #b19dce; }

.color-primary-300 { color: #a38cc6; }

.color-primary-400 { color: #967bbd; }

.color-primary-500 { color: #886ab5; }

.color-primary-600 { color: #7a59ad; }

.color-primary-700 { color: #6e4e9e; }

.color-primary-800 { color: #62468d; }

.color-primary-900 { color: #563d7c; }

.bg-success-50 {
    background-color: #7aece0;
    color: rgba(0, 0, 0, 0.8);
}

.bg-success-50:hover { color: rgba(0, 0, 0, 0.8); }

.bg-success-100 {
    background-color: #63e9db;
    color: rgba(0, 0, 0, 0.8);
}

.bg-success-100:hover { color: rgba(0, 0, 0, 0.8); }

.bg-success-200 {
    background-color: #4de5d5;
    color: rgba(0, 0, 0, 0.8);
}

.bg-success-200:hover { color: rgba(0, 0, 0, 0.8); }

.bg-success-300 {
    background-color: #37e2d0;
    color: rgba(0, 0, 0, 0.8);
}

.bg-success-300:hover { color: rgba(0, 0, 0, 0.8); }

.bg-success-400 {
    background-color: #21dfcb;
    color: rgba(0, 0, 0, 0.8);
}

.bg-success-400:hover { color: rgba(0, 0, 0, 0.8); }

.bg-success-500 {
    background-color: #1dc9b7;
    color: white;
}

.bg-success-500:hover { color: white; }

.bg-success-600 {
    background-color: #1ab3a3;
    color: white;
}

.bg-success-600:hover { color: white; }

.bg-success-700 {
    background-color: #179c8e;
    color: white;
}

.bg-success-700:hover { color: white; }

.bg-success-800 {
    background-color: #13867a;
    color: white;
}

.bg-success-800:hover { color: white; }

.bg-success-900 {
    background-color: #107066;
    color: white;
}

.bg-success-900:hover { color: white; }

.color-success-50 { color: #7aece0; }

.color-success-100 { color: #63e9db; }

.color-success-200 { color: #4de5d5; }

.color-success-300 { color: #37e2d0; }

.color-success-400 { color: #21dfcb; }

.color-success-500 { color: #1dc9b7; }

.color-success-600 { color: #1ab3a3; }

.color-success-700 { color: #179c8e; }

.color-success-800 { color: #13867a; }

.color-success-900 { color: #107066; }

.bg-info-50 {
    background-color: #9acffa;
    color: rgba(0, 0, 0, 0.8);
}

.bg-info-50:hover { color: rgba(0, 0, 0, 0.8); }

.bg-info-100 {
    background-color: #82c4f8;
    color: rgba(0, 0, 0, 0.8);
}

.bg-info-100:hover { color: rgba(0, 0, 0, 0.8); }

.bg-info-200 {
    background-color: #6ab8f7;
    color: rgba(0, 0, 0, 0.8);
}

.bg-info-200:hover { color: rgba(0, 0, 0, 0.8); }

.bg-info-300 {
    background-color: #51adf6;
    color: white;
}

.bg-info-300:hover { color: white; }

.bg-info-400 {
    background-color: #39a1f4;
    color: white;
}

.bg-info-400:hover { color: white; }

.bg-info-500 {
    background-color: #2196F3;
    color: white;
}

.bg-info-500:hover { color: white; }

.bg-info-600 {
    background-color: #0d8aee;
    color: white;
}

.bg-info-600:hover { color: white; }

.bg-info-700 {
    background-color: #0c7cd5;
    color: white;
}

.bg-info-700:hover { color: white; }

.bg-info-800 {
    background-color: #0a6ebd;
    color: white;
}

.bg-info-800:hover { color: white; }

.bg-info-900 {
    background-color: #0960a5;
    color: white;
}

.bg-info-900:hover { color: white; }

.color-info-50 { color: #9acffa; }

.color-info-100 { color: #82c4f8; }

.color-info-200 { color: #6ab8f7; }

.color-info-300 { color: #51adf6; }

.color-info-400 { color: #39a1f4; }

.color-info-500 { color: #2196F3; }

.color-info-600 { color: #0d8aee; }

.color-info-700 { color: #0c7cd5; }

.color-info-800 { color: #0a6ebd; }

.color-info-900 { color: #0960a5; }

.bg-warning-50 {
    background-color: #ffebc1;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-50:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-100 {
    background-color: #ffe3a7;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-100:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-200 {
    background-color: #ffdb8e;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-200:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-300 {
    background-color: #ffd274;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-300:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-400 {
    background-color: #ffca5b;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-400:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-500 {
    background-color: #ffc241;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-500:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-600 {
    background-color: #ffba28;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-600:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-700 {
    background-color: #ffb20e;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-700:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-800 {
    background-color: #f4a500;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-800:hover { color: rgba(0, 0, 0, 0.8); }

.bg-warning-900 {
    background-color: #da9400;
    color: rgba(0, 0, 0, 0.8);
}

.bg-warning-900:hover { color: rgba(0, 0, 0, 0.8); }

.color-warning-50 { color: #ffebc1; }

.color-warning-100 { color: #ffe3a7; }

.color-warning-200 { color: #ffdb8e; }

.color-warning-300 { color: #ffd274; }

.color-warning-400 { color: #ffca5b; }

.color-warning-500 { color: #ffc241; }

.color-warning-600 { color: #ffba28; }

.color-warning-700 { color: #ffb20e; }

.color-warning-800 { color: #f4a500; }

.color-warning-900 { color: #da9400; }

.bg-danger-50 {
    background-color: #feb7d9;
    color: rgba(0, 0, 0, 0.8);
}

.bg-danger-50:hover { color: rgba(0, 0, 0, 0.8); }

.bg-danger-100 {
    background-color: #fe9ecb;
    color: rgba(0, 0, 0, 0.8);
}

.bg-danger-100:hover { color: rgba(0, 0, 0, 0.8); }

.bg-danger-200 {
    background-color: #fe85be;
    color: rgba(0, 0, 0, 0.8);
}

.bg-danger-200:hover { color: rgba(0, 0, 0, 0.8); }

.bg-danger-300 {
    background-color: #fe6bb0;
    color: rgba(0, 0, 0, 0.8);
}

.bg-danger-300:hover { color: rgba(0, 0, 0, 0.8); }

.bg-danger-400 {
    background-color: #fd52a3;
    color: white;
}

.bg-danger-400:hover { color: white; }

.bg-danger-500 {
    background-color: #fd3995;
    color: white;
}

.bg-danger-500:hover { color: white; }

.bg-danger-600 {
    background-color: #fd2087;
    color: white;
}

.bg-danger-600:hover { color: white; }

.bg-danger-700 {
    background-color: #fc077a;
    color: white;
}

.bg-danger-700:hover { color: white; }

.bg-danger-800 {
    background-color: #e7026e;
    color: white;
}

.bg-danger-800:hover { color: white; }

.bg-danger-900 {
    background-color: #ce0262;
    color: white;
}

.bg-danger-900:hover { color: white; }

.color-danger-50 { color: #feb7d9; }

.color-danger-100 { color: #fe9ecb; }

.color-danger-200 { color: #fe85be; }

.color-danger-300 { color: #fe6bb0; }

.color-danger-400 { color: #fd52a3; }

.color-danger-500 { color: #fd3995; }

.color-danger-600 { color: #fd2087; }

.color-danger-700 { color: #fc077a; }

.color-danger-800 { color: #e7026e; }

.color-danger-900 { color: #ce0262; }

.bg-fusion-50 {
    background-color: #909090;
    color: white;
}

.bg-fusion-50:hover { color: white; }

.bg-fusion-100 {
    background-color: #838383;
    color: white;
}

.bg-fusion-100:hover { color: white; }

.bg-fusion-200 {
    background-color: #767676;
    color: white;
}

.bg-fusion-200:hover { color: white; }

.bg-fusion-300 {
    background-color: dimgray;
    color: white;
}

.bg-fusion-300:hover { color: white; }

.bg-fusion-400 {
    background-color: #5d5d5d;
    color: white;
}

.bg-fusion-400:hover { color: white; }

.bg-fusion-500 {
    background-color: #505050;
    color: white;
}

.bg-fusion-500:hover { color: white; }

.bg-fusion-600 {
    background-color: #434343;
    color: white;
}

.bg-fusion-600:hover { color: white; }

.bg-fusion-700 {
    background-color: #363636;
    color: white;
}

.bg-fusion-700:hover { color: white; }

.bg-fusion-800 {
    background-color: #2a2a2a;
    color: white;
}

.bg-fusion-800:hover { color: white; }

.bg-fusion-900 {
    background-color: #1d1d1d;
    color: white;
}

.bg-fusion-900:hover { color: white; }

.color-fusion-50 { color: #909090; }

.color-fusion-100 { color: #838383; }

.color-fusion-200 { color: #767676; }

.color-fusion-300 { color: dimgray; }

.color-fusion-400 { color: #5d5d5d; }

.color-fusion-500 { color: #505050; }

.color-fusion-600 { color: #434343; }

.color-fusion-700 { color: #363636; }

.color-fusion-800 { color: #2a2a2a; }

.color-fusion-900 { color: #1d1d1d; }

.color-white { color: #fff; }

.color-black { color: #222222; }

.bg-primary-gradient { background-image: linear-gradient(250deg, rgba(86, 61, 124, 0.7), transparent); }

.bg-danger-gradient { background-image: linear-gradient(250deg, rgba(206, 2, 98, 0.7), transparent); }

.bg-info-gradient { background-image: linear-gradient(250deg, rgba(9, 96, 165, 0.7), transparent); }

.bg-warning-gradient { background-image: linear-gradient(250deg, rgba(218, 148, 0, 0.7), transparent); }

.bg-success-gradient { background-image: linear-gradient(250deg, rgba(16, 112, 102, 0.7), transparent); }

.bg-fusion-gradient { background-image: linear-gradient(250deg, rgba(29, 29, 29, 0.7), transparent); }

/* #APP related modules (print, fullscreen, etc)
========================================================================== */

/* Custom Webkit Scrollbar */

/* http://css-tricks.com/custom-scrollbars-in-webkit/ */

body:not(.mobile-detected)::-webkit-scrollbar,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

body:not(.mobile-detected)::-webkit-scrollbar:hover,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar:hover { background-color: rgba(0, 0, 0, 0.01); }

body:not(.mobile-detected)::-webkit-scrollbar-track-piece,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece { background-color: #efefef; }

body:not(.mobile-detected)::-webkit-scrollbar-track-piece:hover,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-track-piece:hover { background-color: #d0d0d0; }

body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical { background-color: #838383; }

body:not(.mobile-detected)::-webkit-scrollbar-thumb:vertical:hover,
body:not(.mobile-detected).modal-open .modal::-webkit-scrollbar-thumb:vertical:hover { background-color: dimgray; }

/* 
 * Left Panel custom scroll 
 */

.page-sidebar .primary-nav::-webkit-scrollbar-track-piece { background-color: #efefef; }

.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical { background-color: #666; }

.page-sidebar .primary-nav::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

.page-sidebar .primary-nav:hover::-webkit-scrollbar-corner { width: 40px; }

.page-sidebar .primary-nav::-webkit-scrollbar-track-piece { background-color: #efefef; }

.page-sidebar .primary-nav::-webkit-scrollbar-thumb:vertical { background-color: #666; }

:-webkit-full-screen [data-action="app-fullscreen"] { color: #cccccc; }

:-moz-full-screen [data-action="app-fullscreen"] { color: #cccccc; }

@media print {
    @page {
        border: none;
        border-collapse: collapse;
        margin: 1cm;
        padding: 0;
        size: letter portrait;
    }

    /**:not(.keep-print-font) {
    	color:#333 !important;
    	background: transparent !important;
    	font-family: Arial, Helvetica, sans-serif !important;
    	letter-spacing: normal !important;
    	font-size: 10pt !important;
    	line-height: 1.7 !important;
    	text-transform: none !important;
    	transition: none !important;
    }*/
    table { font-size: 80%; }

    .card,
    .card-body,
    .container {
        border: 0;
        display: inline;
        margin: 0;
        padding: 0;
    }

    a:link {
        color: #06c;
        font-weight: bold;
        text-decoration: underline;
    }

    .subheader-title { font-size: 14pt !important; }

    .subheader-title small { font-size: 12pt !important; }

    h1, h2, h3, h4, h5, h6 { font-weight: bold !important; }

    .page-sidebar,
    .btn,
    .page-header,
    .page-footer { display: none !important; }

    .page-wrapper,
    .page-content,
    .container.card {
        border: 0 !important;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .panel-header > * { font-weight: bold !important; }

    .card.panel { border-color: #333 !important; }

    .clearfix:after {
        clear: both;
        content: '';
        display: table;
    }
}

/* #OVERRIDE - You can override any of the variables through this file
========================================================================== */