@charset "utf-8";
/* CSS Document */

#hesaplamaKutu fieldset {
    clear: both;
    padding: 15px 8px;
    margin-top: 10px;
    border: 8px solid #EEE;
    border-radius: 16px;
}

#hesaplamaKutu legend {
    font-size: 16px;
    padding: 0 10px;
    font-weight: 700;
}

#hesaplamaKutu fieldset li {
    list-style: none;
    padding: 10px;
    margin: 0;
}

#hesaplamaKutu ol li>label {
    width: 160px;
	display: inline-block;
    vertical-align: middle;
    text-align: left;
	font-weight:bold;
}

#hesaplamaKutu em {
    font-weight: 700;
    font-style: normal;
    color: red;
}

#hesaplamaKutu li fieldset {
    display: inline;
    vertical-align: top;
    border: 0;
    margin: 0;
    padding: 0;
}

#hesaplamaKutu li fieldset label {
    font-weight: 400;
    display: inline-block;
    padding: 0px 10px 10px 0px;
}


#hesaplamaKutu input[type=number], #hesaplamaKutu input[type=text], #hesaplamaKutu textarea, #hesaplamaKutu select {
    padding: 5px;
	border: 1px solid #bbb;
}


#hesaplamaKutu div.zorunlu {
    width: auto;
    margin-left: 160px;
}

#hesaplamaKutu div.buttons {
    width: auto;
    margin-left: 30%;
    margin-top: 10px;
}

#hesaplamaKutu .buttons button[type] {
    padding: 5px 10px 5px 7px;
    line-height: 200%;
	border: 1px solid #bbb;
}

#hesaplamaKutu button.hesapla, #hesaplamaKutu .buttons a.hesapla {
    color: #529214;
}

#hesaplamaKutu .buttons a, #hesaplamaKutu .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
    line-height: 200%;
    text-decoration: none;
    font-weight: 700;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}

#hesaplamaKutu .buttons button img, #hesaplamaKutu .buttons a img {
/*	margin: 0 3px -3px 0!important;*/
	margin-right: 6px;
	vertical-align:middle;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
	display:inline-block;
}

#hesaplamaKutu .buttons a.temizle, #hesaplamaKutu button.temizle {
    color: #d12f19;
}

#hesaplamaKutu .iw4 {
    width: 60px;
}

#hesaplamaKutu .notInput {
    width: 70px;
	height: 29px;
}

#hesaplamaKutu input[type='number'] {
    -moz-appearance:textfield;
}

#hesaplamaKutu input::-webkit-outer-spin-button,
#hesaplamaKutu input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#hesaplamaKutu .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#hesaplamaKutu .alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#hesaplamaKutu .sonucKutu{
	display:none;
	border-radius:8px;
	margin-top:20px;	
	line-height: 30px;
}

#hesaplamaKutu b{
	font-weight:bold;	
}

#hesaplamaKutu b.sonucBaslik{
	font-size:26px;
	text-decoration:underline;	
}

#hesaplamaKutu.lise ol li>label {
    width: 240px;
	font-weight: bold;
}

#hesaplamaKutu.lise .dersliste {
    width: 240px;
}

@media screen and (max-width: 630px) {
	#hesaplamaKutu select {
		margin-bottom:10px;
	}
	
	#hesaplamaKutu div.buttons {
		margin-left: 30%;
	}
}

@media screen and (max-width: 470px) {
	#hesaplamaKutu div.buttons {
		margin-left: 20%;
	}
}

@media screen and (max-width: 370px) {
	#hesaplamaKutu div.buttons {
		margin-left: 10%;
	}
	#hesaplamaKutu fieldset {
		padding: 15px 0;
		border: 4px solid #EEE;
	}
	#hesaplamaKutu fieldset li{
		padding: 10px 5px;
	}
}


#hesaplamaKutu ol.genis li>label {
    width: 210px;
}