#adminsifat{background:#fff;overflow-y:auto;overflow-x:hidden;padding:0;position:relative;}

/* Modern Admin Panel Title */
.ui-dialog-titlebar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: none !important;
    border-radius: 10px 10px 0 0 !important;
    padding: 15px 20px !important;
    text-align: center !important;
    position: relative !important;
}

/* Admin Panel Dialog Yüksekliği */
.ui-dialog {
    height: auto !important;
    max-height: min(700px, 90vh) !important;
}

.ui-dialog-content {
    height: auto !important;
    max-height: min(600px, calc(90vh - 100px)) !important;
    overflow-y: auto !important;
}

.ui-dialog-title {
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

/* Modern Geri Dön Butonu */
.geri-don-btn {
    position: absolute !important;
    top: 50% !important;
    left: 15px !important;
    transform: translateY(-50%) !important;
    z-index: 99999 !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    backdrop-filter: blur(10px) !important;
}

.geri-don-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.geri-don-btn:active {
    transform: translateY(-50%) scale(0.95) !important;
}

.geri-don-btn i {
    font-size: 16px !important;
    transition: transform 0.3s ease !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
}

.geri-don-btn:hover i {
    transform: translateX(-3px) !important;
}

/* Modern Admin Button Panel */
#adminButtonPanel {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.admin-button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    max-width: 100%;
}

.admin-btn {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 12px;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.admin-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.admin-btn:hover::before {
    left: 100%;
}

.admin-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    background: rgba(255, 255, 255, 1);
}

.admin-btn:active {
    transform: translateY(-2px);
}

.admin-btn i {
    font-size: 32px;
    color: #667eea;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.admin-btn:hover i {
    color: #764ba2;
    transform: scale(1.1);
}

.admin-btn span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.admin-btn:hover span {
    color: #667eea;
}

.admin-btn.gizle {
    display: none;
}

