@charset "utf-8";

#dialog-overlay
{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
}

.LvDialog-overlay
{
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: none;
}

.dialog-box
{
	position: fixed;
	background: white;
	padding: 25px;
	z-index: 1001;
	display: none;
}

.dialogCloseButton
{
	float: right;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 12px;
	display: inline-block;
	color: #999;
	background: #eee;
	cursor: pointer;
}

.dialogCloseButton:hover
{
	color: #444;
	background: #ddd;
	text-decoration: none;
}


/* customerServices.css */

.customerServicesDialog {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #444;
	text-align: center;
}

