@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
.clear {
	clear:both;
	}
input[type="text"]:focus, textarea:focus {
	box-shadow:0 0 10px #ecf0f1;
}
form label {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:14px;
	height:14px;
	font-weight:400;
	padding:5px;
}
.btn { display:inline-block; text-align:center; vertical-align:middle; cursor:pointer; white-space:nowrap; border:1px solid transparent; padding: 5px 10px; font-size: 12px; line-height: 1em; border-radius: 3px; }
.btn-default { color: #555555; background-color: white; border-color: #cccccc; box-shadow:#e6e6e6 0 -2px 0 inset; }
.btn-default:hover { background-color: #FF9900; color: white; border-color: #ff6600; box-shadow:none; }
.panel-footer { height:53px; padding: 10px 15px; }
.panel-footer a { text-decoration:none; font:400 12px "Open Sans", Helvetica, Arial, sans-serif; color:#333333;}
#wrapper {
	width:1000px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#CCCCCC;
	min-height:500px;
	border-radius:10px;
	border:solid 1px #999999;
	box-shadow:0 0 15px 5px #CCCCCC;
	 }

#header {
	width:1000px;
	border-bottom:solid 1px #999999;
	}
	
	#header ul {
		width:600px;
		margin:0 auto;
		padding:20px;
		}
	
		#header ul li {
			list-style:none;
			margin-right:15px;
			width:100px;
			padding-top:5px;
			height:90px;
			background-color:#FFFFFF;
			border:1px solid #CCCCCC;
			border-radius:5px;
			box-shadow:0 0 5px 2px #FFFFFF;
			float:left;
			}
			
			#header ul li a {
				display:block;
				height:20px;
				padding:3px;
				margin-bottom:7px;
				line-height:20px;
				text-decoration:none;
				text-align:center;
				color:#666666;
				font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
				font-weight:bold;
				}
			#header ul li a:hover, #header ul li a:hover i {
				color:#2980b9;
				}
	 
#container {
	width:1000px;
	margin-top:20px;
	}
	
	.new-region {
		width:940px;
		margin:0 auto;
		margin-top:20px;
		background-color:#FFFFFF;
		border-radius:10px;
		padding:20px;
		border:solid 1px #999999;
		}
		
		.form-area {
			width:565px;
			margin:0 auto;
			}
		.form-area form {
			float:left;
			width:250px;
			margin-left:10px;
			padding:10px;
			background-color:#CCCCCC;
			border-radius:5px;
			}
			
		.form-area input, label {
			display:block;
			margin-bottom:5px;
			font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			font-size:14px;
			font-weight:bold;
			}
			
		.form-area input[type="text"] {
			outline:none;
			border:none;
			border-radius:3px;
			line-height:14px;
			height:20px;
			padding:3px;
			}
			
		.form-area input[type="submit"] {
			width:100px;
			border-radius:3px;
			background-color:#FF9900;
			outline:none;
			border:none;
			padding:5px;
			margin-top:15px;
			cursor:pointer;
			}
		
		.error {
			width:350px;
			margin:0 auto;
			margin-top:20px;
			background-color:#FFFFFF;
			border-radius:15px;
			font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			font-size:14px;
			color:#FF0000;
			font-weight:bold;
			text-align:center;
			line-height:50px;
			box-shadow:0 0 15px 2px #FF0000;
			}
		.status {
			width:350px;
			margin:0 auto;
			height:50px;
			margin-top:20px;
			background-color:#FFFFFF;
			border-radius:15px;
			font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
			font-size:16px;
			color:#FF0000;
			font-weight:bold;
			text-align:center;
			line-height:50px;
			box-shadow:0 0 15px 2px #66FF00;
			}
			
				.regions {
					width:200px;
					margin:20px 0 20px 10px;
					padding:20px;
					background-color:#FFFFFF;
					border-radius:20px;
					padding:20px;
					border:solid 1px #999999;
					float:left;
					}
					
					.regions h1 {
						width:150px;
						padding:5px;
						font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
						color:#0099FF;
						font-size:16px;
						font-weight:bold;
						float:left;
						}
					.regions span {
						padding-top:3px;
						float:left;
						}
					.regions ul li {
						width:150px;
						list-style:none;
						padding:0 5px 5px 5px;
						font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
						font-size:14px;
						color:#FF9900;
						font-weight:bold;
						float:left;
						}
					.regions ul span {
						padding-top:3px;
						float:left;
						}


