.width5 { width: 5%; }
.width10 { width: 10%; }
.width15 { width: 15%; }
.width20 { width: 20%; }
.width25 { width: 25%; }
.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 input.tbDate
{
	color: black;
}

.layout-dark input.tbSearch
{
	background: white;
	color: black;
}

.date_filter_wrapper .tbDate
{
	width: 40%;
	display: inline-block;
}

.custom_filter_wrapper input
{
	width: 31%;
	display: inline-block;
}

.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;
}

.navbar-left .navbar-brand
{
	/*background: white;
	padding: 3px 5px;
	border-radius: 5px;
	padding-bottom: 6px;*/
}

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: 15px 0;
}

.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%;
	height: 230px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
	background: #ffffff24;
	padding: 15px 5px;	
}

.product_img_wrapper img
{
	width: 80%;
}

.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: center;
	position: relative;
	top: 5px;
	background: transparent !important;
}

.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;
}

.listing_action_bar_wrapper
{
	padding: 20px;
	height: 90px;
}

.listing_action_bar_wrapper button,
.listing_action_bar_wrapper a
{
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

.action_bar_wrapper button,
.action_bar_wrapper a
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}

.google_icon_add
{
	font-size: 20px !important;
}

.table_button
{
	display: initial !important;
}

.btnEdit.table_button
{
	padding-top: 11px;
	padding-bottom: 11px;
	position: relative;
	bottom: 1px;
	margin-right: 9px;
}

.table_wrapper .text_align_right
{
	text-align: right !important;
}

.table_wrapper th,
.table_wrapper td
{
	text-align: left !important;
}

.logo-area
{
	background: none !important;
}

.custom_form select.multi_select option
{
	color: white;
}

.custom_form select option:checked
{
	
}

#tbNewSalesDate
{
	background: #323541;
}

.btnDelete.clear_inv
{
	/*opacity: 0.5;*/
}

.sales_summary_wrapper
{
	max-width: 650px;
	width: 100%;
	float: left;
	margin: 5px 15px 5px 25px;
}

.action_bar_wrapper .btn-danger
{
	margin-right: 25px;
}

.sales_summary_wrapper table
{
	
}

.font_bold
{
	font-weight: bold;
}

.color_white
{
	color: white;
}

.green_indicate
{
	background: green;
	padding: 0 10px;
	border-radius: 5px;
}

.red_indicate
{
	background: red;
	padding: 0 10px;
	border-radius: 5px;
}

.text_right
{
	text-align: right;
}

.hexadash-top-menu .subMenu
{
	width: 260px !important;
}

.sales_summary_wrapper.floated
{
	position: absolute;
}

.card-body.floated_summary
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #1c1f2d;
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out forwards;
	border-bottom: 1px solid #454545;
	height: 72px;
}

.floated_summary .action_bar_wrapper
{
	margin-top: 4px;
}

.btnScrollToTop
{
	margin-right: 25px;
}

@keyframes fadeIn {
	from {
			opacity: 0;
	}
	to {
			opacity: 1;
	}
}

.hide
{
	display: none;
}

.hexadash-top-menu ul li > ul li.active a
{
	color: white !important;
}

.hexadash-top-menu > ul > li a.active:before
{
	color: white !important;
}