#callMenu .callMenuTitle {
  height: 29px;
  background-color: #d5dfe8;
}
#callMenu .callMenuTitle .activeInteractionsTitle {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4f5255;
  float: left;
  margin-left: 20px;
  margin-top: 8px;
}
#callMenu .callMenuTitle .closeActiveInteractions {
  background-image: url(../images/Icons/close.png);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  margin-right: 15px;
  margin-top: 8px;
}
#callMenu .callMenuTitle .closeActiveInteractions:hover {
  background-image: url(../images/Icons/close_hover.png);
}
#callMenu .watermark {
  position: absolute;
  bottom: 40px;
  right: 5px;
  font-size: 30px;
  z-index: 0;
  color: #BA9EFF;
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#callMenu .callCard {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 205px;
  height: 100%;
  background-color: #ffffff;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #ced8e2;
}
#callMenu .callCard.focus .call-overlay {
  display: none;
}
#callMenu .callCard.unread {
  background-image: url(../images/incoming_call_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
}
#callMenu .callCard .topCallCardLine {
  padding-top: 10px;
  display: inline-block;
  width: 100%;
}
#callMenu .callCard .topCallCardLine .participants {
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  float: left;
}
#callMenu .callCard .topCallCardLine .hangupConference {
  width: 15px;
  height: 15px;
  background-image: url(../images/Icons/CallCard/hangup_call.png);
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  float: left;
  cursor: pointer;
}
#callMenu .callCard .topCallCardLine .hangupConference:hover {
  background-image: url(../images/Icons/CallCard/hangup_call_hover.png);
}
#callMenu .callCard .topCallCardLine .hangupConference:active {
  background-image: url(../images/Icons/CallCard/hangup_call_clicked.png);
}
#callMenu .callCard .topCallCardLine .smallIcon.recording {
  background-image: url(../images/Icons/recording.png);
  float: right;
  margin-right: 5px;
  cursor: default;
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.pickup.answered {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_call_chosen.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.pickup.ringing {
  background-image: url(../images/Icons/CallCard/incoming_call.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.pickup.ringing:hover {
  background-image: url(../images/Icons/CallCard/incoming_call_hover.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.pickup.ringing:active {
  background-image: url(../images/Icons/CallCard/incoming_call_chosen.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.pickup.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_call_wrap_up.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.hangUpIcon {
  background-image: url(../images/Icons/CallCard/hangup_call.png);
  float: right;
  margin-right: 2px;
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.hangUpIcon:hover {
  background-image: url(../images/Icons/CallCard/hangup_call_hover.png);
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.hangUpIcon:active {
  background-image: url(../images/Icons/CallCard/hangup_call_clicked.png);
  cursor: default;
}
#callMenu .callCard.VOIP .answeringSection .bigIcon.hangUpIcon.disabled,
#callMenu .callCard.VOIP .answeringSection .bigIcon.hangUpIcon.wrapup {
  background-image: url(../images/Icons/CallCard/hangup_call_disabled.png);
  cursor: default;
}
#callMenu .callCard.Email .answeringSection .bigIcon.pickup.ringing {
  background-image: url(../images/Icons/CallCard/incoming_email.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.pickup.ringing:hover {
  background-image: url(../images/Icons/CallCard/incoming_email_hover.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.pickup.ringing:active {
  background-image: url(../images/Icons/CallCard/incoming_email_chosen.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.pickup.answered {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_email_chosen.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.pickup.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_email_disabled.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.hangUpIcon {
  background-image: url(../images/Icons/CallCard/hangup_email.png);
  float: right;
  margin-right: 2px;
}
#callMenu .callCard.Email .answeringSection .bigIcon.hangUpIcon:hover {
  background-image: url(../images/Icons/CallCard/hangup_email_hover.png);
}
#callMenu .callCard.Email .answeringSection .bigIcon.hangUpIcon:active {
  background-image: url(../images/Icons/CallCard/hangup_email_clicked.png);
  cursor: default;
}
#callMenu .callCard.Email .answeringSection .bigIcon.hangUpIcon.wrapup {
  background-image: url(../images/Icons/CallCard/hangup_email_disabled.png);
  cursor: default;
}
#callMenu .callCard.Email .incomingImportanceIcon {
  height: 25px;
  width: 25px;
  padding: 0px;
  float: left;
  margin-top: 3px;
}
#callMenu .callCard.Email .incomingImportanceIcon.incomingHighImportance {
  background-image: url(../images/icons/EmailDraft/hi_importance.png);
}
#callMenu .callCard.Email .incomingImportanceIcon.incomingLowImportance {
  background-image: url(../images/icons/EmailDraft/lowimportance.png);
}
#callMenu .callCard.Email .emailSubject {
  font-size: 12px;
  font-weight: bold;
  color: #313131;
  padding-top: 5px;
}
#callMenu .callCard.Email .emailPreview {
  font-size: 12px;
  color: #313131;
}
#callMenu .callCard.Callback .answeringSection .bigIcon.pickup.ringing {
  background-image: url(../images/Icons/CallCard/callback.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.pickup.ringing:hover {
  background-image: url(../images/Icons/CallCard/callback_hover.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.pickup.ringing:active {
  background-image: url(../images/Icons/CallCard/callback_clicked.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.pickup.answered {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/callback_clicked.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.pickup.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/callback_disabled.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.hangUpIcon {
  background-image: url(../images/Icons/CallCard/close_callback.png);
  float: right;
  margin-right: 2px;
}
#callMenu .callCard.Callback .answeringSection .bigIcon.hangUpIcon:hover {
  background-image: url(../images/Icons/CallCard/close_callback_hover.png);
}
#callMenu .callCard.Callback .answeringSection .bigIcon.hangUpIcon:active {
  background-image: url(../images/Icons/CallCard/close_callback_clicked.png);
  cursor: default;
}
#callMenu .callCard.Callback .answeringSection .bigIcon.hangUpIcon.wrapup {
  background-image: url(../images/Icons/CallCard/close_callback_disabled.png);
  cursor: default;
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.pickup.ringing {
  background-image: url(../images/Icons/CallCard/incoming_voicemail.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.pickup.ringing:hover {
  background-image: url(../images/Icons/CallCard/incoming_voicemail_hover.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.pickup.ringing:active {
  background-image: url(../images/Icons/CallCard/incoming_voicemail_clicked.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.pickup.answered {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_voicemail_clicked.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.pickup.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_voicemail_disabled.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.hangUpIcon {
  background-image: url(../images/Icons/CallCard/hangup_voicemail.png);
  float: right;
  margin-right: 2px;
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.hangUpIcon:hover {
  background-image: url(../images/Icons/CallCard/hangup_voicemail_hover.png);
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.hangUpIcon:active {
  background-image: url(../images/Icons/CallCard/hangup_voicemail_clicked.png);
  cursor: default;
}
#callMenu .callCard.Voicemail .answeringSection .bigIcon.hangUpIcon.wrapup {
  background-image: url(../images/Icons/CallCard/hangup_voicemail_disabled.png);
  cursor: default;
}
#callMenu .callCard.Voicemail .answeringSection .callTimer {
  display: none;
}
#callMenu .callCard.Chat .answeringSection .bigIcon.pickup.ringing {
  background-image: url(../images/Icons/CallCard/incoming_chat.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.pickup.ringing:hover {
  background-image: url(../images/Icons/CallCard/incoming_chat_hover.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.pickup.ringing:active {
  background-image: url(../images/Icons/CallCard/incoming_chat_chosen.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.pickup.answered {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_chat_chosen.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.pickup.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/incoming_chat_disabled.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.hangUpIcon {
  background-image: url(../images/Icons/CallCard/hangup_chat.png);
  float: right;
  margin-right: 2px;
}
#callMenu .callCard.Chat .answeringSection .bigIcon.hangUpIcon:hover {
  background-image: url(../images/Icons/CallCard/hangup_chat_hover.png);
}
#callMenu .callCard.Chat .answeringSection .bigIcon.hangUpIcon:active {
  background-image: url(../images/Icons/CallCard/hangup_chat_clicked.png);
  cursor: default;
}
#callMenu .callCard.Chat .answeringSection .bigIcon.hangUpIcon.wrapup {
  cursor: default !important;
  background-image: url(../images/Icons/CallCard/hangup_chat_disabled.png);
}
#callMenu .callCard.Chat .chatMessage {
  font-size: 11px;
  line-height: 16px;
  padding: 5px 0;
  white-space: pre-wrap;
  display: inline-block;
}
#callMenu .callCard.Chat .typingIndicator {
  background-image: url(../images/Icons/chatBox/typing.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 20px;
  height: 14px;
  float: right;
  display: inline-block;
  margin-top: 5px;
}
#callMenu .callCard .answeringSection {
  width: 100%;
}
#callMenu .callCard .answeringSection .pickUpSection {
  width: 20%;
}
#callMenu .callCard .answeringSection .hangUpSection {
  width: 20%;
  height: 80%;
}
#callMenu .callCard .answeringSection .callTimer {
  width: 45px;
  text-align: center;
  font-size: 12px;
}
#callMenu .callCard .answeringSection .callStatus {
  text-align: center;
  color: #313131;
}
#callMenu .callCard .answeringSection .callStatus .status {
  font-size: 13px;
  font-weight: bold;
}
#callMenu .callCard .answeringSection .InCall {
  color: #41840b;
}
#callMenu .callCard .answeringSection .OnHold {
  color: #ed6308;
}
#callMenu .callCard .answeringSection .WrapUp {
  color: #d71c1c;
}
#callMenu .callCard .answeringSection .OnHoldByDPSAgent {
  color: #ed6308;
}
#callMenu .callCard .answeringSection .timer {
  font-size: 13px;
  font-weight: bold;
}
#callMenu .callCard .delimiter {
  width: 100%;
  height: 1px;
  background-color: #ced8e2;
}
#callMenu .callCard .leftCallCommands {
  float: left;
}
#callMenu .callCard .leftCallCommands .smallIcon {
  width: 18px;
  height: 17px;
  display: inline-block;
  margin-bottom: 1px;
}
#callMenu .callCard .leftCallCommands .smallIcon.hold {
  background-image: url(../images/Icons/pause.png);
  margin-left: -4px;
}
#callMenu .callCard .leftCallCommands .smallIcon.hold:hover {
  background-image: url(../images/Icons/pause_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.hold.active {
  background-image: url(../images/Icons/pause_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.hold.disabled {
  background-image: url(../images/Icons/pause.png) !important;
  opacity: 0.5;
  cursor: default;
}
#callMenu .callCard .leftCallCommands .smallIcon.xfer {
  background-image: url(../images/Icons/forward.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.xfer:hover {
  background-image: url(../images/Icons/forward_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.xfer.disabled {
  background-image: url(../images/Icons/forward.png) !important;
  opacity: 0.5;
  cursor: default;
}
#callMenu .callCard .leftCallCommands .smallIcon.more {
  background-image: url(../images/Icons/more.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.more:hover {
  background-image: none;
}
#callMenu .callCard .leftCallCommands .smallIcon.more:hover .moreButtons {
  opacity: 1;
}
#callMenu .callCard .leftCallCommands .smallIcon.more .moreButtons {
  position: absolute;
  border-radius: 3px;
  line-height: 0;
  box-shadow: 1px 1px 5px 0px;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-top: 0.5px;
}
#callMenu .callCard .leftCallCommands .smallIcon.record {
  background-image: url(../images/Icons/record.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.record:hover {
  background-image: url(../images/Icons/record_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.record.recording {
  background-image: url(../images/Icons/record_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.record.disabled {
  background-image: url(../images/Icons/record_unavailable.png);
  opacity: 0.5;
  cursor: default;
}
#callMenu .callCard .leftCallCommands .smallIcon.wrapup {
  background-image: url(../images/Icons/wrapup.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.wrapup:hover {
  background-image: url(../images/Icons/wrapup_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.defer {
  background-image: url(../images/Icons/defer.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.defer:hover {
  background-image: url(../images/Icons/defer_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.defer.disabled {
  background-image: url(../images/Icons/defer.png) !important;
  opacity: 0.5;
  cursor: default;
}
#callMenu .callCard .leftCallCommands .smallIcon.callback {
  background-image: url(../images/Icons/callback.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.callback:hover {
  background-image: url(../images/Icons/callback_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.dialpad {
  background-image: url(../images/Icons/dialpad.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.dialpad:hover {
  background-image: url(../images/Icons/dialpad_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.webCollab {
  background-image: url(../images/Icons/webcollab.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.webCollab:hover {
  background-image: url(../images/Icons/webcollab_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.webCollab.active {
  background-image: url(../images/Icons/webcollab_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.webCollab.disabled {
  opacity: 0.5;
  cursor: default;
}
#callMenu .callCard .leftCallCommands .smallIcon.pause {
  background-image: url(../images/Icons/pause.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.pause:hover {
  background-image: url(../images/Icons/pause_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.pause.active {
  background-image: url(../images/Icons/pause_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.pause.disabled {
  background-image: url(../images/Icons/pause.png) !important;
  opacity: 0.5;
}
#callMenu .callCard .leftCallCommands .smallIcon.play {
  background-image: url(../images/Icons/play.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.play:hover {
  background-image: url(../images/Icons/play_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.play.active {
  background-image: url(../images/Icons/play_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.play.disabled {
  background-image: url(../images/Icons/play.png) !important;
  opacity: 0.5;
}
#callMenu .callCard .leftCallCommands .smallIcon.stop {
  background-image: url(../images/Icons/stop.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.stop:hover {
  background-image: url(../images/Icons/stop_hover.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.stop.active {
  background-image: url(../images/Icons/stop_chosen.png);
}
#callMenu .callCard .leftCallCommands .smallIcon.stop.disabled {
  background-image: url(../images/Icons/stop.png) !important;
  opacity: 0.5;
}
#callMenu .rightCallCommands {
  float: right;
}
#callMenu .rightCallCommands .smallIcon {
  width: 17px;
}
#callMenu .rightCallCommands .speakerIcon {
  width: 18px;
}
#callMenu .rightCallCommands .micIcon {
  width: 15px;
}
#callMenu .rightCallCommands .recordingIcon {
  display: inline-block;
  background-image: url(../images/Icons/recording.png);
  cursor: default;
  height: 16px;
}
#callMenu .rightCallCommands .infoIcon {
  display: inline-block;
  padding: 0 0 0 0px;
  background-image: url(../images/Icons/information.png);
  height: 16px;
  margin-right: -4px;
}
#callMenu .rightCallCommands .infoIcon:hover {
  background-image: url(../images/Icons/information_hover.png);
}
#callMenu .rightCallCommands .infoIcon:checked {
  background-image: url(../images/Icons/information_chosen.png);
}
#callMenu .callInfo {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 300px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 11.5px;
}
#callMenu .pdInfoList {
  padding-left: 0;
  list-style: none;
}
#callMenu .call-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #97aec5;
  opacity: 0.4;
}
.callCommands {
  margin-top: 5px;
}
.volume {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 19px;
}
.volume .slider-panel {
  -moz-transition: opacity 0.2s, visibility 0.2s;
  -o-transition: opacity 0.2s, visibility 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -90px;
  left: -10px;
  width: 37px;
  height: 87px;
  background-image: url(../images/volume/bg.png);
  z-index: 40;
}
.volume .ui-slider {
  border-color: #ffffff;
  width: 7px;
  height: 50px;
  border-radius: 3px;
  margin: 15px auto 0 auto;
}
.volume .ui-slider-handle {
  border: none;
  background-image: none;
  background-color: #516881;
  width: 15px;
  border-radius: 3px;
}
.volume .micIcon {
  position: absolute;
  z-index: 40;
  background-image: url(../images/Icons/microphone.png);
}
.volume .speakerIcon {
  position: absolute;
  z-index: 20;
  background-image: url(../images/volume/vmax.png);
}
.volume .speakerIcon.q1 {
  background-image: url(../images/volume/vlow.png);
}
.volume .speakerIcon.q2 {
  background-image: url(../images/volume/vmid.png);
}
.volume.muted .ui-slider-handle {
  background-color: #eaeaea;
}
.volume.muted .ui-slider {
  opacity: 0.4;
}
.volume.muted .micIcon {
  background-image: url(../images/Icons/microphone_mute.png);
}
.volume.muted .speakerIcon {
  background-image: url(../images/volume/vmute.png);
}
.volume:hover .slider-panel {
  visibility: visible;
  opacity: 1;
}
.volume:hover .micIcon {
  background-image: url(../images/Icons/microphone_hover.png);
}
.callMenuHolder {
  -moz-transition: width 0.2s, visibility 0.2s;
  -o-transition: width 0.2s, visibility 0.2s;
  -webkit-transition: width 0.2s, visibility 0.2s;
  transition: width 0.2s, visibility 0.2s;
  width: 230px;
  display: block;
  overflow: hidden;
  position: relative;
}
.callMenuHolder .callMenuContent {
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
}
.callMenuHolder.off {
  width: 0;
}