﻿#chat-window{
  position: fixed;
  bottom: 0;
  right: 50px;
  padding: 0;
  width: 455px;
  
}

.chat-window-content {
  margin-bottom: 0;
}
.chat-body-container{
    overflow-y: scroll;
    overflow-x: overlay;
    height: 360px;
}
.panel-heading{
  cursor: pointer;
}
.chat{
  padding-left: 10px;
}
#chat-log{
      height: 461px;
}
.panel-body{
  height: 481px;
}
#start-chat{
    height: 50px;
    width: 200px;
    font-size: 18px;
}
ul{
  list-style-type: none;
}

#intro{
      display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
h3 {
  color: #337ab7;
}
td{
  text-align: center;
}
td button {
  width: 80px;
}
#cancel-chat{

}
#agents-container {
  height: 282px;
  overflow-y: scroll;
    overflow-x: overlay;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #337ab7;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #337a96;
}
::-webkit-scrollbar-thumb:active {
  background: #337ab7;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 30px;
}
::-webkit-scrollbar-track:hover {
  background: #dbdbdb;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
#refresh {
  float: right;
}
#register-info{
    width: 65%;
    position: absolute;
    margin: 7.5px 0;
    left: 8px;
}
#dialog-info{
    border: 1px solid #337ab7;
    height: 40px;
    width: 260px;
    left: 123px;
    position: absolute;
    margin-top: -3px;
    border-radius: 10px;
    display: none;
}
.register{
    float: left;
    background-color: #337ab7;
    color: white;
    margin-top: 5px;
    margin-left: 5%;
    height: 27px;
    width: 60px;
    padding: 0;
    font-size: 14px;
    border-radius: 10px;
    outline: 0;
}
.first-child{
    margin-left: 65px;
}
#slider-register-info {
  width: 100%;
  height: 100%;
  background-color: red;
  display: none;
}
#register:hover{
    background-color: white;
    color: #337ab7;
    border: 1px solid #337ab7;
}
.left {
      background-color: #d9edf7;
    border-radius: 15px;
    padding: 0 15px;
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 20px;
}

.right {
      background-color: white;
    border-radius: 15px;
    padding: 0 15px;
    text-align: justify;
    margin-right: 20px;
    border: 1px solid #d9edf7;
    margin-bottom: 20px;
}
.glyphicon {
    font-size: 18px;
    top: 5px;
}
.rightm{
  float: right;
   margin: 5px;
}
.chat-controls{
  margin-bottom: 10px;
  cursor: pointer;
  color: #337ab7;  
}
.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #337ab7;  
    color: white;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    /* font-size: 100px; */
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #337ab7;
    cursor: inherit;
    display: block;
}
.file-name{
	text-decoration: none;
	color: black;
}
.file-size {
	color: gray;
}

.fr-toolbar {
    display: none;
}

.chatHEader {
    max-height: 170px;
}
#chat-window a {
    color: red!important;
}