/*uetds.net*/

body.menu-open {
    overflow: hidden;
}

.navbar-nav li a:hover {
    color: #555 !important;
    background-color: #f0f1e0 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-success {
    color: #28a745 !important;
}

.content {
    min-height: 400px;
    font-size: 12px;
}

.form-control {
    __font-size: 11px;
}

.row-bdy [class^="col-md-"] {
    padding: 3px;
}

.row-hdr,
.row-bdy {
    margin: 0px;
}

.table td,
.table th {
    padding: .25rem;
}

thead a {
    color: black;
}

.copyright {
    font-size: 10px;
}

.select-group-append {
    font-size: 90%;
    width: 90px;
    height: 38px;
    background: #e5f2ff;
    border-left: 0px;
    border-radius: 0px .25em .25em;
    cursor: pointer;
}

.nav-item.active .nav-link {
    border-bottom: 3px solid #ffc107;
    padding-bottom: .3em;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .form-control {
        padding: 0px;
        border: 0px;
        background: transparent !important;
        height: auto;
    }

    select {
        -webkit-appearance: none;
    }

    textarea {
        resize: none;
    }

    tr {
        page-break-inside: avoid;
    }

    ::-webkit-input-placeholder {
        color: transparent !important;
    }

    :-moz-placeholder {
        color: transparent !important;
    }

    ::-moz-placeholder {
        color: transparent !important;
    }

    :-ms-input-placeholder {
        color: transparent !important;
    }
}

@media only screen and (max-width : 1024px) {

    .table td,
    .table th,
    .form-control,
    .btn {
        font-size: 11px;
    }

    .form-control {
        padding: 0px 3px;
    }

    div.form-control {
        padding: .375rem .75rem;
    }

    .logoTitle {
        font-size: 17px;
    }

    .userTitle {
        text-align: center !important;
        padding-bottom: 10px;
    }

    .copyright {
        text-align: center;
        border: 1px solid #e6e6e6;
        background: #e8f0fe;
    }

    .copyright a {
        font-size: 10px;
        display: block;
    }

    .select-group-append {
        height: auto;
    }

    .input-group-text {
        padding: 0 10px;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sefertakip-row {
    border: 1px solid silver;
    padding: 50px;
    padding: 10px 0;
    border-radius: 10px;
}

.sefertakip-sender {
    padding: 2px;
    width: 25%;
    margin-top: 10px;
    border: 1px solid silver;
    background: #f5f3f3;
    text-align: center;
    float: left;
}

.sefertakip-receiver {
    padding: 2px;
    width: 25%;
    margin-top: 10px;
    border: 1px solid silver;
    background: #f5f3f3;
    text-align: center;
    float: right;
}

.sefertakip-row:nth-of-type(odd) {
    background: #fffdee;
}

.ui-autocomplete {
    max-height: 200px;
    overflow: auto;
}

/* 
    uetds.net v2 design
*/

/* Seferler Tablosu için */
#header-fixed {
    position: fixed;
    top: 0px;
    display: none;
    background-color: white;
}

@media screen and (max-width:992px) {
    #header-fixed {
        top: 50px;
        left: 0;
        right: 0;
    }
}



 
/* =============================== */
/*   General Header Customizes     */
/* ==============================  */
#modern-header-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1031;
}

#modern-header-container .navbar-brand {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.5rem;
    color: #343a40 !important;
}

#modern-header-container .navbar-brand img {
    height: 25px;
    margin-right: 10px;
}

#modern-header-container .firma-unvani-wrapper {
    font-size: 0.9rem;
    font-weight: 500;
    color: #dc3545;
}
@media screen and (max-width: 992px) {
    #modern-header-wrapper.sticky-mobile {
        position: sticky;
        top: 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    #modern-header-container .navbar-brand {
        font-size: 14px !important;
    }

    #modern-header-container .menu-toggler {
        width: 20px !important;
        height: 20px !important;
    }
}

/* =============================== */
/*   Desktop Header Customizes     */
/* ==============================  */

