/*!
 * All style for the shop web/)
 */


.left-column {

}

.top-nav {

	background-color: #e9ecef;
	

}

.breadcrumb {
	 background-color: #ffffff;
}

.category-div {

	background-color: rgba(0,0,0,.03);
	padding: 10px;
	border-radius: .25rem;
  border: 1px solid transparent;
    
}

.ui-autocomplete .ui-menu-item {
	background-color: lightgray;
	font-weight: bold;

}

li.ui-menu-item {
	padding: 5px;

}


.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #6693bc !important;
    font-weight: bold !important;
    color: #ffffff !important;

} 


li.one_item_li {

	/*padding: 20px;*/
}
/*for one item li */
.one_item_li .ui-menu-item-wrapper.ui-state-active {
	background-color: red !important;

}

.one_item_suggestion {
 min-height: 40px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 10;
    display: block;
    outline: none;
		width:50px;
}

div#customersummarypopup {
	position: fixed;
	width: 70%;
	height: 580px;
	top: 20px;
	right: 20px;
	border: 1px solid transparent;
	display:none;
	background-color: white;
	border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 18px #888888;
	z-index: 9999;
	font-size: 10pt;
}

div#customerinfopopup {

}

div#customeractivitypopup {
	width: 39%;
	height: 300px;
	border: 1px solid;
	overflow: auto;
	float: left;
	padding: 5px;
	clear:left;
}


div#customerorderpopup {
	width: 59%;
	height: 300px;
	border: 1px solid;
	overflow: auto;
	float:right;
	padding: 5px;
}

div#memberscrollarea {

	flex-wrap:nowrap;
}




div#customersummary {
	width: 100%;
	min-height: 100px;
	display:none;
  	padding: 0px 20px 0px 20px;
	margin-top: 0px;

}

div#customerinfo {
	min-height: 10px;
}

div#customeractivity {
	/*width: 39%;*/
	height: 300px;

	border: 1px solid #dddddd;
  	border-radius: 3px;
	overflow: auto;
	/*float: left;*/
	margin: 5px 0px 0px 0px;
	padding: 10px;
	clear:left;
	background-color: white;
	margin-bottom: 20px;
}


div#customerorder {
	/*width: 59%;*/
	height: 300px;
	border: 1px solid #dddddd;
  	border-radius: 3px;
  		overflow: auto;
	/*float:right;*/
	margin: 5px;
	padding: 10px;
	background-color: white;
	margin-bottom: 20px;

}




.scroll-pane
{
	padding:10px;
}

.info_3col {
}

.customerinfotable {
 border: 1px solid #efefef;
 margin-top: 10px;

}

.customerinfotable td {
	padding: 5px;
	border: 1px solid #efefef;
	vertical-align: top;
}

.customerinfotable th {

	background-color: #efefef;
}

img.itemsearchthumbnail {
	width: 100px;
	height: 100px;
}

.shipmentdiv {
	min-height: 40px;
	padding: 5px;
	border: 1px solid #efefef;
	background-color: white;

}

.sortable {
  min-height: 40px;
}

ul.sortable>li {
  border: 1px solid #efefef;
  border-radius: 5px;
	padding: 10px;
	margin: 5px;
	background-color:white;
}

.dropdown-menu {
	min-width: 5rem;
}

.dropdown-menu li a {
	display: block;
	margin: auto;
}

.dropdown-menu li a:hover {
	text-decoration: none;
	background-color: lightgray;
}

.item_thumbnail > img {
	width: 60px;
}

.shipment-subtotal {
	text-align:right;
	padding-right: 20px;
}

.inputfield {

	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
	border: 1px solid #dddddd;
  	border-radius: 3px;
  	width: 95%;
}

.hide_editbutton {

	display:none;
}

.registercol {

	margin:0px;
	padding:5px;
	margin-bottom: 10px;
}

.registercol .card-header {

	padding:5px 20px 5px 20px;
	background-color: #efefef;
}

.registercol .card {

	border: 1px solid #efefef;
}

.registercol .card-body {

	padding: 5px;
}

.card-body .row {

	margin: 0px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.card-body .row>div {
	padding: 0px;

}

#registermembermodal .modal-dialog {

	max-width: 900px;
}

.addressarea {
	padding:0px;
	margin:0px;
}

.card-body .row .address_search_result {
	padding-left:10px;
}

.jibun {

	font-size: 10pt;
	color: #888888;
}

.registercol .pagination {

	margin-top: 10px;
}

