#bChatRoomTitle {
  float: left;
  font: bold 20px Arial,Helvetica,sans-serif;
  margin: 0 6px 1px 0;
  overflow: hidden;
  position: relative;
}

#bChatRoomTitle.min::after {
  content: '';
  position: absolute;
  right: 0; top: 0;
  width: 30px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
  background: -o-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255, 0.2), #fff 100%);
  background: linear-gradient(to right, rgba(255,255,255, 0.2), #fff 100%);
}

.column-header .chatType {
  font-size: 12px;
  line-height: 18px;
  min-height: 17px;
  color: #fff;
  background: #ccc;
  padding: 0 5px;
  float: left;
  margin: 5px 0 9px;
  text-transform: uppercase;
}

.column-header .chatType strong {
  display: none;
}

.chat_set {
  background: transparent url(../../images/frontend/icon_set23_min.png) no-repeat;
}

.chatContainer .chatBtn {
  background: #fcfcfc;
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #fbfbfb 52%, #fafafa 100%);
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#fbfbfb 52%,#fafafa 100%);
  background: linear-gradient(to bottom,  #fcfcfc 0%,#fbfbfb 52%,#fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fafafa',GradientType=0 );

  border: 1px solid #d7d7d7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
  white-space: nowrap;
}

.chatContainer .chatBtn:hover {
  background: #fcfcfc;
  background: -moz-linear-gradient(top,  #fcfcfc 0%, #f6f6f6 52%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f6f6f6 52%,#f3f3f3 100%);
  background: linear-gradient(to bottom,  #fcfcfc 0%,#f6f6f6 52%,#f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f3f3f3',GradientType=0 );
}

.chatContainer .chatBtn:active {
  background: #efefef;
  background: -moz-linear-gradient(top,  #efefef 0%, #f1f1f1 52%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top,  #efefef 0%,#f1f1f1 52%,#f5f5f5 100%);
  background: linear-gradient(to bottom,  #efefef 0%,#f1f1f1 52%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#f5f5f5',GradientType=0 );
}

#bShareCamControls {
  float: right;
  margin: 0 12px 0 6px;
  font-size: 13px;
  line-height: 23px;
  height: 23px;
}

#bShareCamControls.reinit {
  position: absolute;
  right: -2000px;
}

#bShareCamControls .chat_set {
  float: left;
  width: 16px;
  height: 16px;
  background-position: 0 -1480px;
  margin: 3px 6px;
}

#bShareCamControls .txt {
  margin-right: 6px;
}

#bShareCamControls .off .chat_set {
  background-position: 0 -1003px;
  width: 19px;
  height: 19px;
  margin: 1px 4.5px 0;
}

#bShareCamControls a {
  text-decoration: none;
  color: #464646;
  text-shadow: 1px -1px 0 #fff;
  display: block;
  height: 23px;
  min-width: 29px;
  overflow: hidden;
}

#bShareCamControls a.min {
  font-size: 0;
}

#bShareCamControls a.min .chat_set {
  margin-right: 0;
}

#bShareCamControls a.off.min .chat_set {
  margin-right: -1.5px;
}

/*#bShareCamControls a.small {*/
  /*font-size: 7px;*/
/*}*/

#bViewProfile {
  display: block;
  background: url("../../images/chat/female.png") 100% 0 no-repeat;
  padding-right: 20px;
  color: #343434;
  text-decoration: none;
  height: 21px;
  line-height: 28px;
  text-align: right
}

#bCamControlsShow {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  height: 16px;
  line-height: 16px;
}

#bUserListShow {
  float: right;
  margin-top: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

#bChat {
  padding: 0;
  margin: 0;
}

#bChat table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}

#bChat table td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#bChat table td.historyContainerCell {
  width: 100%;
}

#bChat table td.historyContainerCell.hidden {
  display: none;
}

#bChat .historyContainer {
  position: relative;
}

#bChat .history {
  background-color: #fff;
  padding: 2px 4px;
  height: 469px;
  border-left: 1px solid #ccc;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#bChat .users {
  width: 198px;
  height: 469px;
  padding: 2px 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#bChat .users .user_item_selected {
  background-color: #f9f9f9;
}

#bChat .users .more_users {
  margin: 2px;
}

#bChat .modelUsers {
  width: 234px !important;
}

#bChat .inputContainer,
.chatbox .inputContainer {
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  height: 32px
}

#bChat .inputContainer.two_line {
  height: 62px
}

.chatbox .inputContainer {
  padding: 1px;
  height: 30px
}

#bChat .inputDisabled,
.chatbox .inputDisabled {
  background-color: #eee;
}

#bChat .sendInput {
  width: 100%;
}

#bChat .sendInput:-moz-placeholder,
#bChat .sendInput::-moz-placeholder {
  color: #a02239;
  font: normal 12px/21px Verdana,Helvetica,sans-serif;
  opacity: 1;
}
#bChat .sendInput:-ms-input-placeholder {
  color: #a02239;
  font: normal 12px/12px Verdana,Helvetica,sans-serif;
  opacity: 1;
}
#bChat .sendInput::-webkit-input-placeholder {
  color: #a02239;
  font: normal 12px/22px Verdana,Helvetica,sans-serif;
  opacity: 1;
}

.tdSendInput #bSendInputHolder {
  border-right: 1px solid #ccc;
}

#bSendInputHolder {
  margin-right: 4px;
  padding: 1.5px 1px;
}

#bChat .inputContainer td:last-child {
 padding-right: 2px;
}

#bChat .sendInput {
  box-sizing: border-box;
}

#bChat .sendInput,
.chatbox .sendInput {
  border: none;
  outline: none;
  font-size: 140%;
  padding: 4px;
}

#bChat .inputContainer table {
  width: 100%;
}

#bChat .inputContainer table td {
  vertical-align: middle;
  width: 1%;
}

#bChat .inputContainer table td.tdSendInput {
  width: 100%;
}

#bChat .pmButton,
#bChat .sendButton {
  font: 400 11px/20px Arial, Helvectica, sans-serif;
  padding: 0 6px;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
  color: #464646;
  height: 26px;
  margin-right: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

#bChat .pmButton:disabled,
#bChat .sendButton:disabled {
  background: transparent !important;
  cursor: default;
}

.chatbox .sendInput {
  width: 139px;
}

.chatbox .sendButton {
  float: right;
  width: 74px;
  height: 30px;
  font-size: 12px;
}

#bChat .pmButton {
  white-space: nowrap;
}

#bChat .imageButton {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#bChat .smileButton {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  background-position: 2px -1591px;
  cursor: pointer;
}