#desktop-menu-container {
    background-color: #fff;
}
.desktop-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    border-bottom: 1px solid #e5e5e5;
}
.desktop-nav .nav-item a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;

}
.desktop-nav .nav-item.logout-link a:hover {
    border-radius: 6px;
    color: white !important;
    background-color: #CD5C5C;
}
.desktop-nav .nav-item a:hover {
    color: #007bff;
    background-color: #f8f9fa;
}
.desktop-nav .nav-item.active a {
    color: #007bff;
    border-bottom-color: #007bff;
}
.desktop-nav .nav-item .badge {
    margin-right: 8px;
    font-size: 0.7rem;
    padding: 4px 6px;
    color: #fff;
    background-color: red !important;
}
.desktop-nav .nav-item.active .badge {
    background-color: #007bff !important;
}

/* Mobile Menu Customizes */
#mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(5px);
    z-index: 1040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    overflow-y: auto;
}

#mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

#mobile-menu-overlay .close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 2.5rem;
    color: #343a40;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
}

#mobile-menu-overlay .menu-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem;
    color: #6c757d;
}

#mobile-menu-overlay .mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
    max-width: 400px;
}

#mobile-menu-overlay .mobile-nav .nav-item a {
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 14px 10px;
    font-size: 1rem;
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}
#mobile-menu-overlay .mobile-nav .nav-item.active a {
    background-color: #e9ecef;
    font-weight: 600;
    color: #007bff;
}
#mobile-menu-overlay .mobile-nav .badge {
    font-size: 0.85rem;
    margin-right: 15px;
    min-width: 35px;
    text-align: center;
    padding: 5px;
    background-color: #dc3545 !important;
    color: white;
    font-weight: 500;
}
#mobile-menu-overlay .mobile-nav .nav-item.active .badge {
    background-color: #007bff !important;
}
#mobile-menu-overlay .mobile-nav a i.fas {
    margin-right: 15px;
    width: 35px;
    text-align: center;
    color: #495057;
}
#mobile-menu-overlay .mobile-nav .logout-link a {
    color: #dc3545;
    font-weight: 500;
    transition: 0.3s all;
}
#modern-header-container .menu-toggler {
    border: none;
    background: transparent;
    font-size: 1.5em;
    position: relative;
    transition: .3s ease-in-out;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}
#modern-header-container .menu-toggler {
    border: none;
    background: transparent;
    width: 28px;
    height: 24px;
    position: relative;
    cursor: pointer;
    outline: none !important;
}
#modern-header-container .menu-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #343a40;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all .25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#modern-header-container .menu-toggler span:nth-child(1) {
    top: 2px;
}
#modern-header-container .menu-toggler span:nth-child(2) {
    top: 10px;
}
#modern-header-container .menu-toggler span:nth-child(3) {
    top: 18px;
}
#modern-header-container .menu-toggler.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
#modern-header-container .menu-toggler.open span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}
#modern-header-container .menu-toggler.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
#mobile-menu-overlay .menu-header strong {
    white-space: normal;
    word-break: break-word;
}
#closeMobileMenu {
    outline: 0;
}

/* Otomatik Bildirim Uyarısı (Başarısız kayıt var ise) */
#otomatikBildirimUyarisi .card {
    border: 1px solid #ffeeba;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
#otomatikBildirimUyarisi .card-header {
    background-color: transparent;
    border-bottom: none;
}
#otomatikBildirimUyarisi .btn-warning {
    background-color: #fff9e6;
    color: #856404;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    transition: background-color 0.3s ease;
}
#otomatikBildirimUyarisi .btn-warning:hover {
    background-color: #fff3cd;
}
#otomatikBildirimUyarisi .btn-warning:focus {
    box-shadow: none;
}
#otomatikBildirimUyarisi .btn-warning[aria-expanded="true"] {
    background-color: #fff3cd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#otomatikBildirimUyarisi .chevron-icon {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}
#otomatikBildirimUyarisi .btn-warning[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
}
#otomatikBildirimUyarisi .card-body {
    background-color: #fcfcfc;
    padding: 15px 20px;
    color: #555;
    border-top: 1px solid #ffeeba;
}
#otomatikBildirimUyarisi .card-body ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}
#otomatikBildirimUyarisi .card-body ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:992px) {
    #otomatikBildirimUyarisi span:first-child {
        font-size: 15px;
    }
}

