@media only screen and (max-width:767px) 
{
	#chatdiv
	{
	    z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 100vw;
		height:100vh;
		left: 0%;
		top:0%;
		box-sizing: border-box;
		padding: 1vh;
		overflow-y: scroll;
	}	
	#chat_title
	{
		background: url(image/chat-33px.svg) top left no-repeat;	
		width: 100%;
		height: 15vh;
		background-size: 11vh;
		box-sizing: border-box;
		font-weight: bold;
		padding-top: 9vh;
		padding-bottom: 6px;
		border-bottom:1px solid #0075B8;
		margin-bottom: 2vh;
	}
	#eio_chat_chiudi
	{
		cursor: pointer;
		position: absolute;
		top:1vh;
		right:1vh;
		background-color:#0075B8;		
		display: table;
		color: #FFFFFF;
		font-weight: bold;
		padding: 5px;
	}
	#chat_messaggi
	{
		overflow-y: scroll;
		width:100%;
		height:65vh;
	}
	.date
	{
		border-top:1px solid #EC8023;
		position: relative;
		margin-bottom: 5px;
		margin-top: 25px;
		text-align: center;
	}
	.date span
	{
		display: table;
		position: relative;
		top:-10px;
		background-color:#EC8023; 
		left:0;
		right: 0;
		margin: auto;
		padding: 3px;
		font-weight: bold;
		font-size: 12px;
	}
	.messaggio
	{
		width:95%;
		position: relative;
		margin-bottom:10px;
		font-size:20px;	
	}
	.messaggio small
	{
		font-size: 14px;
	}
	.in
	{
		text-align: left;
		font-weight: bold;
		margin: auto;
		margin-left: 0;
		color: #666666;
	}
	.mout
	{
		text-align: right;
		margin: auto;
		margin-right: 0;	
		color:#0075B8;
	}
	#chat_responce
	{
		position: fixed;
		bottom: 1vh;
		left:0;
		width: 100%;
		margin-top: 1vh;
		height: 15vh;
		box-sizing: border-box;
		padding: 1vh;
	}
	#chat_messaggio
	{
		font-size: 16px;
		padding: 10px;
		box-sizing: border-box;
		color:#000000;
		width: 100%;
		background-color:#e2e2e2; 
		height: 15vh;
		border:none;
		padding-right: 50px;
		margin: auto;
		width:100%;
		height:13vh;
	}
	#send_message
	{
		background: url(image/invia_chat.svg) top center no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		right:0px;
		bottom: 0px;
		display: table;
	}
}
@media only screen and (min-width:768px) 
{
	#ombra_chat
	{
		background-color: #000000;
		z-index: 1000000;
		opacity: 0.3;
		filter: alpha(opacity=30);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;		
	}
	#chatdiv
	{
	    z-index: 1000001;
		position: fixed;
		background-color:#FFFFFF;
		width: 60vw;
		left: 50%;
		top:50%;
		margin-top: -40vh;
		margin-left: -30vw;
		box-sizing: border-box;
		padding: 40px;
	}
	#chat_title
	{
		background: url(image/chat-33px.svg) top left no-repeat;	
		width: 100%;
		background-size: 80px;
		box-sizing: border-box;
		font-weight: bold;
		padding-top: 55px;
		padding-bottom: 6px;
		border-bottom:1px solid #0075B8;
		margin-bottom: 15px;
	}
	#eio_chat_chiudi
	{
		cursor: pointer;
		position: absolute;
		top:20px;
		right:20px;
		background-color:#0075B8;		
		display: table;
		color: #FFFFFF;
		font-weight: bold;
		padding: 5px;
	}
	#chat_messaggi
	{
		overflow-y: scroll;
		width:100%;
		height:250px;
	}
	.date
	{
		border-top:1px solid #EC8023;
		position: relative;
		margin-bottom: 5px;
		margin-top: 25px;
		text-align: center;
	}
	.date span
	{
		display: table;
		position: relative;
		top:-10px;
		background-color:#EC8023; 
		left:0;
		right: 0;
		margin: auto;
		padding: 3px;
		font-weight: bold;
		font-size: 12px;
	}
	.messaggio
	{
		width:95%;
		position: relative;
		margin-bottom:10px;
		font-size:24px;	
	}
	.messaggio small
	{
		font-size: 14px;
	}
	.in
	{
		text-align: left;
		font-weight: bold;
		margin: auto;
		margin-left: 0;
		color: #666666;
	}
	.mout
	{
		text-align: right;
		margin: auto;
		margin-right: 0;	
		color:#0075B8;
	}
	#chat_responce
	{
		position: relative;
		width: 100%;
		margin-top: 10px;
		height: 100px;
	}
	#chat_messaggio
	{
		font-size: 20px;
		padding: 10px;
		box-sizing: border-box;
		color:#000000;
		width: 100%;
		background-color:#e2e2e2; 
		height: 100px;
		border:none;
		padding-right: 30px;
	}
	#send_message
	{
		background: url(image/invia_chat.svg) top center no-repeat;
		width: 50px;
		height: 50px;
		position: absolute;
		right:-25px;
		bottom: 25px;
		display: table;
	}
}