#bChat .fontButton {
  width: 30px;
  height: 30px;
  background-position: 7px -1403px;
  cursor: pointer;
}

#bChatStatus {
  font-size: 110%;
  height: 35px;
  line-height: 35px;
  float: left;
}

#bChatOptions {
  height: 35px;
  line-height: 35px;
  float: left;
  padding-left: 25px;
}

#bChatStatus strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
}

#bCamStatus.hidden {
  display: none;
}

#bCamStatus {
  font: bold 13px Arial, Helvectica, sans-serif;
  text-align: center;
  color: #999;
  display: inline-block;
}

#bCamStatus i {
  background-color: #b7a654;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  display: inline-block;
  padding: 1px 3px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

.bCamStatus i {
  background-color: #b7a654;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  display: inline-block;
  padding: 1px 3px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
}

#bChatPromt {
  position: absolute;
}

#bChatPromt p {
  background-color: #fafcd4;
  padding: 10px 5px;
  color: #000;
  font-size: 90%;
  margin-left: 1px;
}

.chatbox {
  font-family: Arial, Helvectica, sans-serif;
  position: fixed;
  width: 225px;
  display: none;

  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  z-index: 3;
}

.chatbox .head {
  padding: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;

  background-color: maroon;
  border-top: 1px solid #660000;
  border-right: 1px solid #660000;
  border-left: 1px solid #660000;

  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;

  border-bottom: #660000 1px solid;
}

.chatbox .blink {
  background-color: #cc0000;
}

.chatbox.chatbox_green .head {
  background-color: #00cc00;
  border-color: #009900;
}

.chatbox.chatbox_green .blink {
  background-color: #66ff33;
}

.chatbox .history {
  font-family: Arial,Helvectica,sans-serif;
  font-size: 90%;
  color: #333;
  height: 200px;
  width: 213px;
  overflow: auto;
  padding: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.chatbox .options {
  float: right;
}

.chatbox .options a {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.chatbox .options a.minimize {
  background: url("../../images/chat/icon_minize_white.png") center center no-repeat;
}

.chatbox .options a.close {
  background: url("../../images/chat/icon_close_white.png") center center no-repeat;
}

.chatbox .title {
  float: left;
}

.history p {
  margin: 0;
  padding: 0;
  clear: both;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
  word-break: break-all;
}

#bChat .history p {
  margin: 0.2em 0;
  line-height: 100%;
}

.bChatTopic .smiley,
.history .smiley {
  vertical-align: baseline;
  position: relative;
  top: 3px;
}

.users dfn,
.history dfn {
  font-style: normal;
  cursor: default;
}

.history p.undefined {
  color: #777;
}

.history p.model {
  font-weight: bold;
}

.history p.member {
  font-weight: bold;
}

.history p.service {
  font-size: 12px;
  color: #fff !important;
  background: #ccc;
  padding: 5px;
  float: left;
}

.history p.topicChange {
  color: maroon;
  font-style: italic;
  font-weight: bold;
  font-size: 120% !important;
}

.history p.groupChatInvitation {
  color: #fff !important;
  font-style: italic;
  background: #4fa701;
  float: left;
  padding: 3px;
}

.history p.groupChatInvitation a {
  color: #000;
}

.history p.privateChatWelcome {
  color: #fff !important;
  background: #4fa701;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.fullprivateChatWelcome {
  color: #fff !important;
  background: #3399cc;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.voyeurWelcome {
  color: #fff !important;
  background: maroon;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.groupChatWelcome {
  color: #fff !important;
  background: blue;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.vipChatWelcome {
  color: #000 !important;
  background: gold;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.tip_success {
  color: #fff !important;
  background: #f85a8a;
  float: left;
  padding: 3px;
  font-size: 120%;
  font-weight: bold;
}

.history p.tip_success a {
  color: #000;
}

.history p.tip_history {
  color: #f85a8a;
  font-size: 120%;
}

.history p.tip_fail {
  color: #fff !important;
  background: red;
  float: left;
  padding: 3px;
}

.history p.tip_fail a {
  color: #fff;
}

.history p.alert {
  font-weight: bold;
  color: red !important;
  padding: 3px;
}

.history p .icon_avatar {
  display: inline-block;
}

.users .icon_avatar {
  float: left;
}

.history p .icon_avatar,
.users .icon_avatar {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  overflow: hidden;
}

.history p .icon_avatar img.profile,
.users .icon_avatar img.profile {
  position: relative;
  top: -5px;
  left: -8px;
}

.users dfn {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  cursor: default;
  text-overflow: ellipsis;
}

.users div.undefined dfn,
.history p.undefined dfn {
  color: #777;
}

.users div.model dfn,
.history p.model {
  font-family: 'Comic Sans MS';
  color: green;
  font-size: 120%;
  font-weight: bold;
}

.users div.moderator dfn,
.history p.moderator {
  font: bold 110% Arial,Helvectica,sans-serif;
  color: red;
}

.users div.selected_user {
  background-color: #F3F0CD !important;
}

/*
.users div.member_free dfn,
.history p.member_free {
    color: #2f8c0e;
}*/
.users div.member_free dfn,
.history p.member_free {
  font-weight: normal;
}

.users div.member_platinum dfn,
.history p.member_platinum {
  font-family: 'Verdana',Helvectica,sans-serif;
  font-weight: bold;
}

.users div.member_gold dfn,
.history p.member_gold {
  font-weight: bold;
}

.users div.member_unlimited dfn,
.history p.member_unlimited {
  font-size: 120%;
  font-weight: bold;

}

.users div.model {
  color: green;
}

.users div.member {
  color: #000;
}

.users div.undefined {
  color: #999;
}

.modelUsers div.member_gold,
.modelUsers div.member_platinum,
.modelUsers div.member_unlimited,
.modelUsers div.model {
  height: 32px;
  border-bottom: #efefef 1px solid;
}

.modelUsers div.member_gold .icon_avatar,
.modelUsers div.member_platinum .icon_avatar,
.modelUsers div.member_unlimited .icon_avatar,
.modelUsers div.model .icon_avatar {
  width: auto !important;
  height: auto !important;
}

.modelUsers div.member_gold .icon_avatar img,
.modelUsers div.member_platinum .icon_avatar img,
.modelUsers div.member_unlimited .icon_avatar img,
.modelUsers div.model .icon_avatar img {
  top: auto !important;
  left: auto !important;
}

.modelUsers dfn {
  max-width: 112px !important;
}

/*
.users div.member_free {
    color: #2f8c0e;
}
.users div.member_platinum {
    color: #5e6b70;
}
.users div.member_gold {
    color: #a47824;
}
.users div.member_unlimited {
    color: #000000;
}
.users div.undefined {
    color: #777;
}
*/

.users {
  font: normal 12px Arial,Verdana,sans-serif;
}

.users .head {
  font-size: 10px;
  font-weight: bold;
  padding: 2px;
  color: #fff;
  background-color: #888;
}

.users div {
  padding: 2px;
}

.users span.td {
  float: left;
  margin-right: 3px;
}

.users span.td_user {
  width: 174px;
}

.users .member_vip span.td_user {
  width: 146px;
}

.users span.td_user img.tipper {
  margin: 0 4px;
}

.users span.icon_webcam {
  float: right;
  width: 17px;
  height: 16px;
  background: url(../../images/chat/webcam1.png) 0 0 no-repeat;
  margin-right: 2px;
}

.users span.icon_mobile {
  float: right;
  width: 17px;
  height: 16px;
  background: url(../../images/chat/mobile-icon.png) 0 0 no-repeat;
  margin-right: 2px;
}

.modelUsers span.icon_webcam {
  width: 16px !important;
  height: 32px !important;
  background-position: center center !important;
}

.modelUsers span.balance {
  color: #777;
}

.users span.td_last {
  border: none;
  margin-right: 0;
}

.users .head span.td_last {
  text-align: center;
}

.column-header {
  min-height: 27px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-header.two_line {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bCamStatus {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
 }

.column-header-buttons {
  text-align: right;
  font-size: 0;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  white-space: nowrap;
}

#bCamStatus.last {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.column-header-title {
  padding: 3px 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}

.column-header-topic {
  height: auto;
  margin: 7px 0 10px;
  font-weight: bold;
  color: #434343;
  position: relative;
  overflow: hidden;
  word-break: break-all;
}

.column-header-topic strong {
  text-transform: uppercase;
  color: #a02239;
}

td.cam-column {
  padding-right: 5px;
  vertical-align: top;
}

td.chat-column {
  width: 100%;
  vertical-align: top;
}

.top-buttons button {
  margin-bottom: 7px;
}

table td.chat-column .usersCount {
  font-size: 90%;
  color: #777;
  width: 266px;
  height: 30px;
  padding: 0 10px !important;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
}

table td.chat-column .usersCount em {
  font-style: normal;
}

table td.chat-column .usersCount strong {
  color: #000;
  font-weight: bold;
  font-style: normal;
}

table td.chat-column .usersCount div {
  float: left;
}

table td.chat-column .usersCount a {
  float: right;
}

td.chat-column .topic {
  font-size: 110%;
  padding: 0 5px !important;
  color: #9b3624;
  border: #ccc 1px solid;
  background-color: #f7f7f7;
  height: 30px;
}

td.chat-column .topic em {
  color: #000;
}

td.chat-column .topic a {
  font-size: 80%;
}

.inputTopic {
  margin: 2px;
}

.inputTopic .tdDesc {
  white-space: nowrap;
  text-align: right;
  padding-right: 5px !important;
}

.inputTopic .tdDesc em {
  color: #999 !important;
  font-size: 11px;
  display: inline-block;
  margin-right: 5px;
}

#bTopicForm.topicRu .sendButton {
  height: 70px;
  width: 100%;
}

.changeTopicActive {
  background-color: maroon;
  color: #fff;
  border: none !important;
}

td.chat-column .topic form {
  display: inline;
}

td.chat-column .topic form input {
  width: 90%;
}

#ResizablePane,
#EmbedSWFHolder {
  width: 498px;
  height: 373px;
  position: relative;
}

#NanoEncoder {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999
}

#ResizablePane.hd,
#ResizablePane.hd #EmbedSWFHolder {
  width: 660px;
}

#ResizablePane .ui-resizable-se,
#ResizablePane .ui-resizable-sw {
  width: 0;
  height: 0;
  bottom: 0;
  background-image: none;
}

