/*<style>*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-ligatures: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100%;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 13px;
	background-color: #efeff5;
}

body.night-mode {
	background-color: #454d54;
}

body.print-mode {
	background-color: white;
}

header {
	height: 180px;
}
main {
	flex-grow: 1;
}
header, main, footer {
	flex-shrink: 0;
}
b, strong {
	font-weight: 400;
}
button {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 13px;
}

a:not(.btn), a:not(.btn):visited, .link {
	color: #1485bf;
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active, a:not(.btn):active:focus, .link:hover {
	color: #1272a2;
}

.ui-state-default:not(.btn), .ui-widget-content .ui-state-default:not(.btn) {
	color: #454545;
}

.ui-state-active:not(.btn), .ui-widget-content .ui-state-active:not(.btn) {
	color: #fff;
}

.ui-state-highlight:not(.btn), .ui-widget-content .ui-state-highlight:not(.btn) {
	color: #777620;
}

.hide-576 {
	display: none;
}

.text-brand {
	color: #1485bf!important;
}

.btn, .nav-link {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.btn-bold {
	font-weight: 400;
}
.btn.btn-upper {
	text-transform: uppercase;
}
.btn.btn-lower {
	text-transform: lowercase;
}
.btn.btn-font-sm {
	font-size: .7rem;
	padding: .65rem 1rem;
}
.btn.btn-font-md {
	font-size: 1rem;
}
.btn.btn-font-lg {
	font-size: 1.1rem;
}
.btn.btn-icon-text > i {
	font-size: 1rem;
	vertical-align: bottom;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
	color: #fff !important;
	background-color: #1485bf;
	border-color: #1485bf;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #1272a2;
	border-color: #1272a2;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.1rem rgba(38,143,255,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.btn-outline-primary, .btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #1485bf !important;
	border-color: #1485bf;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff !important;
	background-color: #1485bf;
	border-color: #1485bf;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.1rem rgba(38,143,255,.5);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.btn-brand {
	color: #fff !important;
	background-color: #1485bf;
	border-color: #1485bf;
}
.btn-brand:hover, .btn-brand:not(:disabled):not(.disabled).active, .btn-brand:not(:disabled):not(.disabled):active, .show>.btn-brand.dropdown-toggle {
	color: #fff !important;
	background-color: #1272a2;
	border-color: #1272a2;
}
.btn-brand.focus, .btn-brand:focus {
	box-shadow: 0 0 0 0.1rem rgba(38,143,255,.5);
}
.btn-brand:not(:disabled):not(.disabled).active:focus, .btn-brand:not(:disabled):not(.disabled):active:focus, .show>.btn-brand.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.btn-brand-outline {
	color: #aeb2b7 !important;
	background-color: #fff;
	border-color: #e0e9e6;
}
.btn-brand-outline:hover, .btn-brand-outline:not(:disabled):not(.disabled).active, .btn-brand-outline:not(:disabled):not(.disabled):active, .show>.btn-brand-outline.dropdown-toggle {
	color: #fff !important;
	background-color: #1485bf;
	border-color: #1485bf;
}
.btn-brand-outline.focus, .btn-brand-outline:focus {
	box-shadow: none;
}
.btn-brand-outline:not(:disabled):not(.disabled).active:focus, .btn-brand-outline:not(:disabled):not(.disabled):active:focus, .show>.btn-brand-outline.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.btn-brand-clear {
	color: #aeb2b7 !important;
	background-color: transparent;
	border-color: transparent;
}
.btn-brand-clear:hover, .btn-brand-clear:not(:disabled):not(.disabled).active, .btn-brand-clear:not(:disabled):not(.disabled):active, .show>.btn-brand-clear.dropdown-toggle {
	color: #1485bf !important;
	background-color: transparent;
	border-color: transparent;
}
.btn-brand-clear.focus, .btn-brand-clear:focus {
	box-shadow: none;
}
.btn-brand-clear:not(:disabled):not(.disabled).active:focus, .btn-brand-clear:not(:disabled):not(.disabled):active:focus, .show>.btn-brand-clear.dropdown-toggle:focus {
	box-shadow: none;
}

.bg-dark {
	/*background-color: #1f2933*/
}
.link:hover, a:not(.btn) > i:hover {
	cursor: pointer;
	color: #1272a2;
}
.page-item.active .page-link {
	background-color: #1485bf;
	border-color: #1485bf;
	color: white;
}
.page-link:hover {
	color: #1272a2;
}

