
	.traceClass{
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999;
		top: 0px;
		left: 0px;
		display: none;
	}
	.traceClassInn{
		background: #000000;
		opacity: .2;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	.alert-bg {
		padding: 20px; 
		background: #fff;
		position: absolute; 
		min-height: 120px;
		min-width: 478px;
		box-shadow: 3px 3px 3px #888888;
	}
	
	/*.warningagree {
		background: rgb(63, 143, 89);
		padding: 5px 14px 5px 14px;
		width: 80px;
		text-align: center;
		color: #fff;
		font-weight: 300;
		margin-right: 8px;
		top: 5px;
	}*/
	.warningagree{
		margin-bottom: 0;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		padding: 5px 10px;
		font-size: 15px;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		background-color:#3d4f99;
		border-color: #3d4f99;
		transition: all 0.4s ease;
		float: left;
	}
	.warningagree:hover{
		background:#f15b50;
		border-color: #e74c40;
		color:#fff;
		text-decoration:none;
	}
	
	.discard{
		margin-bottom: 0;
		font-weight: 600;
		text-align: center;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		padding: 5px 10px;
		font-size: 15px;
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		background-color:#f15b50;
		border-color: #f15b50;
		transition: all 0.4s ease;
		float: left;
		margin:0 0 0 15px;
	}
	.discard:hover{
		background:#3d4f99;
		border-color: #3d4f99;
		color:#fff;
		text-decoration:none;
	}
	
	
	.alert-buttons{
		height: 34px;
	}
	#warningMsg{
		font-size: 16px !important;
	}
	
	#warningTitle{
		padding-bottom:10px;
		font-weight:normal;
		margin:0;
		font-size:24px;
		color:#D90000;
	}