/*code wrote Maxim,: alias (Apostle) - all-questions, on our forum--(http://obsessed.0pk.ru/viewtopic.php?id=68)*/
/* ВНЕШНИЙ БЛОК */
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: absolute; /* положение */
   /* top: 380px;*/ /* отступ сверху */
    left: 0; /* отступ слева */
    background:Aqua ; /* цвет фона */
    width: 500px; /* ширина блока */
    height: 10px; /* высота блока */
    font: 14px Arial; /* размер и тип шрифта */
    color: #ff0000; /* цвет текста */
    text-align: center; /* выравнивание текста по центру */
    padding: 1px; /* отступы от границ внутри блока */

    -webkit-transition-duration: 0.5s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-border-radius: 0 5px 5px 0; /* закругление границ для всех браузеров*/
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    }

/* СКРЫТЫЙ БЛОК */
 .chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel {
    position: fixed;   /* положение */
   /* top: 380px;avto;*/ /* отступ сверху */
    left: -470px; /* отступ слева */
    background:DimGray ; /* цвет фона */
    color: #000; /* цвет текста */
    width: 500px; /* ширина блока */
    height: 10px; /* высота блока */
    padding: 10px; /* отступы от границ внутри блока */
    text-align: left; /* выравнивание текста */
     z-index:99;
    -webkit-transition-duration: 0.5s; /* анимационное выдвижение для всех браузеров*/
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

    -webkit-border-radius: 0 5px 5px 0; /* закругление границ для всех браузеров*/
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    }
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel:hover {
    left: 10px; /* при наведении выдвигается на скрытые 20px + 10px отступы */
}
/*бокс смайлы*/

