/* МИНИЧАТ  */

#mini_chat{
	width: 100%;
	overflow:auto;
	font-family: arial;
	font-size:12px;
	word-wrap: break-word;
}

#mini_okno{/* Окошко куда выводятся собщения */
	height:300px;
	/*width: 99.4%;*/
	overflow:auto;
	position:relative;
	word-wrap: break-word;
}

div.polosa_chata{/* То куда выводится одно сообщение */
	background:#F5F5F5;
	border-radius: 3px;
	border: 1px solid #808080;
	word-wrap: break-word;
	text-align:left;
	font-size:12px;
	margin-bottom:5px;
}

#nik_user_mini_chat{/*ник юсера в чате который написал сообщение*/
	cursor:pointer;
	font-size:10px;
	font-family:tahoma;
}

#complaint_mess_mini_chat{/*крестик пожаловаться*/
	cursor:pointer;
	text-decoration: none;
	font-family:Georgia;
	font-size:16px;
	font-weight:normal;
	color:black;
	float: right;
	margin-right:5px;
}

div.MChat_mess_win{/*окно где сообщение*/
margin-left:4px;
margin-bottom:4px;
}

#message_area_mini_chat{/*место ввода текста*/
	border-radius: 6px;
	width:100%;
	max-height:87px;
	font-family:Georgia;
	font-size:16px;
	min-height:18px;
}

#block_chat_smile{
	text-align: left; margin-left: 20px;
}

#ban_peopl_mini_chat{ /*  кнопка банилка людей */
	cursor:pointer;
	text-decoration: none;
	font-family:Georgia;
	font-size:14px;
	font-weight:normal;
	color:black;
}

#mini_button_chat, .mini_chat_button { /* кнопка отправить сообщение  */
 border: 1px solid #2f33ad;
   background: #006180;
   background: -webkit-gradient(linear, left top, left bottom, from(#1ca6fc), to(#006180));
   background: -webkit-linear-gradient(top, #1ca6fc, #006180);
   background: -moz-linear-gradient(top, #1ca6fc, #006180);
   background: -ms-linear-gradient(top, #1ca6fc, #006180);
   background: -o-linear-gradient(top, #1ca6fc, #006180);
   background-image: -ms-linear-gradient(top, #1ca6fc 0%, #006180 100%);
   padding: 2px 3px;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
   text-shadow: #6a8799 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   margin-left:4px;
}
#mini_button_chat:hover, .mini_chat_button:hover {
 border: 1px solid #0a3a7d;
   text-shadow: #68a655 0 1px 0;
   background: #57d63e;
   background: -webkit-gradient(linear, left top, left bottom, from(#39db21), to(#57d63e));
   background: -webkit-linear-gradient(top, #39db21, #57d63e);
   background: -moz-linear-gradient(top, #39db21, #57d63e);
   background: -ms-linear-gradient(top, #39db21, #57d63e);
   background: -o-linear-gradient(top, #39db21, #57d63e);
   background-image: -ms-linear-gradient(top, #39db21 0%, #57d63e 100%);
   color: #ffffff;
}
#mini_button_chat:active, .mini_chat_button:active {
   text-shadow: #289626 0 1px 0;
   border: 1px solid #0a3c59;
   background: #79ed5c;
   background: -webkit-gradient(linear, left top, left bottom, from(#43d622), to(#57d63e));
   background: -webkit-linear-gradient(top, #43d622, #79ed5c);
   background: -moz-linear-gradient(top, #43d622, #79ed5c);
   background: -ms-linear-gradient(top, #43d622, #79ed5c);
   background: -o-linear-gradient(top, #43d622, #79ed5c);
   background-image: -ms-linear-gradient(top, #43d622 0%, #79ed5c 100%);
   color: #000000;
}

a.mini_knopka_smile_chat { /*  кнопка со смайликом  */
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.2em;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  user-select: none;
  color: rgb(0,0,0);
  outline: none;
  border: 1px solid rgba(0,0,0,.4);
  border-top-color: rgba(0,0,0,.3);
  border-radius: 9px;
  background: linear-gradient(rgb(255,255,255), rgb(240,240,240));
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(255,255,255,.2),
   0 -1px 1px 1px rgba(0,0,0,0);
  transition: .2s ease-in-out;
  /*float:right;*/
  margin-left:8px;
}

a.mini_knopka_smile_chat:hover:not(:active) {
  box-shadow:
   0 0 3px rgba(0,0,0,0) inset,
   0 1px 1px 1px rgba(0,255,255,.5),
   0 -1px 1px 1px rgba(0,255,255,.5);
}
a.mini_knopka_smile_chat:active {
  background: linear-gradient(rgb(250,250,250), rgb(235,235,235));
  box-shadow:
   0 0 3px rgba(0,0,0,.5) inset,
   0 1px 1px 1px rgba(255,255,255,.4),
   0 -1px 1px 1px rgba(0,0,0,.1);
}

img.MChat_comment_user{/*кнопка комментарии сноска ника в чат*/
opacity:0.5;
cursor:pointer;
margin-left:4px;
}

img.MChat_comment_user:hover{
opacity:1;
}



#mini_kno_smile_1{
  width: 100px;
  height: 1.6em;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
   border: 0px solid #4c5250;
   background: #bde7ff;
   background: -webkit-gradient(linear, left top, left bottom, from(#23a6ed), to(#bde7ff));
   background: -webkit-linear-gradient(top, #23a6ed, #bde7ff);
   background: -moz-linear-gradient(top, #23a6ed, #bde7ff);
   background: -ms-linear-gradient(top, #23a6ed, #bde7ff);
   background: -o-linear-gradient(top, #23a6ed, #bde7ff);
   cursor: pointer;
}

#mini_kno_smile_1:hover{

   border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#0b23d6), to(#3e779d));
   background: -webkit-linear-gradient(top, #0b23d6, #3e779d);
   background: -moz-linear-gradient(top, #0b23d6, #3e779d);
   background: -ms-linear-gradient(top, #0b23d6, #3e779d);
   background: -o-linear-gradient(top, #0b23d6, #3e779d);
   background-image: -ms-linear-gradient(top, #0b23d6 0%, #3e779d 100%);
   color: #fff;
}

#mini_kno_smile_01 {
   width: 100px;
  height: 1.6em;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
   border: 0px solid #4c5250;
     background: #3e779d;
   background: -webkit-gradient(linear, left top, left bottom, from(#56f560), to(#3e779d));
   background: -webkit-linear-gradient(top, #56f560, #3e779d);
   background: -moz-linear-gradient(top, #56f560, #3e779d);
   background: -ms-linear-gradient(top, #56f560, #3e779d);
   background: -o-linear-gradient(top, #56f560, #3e779d);
   background-image: -ms-linear-gradient(top, #56f560 0%, #3e779d 100%);
}

/* МИНИЧАТ конец  */