#ResizablePane .ui-resizable-e {
   /* background-image: url('../../images/chat/resizable_handle_w.png') */
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAfCAYAAAA89UfsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdJREFUeNpi/P//PwM6OHv2LFzQ2NiYEV2eiYEMMKppVBO1NIWFhYHwf3wKQfIgdWBNUMZ/Ii0Ba2QiQQNcI0gTI4maGGEBQaxGsDrG0Zw7qmkoaQIIMACY5hpBge/tYwAAAABJRU5ErkJggg==') 0 60% no-repeat;
  width: 13px;
  right: -14px;
}

/*
#ResizablePane .ui-resizable-se {
  background: url("../../images/chat/resizable_handle.png") 0 0 no-repeat;
  right: 0;
}

#ResizablePane .ui-icon-gripsmall-diagonal-se-highlight {
  background-position: 0 100% !important;
}
*/

.ui-resizable-helper {
  background: #3399cc;
  border: #006699 1px solid;
  -moz-opacity: .30;
  filter: alpha(opacity = 30);
  opacity: .30;
}

#bCamOnline {
  display: none;
  margin-top: 20px;
  height: 41px;
}

#bCamOnline a {
  width: 290px;
  height: 41px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

/*
#bCamOnline a.on {
  background: url(../../images/chat/on-off-button.png) center 0 no-repeat;
}

#bCamOnline a.off {
  background: url(../../images/chat/on-off-button.png) center 100% no-repeat;
}*/

#CamControls {
  text-align: center;
  color: #777;
  margin-top: 7px;
}

#CamControls a.off {
  color: red;
}

#bCamControlsVolume {
  background-image: url("../../images/chat/volume_icon.png");
}

#bCamControlsVolume.off {
  background-image: url("../../images/chat/volume_off_icon.png");
}

#bCamControlsTurnOff {
  background-image: url("../../images/chat/off_icon.png");
}

#bCamControlsTurnOff.off {
  background-image: url("../../images/chat/off_on_icon.png");
}

#bCamControlsResize {
  background-image: url("../../images/chat/resize.png");
  width: 22px;
}

.memberBalance table {
  width: 100%;
  border-spacing: 0;
}

.memberBalance table td .bt30 {
  width: 99%;
  /*max-width: 250px;*/
  margin-bottom: 5px;
}

#bMemberBalance {
  padding: 5px 0 9px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  color: #696969;
  font-size: 14px;
  line-height: 16px;
}

#bBuyTokens {
  font-weight: normal;
}

#bSignup {
  font-size: 110%;
  font-weight: bold;
  color: maroon;
}

#bPaidButtonTopRow button,
#bPaidButtonsCell button {
  display: none;
}

#bTip {
  display: inline-block !important;
}

#bTip,
#bGotoPrivate,
#bGotoVoyeur,
#bGotoGroup,
#bStopShow {
  width: 100%;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 17px;
  white-space: nowrap;
}

