/*Overwrite header bar devsite-ingigo.css*/
.devsite-search-wrapper{
	width: calc(100% - 300px);
}
.hide{
	display:none!important;
}
.delivery_addr_val{
	font-size: 10px;
}
@media screen and (max-width:800px){
	.devsite-search-wrapper{
		display:none;
		margin-left: 0px;
		width: calc(100% - 110px);
	}
	.devsite-user-signout-wrapper{
		display:none;
	}
	.devsite-search-button{
		display:block
	}
}
@media screen and (max-width:400px){
	.devsite-main-content{
		padding: 0;
	}
}

/*Item template for PC & Mobile*/
@media screen and (min-width: 800px){
	.view_in_mobile{
		display:none;
	}
}
@media screen and (max-width: 800px){
	.view_in_pc{
		display:none !important;
	}
}
#search_results, .search_results{
	display:table;
	padding:0;
	margin:auto;
	width:100%;
	font-size:12px;
	font-family:Arial;
}
.item_pc_row, .item_mobile_row{
	display:table-row;
	line-height: 14px;
}
.item_pc_row:hover .item_pc_cell{
	background-color: #FFFFD6;
}
.item_pc_row.selected .item_pc_cell{
	background-color: #FFFFD6;
}
.item_pc_header{
	display:table-cell;
	font-weight: 600;
	vertical-align:middle;
}
.item_pc_header>i{
	font-size:16px;
}
.item_pc_cell{
	display:table-cell;
	background-color: #ffffff;
	border-top: 1px solid #9d9d9d;
	padding:0px;
	padding-left: 5px;
}
.item_pc_cell.print-icon .material-icons{
	position: relative;
	top: 4px;
}
.item_pc_cell.buttoncell>div{
	float:left;
}
.item_pc_cell.buttoncell>div.edit_material{
	height:14px;
}
.item_pc_cell.buttoncell>div.delivery_number{
	padding-top:8px;
}
.item_mobile_cell{
	display:table-cell;
}
.edit_resultitem{
	width:16px;
	height:16px;
	background-size: 16px 16px;
	background-image: url("/img/edit.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right:5px;
	cursor:pointer;
}
.editInputBoxMaterial{
	width:300px;
	border:1px solid #ebebeb;
}
.editInputBoxTermsOfDelivery1{
	width:80px;
}
.editInputBoxTermsOfDelivery2{
	width:200px;
}
textarea.editInputBoxMaterial{
	height:110px;
}
.icon_button{
	cursor:pointer;
}
/*Right-Click Menu*/
#popupDeliveryOptions{
	background-color: whitesmoke;
	position: absolute;
	padding: 6px 0px 6px 0px;
	font-size:12px;
	font-weight:600;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border: 1px rgba(0,0,0,.2) solid;
	z-index:1;
}
#popupDeliveryOptions div.option{
	padding: 6px 25px 6px 20px;
	color: gray;
}
#popupDeliveryOptions div.option:hover{
	color: black;
	cursor: pointer;
}
#popupDeliveryOptions div.option.locked:hover{
	color: gray;
	cursor: default;
}
/*Tooltip*/
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}
/*Popup for Warehouse merge*/
#popupCSVUpload_Warehouse .warning_msg{
	padding-left: 10px;
    color: red;
}
/*MDL icons*/
.material-icons.md-warning{
	color:#BBC71A;
}
.material-icons.md-locked{
	color:#DD2C00;
}
.material-icons.md-unlocked{
	color:#3ACE2A;
}
.sortable {
	cursor: pointer;
}
#progress-wrapper {
	width: 100%;
	padding-top: 64px;
}
#progress {
	margin: 0 auto;
}
.small-spinner {
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	background-image: url("/img/small-spinner.gif");
	background-repeat: no-repeat;
}
.small-spinner__margin-fix {
	margin: 0 -12px -2px -4px;
}
.print-icon > .small-spinner__margin-fix {
	margin: 0 -12px -2px 0;
}
.sort-dir .material-icons {
	font-size: 14px;
	vertical-align: bottom;
	margin-left: 3px;
}
