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

.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: 30px !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;
	margin-top: 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%;
	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;
}

.action_bar_wrapper
{
	padding: 20px;
}

.action_bar_wrapper button,
.action_bar_wrapper .button_group
{
	float: right;
	margin-bottom: 20px;
}

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

.table_wrapper .filter_row td
{
	vertical-align: bottom;
}

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

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

.custom_form select option:checked
{
	
}

.custom_form input:read-only
{
	background: transparent;
}

.gallery_wrapper
{
	width: 100%;
	height: 150px;
}

.gallery_item
{
	width: 150px;
	float: left;
	margin-right: 10px;
}

.gallery_item img
{
	width: 100%;
}

.gallery_item_search
{
	background: green;
	padding: 5px 5px;
	border-radius: 50%;
	margin: 0 2px;
}

.gallery_item_delete
{
	background: red;
	padding: 5px 5px;
	border-radius: 50%;
	margin: 0 2px;
}

.gallery_item_action
{
	text-align: center;
	height: 40px;
	opacity: 0;
	position: relative;
	bottom: 30px;
	transition: opacity 0.3s linear;
}

.gallery_item:hover .gallery_item_action
{
	opacity: 1;
}

.gallery_item_action a
{
	cursor: pointer;
}

.gallery_item_action a span
{
	color: white;
	position: relative;
	top: 6px;
}

.item_primary 
{
	position: absolute;
}

.item_primary a
{
	background: gold;
	padding: 5px 5px;
	border-radius: 50%;
	opacity: 0.5;
	cursor: pointer;
}

.item_primary a:hover
{
	
}

.item_primary.active a
{
	opacity: 1;
}

.item_primary a span
{
	position: relative;
	top: 6px;
	color: white;
}

.gallery_item_primary.active
{
	opacity: 1;
}

.gallery_item_primary
{
	z-index: 2;
}

#modal_image .modal-header
{
	
}

#modal_image .modal-body
{
	padding: 5px 5px;
	text-align: center;
	height: 350px;
}

#modal_image .modal-footer
{
	
}

#modal_image
{
	top: 20%;
}

.product_preview_img
{
	width: 100%;
	max-width: 500px;
	max-height: 350px;
}

.note_primary_star
{
	background: gold;
	padding: 0px 4px;
	border-radius: 50%;
}

.note_primary_star span
{
	font-size: 15px;
	color white;
}

.preview_wrapper
{
	width: 100%;
}

.preview_item
{
	width: 150px;
	height: 200px;
	float: left;
	text-align: center;
}

.preview_item_action
{
	text-align: center;
	height: 40px;
	opacity: 0;
	position: relative;
	bottom: 30px;
	transition: opacity 0.3s linear;
}

.preview_item:hover .preview_item_action
{
	opacity: 1;
}

.preview_item_action a
{
	cursor: pointer;
}

.preview_item_action a span
{
	color: white;
	position: relative;
	top: 6px;
}

.preview_item_search
{
	background: green;
	padding: 5px 5px;
	border-radius: 50%;
	margin: 0 2px;
}

.preview_item_delete
{
	background: red;
	padding: 5px 5px;
	border-radius: 50%;
	margin: 0 2px;
}

.record_action_wrapper
{
	padding: 15px;
	padding-top: 0;
}

.record_action_wrapper button
{
	float: right;
}

.feature_image_preview
{
	max-width: 100%;
}

.global_modal_image_class
{
	max-width: 100%;
}

.btnDeleteProductFeature
{
	float: right;
}

.btnDeleteProductSpec
{
	float: right;
}

.feature_bg_preview
{
	color: white;
	padding: 5px 15px;
	border-radius: 5px;
	text-align: center;
}

.tbDate
{
	background: #323440 !important;
}

.btnPreviewImage
{
	cursor: pointer;
}

.imgPreviewImage
{
	max-width: 60px;
}

.google_icon_star
{
	color: gold;
}

.form-control:disabled
{
	background: transparent !important;
}

.table_wrapper img
{
	max-width: 75px;
	border-radius: 5px;
}

.edit-profile__logos img
{
	max-width: 100px;
	height: auto;
}

.navbar-left .logo-area
{
	min-width: 100px !important;
}

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

.charge_item_wrapper
{
	height: 50px;
	border: 1px solid black;
	background: black;
	width: 450px;
	display: table;
	margin-bottom: 3px;
	cursor: pointer;
	color: white;
}

.charge_item_wrapper.item_selected
{
	background: grey;
}

.charge_item
{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	-webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.charge_item_title
{
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
}

.column_align_right
{
	text-align: right;
}

.grand_total_font
{
	font-size: 30px;
}

.header_right_button
{
	margin: 15px 0;
	margin-top: 0;
}

.header_right_button button
{
	float: right;
}