#bGotoFullPrivate {
  width: 50%;
}

#bGotoGroup2,
#bGotoVoyeur2 {
  text-align: center;
  position: relative;
  top: -118px;
  zoom: 1;
  z-index: 10;
  height: 1px;
}

#bSignup2,
#bBuyVip2 {
  display: none;
  text-align: center;
  position: relative;
  top: -105px;
  zoom: 1;
  z-index: 10;
  height: 1px;
}

#bSignup2_btn,
#bBuyVip2_btn {
  position: relative;
  margin-left: 50%;
  margin-top: 0;
  font-size: 14px;
  padding: 0 20px;
}

#bPaidButtonTopRow {
  padding: 5px 0;
}

dl.sv-grid {
  position: relative;
  display: block;
  font-size: 0;
}

dl.sv-grid button {
  box-sizing: border-box;
}

dl.sv-grid.sv-grid-33 .btn-first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #4cc15a;
}
dl.sv-grid.sv-grid-33 .btn-first:hover {
  border-right: 1px solid #4cc15a;
}
dl.sv-grid.sv-grid-33 .btn-middle {
  border-radius: 0;
}
dl.sv-grid.sv-grid-33 .btn-last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #4cc15a;
}
dl.sv-grid.sv-grid-33 .btn-last:hover {
  border-left: 1px solid #4cc15a;
}

dl.sv-grid.sv-grid-50 .btn-first,
dl.sv-grid.sv-grid-50.hide-middle .btn-first,
dl.sv-grid.sv-grid-50.hide-first .btn-middle {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
dl.sv-grid.sv-grid-50.hide-middle .btn-first {
  border-right: 1px solid #4cc15a;
}
dl.sv-grid.sv-grid-50.hide-middle .btn-first:hover {
  border-right: 1px solid #4cc15a;
}
dl.sv-grid.sv-grid-50.hide-first .sv-grid-first {
  display: none;
}
dl.sv-grid.sv-grid-50.hide-middle .sv-grid-middle {
  display: none;
}
dl.sv-grid.sv-grid-50 .btn-last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

dl.sv-grid.sv-grid-50 dd {
  width: 50%;
}

dl.sv-grid.sv-grid-33 dd {
  width: 33.3%;
}

dl.sv-grid.sv-grid-33 dd:last-child {
  width: 33.4%;
}

dl.sv-grid dd {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.cam-column .chat_set {
  display: inline-block;
}

.cam-column .btn_min .chat_set {
  display: none;
}

.cam-column .btn_min {
  padding: 0;
}

html[lang="hu"] .cam-column .btn_min,
html[lang="lv"] .cam-column .btn_min {
  font-size: 13px !important;
}
html[lang="el"] .cam-column .btn_min {
  font-size: 10px !important;
}

#bGotoGroup .chat_set {
  width: 22px;
  height: 16px;
  background-position: 0 -641px;
  margin: 0 5px -2px 0;
}

#bGotoPrivate .chat_set {
  width: 24px;
  height: 14px;
  background-position: 0 -661px;
  margin: 0 5px -1px 0;
}

#bTip .chat_set {
  width: 18px;
  height: 18px;
  background-position: 0 -679px;
  margin: 0 5px -4px 0;
}
/* IE 11 & HTML5 VIDEO FIX */
#bPaidPopContainer {
  position: relative;
  z-index: 23;
}

#bPaidPopContainer .paid-pop-black {
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  padding-bottom: 20px;
  zoom: 1;
  z-index: 22;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  color: #fff;
  display: none;
}

#bPaidPopContainer .paid-pop-black .paidPopTitle {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px 10px 40px;
  margin: 5px 30px 0;
}

#bPaidPopPrivate .paidPopTitle {
  background: url("../../images/chat/pop-black-icons.png") 0 8px no-repeat;
}

#bPaidPopGroup .paidPopTitle {
  background: url("../../images/chat/pop-black-icons.png") 0 -30px no-repeat;
}

#bPaidPopContainer .paid-pop-black .paidPopForm:before {
  content: '';
  display: block;
  height: 1px;
  background: url("../../images/chat/spacer_fff_40.png");
  margin-bottom: 10px;
}

#bPaidPopContainer .paid-pop-black .paidPopForm {
  margin: 0 30px;
}

#bPaidPopContainer .paid-pop-black label {
  text-align: left;
  display: block;
  height: 24px;
  font-size: 125%;
  white-space: nowrap;
  font-weight: bold;
  cursor: pointer;
}

html[lang=ru] #bPaidPopContainer .paid-pop-black label,
html[lang=es] #bPaidPopContainer .paid-pop-black label {
  font-size: 115%;
}

#bPaidPopContainer .paid-pop-black label em {
  display: inline-block;
  width: 15px;
  height: 15px;

  background: url("../../images/chat/pop-black-icons.png") 0 -111px no-repeat;
  margin-right: 6px;
  position: relative;
  top: 1px;
}

#bPaidPopContainer .paid-pop-black label .price {
  font-weight: normal;
}

#bPaidPopContainer .paid-pop-black label a.paid-pop-what {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  width: 20px;
  background: url(../../images/frontend/icon_set23_min.png) 0 -1098px no-repeat;

  /*background: url("../../images/chat/pop-black-icons.png") 0 -172px no-repeat;*/
  margin-left: 8px;
  position: relative;
  top: 4px;
}

#bPaidPopContainer .paid-pop-black label.selected em {
  background-position: 0 -81px !important;
}

#bPaidPopContainer .paid-pop-black  .close {
  background: url("../../images/chat/pop-black-icons.png") 2px -142px no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#bPaidPop {
  /*background: url("../../images/chat/spacer_fff_80.png");*/
  background: rgba(255, 255, 255, .8);
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50px;
  margin-left: -40%;
  height: 140px;
  zoom: 1;
  z-index: 22;
  text-align: center;
  display: none;
}

#bPaidPop .paidShowInfo {
  height: 13px;
  overflow: hidden;
  text-align: left;
}

#bPaidPop  .close {
  background: url("../../images/chat/icon_close_red2.png") center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#bPaidPop .paidShowInfo a {
  display: inline-block;
  padding-right: 15px;
  background: url("../../images/icon_info.png") 100% 0 no-repeat;
  font-size: 80%;
}

#bPaidPop .paidPopForm {
  display: inline-block;
}

#bPaidPop label {
  text-align: left;
  display: block;
  height: 24px;
  font-size: 125%;
  white-space: nowrap;
  cursor: pointer;
}

