@CHARSET "UTF-8";

.nav_bar {
    /* display: flex; */
	gap: 4px;
	align-items: center;
	justify-content: center;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
	padding: 8px 0px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
	text-align: center;
	font-size: 14px;
}

.customer-page .nav_btn {
	padding: 6px 15px;
	cursor: pointer;
	border-radius: 30px;
	border: 2px solid rgb(var(--color-primary));
	color: rgb(var(--color-primary));
	font-weight: bolder; 
	margin-right: 6px;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.customer-page .nav_btn.sm {
	padding: 4px 8px;
	font-size: 14px;
}

.customer-page .nav_btn.selected {
	background: rgb(var(--color-primary)); 
	color: #FFF;
}

.nav_btn {
	padding: 6px 15px;
	cursor: pointer;
	border-radius: 999px;
	/* border-radius: 12px; */
	border: 2px solid #2fabbb;
	color: #2fabbb;
	font-weight: 600; 
	margin-right: 6px;
	transition: all 0.1s ease-in-out;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.nav_btn:hover {
	box-shadow: 0 0 0 2px rgba(0,123,255,.25);
}

.nav_btn.selected {
	background: #2fabbb;
	color: #FFF;
}

.txt_main {
	font-weight: 600; 
	color: #333333;
	margin-bottom: 15px;
}

.div_content {
    padding: 20px; 
    background: #FFF; 
    border-radius: 5px;
}

.menu_btn {
	margin: 15px 0px;
	font-size: 1.2em; padding: 0px 10px; color: #333; 
	font-weight: 600;
	border-left: 5px solid #33333355;
	
}

.menu_btn.selected {
	color: #2fabbb; 
	border-left: 5px solid #2fabbb55;
	
}



.navbar-inverse {
	background-color: #EEEEEE !important;
	border-bottom: 1px solid #DDDDDD;
}
input:disabled {
	background: #eee;
	opacity: 0.6;
}

textarea:disabled {
	background: #eee;
	opacity: 0.6;
}

.batch_product_row {
	display: table;
	padding: 5px;
	margin-bottom: 5px;
}

.batch_product_row.odd {
	background: #DDD;
} 

.batch_product_row .btn_add_img {
	cursor: pointer; 
	vertical-align: top; 
	
	height: 100%;
	border-radius: 5px; 
	border: 1px solid #333;
	text-align: center; 
	line-height: 40px;
}

.batch_product_row .btn_add_img .btn_add {
	display: block;
}

.batch_product_row .btn_add_img .btn_wait {
	display: none;
}

.batch_product_row .btn_add_img.uploading .btn_add {
	display: none;
}

.batch_product_row .btn_add_img.uploading .btn_wait {
	display: block;
}

.batch_product_row.even{
	background: #FFF;
}

.batch_product_row .batch_product_item {
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
}



.batch_product_row .sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.batch_product_row .sortable li {
	padding: 25px 2px 2px 2px; text-align: center; position: relative; font-size: 1em; color: #CCC; margin: 3px 3px 3px 0; border: 1px solid #999;  background: #FFF;float: left; 
	/* width: 100px; height: 100px; */
 }
.batch_product_row .sortable li svg{ position: absolute;}
.batch_product_row .sortable li.delete .delete_btn{ color: #CE2323;}
.batch_product_row .sortable li.delete img {
	opacity: 0.2;
}
.batch_product_row .sortable li.cover .cover_btn{
	color: #63A69F;
}
.batch_product_row .sortable .cover_info {
	display: none;
	position: absolute;
	right: 5px;
    font-size: 12px;
	color: #63A69F;	
	top: 5px;
}
.batch_product_row .sortable li.cover .cover_info{
    display: block;
}

.batch_product_row .sortable li.cover .delete_btn{
	display: none;
}



input.lele {
	border: 1px solid #999; 
	width: 100%; 
	padding: 5px; 
	border-radius: 5px;
	
}
.shopee_days_to_ship .checked_icon{
	display: none;
}

.shopee_days_to_ship.badge_selected .checked_icon{
	display: inline-block;
}

.shopee_shopping_no_fee .checked_icon{
	display: none;
}

.shopee_shopping_no_fee.badge_selected .checked_icon{
	display: inline-block;
}

.shopee_category {
	
}
.shopee_category.selected {
	color: #63A69F;
	font-weight: 600;
}

.shopee_shipping .checked{
	display: none;
}
.shopee_shipping .not_checked{
	display: inline-block;
}

.shopee_shipping.checked .checked{
	display: inline-block;
}

.shopee_shipping.checked .not_checked{
	display: none;
}

.supply_order_row:hover .btn_storage2_item_edit {
	display: inline-block;
}

.supply_order_row .btn_storage2_item_edit {
	display: none;
	cursor: pointer;
}

.shop_label_shadow {
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	font-size: 0.8em; font-weight: 600; 
	padding: 0px 5px;  
}

.shipping_label{ 
	border: 1px solid #666; 
	color: #666; 
	font-size: 12px; 
	padding: 1px; 
	border-radius: 4px; 
	margin-right: 5px; 
}

.btn.btn_getimg {
	/* background: #fad21a; */
	color: #63A69F;
	
}

.btn.btn_getimg.small {
	padding: 2px 5px;
}







.saler_box {
	border: 1px solid #CCC; 
	background: #FFF; 
	padding: 5px; 
}

.saler_box:hover {
	border: 1px solid #63A69F; 
	background: #FCFCFC;  
}

.saler_box .btn.btn_ad_more {
	background: #DDD;
    color: #63A69F;
    width: 100%;
    border-radius: 0px;
	cursor: pointer;
}

.saler_box:hover .btn.btn_ad_more {
	-webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
	-webkit-transition: color 1000ms linear;
    -ms-transition: color 1000ms linear;
    transition: color 1000ms linear;
	background: #63A69F;
    color: #FFF;
    
}

.ad_sub_img {
	display: inline-block;
	height: 30px; 
	width: 30px; 	
	margin:2px;
	border: 1px solid #AAA;
}

.cropapp {
  /* position: absolute;
  width: 90%;
  height: 80%;
  left: 5%;
  background: lightgray; */
}

.cropbox {
  /* position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; */
}

#menu_panel li.special a {
	color: #63A69F !important;
}
#menu_panel li.special.active a{
	color: #FFF !important;
}

#menu_panel li.special1 a {
	color: #de590b !important;
}
#menu_panel li.special1.active a{
	color: #FFF !important;
}

