#clientsDropDown {
  position:fixed;
  bottom:0;
  width: 100%;
  z-index: 9999;
}
#clientsOpen {
  background: #F5F5F5;
  border: 1px solid #CCC;
  color: #444;
  cursor: pointer;
  font-size: 12px;
  margin: 0 0 0 75%;
  padding: 6px;
  text-decoration: none;
  width: 250px;
}
#clients {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.80);
  border: 1px solid #CCC;
  width: 250px;
  color: #444;
  margin: 0 0 0 75%;
  padding: 5px;
  font-size: 12px;
  text-decoration: none;
}

#clientsDropDown .clientsClose {
  background:#CCC;
}
#clientsDropDown #clientsDashboard {
  display: none;
}
#zgloszenie {
	display: none;

}
.img-chat {
	width:23px;
	float:right !important;
}

.img-kons {
	width:25px;
	float:left;
	margin-right:5px;
}

.rozmowa, .load-chat {
	display:none !important;
}


@media screen and (max-width:1024px) {
	
#clientsOpen {
  margin: 0 0 0 60%;
}
#clients {
  margin: 0 0 0 60%;
}
}

@media screen and (max-width:768px) {
	
#clientsOpen {
  margin: 0 0 0 50%;
}
#clients {
  margin: 0 0 0 50%;
}
}

@media screen and (max-width:49px) {
	
#clientsOpen {
  margin: 0 0 0 40%;
}
#clients {
  margin: 0 0 0 40%;
}
}