/**
		   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%;
}

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;
}

.altezza {
	
	height: 370px !important;
	
}
.altezza_progetto {
	
	height: 400px !important;
	
	
} 
#sendFile {
	
	margin-top:0;
	
	
} 
.edit {height: 45px;font-size: 13px;border: 1px solid #ccc;}
.pubblica {font-size: 13px;margin-top: 2px;}
#nome_allegato {margin-left: 2%;width: 96%;margin-top:10px;height:25px;font-size: 13px;padding:5px}
#pubblica_allegato {margin-left: 2%;margin-right: 2%;margin-top:3px}
#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: 22px 0px 17px 0px;
    border: 0 !important;
    padding-bottom: 25px;
    padding-top: 25px;
}

/* 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: 0px 0px 17px 0px;
    border: 0 !important;
    padding-bottom: 25px;
    padding-top: 25px;
}

.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;
	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: 51px;
    margin-bottom: 10px;
	border: 1px solid #ccc;
}

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

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

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

#closeChat {
	background: #ff0000 !important;
	border:none;
	box-shadow:0;
	width: 96%;
    margin-left: 2%;
	margin-top: 10px;
	border-radius: 0px !important;
	color:#fff !important;
}

#sendFile {
	background: #2c689c !important;
	border:none;
	box-shadow:0;
	width: 96%;
    margin-left: 2%;
	margin-top: 0px;
	border-radius: 0px !important;
	color:#fff !important;
}

#sendMessage {
	
	display: none;
    
}

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

	

	
@media (max-width: 767px) {

#sendMessage {
    display: block !important;
    width: 29% !important;
    padding: 0;
    height: 40px;
    margin-top: 0px;
    border-radius: 0;
    float: right;
    margin-top: 15px;
    margin-right: 2%;
	background: #2c689c !important;
	border:none;
	box-shadow:0;
	color:#fff;
}
.edit
{

	width: 65%;
	
}

.altezza {
	
	height: 370px !important;
	
	
}


#chat-area {
	
	height: 180px;
	
}



}

@media (max-width: 1000px) {
	
	#chat_open {
		
		
		    bottom: 50px;
			left: 0px;
			z-index: 999999;
			width: 50%;
			padding: 15px 0px 15px 0px;
			text-align: center;
	
	}	
	
	#chat {
		
   
		bottom: 104px;
		left: 0px;
    
	}
	
}	
.altezza_progetto #chat-area  { height: 164px; width: 100%; overflow-y: scroll;color: #333;overflow-x: hidden;
	background: #fff;}	