.shipment-shippingoption .selected_contact_address {

	border: 1px solid #aaaaaa;
	border-radius: 3px;
	font-size: 11pt;
}

.mydatepicker {

	width: 80px;
}

.shipment-subtotal, .shipment-shippingoption {
	font-size: 11pt;
}

.one-order-list {

	margin: 10px 5px 10px 5px;
	border-radius: 10px;
}

.shipment-div {
	margin: 0px 5px 15px 5px;
	border-radius: 10px;
	background-color: white;
	padding: 10px;
}

.shipment-title {
	margin-left: 5px;
}

.shipment-summary {
	margin-top: 20px;
	border-top: 1px solid #eeeeee;
	padding: 5px;
}

.btn-packing-slip {
	margin-top: 10px;
}


.btn-process-shipment {
	margin-top: 10px;
}

#btn-run-report {
	margin-top: 32px;
}

#btn-print-invoice {
	margin-top: 32px;
	display: none;
}


.qtyinput {

	padding:0px;
}

.btn.qty-button {

	background-color: #e9ecef;
	margin-top: 0px;
	margin-bottom: 0px;
}

.quantityinput {
	float:left;
}

.btn.qty-del-button {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.shipment-summary .btn {
	margin-bottom: 5px;
}

#AdjustmentAmount {

	width: 100px;
	text-align: right
}

#adjustment-div {
	display: none;
}

.order-preview-shipment {

	margin: 0px 5px 15px 5px;
	border-radius: 10px;
	background-color: #eeeeee;
	padding: 10px;

}

.order-preview-shipment-font {
	font-size: 9pt;
	padding-left: 20px;
}

.divdisabled {
	background-color: #eeeeee;
}

.item-description-div {
	padding-left: 10px;
}

.adjustment-invisible {

	display: none;
}



/* for orders.php*/
.input-weight {
	width: 100px;
}

#cameramodal .modal-dialog {

	max-width: 1200px;
}


.btn-print-invoice, .btn-delete-order {
	margin-top: 10px;
}

.sort-div {

	display: none;
}

.unconfirmlink {

	font-size: 10pt;
	padding-left: 5px;
	text-decoration: underline;
	cursor: pointer;
}

#paymenttable {
	width: 100%;
	border: 0px;
	padding:5px;
}

.paymentdate {
	width: 100px;
}

.selected-order-div {

	border: 3px solid gray;
	
}

.shipment-inactive {

	background-color: #f3f3f3;
	color: #AAAAAA;
}

.shipment-inactive-saved {

	background-color: #c2e4b7;
	color: #AAAAAA;
}


.shipment-inactive button {


}

.sticky {
  position: fixed;
  top: 0;

  background-color: #f9f9f9;
	box-shadow: 5px 3px 5px #888888;
}


.sticky ~ #top-placeholder {
  height: 110px;
}

.top-fixed {

	background-color: #f9f9f9;
	z-index: 99;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px; 
}

#process-status-div {

	margin-top: 10px;
}

.ship-status-table td {

	border: 1px solid #888888;
	padding: 5px;
	font-size: 10pt;	
}

#domesticcount, #koreacount {

	cursor: pointer;
}

.shipment-tracking {

	border: 1px solid #888888;
	border-radius: 3px;
	height: 23px;
	width: 140px;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 25px;

}

.btn-save-tracking, .btn-send-message, .btn-track-package {
	height: 20px;
	font-size: 13px;
	cursor: pointer;
	font-weight: normal;	
}

.input-saved {
	background-image: url("/images/icons8-ok-48.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px 20px;
}

#message-content {

	width: 100%;
	min-height: 300px;
	padding: 10px;
}

#message-content-short {

	width: 100%;
	min-height: 200px;
	padding: 10px;
}

.shipment-image-link {
	text-decoration: underline;
	cursor: pointer;

}

.btn-change-shipment-date {
	margin-left: 10px;
	height: 22px;
	cursor: pointer;
}

.btn-save-shipment-date {
	display:none;
	height: 22px;
	margin-left: 10px;
	cursor: pointer;
}

.shipment-date {
	color: blue;
	
}

.shipment-date-input {
	color: blue;
	font-weight: bold;
	padding-left: 5px;
	width: 105px;
}


.no-input-form {
	background-color: rgba(0,0,0,0);
	border: 0px;
}

.input-form {
	background-color: rgba(255,255,255,1);
	border: 1px solid #eeeeee;
}

.btn-change-shipment-address {

	font-size: 13px;
	text-decoration: underline;
	
	color: blue;
	cursor: pointer;
}

