﻿#nowebchat {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	background-color: orangered;
	margin: 2px;
	border: red solid 1px;
	display: none;
}

a#menuPageIndex, a#menuPageIndex:visited {
	font: italic bold 18px/30px Verdana, Arial;
	color:#666;
	text-decoration:none;
}


/*....................Default Example..............................*/

.wc-name-input {
	height: 32px;
	width: 270px;
	padding: 0 0 0 8px;
	margin: 20px 0 0 -2px;
}

.wc-initiating {
	margin-top: 50px;
}

.wc-initiate, .wc-terminate {
	color: white;
	border-width: 0;
	width: 60%;
	height: 32px;
	position: relative;
	box-sizing: inherit;
}

.wc-typing {
	height:32px;
	width:282px;
	font-size:14px;
	vertical-align:bottom;
	line-height:32px;
}

html > body > div.wc-webchat.wc-online.wc-show > div.wc-chatbox.wc-show > div.wc-status.wc-error {
	line-height:16px;
	padding:6px 0 6px 6px;
}

.wc-history {
	margin-right: 0px;
	margin-top:20px;
	height:200px;
}

.wc-buttons a, .wc-buttons a:visited {

	font-size:32px;
	color: #008275;
	background-color:#008275;
}

.wc-buttons a:hover, .wc-terminate a:hover {

	Color:#fff;
	background-color:#008275;
	-webkit-background-color:#008275;
}


/*...........................Optional Config..................................*/

.wc-email-input {
	height: 32px;
	min-width: 270px;
	padding: 0 0 0 8px;
	margin: 0 0 0 -2px;

}


/*---------------------------*/

@media only screen and (max-width : 814px),
only screen and (max-device-width : 814px){
	#navBack {
		margin: 60px 0 0px 60px;
		position:relative;
		position:relative;
	}
}

.wc-progress
{
	font-size: 16px;
}
