<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">//temel fonksiyonlar
.rounded_corners(@radius: 5px) {
    -webkit-border-radius: @radius;
    -moz-border-radius: @radius;
    border-radius: @radius;
}
.background_gradient(@default, @from, @to) {
	background-color: @default;
	background-image: -webkit-linear-gradient(top, @from, @to);
}
.box_shadow(@x: 0px, @y: 0px, @feather: 0px, @bcolor: #000000) {
	box-shadow: @x @y @feather @bcolor;
	-moz-box-shadow:  @x @y @feather @bcolor;
	-webkit-box-shadow: @x @y @feather @bcolor;
}

// temel tanimlar
.left { float:left; }
.right { float:right; }
.overflow { overflow:hidden; }
.display { display:block; }
.textCenter { text-align:center; }

//css kodlar
a {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	&amp;:hover {
		color: #000000;
		cursor: pointer;	
		text-decoration: none;	
	}
}
.clear {
	clear: both;	
}
.tara {
	background: url(/img/tara.png) fixed repeat left bottom transparent;
}
.ortala {
	text-align: center;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
.left-align {
	float: left;
}
.right-align {
	float: right;
}
.small {
	font-size: 10px;
}
.inline {
	display: inline;
}
.withright {
	padding-right: 255px;
}
#loading {
	padding: 10px 0 0 25px;
	width: 25px;
	height: 30px;
}
.white {
	color: #ffffff;
	&amp;:hover {
		color: #ffffff;
	}
}
.grey {
	color: #000000;
	&amp;:hover {
		color: #000000;
	}
}
header {
	position: fixed;
	min-width: 300px;
	width: 100%;
	height: 65px;	.background_gradient(#780404, #960606, #780404);
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	z-index: 10;
}
.main {
	margin: 0 50px 0 25px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.left {
	padding-right: 10px;
	border-right: 1px solid #e9eaed;
	top: 65px;    	width: 250px;
	left: 25px;
	min-height: 100%;
	position: absolute;
	height: auto !important;
	height: 100%;
	list-style: none;
	background-color: ;
	.sorulist {
		padding-bottom: 0;
	}
		ul {
		margin: 0 0 0 0;
		list-style: none;
		li {
			padding: 4px 0;
			&amp;:hover {
				background-color: #b3b3b3;
				cursor: pointer;
			}
			a {
				display: block;
			}
		}
	}
}
.right .scroll .slimScrollDiv {
	padding-right: 28px;
}
.right {
	margin: 0 30px 0 25px;
	padding-left: 25px;
	position: fixed;
	top: 65px;	right: 0;
	width: 199px;
    	height: 100%;
	height: calc(~"100% - 65px");	background-color: ;
	ul {
		margin: 0 0 0 0;
		list-style: none;
		li {
			border-bottom: 1px solid #e9eaed;
			padding: 4px 0;
			a {
				display: block;
			}
		}
	}
}
.top1 {
	height: 40px;	
	margin: 0 25px 0 25px;
}
.top2 {
		height: 25px;	
	margin: 0 25px 0 25px;
}
#logom {
	background-image: url("img/logom.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
	width: 30px;
	height: 40px;	
	display: none;
	cursor: pointer;
}


#userbar {
	width: 180px;
	height: 20px;		
	margin-top: 11px;
	text-align: right;
}
#profilbar {
	width: 90px;
	height: 20px;		
	text-align: left;
}
#filters2 {
	width: 175px;
	text-align: right;
}
#content {
	padding: 0px 0 0 25px;	background-color: transparent;
}
#fullcontent {
    position: absolute;
    left: 0;
    top: 65px;    width: 100%;
}
.medya {
	margin: 2px;
	float: left;
	.medyaalt {
		display: none;
		position: absolute;
		width: 200px;
		height: 150px;
		margin-top: -200px;
		background: rgba(0, 0, 0, 0.6); 
		color: #ffffff;
		text-align: center;
		padding-top: 50px;
		cursor: pointer;
	}
	img {
		height: 200px;
		width: 200px;
	}
}
footer {
	font-size: 10px;
	clear: both;
    height: 80px;
    text-align:center;
    background-color: #b3b3b3;
    border: 1px solid #e9eaed; 
}
.yeni {
	background-color: #b3b3b3;
	border-right: 3px solid #960606;
}
.messageleft {
	float: left;
	height: 100%;
	width: 250px;
	min-height: 400px;
	ul {
		list-style: none;
		margin: 0;
		li {
			padding: 5px;
			height: 60px;
			border-bottom: 1px solid #e9eaed; 
			&amp;:hover {
				background-color: #b3b3b3;
				cursor: pointer;
			}
		}
	}
}
.messageright {
	width: calc(100% - 251px);
	margin-left: 251px;
	border-left: 1px solid #e9eaed; 
	border-right: 1px solid #e9eaed; 
	min-height: 400px;	
	padding: 5px;
}
.duyurular {
	width: 100%;
	min-height: 400px;
	ul {
		list-style: none;
		margin: 0;
		li {
			margin-top: 30px;
			padding: 5px;
			min-height: 60px;
			border-bottom: 1px solid #e9eaed; 
		}
	}
}
#aparatlar {
	width: 100%;
	margin-bottom: 30px;
	textarea {
		min-height: 140px;
		width: 100%;
		width: calc(~"100% - 15px");;
		border: 3px solid #e9eaed;
		padding: 5px;
		background: #ffffff;
		background-image: url(/img/textarea.jpg);
		background-repeat: no-repeat;
		resize: vertical;
		-webkit-transition: height 0.2s;
		-moz-transition: height 0.2s;
		transition: height 0.2s;
	}
	#entrysecenek, #yorumsecenek {
		margin-top: -10px;
		.btn {
			font-size: 11px;
			padding: 2px;
			width: 50px;
		}
		.ekenarakoy, .egorselekle {
			width: 80px;
			margin-left: 2px;
		}
		.esmiley {
			width: 60px;
			margin-left: 2px;
		}
		.egonder, .egonder2, .ukdeac, .sgonder, .cgonder {
			float: right;
			width: 80px;
			margin-left: 5px;
		}
		.anonimsor {
			float: right;
			width: 120px;
			margin-left: 5px;
		}
		.etr {
			float: right;
			width: 30px;
			margin-left: 5px;
		}
	}
}

