/*!
 * 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,.05);
	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: 500px;
	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;
}

.shipment-date {
	color: blue;
}

.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 button {


}

.sticky {
  position: fixed;
  top: 0;
  
  background-color: #f9f9f9;
	box-shadow: 0px 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;

}


/* 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 td {
	border: 1px solid #888888;
	padding-right: 10px;
	padding-left: 20px;
	text-align: right;

}

.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.table-header {

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

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

.summary-title {

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

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

}

/* 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;
}

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

.one-image-div {
	margin: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	
}

.one-image {
	width: 100%;
}

#searchresult {
	
}

#search-option-div {
	padding: 10px;
	width: 100%;
	z-index: 10;
	background-color: white;

}

.drag-scroll-container {
	width: 100%;
    height: 130px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius:3px;
}

.sortable-div {
    width: 100%;
    height: 100%;
    min-width: 130px;
    overflow-x: scroll;
    overflow-y: hidden;	
    background-color: white;
}

div.one-sortable-div {


}

.inbetween-td {
	width:20px;
}

.song-td {
	width: 80px;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}

.one-song-image {
	width: 100%;

}

.drag-wrapper {
	min-height:100px;
	min-width:1000px;
	width: 3000px;
	padding-top:10px;
}
.one-sortable-bar {
	float:left;
	width: 10px;
	height: 46px;
	margin-top:20px;
	background-color: #EEEEEE;
	border: 1px dotted #aaaaaa;
	border-radius: 10px;
}

.drop-yellow {
	
	border: 5px dashed #007bff;
}

#searchkey {
	margin-top: 5px;
}

div.last-drop-target {
	float:left;
	border-radius: 10px;
	margin-left:20px;
	width: 3000px;
	height: 100px;
}

.gray-dashed {
	border: 3px dashed #aaaaaa;
}

div.draghandle {
	background-color: #eeeeee;
	background-image: linear-gradient(#cccccc, white);
}

#albumtitle {
	width: 80%;
}

#albumdate {
	width: 150px;
}

#album-table {
	width: 90%;
	margin-left: 20px;


}

#album-table td {
	border: 1px solid #aaaaaa;
	padding:10px;

}

#album-table thead td {
	background-color: #eeeeee;
	

}

.center-div {
	width: 95%;
	margin: auto;
}

#songkey, #originalsongkey {
	width: 100px;
}

.one-original-image {
	width: 90%;
	margin: auto;
}

#modal-song-popup {


        top:10px;
        left:10px;
        height:200px;
        width:200px;
        
}

ul#song-list {

	list-style-type: none;
	padding-left:10px;

}

li.one-song {
	background-color: white;
	margin: 10px;
	position:relative;
}

.draggable-table {
	width: 250px;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	margin-bottom:20px;
	padding: 5px;
	background-color: white;	
}

td.slide-number-td {
	vertical-align:top;
}

.edit-song-image {
	width: 100%;
}

.song-list-div {

	background-color: #eeeeee;
	padding-top: 20px;
	height: 500px;
	overflow-x: hidden;
    overflow-y: scroll;	
}

.song-list-td {
	width: 300px;
	vertical-align:top;

}

.song-content-td {
	vertical-align:top;
}

.selected-li {
	border: 3px solid #999999;
}

#preview-div {
	width: 90%;
	background-color: white;
	box-shadow: 0 0 10px rgba(0,0,0,.15);

}

.preview-image {
	width: 100%;
}

.download-option-div div {
	margin-bottom: 20px;
}

.download-option-div>label {
	font-weight: bold;
}

#album-pagination-div {
	
	margin-top: 20px;
}

#filter-div {
	margin-left:20px;
}