/* Duyurular Sayfası */
#announcementsAccordion {
    margin: 0;
    padding: 0;
}
#announcementsAccordion .card {
    border: none;
    border-radius: 12px;
    background: #ffffff;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#announcementsAccordion .card:hover {
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.12);
    transform: translateY(-2px);
}
#announcementsAccordion .card-header {
    padding: 0;
    border: none;
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    position: relative;
    overflow: hidden;
}
#announcementsAccordion .card-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}
#announcementsAccordion .card-header:hover::before {
    left: 100%;
}
#announcementsAccordion .card-header h5 {
    margin: 0;
}
#announcementsAccordion .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
#announcementsAccordion .card-header a:hover {
    color: #ffffff;
    text-decoration: none;
}
#announcementsAccordion .card-header a:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
#announcementsAccordion .card-header a>div {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}
#announcementsAccordion .card-header a .fa-bullhorn {
    font-size: 18px;
    opacity: 0.9;
    flex-shrink: 0;
}
#announcementsAccordion .card-header a .toggle-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}
#announcementsAccordion .card-header a[aria-expanded="true"] .toggle-icon {
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.25);
}
#announcementsAccordion .card-body {
    background: #ffffff;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    border: none;
}
#announcementsAccordion .card-footer {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 12px 20px;
    font-size: 12px;
    color: #64748b;
    text-align: right;
}
@media (max-width: 576px) {
    #announcementsAccordion .card {
        margin-bottom: 8px;
        border-radius: 8px;
    }

    #announcementsAccordion .card-header a {
        padding: 10px;
        font-size: 15px;
    }

    #announcementsAccordion .card-header a>div {
        gap: 10px;
    }

    #announcementsAccordion .card-header a .fa-bullhorn {
        font-size: 16px;
    }

    #announcementsAccordion .card-header a .toggle-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    #announcementsAccordion .card-body {
        padding: 20px 16px;
        font-size: 13px;
    }

    #announcementsAccordion .card-footer {
        padding: 10px 16px;
        font-size: 11px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {
    #announcementsAccordion .card-header a {
        font-size: 15px;
    }

    #announcementsAccordion .card-body {
        font-size: 13px;
    }
}
#announcementsAccordion .collapse {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#announcementsAccordion .card-header a:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -2px;
}

@media (prefers-contrast: high) {
    #announcementsAccordion .card {
        border: 2px solid #2563eb;
    }

    #announcementsAccordion .card-footer {
        border-top: 2px solid #2563eb;
    }
}

/* Kullanicilar */
#kullanici-form-container .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    border: none;
}
#kullanici-form-container .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
#kullanici-form-container .form-group label {
    font-weight: 500;
    color: #495057;
}
#kullanici-form-container .custom-control-label {
    cursor: pointer;
}
#kullanici-form-container .yetki-bolumu {
    background-color: #fdfdfd;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1.25rem;
    margin-top: 1rem;
}
#kullanici-form-container .yetki-bolumu h6 {
    font-weight: 600;
    color: #343a40;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
#kullanici-form-container .scrollable-list {
    max-height: 180px;
    overflow-y: auto;
    padding: 0.75rem;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
#kullanici-form-container .scrollable-list .custom-control {
    margin-bottom: 0.5rem;
}

/* Rapor */
.rapor-title {
    padding: 0.5em;
    background: #007bff !important;
    background: blue;
    color: #fff !important;
}

/* Araçlar Form */
#arac-form-container .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    border: none;
}
#arac-form-container .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 1.1rem;
}
#arac-form-container .form-group label {
    font-weight: 500;
    color: #495057;
}
#arac-form-container .custom-control-label {
    cursor: pointer;
}
#arac-form-container .sub-section {
    background-color: #fdfdfd;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1.25rem;
    margin-top: 1rem;
}
#arac-form-container .sub-section-header {
    font-weight: 600;
    color: #343a40;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
#arac-form-container .input-group-append .btn {
    font-size: 0.875rem;
}
@media screen and (max-width:992px) {
    #arac-form-container #plaka {
        width: 100%;
    }

    #arac-form-container .input-group {
        justify-content: center;
    }
}

/* Boş Araçlar */
#bos-araclar-sayfasi .card {
    border: 1px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
#bos-araclar-sayfasi .card-ara {
    background-color: #f8f9fa;
}
#bos-araclar-sayfasi .card-body .nereden-nereye {
    font-size: 1.1rem;
    font-weight: 500;
}
#bos-araclar-sayfasi .table th,
#bos-araclar-sayfasi .table td {
    vertical-align: middle;
}
#bos-araclar-sayfasi .thead-filters th {
    padding: .5rem;
}
#bos-araclar-sayfasi .thead-filters .form-control-sm {
    font-size: .8rem;
}