*{
	padding: 0;
	margin: 0;
}
/*bootstarp*/
#sideNav .active{
	background: #6c757d !important;
	color: #fff !important;
}
.nav-link{
	color: #6c757d;	
}
.pointer{
	cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px !important;
    padding-right: 307px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: ;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    width: 100;
}