/*
Hier werden Textfarbe am Chatstart und Systemtextfarbe angegeben.
Die Parameter werden mit PHO ausgelesen, deshalb bitte die Syntaxis beachten!
---------------------
Textfarbe:01DFD7
Systemfarbe:ffffff
---------------------
*/

/* for index.php - Login */
#body{
	text-align:center; font-family:Verdana,sans-serif;
	}
#box{
	border: 1px dashed #888888; width: 200px; font-size: 14px; margin: 0px auto;
	}
#ueberschrift{
	border-bottom: 1px dashed #888888; background-color: #e1e1ff;
	}
#inhalt{
	padding: 3px; font-size: 12px; background-color: #f1f1f1;
	}
#copyright{
	font-size: 9px;
	}
#login{
	display:inline;
	}
/* for chat.php*/
table{
font-size: 20px;
}

#body_id{
	height: 100%;
	width: 90%;
	margin: 0px auto;
	background-image:url('../../img/background.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	}
#rahmen_um_alles{
	margin: 10px;
	background-color: transparent;
}

#header{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	margin-bottom:2px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #064fae;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
	height: 180px;
    padding: 5px;
}


#kopf{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	margin-bottom:2px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #064fae;
    border-radius: 10px;
	box-shadow: 3px 4px 9px rgba(6, 79, 174, 0.50);
	height: 17px;
    padding: 5px;
}

#kopf2{
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	padding: 2px;
	color: #BD0602;
}

#onlinelist{

	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 13px;
	font-family: verdana;
	font-style: normal;
	float: right;
	width: 285px;
	border: 1px dashed black;
	height: 70%;
	padding-bottom: 16px;
	overflow: auto;
	border-radius: 10px;
	border: 1px solid #064fae;
}

* html #splitpane {
	margin-left: -2px;
}
#splitpane{
	background-image:url('../../img/splitpane.png');
	background-repeat:no-repeat;
 	background-position:center;
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	float: right;
	color:white;
	width: 8px;
	margin: 1px;
	height: 450px;
	overflow: auto;
	cursor:e-resize;
}

#chatinhalt{
	padding: 5px;
	border: 1px dashed black;
	background-color: rgba(0, 0, 0, 0.5);
	color: #79B3EA;
	font-size: 14px;
	font-family: arial black;
	font-style: normal;
	/*margin-right:200px;*/
	position:relative;
	height: 70%;
	overflow: auto;
	padding: 5px;
	padding-bottom: 16px;
	border-radius: 10px;
	border: 1px solid #064fae;
}
#form{
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 0px;
	font-weight: 500;
	font-family: sans-serif;
	font-style: bold;
	clear: both;
	border: 1px solid #064fae;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
}
#form_left{
	position:relative;
         float: left;
}
#form_right{
	padding: 2px;
	position:relative;
	float: left;
}

#privat_messages{
 position: absolute;
 top: 100px;
 left: 100px;
 background-color: #000000;
 border: 1px solid black;
 padding: 5px;
}

#message{
 background-repeat:repeat-x;
 border: 1px solid #fff;
 background-color: transparent;
 font-size: 20px;
}

.rooms{
 background-color: #064fae;
 border: 1px solid black;
 border-radius: 5px;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer
	
	
}
.rooms_not_allowed{
background-color: #064fae;
 border: 1px solid black;
 border-radius: 5px;
 padding: 1px;
 margin-bottom: 2px;
 cursor:pointer
}

.privat_ausg_an{
# background-color: #ffeeee;
 border: 1px solid #15a7c1;
}
.privat_ausg_von{
 background-color: #eeffee;
 border: 1px solid #77ff77;
}

#close_privat{
	cursor:pointer;
#	background-color: white;
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
#	border: 1px solid black;
	padding-left:4px;
	padding-right:4px;
}
#privat_anzeige{
	padding-bottom: 3px;
	height: 0px;
}
#privat_modus{
	font-size: 10px;
}
.privat_mesages_window{
	height: 165px; 
	padding:3px; 
	border: 1px solid #0B0B61;
	background-color: #3B669B;
	overflow: auto;
}
.privat_win_button{
	cursor:pointer; 
	font-weight:bold;
	border: 1px solid #bbbbbb;
	width: 190px;
	margin-top: 3px;
	background-color: #e1e1ff;
	text-align: center;
}

.colorpick{
     font-size: 10px;
     cursor:pointer;
     border: 1px solid black;
     width: 100%;
}
.dialog{
	font-size: 20px;
	font-family: sans-serif;
	font-style: normal;
}

.img_button{
	cursor:pointer;
}


.private_message_field{
	width:300px;
	border: 1px solid #666666;
	margin-top: 2px;
	background-color: #f7f7ff;
}