#bPaidPop label em {
  display: inline-block;
  width: 15px;
  height: 15px;

  background-image: url("../../images/chat/radio_bg.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

#bPaidPop label.selected {
  font-weight: bold;
}

#bPaidPop label.selected em {
  font-weight: bold;
  background-position: 0 50% !important;
}

#bPaidPop label:hover em {
  background-position: 0 0;
}

.member-chat-faq-popup {
  width: 708px;
  padding: 20px;
}
.member-chat-faq-popup h2 {
  color: #000;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 10px;
}

.member-chat-faq-popup .member-chat-faq-popup-content {
  color: #666;
  font-size: 14px;
}

#bUnSetPrivate {
  color: red;
}

#bModelNavigator {
  font-size: 110%;
  margin: 5px 0;
  text-align: center;
  position: relative;
}

#bModelNavigator a {
  text-decoration: none;
  display: inline-block;
  margin: 0 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #464646;
  vertical-align: top;
}

#bModelNavigator a:hover {
  color: #269dd7;
}

#bModelNavigator strong {
  font-weight: normal;
}

#bModelNavigator a .chat_set {
  display: inline-block;
  width: 7px;
  height: 8px;
  vertical-align: top;
  margin-top: 5.5px;
}

#bModelNavigator .prev {
  background-position: 0 -712px;
  margin-right: 10px;
}

#bModelNavigator .next {
  background-position: 0 -702px;
  margin-left: 10px;
}

#bModelNavigator .what {
  height: 20px;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  background-position: 0 -1098px;
}

#bModelNavigator .navigatorHint {
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  height: 110px;
  display: none;
  bottom: -115px;
}

#bModelNavigator .navigatorHint .block {
  width: 410px;
  margin: 0 auto;
  padding: 6px;
  height: 110px;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 1px;
  position: relative;
}

#bModelNavigator .navigatorHint .inner {
  background: #f9f9f9;
  height: 100%;
}

#bModelNavigator .navigatorHint .block_bg {
  background-position: 0 -539px;
  width: 114px;
  height: 76px;
  position: absolute;
  margin: 17px 148px;
}

#bModelNavigator .text {
  color: #5b5b5b;
  font-weight: bold;
  margin-top: 53px;
  font-size: 14px;
}

#bModelNavigator .text span {
  font-weight: normal;
  font-style: italic;
  display: block;
  font-size: 13px;
}

#bModelNavigator .navigatorHint .prev {
  width: 145px;
  float: left;
}

#bModelNavigator .navigatorHint .next {
  width: 145px;
  float: right;
}

.tooltip.border .close,
.smilePanel .closeBtn,
#bModelNavigator .closeBtn {
  width: 10px;
  top: 10px;
  right: 10px;
  height: 10px;
  position: absolute;
  background: url("../../images/frontend/icon_set23_min.png") -2px -1624px no-repeat;
  cursor: pointer;
}

a#TopMenuGotoGroup em {
  font-size: 60%;
  font-style: normal;
}

a#TopMenuSignup,
a#TopMenuTipModel {
  font-weight: bold;
}

#bRealTimeStats {
  margin: 5px 0 0 10px;
}

#bRealTimeStats td.label {
  padding-right: 20px;
}

#bRealTimeStats tr.total td {
  font-weight: bold;
}

#bSettingsForm {
  margin: 0 0 0 10px;
}

#bSettingsForm td {
  vertical-align: top;
}

#bSettingsForm td.label {
  padding-left: 5px;
}

#bSettingsForm label.cc,
#bVideoSettings label.cc {
  font-weight: bold;
  font-size: 85%;
  display: block;
  margin-bottom: 0.3em;
  margin-top: 0.6em;
}

#bSettingsForm select#bCamQuality,
#bVideoSettings select#bCamQuality {
  width: 100%;
  max-width: 200px;
  margin-bottom: 5px;
}

#video_settings_popup {
  display: none;
  background: rgba(0,0,0,0.4);
  padding: 16px;

  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;

  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);

  position: fixed;
  z-index: 1112;
  left: 380px;
  top: 90px
}

#video_settings_popup .video_settings_popup_content {
  width: 400px;
  background-color: #fff;
  position: relative;
}

#video_settings_popup .form_data {
  padding-right: 20px;
  padding-left: 20px;
}

#video_settings_popup .form_actions {
  overflow: hidden;
  height: 28px;
}

#video_settings_popup_trigger {
  display: inline-block;
  margin-bottom: 3px;
}

#video_settings_popup_mask {
  display: block;
}

#video_settings_popup,
#nano_plugin_popup {
  left: 380px;
  top: 90px;
  margin: 0;
}

#nano_plugin_popup {
  display: none;
}

#nano_plugin_popup .nano_plugin_popup_content {
  background: url("../../images/chat/nano_plugin_pop_back.jpg") 0 0 no-repeat;
  width: 578px;
  height: 355px;
  position: relative;
}

#nano_plugin_popup .nano_plugin_popup_content .body {
  padding: 10px 30px 30px;
}

#nano_plugin_popup .nano_plugin_popup_content .body ul {
  padding: 10px;
  margin-bottom: 10px;
}

#nano_plugin_popup .nano_plugin_popup_content .body ul li {
  list-style-position: inside;
}

#nano_plugin_popup .nano_plugin_popup_content h2 {
  font-size: 27px;
  padding: 40px 30px 30px 260px;
  color: #ff8f00;
  line-height: 110%;
}
#nano_plugin_popup .nano_plugin_popup_content h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
#nano_plugin_popup.outdated h2.update {
  font-size: 22px;
}

#nano_plugin_popup.outdated .update {
  display: block !important;
}

#nano_plugin_popup.outdated .install {
  display: none !important;
}

#bConsoleStatus {
  float: left;
  color: #777;
  font-size: 85%;
}

#bCamControls .disabled,
.topMenuRight .disabled {
  -moz-opacity: .50;
  filter: alpha(opacity = 50);
  opacity: .50;
}

.topMenuRight a.nolink {
  color: #000 !important;
  text-decoration: none;
  cursor: default;
}

.topMenuRight a.nolink span {
  text-decoration: underline !important;
  color: #0066ff !important;
  cursor: pointer;
}

.topMenuRight a.red {
  color: red !important;
  font-weight: bold;
}

div.chatContainer {
  border: 1px solid #dcdcdc;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  padding: 5px;
}

div.chatContainer .chatBody {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;

  background-color: #fff;
  padding: 10px 10px 0;
}

div.chatContainer .chatFooter {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -khtml-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-top: #dad68d 1px solid;
  background-color: #F3F0CD;
  padding: 0 10px 10px;
  height: 86px;
  overflow: hidden;
}

.memberPerformerDesires {
  position: relative;
}

