[uib-typeahead-popup].dropdown-menu {
	width: calc(100% - 30px);
}

li.uib-typeahead-match.active a {
	background-color: var(--primary);
}

.uib-datepicker-popup {
	padding: 10px;
}

[uib-daypicker] table svg {
	width: 12px;
	height: 12px;
}

.uib-tab.nav-item .nav-link {
	border-radius: 0;
}

.btn {
	border-radius: .25rem;
}

.clickable {
	cursor: pointer;
}

.dropdown-menu a {
	text-decoration: none;
	color: #000;
}

.dropdown-menu li:hover {
	background-color: #f0f3f5;
	cursor: pointer;
}

.main>.container-fluid {
	margin-top: 24px;
}

.form-control {
	border-radius: 0.25rem;
	height: calc(2.0625rem + 2px);
}

.input-group-prepend {
	align-items: initial;
}

.form-group {
	margin-bottom: 0.25rem;
}

.app-header.navbar .navbar-brand {
	background-image: url(/images/logo.png);
}
@media (min-width: 992px) {
.brand-minimized .app-header.navbar .navbar-brand {
	background-image: url(/images/logo-small.png);
}
}

.gung-item-selected {
	border: 1px solid black;
}

.gung-item-selection-container {
	min-height: 60px;
	max-height: 120px;
	z-index: 999;
	line-height: 60px;
}

