
@font-face {
    font-family: 'proxima_novablack';
    src: url('fonts/proximanova-black-webfont.eot');
    src: url('fonts/proximanova-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-black-webfont.woff') format('woff'),
         url('fonts/proximanova-black-webfont.ttf') format('truetype'),
         url('fonts/proximanova-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;

}


.form-control
{
border-radius:1px;
}
.mesaj_primit
{
	display: block;
	width: 100%;
	margin: 0px auto 5px auto;
	padding: 15px;
	background-color: white;

}
 
.mesaj_trimis
{
	display: block;
	width: 100%;
	padding: 15px;
	margin: 0px auto 5px auto;
	color:white;
	background-color: #1e2165;

	
}

.form-msg
{
height: 90%;
max-height:105px;
float: left;
padding:0px 0px 0px 0px;
}

.form-msg textarea
{
	max-height:105px;
}
.msgLi
{
	height:auto;
}
.form-msg2
{
height:  90%;
float: left;
padding: 0px 0px 5px 5px;
}
.msg-scr
{
background-color:#1e2165;
height:20%;
}
.msg-tot
{
background-color:#1e2165;

width: 100%;

}
.butons
{
	background-image: url('img/send.png');
	background-color: white;
	font-weight:bold;
	background-repeat: no-repeat;
	padding: 5px;
	margin-top: 5px;
	width: 100%;
	height: 50px;
	line-height:48px;
	color:rgb(30 , 33 , 101) !important;
	background-position: 10px;
	background-size: 20px;
	font-size: 15px;
	font-family: TSCRegular;
	cursor: pointer;
	border: 0px;
	border-radius:0px;
	text-align: center;
}
.upload
{
	background-image: url('img/atasat.png');
	background-color: white;
	font-weight:bold;
	background-repeat: no-repeat;
	padding: 5px;
	width: 100%;
	height: 50px;
	background-position: 10px;
	background-size: 12px;
	font-size: 15px;
	font-family: TSCRegular;
	text-align: center;
	vertical-align: middle;
	line-height: 46px;
	color:rgb(30 , 33 , 101) !important;
}

@media(max-width:540px)
{
	.butons
	{
		font-size:0px;
		background-position:center;
		background-size:25px;
	}
	
	.upload
	{
		font-size:0px;
		background-position:center;
		background-size:15px;
	}

}

div.upload input {
display: block !important;
opacity: 0 !important;
overflow: hidden !important;
top: 0px;
left: 0px;
position: absolute;
width: 92%;
height: 50px;
padding: 0px 15px;
}
.form-control input[type="button"]
{
width:100%;
height:100%;
}
.form-control
{
resize: none;
}

#comp_name
{
	font-weight: bold;
	text-align:center; 
	font-size: 40px !Important;
	line-height: 40px !important;
}

#conversationDiv3 #comp_name
{
	font-weight: bold;
	text-align: center;
	font-size: 14px !Important;
	line-height: 60px !important;
	vertical-align: middle;
}

@media(max-width: 715px)
{
	#comp_name
	{
		font-size:20px !important;
	}
}

@media(max-width:385px)
{
	#comp_name
	{
		font-size:15px !important;
	}
}

.row1
{
	width: 100%;
	height: 20%;
	color: #1e2165;
	font-family: TSCRegular;
	text-align: center;

}


#user_name
{
	font-weight:bold;
	padding-bottom:12px;
	font-size:15px;
}

#visits
{
	text-align:center;
}
.row2
{
display:none;
height:5%;
width:100%;
}
.online
{
width:100%;
height:100%;
background-image:url(img/Online.jpg);
background-repeat:no-repeat;
background-size:17% 100%;
}
.offline
{
background-image:url(img/Offline.jpg);

}

#profileU div
{
	line-height:20px;
	text-align:center;
}

.row3
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px;
	background-position: 10px;
	background-size: 20px;
}
.row4
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px;
	background-position: 10px;
	background-size: 20px;

}
.row5
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px;
	background-position: 10px;
	background-size: 20px;
}
.row6
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px;
	background-position: 10px;
	background-size: 20px;
}
.row7
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px;
	background-position: 10px;
	background-size: 20px;

}
.row8
{
	padding-top: 5px;
	width: 100%;
	background-repeat: no-repeat;
	padding:0 20px 0 20px; 
	background-position: 10px;
	background-size: 15px;

}
/* poze trimise prin mesaje */
.msg_img
{
	max-height:100px;
	max-width:120px;
	padding:0 5px; 
}
.titleBold
{
	font-weight:bold;
}