@import "splash.css";
@import "food-category-picker.css";
@import "guide.css";
@import "fridge.css";

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600'); */
/* @import url('https://fonts.googleapis.com/css?family=Rubik:400,700'); */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;600&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

* {
	font-family: 'Open Sans', sans-serif;
}

:root {
	--color-proteins : #4d8821;
	--color-carbs : #a74343;
	--color-fats : #aa8d16;
}

html {
	overflow-y: auto !important;
}

html, body {
	overflow: hidden;
	max-width: 100%;
}

body > .alert {
	margin: 20px 20% 10px 20%;
}

label {
	margin-bottom: 2px;
	font-size: 14px;
}

button {
	outline : none;
}

input[type="checkbox"], input[type="radio"] {
	position: relative;
	bottom: -2px;
	margin-right: 3px;
}

.modal {
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal.show {
	display: block !important;
}

.modal-dialog {
	margin-top: 20vh !important;
}

.popover {
	z-index: 9999;
}

#header {
	border-bottom: 3px solid #007bff;
	z-index: 9995;
}

@media all and (min-width: 663px) and (max-width: 767px) {
	.navbar-search {
		min-width: 100%;
	}
}

@media all and (min-width: 1500px) {
	.navbar-search {
		max-width: 40%;
	}
}

@media all and (max-width: 800px) {
	#header .navbar-search {
		display: none;
	}
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
	display: inline-block;
}


.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	display: none;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-close {
	display: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-close {
	display: inline-block;
}

@media all and (max-width: 991px) {
	#header .logo {
		height: 35px;
		width: auto;
	}

	#header-nav {
		background-color: rgb(52, 58, 64, 0.6);
		padding-bottom: 5px !important;
	}

	#header-nav .navbar-nav {
		width: 165px;
		margin: 0 auto;
	}

	#header-nav .nav-item {
		display: block;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#header-nav .nav-item a {
		display: block;
		width: 100%;
		font-size: 20px;
		text-align: left;
	}

	.navbar-toggler {
		outline: none;
	}

	.navbar-toggler-close {
		font-size: 27px;
		font-weight: 400;
	}

}

@media all and (max-width: 370px) {
	#header-quicksearch {
		min-width: 100% !important;
	}
}

#header .dropdown-menu.bg-secondary a:hover {
	background-color: #007bff;
	color: white !important;
}

.text-huge {
	font-size: 70px;
}

.text-important {
	font-size: 1.2rem !important;
	font-family: 'Open Sans' !important;
}

@media all and (max-width: 800px) {
	#header-nav {
		padding-right: 0;
	}
}

#header-nav .nav-item a {
	/*color: #007bff !important;*/
	color: white;
}

#header-nav .nav-item.active a, .text-shadow {
	/*color: #007bff !important;*/
	color: white !important;
	text-shadow: 0 0 6px #007bff;
}

#header-nav a {
	font-family: 'Open Sans', arial;
	font-size: 14px;
}

@media all and (min-width: 991px) and (max-width: 1000px) {
	.navbar-nav .nav-link {
		font-size: 12px !important;
	}
}

@media all and (min-width: 400px) {
	#header-quicksearch {
		min-width: 370px;
	}

	/*
	.search-results-food .food-image {
		height: 130px !important;
		width: auto !important;
	}*/
}

#header-quicksearch {
	position: relative;
	display: block;
	z-index: 9000;
}

#header-quicksearch * {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

#header-quicksearch input[type="text"] {
	padding-left: 30px;
}

.quicksearch-icon {
	left: 7px;
	top: 7px;
	z-index: 9000;
}

@media all and (max-width: 700px) {
	.quicksearch-icon {
		display: none;
	}
	
	#header-quicksearch input[type="text"] {
		padding-left: 5px;
	}
}

.bg-kif-green {
	background-color: #acc330;
}

.border-kif-green {
	border-color: #acc330;
}

.border-kif-proteins {
	border-color: #6ccc24 !important;
}

.border-kif-carbs {
	border-color: #c83737 !important;
}

.border-kif-fats {
	border-color: #f6c500 !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.kif-line-blue {
	height: 3px;
	width: 100%;
	background-color: #007bff;
}

.page-title {
	font-size: 1.7rem !important;
	font-weight: 700 !important;
}

@media all and (max-width: 1200px) {
	.page-title {
		font-size: 32px;
	}
}

