﻿@charset "utf-8";
/*父元素也必须设置指定高度，子元素height:100%才有效，上一级元素如果也height:100%的话，那么外公元素也必须设置指定高度，一直往上推直到它们的老祖宗body和html标签*/

body{margin:0px;padding:0px;overflow:hidden;padding-top:0px;padding-bottom:0px;background-color:white;height:100%;
	/* box-sizing: border-box; */
}

p{ margin:2px auto;} 


table.soildBorder{
	border:1px solid;
	border-collapse:collapse;
}

#container{
	/* position:absolute;height:600px;width:800px;left:50%;top:50%;margin-top: -330px;margin-left: -400px; */
	/* box-shadow: 0 0 5px white;
	border-radius: 5px; */
}

#header{
	color:white;position:absolute;top:0px;left:0px;height:60px;width:100%;
	}

#content{
	width:100%;
	overflow:hidden;
	top:60px;
	bottom:30px;
	position:absolute;
	display:block;
}

#btnSend{
	color: white;
	width: 125px;
	height: 36px;
	border: none;
	border-radius: 5px;
	margin-top: 5px;
	margin-right: 10px;
}

#footer
{
	position:absolute;
	right:0px;left:0px;bottom:0px; 
	height: 30px;
	background-color:white;
	text-align: center;
	font-size:12px;
	color: darkgrey;
}

#divBackgroundMask
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9997;
	background-color: white;
	display: none;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#divStartInfomation
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9998;
	display: none;
}

#divStartInfomationContent
{
	position: relative;
	width: 500px;
	height: 250px;
	margin-left: 50%;
	left: -250px;
	z-index: 9998;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	box-sizing: border-box;
}

#divStartInfomationContent select
{
	font-size: 17px;
	padding: 5px;
}

.startInfomationButton{
	color: white;
	width: 100px;
	height: 36px;
	border: none;
	border-radius: 5px;
}

#divFeedback
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9998;
	display: none;
}

#divFeedbackContent
{
	position: relative;
	width: 500px;
	height: 230px;
	margin-left: 50%;
	left: -250px;
	z-index: 9998;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	box-sizing: border-box;
}

.feedbackButton{
	color: white;
	width: 100px;
	height: 36px;
	border: none;
	border-radius: 5px;
}


#divSendImageConfirm
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9998;
	display: none;
}

#divSendImageConfirmContent
{
	position: relative;
	width: 500px;
	height: 300px;
	margin-left: 50%;
	left: -250px;
	z-index: 9998;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
	box-sizing: border-box;
}

.sendImageConfirmButton{
	color: white;
	width: 100px;
	height: 36px;
	border: none;
	border-radius: 5px;
}


#divGGArea{
	width:175px;float:right;
}

#divGGBackground{
	background-color:white;position:absolute;top:10px;bottom:10px;width:165px;
}

#divGG{
	background-color:white;position:absolute;top:0px;bottom:0px;width:165px;
	border-color:#ccc;
	border-width:1px;
	border-style:solid;
}

#divChatArea{
	right:0px;top:0px;left:0px;bottom:0px; position:absolute;
}

#divCopyright
{
	/* position:absolute;
	right:0px;left:0px;bottom:0px; 
	height: 30px;
	background-color:white; */
	text-align: right;
	font-size:12px;
	color: darkgrey;
	margin-right: 10px;
	display: none;
}

#divCopyright a
{
	text-decoration: none;
	font-size:12px;
	color: darkgrey;
}

#divMessage{
	background-color:White;
	position:absolute;top:0px;bottom:180px;right:0px;left:0px;overflow:auto;
	border-color:#ccc;
	border-width:0px;
	border-style:solid;
	padding:10px;
}

#divInput{
	height:178px;position:absolute;left:0px;bottom:0px;right:0px;
	background-color: white;
	box-sizing: border-box;
}


.divOperationArea{
	height:178px;position:absolute;left:0px;bottom:0px;right:0px;
	background-color: white;
	text-align:center;
	padding-top: 20px;
	box-sizing: border-box;
	display: none;
}


.divOperationAreaButton{
	color: white;
	width: 180px;
	height: 36px;
	border: none;
	border-radius: 5px;
	margin-top: 15px;
	margin-right: 10px;
}


#editorContainer {
	background-color: white;
	border: solid 0px gray;
	height: 120px;
	/* width: 100%; */
	position:relative;
	margin: 5px;
	box-sizing:border-box;
	background-color: white;
}

.customerFillInFieldDescription
{
	font-size: 13px;
	color: gray;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.languagesButton
{
	font-size: 12px;
	color: gray;
	text-decoration: none;
}

.languagesButton:hover
{
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.languagesItemButton
{
	color: black;
	font-size: 16px;
	text-decoration: none;
}

.languagesItemButton:hover
{
	color:darkred;
	font-size: 16px;
	text-decoration: underline;
}

#divLanguages{
	background-color: white;
	border: #ccc 1px solid;
	width: 300px;
	height: 270px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -170px;
	margin-left: -150px;
	font-size: 16px;
	padding: 0px;
	box-sizing: border-box;
	text-align: center;
}

#divLanguageTitle
{
	font-weight: bold;
	margin-top: 10px;
}

#divLanguageList{
	position: absolute;
	top:40px;
	bottom: 40px;
	left: 0px;
	right: 0px;
	overflow: auto;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-bottom: 20px;
}

#divLanguageClose
{
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left:0px;
	right:0px;
}

.divGreetings
{
	margin-top: 10px;
	margin-left: 10px;
}