.harvest {
	background-color: #ffe7d9;
	border: solid #fa5d00 1px;
	border-radius: 8px;
	margin: 10px 0;
	padding: 10px;
}

.harvest button {
	display: none;
	padding: 0 3px;
}

.harvest.can_track button {
	display: inline-block;
}

.harvest .formTextbox,
.harvest .harvest_task_id,
.harvest #harvest_task_id,
.harvest select,
select#harvest_project_id,
select#harvest_task_id {
	border: solid #fa5d00 1px;
}

.harvest h2 {
	margin-top: 0;
}

.harvest .hidden {
	display: none;
}

.harvest .trackings {
	font-size: 1.3em;
	list-style: none;
	margin-left: 0;
}

.harvest .trackings li {
	border-bottom: solid gray 1px;
	display: grid;
	grid-template-columns: auto 120px 60px 275px;
}

.harvest .track.loading button,
.harvest .trackings li.loading button {
	display: none;
}

.harvest .trackings li .name div {
	display: inline-block;
}

.harvest .trackings li .name div.project {
	font-weight: bold;
}

.harvest .trackings li .name div.client {
	margin-left: 5px;
}

.harvest .trackings li .name div.client::before {
	content: '('
}

.harvest .trackings li .name div.client::after {
	content: ')'
}

.harvest .trackings li .notes {
	color: gray;
	font-size: 1em;
}

.harvest .trackings li .stop {
	background-color: black;
	color: white;
}

.harvest .tracking .plus {
	cursor: pointer;
	display: inline;
	margin: 0 5px;
}

#report_bug_form .harvest-id .parent,
#update_bug_form .harvest-id .parent,
#report_bug_form .task-id .parent,
#update_bug_form .task-id .parent {
	display: inline;
}

#report_bug_form .harvest-id > *,
#update_bug_form .harvest-id > *,
#report_bug_form .task-id > *,
#update_bug_form .task-id > * {
	display: inline-block;
	vertical-align: top;
}

#report_bug_form .harvest-id > *:first-child,
#update_bug_form .harvest-id > *:first-child,
#report_bug_form .task-id > *:first-child,
#update_bug_form .task-id > *:first-child {
	width: 400px;
}

#report_bug_form .harvest-id > *:last-child,
#update_bug_form .harvest-id > *:last-child,
#report_bug_form .task-id > *:last-child,
#update_bug_form .task-id > *:last-child {
	margin-left: 10px;
}

#report_bug_form .harvest-id .desc,
#update_bug_form .harvest-id .desc,
#report_bug_form .task-id .desc,
#update_bug_form .task-id .desc {
	margin-left: 5px;
}

#report_bug_form .harvest-id .desc::before,
#update_bug_form .harvest-id .desc::before,
#report_bug_form .task-id .desc::before,
#update_bug_form .task-id .desc::before {
	content: '('
}

#report_bug_form .harvest-id .desc::after,
#update_bug_form .harvest-id .desc::after,
#report_bug_form .task-id .desc::after,
#update_bug_form .task-id .desc::after {
	content: ')'
}

#report_bug_form .harvest-id .img,
#update_bug_form .harvest-id .img,
#report_bug_form .task-id .img,
#update_bug_form .task-id .img {
	background-image: url('/plugin_file.php?file=Harvest/images/use.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
	display: inline-block;
	height: 16px !important;
	margin-left: 5px;
	margin-right: 5px;
	width: 16px;
}

#manage-proj-update-form .formTextbox,
#report_bug_form select,
#update_bug_form select,
#report_bug_form select,
#update_bug_form select,
.cat_tracking select {
	width: 400px !important;
}

#manage-proj-update-form input.formTextbox,
.harvest-id input.formTextbox,
.cat_tracking input.formTextbox {
	font-size: unset !important;
	height: 30px;
	margin-top: 0 !important;
	padding: 3px 5px !important;
	width: 400px !important;
}

.searchBoxElement {
	max-height: 400px !important;
}

.searchBoxElement li:hover {
	background-color: var(--primary-color) !important;
	color: black;
}

.searchBoxElement li {
	border-bottom: solid lightgray 1px;
	padding: 5px;
}

.searchBoxElement li:nth-child(even) {
	background-color: #fcfcfc;
}

.searchBoxElement {
	background-color: white;
	border: 1px solid #aaa;
	line-height: 23px;
	list-style: none;
	margin: 0;
	max-height: 114px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	scrollbar-width: none;
	z-index: 1;
}

#categories td:last-child {
	display: grid;
	grid-template-columns: 170px auto;
	text-align: left !important;
}

#categories .cat_tracking {
	display: inline-block;
}

.cat_tracking .success {
	background-image: url('/plugin_file.php?file=Harvest/images/toggle_on.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	display: inline-block;
	height: 16px !important;
	margin-left: 5px;
	width: 16px;
}

.harvest-statistics .wrapper {
	background: #fff;
	border-radius: 4px;
	display: block;
	overflow: hidden;
	padding: auto;
	width: 100%;
}

.fa-harvest {
	background-image: url('/plugin_file.php?file=Harvest/images/harvest.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.widget-title .fa-harvest {
	height: 16px;
	width: 30px;
}

.harvest-statistics .graphs {
	display: grid;
	grid-template-columns: 30% 70%;
}

@media (max-width: 980px) {
	.harvest-statistics .graphs {
		grid-template-columns: 100%;
	}
}