@media all and (max-width: 800px) {
	.page-title {
		font-size: 26px;
	}
}

@media all and (max-width: 500px) {
	.page-title {
		font-size: 21px;
	}
}

.lp-stats-circle {
	border: 3px solid #acc330;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	text-align: center;
	margin: 0 auto;
	color: #acc330;
}

.lp-stats-number {
	font-size: 42px;
	line-height: 34px;
	padding-bottom: 0;
	margin-top: 25%;
}

.lp-stats-info {
	font-size: 13px;
}

.footer {
	background-color: #28292F;
	margin-top: 20px;
	color: white;
}

.stats-wrapper {
	padding: 40px 15%;
}

.quicksearch {
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 9996;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 85vh;
	width: 100%;
	background-color: white;
}

.quicksearch-pagination {
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
}

.quicksearch-filters {
	position: absolute;
	top: 31px;
	left: 0;
	width: 100%;
}

.quicksearch-result {
	width: 100%;
	padding: 15px 10px;
	background-color: white;
	transition: background-color 0.8s;
}

.quicksearch-results > .quicksearch-result {
	border-bottom: 1px solid rgb(225, 225, 225);
}

.quicksearch-results .quicksearch-result .name-row {
	flex-wrap: wrap;
	padding-bottom: 0 !important;
}

.quicksearch-results .quicksearch-result .badges {
	padding-left: 0 !important;
}

.quicksearch-results .quicksearch-result .macros {
	font-size: 0.75rem !important;
}

.quicksearch-results .quicksearch-result .food-name {
	font-size: 1rem !important;
}

/* 
.search-results-food .quicksearch-result {
	padding: 8px 0;
} */

.quicksearch-result .quicksearch-controls {
	max-width: 300px;
}

/* .quicksearch-result:hover {
	background-color: #F5F5F5;
} */

.quicksearch-result-food img {
	width: 50px;
	height: auto;
}

.quicksearch-result .slider {
	width: 100% !important;
}

@media all and (min-width: 991px) {
	.quicksearch-result-food img {
		width: 100px;
	}
}

.btn-quicksearch {
	-webkit-border-radius: 3px 3px 0 3px !important;
	border-radius: 3px 3px 0 3px !important;
}

.btn img {
	height: 100%;
	width: auto;
}

.btn:focus {
	box-shadow: none !important;
}

.btn:hover {
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
}

.navbar-search .btn {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

@media all and (max-width: 768px) {

	.navbar-search .btn {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.points-dropdown {
		left: 50%;
		transform: translate(-50%, 0);
	}
	
}

@media all and (max-width: 460px) {

	.navbar-search .btn {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}
	
}

.dropdown-menu {
	z-index: 5000;
}

.dropdown-item {
	cursor: pointer;
}

#bookmarks {
	width : 80%;
}

#user-log {
	width: 80%;
}

#user-log .meal-item a {
	color: black;
}

#user-log .userlog-heading {
	right: 20px;
	width: 65%;
}

#user-log .datetime-picker {
	right: 10px;
	top: 55px !important;
}

.nav-tabs .nav-link {
	border-radius: 0 !important;
}

#user-log .nav-tabs .nav-link {
	border-color: #e9ecef;
	border-bottom-width: 0;
	position: relative;
	left: -1px;
}

#user-log .nav-tabs > li:nth-child(odd) > .nav-link.active {
	background-color: #ACC330;
	color: white;
	font-weight: bold;
}

#user-log .nav-tabs > li:nth-child(even) > .nav-link.active {
	background-color: #007BFF;
	color: white;
	font-weight: bold;
}

#user-log .nav-tabs > li:nth-child(odd) > .nav-link:not(.active) {
	color: #ACC330;
}

#user-log .nav-tabs > li:nth-child(even) > .nav-link:not(.active) {
	color: #007BFF;
}

.foodlog-heading {
	background-color: #acc330;
}

#user-info-form {
	max-height: 55vh;
}


#user-log .planner-method-options .datetime-picker {
	left: -50% !important;
	top: 32px !important;
}

