.ChatFrame {border-color:[$borderColor];} 
.ActionViewPanel {border-top-color:[$borderColor];}
.SendButton.ImLeButton {background:[$buttonColor];}
.InfoPanel {background-color: [$infoColor]; border-bottom-color:[$borderColor];}
.AgentRanking .RankingBox {background-color: [$infoColor]; border-bottom-color:[$borderColor]; border-top-color:[$borderColor];}
[if ($borderDark)]
    .UnreadMessagesTitle:before {background:url('[$imgPath]chat-icons.png') no-repeat -115px -36px;}
[else]
    .UnreadMessagesTitle:before {background:url('[$imgPath]chat-icons.png') no-repeat -138px -36px;}
[/if]

.chatMessagesGroupMe .MessageAcknowledged .messageTime:before,
.chatMessagesGroupMe .MessageAcknowledged .messageTime:after {background:#202020;}
.chatMessagesGroupMe .MessageSeen .messageTime:before,
.chatMessagesGroupMe .MessageSeen .messageTime:after {background:#202020;}

/*--prenesene z common_theme--*/
.SendFile .Icon {background:url('[$imgPath]chat-icons.png') no-repeat -97px -32px;}
.SendFile.Uploading .Icon {background:url('[$imgPath]loading-small.gif') no-repeat;}
.InputFileView .DiscardButton {background:url('[$imgPath]chat-icons.png') no-repeat -96px 0;}
.Avatar {background-image:url('[$imgPath]anonym_middle.png'); background-size:cover; background-repeat:no-repeat;}
.Loading .MessagesPanel {background-image:url('[$imgPath]loading.gif'); background-repeat:no-repeat;}
.RankingBox.Loading:after {background-image:url('[$imgPath]loading.gif');}
[if ($borderDark)]
    .CloseButton {background:url('[$imgPath]chat-icons.png') no-repeat -48px 0;}
        .CloseButton:hover {background-position:-48px -16px;}
[else]
    .CloseButton {background:url('[$imgPath]chat-icons.png') no-repeat -32px 0;}
        .CloseButton:hover {background-position:-32px -16px;}
[/if]
[if ($borderDark)]
    .MinimizeButton {background:url('[$imgPath]chat-icons.png') no-repeat -128px 0;}
        .MinimizeButton:hover {background-position:-128px -16px;}
      .Minimized .MinimizeButton {background:none;}
    	.Minimized .MinimizeButton:before {background:url('[$imgPath]chat-icons.png') no-repeat -160px 0;}
        .Minimized .MinimizeButton:hover:before {background-position:-160px -16px;}
[else]
    .MinimizeButton {background:url('[$imgPath]chat-icons.png?t=3') no-repeat -112px 0;}
        .MinimizeButton:hover {background-position:-112px -16px;}
      .Minimized .MinimizeButton {background:none;}
    	.Minimized .MinimizeButton:before {background:url('[$imgPath]chat-icons.png') no-repeat -144px 0;}
        .Minimized .MinimizeButton:hover:before {background-position:-144px -16px;}
[/if]
[if ($borderDark)]
    .PopOutButton {background:url('[$imgPath]chat-icons.png') no-repeat -80px 0;}
        .PopOutButton:hover {background-position:-80px -16px;}
[else]
    .PopOutButton {background:url('[$imgPath]chat-icons.png') no-repeat -64px 0;}
        .PopOutButton:hover {background-position:-64px -16px;}
[/if]
.QueueChat {background:url('[$imgPath]chat-icons.png') no-repeat -79px -32px;}
.MyQueueChat {background:url('[$imgPath]chat-icons.png') no-repeat -4px -39px;}
.TypingIcon {background:url('[$imgPath]chat-icons.png') no-repeat -80px -48px;}
.InitOnline .StatusIcon {background:url('[$imgPath]chat-icons.png') no-repeat 0 0;}
.InitOffline .StatusIcon {background:url('[$imgPath]chat-icons.png') no-repeat -37px -39px;}
.New .StatusIcon {background:url('[$imgPath]chat-icons.png') no-repeat -37px -39px;}
.SendButton.ImLeButton-over {background:url('[$imgPath]gray-over.png') repeat top left [$buttonColor];}
.SendCommentButton.ImLeButton-over {background:url('[$imgPath]gray-over.png') repeat top left [$buttonColor];}
.ActionClose .messageBody:before,
.ActionDisconnect .messageBody:before {background:url('[$imgPath]system_message-close.png') no-repeat center center;}
