#dialogCallHistory {
  height: 100%;
}

#dialogCallHistory md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 300px;
}

#dialogCallHistory md-dialog-content.callHistory-wrapper {
  height: 100%;
  overflow: hidden;
}

#dialogCallHistory md-sidenav {
  height: 100%;
}

#dialogCallHistory md-tabs:not(.md-no-tab-content):not(.md-dynamic-height) {
  min-height: 500px;
}

#dialogCallHistory md-content {
  background: none;
}

#dialogCallHistory md-tab-item {
  text-transform: none;
  font-size: 16px;
}

#dialogCallHistory h3 {
  font-weight: normal;
}

#dialogCallHistory
  md-sidenav
  md-input-container:not(.md-input-invalid).md-input-focused
  md-icon {
  color: rgba(var(--color-neutral-light));
}

#dialogCallHistory md-tabs md-ink-bar {
  color: rgba(var(--primary-color));
  background: rgba(var(--primary-color));
}

#dialogCallHistory .md-tab {
  text-transform: none;
}

#dialogCallHistory h3,
#dialogCallHistory h1 {
  margin: 0;
}

#dialogCallHistory md-chips {
  padding: 0;
}

.callHistoryFilters md-input-container {
  margin: 5px 0 !important;
}

.callHistoryFilters .date-range md-icon {
  position: relative;
  top: -8px;
}

.callHistoryFilters .layout-row .date-picker {
  flex-grow: 1;
}

.callHistoryFilters .layout-row .date-picker label {
  left: 14px !important;
}

.callHistoryFilters .layout-row .callListSearchSpecific,
.callHistoryFilters .layout-row md-input-container {
  flex-grow: 1;
}

.callHistoryFilters .layout-row md-input-container md-menu {
  float: right;
}

.callHistoryFilters .layout-row md-input-container > span {
  line-height: 56px;
}

@media (max-width: 384px) {
  .callHistoryFilters .layout-row md-input-container > span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 94px;
  }
}

md-autocomplete .md-show-clear-button button md-icon {
  position: absolute !important;
}

.datepickerFrom > button.md-button.md-icon-button {
  margin-left: 0;
  padding-left: 0;
}

#dialogCallHistory md-datepicker {
  display: flex;
}

#dialogCallHistory .md-datepicker-input-container {
  flex-grow: 1;
}

#dialogCallHistory md-datepicker > button.md-datepicker-button {
  display: none;
}

.spaceLeft {
  padding-left: 10px;
}

.chatMsgContainer .chatMsg {
  margin-bottom: 4px;
}

@media (min-width: 1280px) {
  .chatMsgContainer {
    max-width: 55vw;
  }
}

@media (min-width: 1400px) {
  .chatMsgContainer {
    max-width: 59vw;
  }
}

@media (min-width: 1500px) {
  .chatMsgContainer {
    max-width: 62vw;
  }
}

@media (min-width: 1700px) {
  .chatMsgContainer {
    max-width: 66vw;
  }
}

@media (max-width: 1280px) {
  #dialogCallHistory h1 {
    font-size: 1.2em;
  }
}

.call-history-sidenav-md-content,
.call-history-sidenav-virtual-repeat-container {
  flex-grow: 1;
  overflow-x: hidden;
}

.call-history-sidenav-virtual-repeat-container {
  width: 100%;
  height: 100%;
  min-height: 256px;
  overflow-x: hidden;
}

.call-history-sidenav-md-content md-list-item,
.call-history-sidenav-md-content md-list-item .md-button,
.call-history-sidenav-md-content md-list-item button {
  border-radius: var(--default-radius);
  margin-bottom: 4px;
  margin-right: 4px;
  height: 88px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 4px solid transparent;
}

.call-history-sidenav-md-content md-list-item.solved,
.call-history-sidenav-md-content md-list-item .md-button.solved,
.call-history-sidenav-md-content md-list-item button.solved {
  border-left-color: rgba(var(--color-success));
}

.call-history-sidenav-md-content .callListSearch .md-button,
.call-history-sidenav-md-content .callListSearch button {
  margin-right: 0;
}

.md-sidenav-left-flex {
  display: flex;
}

.call-history-sidenav-selected-index {
  background: rgba(var(--color-neutral-light));
}