table td.click:hover {
	background-color: #cecece;
}

.simplebar-init {
	overflow-y: scroll;
}

.simplebar-scrollbar:before {
	background: #1485bf;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.4;
}

.img-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	padding: 2px;
	background-color: #fff;
}
.dropdown-item > a > .img-icon {
	margin: 0 16px 0 2px;
	text-align: center;
	vertical-align: middle;
}

/*
.scroll-brand {
	overflow-y: hidden;
	padding-right: 0.5em;
	scrollbar-face-color: slategray;
	scrollbar-track-color: #b8c0c8;
}
@supports (-moz-appearance:none) {
	.scroll-brand {
		padding-right: 1.32em;
	}
}
.scroll-brand:hover {
	overflow-y: scroll;
	padding-right: 0;
}
.scroll-brand::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
}
.scroll-brand::-webkit-scrollbar-thumb {
	background-color: rgba(20, 133, 191, 0.4);
	border-radius: 0.5em;
}
.scroll-brand::-webkit-scrollbar-track {
	background-color: transparent;
}
*/

.form-control.form-control-underline {
	border: none;
	border-bottom: 2px solid #aeb2b7;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.form-control.form-control-underline:focus {
	border-bottom: 2px solid #1485bf;
}

.form-tooltip-icon {
	cursor: help;
	color: orange;
}

#content {
	padding: 20px;
}

.dropdown-item.active, .dropdown-item:active {
	color: #16181b;
	background-color: #f8f9fa;
}

.system_box {
	background-color: #e0e0e0;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #b0b0b0;
	border-radius: 6px;
}

.scroll-x-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.module-viewlist-table {
	white-space: nowrap;
}

.module-plugin-container {
	margin-right: auto;
	margin-left: auto;
}

.module-plugin-container .card-header a {
	white-space: normal;
}

.module-plugin-data-table {
	margin-bottom: 0;
}

.module-plugin-dynamic-add-button-container {
	margin-top: 1rem;
}

.module-plugin-data-table-container select {
	min-width: 100px;
}

.module-plugin-data-table-container textarea {
	min-width: 250px;
}

.module-plugin-data-table-container div.cke {
	min-width: 450px;
}

.popup {
	position: absolute;
	padding: 10px;
	margin-top: 6px;
	max-width: 100%;
	height: auto;
	z-index: 10;
	background-color: white;
	border: 1px solid #b0b0b0;
	display: none;
	border-radius: .25rem;
	text-align: left;
}

.lookup-container {
	position: absolute;
	padding: 10px;
	margin-top: 6px;
	max-width: 100%;
	height: auto;
	z-index: 10;
	background-color: #e0e0e0;
	border: 1px solid #b0b0b0;
	display: none;
	border-radius: .25rem;
	text-align: left;
}

.lookup-container table {
	background-color: white;
}

.lookup-results table {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 0;
}

.lookup-results table table {
	margin-top: 0;
}

.lookup-results-row {
	margin-top: 8px;
	padding: 4px 10px;
	border-radius: .25rem;
	background-color: #cecece;
	border: 1px solid #b0b0b0;
}

.lookup-results-row:hover {
	background-color: white;
	cursor: pointer;
}

.lookup-results ul.pagination {
	margin-top: 1rem;
}

div.disabled:hover {
	cursor: no-drop;
	opacity: .65;
}