.krajee-default.file-preview-frame .kv-file-content {
	width: 100px !important;
	height: 100px !important;
}
.div_for_img_upload .file-preview {
	max-height: 300px;
	overflow-y: auto; 
}

.feed_message_n_order.feed_info_sub_div.filtering .btn.btn_check_message_control_panel{
	color: #00e23b;
	background: #63A69F;
	border: 1px solid #00e23b;
}

.feed_message_n_order.feed_info_sub_div.filtering .div_for_product_row {
	opacity: 0.2;
}

.feed_message_n_order.feed_info_sub_div.filtering .div_for_product_row.filted {
	opacity: 1;
}

.message_control_panel .filter_gfpid_btn {
	margin-right: 2px;
	cursor: pointer;
}

.div_sortable_highlight {
	height: 30px; 
	border: 1px solid #63A69F;
	background: #bad0cd;
}

.div_sortable_highlight_high {
	height: 60px; 
	border: 1px solid #63A69F;
	background: #bad0cd;
}

.message_control_panel .filter_gfpid_btn.selected {
	background: #63A69F;
    color: #FFF;
}

.btn.btn_for_message_filter {
	padding: 0px; 
	font-size: 0.8em; 
	background: #CCC; 
	color: #666;
	width: 60px;
}

.btn.btn_for_message_filter.selected {
	background: #63A69F; 
	color: #FFF;
}

.message_control_panel {
	border-radius: 0px 0px 5px 5px ; 
	position: absolute; 
	padding: 5px 20px 5px 5px;
	background: #FFFFFFEE; 
	width: 100%; 
	margin-top: 30px; 
	z-index:100;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.6);
}

.hint_for_image_edit {
	color: #CE2323;
}
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li {padding: 25px 2px 2px 2px; text-align: center; position: relative; font-size: 1em; color: #CCC; margin: 3px 3px 3px 0; border: 1px solid #999;  background: #FFF;float: left; width: 100px; height: 100px; }
#sortable li svg{ position: absolute;}
#sortable li.delete .delete_btn{ color: #CE2323;}
#sortable li.delete img {
	opacity: 0.2;
}
#sortable li.cover .cover_btn{
	color: #63A69F;
}
#sortable .cover_info {
	display: none;
	position: absolute;
	right: 5px;
    font-size: 12px;
	color: #63A69F;	
	top: 5px;
}
#sortable li.cover .cover_info{
    display: block;
}

#sortable li.cover .delete_btn{
	display: none;
}

div.div_for_product_row .btn_edit_product_order{
	display: none;
}

div.div_for_product_row:hover .order_id_style {
	display: none;
}
div.div_for_product_row:hover .btn_edit_product_order{
	display: inline-block;
}

div.new_order_item .badge {
	border: 1px solid #777;
}

div.new_order_item .badge.badge_selected {
	border: 1px solid #63A69F;
	background: #ffffff00;
	color: #63A69F;
}



.btn_click_to_add_style {
	border-radius:  0px  4px 4px 0px  !important;
}
.div_style_discount_btn {
	display: none;
}

.div_for_discount:hover .div_style_discount_btn {
	display: inline-block;
}

.div_style_row:hover {
	background: #bad0cd; 
}
.div_style_row.remove .btn_edit_discount,
.div_style_row.remove .btn_edit,
.div_style_row.remove .btn_delete{
	display: none;
}

.div_style_row.normal .btn_resume {
	display: none;
}

.div_style_row.remove:hover .btn_resume {
	display: inline-block;
}

.div_style_row.normal:hover .btn_edit_discount,
.div_style_row.normal:hover .btn_edit,
.div_style_row.normal:hover .btn_delete{
	display: inline-block;
}

.div_style_row.remove .stylename {
	text-decoration-line: line-through; 
	color: #CCC;
}

.div_style_row.normal .stylename {
	color: #333;
}

.div_style_row {
	cursor: pointer;
}

.div_style_row_btn {
	display: none;	
}

.row_for_title {
	display: none;
}
#page_title22 {
	display: none;
}

div.div_product_comments {
	padding: 0px; 
	min-height: 0px;
	/* margin-bottom: 10px; */
}

div.div_product_comments .no_order {
	color: #CCC;
}

div.div_product_comments .not_checked {
	color: #CE2323;
}

div.div_product_comments .checked {
	color: #63A69F;
}

div.div_product_comments .icon_for_comments {
	display: none;
}
div.div_product_comments.no_order .icon_for_comments.no_order,
div.div_product_comments.checked .icon_for_comments.checked,
div.div_product_comments.not_checked .icon_for_comments.not_checked{
	display: inline-block;
}

