body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #c5c5c5;
  font-size: 13px;
  background: #121212;
  font-family: 'Comic Sans MS', Helvetica, "Trebuchet MS", Verdana, sans-serif;
  overflow: hidden;
}
img {
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
}
form#login,
form#register,
form#change_password,
form#remind_password {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  padding: 8px 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/greydots.png);
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), inset 5px 0 10px rgba(0, 0, 0, 0.08), -1px 0 0 rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
form#login {
  height: 107px;
}
form#register {
    height: 106px;
}
form#change_password {
  height: 119px;
}
form#remind_password {
  height: 60px;
}
[data-action='private'],
[data-action='kick'],
[data-action='ban'],
[data-action='logout'],
[data-dialog='change_password'] {
  display: none;
}
[data-action='image'] {
  cursor: pointer;
}
div#configure div.right,
div#users div.right {
  top: 8px;
  right: 8px;
  position: absolute;
}
div#users div.right {
  right: 16px;
}
a:link,
a:visited,
a:active {
  color: #EB8B23;
  text-decoration: none;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  color: #f1b069;
  text-decoration: underline;
}
input {
  margin: 2px 1px;
  padding: 4px 5px;
  color: #d4d4d4;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid black;
  border-color: #000000 rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
}
input[type="submit"],
input[type="button"] {
  background: rgba(255, 255, 255, 0.01);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.1s ease-out;
}
input[type="submit"]:not([disabled]):hover,
input[type="button"]:not([disabled]):hover {
  background-color: #333;
  background-color: rgba(255, 255, 255, 0.05);
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
}
input[type="submit"]:disabled,
input[type="button"]:disabled {
  cursor: auto;
  opacity: 0.5;
}
input.icon {
  min-width: 26px;
  background-position: center center;
  background-repeat: no-repeat;
}
input.icon.button {
  padding-left: 22px;
  background-position: 0, 4px;
  color: #EB8B23;
  height: 25px;
}
input.icon.users {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/user.png);
}
input.icon.configure {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/gear.png);
}
input.icon.login {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/key.png);
}
input.icon.register {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/plus.png);
}
input.icon.counter {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/counter.png);
}
input.icon.ignore {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/heart-break.png);
}
input.icon.private {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/mail.png);
}
input.icon.kick {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/user--exclamation.png);
}
input.icon.ban {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/cross-circle.png);
}
input.icon.logout {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/lock-unlock.png);
}
input.icon.password {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), url(images/ui-text-field-password.png);
}
.content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  padding-bottom: 47px;
}
.content .output {
  height: 100%;
}
.content .input {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 47px;
  border-top: 1px solid #000;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: 0.1s ease-out;
}
.output #chat {
  height: 100%;
}
#messages.focus .message {
  opacity: 0.3;
}
#messages {
  padding: 4px 8px;
}
#messages .message .moderator {
  padding-left: 18px;
  background-image: url(images/medal-red-premium.png);
  background-repeat: no-repeat;
}
#messages .message .vip {
  padding-left: 18px;
  background-image: url(images/animal-monkey.png);
  background-repeat: no-repeat;
}
#messages .message .attachment {
  display: inline-block;
  white-space: nowrap;
}
#messages .message .image {
  text-align: center;
  margin-top: 6px;
}
#messages .message .image img {
  max-width: 100%;
  max-height: 148px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px rgba(255, 255, 255, 0.05);
}
#messages .highlight {
  background: linear-gradient(to right, rgba(72, 140, 231, 0) 0%, rgba(72, 140, 231, 0.15) 20%, rgba(72, 140, 231, 0.15) 80%, rgba(72, 140, 231, 0) 100%);
}
#messages .self {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 20%, rgba(255, 255, 255, 0.05) 80%, rgba(255, 255, 255, 0) 100%);
}
#messages .time {
  display: none;
  padding-right: 4px;
  color: #555555;
  font-size: 11px;
  line-height: 11px;
}
#messages .continue {
  color: #555555;
  font-size: 11px;
  line-height: 11px;
}
#messages .message.focused {
  opacity: 1;
}
#messages > div {
  padding: 3px 0 3px 0;
  line-height: 1.5em;
  word-wrap: break-word;
}
#messages .message .from,
#messages .message .to {
  cursor: pointer;
  font-weight: bold;
  font-family: 'Comic Sans MS', "Trebuchet MS", sans-serif;
}
#messages.time .time {
  display: inline-block;
}
.input .contenta {
  width: 100%;
  padding: 1px 2px;
  box-sizing: border-box;
}
.input input {
  height: 41px !important;
}
.input input.icon.button {
    font-size: 11px;
}
.input .left {
  padding-right: 58px;
}
.input .right {
  float: right;
  width: 56px;
}
.input #message,
.input #name {
  width: 100%;
}
form#login,
form#register,
div#configure,
div#users,
form#message,
div#authorization {
  display: none;
}
#users #list {
  right: 0;
  height: 100%;
  width: 100%;
  font-family: 'Comic Sans MS', "Trebuchet MS", sans-serif;
  font-size: 12px;
}
#users #list a {
  cursor: pointer;
  display: block;
}
#users #list .mCustomScrollBox .mCSB_container > div:not(:last-child) {
  padding-bottom: 10px;
}
#users #list div.group {
  font-family: 'Comic Sans MS', Helvetica, "Trebuchet MS", Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