/*--------------*/
.chatPopupMenuDiv1 {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border-left: 1px solid #CFCFC9;
    border-right: 1px solid #CFCFC9;
    border-bottom: 1px solid #CFCFC9;
    z-index: 98;
}
.chatPopupMenuDiv2 {
    display: none;
   /* position: absolute;*/
    background-color: #FFFFFF;
    border: 1px solid #CFCFC9;
    z-index: 97;
    margin-top: 319px;
    margin-left: 10px;
}
.chatPopupMenuDiv2 .chatPopupMenuContent {
    padding: 2px 6px;
    font-size: 8pt;
}
.chatPopupMenuDiv2 .chatPopupMenuContent p {
    margin: 0;
    padding: 4px 0;
}
/*текст на кнопке  смайлы медиа-и тд */
.chatFooter .chatFooterWrapper .chatPanel .chatSendLinksPanel:after { content:"Меню"; font-family: a_AlgeriusBlw; font-size: 15px; color:##000080; letter-spacing: 4px; position: absolute;/* top:80%;*/ left:470px; bottom:0; right:0px; z-index: 1; -webkit-animation: l1_animation 40s linear infinite; -moz-animation: l1_animation 40s linear infinite; }
/*выдвижная панель пользователи*/
.chatPeople {
background:#f5f4ef url("../../i/widget/fon.png") repeat-x left top;
    /*color:#67675d;*/
background-position: center center;
background-repeat: no-repeat;
background-size: 150% 108%;
border-image-width: 9px;
border-image-source: url(https://s8.hostingkartinok.com/uploads/images/2018/02/05db27364a953c5c3dac215df14588d3.jpg);
border-image-slice: 20;
border-image-repeat: stretch;
box-shadow:  -7px 7px 7px -7px #333;
}
.chatMain .chatPeople{
width:172px;
height:28px;
background-color: transparent;
transition:height 0.9s;
transition-timing-function:linear;
-moz-transition:height 0.9s;
-moz-transition-timing-function:linear;
-webkit-transition:height 0.9s;
-webkit-transition-timing-function:linear;
-o-transition:height 0.9s;
-o-transition-timing-function:linear;
}.chatMain .chatPeople:hover
{
height:100%;
}.chatTopLineWrapper ul li ul {
    display: block;
    left: -150px;
    top: 40px;
    visibility: visible;
    width: 197px;
margin: 15px 0 0 0;
}.chatMain .chatMessages, .chatMain .chatPrivateMessages {
    width:100%;
}
/*ск чел в чате*/


	@-webkit-keyframes pulsate {
 50% { color: #000080; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #000000; }
}
@keyframes pulsate {
 50% { color: #000080; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #000000; }
}
.chatPeople .chatPeopleTitle  {
  color: rgb(245,245,245);
  text-shadow: 0 -1px rgba(0,0,0,.1);
  background:White ;
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;

}

/*ФОН НИКОВ-13*/
/*@-webkit-keyframes flicker {
  50% {background-size: 8px 8px, 4px 4px;}
  100% {background-size: 4px 4px, 8px 8px;}
}
@keyframes flicker {
  50% {background-size: 8px 8px, 4px 4px;}
  100% {background-size: 4px 4px, 8px 8px;}
}
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser {
  position: relative;
  font-weight: bold;
  color: #30084f;
}
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser:before {
  content: "";
 /* position:absolute; top: 0; left: 0;*/
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px), radial-gradient(rgba(255,255,255,1) 1px, rgba(255,255,255,0) 1px);
  background-size: 4px 4px, 8px 8px;
  background-position: 50% 50%;
  -webkit-animation: flicker .6s linear infinite alternate;
  animation: flicker .6s linear infinite alternate;
}*/
/*сверкание чата - фон чата*/
@-webkit-keyframes  blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes  blink6 {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
/*фон чата*/
.chatMain {
  position: absolute;
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 10px #3d7a97;
  background-image: url(https://s8.hostingkartinok.com/uploads/images/2019/02/88ee6c832638cabd969751e981e29528.jpg);
 
}
.chatMain:after, .chatMain:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 450px;
  height: 350px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: blink6 10s linear infinite;
  animation: blink6 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
.chatMain:before {
  top: -20%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
/*кнопки вход в чат-2*/
#join-chat-button, #join-chat-button2 {
    font-weight: bold;
    padding: 22px 0px 20px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #11100F;
    background-color: rgba(255, 0, 0, 0.991);
    font-size: xx-small;
    height: 55px;
}
/*табличка вход в чат*/
.chatSpecifyPassword label, .chatSpecifyPassword p {
    display: block;
    margin: 0;
    padding: 6px 0 4px 30px;
    background-color: #9DF5FD;
    font-weight: 900;
    font-style: italic;
    font-size: medium;
}
/*низ чатаа*/
.chatFooter .chatFooterWrapper {
    position: relative;
    width: 98%;
    +placement: 32px -3px;
    position: relative;
    left: 18px;
    top: -3px;
    background-image: ;
    font-style: italic;
}
/*шапка чата-*/
.chatHeader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    z-index: 99;
    background-image: url("https://s8.hostingkartinok.com/uploads/images/2019/02/eb79bd172afa1a25ab2476e59e968889.jpg");
    /*overflow:visible;*/
}
/*сдвиг фона чата в верх*/
.chatMain {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 63px;
    margin-top: -10px;
}
/*сдвиг футера- фон футера*/
.chatFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    /*color:#67675d;*/
    font-weight: bold;
    border-bottom: 1px solid black;
   /* margin-bottom: 61px;*/
    padding-bottom: 0px;
    padding-right: 84px;
background-image: url("https://s8.hostingkartinok.com/uploads/images/2019/01/fdfbd78a6058057955d039765fa35093.gif"), url("https://s8.hostingkartinok.com/uploads/images/2019/01/7ce8b01f8faa7c515f549e18715c8802.gif"), url("https://s8.hostingkartinok.com/uploads/images/2019/02/eb79bd172afa1a25ab2476e59e968889.jpg");  
    background-position: bottom -10px left 0,  bottom  left 100%, left 1px bottom; padding-bottom: -20px;
    background-repeat: no-repeat, no-repeat, repeat-x ;
    background-size: auto 100%,auto 100%,102% 100%;

}
/*сдвиг кнопки меню в шапке*/
.chatHeader .chatTopLine {
    border: 1px solid #B5DB4E;
    background:#cff265 url("https://avatanplus.com/files/resources/original/598c3637d469515dcbb3ca3e.jpg") repeat-x left top;
    background-color: #CFF265;
    margin-top: -4px;
    margin-right: -10px;
}
/* Название чата по середине */
.chatHeaderWrapper .chatTitle {
    text-align: center;font-size: 16px;
    width: 100%;
}
/*------------*/

div { border-radius: 10px 10px 10px 10px; }
/*мини меню*/
#chatUserMiniMenu  {
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("https://s8.hostingkartinok.com/uploads/images/2017/09/7f98a0f5a06d4fab29511ce06bc75ed7.gif ");
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 2px solid #fff;
border-radius: 8px;

 box-shadow:1px 1px 6px #000,-1px -1px 1px #fff;
}
/*-------------*/
.chatFooter .chatFooterWrapper .chatPanel div.chatSoundPanel {
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("");/*Картинку анимации можно свою ставить */
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 2px solid #fff;
border-radius: 8px;

 box-shadow:1px 1px 6px #ffffff,-1px -1px 1px #fff;
}/*КНОПКА-ОТПРАВИТЬ-08*/
.chatSendButton:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendButton:active {
  top: 1px;
}.chatSendButton {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}.user2519686::before {content: "CSS- ";color: #333;color: #ff0000;background-color: #;font-size: 75%;padding: 1px;letter-spacing: 0px;}
/*кнопка онлайн*/
.chatSendExitPanel select :hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendExitPanel select:active {
  top: 1px;
}.chatSendExitPanel select:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatSendExitPanel select:active {
  top: 1px;
}.chatTopLineWrapper {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}.chatSendExitPanel select {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}
/*КНОПКИ ОБЩИЙ И ПРИВАТ-12*/
.chatTabs > ul > li.chatTab > a {
	 color:#0080FF;
border-radius:3px/100%;
  
background-color: transparent;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
transition: .9s linear;
 box-shadow:  -6px 6px 7px -5px #333;
  }

.chatTabs > ul > li.chatTab.chatTabActive > a, .chatTabs > ul > li.chatTab > a:hover, 
.chatTabs > ul > li.chatTab > a.active {
	 color:#ff0000;
border-radius:3px/100%;
  
background-color:#E6E6E6 ;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,0,0,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,0,0,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(30,144,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(30,144,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(30,144,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(30,144,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
transition: .9s linear;
 box-shadow:  -6px 6px 7px -5px #333;
  }
/*ПАНЕЛЬ НАСТРОЙКИ ПРОФИЛЯ-14*/
.chatTopLineWrapper ul {background-image: url("https://www.zastavki.com/pictures/originals/2017Nature_Green_trees_are_reflected_in_the_lake_s_surface_114777_.jpg"); Monotype Corsiva;border-radius:15px 25px 15px 25px;color: #00ff00;
font-style: normal;
font-size: 10pt;
}
/*мммммм-----жжжжжж*/
/* »конка нет пола */
.chatPeople ul.chatPeopleList li a.chatUserSex0 b {
    background-image: url(https://s8.hostingkartinok.com/uploads/images/2018/01/e019d9ba3b467b51cf4fb00e4aa0449f.gif);
}

/* »конка мужской пол */
.chatPeople ul.chatPeopleList li a.chatUserSex1 b {
    background-image: url(https://s8.hostingkartinok.com/uploads/images/2017/03/f3ace65b6421dca1d1170f6801b90d6f.png);
}

/* »конка женский пол */
.chatPeople ul.chatPeopleList li a.chatUserSex2 b {
    background-image: url(https://s8.hostingkartinok.com/uploads/images/2017/03/22dbac3927a7f358d373246076b1ca32.png);
}
/*Иконки с ВИПом*/
.chatUserVip {
    background: transparent url("https://s8.hostingkartinok.com/uploads/images/2018/02/e9e2eaeb08617b304fd53b733234d6cb.gif") no-repeat scroll 0 0;
background-size:100% 100%;
background-position: center center;

border-image-width: 2px;
border-image-source: url(https://s8.hostingkartinok.com/uploads/images/2018/02/e9e2eaeb08617b304fd53b733234d6cb.gif);
border-image-slice: 30;
border-image-repeat: stretch;
}
/*ФОНОВАЯ КАРТИНКА ПРИ ВХОДЕ В ЧАТ-11*/
.transparent { background-image: url(https://s8.hostingkartinok.com/uploads/images/2019/02/d4c70b1bc1efbe766b7937efd8ec8e5a.jpg) } .content { background-image: url(https://s8.hostingkartinok.com/uploads/images/2019/02/e7a75b8bf37058a83e9d899660f32f12.gif); background-position:bottom center; background-repeat:no-repeat; }
/*время в чате*/



/*---------------------==00-0999*/
.chatTabs > ul > li > a { padding: 5px 10px 5px 10px; height: 100%; text-decoration: none; border-top: 0px none !important; border-right: 0px none !important; 
vertical-align: middle; display: inline-block; line-height: 24px; border-radius: 25px; font-family: Monotype Corsiva;font-size: 14pt; }
.chatTabs ul { height: 28px; }.chatTabs ul li.appTab { background: transparent url("код картинки") no-repeat scroll 0 0; background-position: center center; 
background-repeat: no-repeat; background-size: 100% 100%; border-radius: 100%; padding: 3px 3px 3px 3px; font-color: transparent; box-shadow: 0 0 1px #ff0000, 
0 0 2px #fff, 0 0 3px #ff0000, 0 0 4px #ff0000, 0 0 5px #D3D3D3, 0 0 6px #FFDEAD, 0 0 7px #778899, 0 0 10px #0000CD; } .chatTabs ul li.appTab { 
-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; } 
.chatTabs ul li.appTab:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); 
-ms-transform: rotate(360deg); transform: rotate(360deg); }         
.chatTabs > ul > li > a { padding: 5px 10px 5px 10px; height: 100%; text-decoration: none; border-top: 0px none !important; border-right: 0px none !important; 
vertical-align: middle; display: inline-block; line-height: 24px; border-radius: 20px; font-family: Monotype Corsiva;font-size: 10pt; }
.chatTabs ul { height: 28px; }.chatTabs ul li.appTab { background: transparent url("код картинки") no-repeat scroll 0 0; background-position: center center; 
background-repeat: no-repeat; background-size: 100% 100%; border-radius: 100%; padding: 3px 3px 3px 3px; font-color: transparent; box-shadow: 0 0 1px #ffffff, 
0 0 2px #fff, 0 0 3px #ffffff, 0 0 4px #ffffff, 0 0 5px #D3D3D3, 0 0 6px #FFDEAD, 0 0 7px #778899, 0 0 10px #0000CD; } .chatTabs ul li.appTab { 
-webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; transition: all 0.8s ease; } 
.chatTabs ul li.appTab:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); 
-ms-transform: rotate(360deg); transform: rotate(360deg); }
/*анимация названия чата*/
 .chatTitle{
    z-index: 1000;
    position: center;
    bottom: 3px;
    left: 0px;
    width: 100%;
    text-align: center;
font-size: 20px;
    opacity: 0;
    -webkit-animation: textAnimation 20s linear infinite 0s;
    -moz-animation: textAnimation 20s linear infinite 0s;
    -o-animation: textAnimation 20s linear infinite 0s;
    -ms-animation: textAnimation 20s linear infinite 0s;
    animation: textAnimation 20s linear infinite 0s;
    list-style-type:none;
}


.text-animation li:nth-child(2){
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}
.text-animation li:nth-child(3){
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.text-animation li:nth-child(4){
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.text-animation li:nth-child(5){
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}
.text-animation li:nth-child(6){
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}
@-webkit-keyframes textAnimation { 
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes textAnimation { 
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes textAnimation { 
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
         -o-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes textAnimation { 
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes textAnimation { 
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-300px);
    }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/*-=-=============*/
/* свой статус  */
.chatUserAway[title~="Aqua"], .chatPeople ul.chatPeopleList li[title~="Aqua"].hover {
	opacity: 1;
}
.chatUserAway[title~="Aqua"] .chatUserWrapper {
	background: linear-gradient(270deg, #00FFFF, #fff2e6);
}
/* свой статус: Black */
.chatUserAway[title~="Black"], .chatPeople ul.chatPeopleList li[title~="Black"].hover {
	opacity: 1;
}
.chatUserAway[title~="Black"] .chatUserWrapper {
	background: linear-gradient(270deg, #000000, #fff2e6);
}
/* свой статус: Blue */
.chatUserAway[title~="Blue"], .chatPeople ul.chatPeopleList li[title~="Blue"].hover {
	opacity: 1;
}
.chatUserAway[title~="Blue"] .chatUserWrapper {
	background: linear-gradient(270deg, #0000FF, #fff2e6);
}
/* свой статус: Fuchsia */
.chatUserAway[title~="Fuchsia"], .chatPeople ul.chatPeopleList li[title~="Fuchsia"].hover {
	opacity: 1;
}
.chatUserAway[title~="Fuchsia"] .chatUserWrapper {
	background: linear-gradient(270deg, pink, #F5B4F5);
}
/* свой статус: Gray */
.chatUserAway[title~="Gray"], .chatPeople ul.chatPeopleList li[title~="Gray"].hover {
	opacity: 1;
}
.chatUserAway[title~="Gray"] .chatUserWrapper {
	background: linear-gradient(270deg, #808080, #fff2e6);
}
/* свой статус: Green */
.chatUserAway[title~="Green"], .chatPeople ul.chatPeopleList li[title~="Green"].hover {
	opacity: 1;
}
.chatUserAway[title~="Green"] .chatUserWrapper {
	background: linear-gradient(270deg, #008000, #fff2e6);
}
/* свой статус: Lime */
.chatUserAway[title~="Lime"], .chatPeople ul.chatPeopleList li[title~="Lime"].hover {
	opacity: 1;
}
.chatUserAway[title~="Lime"] .chatUserWrapper {
	background: linear-gradient(270deg, #00FF00, #fff2e6);
}
/* свой статус: Maroon */
.chatUserAway[title~="Maroon"], .chatPeople ul.chatPeopleList li[title~="Maroon"].hover {
	opacity: 1;
}
.chatUserAway[title~="Maroon"] .chatUserWrapper {
	background: linear-gradient(270deg, #800000, #fff2e6);
}
/* свой статус: Navy */
.chatUserAway[title~="Navy"], .chatPeople ul.chatPeopleList li[title~="Navy"].hover {
	opacity: 1;
}
.chatUserAway[title~="Navy"] .chatUserWrapper {
	background: linear-gradient(270deg, #000080, #fff2e6);
}
/* свой статус: Olive */
.chatUserAway[title~="Olive"], .chatPeople ul.chatPeopleList li[title~="Olive"].hover {
	opacity: 1;
}
.chatUserAway[title~="Olive"] .chatUserWrapper {
	background: linear-gradient(270deg, #808000, #fff2e6);
}
/* свой статус: Purple */
.chatUserAway[title~="Purple"], .chatPeople ul.chatPeopleList li[title~="Purple"].hover {
	opacity: 1;
}
.chatUserAway[title~="Purple"] .chatUserWrapper {
	background: linear-gradient(270deg, #800080, #fff2e6);
}
/* свой статус: Red */
.chatUserAway[title~="Red"], .chatPeople ul.chatPeopleList li[title~="Red"].hover {
	opacity: 1;
}
.chatUserAway[title~="Red"] .chatUserWrapper {
	background: linear-gradient(270deg, #FF0000, #fff2e6);
}
/* свой статус: Silver */
.chatUserAway[title~="Silver"], .chatPeople ul.chatPeopleList li[title~="Silver"].hover {
	opacity: 1;
}
.chatUserAway[title~="Silver"] .chatUserWrapper {
	background: linear-gradient(270deg, #C0C0C0, #fff2e6);
}
/* свой статус: Teal */
.chatUserAway[title~="Teal"], .chatPeople ul.chatPeopleList li[title~="Teal"].hover {
	opacity: 1;
}
.chatUserAway[title~="Teal"] .chatUserWrapper {
	background: linear-gradient(270deg, #008080, #fff2e6);
}
/* свой статус: White */
.chatUserAway[title~="White"], .chatPeople ul.chatPeopleList li[title~="White"].hover {
	opacity: 1;
}
.chatUserAway[title~="White"] .chatUserWrapper {
	background: linear-gradient(270deg, #FFFFFF, #fff2e6);
}
/* свой статус: Yellow */
.chatUserAway[title~="Yellow"], .chatPeople ul.chatPeopleList li[title~="Yellow"].hover {
	opacity: 1;
}
.chatUserAway[title~="Yellow"] .chatUserWrapper {
	background: linear-gradient(270deg, #FFFF00, #fff2e6);
}
/* вам необходимо войти в чат */
.chatMessages .chatMessage:not(.chatSystemMessage) strong:first-child {
animation-name:apostol ;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-direction:alternate;
color: #ff0000;
/*background: #0076a4;*/
background: transparent url("https://s8.hostingkartinok.com/uploads/images/2019/01/5b344c0ea40ef3f651b3e18b7791ee49.gif") no-repeat scroll 0 0;
margin-left: -10px;
width: 90%;
display: block;
padding: 3px 2px;
font-weight: 910;
text-align: center;
}
@keyframes apostol{
from{margin-left: 16px;}
to{margin-left: 350px;}
}
/*сообшение на футере*/

.chatFooter .chatFooterWrapper:after{
content:"Хорошая идея без действия – это ничто";
font-family:Comic Sans MS, monospace; 
font-size: 10pt;
font-weight: 700;
color:#f16522;
  width: auto;
height:auto;
  
position: absolute;
         bottom:35px; 
right:45%;
animation:  clouds-left 2s ease-out 8s forwards;
 
}

@keyframes clouds-left{
  10% { opacity: 1; }
  100%  { opacity: 0; transform: translateX(20em); }
}
/*------------*/
.chatMain .chatUserFrom, .chatPeople ul.chatPeopleList li a.chatUser{
text-shadow: 0px 1px 0 #000;
background-color: transparent;
background-image: url("");/*Картинку анимации можно свою ставить */
background-position: right 0 bottom 0;
background-repeat: no-repeat;
background-size: 150% auto;

border: 1px solid #FFFF00;
border-radius: 5px 8px 5px 8px;

 box-shadow:1px 1px 6px #FF00FF,-1px -1px 1px #FF00FF;
}
/*время в чате*/
.chatTime {
    float: right;
    padding-right: 15px;
    color: #ff0000;
    font-size: 10pt;
    font-style: Comic Sans MS, monospace;
}
/*бегущая строка постоянная*/
.chatFooter .chatFooterWrapper:after{
   width: 50%;
   white-space:nowrap;
   line-height: 15px;
   overflow:hidden;
   font-size: 10px;
   color: cornflower#ff0000;/*   цвет можно менять-Апостол   */
   -webkit-animation: step 1s steps(30) infinite;
   animation: step 15s steps(30) infinite;
}
/*   Анимация   */
@keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}
@-webkit-keyframes step{
   0% { width: 0;}
   100% {width:100%;}
}.chatFooter .chatFooterWrapper:after {
  content:"Добро пожаловать в наш чат";
  font-family:arial;
  font-size: 13px;
  text-align:justify;
  text-shadow:0px 0px 1px green,-0px -0px 1px blue;color: #FFFFFF;
  position: absolute;
  top:81%; left:70px; bottom:0; right:100px;
  z-index: 1;
  opacity: 2;
}
/*кнопка меню в шапке-2*/

.chatHeader .chatTopLine:hover {
  transition: .5s linear;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
}
.chatHeader .chatTopLine:active {
  top: 1px;
}.chatTopLineWrapper {
  position: center;
  display: inline-block;
  color: #777674;
  font-weight: bold;
  text-decoration: none;
  text-shadow: rgba(255,255,255,.5) 1px 1px, rgba(100,100,100,.3) 3px 7px 3px;
  user-select: none;
  padding: 0em 0em;
  outline: none;
  border-radius: 3px / 100%;
  background-image:
   linear-gradient(45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.8), rgba(255,255,255,.0) 70%),
   linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0) 20%, rgba(255,255,255,0) 90%, rgba(255,255,255,.3)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(125,125,125,1), rgba(255,255,255,.9) 45%, rgba(125,125,125,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5)),
   linear-gradient(to right, rgba(223,190,170,1), rgba(255,255,255,.9) 45%, rgba(223,190,170,.5));
  background-repeat: no-repeat;
  background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
  background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  box-shadow: rgba(0,0,0,.5) 3px 10px 10px -10px;
}