/*--------------------------ADMIN REYON PANELİ-----------------------------*/
.admin-container {
		width:940px;
		min-height:500px;
		margin:20px auto;
		background-color:#FFFFFF;
		border-radius:10px;
		border:solid 1px #999999;
}
		.content-menu {
			width:%100;
			height:30px;
			border-top-left-radius:10px;
			border-top-right-radius:10px;
			border-bottom:solid 1px #999999;
			padding:0;
		}
			.content-menu h1 {
				font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
				color:#FFFFFF;
				font-size:16px;
				background-color:#3498db;
				line-height:16px;
				text-transform:uppercase;
				float:left;
				padding:8px 20px 7px 10px;
				border-top-left-radius:8px;
				border-top-right-radius:15px;
				border-bottom-right-radius:15px;
			}
			.content-menu ul {
				margin-left:125px;
				list-style:none;
			}
			.content-menu ul li a {
				text-decoration:none;
				padding:8px 5px 7px 10px;
				display:inline-block;
				float:left;
				font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
				font-size:15px;
				color:#666666;
			}
			.content-menu ul li a:hover {
				color: #3498db;
			}
		.content-menu-action {
			float:right;
			font-size:20px;
			height:20px;
			padding:5px 5px 5px 5px;
			border-left:1px solid #999999;
			
		}
		.content-menu-action span {
			font-size:14px;
			color:#666666;
			font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		}
		.content-menu-action a {
			color:#666666;
		}
		.content-menu-action a:hover {
			color:#2980b9;
		}
		.admin-content {
			margin:0 auto;
			margin-top:20px;
			width:920px;
			padding-bottom: 20px;
		}
		.admin-content form {
			border:1px solid #CCCCCC;
			border-radius:10px;
		}
			.admin-content table {
				border-collapse:collapse;
				width:100%;
			}
			.table-search-area {
				border-top:1px solid #2980b9;
				border-bottom:1px solid #2980b9;
				background-color:rgba(52, 152, 219,0.6);
				height:40px;
			}
			.admin-content thead {
				font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
				font-size:11px;
				font-weight:normal;
				color:#666666;
				text-transform:uppercase;
			}
			.admin-content thead th {
				padding:5px;
			}
			.admin-content thead input[type="text"] {
				width:24px;
				height:19px;
				border:1px solid #2980b9;
				outline:none;
				padding:3px;
				border-radius:3px;
			}
			.admin-content thead select {
				width:100px;
				height:27px;
				border:1px solid #2980b9;
				outline:none;
				border-radius:3px;
			}
			.admin-content thead input[type="submit"] {
				color:#555555;
				border:1px solid #2980b9;
				background-color: white;
				font-weight:nomal;
				cursor:pointer;
				padding:4px 8px;
				font-size:12px;
				font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
				border-radius:3px;
			}
				.admin-content thead input[type="submit"]:hover {
					background-color:#ecf0f1;
				}

			.category-add {
				width:700px;
				margin:0 auto;
				padding-top:15px;
				margin-bottom:20px;
			}
				.category-line {
					margin-bottom:15px;
					border-bottom: solid 1px #CCCCCC;
					padding-bottom: 15px;
				}
				.category-line-left {
					width:100px;
					display:inline-block;
				}
				.category-line-right {
					width:590px;
					display:inline-block;
				}
				.category-add label {
					width:84px;
					display:inline-block;
					text-align:right;
					padding:4px 8px;
					color:#FF6600;
				}
				.category-add input {
					display:inline-block;
					margin-left:10px;
					height:20px;
					padding:4px 8px;
					border-radius:3px;
					width:540px;
					outline:none;
					border:1px solid #CCCCCC;
				}
				.category-add input[type="radio"] {
					width:15px;
					margin-left:0;
					vertical-align:middle;
				}
				.category-add textarea {
					width:540px;
					min-height:150px;
					display:inline-block;
					outline:none;
					margin-left: 10px;
					margin-top:0;
					vertical-align:top;
					resize:none;
					border:1px solid #CCCCCC;
					border-radius:3px;
					padding:4px 8px;
				}
				.category-add select {
					width:100px;
					height:27px;
					border:1px solid #CCCCCC;
					outline:none;
					border-radius:3px;
				}
			.table-content {
				border-bottom:1px solid #CCCCCC;
				height:40px;
				text-align:center;
				transition-property:all;
				transition-duration:0.3s;
			}
			.table-content:hover {
				background-color:#F3F3F3;
			}
				.pointer {
					cursor:pointer;
				}
			.table-content td {
				font-family:"Open Sans", Helvetica, Arial, sans-serif;
				font-size:12px;
				color:#666666;
				font-weight:500;
				padding:5px;
			}
			.position-group {
				width:55px;
				margin:auto;
			}
				.positions {
					display:inline-block;
					text-align:center;
					line-height: 18px;
					font-size:12px;
					color:#aaaaaa;
					width:31px;
					padding:0 5px;
					border:solid 1px #cccccc;
					background-color:#eeeeee;
					border-radius:3px;
					box-shadow:rgba(0, 0, 0, 0.2) 0 1px 3px inset;
				}
				.p-btn {
					margin-top:1px;
					display:inline-block;
					vertical-align:middle;
					text-align:center;
					background-color:transparent;
				}
				.p-down {
					float:left;
					border-radius:3px 0 0 3px;
					box-shadow: #e6e6e6 0 -2px 0 inset;
					padding:1px 5px;
					border:1px solid #cccccc;
					text-decoration:none;
					line-height:18px;
					background-color:white;
				}
					.p-down:hover {
						background-color:#FF9900;
						box-shadow:none;
					}
				.p-up {
					float:left;
					border-radius:0 3px 3px 0;
					box-shadow: #e6e6e6 0 -2px 0 inset;
					padding:1px 5px;
					border:1px solid #cccccc;
					text-decoration:none;
					line-height:18px;
					background-color:white;
					margin-left:0;
				}
					.p-up:hover {
						background-color:#FF9900;
						box-shadow:none;
					}
			
			.active {
				display:inline-block;
				width:30px;
				text-align:center;
				text-decoration:none;
				color:#FFFFFF;
				cursor:pointer;
				line-height:24px;
				border-radius:3px;
				border:1px solid #5cb85c;
				background-color: #80c780;
			}
			
			.inactive {
				display:inline-block;
				width:30px;
				text-align:center;
				text-decoration:none;
				color:#FFFFFF;
				cursor:pointer;
				line-height:24px;
				border-radius:3px;
				border: solid #d9534f 1px;
				background-color: #e27c79;
			}
			.p-edit {
				float:left;
				border-radius:3px 0 0 3px;
				box-shadow: #e6e6e6 0 -2px 0 inset;
				padding:1px 5px;
				color: #555555;
				border:1px solid #cccccc;
				border-right:none;
				text-decoration:none;
				line-height:18px;
				background-color:white;
			}
			.p-delete {
				float:left;
				border-radius:0 3px 3px 0;
				box-shadow: #e6e6e6 0 -2px 0 inset;
				padding:1px 5px;
				font-size:14px;
				color: #555555;
				border:1px solid #cccccc;
				text-decoration:none;
				line-height:18px;
				background-color:white;
				margin-left:0;
			}
				.p-delete:hover , .p-edit:hover {
					background-color:#bdc3c7;
					box-shadow:none;
					color:#2980b9;
				}
			.delete-warning {
				width:500px;
				margin:0 auto;
				margin-top:30px;
			}