/*
.memberPerformerDesires .desire h5 {
  padding-top: 15px;
}

.memberPerformerDesires .desire {
  padding-top: 10px;
}
*/
#bPerformerDesires {
  float: left;
}

#bPerformerDesires .desire {
  position: relative;
  max-width: 180px;
  height: 76px;
  float: left;
  margin-top: 4px;
  margin-right: 4px;
  padding-right: 40px;
  padding-left: 110px;
  padding-top: 10px;
  /*background: #f3f0cd url("../../images/chat/desire_icon.png") 3px 3px no-repeat;*/
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
}

#bPerformerDesires .desire:hover {
  background-position: 0 -146px;
}

#bPerformerDesires .desire20 {
  background-image: url("../../images/chat/desire2_20_icon.png");
}

#bPerformerDesires .desire100 {
  background-image: url("../../images/chat/desire2_100_icon.png");
}

#bPerformerDesires .desire200 {
  background-image: url("../../images/chat/desire2_200_icon.png");
}

#bPerformerDesires .desire1000 {
  background-image: url("../../images/chat/desire2_1000_icon.png");
}

#bPerformerDesires .desire:hover .delete,
#bPerformerDesires .desire:hover .reset {
  display: inline;
}

/*
#bPerformerDesires .dildo {
    background-image: url("../../images/chat/dildo_icon.png") !important;
}
*/
#bPerformerDesires .fullfill {
  background-position: 0 -73px;
}

#bPerformerDesires .desire h5 {
  overflow: hidden;
  height: 15px;
  padding-top: 15px;
}

#bPerformerDesires .desire p.desc {
  font-size: 80%;
  color: #666;
  max-height: 27px;
  overflow: hidden;
}

#bPerformerDesires .desire p.price {
  color: #666;
  font-weight: bold;
  font-size: 90%;
}

#bPerformerDesires .desire p.price strong {
  color: green
}

#bPerformerDesires .desire p.price em {
  color: red;
  font-style: normal;
}

#bPerformerDesires .desire .delete {
  background: url("../../images/chat/icon_close_red.png") center center no-repeat;
  text-decoration: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
  cursor: pointer;
}

#bPerformerDesires .desire .reset {
  background: url("../../images/chat/icon_refresh.png") center center no-repeat;
  text-decoration: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 16px;
  display: none;
  cursor: pointer;
}

#bAddDesire {
  height: 56px;
  float: left;
  padding: 3px;
  margin-top: 15px;
  margin-right: 30px;
  padding-left: 65px;
  background: #f3f0cd url("../../images/chat/desire_add_icon.png") 3px 3px no-repeat;
  cursor: pointer;
  position: relative;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}

#bAddDesire strong {
  color: #000;
  font-size: 85%;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

#bAddDesire:hover {
  background-color: #ffff00;
}

#bAddDesire p {
  padding-top: 2px;
  font-size: 80%;
  color: #666;
}

.windowForm {
  padding: 10px;
}

#bShowTimer {
  display: inline-block;
  padding-left: 20px;
  color: red;
}

.red,
.red a {
  color: red !important;
}

/* tooltip styling */

.tooltip {
  display: none;
  z-index: 0;
}

.tooltip .rounded {
  font-size: 11px;
  background-color: #ffffcc;
  padding: 6px;

  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.tooltip.border {
  padding: 6px;
  border: 1px solid #bdbdbd;
  background: #fff;
  border-radius: 1px;
}

.tooltip .inner {
  font-size: 11px;
  background-color: #f9f9f9;
}

.tooltip form {
  padding: 7px;
}

.tooltip form label {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 12px;
}

.tooltip form label.cc {
  font-weight: bold;
}

.tooltip form .form-submit {
  margin-top: 5px;
  padding-top: 5px;
  border-top: #eee 1px solid;
}

.tooltip form input[type="text"],
.tooltip form textarea {
  margin: 0;
  padding: 2px;
  border: #ccc 1px solid;
  width: 98%;
  font-size: 110%;
}

.tooltip .close {
  background: url("../../images/chat/icon_close.png") center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}

#ResizeTooltip {
  width: 200px;
}

#CamsOverlayTootip {
  width: 300px;
}

#ChangeFontFormTooltip {
  width: 240px;
  position: relative;
}

#ChangeFontFormTooltip select {
  float: left;
  width: 150px;
  background: #fff;
  border: 1px solid #abadb3;
  margin-bottom: 6px;
  height: 21px;
}

#ChangeFontFormTooltip .colorPicker-picker {
  float: left;
  margin: -1px 15px 0;
}

#ChangeFontFormTooltip .fontBtn {
  background: #d9d9d9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  padding: 0 10px;
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer;
}

#ChangeFontFormTooltip label.color {
  position: absolute;
  top: 13px;
  right: 48px;
  font-weight: bold;
}

html[lang="pt"] #ChangeFontFormTooltip,
html[lang="el"] #ChangeFontFormTooltip {
  width: 280px;
}
html[lang="pt"] #ChangeFontFormTooltip .colorPicker-picker,
html[lang="el"] #ChangeFontFormTooltip .colorPicker-picker {
  margin-left: 59px;
}
html[lang="pt"] #ChangeFontFormTooltip label.color,
html[lang="el"] #ChangeFontFormTooltip label.color {
  right: 44px;
}

#ControlTootip {
  max-width: 200px;
}

#DesireFormTooltip {
  width: 250px;
}

#DesireFormTooltip .select_icon {
  width: 56px;
  height: 56px;
  background: url("../../images/chat/desire_icon.png") 0 0 no-repeat;
  margin: 5px 10px 5px;
}

/*
#DesireFormTooltip .dildo {
    background-image: url("../../images/chat/dildo_icon.png") !important;
}*/

#DesireFormTooltip form {
  float: left;
  margin-left: 68px;
  width: 150px;
}

#DesireFormTooltip .price input {
  width: 50%;
  float: left;
}

#DesireFormTooltip button {
  float: right;
}

.contextMenu.menu_v2 {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  width: 170px;
  z-index: 99999;
  padding: 5px;
  margin: 0;
  display: none;
  font: normal 11px Arial,Verdana,sans-serif;
  border: 1px solid #bdbdbd;
}

.contextMenu.menu_v2:before {
  content: "";
  position: absolute;
  z-index: 100000;
  width: 6px;
  height: 10px;
  background: url("../../images/frontend/icon_set23_min.png") 0 -1731px no-repeat;
  top: 9px;
  left: -5px;
}

.contextMenu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contextMenu a {
  color: #1c8bd9 !important;
  display: block;
  outline: none;
  padding: 2px 4px 2px 10px;
}

