﻿/*.droplet {
    padding:20px;
    text-align:center;
    border-radius:6px;
}*/
.droplet.fileHover {
  background-color: rgba(0, 0, 0, 0.1);
}
.droplet[disabled] > div {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropletFrameStyle {
  display: inline-block;
  width: 280px;
  text-align: left;
}
.dropletContainerStyle {
  position: relative;
  overflow: hidden;
  margin: 0;
  text-align: left;
}
.dropletFileStyle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dropletText {
  display: inline-block;
  margin-bottom: 5px;
}
#chatContainer {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
}
#chatContainer.minimized {
  height: 36px;
}
#chatContainer.normal {
  height: 100%;
}
#chatBox {
  height: 100%;
}
.minimized #chatBox {
  background-color: transparent!important;
}
.chatbox-sm,
.chatbox-sm > div,
.chatbox-sm #chatBoxBody > div {
  width: 305px;
}
.chatbox-md,
.chatbox-md > div,
.chatbox-md #chatBoxBody > div {
  width: 710px;
}
.chatbox-lg,
.chatbox-lg > div,
.chatbox-lg #chatBoxBody > div {
  width: 100%;
}
#chatBoxHeader {
  padding: 5px;
  margin: 1px;
  display: block;
}
#chatBoxHeader > div {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  vertical-align: middle;
  margin: 0;
}
#chatBoxTitle {
  left: 0;
}
#chatBoxControls {
  right: 0;
  float: right;
  text-align: right;
}
#chatBoxBody {
  position: absolute;
  top: 36px;
  bottom: 0;
}
#chatBoxBody > div {
  position: absolute;
  display: block;
}
#chatBoxRecipient {
  top: 0;
  height: 98px;
}
#chatBoxScreen {
  top: 100px;
  bottom: 124px;
  display: block;
  overflow-y: auto;
}
#chatBoxSender {
  bottom: 0;
  height: 124px;
  padding: 10px;
}
#chatBoxInput {
  height: 70px;
  width: 100%;
  font-size: 11px;
}
#chatBoxSubmit {
  height: 24px;
  border: 1px solid transparent;
  width: 100%;
  padding: 0;
  margin: 10px 0 0 0;
}
.chatbox-btn {
  height: 24px;
  width: 24px;
  line-height: 20px;
  padding: 0;
  margin: 0 2px;
  vertical-align: middle;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.15);
}
.chatbox-btn.bordered {
  border-color: rgba(0, 0, 0, 0.15);
}
.chatbox-btn.transparent {
  background-color: rgba(0, 0, 0, 0.02);
}