﻿table.tableCSS > thead > tr > th {
    background-color: #004a87;
    border-color: #004a87 !important;
    color: white !important;
    font-weight: bold !important;
}

table.fixedHeader-floating > thead > tr > th {
    background-color: darkgreen;
    border-color: darkgreen;
    color: white !important;
    font-weight: bold !important;
}

table.fixedHeader-floating.no-footer {
    border-bottom-width: 0
}

table.fixedHeader-locked > thead > tr > th {
    position: absolute !important;
    background-color: darkgreen;
    border-color: darkgreen;
    color: white !important;
    font-weight: bold !important;
}

.bg-darkgreen {
    color: white;
    background-color: #067746;
}

    .bg-darkgreen.btn-success:hover {
        background-color: #026339;
    }

.bg-darkyellow {
    background-color: #ffd800;
}

.col-form-label {
    font-weight: bold;
}

.selectedTableTR {
    background-color: #27a9e3 !important;
    color: white !important;
    border-color: #27a9e3 !important
}

.formCSSCyan {
    background-color: #068fcc !important;
    color: white !important;
    border-color: #27a9e3 !important
}

.table_title {
    font-size: 18px;
    font-weight: bolder;
    background-color: #004a87;
    color: white;
    padding: 10px 15px 10px 15px;
}

.table-responsive {
    border: solid 1px gray;
    padding: 10px 0px 15px 0px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
    font-size: 16px;
    font-weight: bolder;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    width: 56%;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border: solid 1px #b0b0b0;
    width: 90%;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    border: solid 1px #b0b0b0;
}

.sidebar-nav ul .sidebar-item .active {
    background-color: #364a5e;
    
}
.sidebar-item > .child_ul {
    background-color: black !important;
}
.thead_bold tr th {
    font-weight: bold;
}

.form-label {
    margin: 0 !important;
    line-height: 2.2;
    /*    font-size: 16px;*/
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c7d0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight:bold;
}
/* Sidebar stili */
.sidebar {
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0px;
}


    .sidebar h4 {
        font-size: 16px;
        margin-bottom: 10px;
        color: #333;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding: 15px 0px 14px 10px;
    }

    .sidebar ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        min-height: 74px; /* Minimum yükseklik */
        max-height: 272px; /* Maksimum yükseklik */
        overflow-y: auto; /* Dikey kaydırma çubuğu ekler */
    }

        .sidebar ul li a {
            text-decoration: none;
            color: #333;
            font-size: 16px;
            display: block;
            transition: background-color 0.3s, color 0.3s;
            padding: 5px 5px 5px 10px;
        }

            /* Hover efekti */
            .sidebar ul li a:hover {
                background-color: #f0f0f0;
                color: #000;
            }

            /* Aktif olan link için stil */
            .sidebar ul li a.active {
                background-color: #004a87; /* Arkaplan rengini değiştir */
                color: #fff; /* Yazı rengini beyaz yap */
            }

#sinneperLoading {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    display: none;
    background-color: white;
}
/* Preloader başlangıçta gizli */
.preloader {
    display: none;
}

    /* Preloader aktifken görünür */
    .preloader.active {
        display: flex;
    }

.hidden {
    display: none;
}

.left-sidebar {
    padding-top: 0px !important;
}

#sidebarnav > .selected > .active > .mdi {
    color: orange;
}

.height55 {
    height: 55px;
}

.btnblock {
    width: 100%;
    margin-bottom: 3px;
}
/* Varsayılan görünüm */
.sidebar-item i:before {
    color: inherit; /* Varsayılan renk */
}

.sidebar-item.selected .mdi_custom:before {
    content: "\F12D"; /* Seçili durumda değişecek başka bir simge */
    color: orange;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
    background: #004a87;
    opacity: 1;
}
.tabulator {
margin:0px!important;
}
/* Global Yükleme Göstergesi */
#global-loader {
    position: absolute;
    display: none; /* Başlangıçta gizli */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Hafif beyaz transparan arka plan */
    z-index: 99;
}

/* Dönen yükleme göstergesi */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animasyon */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Blur Arka Plan ve Progress Bar Konteyner */
#global-progress-container {
    position: absolute;
    display: none; /* Başlangıçta gizli */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); /* Hafif beyaz şeffaf arka plan */
    backdrop-filter: blur(5px); /* Blur efekti */
    z-index: 99;
}

/* Sürekli İlerleyen Progress Bar */
#global-progress-bar {
    width: 30%;
    height: 6px;
    background: #3498db;
    border-radius: 4px;
    animation: progressLoop 2s linear infinite;
}

/* Sonsuz döngüyle barın kaymasını sağla */
@keyframes progressLoop {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

