/* Cascade Style Sheet
	[Alert]
*/


/* [Alert].Start */

.AlertMainDiv
{
	background-color:#FFF300;
	box-sizing:border-box;
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

.AlertDiv
{
	bottom:-10px;
	background-color:#FFF300;
	display:flex;
	flex-wrap:nowrap;
	left:0px;
	height:30px;
	padding:5px;
	position:absolute;
	text-align:left;
	vertical-align:top;
}

.AlertInnerDiv
{
	border-color:#257B64;
	border-style:solid;
	border-width:1px;
	color:#257B64;
	font-family:'Roboto_Regular',Helvetica,Arial;
	font-size:16px;
	height:20px;
	overflow-y:auto;
	padding:5px;
	text-align:left;
	vertical-align:top;
}

/* [Alert].End */