/**
* 전자 메일.
*/
div[data-role=mailArea] {
	position: relative;
	min-height: 1px;
	height: 1px;
	overflow-y: auto;
	padding: 15px;
	border-top: 1px solid #ccc;
}
div[data-role=mailArea] .row {
	margin-bottom: 6px;
}
div[data-role=mailArea] .row label {
	padding: 0;
	margin: 0 10px 0 0;
}
div[data-role=mailArea] .row .form-group {
	margin-bottom: 0;
}
.popover-mail-preview {
	min-width: 500px;
}
.popover-mail-preview > .popover-content {
	height: 150px;
}
.popover-mail-preview > .popover-content > ul > li {
	height: 80px;
}
.popover-mail-preview > .popover-content > ul > li:last-child {
	color: #777;
}
.popover-mail-preview > .popover-content > .popover-divider {
	height: 1px;
	border-top: 1px solid #ccc;
}
.popover-mail-preview > .popover-content > div .btn-group > button {
	min-width: 80px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 4px 13px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #868686;
	white-space: nowrap;
	font-size: 12px;
}