.gung-item-selection-container .dropdown-menu li {
	line-height: 3;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gung-item-selection-container>.container-fluid>.row {
	justify-content: space-between;
}

.thumbnail>gung-item-selection-component {
	display: none;
}

.thumbnail:hover>gung-item-selection-component {
	display: block;
	padding-top: 0px;
	padding-left: 9px;
	padding-right: 49px;
	position: absolute;
	width: 100%;
}

/* FILTER TOP */

.filter-top {
	/*padding: 0px 30px;
	left: 0px;*/
	min-height: 50px;
	background-color: white;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	/* margin-top: -48px; */
	/* position: fixed;
    z-index: 1000;
    width: 100%; */
}

@media screen and (max-width: 767.98px) {
	.filter-top {
		margin-top: -36px;
	}
}

top-filter-boxes .dropdown {
	display: inline-block;
	padding-left: 1px;
	padding-right: 0px;
}

top-filter-boxes, top-filter-boxes>* {
	z-index: 110;
}

top-filter-boxes .dropdown-menu {
	width: 100%;
	margin: 0;
	border-radius: 0;
	border-top: none;
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-top: none;
	width: calc(100% + 1px);
}

top-filter-boxes .dropdown-menu {
	padding-bottom: 8px;
	max-height: 50vh;
	overflow-y: auto;
}

top-filter-boxes .dropdown-menu>li {
	height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

top-filter-boxes .dropdown-menu>li>a {
	display: inline-block;
	padding: 7px 8px;
	width: 100%;
}

top-filter-boxes .dropdown-search-wrapper input {
	width: 100%;
	padding-left: 25px;
}

top-filter-boxes .dropdown-search-wrapper i {
	position: absolute;
}

top-filter-boxes .dropdown-search-wrapper .material-icons.search {
	top: 14px;
	left: 5px;
}

top-filter-boxes .dropdown-search-wrapper .material-icons.close {
	top: 10px;
	left: 5px;
}

top-filter-boxes a {
	text-decoration: none;
}

.filter-btn {
	min-height: 35px;
	font-size: .8em;
	width: 100%;
	display: block;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.4);
	border: none;
	outline: 1px solid rgba(0, 0, 0, 0.2);
}

.open .filter-btn, .filter-btn:hover {
	color: rgba(0, 0, 0, 0.7);
	outline-color: rgba(0, 0, 0, 0.7);
}

.filter-btn:focus {
	outline: 1px solid;
	border: none;
}

.search-box-wrapper i {
	font-size: 20px;
	position: absolute;
	top: 0px;
	margin-top: 11px;
}

.search-box-wrapper i.close {
	right: 0;
	margin-right: 18px;
}

.search-box-wrapper input[type="text"] {
	border: none;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.search-box-wrapper input[type="text"]:focus {
	outline: none;
}

.search-box-wrapper {
	outline: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
}

.filter-top>.card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.filter-top .filter-status {
	display: flex;
	align-items: center;
	margin-top: 8px;
	min-height: 24px;
}

.filter-top .filter-status>:first-child {
	flex-shrink: 0;
	margin-right: 6px;
	min-width: 180px;
	text-transform: uppercase;
	font-size: .9em;
	color: rgba(0, 0, 0, 0.5);
}

.filter-top .chip-group {
	padding-left: 16px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-top .chip {
	font-size: .8em;
	margin: 0;
	float: left;
	border: none;
	outline: 1px solid rgba(0, 0, 0, 0.2);
	margin-right: 8px;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	padding: 0 4px;
	margin-bottom: 4px;
}

.filter-top .chip:hover, .filter-top .chip:focus {
	outline-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.7);
	outline-offset: 0;
}

.filter-top .chip.clear-chip {
	outline-color: rgba(255, 0, 0, 0.85);
	color: rgba(255, 0, 0, 0.85);
}

.filter-top .chip.clear-chip:hover {
	outline-color: rgba(255, 0, 0, 1);
	color: rgba(255, 0, 0, 1);
}

.filter-top-row {
	margin-top: 16px;
	margin-bottom: 8px;
}

@media screen and (max-width: 767.98px) {
	.filter-top-row {
		margin-top: 8px;
	}
}

.filter-top-products {
	margin-top: 100px;
	margin-bottom: 60px;
}

.top-filter-boxes-wrapper {
	margin-bottom: 10px;
}

.filter-top-products .shop-bar {
	display: none;
}

.filter-top-products .nav-pills>li a {
	border-radius: 0;
}

.filter-top-products .nav-pills>li.active a {
	background-color: rgba(0, 0, 0, 0.6);
}

.filter-top-products .nav-pills a span {
	color: rgba(0, 0, 0, 0.5);
}

.filter-top-products .nav-pills li.active a span {
	color: rgba(255, 255, 255, 1);
}

.filter-top-products .tab-content {
	padding-top: 14px;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #29363d
}

button.dropdown-toggle::after {
	display: none;
}

.app-header.navbar .nav-item {
	padding: 10px;
}

.connected-list {
	min-height: 50px;
}

.product-card-big a {
	text-decoration: none;
}

td[class^="overflow-cell-"] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

td.overflow-cell-150 {
	max-width: 150px;
}

td.overflow-cell-200 {
	max-width: 200px;
}

td.overflow-cell-300 {
	max-width: 300px;
}

@media(min-width: 992px) {
	.sidebar-minimized .sidebar .nav .nav-dropdown:hover>.nav-dropdown-items {
		position: absolute;
		left: 50px;
		display: inline;
	}
}

@media(min-width: 992px) {
	.sidebar-minimized .sidebar .nav .nav-dropdown>.nav-dropdown-items {
		display: none;
		max-height: 1000px;
		background: #2f353a;
	}
}

.product-card-big h5 {
	font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sidebar .nav-dropdown.open {
    background: rgba(0, 0, 0, 0.5);
}

.max-characters {
	position: absolute;
	font-size: 8px;
	bottom: -10px;
	right: 1px;
}

.form-group {
	position: relative;
}

gung-panel[compact="true"] .form-group {
	width: 49%;
	display: inline-block;
}

.control-label {
    margin-bottom: 0;
    font-size: 90%;
    font-weight: bold;
}

.card-header {
	font-weight: bold;
}

ul.dropdown-menu > li > a {
	display: block;
	padding: 5px 15px;
}

/* Fix uib-datepicker when selecting month/year */
.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}
    
.fa-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
    
.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentColor;
}