

/* ust */
	.ust{
		background: #1E6C9A url('../tasarim/banner.jpg') no-repeat;
		background-size: cover;
		top:0;
		height: 15%;
		color: #444;
	}

	.ust table{
		width: 100%;
		text-align: center;
		border-collapse: collapse;
		border-spacing: 0;
	}

	.ust table th{
		font-weight: normal;
		padding: 10px;
		margin: 5px;
		background: rgba(249, 249, 249, 0.89);
	}

	.ust table td{
		color: #fff;
	    border-bottom: 1px solid #4fbeff;
	    cursor: pointer;
	    padding: 5px;
	    margin: 5px;
	    background: rgba(15, 69, 122, 0.7);
	}

	.ust table td img{
		height: 32px;
		width: 32px
		border:0;
	}

	.ust div{
	    background: rgba(0, 0, 0, 0.75);
	    color: #fff;
	    width: 560px;
	    height: 50px;
	    margin: 65px 30px;
	    line-height: 50px;
	}
/* NAVBAR - Üst Menü */
.navbar-inverse {
    background-color: #1c1c1c;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #00bcd4;
}

/* SOL MENÜ - Sidebar */
.panel-default {
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.panel-heading {
    background-color: #f5f5f5;
    font-weight: bold;
}
.list-group-item {
    border: none;
    padding: 10px 15px;
}
.list-group-item:hover {
    background-color: #f0f8ff;
    color: #007bff;
}

/* BAKİYE ve TARİH - Bilgi Alanları */
.bakiye-box {
    display: block;
    padding: 10px;
    font-weight: bold;
}
.bakiye-box span {
    color: #28a745;
}
.sunucu-tarih {
    display: block;
    padding: 10px;
}
.sunucu-tarih .doldu {
    color: red;
    font-weight: bold;
}
.sunucu-tarih .aktif {
    color: green;
    font-weight: bold;
}

/* FOOTER - Alt Kısım */
footer {
    background: #1c1c1c;
    color: #ccc;
    padding: 20px 0;
    margin-top: 50px;
}
footer h4 {
    color: #ffffff;
}
footer a {
    color: #00bcd4;
}
footer a:hover {
    text-decoration: underline;
}

/* GENEL */
body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.panel {
    border-radius: 8px;
}
