﻿.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;
}
.window .title.Defer {
  background-image: url(../images/icons/ico_defer.png);
  text-transform: uppercase;
}
.deferText {
  font: 12px Arial;
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.deferWindow .selection {
  margin-left: 10px;
  color: #fff;
}
.deferWindow .radioLeft {
  font: 12px Arial;
  margin-left: 10px;
  float: left;
}
.deferWindow .textBlock {
  float: left;
  width: 80%;
  margin-left: 5px;
  margin-bottom: 10px;
  font: 12px Arial;
}
.deferWindow .buttomPanel {
  position: absolute;
  bottom: 4px;
}
.deferWindow .buttomPanel .cancelSaveButtons {
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 7px;
  width: 90px;
  height: 22px;
  border-radius: 3px;
  color: #313131;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
  width: 100px;
}
.deferWindow .buttomPanel .cancelSaveButtons.cancelButton {
  background-color: #cad7e6;
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.deferWindow .buttomPanel .cancelSaveButtons.cancelButton:hover {
  background-color: #e4e4e4;
}
.deferWindow .buttomPanel .cancelSaveButtons.cancelButton:active {
  background-color: #8497ad;
}
.deferWindow .buttomPanel .cancelSaveButtons.cancelButton.cancelButtonDisabled {
  background-color: #808080;
}
.deferWindow .buttomPanel .cancelSaveButtons.saveButton {
  display: inline-block;
  margin-left: 10px;
  background-color: #7dbe47;
}
.deferWindow .buttomPanel .cancelSaveButtons.saveButton:hover {
  background-color: #a8df7c;
}
.deferWindow .buttomPanel .cancelSaveButtons.saveButton:active {
  background-color: #649938;
}
.deferWindow .buttomPanel .cancelSaveButtons.saveButton.saveButtonDisabled {
  background-color: #cad7e6;
  cursor: default;
}