body{margin: 0px; background: #B0E0E6;}

.ince {
  overflow: scroll;
  white-space: wrap;
  height: 140px;
  width: 140px;
}
.ince::-webkit-scrollbar{
  width: 3px;
  height: 3px;
}
.ince::-webkit-scrollbar-thumb{
  background-color: #424242; 
}
.ince::-webkit-scrollbar-track{background-color: none;}


/*---------------------------------------------------------*/
.logo

{
	width: 100%;
	height: 80px;
	background: #E3F2FD;
	padding-top: 5px;
	font-family: Arial black;
	text-shadow: 3px 3px 2px #607D8B;
    color: darkblue;
	font-size: 50px;
	text-align: center;
	line-height: 40px;
	overflow: clip;
    white-space: nowrap;
    
}

/*---------------------------------------------------------*/

.sollogo

{
	
	height: 75px;
	float: left;
	vertical-align: center;

}

.unvan
{
	margin: 10px 0 10px 150px; position: absolute; float: left; font-size: 100%;
}

.tablo_baslik
{
	 width: 100%; background: #B0E0E6; font:bold 35px calibri;
	 border-radius: 5px;
	 margin-bottom: 10px; box-shadow: 3px 3px 4px #000; text-shadow: 0px 0px 3px white;
}

/*---------------------------------------------------------*/

.saglogo

{
	
	height: 75px;
	float: right; position: relative;

}

/*---------------------------------------------------------*/

.cont

{
	position: relative;
	background: lightgray;
	width: 100%;
	height: 55px;
	
}

/*---------------------------------------------------------*/

.anamenustil

{

	font-family: Arial Black;
	font-size: 18px;
	color: blue;
	padding: 1px;
}

/*---------------------------------------------------------*/

.anamenustil:hover

{
	color: darkblue;
	text-shadow: 0px 0px 1px #9E9E9E;
}

/*---------------------------------------------------------*/

.menu_aciliyor

{
	text-align: left;
	margin: 1px 0 0 53px;
    display: inline;
	width: 140px;
	height: 51px;
	overflow: clip;
    white-space: nowrap;
    float: left;
    text-shadow: 3px 3px 3px #9E9E9E;
    transition: width 1.5s, height 0.4s;
}

/*---------------------------------------------------------*/

.menu_aciliyor:hover

{
	width: 250px;
	height: 600px;

}

/*---------------------------------------------------------*/

.menu_aciliyor:hover .anamenustil

{
	color: darkblue;
	text-shadow: 0px 0px 1px #9E9E9E;
}

/*---------------------------------------------------------*/

.buton_acilanda

{
	font-family: Calibri;
	color: darkblue;
	width: 230px;
	text-align: left;
	height: 25px;
	font-size: 14px;
}

/*---------------------------------------------------------*/

.istatistik

{
	width: 100%;
	height: 218px;
	background: red;
	float: left;
	color: darkred;
	font-size: 30px;
	text-align: center;
	vertical-align: center;
	font-family: Arial Black;

}

/*---------------------------------------------------------*/

.altmenu

{
	width: 100%;
	height: 431px;
	background: #B0E0E6;
	
}

/*---------------------------------------------------------*/

ul
{
	list-style: none;
}

/*---------------------------------------------------------*/

.pratikmenu li a

{
	height: 25px;
	float: left;
	text-decoration: none;
	font-family: tahoma;

	margin: 5px;
	color: darkred;
	margin: 5px;
	line-height: 20px;
	padding: 6px;
	
}

/*---------------------------------------------------------*/

.pratikmenu li a:hover

{
	background: darkblue;
	color: lightgray;
}


.yuvarlakButon
{
	width:70px; height: 70px; background: green; border-radius:35px; text-align: center; font: bolder 14px calibri; color: white; border:none;
	text-shadow: 0px 0px 1px red; text-align: center;
}

.yuvarlakButon:active
{
	background:limegreen; font: 13px calibri;
}

/*---------------------------------------------------------*/

.yardim-ikonu 
{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: darkred;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.yardim-ikonu:hover 
{
    transform: translateY(-50%) scale(1.1);
}

/*---------------------------------------------------------*/

.yardimsayfasi 
{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.yardimsayfasikutu 
{
    background-color: #fff;
    width: 1000px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
    overflow: hidden;
}

/*---------------------------------------------------------*/

.yardimbaslik 
{
    background-color: darkred;
    color: white;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kapat-carpi 
{
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

/*---------------------------------------------------------*/

.yardimicerik 
{
    padding: 20px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

.yardimicerik ul 
{
    margin: 10px 0;
    padding-left: 20px;
}

.notkutusu 
{
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 10px;
    margin-top: 15px;
}

/*---------------------------------------------------------*/

.yardimalt 
{
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.yardimkapat 
{
    background-color: #555;
    color: white;
    border: none;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.yardimkapat:hover 
{
    background-color: #333;
}
