
			
			
			
			
			
			/* ###################################################################### */
			/*         CSS CHAT ELEMENTE                                   */
			/* ###################################################################### */

#chat_t_neu_div{

background-color: #fff;
padding:5px;



}


.chat_uebersicht{

  color:#fff;
  background-color: #000;
  padding: 0px 12px;


}


#chat_tbl td{


	padding-bottom: 8px;
	vertical-align: top;

}

#chat_tbl td:first-child{


	width:170px;

}	


#chat_t_antworten_div{

background-color: #fff;
padding:5px;



}

#modul_leiste_chat_rechts_select{

	float:left;

}


#auswahl_select_chat{

	float: inline-start;
    background-color: #000;


	
}
.auswahl_select_chat{

	color: rgb(255,255,255);
	
}
 


 .chat_titel_start{
	/* background-color: rgb(208, 235, 173);*/
    font-size: 14px;
	font-weight: bold;
	/*padding: 5px;*/

 } 



 .chat_dokliste_start{	
	/*background-color: rgb(208, 235, 173);
	padding: 2px 0 2px 2px;
	border: 1px solid  #8888;
	margin-top: 0px;
*/
 }  
 
 .chat_inhalt_start{	
	/*background-color: rgb(208, 235, 173);
	padding: 10px 5px 5px 20px;
	border: 1px solid  #8888;
	margin-top: 5px;
*/
 } 
 .chat_benutzerinfo_start{	
	color: rgb(75, 75, 75);
	/*background-color: rgb(208, 235, 173);
	font-size: 12px;

	padding: 0 0 2px 5px;
	border: 1px solid #8888;
	margin-top: 15px;
*/
 } 

 .thread_td{

margin-top: 5px;
border: 1px solid #000;
padding: 5px;
border-radius: 3px;

 }

 .chat_inhalt{	
/*
	background-color: rgb(169, 217, 231);
	padding: 10px 5px 5px 20px;
	border: 1px solid #8888;
	margin-top: 5px;
*/
 } 
 
 .chat_dokliste{	
/*
	background-color: rgb(169, 217, 231);
	padding: 2px 0 2px 2px;
	border: 1px solid #8888;
	margin-top: 0px;
*/
 } 
 
 .chat_dok_image{


max-width: 200px;
max-height: 200px;


 }
 
 
 
 
 
 .chat_benutzerinfo{	
	/*background-color: rgb(169, 217, 231);*/
	font-size: 12px;
    color: rgb(75, 75, 75);
	/*padding: 0 0 2px 5px;*/
	/*border: 1px solid #8888;*/
	

 } 


.chat_datum_vom{

	padding-top: 4px;
}




 .thread_antwort_von{

	font-weight: bold;
 }

 .thread_antwort_am{

	color: rgb(75, 75, 75);
	
	font-size: 12px;
	float: right;
 }

 .ch_img_avatar{	
	

	/*margin-top: 5px;*/
    border-radius: 100%;
	float: right;
 } 

 .chat_avatar{	
	
	
	vertical-align: top;

 } 

 #tread {

	width:70%;


 }

 .table_tread_td1{

	width: 100%;

 }




 .chat_progress{
	display: none;

}


.chat_container_drop{ display:none;}


.chat_dropzone{margin:30px 0; }


.chat_ablage_soll{ margin:30px; width:100px; height:100px;overflow:auto; border:1px dotted grey; float:left;}

.chat_ablage_ist{ background-color:#fff ; max-height:100px; overflow:auto;border:1px dotted green; color:green  ;float:none;}


.chat_ablage_dir{ margin:30px; width:200px; height:200px; overflow:auto; border:1px dotted green;float:left;}

*[class*='delfiles_chatdir_']{


display:none;

}




.chat_p_stop{

background-color: rgba(255,0,0, 0.4);
color:#fff;

}