.dataTable td ,.table-bordered td{
				max-width: 100px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.dataTable,.table-bordered {
				table-layout: fixed\0;
			}
			.table-striped-column > tbody > tr td:nth-of-type(odd) {
				background-color: #f9f9f9;
			}
			input.date-picker{
				cursor:pointer !important;
			}
			input.ace[type="radio"]:disabled + .lbl::before, input.ace[type="radio"][disabled] + .lbl::before,  input.ace.disabled[type="radio"] + .lbl::before {
			    color: #a94442;
			}