a:link {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:visited {font-family:Arial,serif;	font-size:10pt;	color:#ffffff; text-decoration:underline;}
a:active {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:underline;}
a:hover {font-family:Arial,serif; font-size:10pt; color:#ffffff; text-decoration:none;}

/*------------ for history -----------------------*/
.kopf{ background-color:#dddddd; }
.gerade{ background-color:#d5d5ff; }
.ungerade{ background-color:#eeeeff; }
.privat_von{ background-color:#ddffdd; }
.privat_nach{ background-color:#ffdddd; }

/*------------ for adminbereich -----------------------*/
#adminbereich_body{
background-color:#ffffff;
color:black;
font-size: 12px;
font-family: sans-serif;
}
#adminbereich_body a:link {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
#adminbereich_body a:visited {font-family:Arial,serif;	font-size:10pt;	color:#000099; text-decoration:underline;}
#adminbereich_body a:active {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:underline;}
#adminbereich_body a:hover {font-family:Arial,serif; font-size:10pt; color:#000099; text-decoration:none;}



/*---------------------------- for Window -------------------------*/
.overlay_etchat_white {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.etchat_white_nw {
 border-left: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #e1e1ff;
}

.etchat_white_n {
  border-top: 1px solid #888888;
  border-bottom: 1px dashed #888888;
  background-color: #e1e1ff;
}

.etchat_white_ne {
 border-right: 1px solid #888888;
 border-top: 1px solid #888888;
 border-bottom: 1px dashed #888888;
  width:10px;
  height:18px;
  background-color: #e1e1ff;

}

.etchat_white_w {
 border-left: 1px solid #888888;
 width:10px;
  background-color: #610B21;
}

.etchat_white_e {
  border-right: 1px solid #888888;
  width:10px;
  background-color: #610B21;
}

.etchat_white_sw {
 border-left: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_white_s  {
border-bottom: 1px solid #888888;
background-color: #ffffff;
}

.etchat_white_se, .etchat_white_sizer {
 border-right: 1px solid #888888;
 border-bottom: 1px solid #888888;
  width:10px;
  height:3px;
  background-color: #ffffff;
}

.etchat_white_sizer {
	cursor:se-resize;
}

.etchat_white_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.etchat_white_title {
	float:left;
	height:14px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	width:100%;
	color:#666699;
}

.etchat_white_content {
	padding-top:5px;
	overflow:auto;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:#610B21;
}

.mess_back {
    position: relative;
	background: rgb(29,116,202,0.5);
    color: #3e454c;
    font-family: Helvetica, Arial;
    text-align: left;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	box-shadow: 1px 1px 1px #b91313;
	border: 1px solid #b91313;
	border-radius: 3px;
	margin-left: 0;
	margin-right: auto;
	padding: 3px 6px;
	width:60%;
}
.mess_back:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #b91313 transparent;
    border-width: 0 10px 10px;
    top: -10px;
    left: 40px;
    /*margin-left: -20px;*/
}

.mess_self {
    position: relative;
	background: rgb(29,116,202,0.5);
    color: #3e454c;
    font-family: Helvetica, Arial;
    text-align: left;
	direction: ltr;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	box-shadow: -1px 1px 1px #b91313;
	border: 1px solid #b91313;
	border-radius: 3px;
	margin-left: auto;
	margin-right: 0;
    padding: 3px 6px;
	width:60%;
}
.mess_self:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #b91313 transparent;
    border-width: 0 10px 10px;
    top: -10px;
    right: 40px;
    /*margin-left: -20px;*/
}

.mess_back2 {
    position: relative;
    background: #FFFFFF;
    color: #3e454c;
    font-family: Helvetica, Arial;
    text-align: left;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	box-shadow: 1px 1px 1px #b91313;
	border: 1px solid #b91313;
	border-radius: 3px;
	margin-left: 0;
	margin-right: auto;
	padding: 3px 6px;
	width:60%;
}
.mess_back2:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #b91313 transparent;
    border-width: 0 10px 10px;
    top: -10px;
    left: 40px;
    margin-left: -20px;
}

.mess_self2 {
    position: relative;
    background: #CFF7F2;
    color: #3e454c;
    font-family: Helvetica, Arial;
    text-align: left;
	direction: ltr;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	box-shadow: -1px 1px 1px #b91313;
	border: 1px solid #b91313;
	border-radius: 3px;
	margin-left: auto;
	margin-right: 0;
    padding: 3px 6px;
	width:60%;
}
.mess_self2:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #b91313 transparent;
    border-width: 0 10px 10px;
    top: -10px;
    right: 20px;
    margin-left: -20px;
}

.sysmsg{
	background: rgb(47,43,43,0.5);
	border: 1px solid #79B3EA;
	padding:3px 6px;
	font-family: Helvetica, Arial;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-radius:2px;
}

.msg{
	margin-bottom:7px;
}
.msgs{
	margin-bottom:7px;
	text-align:right;
}


.grafics {
    cursor: pointer;
	margin-left: 5px;
}
}
.grafics:hover {
 transform: scale(0.9) rotate(360deg);
-moz-transform: scale(0.9) rotate(360deg);
-webkit-transform: scale(0.9) rotate(360deg);
-o-transform: scale(0.9) rotate(360deg);
-ms-transform: scale(0.9) rotate(360deg);
transform: scale(0.9) rotate(360deg);
transition: all 0.6s ease-in 0s;
}

.mess_back2{
background:#D0D7DC;
border:1px solid #D0D7DC;
border-radius:8px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
font-family:Play,sans-serif;
font-color:#FF0000;
}

.mess_self2{
background:#D0D7DC;
border:1px solid #222;
border-radius:8px;
padding:2px 8px 2px 5px;
margin-bottom:3px;
display:inline-block;
font-family:Play,sans-serif;
font-color:#FFFFF;
}