ul{padding:0;}
ul li{list-style-type:none;}
.none{display:none;}
.none-important {
    display: none !important;
}
.form-control {
    display: inline-block;
}
.nowrap{
	white-space: nowrap;
}
.flex{
	display: flex;
}
.pointer,td.pointerTd{
	cursor: pointer;
}
.break-all{
	word-break:  break-all;
}
.normal{
	white-space:normal;
}
.modal.in{
	display: flex !important;
	align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}
.modal-dialog{
	max-width: 1200px;
	max-height: 900px;
}
.modal-body{
	max-height: 60vh;
	overflow: auto;
}
.contentClass{
	width: 100%;
}
.redColor{
	color: red;
}