.chatWindow{
	position: fixed;
	right: 30px;
	bottom: 29px;
	width: 300px;
	border: #6cde21 dotted 1px;
	padding: 3px;
	padding-bottom: 16px;
	z-index: 9999;
	background-color: #fff;
	display: none;
}
.chatFrontend {
	bottom:0px;
	right: 0px;
}
.chatCereOferta {
	text-align: center;
	background-color: #ffffce;
	padding: 3px;
}
.chatMomentanOffline {
	text-align: center;
	background-color: #ffcece;
	padding: 2px;
}
.chatInputFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.chatFileLabel{
	font-size: 24px;
	float: right;
	padding-right: 4px;
	padding-top: 6px;
	color: #b7b7b7;
}
.chatFileLabel:hover{
	cursor: pointer;
	color: #e19797;
}


.chatInputFile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
    cursor: pointer;
}

.chatInputFile:focus + label,
.chatInputFile + label:hover {
    background-color: red;
}

.catUseriContent {
	position:relative;
	height: 0px;
}
.admin1{
	color: #0206b0;
}
.admin2{
	color: #3ca50e;
}
.admin3{
	color: #3ca50e;
}
.chatUseri {
	position:absolute;
	width: 240px;
	top: -4px;
	left: -251px;
	padding: 3px;
	border: #6cde21 dotted 1px;
	border-right: 0px;
	background-color: #fff;
	overflow-y: scroll;
	font-size: 11px;
	display: none;
	}
#chatDateUser {
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	border-bottom:dotted 1px #e5e5e5;
	overflow: hidden;
}
#chatDateLink{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#chatDateIp{
	float: right;
	width: 30%;
	overflow: hidden;
	text-align: right;
}
#chatDateUser a {
	color: #c2c1c0;
}
.chatSmall{
	height: 24px;	
}
.chatBig{
	height: 300px;	
}
.chatWindow form{
	height: 100%;
}
.chatTitle {
	min-width:100px;
	height: 21px;
	background-color: #70d12e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding-top: 3px;
	position: relative;
}
#chatTitleValue {
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.chatTitleGri {
	min-width:100px;
	height: 17px;
	background-color: #e6e6e6;
	color: #4f4f4f;
	font-size: 12px;
	text-align: center;
	padding-top: 1px;
	position: relative;
	margin-bottom: 3px;
}
.chatB {
	font-weight: bold;
}
.chatControlRight {
	position: absolute;
	right:0px;
	top: 0px;
	text-align: right;
	padding-right: 3px;
	padding-top: 3px;
}
.chatControlRight i {
	margin-left: 5px;
}
.chatControlRight i:hover{
	cursor: pointer;
	opacity: 0.7;
}
.chatControlLeft {
	position: absolute;
	left:0px;
	top: 0px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}
.chatControlLeft i {
	margin-right: 5px;
}
.chatControlLeft i:hover{
	cursor: pointer;
	opacity: 0.7;
}
.chatContent{
	height: -moz-calc(100% - 35px);
    height: -webkit-calc(100% - 35px);
    height: -o-calc(100% - 35px);
    height: calc(100% - 35px);
    position: relative;
    overflow: hidden;
}
.chatTextHolder{
	height: -moz-calc(100% - 47px);
    height: -webkit-calc(100% - 47px);
    height: -o-calc(100% - 47px);
    height: calc(100% - 47px);
    margin-top: 3px;
    position: relative;
}
.chatText {
	padding:3px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	max-height: -moz-calc(100% - 6px);
    max-height: -webkit-calc(100% - 6px);
    max-height: -o-calc(100% - 6px);
    max-height: calc(100% - 6px);
	overflow-y: auto;
}
.chatInputText{
	height: 39px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: solid 1px #c5c5c5;
}
.chatInputText textarea{
	max-width: -moz-calc(100% - 34px);
    max-width: -webkit-calc(100% - 34px);
    max-width: -o-calc(100% - 34px);
    max-width: calc(100% - 34px);
	max-height: 30px !important;
	margin-left: 3px;
	display:inline-block;
  	vertical-align:middle;
  	border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}
.chatCentru {
	text-align: center;
}

.userOnline {
	border-bottom: dotted 1px #efefef;
}
.userOnline:hover {
	cursor: pointer;
	color:#db2824;
}

.chatLinie{
	background-color:#f7f7f7;
	padding: 5px;
	margin-bottom: 5px;
	float: left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.chatLiniePreia {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	background-color: #98de69;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #fff;
}
.chatMe {
	background-color:#4080ff;
	color:#fff;
	float: right;
}
.chatMe .chatNume {
	display: none;
}
.chatNume {
	padding-left: 1px;
	font-size:10px;
	font-weight: bold;
}
.chatVazut {
	margin-right: 5px;
	position: absolute;
	left: 2px;
	top: 2px;
}
.chatVazut {
	display: none;
}
.chatMe .chatVazut {
	display:block !important;
}
.chatData {
	font-size:8px;
	float: left;
	line-height: 8px;
	margin-top: -4px;
	color: #c6c6c6;
	margin-bottom: 6px;
}
.chatDataRight {
	float: right;
}
.chatMesaj {
	font-size:12px;
	padding: 1px;
	text-align: left;
	position: relative;
	padding-left: 0px;
}

.chatMesajAtasament {
	float: none !important;
	width: -moz-calc(100% - 20px) !important;
    width: -webkit-calc(100% - 20px)!important;
    width: -o-calc(100% - 20px)!important;
    width: calc(100% - 20px)!important;
	padding: 10px !important;
	text-align: center !important;
	background-color: #fefee0;
}
.chatMesajAtasament .chatMesaj {
	color: #000000;
	text-align: center !important; 
}
.chatImagine {
	max-width:90%;
}
.chatMe .chatMesaj {
	text-align: right;
	
}
.chatCuSeen .chatMesaj{
	padding-left: 18px;
}
.chatOffline {
	color: #c1c0bd !important;
}
.chatSearchList {
	margin-bottom: 4px;
	margin-top: 10px;
	text-align: center;
}
.chatSearchList input[type="text"] {
	width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    width: -o-calc(100% - 8px);
    width: calc(100% - 8px);
}
.chatSearchList input[type="text"] {
    line-height: 14px;
	font-size: 12px;
	color: #635c5c;
}
.adminOffline {
	color: #bccfdc;
}