.contextMenu li.title {
  font-size: 13px;
  font-weight: bold;
  padding: 4px 4px 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contextMenu li p.details {
  font-weight: bold;
}

.contextMenu li p {
  padding: 2px 4px 2px 10px;
  margin: 0;
  color: #696969;
}

.contextMenu li:hover a {
  text-decoration: none;
}

.contextMenu li.disabled a {
  color: #aaa !important;
  cursor: default;
  text-decoration: none !important;
}

.contextMenu li.separator {
  margin: 4px 0 2px;
}

.contextMenu li.separator_bottom {
  margin-bottom: 4px;
}

#bFontSizeTip {
  padding: 4px 3px;
  position: absolute;
  right: 30px;
  top: 10px;
  height: 16px;
  background: #fff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafafa));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 100%);
  border: #d7d7d7 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius:3px;
  border-radius: 3px;
}

#bFontSizeTip span {
  background: url("../../images/frontend/icon_set23_min.png") 0 -1502px no-repeat;
  display: inline-block;
  width: 15px;
  height: 9px;
  vertical-align: top;
  margin: 4px 0 0 2px;
}

#bFontSizeTip em {
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  background: url("../../images/frontend/icon_set23_min.png") no-repeat;
}

#bFontSizeTip .inc {
  background-position: 0 -1516px;
}

#bFontSizeTip .dec {
  background-position: 0 -1534px;
}

#ban_select optgroup {
  color: #999;
}

#ban_select.loading {
  background: #fff url("../../images/indicator.gif") 3px 3px no-repeat;
}

.underChatSocButton {
  float: left;
  margin-top: 7px;
  margin-left: 7px;
}

.underChatSocButton.fb {
  margin-left: 10px;
  padding-top: 3px;
}

.underChatSocButton.gl {
  margin-left: 2px;
  padding-top: 3px;
}

.underChatSocButton.tw {
  padding-top: 3px;
}

.underChatButton a {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.57);
  color: #464646 !important;
  font: 700 13px/24px Arial,Helvectica,sans-serif;
}

.underChatButton {
  margin: 0 0 4px 4px;
}

.underChatButton a img {
  margin-right: 6px;
  vertical-align: middle;
}

.underChatProfileButton {
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}

.underChatProfileButton a .chat_set {
  background-position: 0 -1435px;
  height: 17px;
  width: 15px;
  margin-bottom: -3px;
}

.underChatButton a .chat_set {
  display: inline-block;
  margin-right: 7px;
}

.underChatProfileButton a,
.underChatButton a {
  height: 18px;
  line-height: 20px;
  padding: 4px 10px;
  vertical-align: text-bottom;
  display: inline-block;
  min-width: 62px;
  text-align: center;
}
.underChatButton a#bLovers .chat_set {
  background-position: 0 -1458px;
  height: 17px;
  width: 20px;
  margin-bottom: -4px;
}

#bLoversButton {
  display: inline-block;
}

#bFirstPlaceButton {
  text-align: center;
  margin-top: 15px;
}

#bFirstPlaceButton .fpButton {
  display: inline-block;
  width: 297px;
  height: 40px;
  line-height: 39px;
  background: url("../../images/chat/first_place_button_back.png") 0 0 no-repeat;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  cursor: default;
}

#bFirstPlaceButton .fpButton.active {
  background-position: 0 100%;
  cursor: pointer;
  line-height: 37px;
}

#bFirstPlaceButton .fpTimer {
  padding-top: 5px;
  display: none;
}

#bFirstPlaceButton .fpTimer span {
  display: block;
  background: url("../../images/chat/first_place_timer_back.png") center center no-repeat;
  font-size: 25px;
  color: #565656;
}

#bFirstPlaceButton .fpTimer em {
  color: #2a9be2;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
}

.chatPopupBody {
  margin: 0;
  padding: 0;
  background: none;
}

/* VIP ZONE */

.chat_tabs_container {
  display: none;
  padding: 0;
  border: #ccc 1px solid;
  background: #f9f9f9;
  /*font-size: 0;*/
  height: 41px;
}

.chat_tabs_container ul.mls_tabs {
  float: left;
}

.chat_tabs_container ul.mls_tabs li a {
  text-indent: 0;
  padding: 0 30px;
}

#chatContainer.cc_small .chat_tabs_container ul.mls_tabs li a,
#chatContainer.cc_medium .chat_tabs_container ul.mls_tabs li a {
  padding: 0 20px;
}

.chat_tabs_container ul.mls_tabs li:first-child {
  border-left: 0;
}

.chat_tabs_container .tab_controls {
  font-size: 13px;
  margin-top: 9px;
  overflow: hidden;
}

#layout_9 #ResizablePane,
#layout_9 #EmbedSWFHolder {
  width: 540px;
  height: 405px;
}

#layout_9 #ResizablePane.hd,
#layout_9 #ResizablePane.hd #EmbedSWFHolder {
  width: 720px;
}

#layout_9 #chatContainer.cc_small #ResizablePane.hd,
#layout_9 #chatContainer.cc_small #ResizablePane.hd #EmbedSWFHolder {
  width: 540px;
}

#layout_9 #chatContainer.cc_small #ResizablePane.hd {
  height: 304px;
}

#layout_9 #chatContainer.cc_small #ResizablePane.hd #EmbedSWFHolder {
  height: 338px;
}

#chatContainer #bVipChatHeader {
  display: none;
}
#layout_9 .chat_tabs_container {
  display: block;
}

#layout_9 #bChat .history,
#layout_9 #bChat .users {
  height: 435px;
}

#layout_9 #bChat .history {
  padding: 12px 10px;
}
#layout_9 #bChat .users {
  width: 100% !important;
  border-left: 1px solid #ccc;
  padding: 12px 0;
  display: none;
  box-sizing: border-box;
}
#layout_9 #bChat td.usersCount,
#layout_9 #bChat td.topic,
#layout_9 #bUserListShow {
  display: none !important;
}

#layout_9 #bChat .modelUsers dfn {
  max-width: 140px !important;
  line-height: 16px;
}

#layout_9 #bChat .modelUsers div.member_gold dfn,
#layout_9 #bChat .modelUsers div.member_platinum dfn,
#layout_9 #bChat .modelUsers div.member_unlimited dfn,
#layout_9 #bChat .modelUsers div.model dfn {
  line-height: 31px;
}

#layout_9 .users span.td_user {
  width: 202px;
}

#layout_9 .users .member_vip span.td_user {
  width: 174px;
}
#layout_9 #bChat .users > div {
  padding-left: 12px;
}

#bSetPrivateChat,
#bSetPublicChat {
  float: right;
  margin: 12px;
  font-size: 13px;
}