div.div_product_comments.no_order .div_for_add_new_order,
div.div_product_comments.no_order .div_for_new_order {
	display: none;
}

div.div_product_comments.checked .div_for_not_order_label {
	display: none;
}

div.div_product_comments.no_order .div_for_message {
	color: #999;
}
.btn_for_not_order_label {
	background: #999;
	color: #FFF;
}
div.div_product_comments.no_order .btn_for_not_order_label {
	background: #63A69F;
	color: #FFF;
}

button.div_oneline {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}

button.div_oneline p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	font-size: 0.8em;
    font-weight: 800;
}

.div_oneline2 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	
}

.div_oneline2 p{ 
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	font-size: 0.8em;
    font-weight: 800;
}

div.div_oneline {
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

div.dt-button-background {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.7) !important;
    background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0,0,0,0.3)), color-stop(1, rgba(0,0,0,0.7))) !important;
    background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) !important;
    background: radial-gradient(ellipse farthest-corner at center, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.7) 100%) !important;
    z-index: 2001 !important; */
}

.catalog_tag {
	border: 1px solid #AAA; color: #666; font-size:12px; padding:1px; margin-right: 2px; font-weight: 100;
}

.code_label {
	font-family: 'Share Tech Mono', monospace; 
	padding: 1px 5px; 
	color: #FFF; 
	background: #000;
}



.b_n_s_selector_group.selected .show_comments_icon,
.b_n_s_selector_type.selected .show_comments_icon {
	display: inline-block;
}

.b_n_s_selector_group .show_comments_icon,
.b_n_s_selector_type .show_comments_icon {
	display: none;
}

.order_id_style {
	padding: 0px 2px; color: #FFF; background: #63A69F; font-size: 12px; font-weight:200; border: 0px solid #CCC;
}

.order_icon_style {
	color: #f4f4f4;
}

.modal-open .modal {

	overflow-y: auto;

}
.datatable_lelebuy {
	width: 100% !important;
}
.datatable_lelebuy .row_selector {
	margin: 0px 4px;
	width: 15px;
}

.datatable_lelebuy tr.selected .row_selector.notselected,
.datatable_lelebuy tr .row_selector.selected
{
	display: none;
}

.datatable_lelebuy tr .row_selector.notselected,
.datatable_lelebuy tr.selected .row_selector.selected
{
	display: block;
}

.score_star {
	font-size: 2em;
	color: #63A69F;
	margin: 4px;
}

.dataTables_filter {
	float: right;
}
.btn_filter_style {
	padding: 2px; margin:2px;
}
.btn_filter_style.btn_cancel,
.buttons-collection.btn_cancel {
	color: #666; background: #DDD;
}
.datatable_lelebuy thead th{
	background-color: #31353d;
	color: #f8f9fa;
	opacity: 0.92;
}
.datatable_lelebuy td{
	padding-top:6px;
	padding-bottom:6px;
}
.datatable_lelebuy tr{
	height: 40px !important;	
}

th.datatable_fbid_source_th {
	width: 30px !important;
}
th.datatable_feed_img_th {
	width: 60px !important;
}
.dataTables_empty {
	background: #FFF !important;
}