.shipping-note-input {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 250px;
}

.crossedout {
	text-decoration:  line-through;
}

.totalamountspan {
	font-weight:  bold;
}


/* for closing*/

.shipment-list-table td
{
	border: 1px solid #888888;
	padding: 5px;
	font-size: 10pt;
}

.shipment-list-table tbody tr:first-child td
{
	background-color: #aaaaaa;
}

/* for SalesReport.php */
.reportdatepicker {
	width: 100px;
}

.reporttable td 
{
	border: 1px solid #888888;

	padding: 5px;
	font-size: 10pt;

}

.spacer 
{
	padding-left:30px;
}


.item-detail-table {

	min-width: 1200px;
}

.item-detail-table td {
	border: 1px solid #888888;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;

}

.order-summary {
	min-width: 500px;
}

.order-summary td {
	border: 1px solid #888888;
	border-left: 0px;
	border-right:0px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;

}



.order-summary td.payment-header {

	text-align: left;
	border-left: 0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 0px;
	padding-right: 10px;
	padding-left: 5px;	
	padding-top:20px;
	
}

.payment-header-div {
	background-color: #000;
	color: white;
	font-weight: bold;
	font-size: 20pt;
	padding: 5px;
	min-width: 10px;
}


.order-summary td.table-header {

	text-align: left;
	border-left: 0px;
	border-right:0px;
	border-top:0px;
	border-bottom: 1px solid #555555;
	padding-right: 10px;
	padding-left: 5px;	
	padding-top:20px;
	font-weight: bold;
	font-size: 15pt;

}

.order-summary .left-align {
	text-align: left;
}

.summary-title {

	font-size: 15pt;
	font-weight: bold;
}

tr.tdverified td {
	background-color: #f0ffcc;

}

.payment-total-tr {
	background-color: #ccc;
}

.header-tr {
	background-color: #ccc;
}

.reporttable {
	min-width: 1200px;
}

td.td-inbetween {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-top: 10px;
}

.order-detail-table {
	min-width: 1200px;
}

.order-detail-table td {
	border: 1px solid #888888;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;

}

/*for SalesReportDetail.php */

.current-payment-method {
	border: 2px solid #000;
	background-color: #007bff;
}

.payment-visited {
	background-color: #007bff;
}

@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}

/* for DailyPaymentList.php*/

#PaymentTable td {

	border: 1px solid #888888;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;
	background-color: white;
}

/*for messagehome */

.message-div {
	max-width: 800px;
	
}



.one-paragraph {

	background-color: white;
	/*box-shadow: 0px 0px 5px #888888;*/
	border-radius: 5px;
	margin-bottom:10px;
	padding: 10px;
}

.one-comment {
	width: 100%;
	background-color: #eeeeee;
	margin: 10px 0px 0px 0px;
	border-radius: 5px;
	padding: 5px 10px 10px 10px;
}

.paragraph-thumbnail {
	width: 50px;
}

.one-comment-pic {
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;

}

.one-comment-content {
	padding-left: 15px;
	padding-right: 10px;
}

.one-comment-pic img {
	width: 30px;
}

.content-div {
	padding: 10px 20px 20px 20px;
}

.comment-div {

	padding: 10px 10px 10px 10px;
}

.one-comment-textarea {
	width: 100%;
	height: 30px;
	margin-top:5px;
}

.one-comment-save-btn {
	margin-top:5px;

}

.one-comment-btn-div {
	padding-left: 5px;


}

#paragraphtextbox {

	width: 97%;
	height: 300px;
	margin-top:5px;

}

.btn-label {position: relative;left: -6px;display: inline-block;padding: 6px 6px;background: rgba(0,0,0,0);border-radius: 3px 0 0 3px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { 
	margin-bottom:5px; 
	margin-top:5px;
}

.btn-light {
	background-color: rgba(1,1,1,0);
	font-weight: bold;
	border: 0px;
}

.btn-default {
	background-color: #EEEEEE;
	
}

.btn-post-to {
	margin-right:10px;
}

.btn-post-to-group {
	margin-right:10px;
}

.new-post-title {
	border-bottom: solid 1px #aaaaaa;
	padding-top: 10px;
}

.edit-div {
	float: right;
	width: 50px;
	height: 30px;
}


.edit-comment-div {
	float: right;
	width: 30px;
	height: 30px;
	text-align:right;
}

.notification-name-div {
	max-width:200px;
	
	text-align:right;
	padding-right:40px;

}

#notification-div {
	margin-right: -30px;
	margin-top: -25px;
	font-size:13px;
	float:right;
	width:25px;
	height:25px;
	background-color:red;
	border: 2px solid white;
	border-radius: 10px;
	text-align: center;
	color:white;
	font-weight: bold;
}

