.pnlPlanUserParamList{
    display: table;
    width:100%;
    border: solid 1px #cccccc;
}
.pnlPlanUserParamListRow{
    display: table-row;
}
.pnlPlanUserParamListCell{
    display: table-cell;
    width:48%;
    vertical-align: top;
}
.pnlPlanUserParamListEmptyCell{
    display: table-cell;
    width:2%;
    vertical-align: top
}
.pnlPlanUserParamListCell ul li{
    white-space: nowrap;
}
.pnlPlanUserParamListCell ul{
    list-style: none;
    padding-left:20px;
}
.pnlPlanUserParamListCell ul ul{
    border-left:solid 1px #636363;
}
/* 
.pnlPlanUserParamListCell ul ul ul{
    display: none !important;
}
.pnlPlanUserParamListCell ul ul li.activeUserParam ul{
    display: block !important;
}*/
.pnlPlanUserParamListHolder label.activeUserParam{
   font-weight: bold;
   color:#007bff;
} 
.userParamListPanel{
    border:solid 1px #636363;
    height:450px;
    padding:20px;
    overflow: auto;
}
#tblPlanningUserParamListGrid .selectedRow{
    background-color: #daf8ff;
}
.pnlPlanUserParamListCell #tblPlanningUserParamListGrid{
    min-width: 100% !important;
}

#pnlPlanningUserParamList .wms-srv-productsearch .wms-srv-cancel {
	position: relative;
	left: -60px;
	color: #929292;
	font-size: 16px;
}
.pnlPlanUserParamListCell h6{
    font-weight: bold;
    margin-top: 10px;
}
#ulUserParamList li i {
	position: relative;
	left: -6px;
}
#ulUserParamList label {
	position: relative;
	top: 4px;
}