/* OVERRIDES */
html {
	font-size: 12px;
}
body {
	overflow-x: hidden;
}
hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.content-wrapper {
	min-height: auto !important;
	padding-bottom: 2.5rem;
}
.swal2-container {
	z-index: 10036 !important;
}
.swal2-popup.swal2-toast .swal2-title {
	margin-left: 10px;
}
.card-header > .card-tools {
	margin-top: -0.25rem;
	margin-bottom: -0.25rem;
}
.card-title {
	font-size: 1.4rem;
}
.card-footer {
	padding: 0.75rem;
}
.table-data td,
.table-data th {
	padding: 0.3rem 0.5rem;
}
.modal-content {
	border: 0;
	border-radius: 0.5rem;
}
.modal-header {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.45rem;
}
.modal-footer {
	justify-content: flex-end !important;
}
table thead th {
	text-transform: uppercase;
}
.select2 {
	width: 100%;
}
.select2-container--default .select2-selection--single {
	padding: 4px 12px;
}
.content-header {
	padding: 15px 15px 10px;
}
.content-header .breadcrumb {
	font-size: 1.2rem;
}
.info-container {
	display: none !important;
}
.bootstrap-duallistbox-container option {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
.bootstrap-duallistbox-container option:last-child {
	border-bottom: 0;
}
.bootstrap-duallistbox-container .btn-group {
	display: none;
}
form .note-editor.note-frame .note-editing-area .note-editable {
	min-height: 200px;
}
.badge {
	padding: 0.4em 0.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar-portal .dropdown-toggle::after {
	margin-left: 1em;
}
.timeline > div > .timeline-item > .timeline-header {
	background: rgba(0, 0, 0, 0.03);
}
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.05) !important;
}
.table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0, 0, 0, 0.025);
}
.table-striped tbody tr.row-disabled {
	background-color: rgba(0, 0, 0, 0.01) !important;
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	margin-top: -5px;
}
.select2-container--default .select2-results__option {
	padding: 3px 10px;
}
.user-panel img {
	width: 25px;
	height: 25px;
}
.nav-treeview {
	-webkit-transition: margin 250ms ease;
	-moz-transition: margin 250ms ease;
	-o-transition: margin 250ms ease;
	transition: margin 250ms ease;
}
.nav-treeview > li {
	padding-left: 1rem;
}
.nav-treeview > li a {
	width: 100% !important;
}
.nav-sub {
	background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-collapse .nav-treeview {
	margin-left: 0;
}
.sidebar-collapse .sidebar:hover .nav-treeview {
	margin-left: 1rem;
}
.nav-sidebar .nav-treeview {
	padding-bottom: 0.1rem;
}
.menu-open > a.active {
	background-color: #007bff !important;
    color: #fff !important;
}
.main-sidebar,
.main-sidebar::before,
.content-wrapper,
.main-footer,
.main-header {
	transition: none;
}
select.btn {
	text-align: left;
}
.nav-item .nav-link {
	font-size: 14px;
}
.nav-sidebar > .nav-item .nav-icon {
	margin-right: 0.4rem;
	font-size: 1.2rem !important;
}
.nav-item .badge {
	float: right;
}
.form-group img {
	max-width: 100%;
}
.select2-container--default .select2-selection--multiple {
	height: auto;
	min-height: calc(2.25rem + 2px);
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
	top: 0.3rem;
}
.toast-message {
	font-size: 1.2rem;
}

/* GENERAL */
.clear {
	clear: both;
	display: block;
}
.btn-clear-roles {
	text-transform: uppercase;
}
#loader {
	display: none;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.25);
	z-index: 10000;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10001;
	background-color: rgba(255,255,255,0.75);
}
.loading img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
	animation: logo-spin 1s linear infinite;
	transform: translateZ(0); 
}
@keyframes logo-spin {
  0% {
    transform: rotateY(0deg); 
  }
  100% {
    transform: rotateY(360deg); 
  }
}
.server-date {
	margin-top: 5px;
	margin-bottom: 0;
}
.logged-branch {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 0;
}
textarea {
	resize: none;
}
.checkbox-control {
	position: relative;
	margin-bottom: 0;
	padding-left: 28px;
	cursor: pointer;
	border: 0;
	font-weight: 400 !important;
}
.checkbox-control:hover {
	background: rgba(0, 0, 0, 0.05);
}
.checkbox-control input {
	position: absolute;
	top: 8px;
	left: 8px;
}
.input-label {
	font-size: 1.3rem;
}
.numcomm-err-msg {
	display: none;
	margin-bottom: 0;
}
.error-page {
	padding: 5rem;
	width: 100%;
}
.error-page > .headline {
	line-height: 1;
}
.error-page > .error-content {
	padding-top: 1.6rem;
}
.btn-back-to-top {
	position: fixed;
	bottom: 2.6rem;
	right: 1.4rem;
	background: #fff;
	border-radius: 100%;
	font-size: 3rem;
	color: #666;
	line-height: 1.2;
	opacity: 0;
	z-index: -100;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-back-to-top.show {
	opacity: 1;
	z-index: 100;
}

.hidden-sort-number {
	display: inline-block;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.notifications-wrapper {
	border-bottom: 1px solid #ddd;
}
.notifications-wrapper a {
	display: block;
	padding: 0.5rem;
	border-bottom: 1px solid #ccc;
	color: #333;
	line-height: 1.2;
	font-size: 1rem;
}
.notifications-wrapper a:last-child {
	border-bottom: 0;
}
.notifications-wrapper a:hover {
	background-color: rgba(0,0,0,0.05);
}

.show-hide-password-wrapper {
	margin-right: 1px;
}
.show-hide-password-wrapper,
.show-hide-password-wrapper * {
	cursor: pointer;
}
.show-hide-password-wrapper label {
	margin-bottom: 0;
}
.show-hide-password-wrapper input {
	display: none;
}

/* HEADER */
.btn-sidebar-toggle i {
	display: none;
}
.btn-sidebar-toggle i:first-child {
	display: inline-block;
}
.btn-sidebar-toggle.open i:first-child {
	display: none;
}
.btn-sidebar-toggle.open i:last-child {
	display: inline-block;
}
/* .nav-item-branch-select {
	margin-right: 1rem !important;
} */
.time-in-out a span {
	display: none;
	margin-left: 1rem;
}

@media screen and (max-width: 425px) {
	/* .main-header .navbar-nav {
		flex-direction: column;
	} */
	.main-header .navbar-nav {
		display: block;
	}
}
@media screen and (max-width: 576px) {
	.navbar-nav {
		width: 100%;
	}
	.navbar-nav:first-child .nav-item:first-child {
		width: 100%;
	}
	.navbar-nav:last-child .time-in-out {
		width: 100%;
	}
	.time-in-out > span {
		display: block;
        padding: 0.5rem;
		width: 100%;
        text-align: center;
	}
	.time-in-out a span {
		display: inline-block;
	}
	.navbar-nav:last-child .nav-item:first-child a {
		width: 100%;
	}
	.navbar-nav:last-child .nav-item {
		align-self: center;
	}
	.d-flex {
		flex-direction: row;
		justify-content: space-between;
	}
	.navbar-nav:first-of-type > .nav-item:nth-child(2) {
		margin-right: 0 !important;
	}
	.navbar-nav:first-of-type > .nav-item:nth-child(2),
	.navbar-nav:first-of-type > .nav-item:nth-child(5) {
		padding: 0.5rem 0;
	}
	.navbar-nav:last-of-type > .nav-item {
		padding: 0.5rem 0;
	}
	.nav-item-sidebar-toggle {
		display: block;
		float: left;
		margin-top: 5px !important;
		width: 34px !important;
	}
	.nav-item-branch-select {
		display: block;
		float: left;
		margin-right: 0 !important;
		width: calc(100% - 34px) !important;
	}
	.nav-item-sitewide-search {
		clear: both;
		display: block;
		margin-bottom: 0.5rem !important;
	}
}

/* TABLE DATA */
.table-data .user-photo {
	margin-top: -0.3rem;
	margin-bottom: -0.3rem;
	margin-left: -0.5rem;
	margin-right: 0.5rem;
	width: 25px;
	height: 25px;
}
.table-data.with-options tbody tr td:last-child a {
	margin-right: 5px;
}
.table-data.with-options tbody tr td:last-child a:last-child {
	margin-right: 0;
}
.table-data.with-options a {
	width: 20px;
}
.system-log-table td:last-child {
	width: 120px;
}
.data-filter-tab {
	margin-top: -8px;
}
.table-responsive.with-y-scroll {
	max-height: 500px;
	overflow-y: auto;
}

/* PERMISSIONS LIST */
.permissions-list,
.permissions-group {
	margin: 0;
	padding: 0;
}
.permissions-list li,
.permissions-group li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.permissions-list > li {
	clear: both;
	border-right: 1px solid #eee;
}
.permissions-list > li:last-child {
	border-right: 0;
}
.permissions-group {
	overflow: hidden;
}
.permissions-group > li {
	clear: left;
	float: left;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
}

/* PROFILE */
.profile-header {
	overflow: hidden;
}
.profile-cover {
	padding: 5rem;
	background: #fc0;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.profile-photo {
	float: left;
	margin: -75px 0 0 1rem;
	width: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.profile-photo img {
	width: 150px;
	height: 150px;
}
.profile-fullname {
	float: left;
	padding: 0.5rem 1rem;
	font-size: 2rem;
	font-weight: 600;
}

/* INTELLISENSE */
.intellisense {
	position: relative;
	padding: 0.375rem 0.75rem;
	height: calc(2.25rem + 2px);
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	color: #495057;
}
.intellisense > span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.375rem 0.75rem;
}
.intellisense-placeholder {
	color: #777;
}
.intellisense-search {
	display: none;
	position: absolute;
	top: calc(2.25rem + 2px);
	left: 0;
	right: 0;
	z-index: 100;
	margin: -2px -1px -1px;
	padding: 0.375rem 0.75rem;
	height: calc(2.25rem + 2px);
	border: 1px solid #ced4da;
	outline: none;
}
.intellisense-suggest {
	display: none;
	position: absolute;
	top: calc((2.25rem + 2px) * 2);
	left: 0;
	right: 0;
	z-index: 100;
	margin: -3px -1px -1px;
	background: #fff;
	border: 1px solid #ced4da;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.intellisense-suggest-item {
	padding: 0.375rem 0.75rem;
	border-bottom: 1px solid #eee;
	color: #333;
	cursor: pointer;
}
.intellisense-suggest-item:hover {
	background: #eee;
	color: #000;
	font-weight: 600;
}
.intellisense-suggest-item:last-child {
	border-bottom: 0;
}
.intellisense-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

/* COMPONENTS */
.info-pill {
	padding: 1rem;
	border: 1px solid #eee;
	border-radius: 0.5rem;
}

/* WIDTHS */
.w15 { width: 15px !important; }
.w30 { width: 30px !important; }
.w40 { width: 40px !important; }
.w50 { width: 50px !important; }
.w60 { width: 60px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important; }
.w120 { width: 120px !important; }
.w150 { width: 150px !important; }
.w170 { width: 170px !important; }
.w200 { width: 200px !important; }
.w250 { width: 250px !important; }
.w300 { width: 300px !important; }
.w350 { width: 350px !important; }
.mw15 { min-width: 15px !important; }
.mw30 { min-width: 30px !important; }
.mw40 { min-width: 40px !important; }
.mw50 { min-width: 50px !important; }
.mw60 { min-width: 60px !important; }
.mw80 { min-width: 80px !important; }
.mw90 { min-width: 90px !important; }
.mw100 { min-width: 100px !important; }
.mw120 { min-width: 120px !important; }
.mw150 { min-width: 150px !important; }
.mw170 { min-width: 170px !important; }
.mw200 { min-width: 200px !important; }
.mw250 { min-width: 250px !important; }
.mw300 { min-width: 300px !important; }
.mw350 { min-width: 350px !important; }
.mw1200 { min-width: 1200px !important; }
.mw1500 { min-width: 1500px !important; }
.w10p { width: 10% !important; }
.w20p { width: 20% !important; }
.w25p { width: 25% !important; }
.w30p { width: 30% !important; }
.w33p { width: 33% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w100p { width: 100% !important; }

.name-readonly {
	background-color: #ffffff !important;
}
.na-strike {
	text-decoration: line-through;
	opacity: 0.5;
}

.text-lightgray {
	color: #bbb !important;
}

@media screen and (max-width: 768px) {
	.server-info {
		display: none;
	}
	.sitewide-search {
		margin-left: 0 !important;
	}
}

/* SCREEN LOCK */
#screen-lock {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: rgba(255,255,255,0.9);
	-webkit-backdrop-filter: blur(5px);
  	backdrop-filter: blur(5px);
}
#screen-lock .whealth-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.4rem;
	text-align: center;
}
#screen-lock .whealth-logo img:first-child {
	margin-bottom: 5rem;
}

/* FORM CONTROL2 */
.form-control2 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: none;
}