/* switch style*/ 
.div_nav_for_tab .div_nav_tab_btn {
	display: inline-block;
	padding: 2px 10px; 
	cursor: pointer;
	border-bottom: 2px solid rgba(0,0,0,0);
	 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.div_nav_for_tab .div_nav_tab_btn.selected {
	border-bottom: 2px solid #63A69F;
}

.div_nav_for_tab {
	height: 50px;
    text-align: left;
    margin: 0px;
    padding-top: 11px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 1;
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.datatable_col .dropbtn {
    border: none;
    cursor: pointer;
	text-align: left;
	background: rgba(1,1,1,0);
}



/* The container <div> - needed to position the dropdown content */
.datatable_col .datatable_dropdown {
    position: relative;
    display: inline-block;
	text-align: left;
	width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.datatable_col .dropdown-content {
	background: #FFF;
    display: none;
    position: absolute;
	padding: 5px 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
    z-index: 99;
	margin-left: 80px;margin-top: -60px;
}

.datatable_col_storage .dropdown-content {
	background: #FFF;
    display: none;
    position: absolute;
	padding: 5px 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
    z-index: 99;
	margin-left: 10px;margin-top: -40px;
}

.datatable_col_storage:hover .dropdown-content {
	display: block;
}

.datatable_col .dropdown-content.small-size{
	min-width:100px;
}
.datatable_col .dropdown-content.mid-size{
	min-width:180px;
}


/* Links inside the dropdown */
.datatable_col .dropdown-content a {
    color: black;
    padding: 2px 6px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.datatable_col .dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.datatable_col .datatable_dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.datatable_col .datatable_dropdown:hover .dropbtn {
    background-color: #EEEEEE00;
}
/* end datatable_col */

/* .datatable_lelebuy tbody tr[role=row]:hover {
	background: #bad0cd;
} */

.datatable_lelebuy tbody tr.odd[role=row]:hover {
	background: #CCCCCCAA;
}

.datatable_lelebuy tbody tr.even[role=row]:hover {
	background: #DDD;
}

.datatable_lelebuy tbody tr:hover .btn_for_row{
	display: inline-block;
}
.datatable_lelebuy tr.odd {
	background: #EEEEEEAA;
}

.btn_for_row {
	display: none; 
}


.btn_mng_group {
	display: none !important;
	
}

.list_mng_group:hover .btn_mng_group {
	display: inline-block !important;
	
}

.print_selector_bg {
	
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 29%, rgba(255,255,255,0.37) 74%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(29%, rgba(255,255,255,1)), color-stop(74%, rgba(255,255,255,0.37)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 29%, rgba(255,255,255,0.37) 74%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 29%, rgba(255,255,255,0.37) 74%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 29%, rgba(255,255,255,0.37) 74%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 29%, rgba(255,255,255,0.37) 74%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );	
}

.editor_image.selected {
	border: 5px solid #63A69F;
}

.editor_image {
	border: 5px solid #EEE;
	height: 120px; 
	width: 100%; 
}

.editor_image_cover,
.editor_image_delete {
	display: none;
	background: #FFF;
	padding: 2px;
	width: 100%;
	color: #666;
	border: 1px solid #AAA;
}

.editor_image:hover .editor_image_cover,
.editor_image:hover .editor_image_delete
{
	display: inline-block; 
}

.div_coupon_info .btn_editCoupon,
.div_catalog_info .btn_editCatolog{
	display: none;
}

.div_coupon_info:hover .btn_editCoupon,
.div_catalog_info:hover .btn_editCatolog{
	display: inline-block;
}

.div_setting_content {
	background: #EEEEEE;
	padding: 8px;
	border-radius: 5px;
}

.product_item_hover {
	background-color: #EEE;
}

.display_filter {
	cursor: pointer;
}



.display_filter.not_paid_item[filter_to_show=false] .icon_filter_2 {
	display: inline-block;
}

.display_filter.all_item[filter_to_show=false] .icon_filter_1 {
	display: inline-block;
}

.display_filter[filter_to_show=true] .icon_filter_1,
.display_filter[filter_to_show=true] .icon_filter_2,
.display_filter.not_paid_item[filter_to_show=false] .icon_filter_1,
.display_filter.all_item[filter_to_show=false] .icon_filter_2 {
	display: none;
}


.display_filter[filter_to_show=true] .icon_filter {
	display: none;
}

.display_filter[filter_to_show=false] .icon_filter {
	display: inline-block;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  
	.no-print, .no-print *
    {
        display: none !important;
    }
}

.div_line_groups .btn_delete_line_groups {
	display: none;	
}

.div_line_groups:hover .btn_delete_line_groups {
	display: inline-block;	
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 16px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #63A69F;
}

input:focus + .slider {
  box-shadow: 0 0 1px #63A69F;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* end switch*/
.order_item_done_order small.create_time {
	display: none; 
	color: #CCCCCC;
}

.order_item_is_order  small.create_time {
	display: none; 
	color: #AAA;
}

.order_item_done_order:hover small.create_time,
.order_item_is_order:hover  small.create_time {
	display: inline-block; 
}


.btn.btn-switch-on {
	background: #63A69F;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

.btn.btn-switch-off {
	background: #AAA;
	color: #666;
}
.toggle.btn {
	width: 100px !important;
}

.news_div .toggle.btn {
	width: 40px !important;
}

.btn_important_style {
background: rgba(242,246,248,1);
background: -moz-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(99,166,159,1) 12%, rgba(99,166,159,1) 58%, rgba(83,135,129,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,246,248,1)), color-stop(12%, rgba(99,166,159,1)), color-stop(58%, rgba(99,166,159,1)), color-stop(100%, rgba(83,135,129,1)));
background: -webkit-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(99,166,159,1) 12%, rgba(99,166,159,1) 58%, rgba(83,135,129,1) 100%);
background: -o-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(99,166,159,1) 12%, rgba(99,166,159,1) 58%, rgba(83,135,129,1) 100%);
background: -ms-linear-gradient(top, rgba(242,246,248,1) 0%, rgba(99,166,159,1) 12%, rgba(99,166,159,1) 58%, rgba(83,135,129,1) 100%);
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%, rgba(99,166,159,1) 12%, rgba(99,166,159,1) 58%, rgba(83,135,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#538781', GradientType=0 );
}

.btn_for_shop {
	font-size: 14px;
    font-weight: 200;
    /*  background: rgba(255,255,255,0.5);*/
    padding: 1px;
	
	
}

.btn_for_review_type.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_review_type .glyphicon-ok {
	display: none;
}

.btn_for_allow_cancel_order .glyphicon-ok {
	display: none;
}

.btn_for_allow_secret_link .glyphicon-ok {
	display: none;
}

.btn_badge_switch .glyphicon-ok {
	display: none;
}

.btn_for_allow_cancel_order.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_allow_secret_link.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_show_sell_quantity.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_shop_type.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_forbidden_edit_shipping_fee.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_badge_switch.badge_selected .glyphicon-ok {
	display: inline-block;
}

.btn_for_show_sell_quantity .glyphicon-ok {
	display: none;
}

.btn_for_shop_type .glyphicon-ok {
	display: none;
}

.btn_for_forbidden_edit_shipping_fee .glyphicon-ok {
	display: none;
}

.btn_for_shop .shop_label.is_on_shop {
	color: #E9C44D;
	/* text-shadow: 0px 0px 3px rgba(255, 255, 255, 1); */
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.btn_for_shop .shop_label.not_on_shop{
	color: #CCC;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.performance_number {
	text-align: right; font-size: 1.2em; font-weight: 600;
	padding: 2px;
}

.div_shipper_list[is_wallet="1"] {
	background: #f3f3db !important;
}

@media only screen and (max-width: 700px)  {
	.btn_messanger {
		display: none;
	}
}
.btn_messanger {
		display: none;
}


.customer_order:hover .btn_delete_this_order_in_product_order {
	display: inline-block;
}
.btn_delete_this_order_in_product_order {
	display: none;
}

#product_style_for_supply.div_style_min {
	height: 65px;
	overflow-y: hidden;
	-webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	background-color: #DDD; border-radius: 5px; padding: 5px;
	
}

#product_style_for_supply.div_style_normal {
	background-color: #DDD; border-radius: 5px; padding: 5px;
}

.item_assigning .item_edit_btn {
	display: none !important;
}

.item_support_order_list {
	background: #EEE; padding: 0px; border-left: 2px solid #CCC; margin-bottom: 5px;
}

.item_support_order_list:hover {
	background: #DDD;
}

.item_support_order_list .time {
	color: #AAA; font-size: 10px;
	display: none;
}

.item_support_order_list:hover .time {
	display: inline-block;
}

.item_support_order_list .btn_edit {
	font-size: 12px; font-weight: 200; padding: 2px;
	display: none;
}

.item_support_order_list:hover .btn_edit {
	display: inline-block;
}

i.btn_storage_item_edit {
	padding: 0px 5px 0px 5px;
	
	cursor: pointer;
}

.display_item.item i.btn_storage_item_edit {
	display: none;
}

.display_item.item:hover i.btn_storage_item_edit {
	display: inline-block;
	
}
.display_item.item .btn_goto_assign_product.noselect {
	display: none;
}
.display_item.item:hover .btn_goto_assign_product.noselect,
.display_item.item .btn_goto_assign_product.selected {
	display: inline-block;
}

.btn_goto_assign_product.selected .assigning{
	color: #63A69F;
}
.btn_goto_assign_product.selected .wait_assign,
.btn_goto_assign_product.noselect .assigning {
	display: none;
}

.btn_goto_assign_product.selected .assigning,
.btn_goto_assign_product.noselect .wait_assign {
	display: inline-block;
}

.display_item[type=title] .title_storage_info {
	display: none;
}

.display_item[type=title]:hover .title_storage_info, 
.display_item[type=title]:active .title_storage_info {
	display: block;
}

.company_list.delete {
	color: #CCC;
	text-decoration: line-through;	
}

.company_list .btn_editSupplyCompany,
.company_list .btn_resumeSupplyCompany,
.company_list .btn_deleteSupplyCompany {
	display: none;	
}



/* .company_list.delete:hover .btn_deleteSupplyCompany,
.company_list.delete:hover .btn_editSupplyCompany{
	display: none;
} */

.company_list.delete:hover .btn_resumeSupplyCompany{
	display: inline-block;
}

.company_list:hover:not(.delete) .btn_deleteSupplyCompany,
.company_list:hover:not(.delete) .btn_editSupplyCompany {
	display: inline-block;	
}

.company_list:hover {
	background: #EEE;
}

.btn_edit_note {
	display: none;
}

.div_shipper_list.for_choose:hover .btn_edit_note {
	display: none;
}

.div_shipper_list:hover .btn_edit_note {
	display: inline-block;
	cursor: pointer;
}



#div_for_panel_btn {
	-webkit-box-shadow: -5px 0px 5px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: -5px 0px 5px 1px rgba(0,0,0,0.4);
	box-shadow: -5px 0px 5px 1px rgba(0,0,0,0.4);
}

#div_for_panel_btn li{
	padding: 6px 0 6px 0;
}

