@charset "iso-8859-9";
	/* width */
	::-webkit-scrollbar {
	 	width				: 1px;
	}
	/* Track */
	::-webkit-scrollbar-track {
		background-image	: linear-gradient(to right, #F9FAFB , white);	
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
		background			: #F9FAFB; 
	}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background			: #F9FAFB; 
	}
/* CSS Document */
	.ustsatir {
		height				: 7vh;
		background-image	: linear-gradient(to right, #5CC397, #6CE6B2 );
		padding-left		: 10px;
		font-weight			: bold;
		color				: #FFF;
	}
	.uyelermain {
		height				: 74vh;	
		clear				: both;
		overflow			: scroll;
		background-image	: linear-gradient(to right, #F9FAFB , white);	
		padding-top			: 20px;
	}
	.soladaya {
		float				: left;
		text-align			: center;
		background-image	: linear-gradient(to right, #F9FAFB , white);	
	}
	.myInput {
		width				: 99%;
		font-size			: 14px;
		font-weight			: bold;
		height				: 42px;		
		border				: 2px solid #f90;
		margin-bottom		: 12px;
		line-height			: 42px;
	}
	.Kaydet {
		height				:42px;
		width				:95%;
		color				:#FFF;
		line-height			:42px;
		vertical-align		:middle;
		text-align			:center;
		font-size			:16px;
		border-radius		:8px;
		background-color	:#04AA6D;
		border				:1px solid #ccc;
	}
	.backOrange {
		background-image	: linear-gradient(to right, #F90, #FC3 );
		text-align			: center;
	}