.pnlPlanCommandList{
    display: table;
    width:100%;
    border: solid 1px #cccccc;
}
.pnlPlanCommandListRow{
    display: table-row;
}
.pnlPlanCommandListCell{
    display: table-cell;
    width:48%;
    vertical-align: top;
}
.pnlPlanCommandListEmptyCell{
    display: table-cell;
    width:2%;
    vertical-align: top
}
.pnlPlanCommandListCell ul li{
    white-space: nowrap;
}
.pnlPlanCommandListCell ul{
    list-style: none;
}
.pnlPlanCommandListCell ul ul ul{
    display: none !important;
}
.pnlPlanCommandListCell ul ul li.activeCommand ul{
    display: block !important;
}
.pnlPlanCommandListHolder li.activeCommand label{
   font-weight: bold;
   /* background-color: #daf8ff; */
   color:#007bff;
}
.commandListPanel{
    border:solid 1px #636363;
    height:450px;
    padding:20px;
    overflow: auto;
}
#tblPlanningCommandListGrid .selectedRow{
    background-color: #daf8ff;
}
.pnlPlanCommandListCell #tblPlanningCommandListGrid{
    min-width: 100% !important;
}

#pnlPlanningCommandList .wms-srv-productsearch .wms-srv-cancel {
	position: relative;
	left: -60px;
	color: #929292;
	font-size: 16px;
}
.pnlPlanCommandListCell h6{
    font-weight: bold;
    margin-top: 10px;
}