#div_for_panel_btn .divider {
	background: #CCC; height: 1px;
	padding:0px;
}
.search_itme_gfpid{
	background: #fff;
	cursor: pointer;
	font-weight: 200;
}

.search_itme_gfpid.selected{
	background: #c4c4c4;
	border-radius: 4px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.div_billing_list .edit_btn {
	display: none;
}

.div_billing_list:hover .edit_btn {
	display: inline-block;
}



.div_shipper_list .edit_btn {
	display: none;
}

.div_shipper_list:hover .edit_btn {
	display: inline-block;
}

.div_shipper_list.for_choose:hover .edit_btn {
	display: none;
}

body.lelebuy_modal_open {
    overflow: hidden;
}

.div_shipper_list.selected .shipper_list_check_box{
	display: block;
}

.div_shipper_list .shipper_list_check_box{
	display: none;
}
.div_shipper_list.for_choose .check_box{
	display: inline-block;
}
.div_shipper_list .check_box {
	border-radius: 3px; 
	border: 1px solid #CCC; 
	background: #EEE; 
	vertical-align: top; 
	margin-left: 0px; 
	display: inline-block; 
	height: 20px; width: 20px; 
	margin-right: 10px; 
	margin-top: 10px;
	display: none;
}

.div_multi_bonus_delete .btn_multi_bonus_delete {
	display: none;
}

.btn_shippinig_list_sm {
	margin-top: 5px; cursor:pointer; height: 20px; line-height: 20px; border-radius: 10px; 
	 display: inline-block; padding-left: 10px; padding-right: 10px; margin-right: 5px; 
	font-size: 12px;
}

.div_multi_bonus_delete:hover .btn_multi_bonus_delete {
	display: inline-block;
	cursor: pointer;
}

.cash_item_name {
	text-align: left; 
	font-size: 16px; 
	font-weight: 200;
}

.cash_item_price {
	text-align: right; 
	font-size: 16px; 
	font-weight: 200;
}

.cash_nav {
	padding: 5px; 
	font-size:16px; 
	font-weight: 200;
	color: #CCC;
	border-bottom: 2px solid #CCC;
	cursor: pointer;
}

.cash_nav.selected {
	font-weight: 400;
	color: #333;
	border-bottom: 2px solid #333;
}

.footer_for_productpro {
	position: fixed;
    height: 50px;
    bottom: 0; 
    width: 100%;
	background-color: #DDD;
	border-top: 1px solid #EEE;
	z-index: 999;
}

@media screen and (max-width: 700px) {
	

	
	.footer {
		display: block;
		position: fixed;
	    height: 50px;
	    bottom: 0; 
	    width: 100%;
		background-color: #DDD;
		border-top: 1px solid #EEE;
	}
	
	.hidden_sm {
		display: none;
	}
	
	.btn_footer_nav {
		line-height: 50px;
		text-align: center;
	}
	
	.btn_footer_nav.selected {
		border-top: 3px solid #AAA;
	}
	
	#div_supply_order_list {
		margin-bottom: 70px; 
	}
	
	#div_supply_company_list {
		margin-bottom: 70px; 
	}
	
	#div_customer_list {
		margin-bottom: 30px; 
	}
	
	#div_customer_detail {
		margin-bottom: 70px; 
	}
}
    