.kutu1 {
	width: 22.2%;
	margin: 0.5%;
	height: 60px;
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
	display: inline-block;
}
.kutu11 {
	width: 29.2%;
	margin: 0.5%;
	height: 60px;
	padding: 5px;
	display: inline-block;
}
.kutu2 {
	width: 99%;
	margin: 1%;
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
}
.kutu2a {
	width: 47%;
	margin: 1%;
	display: inline-block;
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
}
.kutu21 {
	width: 98%;
	margin: 1%;
	height: 300px;
	display: inline-block;
	background: transparent;
}
.kutu22 {
	width: 46.6%;
	margin: 1%;
	float: left;
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
}
.kutu3 {
	width: 100%;
	height: 300px;
	display: inline-block;
	background: transparent;
}	
.kutu31 {
	width: 97%;
	margin: 1%;
	display: inline-block;
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	.acordeontrigger {
		cursor: pointer;
	}
	.acordeon {
		display: none;
	}	
}
.kutuic {
	width: 49%;
	float: left;
	text-align: center;
	.veri {
		display: block;
		font-size: 25px;
		font-weight: bold;
		color: #000000;
		text-align: center;
	}
	.aciklama {
		display: block;
		font-size: 10px;
		color: #000000;
		margin-top: -5px;
		text-align: center;
	}	
}
.kutuic2 {
	width: 49%;
	float: left;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #e9eaed;
	word-break: break-word;
	a {
		font-size: 14px;
	}
}
.kutuic21 {
	width: 49%;
	float: left;
	text-align: center;
	font-size: 17px;
	color: #b3b3b3;
	background-color: #000000;
}
.aramasonuc {
	width: 356px;
	position: absolute;
	display: none;
	z-index: 1000;
	margin: -2px 0 0 0;
	list-style: none;
	text-shadow: none;
	background: white;
	border: 1px solid #c7cbd5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	.secili {
		background-color: #b3b3b3;
		cursor: pointer;	
		text-decoration: none;			
	}	
	li {
		a {
			padding: 5px;
			display: block;
			&amp;:hover {
				background-color: #b3b3b3;
				cursor: pointer;	
				text-decoration: none;				
			}
		}
	}
}
.aramasonuc2 {
	width: 356px;
	position: absolute;
	display: none;
	z-index: 1000;
	margin: -2px 0 0 0;
	list-style: none;
	text-shadow: none;
	background: white;
	border: 1px solid #c7cbd5;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	.box_shadow(0, 5px, 10px, rgba(0, 0, 0, 0.25));
	.secili {
		background-color: #b3b3b3;
		cursor: pointer;	
		text-decoration: none;			
	}	
	li {
		a {
			padding: 5px;
			display: block;
			&amp;:hover {
				background-color: #b3b3b3;
				cursor: pointer;	
				text-decoration: none;				
			}
		}
	}
}
.pager {
	float: right;
	a, select {
		font-size: 10px;
		width: auto;
		padding: 2px 4px;
		line-height: 23px;
		margin: 0 2px 0 2px;
	}
}
.pager2 {
	float: none;
	text-align: center;
	a, select {
		font-size: 10px;
		width: auto;
		padding: 2px 4px;
		line-height: 23px;
		margin: 0 2px 0 2px;
	}
}

