/* @override 
	http://www.standonline.org.uk/pusher-realtime-chat-widget/src/pusher-chat-widget.css */

.pusher-chat-widget {
  /*position: fixed;*/
  /*bottom: 0;*/
  /*right: 30px;*/
  /*z-index: 10000;*/
  
  font-size: 13px;
  
  width: 97%;
  
  background-color: whiteSmoke;
  border: 1px solid #EEE;
  margin-bottom: 0;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  padding-left: 10px;
}

.pusher-chat-widget input {
  width: 280px;
  
}

.pusher-chat-widget textarea {
	margin: 6px 0px;
}

.pusher-chat-widget label {
  font-weight: bold;
  text-align: left;
  padding-top: 6px;
  line-height: 18px;
  color: #111;
  padding-right: 2px;
  display: block;
}

.pusher-chat-widget-header {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  overflow: auto;
}

.pusher-chat-widget-current-user-image {
  float: left;
  height: 32px;
  overflow: hidden;
  width: 32px;
  margin-top: 3px;
}

.pusher-chat-widget-current-user-name {
  margin-left: 42px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  
  color: #111;
}

.pusher-chat-widget-header input {
  display: block;
}

.pusher-chat-widget-input {
  position: relative;
}

.pusher-chat-widget textarea {
  width: 290px;
  height: 40px;
}

.pusher-chat-widget-send-btn {
  width: 50px;
  height: 40px;
  
  font-size: 11px;
  line-height: normal;
  padding: 5px 10px 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: top;
  
  color: white;
  background-color: #0064CD;
  margin: 6px 10px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #CCC;
}

.pusher-chat-widget-footer {
  border-top: 1px solid #EBEBEB;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* activity streams - messages */
.pusher-chat-widget ul.activity-stream {
  list-style: none;
  margin: 0;
  padding: 0;
  
  background-color: white;
  min-height: 100px;
  max-height: 300px;
  margin-right: 10px;
}

.pusher-chat-widget ul.activity-stream li.waiting {
  height: 100%;
  font-weight: bold;
  text-align: center;
}

.pusher-chat-widget ul.activity-stream {
  overflow: auto;
}

.pusher-chat-widget ul.activity-stream li {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  clear: both;
  display: block;
  outline: none;
  margin-top: -1px;
  border-top: 1px solid transparent;
  overflow: auto;
}

.pusher-chat-widget ul.activity-stream li.chat-message {
  background-color: #DDF4FB;
  border-color: #C6EDF9;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.pusher-chat-widget ul.activity-stream li div.stream-item-content {
  padding: 5px 15px;
  font-size: 12px;
  position: relative;
  zoom: 1;
}

.pusher-chat-widget ul.activity-stream li .image {
  float: left;
  height: 48px;
  overflow: hidden;
  width: 48px;
  margin-top: 3px;
  display: none;
}

.pusher-chat-widget ul.activity-stream li .screen-name {
  font-weight: bold;
  color: #333!important;
}

.pusher-chat-widget ul.activity-stream li .content {
  margin-left: 0px;
  min-height: 28px;
}

.pusher-chat-widget ul.activity-stream li .activity-row {
  display: block;
  position: relative;
  line-height: 15px;
}

.pusher-chat-widget ul.activity-stream li .text {
  padding: 0;
  font-family: Arial,"Helvetica Neue",sans-serif;
  line-height: 19px;
  word-wrap: break-word;
  color: #111;
}

.pusher-chat-widget ul.activity-stream li .timestamp {
  color: #999!important;
  font-size: 9px;
  display: none;
}

.pusher-chat-widget ul.activity-stream li .activity-actions span:first-child {
  margin-left: 15px;
}

.pusher-chat-widget ul.activity-stream li .activity-actions {
  color: #999!important;
  font-size: 9px;
}

.pusher-chat-widget ul.activity-stream li .activity-actions span b {
  font-weight: normal;
}