@media all and (max-width: 650px) {
	#user-log {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	#user-log h2 {
		font-size: 20px;
	}
	
	#user-log .userlog-heading {
		right: 10px;
		width: 40%;
	}
	
	#user-log .userlog-heading {
		position: absolute !important;
		width: auto;
		top: 15px;
		z-index: 9999;
	}
	
	#user-log .datetime-picker {
		font-size: 13px;
		left: 5% !important;
		margin-left: 0 !important;
		z-index: 9000;
	}
	
	#user-log .datetime-picker table .btn {
		padding: 5px 3px;
	}
	
	#user-log .user-log-nutrition, #user-log .user-log-expense {
		font-size: 14px;
	}

	#user-log .user-log-time, #user-log .activity-calories, #user-log .nowrap {
		white-space: nowrap;
	}
	
	#bookmarks {
		padding: 10px 0 !important;
	}
	
	.food-compare {
		padding-bottom: 50px !important;
	}
	
	.food-compare h4 {
		font-size: 18px;
	}
	
	.user-measurements-list {
		font-size: 13px;
	}
	
	#user-info-form {
		padding-bottom: 20px !important;
	}

	.foodlog-heading {
		font-size: 12px;
	}
}

@media all and (min-width: 600px) and (max-width: 1200px) {
	.modal-dialog {
		margin-top: 200px !important;
	}
}

@media all and (min-width: 991px) {
	#user-measurements {
		width: 55% !important;
	}
	
	.points-btn {
		top: -5px;
	}

}

#user-measurements .input-group-text {
	border: none;
}

#header-nav .dropdown-menu {
	z-index: 9999;
}


@media all and (max-width: 400px) {
	.user-measurements-list {
		font-size: 10px;
	}
}

@media all and (min-width: 1200px) {
	#bookmarks {
		width : 60%;
	}

	/*
	.search-results-food {
		display: block !important;
		list-style: none;
	}

	.search-results-food .quicksearch-result {
		width: 50% !important;
		display: inline-block !important;
		padding: 5px;
		border: 1px solid rgb(218, 218, 218);
	}*/
}

@media all and (min-width: 1400px) {
	#bookmarks {
		width : 50%;
	}
}

#food-log {
	background-color: #acc330;
	padding: 15px;
}

.planned-food {
	background-color: #343A40;
	padding: 15px;
}

#activity-log {
	background-color: #007bff;
	height: 100%;
	padding: 15px;
}

.profile-menu {
	display: block;
	position: fixed;
	width: 42%;
	height: auto;
	left: 90px;
	background-color: white;
	z-index: 7000;
	padding: 15px 20px 40px 20px !important;
	border: 2px solid #007bff;
	min-height: 100px;
	max-height: 70vh;
	overflow-y: auto;
	/*-webkit-box-shadow: 1px 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: 1px 0 2px 1px rgba(0,0,0,0.1);
	*/
	-webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,0.2);
}

@media all and (max-width: 900px) {
	.profile-menu {
		display: block;
		position: fixed;
		width: 100% !important;
		left: 0 !important;
		left: 0;
		padding: 25px 20px;
		padding-bottom: 0 !important;
		max-height: 72vh !important;
	}
	
	.points-btn {
		top: 5px;
	}
}

.profile-settings {
	position: fixed;
	left: 0;
	top: 80px;
	width: 90px;
	height: 100%;
	color: #acc330;
	z-index: 8000;
}

.sidebar-right {
	position: fixed;
	right: 0;
	top: 80px;
	height: auto;
	z-index: 5000;
}

.sidebar-right .sidebar-widget-content * {
	opacity: 1;
	transition: opacity 1s;
}

@media all and (max-width: 991px) {
	.sidebar-right {
		top: 170px;
	}
}

@media all and (min-width: 991px) {
	.sidebar-right {
		max-width: 55%;
	}
}