table.table > thead > tr {
	background-color: white !important;
}

table.table table.table {
	margin-bottom: 0;
}

tr.module-form-item-total-row .form-group {
	margin-right: 3.6em;
}

.costbutton {
	padding: 5px 15px 5px 15px;
	border: 1px solid blue;
	background: #CCCCFF;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

.costbutton img {
	width: 12px;
	height: 12px;
}

.module-view-row-col-container {
	border-bottom: 1px dotted silver;
	padding-bottom: 0;
	margin-bottom: 0;
}

.module-view-row-col-container label {
	font-weight: 400;
}

.module-view-row-col {
	margin-bottom: .5rem;
}

.module-view-row-data {
	text-align: right;	
}

.img-thumb-small {
	max-width: 30px;
	max-height: 15px;
	border: 1px solid silver;
}

.img-thumb {
	max-width: 100px;
	max-height: 100px;
	border: 1px solid silver;
}

.dataTables_filter_btn {
	margin-left: 5px;
	margin-bottom: .36rem;
}

ul.tree-items, ul.tree-items li {
	list-style: none;
	margin: 0;
	padding: 0;
}

li > div.tree-items-container > ul.tree-items {
	padding-left: 1em;
}

ul.tree-items .action-btn-container i {
	margin-right: 3px;
	margin-left: 0;
}

.tree-cat-icon {
	color: #1485bf;
}

.tree-cat > .fa-angle-right {
	margin-right: 3px;
}

ul.tree-items li.tree-cat.empty, ul.tree-items li.tree-item {
	margin-left: 9.5px;
}

.tree-links {
	margin-left: 3px;
	display: none;
}

.tree-extra {
	margin-left: 3px;
}

.btn-toggler {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	background: 0 0;
	outline: 0!important;
	width: 24px;
	height: 24px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn-toggler > span {
	display: block;
	position: absolute;
	top: 10px;
	height: 3px;
	min-height: 3px;
	width: 100%;
	background-color: #6c757d;
	border-radius: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn-toggler > span::before, .btn-toggler > span::after {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	min-height: 3px;
	content: "";
	background-color: #6c757d;
	border-radius: 2px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btn-toggler > span:before {
	top: -9px;
	left: auto;
	right: 0;
	width: 50%;
}
.btn-toggler > span:after {
	bottom: -9px;
	left: auto;
	right: 0;
	width: 75%;
}
.btn-toggler:hover > span, .btn-toggler:hover > span::before, .btn-toggler:hover > span::after {
	width: 100%;
	background-color: #1485bf;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.breadcrumb {
	background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.8rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #d4dcde;
	padding: 0;
	margin: 0 0.8rem 0.1rem 0;
}
.breadcrumb-item > a:hover {
	color: #1485bf;
	text-decoration: none;
}

.navbar {
	padding: 0;
}
header > .navbar {
	height: 60px;
}
.navbar-subtop {
	z-index: 1030;
	border-bottom: 1px solid #cdd3d4;
	padding: 0 15px;
}
.navbar-subtop.fixed-top {
	top: 60px;
	height: 120px;
}
.navbar-top .navbar-brand {
	padding: 12px 20px;
	height: 60px;
}
.navbar-top .navbar-brand > img {
	height: 100%;
}
header .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
header .navbar-nav.navbar-mobile-actions {
	display: flex;
}
header .navbar-nav.navbar-mobile-actions button.nav-link {
	font-size: 1.4rem;
	color: #7d8e90;
	padding: 0.5rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	background-color: transparent;
	border: none;
	outline: 0;
}
.navbar-top-menu {
	display: none;
}
.navbar-top-menu .nav-item {
	padding: 0;
}
.navbar-top-menu .nav-link {
	padding: 0.75rem 1.1rem;
	border-radius: 4px;
	font-size: 0.65rem;
}

.dropdown-menu {
	padding: 20px 0;
	border-radius: 0;
	min-width: 260px;
	font-size: 0.85rem;
}
.dropdown-menu > .dropdown {
	position: relative;
}
.dropdown-menu > .dropdown a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: .9rem;
	top: 10px;
}
.dropdown-toggle::after {
	margin-left: 0.3rem;
	border: 0;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	color: #7d7c8f;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate3d(0,0,0);
}
.dropdown-toggle.no-caret::after {
	display:none;
}
.dropdown-toggle:hover::after, .dropdown.show > .dropdown-toggle::after, .dropdown-item:hover > .dropdown-toggle::after {
	color: inherit;
}
.dropdown-menu > .dropdown .dropdown-menu {
	top: -23px;
	left: 100%;
}
.dropdown-menu > .dropdown .dropdown-menu.dropdown-menu-right {
	left: auto;
	right: 100%;
}

.dropdown-item {
	padding: 0;
}
.dropdown-item > a:not(.btn),
.dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a:not(.btn) {
	display: block;
	padding: 10px 30px;
	color: #5f6281;
	font-weight: 300;
	font-size: 0.8rem;
}
.dropdown-item:hover > a,
.dropdown-item:hover > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a {
	color: #1485bf;
	text-decoration: none;
}
.dropdown-item > a > i,
.dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a > i {
	font-size: 1.1rem;
	vertical-align: middle;
	color: #b9bdc1;
	margin-right: 14px;
}
.dropdown-item:hover > a > i,
.dropdown-item:hover > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a > i {
	color: #1485bf;
}

.navbar-top-menu > .dropdown > .dropdown-menu {
	margin-top: 20px;
	border-top: none;
}
.navbar-top-actions .nav-item:not(.navbar-top-profile) .nav-link {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 300;
}

header .navbar-dark .navbar-nav .nav-link:hover, header .navbar-dark .navbar-nav .nav-link:hover {
	background-color: #26252d;
	color: #fff;
}
.navbar-top-actions, .navbar-mobile-actions {
	padding-right: 15px;
}
.navbar-top-profile .nav-link {
	padding: 8px 0.5rem;
}
.navbar-top-profile i {
	vertical-align: middle;
	margin-left: 0;
	font-size: 2.14rem;
}
.navbar-top-actions {
	display: flex;
	position: fixed;
	top: 180px;
	left: 0;
	right: 0;
	height: 50px;
	margin-top: -50px;
	webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navbar-top-actions.navbar-top-actions--active {
	margin-top: 0;
	webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.navbar-top-actions.justify-content-end {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.navbar-top-actions > .dropdown > .dropdown-menu {
	margin-top: 17px;
	border-top: none;
}

.navbar-quick-actions > .dropdown > .dropdown-menu {
	margin-top: 11px;
	border-top: none;
}
.navbar-quick-actions .btn > span {
	display: none;
}

#quick-lookup-dropdown {
	position: fixed;
	top: 213px;
	left: 0;
	right: 0;
	justify-content: flex-end;
}
#quick-lookup-dropdown.dropdown-menu.show {
	display: flex;
}
.quick-lookup {
	position: relative;
	margin: 0 1rem;
	width: 100%;
}
.quick-lookup-prepend {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 4;
    color: #8e959b;
}
.quick-lookup-input {
	padding-left: 24px;
}
.quick-lookup .input-group-append {
	margin-left: 2px;
}

#content.container-fluid, footer > .container-fluid {
	max-width: 1380px;
}
footer {
	padding: 12px 0;
	background-color: #343a40;
}
.card-header {
	/*
	background-color: #fff;
	border-bottom: 1px solid #ebedf2;
	*/
	text-align: left;
}
.card-header > h3, .module-header-title {
	font-size: 1.1rem;
	margin-bottom: 0;
}
.aside-window--overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1030;
	background-color: rgba(0, 0, 0, 0.1);
}
.aside-window {
	z-index: 1031;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	width: 318px;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: left 0.3s ease, right 0.3s ease;
	transition: left 0.3s ease, right 0.3s ease;
	left: -445px;
}
.aside-window.aside-window--right {
	right: -445px;
	left: auto;
}
.aside-window.aside-window--active {
	opacity: 1;
	left: 0;
}
.aside-window.aside-window--right.aside-window--active {
	right: 0;
	left: auto;
}
.aside-window > .card {
	border-radius: 0;
	height: 100%;
}
.aside-window .card-header {
	padding: 0.85rem 1.25rem;
}
.aside-window .card-body {
	overflow: auto;
}

.scrolltop {
	position: fixed;
	right: 20px;
	bottom: 40px;
	cursor: pointer;
	background-color: #1485bf;
	color: #fff;
	padding: 10px 18px;
	border-radius: 4px;
	opacity: 0.3;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.scrolltop:hover {
	opacity: 1;
}

.notifications--unread {
	position: relative;
}
.notifications--unread::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	border-radius: 50%;
	background-clip: padding-box;
	background-color: #1485bf;
}
.navbar-top-profile--welcome {
	font-size: 0.8rem;
	font-weight: 400;
	color: #7f7d90;
	margin-right: 4px;
}
.navbar-top-profile--username {
	font-weight: 400;
}

.nav-breadcrumb .breadcrumb {
	margin-bottom: 0;
}
.nav-breadcrumb .breadcrumb-item.active {
	color: #3b5c7d;
	font-weight: 400;
}

.aside-window--menu {
	font-size: 0.9rem;
}
.aside-window--menu .nav-item {
	display: block;
	width: 100%;
	padding: 0;
	font-weight: 400;
	color: #212529;
}
.aside-window--menu .nav-item a {
	display: block;
	padding: 10px;
	color: #5f6281;
}
.aside-window--menu .nav-item:hover > a {
	background-color: #f8f9fa;
	color: #1485bf;
	text-decoration: none;
}
.aside-window--menu .dropdown-item > a {
	padding-left: 10px;
}
.aside-window--menu .dropdown-item:hover > a {
	color: #1485bf;
}
.aside-window--menu .dropdown-item > a::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #cacad7;
	border-radius: 50%;
	margin-right: 20px;
	vertical-align: middle;
}
.aside-window--menu .dropdown-item:hover > a::before {
	background-color: #1485bf;
}
.aside-window--menu .dropdown-toggle::after {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px 18px;
	margin: 0;
	border: 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	color: #cacad7;
	font-size: 0.7rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate3d(0,0,0);
}
.aside-window--menu .nav-item:hover > a.dropdown-toggle::after {
	color: #1485bf;
}
.aside-window--menu .dropdown.show > .dropdown-toggle::after  {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.aside-window--menu .dropdown-menu > .dropdown a::after {
	transform: initial;
	position: absolute;
	right: 0;
	top: 0;
}
.aside-window--menu .dropdown-menu {
	position: relative !important;
	border: none;
	padding: 0;
}
.aside-window--menu .dropdown-menu > .dropdown .dropdown-menu {
	top: 100%;
	left: 0;
}

.profile-card {
	border: 0;
}
.profile-card .card-img {
	max-width: 100px;
}
.profile-card .card-body {
	padding: 0 0 1rem 0;
}
.profile-card .card-title {
	font-size: 1rem;
	margin-bottom: 0;
}
.dropdown.menu-type-multi > .dropdown-menu {
	padding: 0;
}
.dropdown.menu-type-multi.menu-type-multi--fixed > .dropdown-menu {
	position: fixed;
	top: 80px;
	left: 0;
	right: auto;
	margin: 0;
}
.dropdown.menu-type-multi > .dropdown-menu.show {
	display: flex;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item {
	background-color: #fff;
	border-right: 1px solid #eee;
	min-width: 260px;
	max-height: calc(100vh - 80px);
	padding: 20px 0;
	overflow-y: auto;
	overflow-x: hidden;
}
.dropdown.menu-type-multi.menu-type-multi--fixed > .dropdown-menu > .dropdown-item {
	max-height: calc(100vh - 90px);
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > a,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a {
	font-size: 0.9rem;
	font-weight: 400;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item:focus,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item:hover,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > .dropdown-item:focus,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > .dropdown-item:hover {
	color: inherit;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > a:hover,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a:hover {
	cursor: default;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > a::after,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown-item > .simplebar-wrapper > .simplebar-mask > .simplebar-offset > .simplebar-content-wrapper > .simplebar-content > a::after,
.dropdown.menu-type-multi > .dropdown-menu > .dropdown a::after {
	display: none;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown .dropdown-menu {
	position: relative;
	display: block;
	top: initial;
	left: initial;
	right: initial;
	border: none;
	padding: 0;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown .dropdown-menu a::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 1px;
	background-color: #cacad2;
	vertical-align: middle;
	margin-right: 11px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.dropdown.menu-type-multi > .dropdown-menu > .dropdown .dropdown-menu a:hover::before {
	background-color: #1485bf;
}

.dropdown.menu-type-multi > .dropdown-menu > .dropdown .dropdown-menu > .dropdown > a.dropdown-toggle {
	font-weight: 400;
	cursor: initial;
}

.dropdown.menu-type-multi > .dropdown-menu > .dropdown .dropdown-menu > .dropdown .dropdown-item {
	margin-left: 15px;
}

.navbar-nav.navbar-top-actions .dropdown-menu, .navbar-subtop .navbar-nav .dropdown-menu {
	position: absolute;
}

#navbarBBTabs .dropdown-menu {
	width: 500px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.hide-576 {
		display: initial;
	}
	.aside-window {
		width: 445px;
	}
	.aside-window--menu .nav-item a {
		padding: 10px 30px;
	}
	.aside-window--menu .dropdown-item > a {
		padding-left: 50px;
	}
	.navbar-top-actions.justify-content-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.nav-breadcrumb {
		margin-left: 1.5rem;
		margin-right: auto;
	}
	
	div.form-group .bb-form-readonly-value {
		padding-top: calc(.375rem + 1px);
	}
}
@media (min-width: 768px) {
	.btn.btn-icon-text > i {
		margin-right: 0.3rem;
	}
	.navbar-quick-actions .btn > span {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.aside-window .card-header {
		padding: 1.4rem 1.25rem;
	}
	.navbar-expand-lg {
		justify-content: space-between;
	}
	.quick-lookup {
	max-width: 40%;
	max-width: 40vw;
	}
}
@media (min-width: 1200px) {
	header {
		height: 140px;
	}
	header > .navbar.navbar-top {
		height: 80px;
	}
	.navbar-subtop {
		z-index: 1029;
		padding: 0 30px;
	}
	.navbar-subtop.fixed-top {
		top: 80px;
		height: 60px;
	}
	.navbar-top .navbar-brand {
		/*background-color: #1485bf;*/
		padding: 16px 20px;
		height: 80px;
	}
	header .navbar-top-menu {
		display: flex;
	}
	header .navbar-nav.navbar-mobile-actions {
		display: none;
	}
	.navbar-top-actions {
		position: relative;
		top: initial;
		margin-top: initial;
	}
	.navbar-top-profile .nav-link {
		padding: 23px 0.5rem;
	}
	.navbar-top-profile i {
		margin-left: 5px;
	}
	#quick-lookup-dropdown {
		top: 123px;
	}
}
@media (min-width: 1440px) {
	.navbar-top-menu .nav-item {
		padding: 0 0.25rem;
	}
	.navbar-top-menu .nav-link {
		font-size: inherit;
	}
}

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}
@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}	
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}
.slideIn {
	-webkit-animation-name: slideIn;
	animation-name: slideIn;
}