#users #list .vip {
  color: #EB8B23;
}
.icon-arrow {
  padding-left: 20px;
  background-image: url(images/arrow-000-medium.png);
  background-position: center;
  background-repeat: no-repeat;
}
.error .text {
  padding-left: 18px;
  color: #fff;
  background-image: url(images/minus-circle.png);
  background-repeat: no-repeat;
}
.sub-message .text {
  padding-left: 18px;
  color: #fff;
  background-image: url(images/hand-point.png);
  background-repeat: no-repeat;
}
.warning .text {
  color: #494949;
}
.status .text {
  padding-left: 18px;
  color: #fff;
  background-image: url(images/information.png);
  background-repeat: no-repeat;
}
.emote {
  font-style: italic;
}
.dialog {
  display: none;
  float: left;
  position: absolute;
  width: 193px;
  padding: 10px;
  color: #d4d4d4;
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), rgba(25, 25, 25, 0.97);
  border: 1px solid #000;
  border-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), inset 5px 0 10px rgba(0, 0, 0, 0.08), -1px 0 0 rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dialog#configure {
  bottom: 55px;
  right: 20px;
}
.dialog#configure input#highlights {
  width: 191px;
}
.dialog#users {
  bottom: 55px;
  right: 20px;
  height: 256px;
  width: 203px;
  padding-right: 0;
}
.dialog#user {
  height: auto;
  width: auto;
  left: 7px;
  right: 20px;
  top: 7px;
  padding-right: 0;
}
.dialog#user a {
  color: #EB8B23;
  cursor: pointer;
}
.dialog#user a:hover {
  color: #fff;
}
.dialog#user #user-username {
  font-weight: bold;
  color: #fff;
}
form#connect input:-ms-input-placeholder {
  color: #EB8B23;
  opacity: 1;
}
form#connect input::-moz-placeholder {
  color: #EB8B23;
  opacity: 1;
}
form#connect input::-webkit-input-placeholder {
  color: #EB8B23;
  opacity: 1;
}
.active {
  display: block !important;
}
.subscription {
display: none;
position: absolute;
top: 7px;
left: 7px;
right: 20px;
padding: 10px;
color: #d4d4d4;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)), rgba(25, 25, 25, 0.97);
border-bottom: 1px solid #000;
border-color: rgba(0, 0, 0, 0.9);
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), inset 5px 0 10px rgba(0, 0, 0, 0.08), -1px 0 0 rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.hidden .text {
    display: none;
}
.deleted {
    color: #494949;
    cursor: pointer;
}
textarea#message {
    margin: 2px 1px;
    padding: 4px 5px;
    color: #d4d4d4;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid black;
    border-color: #000000 rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    text-align: left;
    height: 41px;
    font-family: 'Comic Sans MS', Helvetica, "Trebuchet MS", Verdana, sans-serif;
    resize: none;
    overflow: hidden;
    font-size: 13px;
    padding-right: 24px;
}
.dialog#emoticons-dialog, .dialog#subscriber-emoticons-dialog {
    bottom: 55px;
    right: 20px;
    width: auto;
    left: 10px;
    padding-bottom: 42px;
}
.emoticon-grid {
    text-align: center;
    padding: 8px 0 4px 0;
}
.emoticon-grid .emoticon-in-list {
    min-width: 38px;
    height: 38px !important;
    width: auto !important;
    position: relative;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 3px;
    cursor: pointer;
}
.emoticon-grid .emoticon-in-list.locked:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url("images/lock.png") no-repeat right 20px;
    background-color: rgba(0,0,0,0.5);
}
.emoticon-grid .emoticon-in-list:not(.locked):hover {
    opacity: 0.6;
}
.emoticon-button {
    width: 16px;
    height: 16px;
    float: right;
    top: -38px;
    position: relative;
    right: 4px;
    cursor: pointer;
    background-image: url(images/smiley.png);
    opacity: 0.75;
}
.emoticon-button:hover {
    opacity: 1;
}
.tabs {
    width: 100%;
    white-space: nowrap;
    border-top: 1px solid #000;
    color: #fff;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
    font-size: 0;
    background-color: rgba(255,255,255,0.03);
}
.tabs .tab {
    display: inline-block !important;
    position: relative;
    border-top: 1px solid #FFF;
    top: -1px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
    font-size: 13px;
}
.tabs .tab.active {
    border-top-color: #EB8B23;
    color: #EB8B23;
}
/* .promo {
background-image: url(images/christmas.png);
width: 100%;
height: 57px;
display: block;
padding: 0 !important;
background-position: right;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
right: -16px;
cursor: pointer;
}
.promo:hover {
    -webkit-filter: drop-shadow(0px 0px 3px rgb(255, 0, 0));
}
#messages {
    margin-top: 57px;
} */