.add_pro_button {
	text-align: right;
	width: 10%;
}

#main_order_list {
	width: auto;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
}

#top {
	margin-top: 30px;
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	height: 40vh;
	min-height: 500px;
	border-style: solid;
    border-width: 1px;
    border-color: black;
}

#tab_detail {
	height: 40vh;
}

#view_general, #view_veggie {
	text-align: center;
	text-decoration: none;
	padding: 0.5vh;
	background-color: #F3E2A9;
}

#import_orders {
	float: right;
	margin-top: -5px;
}

#product_list_container {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	height: 30vh;
	min-height: 400px;
}

#find_div {
	display: inline;
	margin-top: 5px;
}

#cancel_import {
	display: inline;
	margin-top: 5px;
}

#find_product {
	display: inline;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: auto;
}

#find {
	display: inline;
	float: right;
	margin-top: 5px;
}

#exit_import {
	display: inline;
	float: right;
	margin-top: 5px;
}

#product_list_view {
	width: 100%;
}

#bottom {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	height: 40vh;
	min-height: 500px;
}

#order_detail_container {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	border-style: solid;
    border-width: 1px;
    border-color: black;
	height: 30vh;
	min-height: 400px;
	background-color: #e5ffe5;
}

#add_to_cart {
	float: right;
	margin-top: 10px;
}

.cat_listing {
	width: 100%;
}

.question_mark {
	height: 1vh;
	min-height: 16px;
}

.hide {
	display: none;
}

#order_table {
	width: 100%;
}

.invalid {
	border-width: 3px;
	border-color: red;
}

#previous_orders {
	width: 100%;
	height: 30vh;
	min-height: 500px;
	overflow: scroll;
	overflow-x: hidden;
	border-style: solid;
    border-width: 1px;
    border-color: black;
}

.previous_order {
	margin: 10px;
}

.import_previous_button {
	float: right;
	margin-top: -2px;
}

.previous_order_title {
	text-align: center;
}

.full_width {
	width: 100%;
}

#sku_finder {
	text-align: center;
	margin-top: 10px;
}

#find_product_by_sku {
	width: 200px;
}

#payment_method_div {
	text-align: right;
}

#payment_method {
	width: 200px;
}

#parent_cat_list, #child_cat_list {
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}

.order_item td input {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
}

.redden {
	color: red;
}
