.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

.layout-dark select option
{
	color: black;
}

.text_align_right
{
	text-align: right;
}

.menu_item {
  transition: transform .2s; /* Animation */
}

.menu_item:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.tbUsername
{
	font-size: 50px;
	text-align: center;
}

img.side_menu_logo
{
	min-width: initial !important;
	max-width: 50px !important;
}

.google_icon_mobile_side_menu
{
	color: white;
	margin-right: 13px;
}

.hexadash-top-menu li a.active
{
	color: white !important;
	font-weight: bold;
}

.menu_item_wrapper
{
	margin-bottom: 90px;
}

.menu_item
{
	cursor: pointer;
}

.menu_item .icon_wrapper,
.menu_item .label_wrapper
{
	text-align: center;
}

.menu_item .icon_wrapper img
{
	width: 90%;
	max-width: 100px;
	cursor: pointer;
}

.menu_item .label_wrapper label
{
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.google_icon_table_action_view
{
	color: white;
	font-size: 20px !important;
	position: relative;
	top: 5px;
}

.table_action_button
{
	display: inline-block;
	color: white !important;
}

.table_action_button span
{
	margin-right: 0 !important;
}

.filter_wrapper
{
	width: 100%;
	text-align: right !important;
	margin: 15px 0;
}

.filter_wrapper label,
.filter_wrapper select
{
	display: inline-block !important;
	color: white !important;
}

.filter_wrapper label
{
	margin-right: 15px;
}

.filter_wrapper select
{
	width: 150px;
}

.paging_wrapper
{
	margin-bottom: 15px;
}

.paging_wrapper .page_item
{
	position: absolute;
	right: 0;
	margin-right: 15px;
}

.paging_wrapper .paging_number
{
	margin-right: 5px;
}

.paging_wrapper .page_size
{
	margin-left: 20px;
}

.paging_wrapper .total_row
{
	margin-right: 20px;
}

.category_list
{
	width: 100%;
	max-width: 1000px;
	height: 130px;	
	overflow-x: scroll;
	overflow-y: hidden;
}

.category_wrapper
{
	width: 4000px;	
}

.category_item
{
	width: 100px;
	height: 120px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
}

.category_img_wrapper img
{
	width: 90%;
}

.category_name_wrapper
{
	line-height: 12px;
	position: relative;
	top: -5px;
}

.category_name_wrapper span
{
	font-size: 12px;
	color: white;
	line-height: 12px;
}

.product_list
{
	width: 100%;
	max-width: 1000px;
	height: 130px;
}

.product_wrapper
{
	
}

.product_item
{
	width: 19%;
	min-height: 360px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
	background: #ffffff24;
	padding: 15px 5px;	
}

.product_item.product_stock_in
{
	min-height: 250px;
}

.product_img_wrapper img
{
	width: 80%;
	min-height: 100px;
	max-height: 150px;
}

.product_name_wrapper
{
	line-height: 12px;
	position: relative;
	top: 3px;
	height: 30px;
	overflow-x: hidden;
}

.product_name_wrapper span
{
	font-size: 12px;
	color: white;
	line-height: 12px;
}

.product_action input
{
	text-align: right;
	background: transparent !important;
	display: inline-block;
	width: 60%;
}

.product_action label
{
	display: inline-block;
	width: 40%;
}

.clear
{
	clear: both;
}

button.modal_qty_button span
{
	font-size: 29px;
	display: initial;
	margin-right: initial;
	padding: 3px 0;
}

.modal_qty_input_wrapper
{
	padding: 0;
}

.modal_qty_input_wrapper input
{
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 23px;
}

.goup_wrapper a
{
	background: white;
	padding: 2px 5px;
	border-radius: 50%;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
	opacity: 0.75;
}

.goup_wrapper a:hover
{
	opacity: 1;
}

.goup_wrapper a span
{
	font-size: 30px;
	position: relative;
	top: 3px;
}

.goup_wrapper a span:hover
{
	color: orange;
}

.btnMarkAsComplete.mark_complete
{
	opacity: 0.5;
}

.stock_in_type
{
	width: 120px;
	cursor: pointer;
}

.stock_in_type.selected
{
	border: 1px solid white;
	border-radius: 5px;
}

.table_filter .tbDate
{
	background: #323541;
}