@media screen and (min-width: 701px) {
	.footer {
		display: none;
	}
}
#customer_row .member_item[is_vip="0"] .vip_icon,
#customer_row .member_item[is_vip="1"] .btn_mark_as_vip,
#customer_row .member_item[is_vip="0"] .btn_mark_as_no_vip
{
	display: none;
}

#customer_row .member_item[is_vip="0"] .btn_mark_as_vip,
#customer_row .member_item[is_vip="1"] .btn_mark_as_no_vip 
{
	display: block;
}

#customer_row .member_item[is_vip="1"] .vip_icon
{
	display: inline-block;
}

#customer_row .member_item.search {
	display: block !important;
}
#customer_row .member_item.not_search {
	display: none !important;
}

#div_line_product_list .display_item.search {
	display: block !important;
}
#div_line_product_list .display_item.not_search {
	display: none !important;
}

/* //	show_only_has_no_assigned
//	show_only_has_ready_to_shipping
//	show_only_money_more_than_0
//	show_only_money_less_than_0
//	show_all */

#customer_row.show_only_vip .member_item[is_vip="1"],
#customer_row.show_only_none_vip .member_item[is_vip="0"],
#customer_row.show_only_has_no_assigned .member_item[not_assigned=true],
#customer_row.show_only_has_ready_to_shipping .member_item[can_be_shipped=true],
#customer_row.show_only_money_more_than_0 .member_item[balance="1"],
#customer_row.show_only_money_less_than_0 .member_item[balance="-1"],
#customer_row.show_all .member_item{
	display: block;
}
#customer_row.show_only_vip .member_item[is_vip="0"],
#customer_row.show_only_none_vip .member_item[is_vip="1"],
#customer_row.show_only_has_no_assigned .member_item[not_assigned=false],
#customer_row.show_only_has_ready_to_shipping .member_item[can_be_shipped=false],
#customer_row.show_only_money_more_than_0 .member_item:not([balance="1"]),
#customer_row.show_only_money_less_than_0 .member_item:not([balance="-1"]){
	display: none;
}




#product_row .product_item[is_show=false] {
	display: none;
}

#product_row .product_item.search {
	display: block !important;
}
#product_row .product_item.not_search {
	display: none !important;
}

#product_row.show_only_on_shop .product_item[is_on_shop=true],
#product_row.show_only_not_on_shop .product_item[is_on_shop=false],
#product_row.show_only_visible .product_item[is_show=true],
#product_row.show_only_invisible .product_item[is_show=false],
#product_row.show_only_no_determine .product_item[count_no_determine=true][is_show=true],
#product_row.show_only_checked .product_item[count_checked=true][is_show=true],
#product_row.show_only_marked .product_item[count_marked=true][is_show=true],
#product_row.show_only_not_assigned .product_item[count_not_assigned=true][is_show=true],
#product_row.show_all .product_item{
	display: block;
}
#product_row.show_only_on_shop .product_item[is_on_shop=false],
#product_row.show_only_not_on_shop .product_item[is_on_shop=true],
#product_row.show_only_visible .product_item[is_show=false],
#product_row.show_only_invisible .product_item[is_show=true],
#product_row.show_only_no_determine .product_item[count_no_determine=false],
#product_row.show_only_checked .product_item[count_checked=false],
#product_row.show_only_marked .product_item[count_marked=false],
#product_row.show_only_not_assigned .product_item[count_not_assigned=false]{
	display: none;
}

#product_row .product_item[is_show=true] .filter_hide_product,
#product_row .product_item[is_show=false] .filter_show_product {
	display: block;
}

#product_row .product_item[is_show=false] .filter_hide_product,
#product_row .product_item[is_show=true] .filter_show_product  {
	display: none;
}

.product_item {
	margin-bottom: 5px; 
	padding: 0px;
	cursor: pointer;
	border-left: 2px solid #63A69F;
}

#product_row .product_item[is_show=false] {
	opacity: 0.5;
	border-left: 2px solid #AAA;
}

.product_item:hover {
	background-color: #EEE;
}
.product_item.selected, 
.product_item.selected:hover {
	background-color: #bad0cd;
}

