@charset "utf-8";

.konteyner-icerik-formuller-ara-bosluk {
	width: 100%;
	height: 0px;
	float: left;
    text-align: center;
    font-size: 24px;
	transition: 0.4s;
	position: relative;
    border-radius: 5px;
}
.konteyner-icerik-formuller-kapsul-tetik-tampon {
	width: 100%;
	height: 15px;
	clear: both;
}
.konteyner-icerik-formuller-kapsul-tetik {
	width: 98%;
	padding: 10px;
	margin-left: 1%;
	height: auto;
	position: relative;
	font-size: 24px;
	text-align: center;
	background-color:hsla(158,95%,34%,1.00);
    color: hsla(0,0%,100%,1.00);
	border: none;
	border-radius: 5px;
	transition: 0.5s;
	z-index: 20;
	cursor: pointer;
}
.konteyner-icerik-formuller-kapsul-tetik:hover {
	background-color: hsla(190,98%,38%,1.00);
	color: hsla(0,0%,100%,1.00);
}
.konteyner-icerik-formuller-kapsul {
	width: 98%;
	left: 1%;
	margin-top: 10px;
	height: auto;
	display: none;
	float: left;
	position: relative;
	background-color: hsla(0,0%,60%,1.00);
	z-index: 18; 
}
.konteyner-icerik-formuller-kapsul-tetik:hover .konteyner-icerik-formuller-kapsul {
	display: block;
}
.konteyner-formuller {
	width: 32.333%;
	position: relative;
	margin-left: 0.5%;
	margin-right: 0.5%;
    padding: 10px;
	margin-top: 5px;
	font-size: 14px;
	float: left;
	text-align: center;
	background-color: hsla(158,92%,29%,1.00);
	color: hsla(0,0%,100%,1.00);
	transition: 0.2s;
}
.konteyner-formuller:hover {
	background-color: hsla(190,98%,38%,1.00);
}
.konteyner-formuller-resim {
	display: none;
	position: absolute;
	z-index: 16;
}
.konteyner-formuller:hover .konteyner-formuller-resim {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	top:40px;
	left: 0;
	display: block;
}
.formuller-hesap {
	width: 100%;
	height: auto;
	float: left;
	background-color: hsla(0,0%,50%,1.00);
}
.formuller-hesap-baslik {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: hsla(0,0%,30%,1.00);
	color: hsla(0,0%,100%,1.00);
	font-size: 24px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.moment-kapsul {
	float: left;
	width: 90%;
	margin-left: 5%;
}
.moment-kapsul-ana-baslik {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: hsla(359,100%,25%,1.00);
	color: hsla(0,0%,100%,1.00);
	font-size: 20px;
	text-align: center;
	transform: skewX(-10deg);
	border-radius: 5px;
	cursor: pointer;
}
.profil-ic-kapsul {
	float: left;
	width: 100%;
	margin-top: 10px;
	height: auto;
	display: none;
}
.profil-ic-kapsul-baslik {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	text-align: center;
	background-color: hsla(207,90%,20%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	cursor: pointer;
}
.atalet-ic-kapsul {
	float: left;
	width: 100%;
	height: auto;
	display: none;
}
.atalet-ic-kapsul-deger {
	float: left;
	width: 13.285%;
	margin-top: 10px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	height: auto;
}
.atalet-ic-kapsul-baslik {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
	background-color: hsla(359,100%,24%,1.00);
	color: hsla(0,0%,100%,1.00);
	border:2px solid;
	border-color:hsla(359,100%,20%,1.00);
	cursor: pointer;
}
.atalet-ic-kapsul-baslik:hover {
	background-color: hsla(359,100%,30%,1.00);
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.formuller-hesap-sira {
	width:90%;
	float: left;
	margin-left: 5%;
}
.sonuc-baslik , .formuller-label-sembol , .formuller-label-sembol-cI , .formuller-input , .formuller-label-birim , .formuller-reset-button , .formuller-hesapla-button {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
	float: left;
}
.sonuc-baslik {
	width:100%;
	font-size: 18px;
	text-align: center;
	background-color:hsla(36,100%,31%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
}
.formuller-label-sembol {
	width:25%;
	text-align: center;
	background-color: hsla(158,95%,34%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.formuller-label-sembol-cI {
	width:25%;
	text-align: center;
	background-color: hsla(158,95%,34%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.formuller-input {
	width: 50%;
	outline: none;
	border: none 0 hsla(0,0%,80%,1.00);
	padding-left: 5px;
}
.formuller-label-birim {
	width:25%;
	text-align: center;
	background-color: hsla(158,95%,34%,1.00);
	color: hsla(0,0%,100%,1.00);
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.formuller-hesap-sira-button {
	width:50%;
	float: left;
	transform: skewX(-10deg);
}
.formuller-reset-button {
	width: 99%;
	margin-left: 1%;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: hsla(0,0%,30%,1.00);
	color: hsla(0,0%,100%,1.00);
}
.formuller-reset-button:hover {
	border: none;
	background-color: hsla(359,100%,30%,1.00);
}
.formuller-hesapla-button {
	width: 99%;
	margin-right: 1%;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: hsla(0,0%,30%,1.00);
	color: hsla(0,0%,100%,1.00);
}
.formuller-hesapla-button:hover {
	border: none;
	background-color: hsla(207,90%,54%,1.00);
}
.formuller-ara-bosluk1 {
	width: 100%;
	height: 15px;
	float: left;
	background-color:hsla(0,0%,50%,1.00);
}
.formuller-ara-bosluk2 {
	width: 100%;
	height: 40px;
	float: left;
	background-color:hsla(0,0%,50%,1.00);
}
.formuller-ara-bosluk3 {
	width: 100%;
	height: 15px;
	margin-top: 10px;
	float: left;
	background-color: hsla(0,0%,30%,1.00);
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width : 250px ) and ( max-width : 1200px )
{
	.konteyner-icerik-formuller-ara-bosluk {
		width: 100%;
		height: 0px;
		float: left;
		text-align: center;
		font-size: 24px;
		transition: 0.4s;
		position: relative;
		border-radius: 5px;
	}
	.konteyner-icerik-formuller-kapsul-tetik-tampon {
		width: 100%;
		height: 10px;
		clear: both;
	}
	.konteyner-icerik-formuller-kapsul-tetik {
		width: 98%;
		padding: 6px;
		margin-left: 1%;
		height: auto;
		position: relative;
		font-size: 16px;
		text-align: center;
		border: none;
		border-radius: 5px;
		transition: 0.5s;
		cursor: pointer;
	}
	.konteyner-icerik-formuller-kapsul {
		width: 98%;
		left: 1%;
		margin-top: 10px;
		height: 300px;
		display: none;
		float: left;
		position: relative;
		overflow: auto;
	}
	.konteyner-icerik-formuller-kapsul-tetik:hover .konteyner-icerik-formuller-kapsul {
		display: block;
	}
	.konteyner-formuller {
		width: 100%;
		position: relative;
		margin-left: 0%;
		margin-right: 0%;
		padding: 10px;
		margin-top: 5px;
		font-size: 14px;
		float: left;
		text-align: center;
		transition: 0.2s;
	}
	.konteyner-formuller-resim {
		display: none;
		position: absolute;
	}
	.konteyner-formuller:hover .konteyner-formuller-resim {
		display: none;
	}
	.formuller-hesap {
		width: 100%;
		height: auto;
		float: left;
	}
	.formuller-hesap-baslik {
		float: left;
		width: 100%;
		height: 30px;
		line-height: 30px;
		margin-top: 5px;
		margin-bottom: 0px;
		text-align: center;
		font-size: 14px;
	}
	
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

	.moment-kapsul {
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-top: 5px
	}
	.moment-kapsul-ana-baslik {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		text-align: center;
		transform: skewX(-10deg);
		border-radius: 5px;
	}
	.profil-ic-kapsul {
		float: left;
		width: 100%;
		margin-top: 5px;
		height: auto;
	}
	.profil-ic-kapsul-baslik {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 14px;
		text-align: center;
		border-radius: 5px;
	}
	.atalet-ic-kapsul {
		float: left;
		width: 100%;
		margin-top: 5px;
		height: auto;
	}
	.atalet-ic-kapsul-deger {
		float: left;
		width: 32.333%;
		margin-top: 5px;
		margin-left: 0.5%;
		margin-right: 0.5%;
		height: auto;
	}
	.atalet-ic-kapsul-baslik {
		float: left;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: center;
		font-size: 12px;
		border:2px solid;
		cursor: pointer;
	}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/	
	
	
	.formuller-hesap-sira {
		width:96%;
		float: left;
		margin-left: 2%;
	}
	.sonuc-baslik , .formuller-label-sembol , .formuller-input , .formuller-label-birim , .formuller-reset-button , .formuller-hesapla-button {
		height: 25px;
		line-height: 25px;
		margin-top: 10px;
		font-size: 14px;
	}
	.sonuc-baslik {
		width:100%;
		text-align: center;
		border-radius: 2px;
	}
	.formuller-label-sembol {
		width:25%;
		text-align: center;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}
	.formuller-label-sembol-cI {
		height: auto;
		line-height: 25px;
		margin-top: 10px;
		font-size: 10px;
		width:25%;
		text-align: center;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		overflow: auto;
	}
	.formuller-input {
		width: 50%;
		outline: none;
		padding-left: 5px;
	}
	.formuller-label-birim {
		width:25%;
		text-align: center;
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	.formuller-reset-button {
		width: 98%;
	    margin-left: 2%;
		border: none;
		border-radius: 2px;
		cursor: pointer;
	}
	.formuller-hesapla-button {
		width: 98%;
	    margin-right: 2%;
		border: none;
		border-radius: 2px;
		cursor: pointer;
	}
	.formuller-ara-bosluk1 {
		width: 100%;
		height: 10px;
		float: left;
	}
	.formuller-ara-bosluk2 {
		width: 100%;
		height: 40px;
		float: left;
	}	
	.formuller-ara-bosluk3 {
		width: 100%;
		height: 10px;
		margin-top: 10px;
		float: left;
	}
}


