/**
		   Simple Anonymous Chat v1.2
		Core created by: Kenrick Beckett
		   Modified by: Akito Iwakura
		      http://sekkyoku.org
		  Modified by: Klyubin Timofey
		   http://hammer_dance.vk.com
**/

/*
	This is the CSS Sheet.
	This settings is completely changeable,
	except of '#chat-area' (it used by jQuery).
*/
.apple-button {
    display: inline-block;
    word-spacing: normal;
    margin-top: 20px;
    padding: 29px 43px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background: #d84835;
    background: linear-gradient(#212121);
    color: #fff;
    width: 100%;
	margin-top:10px;
}

a.apple-button {
    background: #000000;
    background: linear-gradient(#212121);
    font-family: "Roboto", "Arial", "Sans-Serif";
    font-size: 20px;
    margin: 0px 0px 17px 0px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
	margin-top: 10px !important;
}

.altezza {
	
	height: 360px !important;
	
}

#chat_open {
	
	width: 278px;
	position: fixed;
	bottom: 0;
	left: 80px;
	padding: 15px;
	cursor: pointer;
	text-align:center;
	z-index: 2000;
	
}

#chat {
	
	display: none;
	height: 205px;
	background-color: #fff;
	position: absolute;
	bottom:54px;
	left: 80px;
	z-index: 999999;
	width: 278px;
	position: fixed;
	border: #fff solid 1px;
	
	
	
}



.logchat {
	
	height:34px;
	width: 90% !important;
	
	
	
}

.logchat h3 {
	
	margin: 0px !important;
	font-size:17px;
}

.fb-button-chat {
	
	
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    width: 200px;
	padding: 10px 0px 10px 0px !important;

}


.gplus-button-chat {
	
	
    background-color: #d84835 !important;
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    width: 200px;
	padding: 10px 0px 10px 0px !important;
 
	
}


a.fb-button:focus, a.fb-button:hover {
    background: linear-gradient(#5b7bd5, #4864b1);
    border-bottom-color: #365899;
    border-left-color: #4961a8;
    border-right-color: #4961a8;
    border-top-color: #5874c3;
    box-shadow: inset 0 1px 0 #607fd6;
}
/* /* a.fb-button {
    background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border-color: #4c69ba;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica neue", "Roboto", "Arial", "Sans-Serif";
    font-size: 20px;
    height: 50px;
    text-shadow: 0 -1px 0 #354c8c;
    width: 200px;
	
} */
a.fb-button {
    margin-top: 20px;
    border: 0 !important;
    padding-bottom: 14px;
    padding-top: 14px;
}

/* a.gplus-button:focus, a.gplus-button:hover {
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
a.gplus-button {
    background-color: #fff;
    background-image: none;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-sizing: border-box;
    color: #757575;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto", "Arial", "Sans-Serif";
    font-size: 20px;
    height: 50px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 200px;
} */
a.gplus-button {
    margin-top: 22px;
    border: 0 !important;
    padding-bottom: 14px;
    padding-top: 14px;
}

.nick
{
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	width: 50%;
    float: left;
}

.sede
{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	width: 100%;
    text-align: left;
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

.ora_chat
{
	font-weight: 700;
	color: #BCBCBC;
	font-size: 11px;
}

.mesg
{
	width: 100%;
	font-size: 13px;
	color: #333;
}

.chatd
{
	margin: 0 auto;
	background: #fff;
}

.info
{
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}

.edit
{

	width: 96%;
	color: #333;
	background: #fff;
	margin-left: 2%;
	margin-top: 15px;
	border-radius: 0;
	height: 40px;
}

.page-wrap
{
	margin: 0 auto;
	width: 100%;
}

#send-message-area {
	
	margin-bottom: 0px !important;
	margin-top:12px;
}

#allegato{
   position: relative;
   font-family: calibri;
   width: 96%;
   padding: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border: 1px dashed #BCBCBC; 
   text-align: center;
   background-color: #f9f9f9;
   cursor:pointer;
   margin-left: 2%;
  }

#sendFile {
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
    background: #2c689c !important;
	padding:10px;
	color:#fff;
}

#sendMessage {
	
	display: none;
    
}

/* This section is very important. It allows jQuery to autoscroll chat area. */
#chat-area  { height: 180px; width: 100%; overflow-y: scroll;color: #333;overflow-x: hidden;
	background: #fff;}

	

	
@media (max-width: 767px) {

#sendMessage {
    display: block;
    width: 23%;
    margin-left: 0;
    margin-top: 15px;
    background: #2c689c !important;
    float: right;
    margin-right: 3%;
    height: 41px;
    color: #fff;
}
.edit
{

	width: 65%;
	
}

.altezza {
	
	height: 360px !important;
	
	
}

#chat-area {
	
	height: 190px;
	
}



}

@media (max-width: 1000px) {
	
	#chat_open {
		
		
		    bottom: 0px;
			left: 0px;
			z-index: 999999;
			width: 50%;
			padding: 15px 0px 15px 0px;
			text-align: center;
	
	}	
	
	#chat {
		
   
		bottom: 54px;
		left: 0px;
    
	}
	
}		