.chatUser:hover {
  background-color: #e2e2e2;
  cursor: pointer;
}
li.groupList {
  font-size:12px;
  padding: 5px;
}
li.groupList .profileBadge {
  margin-right: 5px !important;
}
i.groupInfo {
  float: right;
  height: inherit;
  font-size: 15px;
  color: #999;
  padding: 8px;
  position: relative;
  z-index: 100;
}
.groupList:hover {
  background-color: #e2e2e2;
  cursor: pointer;
}

#sendChat {
  height: 100%;
  border: none;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  font-size: 12px !important;
  background: #efefef;
}

#chatHolder {
  /*width: 350px;*/
  /*height: 400px;*/
  /*background: #fff;*/
  /*position: fixed;*/
  /*bottom: 15px;*/
  /*right: 15px;*/
  /*border-radius: 4px;*/
  /*box-shadow: 0px 0px 10px #ccc;*/
  /*z-index: 10;*/
}
#chatHolderHeader {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #dededeee;
  margin-bottom: 8px;
}
#chatMenu {
  background-color: white;
  width: 250px;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  top: 80px;
  padding: 8px;
  overflow-y: scroll;
}
#chatMenu::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

#butHolder {
  float: right;
}
#chatArea {
  position: fixed;
  width: 300px;
  height: 400px;
  bottom: 0;
  right: 265px;
  display: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
  z-index: 10000;
}

#chatHistory {
  height: 80%;
  background-color: white;
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
#chatHistory ul {
  margin: 10px;
}
#chatHistory ul li {
  width: 80%;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#chatHistory ul li.fromUser {
  float: right;
}
#chatHistory ul li.toUser {
  float: left;
}
#chatHistory ul li .chatDiv {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  overflow-wrap: break-word;
}
#chatHistory ul li.toUser .chatDiv {
  text-align: left;
  background-color: lightskyblue;
}
#chatHistory ul li.fromUser .chatDiv {
  text-align: right;
  background-color: lightgrey;
}
#chatHistory .divName {
  font-size: 10px;
  font-weight: bold;
}
#chatHistory ul li.toUser .divName {
  text-align: left;
}
#chatHistory ul li.fromUser .divName {
  text-align: right;
}

#chatUsers {
}

#chatInputHold {
  height: 40px;
}

#chatWith {
  background-color: #337ab7;
  color: #fff;
  font-size: 12px !important;
  padding: 8px;
  margin: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-weight: bold;
}

li.chatUser {
  font-size:12px;
  padding: 5px;
}
li.chatUser .profileBadge {
  margin-right: 5px !important;
}

#userFilterHolder {
}
#userFilter {
  width: 100%;
  border: 0;
  border: 1px solid #e2e2e2;
  padding: 4px;
}
#groupFilter {
  width: 100%;
  border: 0;
  border: 1px solid #e2e2e2;
  padding: 4px;
}
#userList {
  padding: 0px !important;
}

.disable_text_highlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none; /* Webkit */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE 10  */
  /* Currently not supported in Opera but will be soon */
  -o-user-select: none;
  user-select: none;
}

.uniButton {
  color: #fff;
  margin-left: 8px;
  font-size: 16px;
}
.uniButton:hover {
  cursor: pointer;
  color: #000000;
}

.goRightNow {
}
.chatAreaOpen {
  display: block !important;
}

#ringBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999999999;
  width: 250px;
  height: 250px;
  transform: translate(-50%, -50%);
  background-color: rgba(64, 64, 64, 0.9);
  box-shadow: 0px 0px 10px #333333;
  border-radius: 4px;
  text-align: center;
}
#ringBoxBadge {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}
#ringBoxBadge .profileBadge {
  height: 80px !important;
  width: 80px !important;
  margin-bottom: 15px !important;
}
#ringBoxBadge .profileBadge .profileBadgeAcronym {
  font-size: 2em !important;
  padding: 18px 0px 0px 0px;
}
#ringBoxBtnHolder {
  width: 122px;
  margin: 45px auto;
}

.callButton {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  float: left;
  margin: 4px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 9px;
  display: none;
  cursor: pointer;
}
#btn-endCallRingBox {
  background-color: #f7392f;
  padding: 7px;
  display: inline-block;
  float: none;
}
#btn-endCallRingBox i {
  transform: rotate(134deg);
  position: relative;
  left: -1px;
}
#btn-answerCallRingBox {
  background-color: #4ad261;
  display: inline-block;
  float: none;
  margin-right: 30px;
}