﻿body, div {
    font-family: Arial;
    font-size: 13px;
}

.WmsReport .invoiceCompanyInfo .invCompLable,
.WmsReport .invoiceCompanyInfo .invCompInfo {
    background-color: #ffffff;
    border-bottom: none;
    border-right: none;
}

.WmsReport .invoiceHeader,
.WmsReport .invoiceAddressInfo,
.WmsReport .invoiceAddressHolder,
.WmsReport .invProductGrid,
.WmsReport .invTermsCalcInfoHolder {
    display: table;
    width: 100%;
}

.WmsReport .invoiceCompanyInfoHolder,
.WmsReport .invoiceCalculationHolder {
    display: inline-block;
    float: right;
}

.PurchaseOrderTitle {
    font-size: 30px;
    font-weight: bold;
}

.WmsReport .invoiceHeaderContent,
.WmsReport .invCompRow,
.WmsReport .invProductGridHeaderRow,
.WmsReport .invProductGridRow {
    display: table-row;
}

.WmsReport .invoiceHeaderCell,
.WmsReport .invoiceBillingAddress,
.WmsReport .invoiceShippingAddress {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.WmsReport .invCompLable {
    font-weight: bold;
    background-color: #cccccc;
}

.WmsReport .invCompLable,
.WmsReport .invCompInfo,
.WmsReport .invCompHeader,
.WmsReport .invProductGridCell,
.WmsReport .invoiceTermsInfo,
.WmsReport .invoiceCalculationInfo {
    display: table-cell;
    padding: 3px 5px;
    vertical-align: top;
}

.WmsReport .invCompHeader,
.WmsReport .invProductGridHeaderRow .invProductGridCell {
    background-color: #ceddff;
    font-weight: bold;
}

.WmsReport .invCompLable,
.WmsReport .invCompInfo,
.WmsReport .invCompHeader,
.WmsReport .invProductGridCell {
    border-bottom: solid 1px #000000;
}

.WmsReport .invCompLable,
.WmsReport .invoiceBillingAddress,
.WmsReport .invProductGridCell {
    border-right: solid 1px #000000;
}

.WmsReport .invoiceOrderInfo,
.WmsReport .invProductGrid,
.WmsReport .invoiceAddressInfo,
.WmsReport .invoiceCalculationHolder {
    border: solid 1px #000000;
}

.WmsReport .invProductGrid,
.WmsReport .invoiceAddressInfo,
.WmsReport .invTermsCalcInfoHolder {
    margin-top: 20px;
}

.invoiceTermsTitle {
    font-weight: bold;
}body {
}
/*===================== POPUP CSS =====================*/
.wms-srv-popup-holder, 
.wms-srv-popup-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.wms-srv-popup-holder{
    
}
.wms-srv-popup {
	position: relative;
	width: 300px;
	height: 302px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 10px;
	z-index: 9999;
	overflow: hidden;
    padding: 20px;
    margin: auto;
    margin-top:20px;
}
.wms-srv-popup-bg {
	background-color: #000000;
	opacity: 0.5;
}
.wms-srv-page-title span {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
}
.wms-srv-page-title {
	color: #000000;
	font-size: 18px !important;
	text-align: left;
    margin-bottom: 10px;
}
.wms-srv-page-title i {
	background-color: #000000;
	border: solid 1px #000000;
	border-radius: 50%;
	color: #ffffff;
	width: 42px;
	height: 42px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.wms-srv-popup-close {
	color: #000000;
	font-size: 22px;
}
.wms-srv-popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #000000;
	font-size: 22px;
}
.invLottableTitleLabel{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.invLottableChkItem{
    border:solid 1px #cccccc;
    background-color: #efefef;
    border-radius:7px;
    padding: 6px;
    margin-bottom: 5px;
    margin-right: 10px;
}
#pnlLotConfigHolder .container{
    display: table;
    width: 100%;
}
#pnlLotConfigHolder .row{
    display: table-row;
}
#pnlLotConfigHolder .col-md-12{
    display: table-cell;
    width: 100%;
    padding: 10px;
}
.pnlSaveConfigHolder {
	text-align: center;
	margin-top: 10px;
}
a.printTemplate {
	padding: 7px 7px 7px 7px;
}
.pnlLotConfigCell{
    overflow: auto;
    height: 235px;
}
/*===================== POPUP CSS =====================*/