label.error {
    position: relative;
	float: right;
	border: solid 1px #000;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .7);
    padding: 2px 2px;
}

.prcchat {
  width: 330px;
  height:350px;
  border-radius: 5px;
  background-color: #bcd1f2;
  padding: 0px; 
  position: fixed;
  float:right;
  bottom: 0;
  right: 0;
  z-index: 1000;
}


.prcchat-full {
  width: 100%;
  height:100%;
  border-radius: 5px;
  background-color: #bcd1f2;
  padding: 0px; 
  position: fixed;
  float:right;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

div#conversation ul
{
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

div#conversation li
{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
	list-style-type:none !important;
}

div#conversation li.left .chat-body
{
    margin-left: 60px !important;
}

div#conversation li.right .chat-body
{
    margin-right: 60px !important;
}


div#conversation li.chat-body p
{
    margin: 0; !important
    color: #777777; !important
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    overflow-y: scroll;
	min-height: 220px; 
	max-height: 220px;
	border-radius: 5px;
	 
}

.panel-body-full{

 	border-radius: 5px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: fixed;
    overflow-y: scroll;
	min-height: 85%; 
	max-height: 85%;

}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


input::placeholder {
	color: #ccc;
	font-style: italic;
}

div.userRequest {
	margin: 4px;
	padding: 2px 2px 2px 2px;
	border-radius: 10px;
	min-width: 5%;
	color: white;
	max-width: 85%;
	float: left;
	background-color: #4273c9;
	font-size:12px;
    font-weight: normal;
	font-family:PRAC,Arial,sans-serif !important
}

div.lexResponse {
	margin: 4px;
	padding: 2px 2px 2px 2px;
	font-size:12px;
	border-radius: 10px;
	text-align: left;
	min-width: 0%;
	max-width: 70%;
	float: right;
	background-color: #f7f9f9;
	word-wrap: break-word;
    white-space: normal;
    border: 1px solid #ccc;
	font-size:12px;
    font-weight: normal;
	font-family:PRAC,Arial,sans-serif !important
}


div.followResponse {
	margin: 4px;
	padding: 2px 2px 2px 2px;
	font-size:12px;
	border-radius: 10px;
	text-align: left;
	text-color: #90afed;
	min-width: 0%;
	max-width: 70%;
	float: right;
	background-color: #f7f9f9;
	word-wrap: break-word;
    white-space: normal;
}

div.lexError {
	margin: 4px;
	padding: 4px 10px 4px 10px;
	font-size:12px;
	border-radius: 4px;
	text-align: right;
	min-width: 20%;
	max-width: 85%;
	float: right;
	background-color: #eaeef2;
}
/*
input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
*/
.menulink {
    #color: #16b;
	padding: 3px 3px 3px 3px;
    text-align: center;
    #height: 40px;
    #line-height: 25px;
	background-color: white;
    font-size: 12px;
	border-top: 1px solid #ccc;
}


#chatButton {
  padding: 5px 10px; 
  padding-top: 0px;
  position: fixed;
  float:right;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 25px;
 }
 
 
.button {
    display:block;
    margin: 0 auto;
}

.chat-footer {
	border-radius: 5px;
    padding: 10px 15px;
    border-top-width: 2px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(245, 245, 245);
    position: fixed;
    bottom: 2px;
}

.chatbutton {
    background-color: rgb(255, 99, 25); /* Orange */
	border-radius: 10px;
	border-color:#4273c9;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
}

.sendbutton {
    background-color: rgb(255, 99, 25); /* Orange */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 8px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.linkbutton {
    background-color: rgb(255, 99, 25); /* Orange */
    border: none;
    border-radius: 5px;
    color: white;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
}

#container {
  width: 100%;
  height: 100%;
}


#chatinput {
	line-height: normal; padding: 0px; border-radius: 1px; width: 250px; height: 14px; color: rgb(51, 51, 51); line-height: 14px; font-size: 12px; font-style: normal; font-weight: normal; margin-bottom: 0px; display: inline-block; -webkit-border-radius: 1px; -moz-border-radius: 1px;
}

input.colInputLandingAddress {
	margin: 0px !important; padding: 0px !important; height: 40px !important; color: rgb(51, 51, 51); line-height: 40px !important; text-indent: 5px; font-style: normal; font-weight: normal; min-height: 40px !important; max-height: 40px !important; min-width: 50%; max-width: 100%;
}

input[type='submit'] {
	cursor: pointer; -webkit-appearance: button;
}
