body,
html {
	padding-top: 28px;
}

input.form-control[type="text"],
input.form-control[type="password"] {
	padding-left: 32px;
	outline: none;
}

input.form-control:focus {
	box-shadow: 0px 0px 8px 0px rgba(134, 183, 254, 0.2) !important;
}

.input-icon {
	position: absolute;
	z-index: 9;
	display: block !important;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 38px !important;
	text-align: center;
	pointer-events: none;
	color: #aaa;
	transition: all 0.5s;
	top: 1px;
}
.input-icon.focused { color: #000; }

.UI_TagContainer {
	padding: .375rem .5rem;
	background: #fff;
	border-radius: 0.375rem;
	border: 1px solid #dee2e6;
	cursor: text;
}

.UI_TagContainer .UI_tagInput {
	border: none;
}
.UI_TagContainer .UI_tagInput:focus {
	outline: none;
}

.UI_TagContainer .UI_TagItem {
	display: inline-block;
	background: #0000ff;
	color: #fff;
	border-radius: 5px;
	margin-right: 3px;
	padding: 1px 7px;
}

.UI_TagItem .UI_TagItemCloseButton {
	margin-left: 4px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.UI_TagItem .UI_TagItemCloseButton:hover {
	color: #ccc;
}

.UI_TagContainer .UI_TagsContainer {
	display: inline-block;
}

.UI_TagContainer .UI_TagListContainer {
	display: none;
	position: absolute;
	background: #fff;
	width: 300px;
	max-height: 300px;
	border: 1px solid #ccc;
	overflow-y: scroll;
	z-index: 9999;
}
.UI_TagContainer .UI_TagListContainer.show {
	display: block;
}

.UI_TagListContainer .UI_TagListItem {
	padding: 4px 5px;
	cursor: pointer;
}

.UI_TagListContainer .UI_TagListItem.selected {
	background: #e9e9e9;
}

@media (max-width: 991.98px) {
	.navbar-toggler {
		outline: none;
	}
	.navbar-toggler .fas {
		transition: width .2s, height .2s, color .2s, transform .2s;
		color: #fff !important;
	}
	.navbar-toggler .fas.p180 {
		transform: rotate(180deg);
		color: #474747;
	}
	.navbar-toggler .fas.m180 {
		transform: rotate(0deg);
		color: #474747;
	}
	.nav-toggle-btn {
		display: block;
		position: absolute;
		top: 28px;
		left: 17px;
		cursor: pointer;
	}
	.nav-toggle-btn .nav-toggle {
		display: block;
		background: no-repeat center center;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
		height: 70px;
		width: 70px;
		
	}
	
	.offcanvas-collapse-header {
		display: block;
		padding: 14px;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 60px; /* Height of navbar */
		right: -400px;
		width: 70%;
		padding-right: 1rem;
		padding-left: 1rem;
		font-size: 22px;
		overflow-y: auto;
		padding: 0;
		box-sizing: border-box;
		border: 0;
		background-color: #fff;
		max-height: 100%;
		transition: all .2s ease;
		height: 100%;
		min-height: 100%;
		visibility: hidden;
		-webkit-box-shadow: -3px 6px 8px 0px rgba(34, 60, 80, 0.2);
		-moz-box-shadow: -3px 6px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: -3px 6px 8px 0px rgba(34, 60, 80, 0.2);		
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translate(-400px, 0);
	}
	li.nav-item {
		border-bottom: 1px solid #d3d3d3;
	}
	li.nav-item.last { border: 0; }
	li.nav-item a {
		display: block;
		color: #000 !important;
		padding: 6px 8px !important;
		text-transform: none;
	}
	li.nav-item.active {
		border-left: 4px solid;
		background: #82828226;
	}
	li.nav-item.active a {

	}
}