#quoted_table .tt-open {
	background-color: white;
	border: 1px;
	border-color: black;
	border-style: solid;
	width: 150%;
}

#quoted_table .tt-cursor {
	background-color: lightpink;
}

#calculated_table .tt-open {
	background-color: white;
	border: 1px;
	border-color: black;
	border-style: solid;
	width: 150%;
}

#calculated_table .tt-cursor {
	background-color: lightpink;
}

.shipment-profile-accounting-table-column {
	border-right: thin solid #eeeeee;
}

#audit_color_match {
	color: #26a69a;
}
#audit_color_different {
	color: #cb5a5e;
}
#audit_color_unknown {
	color: #000000;
}

#add_manual_calculated_rate {
	position: absolute;
	bottom: 7px;
	right: 0;
}

.flat_design_select {
	border: 1px solid #111;
	background: transparent;
}

.offer_form_custom_fill_right.typeahead.tt-hint.tt-input {
	display: none;
}

#change_lane_on_calc_rate_select {
	width: 300px;
}

#override_calculated_rate_button {
	float: right;
	bottom: 7px;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}
#toggle_use_quoted_rate_for_accounting {
	float: right;
	bottom: 7px;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}
#toggle_use_calculated_rate_for_accounting {
	float: right;
	bottom: 7px;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}

#recalculate_rate_modal_commodity_table {
	font-size: x-small;
}
#recalculate_rate_modal_commodity_table > thead {
	background-color: #dddddd;
}
#recalculate_rate_modal_commodity_table td {
	width: 60px;
	padding: 2px;
}
#recalculate_rate_modal_commodity_table input {
	width: 100%;
}
#recalculate_rate_modal_commodity_table td + td + td + td {
	width: 100px;
}
#recalculate_rate_modal_commodity_table td + td + td + td > input {
	width: 25%;
}
#recalculate_rate_modal_commodity_table td + td + td + td + td {
	width: 60px;
}
#recalculate_rate_modal_commodity_table td + td + td + td + td > input {
	width: 100%;
}
#recalculate_rate_modal_commodity_table td + td + td + td + td + td {
	width: 300px;
}
