/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.add-entry-input-section {
	border-radius: 4px;
	width: 359px;
	height: 42px;
	line-height: 42px;
	padding: 0 45px;
	border-radius: 4px;
	border: solid 1px #b1b8c9;
	background-color: #ffffff;
}

.add-entry-input-warning {
	border: solid 2px #F00;
}

.verified-bg {
	background-color: lightgreen;
}

.unverified-bg {
	background-color: lightcoral;
}

#voucher-table tr:hover td {
	background: #f1f1c1;
	cursor: pointer;
}

td.fitwidth {
	width: 1px;
	white-space: nowrap;
	padding-top: 3px;
	padding-bottom: 3px;
	min-width: fit-content;
}

th.fitwidth {
	width: 1px;
	white-space: nowrap;
	min-width: fit-content;
}