/*--------------------------------------------------------------
Visit Planner
--------------------------------------------------------------*/
.pg-visitplanner.sub_pg-entry input,
.pg-visitplanner.sub_pg-entry select {
	margin-right: -0.1%!important;
}

/* Page Visit Planner List */
.list_in_table-visitplanner-entry table tr.data-row_chain .table-row-item-3 .table-row-item-1 {
	width: 5%!important;
}
.list_in_table-visitplanner-entry table tr.data-row_chain .table-row-item-3 .table-row-item-2,
.list_in_table-visitplanner-entry table tr.data-row_chain .table-row-item-3 .table-row-item-3 {
	width: 17.5%!important;
}
.list_in_table-visitplanner-entry table tr.data-row_chain .table-row-item-3 .table-row-item-4 {
	width: 10%!important;
}
.list_in_table-visitplanner-entry table tr.data-row_chain .table-row-item-3 .table-row-item-5 {
	width: 50%!important;
}

/* Appearance of items as per visit planner status */
.list_in_table-visitplanner-entry table tr.VIEW-VAR {
    background-color: #e7ffe7!important;
    border-bottom: 1px solid #a9ffa9!important;
	opacity: 0.5;
}
.list_in_table-visitplanner-entry table tr.MODIFY {
	background-color: #ffe7e7!important;
    border-bottom: 1px solid #ffa9a9!important;
}