body{margin: 0px; background: #B0E0E6;}


/*---------------------------------------------------------*/
.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

{
	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;
}

.ekranOrtucu
	{
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	background-color: rgba(0, 0, 0, 0.75);
    	display: flex;
    	justify-content: center;
    	align-items: center;
    	z-index: 1000;
	}

.buton-kapsayici {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

 

.btn {
    padding: 7px 20px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;

    background: white;
    color: #333;
    border: 2px solid transparent;

    transition: 0.25s ease;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}

/* Kaydet */
.btn-kaydet {
    border-color: #5f9ea0;
    color: #5f9ea0;
}


/* Güncelle */
.btn-guncelle {
    border-color: #5f9ea0;
    color: #5f9ea0;
}


/* Sil */
.btn-sil {
    border-color: #6e9ef5;
    color: #6e9ef5;
}


/* Belge  */
.btn-belge {
    border-color: #abb8b9;
    color: #4b5050;
}


  
/*Onay Kutusu*/

.onay_kutusu
{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, 0.5); 
	display: flex; 
	align-items: center; 
	justify-content: center;
}


.kisaltma-td {
    max-width: 200px;  
}

.kisaltma-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