/* Admin Panel Başlık Alanı - Geri Dön Butonu İçin */
.adminanabolum {
    position: relative !important;
    padding-top: 40px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .admin-button-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
    }
    
    .admin-btn {
        padding: 15px 10px;
        min-height: 80px;
    }
    
    .admin-btn i {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .admin-btn span {
        font-size: 12px;
    }
} #uyehesap{background:#fff;overflow-y:auto;overflow-x:hidden;padding:0;} .adminanabolum{border:1px #ccc solid;width:612px;margin-top:3px;background:#eeeefa;height:430px} .adminanabolum ul{list-style:none;margin:0;padding:0;padding-top:10px} .adminanabolum li{margin-left:10px;list-style:none;color:#260e0a;font-size:13px;font-family:verdana;height:30px;font-weight:bold;} .adminanabolum ul li span{background:#fff;padding:6px;color:#000000;margin-left:0px;font-size:13px;font-family:verdana;width:572px;display:inline-block;border:#ccc solid 1px;} .adminanabolum ul li a{margin-top:14px;display:inline-block;color:#260e0a;font-size:13px;font-family:verdana;font-weight:normal;text-decoration:none;} /*adminuyeler*/ .uyeArama{height:34px;background: #eee;border-bottom:1px solid #ccc} .uyeArama input{ height: 26px; line-height: 26px; padding-left: 10px; width: 600px; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } .botArama{height:34px;background: #eee;border-bottom:1px solid #ccc} .botArama input{ height: 26px; line-height: 26px; padding-left: 10px; width: 500px; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } .uyelersol{width:260px;float:left;margin:0px;} .yet_list{width:330px;margin-left:0px;text-align:left;line-height:18px;height:22px;list-style: none;} .yet_list a{width:180px;display:inline-block;padding-left:4px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .yet_list span{width:36px;display:inline-block;padding-left:6px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .yet_list:hover{background:#f5f5f5;color:#000}.u_list{width:330px;margin-left:0px;text-align:left;line-height:18px;height:22px;list-style: none;} .u_list a{width:180px;display:inline-block;padding-left:4px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .u_list span{width:36px;display:inline-block;padding-left:6px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .u_list:hover{background:#f5f5f5;color:#000} .u_botlist{width:330px;margin-left:0px;text-align:left;line-height:18px;height:22px;list-style: none;} .u_botlist a{width:180px;display:inline-block;padding-left:4px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .u_botlist span{width:36px;display:inline-block;padding-left:6px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .u_botlist:hover{background:#f5f5f5;color:#000} #uyeleriSokGetir{padding:0;margin:0px;} #yetkileriSokGetir{padding:0;margin:0px;}#botleriSokGetir{padding:0;margin:0px;} .incay{width:260px;float:right;position:relative;height:auto;} .usesaput{border:1px solid #ccc;background:#fff;width:246px;padding-left:6px; margin-bottom: 10px;font-size:12px;height:24px;line-height:24px;margin-left: 7px;} .usesaputgn{border:1px solid #ccc;background:#fff;width:78px;padding-left:2px;font-size:12px;height:24px;line-height:24px;margin:3px;} .yetkibolumleri{width:246px;height:220px;float:left;margin-left:7px;margin-top:7px;border:1px solid #ccc;position:relative;} .yetkibolumleri ul{margin:0;padding:10px;} .yetkibolumleri ul li{list-style:none;float:left;font:11px Arial;color:#000;width:110px;display:block;margin:0;padding:0;padding-bottom:10px;} .yetkibolumleri ul li label{float:left;} .yetkibolumleri input{float:left;margin-right:5px;} .menulerDuzlem{width:230px;height:110px;float:left;margin:7px;position:relative;} .menulerDuzlem ul{margin:0;padding:2px;} .menulerDuzlem ul li{list-style:none;padding-left:5px;float:left;font:13px Arial;color:#000;width:230px;display:block;border-bottom:1px dotted #ccc;margin:0;padding-bottom:10px;padding-top:10px;} .uyemcinsiyet{padding:0px 0px 7px 0px;width:100%;} .uyemcinsiyetalani{text-align:center;} .uyemcinsiyetalani input[type=radio]:checked + label{outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05);background:#e0e0e0 none;cursor:default;} .uyemcinsiyetalani input[type=radio] + label{display:inline-block;margin:-2px;padding:2px 6px;margin-bottom:0;font-size:14px;width:80px;line-height:18px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid rgba(0, 0, 0, 0.1);border-bottom-color:#b3b3b3;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);} .uyemcinsiyetalani input[type=radio]{display:none;} .altuyekosum{width:230px;padding-bottom:8px;} .uyeleryetkiler{line-height:32px;margin-left:16px;margin-right:6px;font-size:13px;} .uyeleryetkilerput{border:1px solid #ccc;background:#fff;width:100px;padding-left:2px;font-size:12px;height:24px;line-height:24px;margin:3px;} /*adminuyeler*/ /*odaveuyeyünetimi*/ .odauyesol{ width: 330px; border-right: 1px solid #e0e0e0; float: left;height:auto;min-height:650px } #odauyemenu{font-size:11px;height:23px;background:#f6f7f9;width:330px;} #odauyemenu ul{list-style:none outside none;height:23px;line-height:23px;margin:0px;padding:0px;background-image:url('../../resimler/sistem/altme.png');background-repeat:repeat-x;background-position:left top;border-right:1px solid #e0e0e0;} #odauyemenu li{position:relative;display:inline;float:left;line-height:23px;cursor:pointer;border-left:1px solid #e0e0e0;} #odauyemenu ul li a{padding-left:10px;text-align:center;text-decoration:none;} .odauyesag{width: 260px;float: left;margin: 0px;margin-top: 5px;} .odauyesagbolum{width: 260px;height:290px;margin: 0px;padding:0;} .odauyesagbolum ul{margin: 0px;padding:0;list-style:none outside none;} .odauyesagbolum ul li{margin-left: 7px;list-style:none;float:left} .odauyesagbolum input{display:inline-block;border: 1px solid #ccc; background: #fff; width: 246px; padding-left:6px; font-size: 12px; height: 24px;color:#260e0a;font-family:verdana; line-height: 24px;margin-bottom:10px;}	 .odauyesagbolum select{display:inline-block;border: 1px solid #ccc; background: #fff; width: 246px; padding-left: 5px; font-size: 12px; height: 24px; line-height: 24px;margin-bottom:10px;} /*adminodalar*/ .odalarsol{width:260px;float:left;margin:0px;} .odafonstil{display:inline-block;border: 1px solid #ccc; background: #fff; width: 246px; padding-left: 5px; font-size: 12px; height: 24px;color:#260e0a;font-family:verdana; line-height: 24px;margin-bottom:10px;} .resimyuklemealani{border:inherit;background:#fff;width:246px;height:100px;padding:0px;vertical-align:middle;text-align:center} .resimyuklemealani span{padding-top:8px;display:inline-block;height:30px;width:246px;line-height:30px;text-align:center;font:14px sans-serif;background:#0189f5;font-weight:normal;color:#fff;cursor:pointer;} #odapaneli{font-size:11px;height:23px;background:#f6f7f9;width:330px;} #odapaneli ul{list-style:none outside none;height:23px;line-height:23px;margin:0px;padding:0px;background-image:url('../../resimler/sistem/altme.png');background-repeat:repeat-x;background-position:left top;} #odapaneli li{position:relative;display:inline;float:left;line-height:23px;cursor:pointer;border-left:#ccc solid 1px;} #odapaneli ul li a{padding-left:10px;text-align:center;text-decoration:none;} #odaleriSokGetir{padding:0;margin:0px;} #odaResimSilTusu{margin-top:10px;color:#fff;font-size:13px;text-decoration:none;height:30px;display:inline-block;cursor:pointer} #upload-button-oda{margin-top:10px;color:#fff;font-size:13px;text-decoration:none;height:30px;display:inline-block;cursor:pointer} .odaaramasi{height:34px;background: #eee;border-bottom:1px solid #ccc} .odaaramasi input{ height: 26px; line-height: 26px; padding-left: 10px; width: 324px;float:left; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } .logaramasi{height:34px;background: #eee;border-bottom:1px solid #ccc} #logsearch{ height: 26px; line-height: 26px; padding-left: 10px; width: 250px;float:left; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } #tarih_date{ height: 26px; line-height: 26px; padding-left: 10px; width: 130px;float:left; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } #harsearch{ height: 26px; line-height: 26px; padding-left: 10px; width: 250px;float:left; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } #tarih{ height: 26px; line-height: 26px; padding-left: 10px; width: 130px;float:left; border: 1px solid #ccc; background: #f8f8ff;font-size:12px; font-weight: normal; color: #222;margin:3px; } .oncekiSonraki{height:26px;width:95px;background:#f6f7f9;border-radius:0px;float:left;font-size:11px;border:inherit;background-image:url(../../resimler/sistem/adminbuton.png);background-repeat:repeat-x;margin-left:3px;border:1px solid #ccc;margin:3px;} .girisoncekiSonraki{height:26px;width:95px;background:#f6f7f9;border-radius:0px;float:left;font-size:11px;border:inherit;background-image:url(../../resimler/sistem/adminbuton.png);background-repeat:repeat-x;margin-left:3px;border:1px solid #ccc;margin:3px;} #ModEkleBtn{height:26px;width:250px;color:#fff;background-color: #21ba45;border:1px solid #21ba45;margin:3px;float:left;font-size:12px;} #odaEkle{height:26px;width:156px;float:left;font-size:12px;padding:0px;margin:3px;border:1px solid #ccc;padding-left:8px;} #odaekleBtn{height:26px;width:80px;color:#fff;background-color: #21ba45;border:1px solid #21ba45;margin:3px;float:left;font-size:12px;} #botekleme{height:26px;width:80px;color:#fff;background-color: #21ba45;border:1px solid #21ba45;margin:3px;float:right;font-size:12px;margin-right:10px} .o_list{width:330px;margin-left:0px;text-align:left;line-height:18px;height:22px;list-style: none;} .o_list a{width:180px;display:inline-block;padding-left:4px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .o_list span{width:36px;display:inline-block;padding-left:6px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-align:left;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} .o_list:hover{background:#f5f5f5;} label.file input{position:absolute;left:-9999px;} label.file input + .file{display:inline-block;width:auto;padding:0 20px;height:32px;font:14px/34px sans-serif;background:#68bae2;border:1px solid #50a8be;border-radius:6px;font-weight:bold;color:#fff;cursor:pointer;width:246px;margin-top:20px;margin-bottom:10px;} label.file input:valid + .file{background:#68bae2 url('../../resimler/sistem/check.png') no-repeat;background-size:20px 14px;background-position:94%;} label.file .file:hover{background-color:#68bae2;} label.fileli input{position:absolute;left:-9999px;} label.fileli input + .fileli{display:inline-block;width:246px;} /*adminodalar*/ /*giriskayitlari*/ #giriskayitlarigizle{padding:0;margin:0px;} #giriskayitlarigizle ul{list-style-type:none;padding:0;margin:0px;} #giriskayitlarigizle li{list-style-type:none;height:30px} .girisli{height:30px;line-height:30px;padding-left:10px; width: 100%; border: 1px solid #ccc; background: #eee; font-weight: 700; color: #222; text-shadow: 0 1px 0 #fff; background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1)); background-image: -webkit-linear-gradient(#fff,#f1f1f1); background-image: -moz-linear-gradient(#fff,#f1f1f1); background-image: -ms-linear-gradient(#fff,#f1f1f1); background-image: -o-linear-gradient(#fff,#f1f1f1); background-image: linear-gradient(#fff,#f1f1f1);} 	#loglarigoster{padding:0;margin:0px;} .girisli i{margin-right:8px}	 #logpaneli{font-size:12px;height:24px;background:#f6f7f9;} #logpaneli ul{list-style: none outside none; height: 23px; line-height: 23px; margin: 0px; padding: 0px; background-image: url(../../resimler/sistem/altme.png); background-repeat: repeat-x; background-position: left top;} #logpaneli li{position:relative;float:left;max-height:24px;line-height:24px;cursor:pointer;border-right:#ccc solid 1px;} .aa7{width:50px;display:inline-block;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .hareketliyer{width:120px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:5px;height:18px;} .hareketliyer1{width:80px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:3px;height:14px;margin-top:3px} .hareketliyer2{width:50px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:3px;height:14px;margin-top:3px} .hareketliyer3{width:70px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:3px;height:14px;margin-top:3px} .hareketliyer4{width:80px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:3px;height:14px;margin-top:3px} .hareketliyer5{width:60px;float:left;border:1px solid #ccc;padding:2px;font-size:11px;font-weight:normal;margin-right:3px;height:14px;margin-top:3px} #hareketAraBtn{height:20px;width:40px;background:#f6f7f9;border-radius:0px;float:left;font-size:10px;border:inherit;background-image:url(../../resimler/sistem/adminbuton.png);background-repeat:repeat-x;margin-left:3px;border:1px solid #000} .glist{border-bottom:1px dotted #ccc;background:inherit;font-weight:normal;color:#222;text-shadow:inherit;background-image:inherit;max-height:22px;height:22px;border:inherit;line-height:22px;font-size:12px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;cursor:pointer} .glist:hover{background:#f5f5f5;}.aa{width:120px;display:inline-block;padding-left:5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa1{width:110px;display:inline-block;white-space:nowrap;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa2{width:125px;display:inline-block;white-space:nowrap;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa3{width:50px;display:inline-block;white-space:nowrap;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa4{width:40px;display:inline-block;white-space:nowrap;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa5{width:91px;display:inline-block;white-space:nowrap;padding-left:5px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .aa6{width:50px;display:inline-block;white-space:nowrap;padding-left:8px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} /*giriskayitlari*/ /*adminhareketleri*/ #hareketkayitlarigizle{padding:0;margin:0px;} #hareketkayitlarigizle ul{list-style: none outside none; height: 23px; line-height: 23px; margin: 0px; padding: 0px; background-image: url(../../resimler/sistem/altme.png); background-repeat: repeat-x; background-position: left top;} #hareketkayitlarigizle li{list-style-type:none;height:30px} .bb1{width:90px;display:inline-block;white-space:nowrap;padding-left:2px;overflow:hidden;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .bb2{width:160px;display:inline-block;white-space:nowrap;padding-left:2px;overflow:hidden;font-size:11px;margin-right:6px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .bb3{width:140px;display:inline-block;padding-left:0px;white-space:nowrap;overflow:hidden;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;} .paddingo{padding-left:5px;} .har111{max-height:22px;height:22px;border:inherit;line-height:22px;font-size:11px;text-decoration:none;} .har111:hover{background:#f5f5f5} /*adminhareketleri*/ /*banlistesi*/ #bankayitlarigizle{padding:0;margin:0px;} #banListesi{padding:0;margin:0px;} #banListesi ul{list-style-type:none;padding:0;margin:0px;} #banListesi li{list-style-type:none;height:22px} .ccc0{width:127px;display:inline-block;padding-left:5px;white-space:nowrap;overflow:hidden;text-align:left;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;max-height: 22px;height: 22px;border: inherit; line-height: 22px;} .ccc1{width:127px;display:inline-block;padding-left:5px;white-space:nowrap;overflow:hidden;text-align:left;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;max-height: 22px;height: 22px;border: inherit; line-height: 22px;} .ccc2{width:135px;display:inline-block;padding-left:5px;white-space:nowrap;overflow:hidden;text-align:left;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;max-height: 22px;height: 22px;border: inherit; line-height: 22px;} .ccc3{width:80px;display:inline-block;padding-left:5px;white-space:nowrap;overflow:hidden;text-align:left;font-size:11px;font-family:Helvetica,Arial,sans-serif;text-decoration:none;max-height: 22px;height: 22px;border: inherit; line-height: 22px;} /*banlistesi*/	 /*ayarlaradmin*/ #oyarGuncellemeFormu{padding:0;margin:0px;width:610px;} #oyarGuncellemeFormu ul{} #oyarGuncellemeFormu li{list-style-type:none;height:35px;line-height:35px;border-bottom:1px solid #ccc;} #oyarGuncellemeFormu input{margin:5px;height:24px;line-height:24px;padding-left:10px;border-radius:inherit;background:#fff;width:350px;text-align:left;font-size:13px;float:left;border:1px solid #ccc;color:#4e4d4d;} #oyarGuncellemeFormu select{margin:5px;height:24px;line-height:24px;padding-left:10px;border-radius:inherit;background:#fff;width:350px;text-align:left;font-size:13px;float:left;border:1px solid #ccc;color:#4e4d4d;} #oyarGuncellemeFormu span{margin-left:10px;width:240px;height:35px;text-align:left;font-size:13px;float:left;color:#4e4d4d;} #oyarDegistirTusu{margin-top:15px;width:240px;height:35px;text-align:center;font-size:13px;margin-left: auto; margin-right: auto;} #SeoGuncellemeFormu{padding:0;margin:0px;width:610px;} #SeoGuncellemeFormu ul{} #SeoGuncellemeFormu li{list-style-type:none;height:35px;line-height:35px;border-bottom:1px solid #ccc;} #SeoGuncellemeFormu input{margin:5px;height:24px;line-height:24px;padding-left:10px;border-radius:inherit;background:#fff;width:350px;text-align:left;font-size:13px;float:left;border:1px solid #ccc;color:#4e4d4d;} #SeoGuncellemeFormu select{margin:5px;height:24px;line-height:24px;padding-left:10px;border-radius:inherit;background:#fff;width:350px;text-align:left;font-size:13px;float:left;border:1px solid #ccc;color:#4e4d4d;} #SeoGuncellemeFormu span{margin-left:10px;width:240px;height:35px;text-align:left;font-size:13px;float:left;color:#4e4d4d;}#SeoGuncellemeFormu a{float:right;margin-right:8px;} #SeoGuncellemeFormu textarea{margin:5px;height:150px;line-height:24px;padding-left:10px;border-radius:inherit;background:#fff;width:350px;text-align:left;font-size:13px;float:left;border:1px solid #ccc;color:#4e4d4d;} #SeoDegistirTusu{margin-top:15px;width:240px;height:35px;text-align:center;font-size:13px;margin-left: auto; margin-right: auto;}#rutbeayarlar{padding:0;margin:0px;width:610px;} #rutbeleriSokGetir{width: 330px; border-right: 1px solid #e0e0e0; float: left; height: auto;padding:0;margin:0px; min-height: 500px;} #rutbeleriSokGetir ul{} #rutbeleriSokGetir li{list-style-type:none;height:26px;line-height:26px;border-bottom:1px solid #ccc;padding-left:12px;font-size:13px;} #rutbeleriSokGetir a{padding-left:12px;font-size:13px;}	 #rutbeGuncellemeFormu { width: 260px; float: left; margin: 0px; } #durumayarlar{padding:0;margin:0px;width:610px;} #durumleriSokGetir{width: 330px; border-right: 1px solid #e0e0e0; float: left; height: auto;padding:0;margin:0px; min-height: 500px;} #durumleriSokGetir ul{} #durumleriSokGetir li{list-style-type:none;height:26px;line-height:26px;border-bottom:1px solid #ccc;padding-left:12px;font-size:13px;} #durumleriSokGetir a{padding-left:12px;font-size:13px;}	 #durumGuncellemeFormu { width: 260px; float: left; margin: 0px; } .mikrosur{background:#ccc;color:#000;height: 30px; line-height: 30px;width:246px;display:inline-block;padding-left: 6px;margin-left: 7px;margin-bottom: 10px;font-size:12px;font-weight:normal;margin-top:5px;} .mikrosurint{border: 1px solid #ccc; background: #fff; width: 246px; padding-left: 6px; margin-bottom: 10px; font-size: 12px; height: 24px; line-height: 24px; margin-left: 7px; } .ayarbaslik{background:#ccc;padding-left:10px;max-height:30px;}	 #ayarlarmenusu{padding:0;margin:0px;font-size:11px;height:23px;background:#f6f7f9;width:608px;} #ayarlarmenusu ul{list-style:none outside none;height:23px;line-height:23px;margin:0px;padding:0px;background-image:url(../../resimler/sistem/altme.png);background-repeat:repeat-x;background-position:left top;} #ayarlarmenusu li{position:relative;display:inline;padding-right:10px;padding-left:10px;float:left;line-height:23px;cursor:pointer;border-right:#ccc solid 1px;} #ayarlarmenusu ul li a{margin-left:3px;margin-right:3px;text-align:center;text-decoration:none;} .cihazlabel{background:#ffffff;height:24px;line-height:24px;font-size:12px;width:600px;} .cihazli{padding-left:10px;font-size:12px;width:300px;height:30px;line-height:24px;} #ayarVerileriG{margin-top:0px;} .margin0{margin:0;} .list-block{margin:5px 0;font-size:16px;} .list-block ul{list-style:none;padding:0;margin:0;position:relative;} .list-block li{box-sizing:border-box;position:relative;} .list-block .item-content{box-sizing:border-box;padding-left:16px;min-height:48px;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;} .list-block .input-item .item-media, .list-block.inputs-list .item-media{-ms-flex-item-align:flex-end;-webkit-align-self:flex-end;align-self:flex-end;min-height:36px;margin-bottom:8px;padding:0;} .list-block .item-media{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-flex:0;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;-webkit-box-lines:single;-moz-box-lines:single;-webkit-flex-wrap:nowrap;-ms-flex-wrap:none;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;padding-top:8px;padding-bottom:8px;min-width:40px;} .list-block .input-item .item-inner, .list-block.inputs-list .item-inner{display:block;margin-bottom:4px;padding-bottom:0;} .list-block .item-media+.item-inner{margin-left:16px;} .list-block .item-inner{padding-right:16px;position:relative;width:100%;padding-top:8px;padding-bottom:8px;min-height:48px;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;min-width:0;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-item-align:stretch;-webkit-align-self:stretch;align-self:stretch;} .list-block .not-empty-state.item-inner .label{color:rgba(0,0,0,.65);} .list-block .input-item .floating-label, .list-block .input-item .label, .list-block.inputs-list .floating-label, .list-block.inputs-list .label{width:100%;font-size:12px;} .list-block .floating-label, .list-block .label{vertical-align:top;color:rgba(0,0,0,.65);-webkit-transition-duration:.2s;transition-duration:.2s;width:35%;-webkit-box-flex:0;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;} .list-block .item-title{min-width:0;-webkit-box-flex:1;-webkit-flex-shrink:1;-ms-flex:0 1 auto;flex-shrink:1;white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;max-width:100%;} .list-block .item-input{width:100%;-ms-flex:1;-webkit-box-flex:1;-webkit-flex-shrink:1;-ms-flex:0 1 auto;flex-shrink:1;font-size:0;position:relative;margin-bottom:4px;border-bottom:1px solid #ccc;min-height:36px;} .input-field, .item-input-field{position:relative;} .list-block select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;} .list-block input[type=date], .list-block input[type=datetime-local], .list-block input[type=email], .list-block input[type=number], .list-block input[type=password], .list-block input[type=search], .list-block input[type=tel], .list-block input[type=text], .list-block input[type=time], .list-block input[type=url], .list-block select, .list-block textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;box-sizing:border-box;border:none;background:0 0;border-radius:0;box-shadow:none;display:block;padding:0;margin:0;width:100%;height:36px;color:#212121;font-size:16px;font-family:inherit;} .item-media{background-image:url('../../resimler/sistem/baseline-android-24px.svg') !important;background-repeat:no-repeat;width:36px;height:36px;} .item-media i{display:none} .list-block .item-media i{display:none} /*ayarlaradmin*/	 .resimsec{padding-top: 8px; display: inline-block; height: 30px; width: 246px; line-height: 30px; text-align: center; font: 14px sans-serif; background: #0189f5; font-weight: normal; color: #fff; cursor: pointer;} .odauyesagbolumrenk{width: 246px;height:90px;margin-left: 7px;padding:0;border:1px solid #ccc} .odauyesagbolumrenk ul{margin: 0px;padding:0;list-style:none outside none;} .odauyesagbolumrenk ul li{list-style:none;float:left;height:38px;margin-left:6px} .sagliodarenk{ background:#ccc;width: 244px;font-size: 12px;color: #260e0a;font-family: verdana;margin-bottom: 5px;text-align:center	 } .odaalan_renk { width:30px; height:30px; display:block; float:right; } .odaalan_text { width:200px; height:34px; line-height:34px;padding-left:5px; display:block;font-size:14px; float:left; } .odarenks{ width:30px;margin-top:2px; height:30px;line-height:34px; border:1px solid #aaa; border-radius:100%; } .saglirenk{ background:#ccc;width: 244px;font-size: 12px;color: #260e0a;font-family: verdana;margin-bottom: 5px;text-align:center	 } .yildizalani{width: 246px;height:24px;margin-left: 7px;padding-left: 6px;border: 1px solid #ccc;} .yildizalani ul{margin: 0px;padding:0;list-style:none outside none;} .yildizalani ul li{list-style:none;float:left;height:24px;} .yildiz_text { width:200px; height:20px; line-height:24px;padding-left:5px; display:block;font-size:12px; float:left;color:#000 } .yildiz_renk { width:30px; height:20px;margin-top:1px; display:block; float:right;right:0px; }.ajangiris{font-size:9px;color:#ff0000}

/* Gizli Susturma İkonu Stili */
.gmute-ikon {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: #e53935 !important;
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #fff !important;
    z-index: 10 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    animation: gmutePulse 2s infinite !important;
}

.gmute-ikon i {
    font-size: 10px !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}

@keyframes gmutePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}