#product_row .product_item[is_for_checkout=false] .filter_no_checkout,
#product_row .product_item[is_for_checkout=true] .lbl_no_for_checkout{
	display: none;
}

#product_row .product_item[is_on_shop=false] .filter_no_for_shop,
#product_row .product_item[is_on_shop=false] .filter_to_vip_shop,
#product_row .product_item[is_on_shop=false] .filter_for_none_vip_shop {
	display: none;
}

#product_row .product_item[is_on_shop=true] .filter_for_shop,
#product_row .product_item[is_on_shop=true] .filter_for_vip_shop,
#product_row .product_item[is_on_shop=true] .filter_for_none_vip_shop {
	display: none;
}
#product_row .product_item[is_on_shop=vip] .filter_for_shop,
#product_row .product_item[is_on_shop=vip] .filter_for_vip_shop,
#product_row .product_item[is_on_shop=vip] .filter_to_vip_shop{
	display: none;
}
#product_row .product_item[is_on_shop=false] .lbl_vip,
#product_row .product_item[is_on_shop=true] .lbl_vip{
	display: none;
}

#product_row .product_item[is_for_checkout=false] .lbl_no_for_checkout,
#product_row .product_item[is_on_shop=vip] .lbl_vip {
	display: inline-block;
}

#product_row .product_item[is_for_checkout=true] .filter_for_checkout
{
	display: none;
}
/* 
#product_row .product_item[is_on_shop=vip] .filter_for_vip_shop */



/* .product_item .dropdown-toggle{
	display: none;
}

.product_item:hover .dropdown-toggle{
	display: block;
} */



.list_close .glyphicon-chevron-up, 
.list_open .glyphicon-chevron-down{
	display: none;
	
}

.list_open .glyphicon-chevron-up,
.list_close .glyphicon-chevron-down {
	display: inline-block;
}

.order_item_is_order .btn_for_check_note {
	background-color: #CCC;
	color: #333;
}

.order_item_done_order .btn_for_check_note {
	background-color: rgba(0,0,0,0.04);
	color: #63A69F;
}

.btn_filter_by_style_on {
	border: 1px solid #63A69F;
	background-color: #EEE;
	color: #63A69F;
	cursor: pointer;
	
-webkit-box-shadow: 0px 0px 8px 0px rgba(97,207,119,0.78);
-moz-box-shadow: 0px 0px 8px 0px rgba(97,207,119,0.78);
box-shadow: 0px 0px 8px 0px rgba(97,207,119,0.78);
}

.btn_filter_by_style_off {
	border: 1px solid #999;
	background-color: #CCC;
	color: #999;
	cursor: pointer;
}

.btn_shippinig_list {
	margin-top: 10px; cursor:pointer; height: 30px; line-height: 30px; border-radius: 15px; 
	 display: inline-block; padding-left: 15px; padding-right: 15px; margin-right: 5px; 
}

.btn_shippinig_done {
	color: #FFF;
	background-color: #63A69F;
}

.btn_hippinig_not_done {
	color: #333;
	background-color: #CCC;
}

.shipping_list:hover .edit_shipping_list{
	display: inline-block;
}
.shipping_list .edit_shipping_list{
	display: none;
	cursor: pointer; 
}

.shipping_list:hover .btn_show_shipping_detail{
	display: inline-block;
}
.shipping_list .btn_show_shipping_detail{
	display: none;
	cursor: pointer; 
}

/******note************/
.note {
  position: relative;
  width: calc(100%);
  padding: 0.8em 1.2em;
  margin: auto;
  color: #333;
  background: #bad0cd;
  overflow: hidden;
}

.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #658E15 #658E15;
  background: #658E15;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}

.note.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.note.form-control { 
	background: #FFF;
	border: 1px solid #AAA;	
}

.note.rounded:before {
  border-width: 8px;
  border-color: #f4f4f4 #f4f4f4 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
/*************/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CCC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #CCC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #CCC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #CCC;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #CCC;
}

.main_message .order_item_message::before {
	content:"\A";
    border-style: solid;
	border-width: 0 17px 17px 0;
    border-color: transparent #d1d2d3 transparent transparent;
    position: absolute;
    left: 5px;
	top: 0px;
} 

/* .sub_message  .order_item_message::before {
	content:"\A";
    border-style: solid;
	border-width: 10px 10px 10px 10px;
    border-color: transparent #d1d2d3 transparent transparent;
    position: absolute;
    left: 5px;
	top: -5px;
} */

.main_message .profile_name {
	font-wieght: 200;
	font-size: 20px;
}
.sub_message .profile_name {
	font-wieght: 200;
	font-size: 14px;
}

.order_item_message {
	display: block; 
	padding: 5px; 
	/* color: #FFF; */
	padding-left: 10px;
	border-radius: 0px 10px 0px 0px;
	/* background-color: #E9C44D; */
	background-color: #d1d2d3;
	line-height: 1.34;
    color: #1d2129;
    font-weight: 200;
    font-size: 0.95em;
}



.total_sum {
	font-weight: 600;	
}

.panel-heading2:hover {
	background-color: #EEE;	
}

.increase_item:hover {
	background-color: #DDD;	
}



.increase_item:hover .btn_item_delete{
	display: block;
}

.increase_item .btn_item_delete {
	display: none;
	cursor: pointer; 
	color: #CE2323; 
	margin-left: -20px; 
	position: absolute;
}

.div_each_order_item:hover .delete,
.div_each_order_item:focus .delete{
	display:inline-block;
}