#login {
	background-color: #092756;
}
	.login-panel {
		padding:20px;
		background-color:#FFFFFF;
		border-radius:10px;
		border:solid 1px #999;
		width:300px;
		height:auto;
		margin:0 auto;
		margin-top:150px;
		box-shadow:0 0 10px #FFFFFF;
	}
	.login-panel h1 {
		border-bottom:solid 1px #999999;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color:#092756;
		font-size:16px;
		margin-left:5px;
	}
	.login-panel h2 {
		margin-top:10px;
	    font-size:12px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#FF0000;
	}
	
	.login-panel form {
		padding:5px;
		margin:0 auto;
	}
	.login-panel input,label {
		margin:0;
		padding:0;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color:#092756;
	}
	.login-panel input[type="email"], .login-panel input[type="password"] {
		outline:none;
		width:250px;
		background-color:#FFFF99;
		border:solid 1px #CCCCCC;
		border-radius:0 3px 3px 0;
		line-height:14px;
		height:20px;
		padding:2px;
		padding-left:4px;
	}
	.login-panel input[type="email"]:focus, .login-panel input[type="password"]:focus {
		border-color:#06F;
	}
	.login-panel-input-icon {
		float:left;
		padding:4px 8px;
		font-size: 12px;
		font-weight: normal;
		color: #555555;
		text-align: center;
		background-color: #eeeeee;
		border: 1px solid #cccccc;
		border-radius: 3px 0 0 3px;
		border-right:0;
	}
	.login-footer {
		margin-top:20px;
	}
	.login-footer button {
		width:100%;
		font-size:15px;
		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	}
	.login-button {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

.register-panel {
	padding:20px;
	background-color:#FFFFFF;
	border-radius:10px;
	border:solid 1px #999;
	width:400px;
	height:auto;
	margin:0 auto;
	margin-top:150px;
	box-shadow:0 0 10px #FFFFFF;
}
	.register-panel h1 {
		border-bottom:solid 1px #999999;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color:#092756;
		font-size:16px;
		margin-left:5px;
	}
	.register-panel span {
		font-size:14px;
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		color:#FF0000;
	}
	.register-panel form {
		padding:5px;
		margin:0 auto;
	}
	.register-panel input,label {
		margin:0;
		padding:0;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		color:#092756;
	}
	.register-panel input {
		outline:none;
		width:250px;
		background-color:#FFFF99;
		border:solid 1px #CCCCCC;
		border-radius:0 3px 3px 0;
		line-height:14px;
		height:20px;
		padding:2px;
		padding-left:4px;
	}
	.register-panel input:focus {
		border-color:#06F;
	}
	.register-footer {
		margin-top:20px;
	}
	.register-footer button {
		width:100%;
		font-size:15px;
		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) background-color !important;
	}
	.register-button {
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
.member-panel {
	position:absolute;
	right:-1px;
	top:-1px;
	width:75px;
	height:19px;
	background-color:#CCCCCC;
	border-bottom-left-radius:25px;
	box-shadow:0 0 15px 5px #CCCCCC;
	border:1px solid #999;
	padding:5px 10px 6px 25px;
}
	.member-panel:hover {
		box-shadow:0 0 15px 5px #999999;
		transition:0.3s cubic-bezier(0, 0, 1, 1);
	}
	.member-panel span {
		font-size:18px;
		font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
		font-weight:700;
		color:#FFFFFF;
		line-height:18px;
	}
	.member-panel a {
		text-decoration:none;
	}

.page-footer {
	border-top:1px solid #2980b9;
	padding:10px 10px;
	margin-top:20px;
	text-align:right;
}
.fileUpload {
	position:relative;
	color:#555555;
	border:1px solid #2980b9;
	background-color: white;
	font-weight:nomal;
	width:25px;
	height:20px;
	cursor:pointer;
	overflow:hidden;
	font-size:20px;
	padding:4px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border-radius:3px;
}
.fileUpload:hover {
	background-color:#ecf0f1;
}
.fileUpload input[type="file"] {
	display:block;
	position:absolute;
	height:50px;
	top:0;
	right:0;
	overflow:hidden;
	opacity:0;
	cursor:pointer;
}
.give-work a {
	padding:1px;
	text-decoration:none;
	color:#999999;
	font-weight:800;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:14px;
}
.give-work a:hover {
	color:#3498db;
}
.bulk-request {
	margin-top: 20px;
	padding:10px 0 5px 15px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:14px;
	border-top:solid 1px #CCCCCC;
}
.cad_buttons {
	display:inline-block;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border:1px solid #999999;
	padding:2px;
	font-size:12px;
	font-weight:600;
	color: #999999;
	text-decoration:none;
	border-radius:2px;
	margin-left: 2px;
}
.cad_buttons:hover {
	color:#2980b9;
}