#salesnotification-div {
	margin-right: 0px;
	margin-top: -10px;
	font-size:13px;
	float:right;
	width:25px;
	height:25px;
	background-color:red;
	border: 2px solid white;
	border-radius: 10px;
	text-align: center;
	color:white;
	font-weight: bold;
}

.notification-thumbnail {
	width: 50px;
}

.one-notification-div {

	margin-bottom: 20px;
}

#btn-new-message {
	
	margin-bottom: 20px;
	
}

.hongtable {

	border:1px solid #aaaaaa;
	width: 90%;
}

.hongtable td {
	border:1px solid #aaaaaa;	
	padding: 3px;
}



/*for PaymentReport.php */

.krwinput {
	width: 70px;
}

/*for ExpenseRegister.php */

.expensedatepicker {
	width: 100px;
}


.expense-note {
	width: 100%;
	height: 30px;
	margin-top:5px;
}

.amount-input {
	width: 100px;
}

textarea.form-control.expense-note {
	height:30px;
}

/* for oneorder.php */


.custom-id-check {
	text-decoration: underline;
	font-size: 11pt;
}

.customid-checked {
	display:none;
	color: blue;
	font-weight: bold;
	font-size:11pt;
}

.plupload_header {
	display:none;
}

div.plupload_container {
	border: 3px dashed gray;
	border-radius: 10px;
	min-height: 200px;
}

.plupload_filelist_footer {
	height: 50px;
}

.plupload_add {
	border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555;
    padding: 5px;
    border-radius: 5px;
}

.plupload_button.plupload_start {
	display: none;
}

div.plupload_content {
	position: absolute;
	top:0px;
}

.plupload_view_thumbs div.plupload_content {
	top:0px;
}

#TaxAmountInput {
	border: 0px;
    background-color: rgba(1,1,1,0);
    text-align: right;
    width: 100px;
}

.taxmodified {
	color: blue;
	font-weight: bold;
}

#tax-reset {
	display:none;
	cursor: pointer;
	text-decoration: underline;
}


#ShippingAmountInput {
	border: 0px;
    background-color: rgba(1,1,1,0);
    text-align: right;
    width: 100px;
}

.shippingmodified {
	color: blue;
	font-weight: bold;
}

#shipping-reset {
	display:none;
	cursor: pointer;
	text-decoration: underline;
}

.unit-price-input {
	border: 1px solid #ccc;
	height: 38px;
	width: 80px;
	border-radius: 5px;
	padding: 6px 12px;
	display: unset;
}

.unit-price-adjustment-div {
	
	float: left;
}

.unitpricemodified {
	color: blue;
	font-weight: bold;
}

.unit-price-reset {
	cursor: pointer;
	text-decoration: underline;
}

li.one-item-current-order.one-item-li {
	background-color: rgba(0,123,255,0.1);
}

.unit-price-adj-reason-div {
	padding-left: 50px;
	font-size: 10pt;

}

.adj-reason-select {
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.adj-reason-note-input {
	font-size: 10pt;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 500px;
	
}

.shipping-note {
	border: 1px solid #000;
	border-radius: 3px;
	width: 250px;
}

.store-credit-div {
	font-size: 15pt;
	color: #007bff;
}

.store-credit-div .store-credit-amount-span {
	font-weight: bold;
	
}

/* for CustomerSearch.php */
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin:0;
    transition: background-color .4s ease;
}
.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: #b8b8ff;
}

div#customerlist {
	border: 1px solid #eeeeee;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
}

div#customer-search-result-div {
	border: 1px solid #eeeeee;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
	width:100%;
	height:370px;
}

table#customer-list-table {
	width: 100%;

}

table#customer-list-table td {
	border: 1px solid #ced4da;

}

.validated-span {
	padding-left: 20px;
	
}

.one-contact-tr:hover {
	background-color: yellow;
}

.one-search-contact-tr:hover {
	background-color: yellow;
}

.tracking-span {
	cursor: pointer;
	text-decoration: underline;
}

#send-result-table {
	width: 95%;
	margin:auto;
}

#send-result-table thead td {
	background-color: #eee;
	text-align: center;
}

