/*----- Toast Notification -----*/
/* override/add to default styles for AMS */
.toast-container {}
	.toast-container .toast-item-wrapper {}

		.toast-container .toast-item {
			position:absolute;
			right:0; 
			top:10px;
			width:300px;
			background: #fff;
			box-shadow: 0 0.1875rem 1.5rem rgba(0, 0, 0, 0.2);
			border-radius: 0.375rem;
			background:rgba(255,255,255,1);
			border: none;
			border-left: 3.5em #e0954f solid;
		}

		.toast-container .toast-item p {
		    color: #999;
		    line-height: 1.3;
		}

		.toast-container ul > li.toast-message {
	    	border-bottom: 1px solid #eee;
	    }

		.toast-container ul > li.toast-message a {
			display: inline-block;
			text-transform: uppercase;
			font-size: 0.75rem;
			font-weight: 700;
			line-height: 1;
			letter-spacing: 0.0625rem;
			margin: 0 0 0.75rem 0;
			padding: 0 0 0.25rem 0;
			border-bottom: 0.125rem solid #ebebeb;
			color: rgb(119, 119, 119);
		}

		.toast-item > ul > li.toast-lastChild {
			border: 0;	
		}