.sidebar-right .widget-btn {
	font-size: 25px;
	font-weight: bold;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.sidebar-right .btn .btn-label {
	display: none;
}

@media all and (min-width: 991px) {
	.sidebar-right .sidebar-widget:not(.open) .btn:hover .btn-label {
		display: inline;
	}
}

.sidebar-widget.open .sidebar-widget-content {
	width: 100%;
	display: block !important;
}

.profile-settings-icon {
	text-align: center;
	cursor: pointer;
	font-size: 25px;
	z-index: 9000;
	border-top: 2px solid #343A40 !important;
	border-bottom-width: 2px !important;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.profile-settings-icon[data-menu="search-popup"] {
	display: none;
}

@media all and (max-width: 900px) {
	.profile-settings-icon[data-menu="search-popup"] {
		display: inline-block !important;
	}
}


.profile-settings-green {
	color: #acc330;
}

.profile-settings-blue {
	/*color: #007bff;*/
	color: white;
}

.profile-settings-icons {
	text-align: center;
}

.profile-settings-icon:hover {
	background-color: #6C757D !important;
	border-top-color: #6C757D !important;
	color: #acc330;
}

.profile-settings-icon.active {
	background-color: #F8F9FA !important;
	color: #007bff !important;
}

@media all and (max-width: 991px) {

	.sidebar-right {
		position: fixed !important;
		bottom: 0px !important;
		top: auto !important;
		height: 35px !important;
		width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
	}

	.sidebar-right .sidebar-widget {
		flex-grow: 1;
	}

	.sidebar-widget > .d-inline-block {
		width: 100% !important;
	}

	.sidebar-widget.open > .d-block > .d-flex {
		flex-direction: column-reverse;
	}

	.sidebar-widget > .d-inline-block > .d-flex > div {
		flex-grow: 1;
	}

	.sidebar-widget .widget-btn {
		width: 100% !important;
		height: 35px;
		border-radius: 0 !important;
	}

	@media all and (min-width: 795px) and (max-width: 991px) {
		.sidebar-widget .widget-btn {
			height: 55px;
		}
	}

	.sidebar-widget.open .widget-btn {
		border-top: 1px solid #0F6A78;
		-webkit-box-shadow:inset 0 0 3px 3px rgba(20,20,20,0.2);
		box-shadow:inset 0 0 3px 3px rgba(20,20,20,0.2);
	}

	.profile-settings {
		position: fixed;
		left: 0;
		top: 80px;
		width: 100%;
		height: 45px;
		color: #acc330;
		text-align: right;
	}

	.profile-settings-icons {
		display: flex;
		justify-items: stretch;
		max-height: 100%;
	}
	
	.profile-settings-icon {
		display: inline-block;
		padding: auto !important;
		padding-top: 7px !important;
		font-size: 18px;
		border-bottom: none !important;
		margin-top: 1px;
		max-height: 100%;
		flex-grow: 1;
	}
	
	.profile-settings-icon.active {
		border: 2px solid #007bff !important;
		border-bottom: none !important;
		border-top: none !important;
		height: 45px;
	}
}

/*
@media all and (min-width: 400px) and (max-width: 500px) {
	.profile-settings-icon {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media all and (max-width: 400px) {
	.profile-settings-icon {
		padding-left: 12px;
		padding-right: 12px;
	}
}
*/

@media all and (min-width: 991px) {
	.profile-settings-icon.active {
		width: 100px;
	}
	
	.profile-settings-icon.active {
		border: 2px solid #007bff !important;
		border-right: none !important;
		border-left: none !important;
	}
}

.img-fullwidth {
	width: 100% !important;
	height: auto !important;
}

.opacity-half {
	opacity: .5;
}

.tooltip {
	z-index: 9999;
}

.slider-horizontal {
	width: 100% !important;
}

.slider-track {
	border: 1px solid rgb(233, 233, 233);
	height: 13px !important;
}

.slider-handle {
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.slider-handle:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#337ab7+0,22547c+100 */
	background: rgb(51,122,183); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(51,122,183,1) 0%, rgba(34,84,124,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(51,122,183,1) 0%,rgba(34,84,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(51,122,183,1) 0%,rgba(34,84,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#22547c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.logotype {
	display: none;
}

@media all and (min-width: 991px) and (max-width: 1300px) {
	.logo {
		display: none;
	}
	
	.logotype {
		display: inline-block;
		height: 40px;
		width: auto;
		margin-left: 15px;
	}
}

.border.border-dotted {
	border-style: dotted !important;
}

.border-bottom.border-dotted {
	border-bottom-style: dotted !important;
}

.nav-tabs {
	z-index: 9000;
	position: relative;
}

.userlog-heading {
	z-index: 9999;
}

.cursor-pointer {
	cursor: pointer;
}

.profile-totals img {
	height: 45px;
	width: auto;
	margin-right: 10px;
	margin-left: 5px;
}

.dropdown-menu {
	max-height: 300px;
	overflow-y: auto;
}

/* fixes a glitch with bookmark dropdown */
#bookmarks .list-group-item:hover {
	z-index: 5000;
}

.bookmark img {
	height: 45px;
	width: auto;
}

p:empty {
	display: none;
}

.pagination a:focus {
	outline: none;
	box-shadow: none !important;
}

.tooltip-inner {
	max-width: 300px !important;
}

.food-compare {
	min-width: 70%;
}

.sidebar-widget-content {
	max-height: 75vh;
	overflow-y: auto;
}

@media all and (max-width: 800px) {

	/*
	.sidebar-right.sidebar-widget-open {
		top: 110px !important;
	}
	*/

	/* hide guide on mobiles */
	.sidebar-right .sidebar-widget:nth-child(5) {
		display: none;
	}

	.sidebar-widget .widget-btn {
		padding: 4px !important;
		font-size: 15px;
	}
	
	.sidebar-widget.open {
		min-width: 100% !important;
		width: 100% !important;
		z-index: 9997;
	}
	
	.sidebar-widget.open .sidebar-widget-content {
		padding-top: 15px;
	}

	.sidebar-widget-content {
		overflow-y: auto;
	}
	
	.sidebar-widget-content .px-5 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.food-compare {
		font-size: 12px;
	}

	.food-compare h5, .food-compare .btn-link {
		font-size: 12px;
	}

	.food-compare .btn-link {
		padding: 3px !important;
	}

	.food-compare input[type="number"]::-webkit-inner-spin-button, 
	.food-compare input[type="number"]::-webkit-outer-spin-button { 
		-webkit-appearance: none; 
		margin: 0; 
	}

	.food-suggested {
		font-size: 14px;
	}

	.food-suggested .food-name, .food-suggested .food-accuracy-badge {
		font-size: 16px;
	}

}

.feedback-widget-content {
	max-width: 500px;
}

.section-shadow-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+1,ffffff+7,ffffff+100&1+0,0+8,0+100 */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(237,237,237,0.88) 1%, rgba(255,255,255,0.13) 7%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(237,237,237,0.88) 1%,rgba(255,255,255,0.13) 7%,rgba(255,255,255,0) 8%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(237,237,237,0.88) 1%,rgba(255,255,255,0.13) 7%,rgba(255,255,255,0) 8%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

@media all and (max-width: 500px) {
	.user-log-date {
		font-size: 17px;
	}

	#user-log .datetime-picker {
		width: 290px !important;
	}
}

/* .mobile-accordion on desktop */
.mobile-accordion .mobile-accordion-content {
	display: block;
}

.mobile-accordion .mobile-accordion-title {
	display: none;
	cursor: pointer;
}

/* .mobile-accordion on desktop */
@media all and (max-width: 768px) {
	.mobile-accordion .mobile-accordion-content {
		display: none;
	}
	
	.mobile-accordion.expanded .mobile-accordion-content {
		display: block;
		border-style: solid;
		border-width: 0 1px 1px 1px;
		border-color: #007BFF;
	}
	
	.mobile-accordion .mobile-accordion-title {
		display: block;
	}
	
	.mobile-accordion.expanded .mobile-accordion-title {
		font-weight: bold;
	}
	
}

@media all and (max-width: 350px) {
	.pagination .page-link {
		padding: 0.5rem 0.6rem;
	}
}

.barcode-scan-container {
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.sidebar-widget-content .guide-start {
	max-width: 600px;
}

.sidebar-widget-content .guide-select .guide-icon:not(.selected) {
	color: white;
	border-color: white;
}

.sidebar-widget-content .guide-select .guide-icon.selected {
	background-color: white;
	border-color: white;
}

.carbon {
	background-image: url(../../img/carbon.png);
}

#search-popup {
	z-index: 5000;
	overflow-y: initial !important;
	padding-bottom: 15px !important;
}

#search-popup .dropdown-menu {
	z-index: 9500;
}

#search-popup .btn, #search-popup input {
	border-radius: 0;
}

super {
	font-size: 10px;
	position: relative;
	top: -3px;
}

.legend-icon {
	width: 17px;
	height: 17px;
	outline: 1px solid whitesmoke;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

.legend-icon-empty {
	background-color: transparent;
	border: 1px solid gray;
}

.feedback-list {
	max-height: 450px;
	overflow-y: auto;
}

/* Hide number spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.dropdown-toggle  {
	text-decoration: none !important;
}

input::placeholder {
	font-style: italic !important;
	font-weight: 300;
	color: rgb(170, 170, 170) !important;
	font-family: 'Open Sans', sans-serif !important;
}

/* 1:1 aspect, full width image CLS prevent (cumulative layout shift) */
.img-cls {
	width: 100%;
	padding-top: 100%;
}

.img-cls.loaded {
	padding-top: 0;
}