@charset "utf-8";

#lean_overlay{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #FFF;
	display: none;
}

#leanBody > div {
	width: 75%;
	padding: 15px;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
	display: none;
	height: 70%;
}

#leanBody > div header {

	font-size: 28px;
	font-weight: bold;
	background: white;
	color: #6f6f6f;
	border-bottom: 2px solid;

}

.modal_close{ 
	background: url("/master/images/icon1/cancel.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 16px;
	position: absolute;
	right: 8px;
	top: 5px;
	width: 15px;
	z-index: 2;
}

#leanBody > div footer {

	background: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	color: #999;
	font-size: 77%;

}

/* alert */

#leanBody > div.alert{
	border: 20px solid #5973B9;
	border-radius: 50px;
}

#leanBody > div.alert header:before  {

	content: "";
	background: url( ../images/alert.png) no-repeat;
	background-size: 100%;
	height: 36px;
	width: 28px;
	display: inline-block;
	vertical-align: middle;

}

#leanBody > div header span{

	font-size: 14px;

}

#leanBody > div article {

	border:none;
	margin-left: 10%;
	overflow-y: scroll;
	max-height: 80%;

}

#leanEvent{

	position: fixed;
	z-index:100;
	bottom: 5px;
	left: 5px;
	content: "";
	background: url( ../images/alert.png) no-repeat;
	background-size: 100%;
	height: 36px;
	width: 36px;
	display: none;
	opacity: 0.8;
}

#leanEvent:hover{
	cursor: pointer;
	opacity: 1;
}