#send-result-table td {
	padding: 10px;
	border: 1px solid #ccc;
}
/* ImportOrder.php */

.one-temp-order-div {
	border: 1px solid gray;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.promoedit {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.contact-info-div {
	font-size: 15pt;
	margin-bottom: 50px;
}



/*InventoryReceive.php*/




#receiving-history-table td
{
	
	padding: 5px;
	font-size: 16px;
	border: 1px solid #ccc;

}

#receiving-history-table .table-header
{
	background-color: #fff;
	/*
	border-top: 0px;
	border-right: 5px solid #fff;
	border-left:5px solid #fff;
	border-bottom: 1px solid #000;
	*/
	border:1px solid #ccc;
	background-color: #eee;
}

#inventorymodal .modal-body div.row {
	margin-bottom: 10px;
}

#inventorymodal .modal-body input, textarea {
	border: 1px solid #bbb;
	border-radius: 	3px
}

#inventorymodal .col-3 {

	padding-right: 0px;
}

.datepickerclass {
	width: 100px;
}

.main-content {
	margin:0px;
	padding: 10px;
}

.top-title {
	margin:auto;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 10px;
}

.btn-edit-item, .btn-delete-item {
	
}

.negative-input {
	border: 2px solid red !important;
	color:red;

}


/* InventorySummary.php */
#list-table {
	width:90%;
	margin:auto;
}

#list-table td {
	border: 1px solid #ccc;
	padding: 10px;
}

#list-table thead td {
	background-color: #eee;
	padding: 10px;
}

.red-box,.yellow-box,.green-box {
	padding: 5px;
	width: 10px;
	height: 10px;
	border: 0px;
}

.red-box {
	background-color: #dc3545;
	color:white;
}

.yellow-box {
	background-color: #ffc107;
	color:white;
}

.green-box {
	background-color: #28a745;
	color:white;
}

.top-subtitle {
	width:90%;
	margin:auto;
	text-align: right;
	font-size: 10pt;
	padding-bottom: 10px;
}

.btn-detail-link, .btn-history-link {

}

.font-alert {

	color:#dc3545;
	font-weight: bold;
}

.font-warning {
	color:#ffc107;
	font-weight: bold;
}

.blank-div {
	background-color: rgba(1,1,1,0);
	width: 20px;
	margin:auto;
}

.held-div {
	background-color: #007bff;
	width: 20px;
	left: 25px;
	padding:0px;
	margin:auto;
	bottom:0px;
	position:absolute;
}

.sold-div {
	background-color: lightgray;
	width: 20px;
	margin:auto;
	bottom:0px;
	position:absolute;
	padding:0px;
	left:0px;
}

.together-div {
	position:relative;
	bottom:0px;
	margin:auto;

}


#bar-table {
	width: 100%;
}

#bar-table td.bar-td {
	padding-bottom: 0px;
	border-right: 0px;
	border-top: 0px;
	width: 200px;
}

#bar-table td.bar-td-left {
	padding: 0px;
	border-right: 1px solid #ccc;
	width: 200px;
}

#bar-table td.bottom-td {
	padding: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}

#inventory-summary-div {
	width: 95%;
	margin:auto;
}

.totalsale-td {
	display:none;
}


.td-2week {
	display: none;
}


/*for inventoryDetail.php */

#inventory-number-div {
	width: 80%;
	margin:auto;
}

#number-table td {
	border: 1px solid #aaa;
	padding: 10px;
}

#number-table td.title-td {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
}



/* for oneordermulti.php */

.payment-table-multi td
{
	padding-left: 10px;
	padding-right: 10px;
}

.payment-table-multi thead td
{
	font-size: 10pt;
	
}


/*for shopifyreport.php */

table.report-table thead td {

	background-color: #eee;
}

table.report-table td {

	padding: 10px;
	border: 1px solid #ccc;
	text-align: right;

}

tr.gray-cell td {
	background-color: #eee;
}


/* for FormList.php */

.floating-label-form-group {
	background-color: white;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}


.form-label-line {
	background-color: #aaaaaa;
	width: 95%;
	margin:auto;
	height: 1px;
	border:0px;
	margin-bottom: 10px;
}

.form-label {

	padding:5px 0px 5px 0px;
	background-color: #efefef;
	border-bottom: 0px;
	width: 95%;
	margin:auto;
	font-size: 20px;

}

.form-title-div {
	width: 90%;
	margin:auto;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0px 20px 0px;
	margin-top: 10px;
}

.top-option-div {
	width: 95%;
	margin:auto;
	background-color: #e9ecef;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	
}