body.chatFullscreen {
  overflow: hidden;
}

body.chatFullscreen #ResizablePane,
body.chatFullscreen #EmbedSWFHolder {
  width: 100% !important;
  height: 100% !important;
}

body.chatFullscreen #ResizablePane {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 999;
}

body.chatFullscreen #dmca_security {
  z-index: 1021;
}

/* MOBILE */

#display {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
}

#displayHLS {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

#displayHLS.hidden {
  width: 0 !important;
  height: 0 !important;
}

#playHLS {
  top: 50%;
  left: 50%;
  margin-top: -46px;
  margin-left: -46px;
  position: absolute;
  display: none;
  width: 94px;
  height: 94px;
  z-index: 3;
  background: url("../../images/mobile/play_hd_btn.png") 0 0 no-repeat;
}

#stream-container {
  width: 100%;
  height : auto;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat:  no-repeat;
}

#stream-container .layover {
  width: 100%;
  height: 100%;
}

#stream-container .spinner {
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 2;
  position: absolute;
  display: block;

  width: 48px;
  height: 48px;
  background: url("../../images/mobile/spiner-transparent-white.png") 0 0 no-repeat;
  background-size: contain;

  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}

#stream-container .layover {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5;
}

#stream-container .layoverText {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 6;
  text-align: center;
}

#stream-container .layoverText.layoverCenter {
  background: url("../../images/mobile/layover-text-back.png");
  width: 100%;
  padding: 24px 0;
  top: 50%;
  right: 0;
  margin-top: -56px;
}

#stream-container .layoverText.layoverCenter strong {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

#stream-container .layoverText strong {
  display: block;
  color: #555;
  font-size: 180%;
}

#stream-container .layoverLimitText {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 6;
  color: #777 !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: left;
  width: 100%;
  font-size: 14px;
  margin-left: 25px;
  padding: 2px 0;
  text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

#stream-container .layoverButton {
  display: none !important;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-ms-keyframes rotate {
  from {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

#bongacams_popup .marker_change_popup .our_reason,
#bongacams_popup .delete_and_ban_popup .our_reason {
  width: 98%;
  height: 200px;
}

#bongacams_popup .marker_change_popup .form_actions,
#bongacams_popup .delete_and_ban_popup .form_actions {
  margin-top: 5px;
}

#bVipChatHeader #bCamStatus p {
  color: #000000;
}
#chatContainer.cc_amp #EmbedSWFHolder,
#chatContainer.cc_amp #ResizablePane {
  width: 800px;
  height: 600px;
}

#chatContainer.cc_amp #ResizablePane.hd,
#chatContainer.cc_amp #ResizablePane.hd #EmbedSWFHolder {
  width: 1066px;
}

#chatContainer.cc_amp.cc_small #ResizablePane,
#chatContainer.cc_amp.cc_small #EmbedSWFHolder {
  width: 540px;
  height: 405px;
}

#chatContainer.cc_amp.cc_small #ResizablePane.hd,
#chatContainer.cc_amp.cc_small #ResizablePane.hd #EmbedSWFHolder {
  width: 720px;
}

#chatContainer.cc_amp.cc_medium #ResizablePane,
#chatContainer.cc_amp.cc_medium #EmbedSWFHolder {
  width: 660px;
  height: 495px;
}

#chatContainer.cc_amp.cc_medium #ResizablePane.hd,
#chatContainer.cc_amp.cc_medium #ResizablePane.hd #EmbedSWFHolder {
  width: 880px;
}

#chatContainer.cc_amp #bChat .history,
#chatContainer.cc_amp #bChat .users {
  height: 690px;
}

#chatContainer.cc_amp.cc_small #bChat .history,
#chatContainer.cc_amp.cc_small #bChat .users {
  height: 495px;
}

#chatContainer.cc_amp.cc_medium #bChat .history,
#chatContainer.cc_amp.cc_medium #bChat .users {
  height: 585px;
}

#dmca_security {
  position: absolute;
  z-index: 21;
}

.missing_flash_player_notice {
  background-color: #ff0000;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  min-width: 1240px;
  margin-top: -27px;

  -moz-transition: margin-top 1s;
  -ms-transition: margin-top 1s;
  -o-transition: margin-top 1s;
  -webkit-transition: margin-top 1s;
  transition: margin-top 1s;

  -webkit-animation: blinkin 2s 5 alternate;
  -moz-animation: blinkin 2s 5 alternate;
  -ms-animation: blinkin 2s 5 alternate;
  -o-animation: blinkin 2s 5 alternate;
  animation: blinkin 2s 5 alternate;
}

.missing_flash_player_notice.slide {
  margin-top: 0;
}

.missing_flash_player_notice a {
  color: #fff9d7;
}

@-webkit-keyframes blinkin {
  from { background-color: #c92746; }
  to { background-color: #ff0000; }
}
@-moz-keyframes blinkin {
  from { background-color: #c92746; }
  to { background-color: #ff0000; }
}
@-ms-keyframes blinkin {
  from { background-color: #c92746; }
  to { background-color: #ff0000; }
}
@-o-keyframes blinkin {
  from { background-color: #c92746; }
  to { background-color: #ff0000; }
}
@keyframes blinkin {
  from { background-color: #c92746; }
  to { background-color: #ff0000; }
}

#login_or_join_popup {
  display: none;
  width: 310px;
}

#login_or_join_popup.border_red {
  border-color: #a02239;
}

.loj_popup .popup_content {
  background: #f9f9f9;
  margin: 0 !important;
  padding: 10px;
}

.loj_popup .stitle {
  color: #222;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 7px;
}

.loj_popup .stitle:first-child {
  text-align: center;
}

.loj_popup a.bt35 {
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 6px 0;
  text-transform: uppercase;
}

.loj_popup button.bt35 {
  min-width: 120px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.loj_popup .text {
  color: #3b3b3b;
  line-height: 16px;
  font-style: italic;
  text-align: center;
  width: 100%;
  margin: 7px 0 20px;
}

.loj_popup .login_form .form_data .form_row .form_field {
  margin: 0;
}

.loj_popup .login_form .form_data .form_row .form_field .input_wrapper {
  border: 1px solid #999;
  border-radius: 4px;
  float: right;
  overflow: hidden;
  height: 28px;
  padding: 0;
}

.loj_popup .login_form .form_data .form_row .form_field .input_wrapper input {
  background: #fff !important;
  border: 0 none;
  font-size: 14px;
  line-height: 14px;
  padding: 0 7px;
  width: 274px;
}

.loj_popup .form .form_row {
  padding-bottom: 9px;
}