/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;

 
}
.wrapper{
	min-height: 100%;
	position: relative;
}
@media screen and (max-width: 400px) {
	img {
		max-width: 70vw;
		max-height: 70vh;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@font-face {font-family: 'OpenSans'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); }
@font-face {font-family: 'NeoSans'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansBold'; src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansBoldItalic'; src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansItalic'; src: url('../fonts/OpenSans-Italic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLight'; src: url('../fonts/OpenSans-Light.ttf') format('truetype'); }
@font-face {font-family: 'NeoSansLight'; src: url('../fonts/OpenSans-Light.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightItalic'; src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightSemi'; src: url('../fonts/OpenSans-Semibold.ttf') format('truetype'); }
@font-face {font-family: 'OpenSansLightSemiItalic'; src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'); }
@font-face {font-family: 'Roboto'; src: url('../fonts/Roboto-Light.ttf') format('truetype'); }
@font-face {
	font-family: 'Obelix';
	src: url('../fonts/Obelix.eot');
    src: url('../fonts/Obelix.eot') format('embedded-opentype'),
         url('../fonts/Obelix.woff2') format('woff2'),
         url('../fonts/Obelix.woff') format('woff'),
         url('../fonts/Obelix.ttf') format('truetype'),
         url('../fonts/Obelix.svg#Obelix') format('svg');
}
a img {
	border: none;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body {
	background: url('../res/background.png');
	padding: 0px;
	margin: 0px;
	font-family: 'NeoSansLight';
	text-align: center;
	background-attachment: fixed;
	background-size:110% 110%;
	background-position-y:4%;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.head {
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	text-align: center;
	height: 100px;
	background: rgba(255,255,255,0.9);
	color: #4a4a4a;
	z-index: 9;
}
.head > div{
	max-width: 100%;
	width: 100%;
	display: inline-table;
	text-align: left;
	height: 100px;
	padding: 0px;
}
.head > div > div{
	display: table-cell;
	padding: 0px;
}
.head > div > div:first-child{
	vertical-align: middle;
}
.head > div > div:first-child > div:first-child{
	font-family: 'Obelix';
	font-size: 38px;
}
.head > div > div:first-child > div:nth-child(2) {
	font-family: 'NeoSansLight';
	font-size: 31px;
}
.head > div > div:nth-child(2){
	vertical-align: bottom;
	text-align: right;
	font-size: 0px;
}
.head > div > div:nth-child(2) > a{
	display: inline-block;
	border-top: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	text-align: center;
	font-size: 18px;
    min-width: 103px;
	padding: 5px 0px;
	text-decoration: none;
	color: black;
}
.head > div > div:nth-child(2) > a:first-child{
	border-left: 1px solid #dfdfdf;
}
.head > div > div:nth-child(2) > a:hover{
	cursor: pointer;
	background: rgba(0,0,0,0.1);
}
@media screen and (max-width: 1080px) {
	.head{
		padding: 0px 15px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 750px) {
	.head{
		padding: 0px;
	}
	.head > div{
		display: inline-block;
		text-align: center;
		padding: 0px;
	}
	.head > div > div:first-child{
		display: block;
	}
	.head > div > div{
		display: inline-block;
		text-align: center;
	}
	.head {
		height: auto;

	}
	.head > div > div:nth-child(2){
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	.head > div > div:nth-child(2) > a{
		font-size: 20px;
		min-width: auto;
		padding: 10px;
	}
}
@media screen and (max-width: 400px) {
	.head > div > div:nth-child(2) > a{
		font-size: 15px;
		min-width: auto;
		padding: 10px;
	}
	.head img {
		height: 18px;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.page{
	margin: 20px 0px;
	display: inline-block; 
	max-width: 100%;
	width: 100%;
	text-align: left;
	padding: 0px 20px;
	padding-bottom: 80px;
	box-sizing:border-box;
	
}
.rulesPage{
	
	background-color:rgba(255,255,255,0.9) !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.logo > div:first-child{
	font-family: 'Obelix';
	font-size: 30px;
	color: #4a4a4a;
}
.logo > div:last-child{
	font-family: 'NeoSansLight';
	font-size: 25px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.text{
	font-size: 20px; 
	text-align: justify;
	font-family: 'NeoSansLight' !important;
	border-radius:5px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.doubleHalfRow{
	display: table;
}
.doubleHalfRow > div{
	display: table-cell;
	width: 50%;
}
@media screen and (max-width: 810px) {
	.doubleHalfRow{
		display: inline-block;
	}
	.doubleHalfRow > div{
		display: inline-block;
		width: 100%;
	}

}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.button {
	display: inline-block;
	background: #efefef;
	border-radius: 3px;
	border: 2px solid #dfdfdf;
	color: black;
	text-decoration: none;
	min-width: 300px;
	padding: 10px;
	font-size: 30px;
	font-family: 'NeoSansLight';
	cursor: pointer;
}
.button:hover{
	background: #D8D6D6;
}
.button.White{
	background: white;
}
.button.White:hover{
	background: #efefef;
}
@media screen and (max-width: 400px) {
	.button{
		min-width: auto !important;
		width: 90% !important;
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer {
	position: absolute;
	bottom: 0px;
	margin-top: 10px;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
	width: 100%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;

}
.footer > div{
	display: inline-table;
	max-width: 1000px;
	width: 100%;
	height: 60px;
}
.footer > div > div{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: left;
}
.footer > div > div:last-child{
	text-align: right;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
input, select, textarea{
	border: none;
	outline: none;
	font-family: 'NeoSansLight';
	font-size: 23px;
	border-bottom: 1px solid #dfdfdf;
	width: auto;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animatedShow{
	opacity: 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.img250{
	width: 250px;
}
@media screen and (max-width: 300px) {
	.img250{
		width: 90%;
		max-width: 70wv;
		height: auto;
	}
}
.img300{
	width: 300px;
}
@media screen and (max-width: 350px) {
	.img300{
		width: 90%;
		max-width: 70wv;
		height: auto;
	}
}
.img350{
	width: 350px;
}
@media screen and (max-width: 400px) {
	.img350{
		width: 90%;
		max-width: 70wv;
		height: auto;
	}
}
.img500{
	width: 500px;
}
@media screen and (max-width: 550px) {
	.img500{
		width: 90%;
		max-width: 70wv;
		height: auto;
	}
}
.block310{
	width: 310px;
}
@media screen and (max-width: 360px) {
	.block310{
		width: 90% !important;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.chat{
	height: calc(100%- 200px);
	width: 100% ;
 	padding:0px;
	
	margin: 0px;
}
.ChatDialog{
	height: calc(100% - 160.5px);
	background: url('../res/chatPattern.png');
	width: calc(100%);
	overflow-y: auto;
	position: relative;
}
.online_panel
{
	height: calc(100% - 160.5px);
	width: 60px;
	left: calc(100% - 60px);
	top: calc((100% - 160.5px) * -1);
	position: relative;
	outline:1px solid yellow;
}
@media screen and (max-width: 420px) {
	.chat{
		height: calc(100% - 70px) !important;
	}
	.message{
		padding: 10px 0px !important;
	}
	.Alert{
		width: 95% !important;
	}
}
.AlertWrapper{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	display: table;
	z-index: 99999;
	transition: 0.5s opacity ease;
}
.AlertWrapper > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;

}
.Alert{
	display: inline-block;
	width: 400px;
	min-height: 200px;
	background-color:rgba(255,255,255,0.9);
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	box-sizing: border-box;
	padding-bottom: 20px;
	
}
.MessageContainer{
	height: 125px;
	width: 100%;
	background-color:rgba(255,255,255,0.9);
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	display: table;
	box-sizing: border-box;
}
.MessageContainer > div{
	display: table-cell;
	vertical-align: top;
}
.MessageContainer > div:first-child{
	width: 50px;
	border-right: 1px solid #dfdfdf;
}
.MessageContainer > div:last-child{
	width: 75px;
	border-left: 1px solid #dfdfdf;
 	vertical-align: middle;
 	font-size: 15px;
 	font-family: 'NeoSansLight';
 	text-align: center;
}
.sendMessage{
	cursor: pointer;
}
.sendMessage:hover{
	text-decoration: underline;
}
.SmileContainer{
	margin: 2px 0px; 
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;
	cursor: pointer;
}
.SmileContainer:hover{
	text-decoration: underline;
}
.SmileContainer:last-child{
	border: none;
}
.topContainer{
	height: 30px;
	background-color:rgba(255,255,255,0.9);
	width: 100%;
	#border-left: 1px solid #dfdfdf;
    #border-right: 1px solid #dfdfdf;
    #border-bottom: 1px solid #dfdfdf;
    display: table;
    box-sizing: border-box;
    font-size: 90%;
     -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
   
}
.topContainer > div {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.topContainer > div:nth-child(2) > div{
	display: inline-block;
	cursor: pointer;
    border-left: 1px solid rgba(135,135,135,0.4); 
    padding: 0px 10px;
}
.topContainer > div:nth-child(2) > div:hover{
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.message{
	 
	background: rgba(0, 0, 0, 0.08);
}
.message:nth-child(odd){
	background: rgba(0, 0, 0, 0.04);
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.message.system{
	text-align: center;
}
.message.system > div{
	display: inline-block;
    min-width: 350px;
    padding: 10px;
    background-color:rgba(255,255,255,0.9);
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding-bottom: 3px;
}
.message.system .time {
	text-align: right;
}
.message.img {
	vertical-align: bottom;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.message .bubble {
	max-width: calc(100% - 130px);
    word-wrap: break-word; 
}
.message.friend {
	text-align: left;
 
}
.message.friend .ava{
	display: inline-block;
	border-radius: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50px; height: 50px;
	vertical-align: top;
	border: 1px solid #dfdfdf;
}
.message.friend .bubble{
	position: relative;
    padding: 15px;
    margin: 0px 0px 0px 40px;
    color: black;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #dfdfdf;
    padding-bottom: 8px;

}
 .message.friend .bubble:after{
	display: block;
    width: 0;
	content: "";
	border-style: solid;
    position: absolute;
	top: 16px;
    left: -40px;
    bottom: auto;
    border-width: 15px 40px 0 0;
    border-color: transparent white;
} 
.message.friend .time{
	text-align: right;
}
/* .message.me .bubble:after{
	content: "";
	top: 16px;
	position: absolute;
	border-style: solid;
	display: block;
    width: 0;
    right: -40px;
    bottom: auto;
    left: auto;
    border-width: 15px 0 0 40px;
    border-color: transparent #075698;
} */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.message.me {
	text-align: right;
	 
}
.message.me .ava{
	display: inline-block;
	border-radius: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50px; height: 50px;
	vertical-align: top;
	border: 1px solid #dfdfdf;
}
.message.me  .bubble{
	position: relative;
    padding: 15px;
    margin: 0px 40px 0px 0px;
    color: black;
    background: #effdde;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #47A241;
    padding-bottom: 8px;
}
 .message.me  .bubble:after{
	content: "";
	top: 16px;
	position: absolute;
	border-style: solid;
	display: block;
    width: 0;
    right: -40px;
    bottom: auto;
    left: auto;
    border-width: 15px 0 0 40px;
    border-color: transparent #A2D09F;
} 
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.time{
	margin-top: 10px;
	font-size: 70%;
	color: gray;
}
.smiles{
	text-align: justify;
}
.smiles img{
	cursor: pointer;
}
.smiles img:hover{
	background: rgba(0,0,0,0.1);
}
.text {
	line-height: 30px;
	word-wrap: break-word; 
}
.text img{
	height: 40px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.ava {
	position: relative;
}
.ava img {
	position: absolute;
	bottom: -5px;
	left: 0px;
}
.ava span{
	position: absolute;
	bottom: -5px;
	right: 0px;
	text-shadow: white 1px 0px 0px, white 1px 1px 0px, white 0px 1px 0px, white -1px 1px 0px, white -1px 0px 0px, white -1px -1px 0px, white 0px -1px 0px, white 1px -1px 0px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px, white 0px 0px 3px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.mat{
	text-decoration: underline;
	color: red;
}
::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #90a4ae ;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: white;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.soundPreview {
	display: inline-block;
	padding: 3px;
	background: rgba(0,0,0,0.05);
	cursor: pointer;
	border-radius: 3px;
	margin: 5px;
	border:1px solid #dfdfdf;

	-moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
img[src='res/icon2.png'],img[src='res/icon3.png']{
	cursor: pointer;
}
img[src='res/icon2.png']:hover,img[src='res/icon3.png']:hover{
	background: rgba(0,0,0,0.05);
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.FavSmiles{
	width: 100%;
	height: 45px;
	background-color:rgba(255,255,255,0.9);
	#background-image:url('/res/fon_test.png');
	#background: white;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.FavSmiles img {
	height: 42px;
	margin: 3px 1px;
	cursor: pointer;
}
.FavSmiles img:hover{
	background: rgba(0,0,0,0.1);
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.input {
	width: 90%;
	max-width: calc(100% - 250px);
	position: relative;
	font-size: 20px;
	text-align: left;
	color: #464545;
	display: inline-block;
	margin: 10px 5px;
}
.input input, .input select {
	outline: none;
	border: none;
	border-bottom: 1px solid #eceff1;
	font-family: 'NeoSansLight';
	font-size: 20px;
	width: calc(98% - 15px);
	margin-left: 15px;
	color: black;
	margin-top: 3px;
}
 

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 520px) {
	.tblMax500{
		display: inline-block !important;
	}
	.tblMax500 > div {
		display: inline-block !important;
		width: 100% !important;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.msg {
    display: block;
    margin: 5px;
    margin-top: 0px;
    margin-bottom: 7px;
    text-align: left;
    font-family: 'OpenSansLight';
}
.msg .ava {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: center center;
	background-size: cover;
	vertical-align: top;
	border: 1px solid #C3C3C3;
    box-sizing: border-box;
	border-radius:7px;
}
.my .msgContent{
	border-right: 0px solid white !important;
	border-left: 1px solid  #C3C3C3 !important;
}
.msg .msgContent {
	#background: white;
	background-color:rgba(255,255,255,0.9);
	#background-image:url('/res/fon_test.png');
	display: inline-block;
	min-height: 50px;
	padding: 5px 5px;
	box-sizing: border-box;
	word-wrap: break-word;
	max-width: calc( 100% - 55px) ;
	border: 1px solid #C3C3C3;
	border-left: 0px solid white;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius:7px;
}
.msg .time {
	font-size: 75%;
	color: gray;
	margin-top: 5px;
}
.msg.my{
	text-align: right;
}
.msg.my .msgContent{
	margin: 0px;

}
.othermsg{
	display: block;
	text-align: center;
	width: auto;
	#background: white; 
	background-color:rgba(255,255,255,0.9);
	#background-image:url('/res/fon_test.png');
	padding: 10px 5px;
	box-sizing: border-box;
	word-wrap: break-word;
	max-width: 90%;
	border: 1px solid #C3C3C3;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 7px;
	border-radius:7px;
}
.othermsg .time{
	text-align: right;
	font-size: 80%;
	color: gray;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.contextMenuStyle, .menuContextAdmin{
	width: 150px;
	background: #000;
	color: #fff;
	position:absolute;
	z-index: 999999;
	display: none;
	box-shadow: 0 0 10px #272727;
	max-height: 250px;
    overflow: auto;
}
.contextMenuStyle ul, .menuContextAdmin ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.contextMenuStyle ul a, .menuContextAdmin ul a{
	text-decoration: none;
	font-size: 14px;
}
.contextMenuStyle ul li, .menuContextAdmin ul li{
	width: 94%;
	padding: 3%;
	background-color: #FCFCFC;
    color: #080808;
}
.contextMenuStyle ul li:hover, .menuContextAdmin ul li:hover{
	background-color: #F7EAD1;
	color: #444343;
	cursor: pointer;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.WarningMSG{
	background-color: #FFDD00;
	animation-name: flicker;
	animation-duration:3ms;
	animation-delay:200ms;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	position: relative;
	-webkit-animation: as-basic-fast 2s linear infinite;
	-moz-animation: as-basic-fast 2s linear infinite;
	animation: as-basic-fast 2s linear infinite;
}
@keyframes as-basic-fast {
	0%, 100% {
		-webkit-box-shadow: 0 0 0px 0 #5A500C;
		-moz-box-shadow: 0 0 0px 0 #5A500C;
		box-shadow: 0 0 0px 0 #5A500C;
	}
	50% {
		-webkit-box-shadow: 0 0 15px 0 #5A500C;
		-moz-box-shadow: 0 0 15px 0 #5A500C;
		box-shadow: 0 0 15px 0 #5A500C;
	}
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.radioControl{
	position: absolute;
	top: 36px;
	right: 0px;
	width: 200px;
	background: white;
	color: black;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: none;
	opacity: 0;
	transition: 0.5s opacity ease;
	z-index: 999;
	border-radius: 2px;
	border: 1px solid #C3C3C3;
}
.radioControl .input, .radioControl .select  {
	width: 90%;
	max-width: calc(100% );
	position: relative;
	font-size: 16px;
	text-align: left;
	color: #464545;
	display: inline-block;
	margin: 10px 0px;
}
.radioControl .input .input input {
	outline: none;
	border: none;
	border-bottom: 1px solid #eceff1;
	font-size: 15px;
	width: calc(98% - 15px);
	margin-left: 15px;
	color: black;
	margin-top: 3px;
}
.radioControl .button1{
	border: 1px solid #C3C3C3;
	border-radius: 2px;
	cursor: pointer;
	padding: 3px;
	box-sizing: border-box;
}
.radioControl .button1:hover{
	background: rgba(0,0,0,0.1);
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.topChat{
	display: table;
	height: calc(100% - 155px);
	width: 100%;
	table-layout:fixed;
    border-collapse:collapse;
}
.topChat > div{
	display: table-cell;
	width: 50%;
	position: relative;
	vertical-align: top;
}
.halfChat{
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 1px solid #848484;
    border-right: 1px solid #FFFFFF;
    top: 0px;
	left: 0px;
}
.pageWide{
	max-width: 1280px;
}
.topMSG{
	display: table;
	width: 100%;
	height: 125px;
	table-layout:fixed;
    border-collapse:collapse;
}
.topMSG > div{
	display: table-cell;
	width: 50%;
	position: relative;
    vertical-align: top;
}
.halfMSG{
	position: relative;
	width: 100%;
	height: 100%;

}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.userInRoom .userAvatar{
	border: 1px solid transparent;
}
.userInRoom.active .userAvatar{
	border: 1px solid green !important;
}
.userInRoom.activeWrote .userAvatar{
	border: 1px solid orange !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.animation3S{
	transition: 3s ease opacity;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.progress{
	font-size:15px;
}
.progress i {
	font-size: 12px;
	vertical-align: middle;
}
.progress b{
	font-weight: normal;
	text-decoration: underline;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.RandomText{
	text-decoration: underline;
}
.nightModeRule .RandomText{
	text-decoration: underline;
}
.RandomText .RandomTextInt, .RandomText .RandomTextIntGreen{
	
}
.RandomText .RandomTextIntGreen{
	font-size: 120%;
}
.msg .msgContent, .othermsg{
	font-size: 15px;
	font-family: 'Roboto';
}
.fa.active{
	color: black !important;
}
.nightModeRule .fa.active{
	color: white !important;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.textMSG img[src*='emotions'], .msgContent img[src*='emotions'] {
	max-width: 75px;
	max-height: 75px;
}
 