  	.hoverTable{
		width:100% !important; 
		border-collapse:collapse; 
	}
	.hoverTable td{ 
		padding:7px; border:#dadee1 1px solid;
	}
	/* Define the default color for all the table rows */
	.hoverTable tr{
		background: #fff;cursor: pointer;
	}
	/* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #dadee1;cursor: pointer;
    }
	.icon-plus{
		float: right;
		font-size: 25px;
		color: #7ac141;
		padding-top: 3px;
	}
	.scroll-content{
		max-height: 300px;
		overflow-y: auto;
	}
    
	#ui-datepicker-div{
		z-index:999 !important;
	}