.entrykaydedildi {
	float: right;
	background: red;
	position: absolute;
	top: 200px;
}
#takipet {
	margin: 5px 5px 0 5px;
	font-size: 12px;
	padding: 3px 3px;
}
#sorunbildir, #baslikkopyala {
	position: relative;
	top: -5px;
	right: 5px;
	margin-right: 10px;
	color: #b3b3b3;
	&amp;:hover {
		color: #000000;
	}
}
.baslikalt {
	list-style: none;
	position: relative;
	top: -10px;
	left: -10px;
	&amp; &gt; li {
		margin: 0 20px 0 0;
		float: left;
		a {
			color: #000000;	
			.caret3 {
				position: relative;
				top: 10px;
			}
		}
	}
}
.baslikaltmenu li {
	border-bottom: 1px solid #b3b3b3;	
	display: block;
	margin: 0 !important;
}
.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	z-index: 19;
}

.chatboxhead {
	.tara;
	background-color: #000000;
	padding:7px;
	color: #ffffff;
	border-right:1px solid #e9eaed;
	border-left:1px solid #e9eaed;
}

.chatboxblink {
	color: #000000;
	background-color: #e9eaed;
	border-right:1px solid #e9eaed;
	border-left:1px solid #e9eaed;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {

}
.chatboxmessage {
	margin-left:1em;
}
.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}
.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}
.chatboxmessagecontent {
}
.chatboxoptions {
	float: right;
	a {
		color: #ffffff;
		&amp;:hover {
			color: #ffffff;
		}
	}
}
.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.chatboxtitle {
	float: left;
}
.box {
	margin-bottom: 20px;
	position: relative;
	.addbutton {
		position: absolute;
		right: 8px;
		top: 10px;
		white-space: nowrap;
	}
	h2 {
		margin: 0;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #e9eaed;
	}
}
.boxonline {
	margin-top: 40px;
	position: relative;
	ul {
		.cevrimici {
			border-right: 3px solid #0f9d28;
		}
	}
}
.boxbenzer {
	position: relative;
	h2 {
		margin: 0;
		padding: 0 0 0 10px;
		border-bottom: 1px solid #e9eaed;
	}
}
.online {
	list-style: none;
	margin: 0;
	height: 100px;
	li {
		border-bottom: 1px solid #e9eaed;
		padding: 4px 25px;
		a {
			display: block;
			color: #000000;
			font-size: 10px;
			&amp;:hover {
				color: #000000;
				text-decoration: none;			
			}
		}
	}
}
.benzerbasliklar {
	list-style: none;
	margin: 0;
	li {
		border-bottom: 1px solid #e9eaed;
		padding: 4px 25px;
		a {
			display: block;
			font-size: 10px;
			&amp;:hover {
				text-decoration: none;			
			}
		}
	}
}
.avatar {
	width: 200px;
	height: 200px;
	display: block;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	float: right;
	border: 1px solid #e9eaed;
	background-color: #b3b3b3;
	text-align: center;
}
.avatar2 {
	display: inline-block;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	border: 1px solid #e9eaed;
	background-color: #b3b3b3;
	text-align: center;
	margin-right: 20px;
}
.profilbutonlar {
	width: 70%;
	width: calc(70%);
	margin-top: 15px;
	padding-bottom: 30px;
}
#yazartakip, #yazarengelle, #mesajengelle, #mesajat, #profilbegen, #profilbegenme {
	background: #960606;
	color: #000000;
}
.profilinfo {
	margin-top: 10px;
	width: 70%;
	width: calc(70%);
	height: 70px;
	border: 1px solid #e9eaed;
	display: block;
	background: #b3b3b3;
}
.profilmenu {
	background-color: #000000;
	color: white;
	padding: 5px 10px;
	border: 1px solid #e9eaed;
	margin-bottom: 20px;
	height: 19px;
}
.profilcontent {
	padding-top: 40px;
	width: 100%;
	display: block;
	.entrylist {
		margin: 0;
		margin-top: -50px !important;
		li {
			padding-bottom: 40px;
		}
	}
}
.profilcont1 {
	margin: -20px 0 30px 0;
	width: 100%;
	display: block;
}
#begenibolumu {
	float: right;
	margin: 205px -152.5px 0 0;
	text-align: center;
}
#butonsuz {
	margin-bottom: 25px;
}
.qua1 {
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-image:url('/img/qua1.png');
	width: 30px;
	height: 30px;
}
.qua2 {
	background-repeat:no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-image:url('/img/qua2.png');
	width: 30px;
	height: 30px;
	position: relative;
	top: -30px;
}
.qua {
	margin: 0 45px 0 45px;
}
.profilad {
	position: relative;
	top: 10px;
	left: 25px;
	width: 50%;
	word-break: break-word;
	margin-bottom: 10px;
}
.profilmenu2 {
	ul {
		list-style: none;
		margin: 0;
		li {
			width: 50%;
			float: left;
			background-color: #ac193d;
			color: white;
			padding: 5px 10px;
			display: block;
			font-weight: bold;
			text-align: center;
			height: 20px;
		}
	}
}
#harita {
	height:300px;
	background-color: #bab6ba;
}
.info {
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	padding: 5px;
	color: #000000;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	clear: both;
	dispplay: block;
}
.modal-body .form-group input {
	width: 95%;
}
.modal-body .form-group textarea {
	width: 95%;
	min-height: 200px;
}
.modal-body {
	max-height: 250px !important;
}
tbody tr {
	cursor: pointer;
}
.hesapkutu li {
	border-bottom: 1px solid #b3b3b3;
}
.baslikkategorisec div {
	background: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
	-moz-box-shadow: 0 1px 0 1px #e4e6eb;
	box-shadow: 0 1px 0 1px #e4e6eb;
	color: #000000;
	width: 100%;
	margin-top: 10px;
	clear: both;
	list-style: none; 
	display: inline-block !important; 
	width:211px !important; 
}
.baslikkategorisec {
	padding-bottom: 25px;
}
#ototaslak {
	display: none;
	margin-right: 10px;
}
.kutulist {
	list-style: none;
	margin: 0;
	li {
		background: #b3b3b3;
		display: block;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-webkit-box-shadow: 0 1px 0 1px #e4e6eb;
		-moz-box-shadow: 0 1px 0 1px #e4e6eb;
		box-shadow: 0 1px 0 1px #e4e6eb;
		padding: 5px;
		width: 100%;
		margin-top: 10px;
		.kutumesaj {
			background: #e9eaed;
			padding: 15px;
			min-height: 60px;
			word-wrap: break-word;
		}
	}
	.baslikrenkli {
		background-color: #000000;
		color: white;
		padding: 5px 10px;
		display: block;
		font-weight: bold;
		text-align: center;
		margin: -1px;
		height: 20px;	
	}
}
.medyarenkli {
		background-color: #000000;
		color: white;
		padding: 5px 10px;
		display: block;
		font-weight: bold;
		text-align: center;
		margin: -1px;
		height: 20px;	
}
.colpick {
	position: absolute;
	width: 346px;
	height: 170px;
	overflow: hidden;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#ebebeb;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*Prevents selecting text when dragging the selectors*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*Color selection box*/
.colpick_color {
	position: absolute;
	left: 7px;
	top: 7px;
	width: 156px;
	height: 156px;
	overflow: hidden;
	outline: 1px solid #aaa;
	cursor: crosshair;
}
.colpick_color_overlay1 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.colpick_color_overlay2 {
	position: absolute;
	left:0;
	top:0;
	width: 156px;
	height: 156px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000'); /* IE6 &amp; IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
/*Circular color selector*/
.colpick_selector_outer {
	background:none;
	position: absolute;
	width: 11px;
	height: 11px;
	margin: -6px 0 0 -6px;
	border: 1px solid black;
	border-radius: 50%;
}
.colpick_selector_inner{
	position: absolute;
	width: 9px;
	height: 9px;
	border: 1px solid white;
	border-radius: 50%;
}
/*Vertical hue bar*/
.colpick_hue {
	position: absolute;
	top: 6px;
	left: 175px;
	width: 19px;
	height: 156px;
	border: 1px solid #aaa;
	cursor: n-resize;
}
/*Hue bar sliding indicator*/
.colpick_hue_arrs {
	position: absolute;
	left: -8px;
	width: 35px;
	height: 7px;
	margin: -7px 0 0 0;
}
.colpick_hue_larr {
	position:absolute;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #858585;
}
.colpick_hue_rarr {
	position:absolute;
	right:0;
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right: 7px solid #858585; 
}
/*New color box*/
.colpick_new_color {
	position: absolute;
	left: 207px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Current color box*/
.colpick_current_color {
	position: absolute;
	left: 277px;
	top: 6px;
	width: 60px;
	height: 27px;
	background: #f00;
	border: 1px solid #8f8f8f;
}
/*Input field containers*/
.colpick_field, .colpick_hex_field  {
	position: absolute;
	height: 20px;
	width: 60px;
	overflow:hidden;
	background:#f3f3f3;
	color:#b8b8b8;
	font-size:12px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_rgb_r {
	top: 40px;
	left: 207px;
}
.colpick_rgb_g {
	top: 67px;
	left: 207px;
}
.colpick_rgb_b {
	top: 94px;
	left: 207px;
}
.colpick_hsb_h {
	top: 40px;
	left: 277px;
}
.colpick_hsb_s {
	top: 67px;
	left: 277px;
}
.colpick_hsb_b {
	top: 94px;
	left: 277px;
}
.colpick_hex_field {
	width: 68px;
	left: 207px;
	top: 121px;
}
/*Text field container on focus*/
.colpick_focus {
	border-color: #999;
}
/*Field label container*/
.colpick_field_letter {
	position: absolute;
	width: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 4px;
	background: #efefef;
	border-right: 1px solid #bdbdbd;
	font-weight: bold;
	color:#777;
}
/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
	position: absolute;
	right: 11px;
	margin: 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	background: transparent;
	border: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	text-align: right;
	outline: none;
}
.colpick_hex_field input {
	right: 4px;
}
/*Field up/down arrows*/
.colpick_field_arrs {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 21px;
	cursor: n-resize;
}
.colpick_field_uarr {
	position: absolute;
	top: 5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #959595;
}
.colpick_field_darr {
	position: absolute;
	bottom:5px;
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #959595;
}
/*Submit/Select button*/
.colpick_submit {
	position: absolute;
	left: 207px;
	top: 149px;
	width: 130px;
	height: 22px;
	line-height:22px;
	background: #efefef;
	text-align: center;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colpick_submit:hover {
	background:#f3f3f3;
	border-color:#999;
	cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns  .colpick_submit, .colpick_full_ns .colpick_current_color{
	display:none;
}
.colpick_full_ns .colpick_new_color {
	width: 130px;
	height: 25px;
}
.colpick_full_ns .colpick_rgb_r, .colpick_full_ns .colpick_hsb_h {
	top: 42px;
}
.colpick_full_ns .colpick_rgb_g, .colpick_full_ns .colpick_hsb_s {
	top: 73px;
}
.colpick_full_ns .colpick_rgb_b, .colpick_full_ns .colpick_hsb_b {
	top: 104px;
}
.colpick_full_ns .colpick_hex_field {
	top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h, .colpick_rgbhex .colpick_hsb_s, .colpick_rgbhex .colpick_hsb_b {
	display:none;
}
.colpick_rgbhex {
	width:282px;
}
.colpick_rgbhex .colpick_field, .colpick_rgbhex .colpick_submit {
	width:68px;
}
.colpick_rgbhex .colpick_new_color {
	width:34px;
	border-right:none;
}
.colpick_rgbhex .colpick_current_color {
	width:34px;
	left:240px;
	border-left:none;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns  .colpick_submit, .colpick_rgbhex_ns .colpick_current_color{
	display:none;
}
.colpick_rgbhex_ns .colpick_new_color{
	width:68px;
	border: 1px solid #8f8f8f;
}
.colpick_rgbhex_ns .colpick_rgb_r {
	top: 42px;
}
.colpick_rgbhex_ns .colpick_rgb_g {
	top: 73px;
}
.colpick_rgbhex_ns .colpick_rgb_b {
	top: 104px;
}
.colpick_rgbhex_ns .colpick_hex_field {
	top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h, .colpick_hex .colpick_hsb_s, .colpick_hex .colpick_hsb_b, .colpick_hex .colpick_rgb_r, .colpick_hex .colpick_rgb_g, .colpick_hex .colpick_rgb_b {
	display:none;
}
.colpick_hex {
	width:206px;
	height:201px;
}
.colpick_hex .colpick_hex_field {
	width:72px;
	height:25px;
	top:168px;
	left:80px;
}
.colpick_hex .colpick_hex_field div, .colpick_hex .colpick_hex_field input {
	height: 25px;
	line-height: 25px;
}
.colpick_hex .colpick_new_color {
	left:9px;
	top:168px;
	width:30px;
	border-right:none;
}
.colpick_hex .colpick_current_color {
	left:39px;
	top:168px;
	width:30px;
	border-left:none;
}
.colpick_hex .colpick_submit {
	left:164px;
	top: 168px;
	width:30px;
	height:25px;
	line-height: 25px;
}

/*hex layout, no submit button*/
.colpick_hex_ns  .colpick_submit, .colpick_hex_ns .colpick_current_color {
	display:none;
}
.colpick_hex_ns .colpick_hex_field {
	width:80px;
}
.colpick_hex_ns .colpick_new_color{
	width:60px;
	border: 1px solid #8f8f8f;
}

/*Dark color scheme*/
.colpick_dark {
	background: #161616;
	border-color: #2a2a2a;
}
.colpick_dark .colpick_color {
	outline-color: #333;
}
.colpick_dark .colpick_hue {
	border-color: #555;
}
.colpick_dark .colpick_field, .colpick_dark .colpick_hex_field {
	background: #101010;
	border-color: #2d2d2d;
}
.colpick_dark .colpick_field_letter {
	background: #131313;
	border-color: #2d2d2d;
	color: #696969;
}
.colpick_dark .colpick_field input, .colpick_dark .colpick_hex_field input {
	color: #7a7a7a;
}
.colpick_dark .colpick_field_uarr {
	border-bottom-color:#696969;
}
.colpick_dark .colpick_field_darr {
	border-top-color:#696969;
}
.colpick_dark .colpick_focus {
	border-color:#444;
}
.colpick_dark .colpick_submit {
	background: #131313;
	border-color:#2d2d2d;
	color:#7a7a7a;
}
.colpick_dark .colpick_submit:hover {
	background-color:#101010;
	border-color:#444;
}
.color-box {
	float:left;
	width:30px;
	height:30px;
	margin:5px;
	border: 3px solid white;
	cursor: pointer;
}
.renkpaleti {
	clear: both;
	position: relative;
	top: -5px;
	.color-box2 {
		float: left; 
		height: 10px;
	}
}
.spoilergizli {
	display: none;
}
.uyarikutu {
	display: none;
	position: absolute;
	margin-top: 7px !important;
	margin-left: -19px !important;
	background-color: #000000;
	font-size: 10px;
	color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}
.onlines {
	ul {
		list-style: none;
		margin: 0;
		li {
			display: block;
			margin-top: 25px;
		}
	}
	.onlineileti {
		margin-left: 50px;
	}
	.avatar2 {
		float: left;
	}
}
.altkutu {
	word-break: break-word;
	margin: 39px 0 30px 0;
	border: 1px solid #e9eaed;
	text-align: center;
	ul {
		float: left;
		width: 96%;
		list-style: none;
		margin: 0;
	}
}
.takipsag {
	height: 25px;
	font-size: 10px;
	border-radius: 5px;
	margin-left: 55px;
}
.oneri1 {
	float: left;
	width: 49%;
	list-style-type: none;
	margin-top: -20px;
}
.oneri2 {
	float: right;
	width: 49%;
	list-style-type: none;
	margin-top: -20px;
}
.oneri3 {
	float: left;
	width: 49%;
	list-style-type: none;
}
.oneri4 {
	float: right;
	width: 49%;
	list-style-type: none;
}
#onerinick {
	margin-left: 45px;
	font-size: 11px;
	white-space: nowrap;
}
.infometin {
    	margin: -30px 0 -25px 0;
}
.anket {
	border: 1px solid #e9eaed;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
}
#anketsonuc {
	font-size: 14px;
	height: 20px;
}
.baslikgorsel {
	text-align: center;
	img {
		border: 1px solid #e9eaed;
		border-radius: 5px;
		max-width: 50%;
		max-height: 250px;
	}
}
#sol-gorsel {
	margin: 0 10px 0 -20px;
	border: 1px solid #e9eaed;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
}
#sag-gorsel {
	border: 1px solid #e9eaed;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
}
.sansur {
	background-repeat: no-repeat;
	background-position: left;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
}</pre></body></html>