/* index */
/* footer */
/* right navigation */
/* breadcrumbs */
/* article */
/* button */
/* form */
.er-clear-left {
  clear: left;
}
/* navigation */
/* breadcrumbs */
/* other */
/* tags */
/* theme-links */
/* Styled select */
/* button */
/* step-breadcrumbs */
/*------------------------------Checkbox styles------------------------------*/
/* Styles for marketplace pane */
/* form */
/* button */
.global-chat-iframe {
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  bottom: 0;
  height: 40px !important;
  position: fixed;
  right: 15px;
  width: 320px;
  overflow: hidden;
  z-index: 10000000;
}
.global-chat-iframe.expanded {
  height: 386px !important;
}
.iframe-body {
  overflow: hidden;
}
.global-chat-panel {
  position: relative;
  background-color: #ceebfa;
  width: 320px;
  height: 386px;
  padding: 7px 10px;
  font-size: 13px;
  -webkit-transition: height 0.6s ease;
  transition: height 0.6s ease;
  overflow: hidden;
  cursor: pointer;
}
.global-chat-panel.expanded {
  /*height: 386px;*/
  cursor: auto;
}
.global-chat-panel select {
  -webkit-appearance: none;
}
.global-chat-panel .ps > .ps__rail-y {
  width: 2px;
  right: 1px;
}
.global-chat-panel .ps > .ps__rail-y .ps__thumb-y {
  width: 2px;
  background-color: #ceebfa;
  right: 0px;
}
.global-chat-panel .er-chats-panel {
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 386px;
  background-color: #83d0f9;
  color: #034d6a;
  z-index: 10;
  overflow: hidden;
  white-space: nowrap;
}
.global-chat-panel .er-chats-panel.expanded {
  width: 180px;
}
.global-chat-panel .er-chats-panel .new-chat-button {
  background-color: #a2ddfc;
  border: 1px solid #94ccea;
  font-size: 16px;
  height: 33px;
  margin-left: 10px;
  margin-top: 6px;
  padding: 3px;
  text-align: center;
  width: 160px;
  cursor: pointer;
}
.global-chat-panel .er-chats-panel .chats-panel {
  height: 336px;
}
.global-chat-panel .er-chats-panel .chats-panel .ps > .ps__rail-y .ps__thumb-y {
  background-color: #76b6d7;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-panel-title {
  font-size: 16px;
  padding: 8px 0px 12px 10px;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-panel-title .er-chat-list-toggle {
  float: right;
  position: relative;
  top: 8px;
  background-position: 1px center;
  right: 11px;
  width: 14px;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-list-wrapper {
  height: 291px;
  position: relative;
  overflow: hidden;
  padding-right: 3px;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-list-wrapper .chats-list .chat-list-item {
  position: relative;
  cursor: pointer;
  border-top: 1px solid #7bc4ea;
  padding: 7px 20px 7px 17px;
  overflow: hidden;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-list-wrapper .chats-list .chat-list-item.hasNew {
  background-image: url("/client/default/image/icons/chat-new-message.png");
  background-position: 158px 11px;
  background-repeat: no-repeat;
  color: white;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-list-wrapper .chats-list .chat-list-item .item-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 13px;
  overflow: hidden;
}
.global-chat-panel .er-chats-panel .chats-panel .chats-list-wrapper .chats-list .chat-list-item .item-subtitle {
  color: #515356;
  font-size: 9px;
  overflow: hidden;
}
.global-chat-panel .er-chat-list-toggle {
  background-image: url('/client/default/image/icons/chat-list-toggle.png');
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 22px center;
  width: 22px;
  height: 11px;
  position: absolute;
  padding-top: 2px;
  cursor: pointer;
  top: 14px;
}
.global-chat-panel .er-chat-list-toggle .er-chat-list-new {
  background-image: url('/client/default/image/icons/chat-new-message.png');
  width: 8px;
  height: 8px;
  float: left;
}
.global-chat-panel .er-chat-title {
  font-size: 13px;
  color: #034d6a;
  margin-left: 30px;
  font-weight: 600;
  line-height: 15px;
  height: 21px;
}
.global-chat-panel .er-chat-title.onlyTitle {
  font-size: 21px;
  font-weight: normal;
  position: relative;
  top: 4px;
  white-space: nowrap;
  width: 240px;
  overflow: hidden;
}
.global-chat-panel .er-chat-subtitle {
  color: #515356;
  font-size: 9px;
  margin-left: 30px;
  height: 14px;
  line-height: 9px;
}
.global-chat-panel .er-chat-title.onlyChat,
.global-chat-panel .er-chat-subtitle.onlyChat {
  margin-left: 5px;
}
.global-chat-panel .er-icon-chat {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 31px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 3px;
  *margin-right: .3em;
  background-image: url("/client/default/image/icons/chat-white.png");
  display: block;
  text-decoration: none;
  float: right;
  margin-top: 1px;
}
.global-chat-panel .er-chat-toggle i {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: 3px;
  *margin-right: .3em;
  display: block;
  text-decoration: none;
  position: absolute;
  right: 4px;
  top: 7px;
  background-image: url("/client/default/image/arrows/chat-toggle.png");
  background-color: transparent;
}
.global-chat-panel .er-chat-toggle .er-icon-chat-turn {
  background-position: 0 -21px;
}
.global-chat-panel .er-chat-toggle .er-icon-chat-expand {
  background-position: 0 0;
}
.global-chat-panel .chat-theme-panel {
  height: 30px;
  padding-left: 30px;
  position: relative;
  top: -2px;
}
.global-chat-panel .chat-theme-panel.onlyChat {
  padding-left: 0;
}
.global-chat-panel .chat-theme-panel.onlyChat .select-wrapper select.chat-theme-list {
  width: 270px;
}
.global-chat-panel .chat-theme-panel .select-wrapper:before {
  background: none repeat scroll 0 0 white;
  content: "";
  display: block;
  height: 29px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 25px;
}
.global-chat-panel .chat-theme-panel .select-wrapper:after {
  color: #34373a;
  content: "";
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 15px;
  display: block;
  height: 5px;
  width: 9px;
  border: none;
  background-image: url("/shared-news-images/select.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
}
.global-chat-panel .chat-theme-panel .select-wrapper {
  position: relative;
  float: right;
}
.global-chat-panel .chat-theme-panel .select-wrapper select {
  background: none repeat scroll 0 0 white;
  border: 1px solid #a2ddfc;
  border-radius: 0;
  color: #34373a;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  margin: 0;
  outline: medium none;
  padding: 3px 3px;
  width: 150px;
  font-size: 15px;
  font-weight: normal;
}
.global-chat-panel .chat-theme-panel .select-wrapper {
  float: left;
}
.global-chat-panel .chat-theme-panel .select-wrapper:before {
  top: 2px;
  height: 28px;
}
.global-chat-panel .chat-theme-panel .select-wrapper .chat-theme-list {
  width: 240px;
}
.global-chat-panel .chat-theme-panel .select-wrapper .chat-theme-list option {
  width: 240px;
}
.global-chat-panel .er-chat {
  margin-top: 4px;
  position: relative;
}
.global-chat-panel .er-chat .mobile-bg-fix {
  background-color: white;
  border-color: transparent #a2ddfc;
  border-style: solid;
  border-width: 0 1px;
  height: 30px;
  position: absolute;
  top: 263px;
  width: 100%;
}
.global-chat-panel .er-chat .er-chat-history {
  background-color: white;
  border-color: #a2ddfc #a2ddfc transparent;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  height: 280px;
  overflow: hidden;
  padding-right: 3px;
  position: relative;
  width: 100%;
}
.global-chat-panel .er-chat .er-chat-history.empty .er-chat-placeholder {
  display: block;
}
.global-chat-panel .er-chat .er-chat-history .er-chat-placeholder {
  line-height: 132%;
  color: gray;
  font-size: 13px;
  display: none;
}
.global-chat-panel .er-chat .er-chat-history .ps__rail-y .ps__thumb-y {
  background-color: #ceebfa !important;
}
.global-chat-panel .er-chat .er-chat-history .chat-message {
  padding: 10px 8px 12px;
}
.global-chat-panel .er-chat .er-chat-history .chat-message.even {
  background-color: #ebf6fc;
}
.global-chat-panel .er-chat .er-chat-history .chat-message .title-date {
  color: #034d6a;
  font-size: 13px;
  line-height: 13px;
}
.global-chat-panel .er-chat .er-chat-history .chat-message .title-date span {
  font-size: 9px;
  color: #515356;
  margin-left: 5px;
  display: inline-block;
}
.global-chat-panel .er-chat .er-chat-history .chat-message .title-date a {
  color: #034d6a;
  display: inline-block;
  max-width: 185px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  font-weight: 600;
  cursor: pointer;
}
.global-chat-panel .er-chat .er-chat-history .chat-message .message-text {
  white-space: pre-wrap;
  line-height: 17px;
}
.global-chat-panel .er-chat .er-chat-history .chat-message .message-text .get-request {
  font-size: 12px;
  float: right;
  text-decoration: underline;
  color: #034d6a;
  cursor: pointer;
}
.global-chat-panel .er-chat .chat-status {
  background-color: white;
  border-color: transparent #a2ddfc #a2ddfc;
  border-image: none;
  border-style: none solid solid;
  border-width: medium 1px 1px;
  color: #515356;
  display: inline-block;
  font-size: 9px;
  height: 18px;
  overflow: hidden;
  padding: 2px 8px;
  position: relative;
  width: 100%;
}
.global-chat-panel .er-chat .er-field {
  border: 1px solid #a2ddfc;
  height: 33px;
}
.global-chat-panel .er-chat .er-field .er-icon-chat {
  background-color: white;
  cursor: pointer;
  margin: 0;
  background-position: 3px 10px;
}
.global-chat-panel .er-chat .er-field .er-icon-chat:hover {
  background-color: #eff5ff;
}
.global-chat-panel .er-chat .er-field input {
  border: none;
  width: 267px;
  height: 31px;
  padding: 1px 8px;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.global-chat-panel .er-chat .email-asker,
.global-chat-panel .er-chat .login-asker {
  width: 298px;
  left: 1px;
  position: absolute;
  bottom: 49px;
  border: 1px solid #da9a23;
  background-color: #ffea8a;
  padding: 15px 9px 10px 9px;
}
.global-chat-panel .er-chat .email-asker .email-asker-title,
.global-chat-panel .er-chat .login-asker .email-asker-title,
.global-chat-panel .er-chat .email-asker .login-asker-title,
.global-chat-panel .er-chat .login-asker .login-asker-title {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 16px;
  color: #4d2801;
}
.global-chat-panel .er-chat .email-asker input,
.global-chat-panel .er-chat .login-asker input {
  border: 1px solid #da9a23;
  height: 33px;
  padding: 1px 10px;
  width: 100%;
  font-size: 13px;
}
.global-chat-panel .er-chat .email-asker .email-asker-button,
.global-chat-panel .er-chat .login-asker .email-asker-button,
.global-chat-panel .er-chat .email-asker .login-asker-button,
.global-chat-panel .er-chat .login-asker .login-asker-button {
  background-color: #ffc94d;
  border: 1px solid #da9a23;
  text-align: center;
  font-size: 15px;
  color: #4d2801;
  height: 33px;
  padding-top: 3px;
  width: 90px;
  margin-top: 15px;
  float: right;
  cursor: pointer;
}
.global-chat-panel .er-chat .email-asker .error,
.global-chat-panel .er-chat .login-asker .error {
  color: red;
  font-size: 11px;
}
/* Offline mode */

.global-chat-panel.offline-callback {
  padding: 0;
  background-color: #77c350;
}
.global-chat-panel.offline-callback .er-h-feedblock {
  top: 0px;
  left: 0px;
}
.global-chat-panel.offline-callback .offline-callback-title {
  color: white;
  font-size: 21px;
  padding: 3px 15px;
}
.global-chat-panel.offline-callback.expanded .offline-callback-title {
  display: none;
}
.global-chat-panel.offline-callback.expanded .er-h-feedblock {
  display: block;
}
.global-chat-panel.offline-callback .er-icon-chat-turn,
.global-chat-panel.offline-callback .er-icon-chat-expand {
  background-image: url("/client/default/image/arrows/callback-toggle.png");
  z-index: 100000000;
}
.global-chat-panel.offline-callback .er-icon-chat-turn {
  background-position: 0 -23px;
}
/* Mobile */

@media (max-width: 340px) {
  body .global-chat-iframe {
    right: 0;
  }
}