.div_each_order_item .delete{
	display: none;
}


.product_order_content_item:hover {
	color: #AAA;	
}

.order_item:hover {
	background-color: #EEE;	
}

.group_product_head_selected {
	color: #63A69F;
    background-color: #bad0cd;
	border-bottom: 1px solid #63A69F!important;
}

.group_product_head_not_selected {
	color: #63A69F; 
	background:#FFFFFF;
	border-bottom: 1px!important solid!important #63A69F!important;
}

.group_product {
	color: #63A69F; 
	border: 1px solid #63A69F;
}

.btn_hide_style {
	cursor: pointer;	
}

.div_style {
	white-space: nowrap;
	overflow:hidden;
}

.div_style_hover .btn_hide_style {
	
}

.div_style_no_hover .btn_hide_style {
	display:none;
}

.btn_edit_style {
	cursor: pointer;	
}

.btn_forbiden_edit_style {
	cursor: not-allowed;	
}

.div_style_hover .btn_edit_style {
	
}

.div_style_no_hover .btn_edit_style {
	display:none;
}


.order_content .btn_order_delete,
.order_content .btn_order_edit {
	display:none;
}


.order_item:hover .btn_order_add_new_content,
.order_item:hover .btn_order_edit_note {
	visibility:visible;
}
.increase_item .btn_comments_style {
	background: #63A69F !important;   
	color: #FFF !important;
}
.btn_comments_style {
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.btn_comments_style:hover {
	-webkit-box-shadow: 0px 0px 3px 1px rgba(163,163,163,1);
	-moz-box-shadow: 0px 0px 3px 1px rgba(163,163,163,1);
	box-shadow: 0px 0px 3px 1px rgba(163,163,163,1);
}

.btn_comments_not_selected {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.btn_comments_selected {
	color: #FFFFFF;
	background-color: #63A69F;
}


.order_item_is_order p.order_item_message {
	color: #666666;
}

.order_item_is_not_order p.order_item_message {
	color: #CCCCCC;
	display: none;
}

.order_item_is_not_order.search p.order_item_message {
	color: #666;
	display: block;
}

.order_item_is_not_order img.btn_messanger,
.order_item_is_not_order img.btn_facebook,
.order_item_is_not_order img.btn_make_note {
	opacity: 0.4;
}

.order_item_is_not_order:hover img.btn_messanger,
.order_item_is_not_order:hover img.btn_facebook,
.order_item_is_not_order:hover img.btn_make_note {
	opacity: 1;
}

.order_item_done_order p.order_item_message {
	/*color: #666666;*/
}

img.btn_messanger, img.btn_facebook, img.btn_make_note{
	cursor: pointer;
	margin-right: 5px;
	height: 18px;
	
}

.order_item_is_not_order .div_order_content, .order_item_is_not_order .create_time{
	display: none;
}

.order_item_is_not_order .profile_image, .order_item_is_not_order .profile_name {
	opacity: 0.3;
}

.order_item_is_not_order:hover .profile_image, .order_item_is_not_order:hover .profile_name  {
	opacity: 1.0;
}


 .profile_image {
 	border-radius: 50%;
 	border: 1px solid rgba(0, 0, 0, .1);
 }



.order_item .order_style_input_div {
	display:none;
}
.order_item .btn_order_add_new_content,
.order_item_is_order .order_item .btn_order_edit_note {
	visibility:hidden;
}

.order_item_is_order .order_content:hover .btn_order_delete,
.order_item_is_order .order_content:hover .btn_order_edit {
	display: inline-block;
}

.increase_item .badge {
	background-color: #FFF;
	color: #666;
	border:1px solid #AAA;
}

.increase_item .badge_selected {
	background-color: #FFF;
	color: #63A69F;
	border:1px solid #63A69F;
}

.badge_selected {
	background-color: #63A69F;
}


.order_item_done_order .btn_save, 
.order_item_done_order .btn_order_add_new_content,
.order_item_done_order .div_for_mark,
.order_item_is_not_order .btn_order_delete,
.order_item_is_not_order .btn_order_edit {
	display: none;
}

.order_item_done_order {
	border-left: 2px solid #63A69F;
}

.order_item_is_not_order {
	border-left: 2px solid #DDDDDD;
}

.order_item_is_order {
	border-left: 2px solid #CE2323;
}

.order_item_finish_halfway_order {
	border-left: 2px solid #E9C44D;
}


#div_customer_item .div_customer_item_has_item {
	border-left: 2px solid #63A69F;
}

#div_customer_item .div_customer_item_no_item {
	border-left: 2px solid #CE2323; 
}

#div_customer_item .div_customer_item:hover {
	background-color: #EEE; 
}

#div_customer_item .div_customer_item_forcheck{
	
}

input.cropit-image-input {
	visibility: hidden;
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 900px;
  height: 900px;
}

.cropit-preview.for-setting {
  /* You can specify preview size in CSS */
  width: 300px !important; 
  height: 300px;  
  /*  margin: auto;*/
}

.cropit-preview.for-ad {
  /* You can specify preview size in CSS */
  width: 300px !important;
  height: 300px;
    margin: auto;
}

.cropit-preview.for-catalog {
  /* You can specify preview size in CSS */
  width: 400px !important;
  height: 50px !important;;
  /*  margin: auto;*/
}



.product_stock_table_row {
	margin-bottom: 3px;
}

.product_stock_table_row:hover {
	margin-bottom: 3px;
	background-color: #EEE;
}