.top-title-div {
	width: 100%;
	margin:auto;
}

.top-option-bar {
	width: 100%;
	margin:auto;
}

#ui-datepicker-div {
	z-index: 10;
}


/* for FormResponse.php */

.select-picker button {
	background-color: white;
	border: 1px solid #aaa;
}

.sort-display-div {
	padding-left:10px;
	
}

.filter-span {
	cursor:pointer;
	text-decoration: underline;
	color: blue;
}

.td-align-right {
	text-align: right;
}

.td-align-center {
	text-align: center;
}

.sum-tr td {
	background-color: #eee;
}

/* For EditProductForm.php */

#get-sku-span {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.one-item-div .item-qty {
	width: 50px;
}

#bundle-list {
	width: 100%;
	padding-left:0px;
}

#bundle-list li {
	margin-top: 10px;
}

.delete-item-span {
	cursor: pointer;
}

.bundle-price-group {

	display:none;
}

#bundle-select-div {
	display:none;
	border: 2px solid #aaa;
	border-radius: 10px;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 20px;
}


/*For DealerProduct.php */

table#product-list-table {
	width: 90%;
	margin:  auto;
}

table#product-list-table thead td {
	
	background-color:  #eee;
}


table#product-list-table td {
	padding:  10px;
	border:  1px solid #ccc;
}

/*For StationSetting.php */
#station-info-table td {
	border:  1px solid #ccc;
	padding:  5px;
}

#station-info-table thead td {
	background-color: #eee;
}

/*for ship.php*/

button[data-id='carrier-select'] {
	background-color: white;
}

.carrier-select-button {
	background-color: white;
}

/*for returnOrder.php*/

.one-thumbnail-div {
	float: left;
	position: relative;
	width: 120px;
}

.one-thumbnail-delete {
	position: absolute;
	font-size: 30px;
	top: -20px;
	right: 10px;
	color: #dc3545;
	cursor: pointer;
}

.one-thumbnail-check {
	position: absolute;
	font-size: 50px;
	color: #28a745;
	left: 30px;
	display: none;
}

#screenshot-check {
	position: absolute;
	font-size: 200px;
	color: #28a745;
	left: 230px;
	top: 60px;

}

.shipment-thumbnail-list {
	float: left;
	position: relative;
	width: 120px;
	margin-bottom: 10px;

}

.shipment-thumbnail-list-div {
	
}

#captured-thumbnail-div {
	margin-top:  20px;
}

/*PromotionManager.php*/
.promotion-list-table {
	width: 95%;
	margin: auto;
}

.promotion-list-table td {
	border: 1px solid #aaa;
	padding:  10px;
}

.promotion-list-table .header-td {
	background-color:  #eee;
	font-weight:  bold;
	text-align: center;
}

.promotion-list-table .inactive-tr td {
	color: #777;
	background-color: #eee;
}

@media (max-width:480px) { 

	#less480 {
		display: unset;
	}
	#less760 {
		display: none;
	}
	#more761 {
		display: none;
	}
	td.mobile-hide {
		display:none;
	}
	td.pc-hide {
		display:table-cell;
	}

	#inventorymodal .modal-dialog {
		width: 95%;
	}

	#receiving-history-table {

		width: 100%;
		padding: 10px;
		margin: auto;		
	}

	.top-title {
		width:100%;
	}
	.sort-display-div {
		width: 90%;
		
	}


}

@media (min-width:481px) { 

	#less480 {
		display:none;
	}
	#less760 {
			display: unset;
	}
	#more761 {
		display: none;
	}

	td.mobile-hide {
		display:none;
	}
	td.pc-hide {
		display:table-cell;
	}

	#inventorymodal .modal-dialog {
		width: 95%;
	}

	#receiving-history-table {

		width: 100%;
		padding: 10px;
		margin: auto;		
	}

	.top-title {
		width:100%;
	}

	.sort-display-div {
		width: 80%;
		
	}

}

@media (min-width:760px) {
	#less480 {
		display: none;
	}
	#less760 {
		display: none;
	}
	#more761 {
		display: unset;
	}
	td.mobile-hide {
		display: table-cell;
	}
	td.pc-hide {
		display:none;
	}
	#inventorymodal .modal-dialog {
		width: 700px;
	}

	#receiving-history-table {

		width: 90%;
		padding: 10px;
		margin: auto;
	}	

	.top-title {
		width:90%;
	}


	.sort-display-div {
		width: 70%;
		
	}

}


@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}