﻿.long-word-ellipsis {
  overflow-x: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.datePickerSection .dropdown-menu,
.datePickerSection .customDatePicker {
  min-width: 100px;
  background-color: slategrey;
  font-size: 10px;
  max-width: 235px;
  margin-left: -60px;
}
.datePickerSection .myDatePicker {
  margin-left: 0;
}
.datePickerSection .datepickerBox {
  display: inline-block;
  width: 60px;
  background-color: #ffffff;
  margin-top: 0px;
}
.datePickerSection .pull-right {
  float: right;
  margin-right: -5px;
}
.datePickerSection .btn {
  display: inline-block;
  padding: 2px 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.datePickerSection .pull-left {
  margin-left: 10px;
}
.datePickerSection .btn-block {
  margin-left: 6px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.datePickerSection li {
  line-height: 10px;
  margin-right: 16px;
}
.datePickerSection tr {
  width: 200px;
}
.datePickerSection tr td {
  width: 200px;
}
.datePickerSection tr .text-center {
  font-size: 11px;
  font-weight: 500;
  color: white;
}
.datePickerSection .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 3px;
}
.datePickerSection .btn-group > .btn + .btn {
  display: none;
}
.datePickerSection .btn-group > .btn:first-child {
  margin-left: 21px;
  border-radius: 3px;
}
.inner-window-dark {
  border-radius: 3px;
  box-shadow: 2px 2px 8px 2px #cacaca;
  border: 3px solid white;
  background-color: #9cadc0;
}
.search-bar input {
  outline: none;
  border-radius: 3px;
  padding: 5px 10px 5px 30px;
  border: 1px solid #cacaca;
  background-image: url(../images/Icons/ico_magnifying_glass.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  width: 280px;
  font-size: 11px;
  color: #7a8085;
}
.checkBoxDiv input[type=checkbox] {
  display: none;
}
.checkBoxDiv .innerCheckboxDiv {
  content: "";
  display: inline-block;
  border: 1px solid #b8c7d6;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background-image: url('../Images/check_box_empty.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.checkBoxDiv input[type=checkbox]:checked + .innerCheckboxDiv {
  background-image: url('../Images/check_box.png');
}
.checkBoxDiv span {
  vertical-align: top;
  line-height: 19px;
}
.bar-button {
  background-color: transparent;
  opacity: 1;
  color: white;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
  outline: none;
}
.bar-button.close {
  background-image: url(../images/icons/btn_close.png);
}
.bar-button.close:hover {
  background-image: url(../images/icons/btn_close_h.png);
}
.bar-button.close:active {
  background-image: url(../images/icons/btn_close_a.png);
}
.chat-messages .msgBoxContainer {
  direction: ltr;
  margin-bottom: 10px;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
}
.chat-messages .msgBoxContainer.c0 .msgBox {
  background-color: #bce8ff;
}
.chat-messages .msgBoxContainer.c0 .triangle {
  border-color: transparent #bce8ff transparent transparent !important;
}
.chat-messages .msgBoxContainer.c1 .msgBox {
  background-color: #ffdfdf;
}
.chat-messages .msgBoxContainer.c1 .triangle {
  border-color: transparent #ffdfdf transparent transparent !important;
}
.chat-messages .msgBoxContainer.c2 .msgBox {
  background-color: rgba(171, 252, 107, 0.37);
}
.chat-messages .msgBoxContainer.c2 .triangle {
  border-color: transparent rgba(171, 252, 107, 0.37) transparent transparent !important;
}
.chat-messages .msgBoxContainer.c3 .msgBox {
  background-color: #fffecd;
}
.chat-messages .msgBoxContainer.c3 .triangle {
  border-color: transparent #fffecd transparent transparent !important;
}
.chat-messages .msgBoxContainer.c4 .msgBox {
  background-color: rgba(220, 201, 255, 0.66);
}
.chat-messages .msgBoxContainer.c4 .triangle {
  border-color: transparent rgba(220, 201, 255, 0.66) transparent transparent !important;
}
.chat-messages .msgBoxContainer.c5 .msgBox {
  background-color: rgba(243, 141, 54, 0.28);
}
.chat-messages .msgBoxContainer.c5 .triangle {
  border-color: transparent rgba(243, 141, 54, 0.28) transparent transparent !important;
}
.chat-messages .msgBoxContainer.c6 .msgBox {
  background-color: rgba(191, 237, 219, 0.77);
}
.chat-messages .msgBoxContainer.c6 .triangle {
  border-color: transparent rgba(191, 237, 219, 0.77) transparent transparent !important;
}
.chat-messages .msgBoxContainer.c7 .msgBox {
  background-color: rgba(31, 101, 199, 0.27);
}
.chat-messages .msgBoxContainer.c7 .triangle {
  border-color: transparent rgba(31, 101, 199, 0.27) transparent transparent !important;
}
.chat-messages .msgBoxContainer th,
.chat-messages .msgBoxContainer td,
.chat-messages .msgBoxContainer tr {
  border-width: 0;
  padding: 0;
}
.chat-messages .msgBoxContainer table {
  width: 100% !important;
}
.chat-messages .msgBoxContainer.log {
  font-size: 12px;
}
.chat-messages .msgBoxContainer.log .time {
  font-size: 10px;
}
.chat-messages .msgBoxContainer.log a {
  color: #bce8ff;
  cursor: pointer;
}
.chat-messages .msgBoxContainer.log table tr {
  vertical-align: top !important;
}
.chat-messages .msgBoxContainer.log table td:first-child {
  width: 65px !important;
}
.chat-messages .msgBoxContainer .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
}
.chat-messages .msgBoxContainer .msgBox {
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 13px;
  min-height: 25px;
  width: 100%;
  direction: ltr;
  -ms-word-break: normal;
  word-break: break-word;
}
.chat-messages .msgBoxContainer .msgBox .from-to {
  font-size: 11px;
}
.chat-messages .msgBoxContainer .msgBox .msgBody {
  white-space: pre-wrap;
}
.chat-messages .msgBoxContainer .time {
  direction: ltr;
  text-align: right;
  font-size: 10px;
}
.chat-messages .msgBoxContainer.agent,
.chat-messages .msgBoxContainer.me {
  direction: rtl;
}
.chat-messages .msgBoxContainer.agent .triangle,
.chat-messages .msgBoxContainer.me .triangle {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.chat-messages .msgBoxContainer.agent .time,
.chat-messages .msgBoxContainer.me .time {
  text-align: left;
}
.title.assist {
  background-image: url(../images/icons/ico_assist_title.png);
}
.AssistApp {
  max-height: 100%;
}
.assist .chat-box {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.assist .chat-box .msgBoxContainer {
  direction: ltr;
  margin-bottom: 10px;
  width: 100%;
  -ms-word-break: normal;
  word-break: normal;
}
.assist .chat-box .msgBoxContainer.c0 .msgBox {
  background-color: #bce8ff;
}
.assist .chat-box .msgBoxContainer.c0 .triangle {
  border-color: transparent #bce8ff transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c1 .msgBox {
  background-color: #ffdfdf;
}
.assist .chat-box .msgBoxContainer.c1 .triangle {
  border-color: transparent #ffdfdf transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c2 .msgBox {
  background-color: rgba(171, 252, 107, 0.37);
}
.assist .chat-box .msgBoxContainer.c2 .triangle {
  border-color: transparent rgba(171, 252, 107, 0.37) transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c3 .msgBox {
  background-color: #fffecd;
}
.assist .chat-box .msgBoxContainer.c3 .triangle {
  border-color: transparent #fffecd transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c4 .msgBox {
  background-color: rgba(220, 201, 255, 0.66);
}
.assist .chat-box .msgBoxContainer.c4 .triangle {
  border-color: transparent rgba(220, 201, 255, 0.66) transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c5 .msgBox {
  background-color: rgba(243, 141, 54, 0.28);
}
.assist .chat-box .msgBoxContainer.c5 .triangle {
  border-color: transparent rgba(243, 141, 54, 0.28) transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c6 .msgBox {
  background-color: rgba(191, 237, 219, 0.77);
}
.assist .chat-box .msgBoxContainer.c6 .triangle {
  border-color: transparent rgba(191, 237, 219, 0.77) transparent transparent !important;
}
.assist .chat-box .msgBoxContainer.c7 .msgBox {
  background-color: rgba(31, 101, 199, 0.27);
}
.assist .chat-box .msgBoxContainer.c7 .triangle {
  border-color: transparent rgba(31, 101, 199, 0.27) transparent transparent !important;
}
.assist .chat-box .msgBoxContainer th,
.assist .chat-box .msgBoxContainer td,
.assist .chat-box .msgBoxContainer tr {
  border-width: 0;
  padding: 0;
}
.assist .chat-box .msgBoxContainer table {
  width: 100% !important;
}
.assist .chat-box .msgBoxContainer.log {
  font-size: 12px;
}
.assist .chat-box .msgBoxContainer.log .time {
  font-size: 10px;
}
.assist .chat-box .msgBoxContainer.log a {
  color: #bce8ff;
  cursor: pointer;
}
.assist .chat-box .msgBoxContainer.log table tr {
  vertical-align: top !important;
}
.assist .chat-box .msgBoxContainer.log table td:first-child {
  width: 65px !important;
}
.assist .chat-box .msgBoxContainer .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
}
.assist .chat-box .msgBoxContainer .msgBox {
  overflow: hidden;
  background-color: #fff;
  margin: 0;
  border-radius: 3px;
  padding: 5px 12px;
  font-size: 13px;
  min-height: 25px;
  width: 100%;
  direction: ltr;
  -ms-word-break: normal;
  word-break: break-word;
}
.assist .chat-box .msgBoxContainer .msgBox .from-to {
  font-size: 11px;
}
.assist .chat-box .msgBoxContainer .msgBox .msgBody {
  white-space: pre-wrap;
}
.assist .chat-box .msgBoxContainer .time {
  direction: ltr;
  text-align: right;
  font-size: 10px;
}
.assist .chat-box .msgBoxContainer.agent,
.assist .chat-box .msgBoxContainer.me {
  direction: rtl;
}
.assist .chat-box .msgBoxContainer.agent .triangle,
.assist .chat-box .msgBoxContainer.me .triangle {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.assist .chat-box .msgBoxContainer.agent .time,
.assist .chat-box .msgBoxContainer.me .time {
  text-align: left;
}
.assist .chat-box.agent-selected .messages {
  bottom: 132px;
}
.assist .chat-box.agent-selected .chat-bottom {
  height: 138px;
}
.assist .chat-box.agent-selected .chat-bottom .messageInput {
  top: 46px;
}
.assist .chat-box.agent-selected .chat-bottom .agent-info {
  height: 50px;
  padding: 10px;
}
.assist .chat-box .messages {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
}
.assist .chat-box .messages .msgBoxContainer.target .boxAndPointer {
  cursor: pointer;
}
.assist .chat-box .messages .msgBoxContainer.target .boxAndPointer:hover .triangle {
  border-color: transparent #419fe8 transparent transparent !important;
}
.assist .chat-box .messages .msgBoxContainer.target .boxAndPointer:hover .msgBox {
  background-color: #419fe8;
  color: #fff;
}
.assist .chat-box .messages .msgBoxContainer.target .boxAndPointer:hover .msgBox .msgBody {
  white-space: pre-wrap;
}
.assist .chat-box .messages .time {
  color: #fff;
  font-size: 10px;
  margin-right: 1px;
}
.assist .chat-box .messages .log {
  color: #fff;
}
.assist .chat-box .messages .log .time {
  color: #fff;
}
.assist .chat-box .sep {
  height: 1px;
  background-color: #536374;
}
.assist .chat-box .chat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.assist .chat-box .chat-bottom .agent-info {
  height: 0;
  margin: -10px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}
.assist .chat-box .chat-bottom .agent-info .agent-name {
  background-image: url(../images/Supervisor/agent_sil_small.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 29px;
  line-height: 29px;
  font-size: 13px;
  padding-left: 34px;
  color: #fff;
  float: left;
}
.assist .chat-box .chat-bottom .agent-info button.card {
  float: right;
  background-image: url(../images/Supervisor/agent_card.png);
  width: 25px;
  height: 16px;
  border: none;
  outline: none;
  margin: 0 10px;
}
.assist .chat-box .chat-bottom .agent-info button.close {
  background-color: transparent;
  opacity: 1;
  color: white;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  font-size: 9px;
  line-height: 18px;
  outline: none;
  float: right;
  margin: -5px;
}
.assist .chat-box .chat-bottom .agent-info button.close.close {
  background-image: url(../images/icons/btn_close.png);
}
.assist .chat-box .chat-bottom .agent-info button.close.close:hover {
  background-image: url(../images/icons/btn_close_h.png);
}
.assist .chat-box .chat-bottom .agent-info button.close.close:active {
  background-image: url(../images/icons/btn_close_a.png);
}
.assist .chat-box .chat-bottom .typingIndicator {
  background-image: url(../images/Icons/chatBox/typing.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  padding: 0 0 0 20px;
  margin: 0 0 4px 10px;
}
.assist .chat-box .chat-bottom .messageInput {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
.assist .chat-box .chat-bottom .messageInput .textInput {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 32%;
}
.assist .chat-box .chat-bottom .messageInput .textInput textarea {
  border: none;
  border-radius: 3px;
  background-color: #fff;
  resize: none;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.assist .chat-box .chat-bottom .messageInput .textInput textarea:disabled {
  background-color: #9cadc0;
}
.assist .chat-box .chat-bottom .messageInput .actionButton {
  position: absolute;
  border-radius: 3px;
  width: 28%;
  height: 34px;
  right: 0;
  margin: auto;
  background-color: #419fe8;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.assist .chat-box .chat-bottom .messageInput .actionButton.off {
  cursor: default;
  background-color: #9cadc0;
}
.assist .chat-box .chat-bottom .messageInput .actionButton.off:hover {
  background-color: #9cadc0;
}
.assist .chat-box .chat-bottom .messageInput .actionButton.off:active {
  background-color: #9cadc0;
}
.assist .chat-box .chat-bottom .messageInput .actionButton:hover {
  background-color: #7edafc;
}
.assist .chat-box .chat-bottom .messageInput .actionButton:active {
  background-color: #3589ca;
}
.assist .chat-box .chat-bottom .messageInput .actionButton.send {
  top: 0;
}
.assist .chat-box .chat-bottom .messageInput .actionButton.req,
.assist .chat-box .chat-bottom .messageInput .actionButton.end {
  bottom: 0;
  font-size: 11px;
}