.ophalf {
	opacity: .8;
}

.kalin {
	color: #ff7400 !important;
	font-weight: bold;
}

#imgclose {
	position: absolute;
	top:0px;
	right: 20px;
}

#liveimg {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 450px;
	z-index: 9000;
	background-color: #fefefe;
	padding: 1% 1% 0px 1%;
	border: 1px solid #dadada;
	border-radius: 20px;
	cursor:pointer;
	margin-bottom: 1%;
	transition-property: all;
	transition-duration: 1s;
}

#liveimg:hover {
	background-color: #e7ffff;
}

.livbas {
	background-color: #353535;
	padding-left: 2%;
	padding-right: 1%;
	color: #ffff;
	border-radius: 8px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.43);
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}
.livbas span {
	margin-right: 5px;
}

#livclose {
	cursor: pointer;
}
.lbaslik {
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 5px;
}
.lname {
	font-weight: bold;
	margin-right: 10px;
}

#liveimg img {
	margin: 2%;
	height: 40px;
}

.livesupport {
	position: fixed;
	right: 0;
	bottom: 0;
	background: #ffff;
	border: 1px solid #878787;
	border-radius: 8px;
	z-index: 9999;
	width: 80%;
	height: 80%;
}
.wait img {
	max-height: 32px;
}
.govde {
	height: 90%;
}

#supporttitle {
	color: #fff4f4;
	margin-right: 20px;
	font-size: .7em;
	transition-property: all;
	transition-duration: 1s;
}

.chat {
	border: 1px solid rgba(232, 232, 232, 0.62);
	padding: 2%;
	margin-bottom: 2%;
	box-shadow: 1px 1px 1px black;
	border-radius: 15px;
	display: inline-block;
}


#ekran {
	padding: 2%;
	height: 90%;
	overflow-y: auto;
}

#ekran label {
	display: block;
}

.hs {
	background-color: #ffff;
	color: #6b0025;
}

.sen {
	background-color: #f4f4f4;
}

#tyazi {
	
	width: 100%;
	height:15%;
}

@media screen and (max-width:800px){
	#liveimg {
		width: 80% !important;
		padding-left: 5%;
		background:-webkit-linear-gradient(#dadada 0%, #ffffff 100%);
	}
	.oimg {
		display: none;
	}
	
	.livesupport {
		width: 100% !important;
		height: 100% !important;
	}
}