.parcel_shipments_table_outer,
.shipment_invoices_table_outer {
	overflow-x: scroll;
	overflow-y: scroll;
	width: 100%
}

.parcel_shipments_table_inner,
.shipment_invoices_table_inner {
	/*min-width: 70vw;*/
	min-width: 1000px;
	height: 70vh;
	font-size: smaller;
}

.table_smaller_font {
	font-size: smaller;
}

.table_tab_underline {
	border-bottom: 2px solid #1E4370 !important;
}

.shipment_invoices_table_inner > table > tbody tr:nth-child(odd) {
	background-color: #fafafc;
}

.shipment_accounting_table_alert {
	background-color: #ffcccc !important;
}

[name="filter_tabs"] {
	border-bottom: 2px solid white;
}

.dropdown-column-select {
	width: 300px;
	overflow: scroll;
	height: 60vh;
}

.dropdown-column-select > li {
	font-size: 12px;
	padding: 6px;
}

.dropdown-column-select > li > input {
	float: left;
	margin-right: 3px;
}

#alert_legend_button{
	float: right;
	margin-right: 5px;
	position: relative
}
#alert_legend_button:hover > div {
	display: inline;
}
#alert_legend_button>div{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: white;
	color: #000000;
	border: solid black 2px;
	padding: 2px;
}

.alert_legend_list {
	list-style-type: none;
	padding-left: 0;
}