/*===================== POPUP CSS =====================*/
.invLottableChkItem{
    font-family: Arial;
    font-size: 13px;
}
#wms-srv-lottableconfig-popup .wms-srv-popup{
    height: auto !important;
}
.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;
}
a.printTemplate {
	display: inline-block;
	border: solid 1px #00acd7 !important;
	background-color: #00acd7 !important;
	border-radius: 7px;
	padding: 10px 7px 5px 7px;
	font-size: 14px !important;
	text-decoration: none !important;
	color: #ffffff;
	position: absolute;
	top: 10px;
	right: 10px;
}
a.printTemplate i {
	font-size: 20px !important;
	display: inline-block;
	margin-right: 5px;
}
/*===================== POPUP CSS =====================*/