.chatTabs > ul > li > a {
padding: 0px 14px 0px 10px;
height: 100%;
text-decoration: none;
border-top: 0px none !important;
border-right: 0px none !important;
border-radius: 25px;
vertical-align: middle;
display: inline-block;
line-height: 24px;
}
.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    line-height: 2.1em;
}
.chatHeader .chatTitle {
   font-style:italic;
}
.adm-icon {
    background-image: url("https://ae01.alicdn.com/wimg/feedback/icon/31-s.gif");
}
.mod-icon {
    background-image: url("https://png.icons8.com/color/20/000000/security-checked.png");
}
/* Кнопка входа */
#join-chat-button {
    background-color: #4caf50; /* Цвет фона */
    border: 5px solid rgba(255, 255, 255, 0.4); /* Граница (кайма) */
    color: #fff; /* Цвет текста */
    border-radius: 25px; /* Закругление */
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.25); /* Тень текста */
    font-size: 1em; /* Размер текста */
    transition: .3s; /* Плавность анимации */
    padding: 8px 14px;
    font-weight: normal;
    box-sizing: inherit;
    outline: none;
    cursor: pointer;
}

/* Кнопка входа при наведении */
#join-chat-button:hover {
    background-color: #81c784;
}

/* Кнопка входа при нажатии */
#join-chat-button:active {
    background-color: #43a047;
}
/* Кнопка отправки сообщения */
.chatSendButton {
    background-color: #696969; /* Цвет фона */
    border-radius: 25px; /* Закругление */
    border: 2px solid rgba(255, 255, 255, 0.4); /* Граница (кайма) */
}
/* Кнопка отправки сообщения при наведении */
.chatSendButton:hover {
    background-color: #81c784; /* Цвет фона */
    transition: .3s; /* Плавность смени цвета фона */
}
/* Кнопка отправки сообщения при нажатии */
.chatSendButton:active {
    background-color: #43a047; /* Цвет фона */
}
/* Название чата по середине */
.chatHeaderWrapper .chatTitle {
    text-align: center;
    width: 100%;
}
/* Иконка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(https://png.icons8.com/office/16/000000/male.png);
}
/* Иконка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(https://png.icons8.com/office/16/000000/female.png);
}
/* Иконка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(https://png.icons8.com/office/16/000000/gender.png);
}
.chatTopLineWrapper > ul > li > a:hover {
    background-color: #0000CD;
    border-radius: 15px;
    transition: .3s;
    color: #fff;
}
.chatHeader .chatTopLine {
    border: 1px solid #0000CD;
    border-radius: 15px;
    background-color: #0000CD;
}
.chatSendExitPanel select {
    background-color: brown;
}
.content form {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -155px 0 0 -160px;
    width: 300px;
    height: 310px;
    color: rgba(255, 255, 255, 0.95);
    display: inline-block;
    font-size: 16px;
    padding: 8px 10px;
    text-decoration: none;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    -webkit-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 1px 0px rgba(255, 255, 255, 0.3);
    border: 1px solid #555;
}
.content form a {
    color: #000000;
    text-decoration: none;
}
#join-chat-button2 {
    color: #000000;
    border: 1px solid #000000;
    font-size: 16px;
    background-color: transparent;
    font-weight: 400!important;
    padding: .55em 1.25em!important;
    cursor: pointer;
}
#join-buttons a {
    padding: .55em 1.25em!important;
    border:1px solid #000000;
    text-decoration: none;
}
#nick,
#captcha-input {
    font-size: 120%;
    color: #000000;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    padding-left: 40px !important;
    padding-right: 5px;
    width: 300px;
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8) inset;
}
#account-info {
    margin: .5em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 900;
}
#account-info a {
    position: absolute;
    display: inherit;
    text-transform: uppercase;
    text-align: center;
    padding: .75em 1.25em!important;
    -webkit-animation: slideOut 0.6s ease-in-out 0.9s backwards;
    -webkit-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 0 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset -1px 1px 0px rgba(255, 255, 255, 0.3), inset 1px 0 0px rgba(255, 255, 255, 0.3);
    border-top: 1px solid #000000;
    word-spacing: -1;
    width: 284px;
    margin-left:-20px;
    bottom:20px;
}
@-webkit-keyframes slideOut {
	  0% {bottom:-30px; opacity: 0;}
	  100% {bottom:0px; opacity: 1;}
}
#nick {
    background: transparent url(http://madeas.usite.pro/ChaTemplate/icon/log_user_icon.png) 10px center no-repeat /25px 25px;
}
#captcha-input {
    background: transparent url(http://madeas.usite.pro/ChaTemplate/icon/log_closed_icon.png) 10px center no-repeat /22px 22px;
}
#sign-in-label a {
    display: inherit;
    width: 100%;
    padding: 0.75em 0;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1E90FF;
    background-color: transparent;
    color: #000000 !important;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    transition: 0.1s all linear;
}
.chatFull .transparent {
   background-color: #fff; /* цвет фона */
   background-image: url('https://pp.userapi.com/c639626/v639626867/41ad8/3A5d8tcsLoA.jpg');
   background-position: 50% 50%; /* положение картинки по центру слева и сверху */
   background-size: cover; /* растянуть изображение на весь экран */
   opacity:1; /* видимость картинки, 0.5 - полупрозрачная */
}
.chatMain {
   background-size: cover; /* растянуть изображение на весь экран */
}
.chatHeader .chatTitle {
font-size: 26px; /* максимально рекомендуемый размер */
margin-top: 7px; /* делаем отступ сверху */
}