﻿.highlight .input-group-text {
    background: #886ab5;
    color: #fff !important;
    border-color: #886ab5;
}

.highlight select,
.highlight input[type="text"],
.highlight textarea
{
    border-color: #886ab5;
}


body.mod-skin-dark #logo-sidebar-white {
    display: flex;
}

body.mod-skin-dark #logo-sidebar-color {
    display: none;
}

body:not(.mod-skin-dark) #logo-sidebar-white {
    display: none;
}

body:not(.mod-skin-dark) #logo-sidebar-color {
    display: flex;
}


body.mod-skin-dark {
    background: #37393e;
}
 
.modal-flys-ekart #modalBilgilendirme_icerik {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 185px;
    padding-top: 15px;
    max-width: 100%;
    padding-right: 25px;
}

#modal-sms #txt-sms-code {
    font-weight: 900;
    font-size: 35px;
    height: 70px;
    display: block;
}

    #modal-sms #txt-sms-code::placeholder {
        font-weight: 300;
        font-size: 20px;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
    }

#modal-sms input[type=number]::-webkit-inner-spin-button,
#modal-sms input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

table.dataTable.fixedHeader-floating {
    top: 66px !important;
}

body.nav-function-top table.dataTable.fixedHeader-floating {
    top: 122px !important;
}

.input-group input.sr-only[data-role="tagsinput"] {
    display: none;
}

.input-group .bootstrap-tagsinput {
    flex: 1;
    border-radius: 0px 4px 4px 0px;
    border-color: #E5E5E5;
    box-shadow: none;
    padding-top: 8px;
}


span.multiselect-native-select {
    display: flex;
    flex: auto;
}

.bootstrap-tagsinput .badge {
    margin: 2px 2px;
    padding: 2px 8px;
}

.input-group > .multiselect-native-select:not(:first-child) .btn-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:has(.input-group-append) > .multiselect-native-select:not(:first-child) .btn-group .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
} 

.input-group-sm > .multiselect-native-select:not(:first-child) .btn-group .btn {
    height: calc(1.5em + 0.657rem + 2px);
    padding-top: 6px;
}

span.multiselect-native-select .multiselect-filter .input-group {
    display: block;
}

    span.multiselect-native-select .multiselect-filter .input-group .form-control.multiselect-search {
        width: 98%;
        border-radius: 4px;
        height: calc(1.5em + 0.657rem + 2px);
        padding-top: 8px;
    }

span.multiselect-native-select .multiselect-filter .input-group-btn {
    display: none;
}

.multiselect-container > li > a > label {
    padding: 5px 10px;
}

.multiselect-container.dropdown-menu.show {
    width: 100%;
}

.textarea-row-num {
    overflow-y: hidden;
    background-color: white;
    color: rgb(105,105,105);
    text-align: right;
    vertical-align: top;
    z-index: 0;
    width: 50px !important;
    flex: none !important;
    resize: none;
    padding-left: 5px !important;
    padding-right: 5px !important;
    height: 100%;
}

.textarea-with-row-num {
    height: 100%;
}

.sweet-login-iframe {
    width: 100%;
    height: 540px;
    border: 0;
    border-radius: 10px;
}

.swal2-popup.swal-login {
    background: transparent;
    padding: 0;
}

.swal2-container.swal2-shown.swal-login-container {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.85);
}

select.select2 {
    width: 1px !important;
}

.custom-header-expand .panel-toolbar .btn-panel {
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 25px;
}

    .custom-header-expand .panel-toolbar .btn-panel:active {
        box-shadow: none !important;
    }

.custom-header-expand .panel:not(.panel-collapsed) .panel-toolbar .btn-panel i:before {
    content: "\f106";
}

.custom-header-expand .panel.panel-collapsed .panel-toolbar .btn-panel i:before {
    content: "\f107";
}


.breadcrumb-arrow li.current a {
    background-color: #886ab5;
}

    .breadcrumb-arrow li.current a:before {
        border-color: #886ab5;
        border-left-color: transparent;
    }

    .breadcrumb-arrow li.current a:after {
        border-left-color: #886ab5;
    }

.form-control.is-valid-no-icon {
    border-color: #1dc9b7;
}

.form-control.is-invalid-no-icon {
    border-color: #fd3995;
}

.form-compact .form-group {
    margin-bottom: .2rem;
}

.form-compact .form-control,
.form-compact .input-group-sm > .custom-select,
.form-compact .input-group-sm > .input-group-prepend > .input-group-text,
.form-compact .input-group-sm > .input-group-append > .input-group-text,
.form-compact .input-group-sm > .input-group-prepend > .btn,
.form-compact .input-group-sm > .input-group-append > .btn {
    padding: 0.175rem 0.844rem;
}

.form-compact .input-group-sm > .form-control:not(textarea),
.form-compact .input-group-sm > .custom-select {
    height: calc(1.2em + 0.75rem + 2px);
}

.input-group.custom-flys-label .form-control {
    background-color: #eae4f2
}


.input-group > .custom-label-number {
    font-weight: bold;
    text-align: right;
    background-color: #ffffff !important;
}

.js-get-date {
    visibility: visible
}


body.modal-open .select2-dropdown {
    z-index: 9999;
}

.sweet-yes-no {
    opacity: 1;
}

.atf-create-full-screen .page-sidebar {
    display: none;
}

.atf-create-full-screen .page-header {
    display: none;
}

.atf-create-full-screen .page-content-wrapper, .atf-create-full-screen .page-content {
    margin-top: 0 !important;
}


.btn-switch-open .btn-switch {
    color: #fff;
    background: #886ab5 !important;
}

.btn-switch-open .onoffswitch-title {
    font-weight: 500;
    color: #886ab5;
}

.btn-switch-open .btn-switch:before {
    content: "AÇIK" !important;
    left: 7px !important;
    right: auto !important;
}

.btn-switch-open .btn-switch:after {
    content: " " !important;
    right: 0 !important;
    left: auto !important;
    background: #fff !important;
    color: #886ab5 !important;
}

.subheader {
    margin-bottom: .5rem;
    margin-top: .3rem;
}

.subheader-title {
    font-size: .9rem;
}

.panel-hdr {
    min-height: 2.5rem;
}

    .panel-hdr h2 {
        line-height: 2.5rem;
        padding-top: 1px;
    }

.shortcut-menu.shortcut-menu-sm .menu-item, .shortcut-menu.shortcut-menu-sm label.menu-open-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.shortcut-menu.shortcut-menu-sm .app-shortcut-icon {
    width: 3px;
    height: 3px;
    -webkit-box-shadow: -5px -5px, 0 -5px, 5px -5px, -5px 0, 5px 0, -5px 5px, 0 5px, 5px 5px;
    box-shadow: -5px -5px, 0 -5px, 5px -5px, -5px 0, 5px 0, -5px 5px, 0 5px, 5px 5px;
}

.shortcut-menu.shortcut-menu-sm .menu-open:checked ~ .menu-item:nth-child(3) {
    -webkit-transform: translate3d(0, -33px, 0);
    transform: translate3d(0, -33px, 0);
}

.shortcut-menu.shortcut-menu-sm .menu-open:checked ~ .menu-item:nth-child(4) {
    -webkit-transform: translate3d(0, -66px, 0);
    transform: translate3d(0, -66px, 0);
}

.shortcut-menu.shortcut-menu-sm .menu-open:checked ~ .menu-item:nth-child(5) {
    -webkit-transform: translate3d(0, -99px, 0);
    transform: translate3d(0, -99px, 0);
}

.shortcut-menu.shortcut-menu-sm .menu-open:checked ~ .menu-item:nth-child(6) {
    -webkit-transform: translate3d(0, -132px, 0);
    transform: translate3d(0, -132px, 0);
}

.page-footer {
    height: 2rem;
}

.form-control:focus {
    background-color: #fff700;
    background-color: rgba(255, 247, 0, 0.33);
}

.swal2-container {
    z-index: 3000;
}

.table.custom-table-size th, .table.custom-table-size td {
    padding: 0.3rem;
    font-size: 0.75rem;
}

.btn-custom-size.btn-icon {
    width: calc(1.5rem + 2px);
    padding: 1px 0.244rem;
}

.ie-alert {
    background: rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999;
    text-align: center;
    padding-top: 200px;
    font-weight: bold;
}

.btn-large-custom {
    width: 155px;
}

    .btn-large-custom i {
        font-size: 3.9375rem;
    }


a.btn[disabled="disabled"] {
    pointer-events: none;
}

    a.btn[disabled="disabled"]:after {
        content: ' ';
        position: absolute;
        background: #ffffff;
        background: rgba(255, 255, 255, 0.25);
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

.custom-hide-header #js-page-content {
    margin-top: 0 !important;
}

.stepwizard-step p {
    margin-top: 10px;
}

.user-settings .tab-content {
    background: white;
}


.process {
    display: table;
    width: 100%;
    position: relative;
}

    .process .process-row {
        display: table-row;
    }

    .process .process-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .process .process-row:before {
        top: 50px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 80%;
        height: 1px;
        background-color: #ccc;
        z-index: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .process .process-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }

        .process .process-step p {
            margin-top: 10px;
        }

    .process .btn-circle {
        width: 100px;
        height: 100px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }



.input-group-sm > .input-group-prepend.btn-datepicker > .input-group-text,
.input-group-sm > .input-group-append.btn-datepicker > .input-group-text {
    padding: 0.375rem 0.544rem;
}

.btn-danger-2 {
    color: #fff;
    background-color: #dd4b39;
    border-color: #d73925;
    box-shadow: none;
}

    .btn-danger-2:hover {
        color: #fff;
        background-color: #b94132;
    }

.btn-datepicker {
    cursor: pointer;
}

.dashboard-infobox-icon {
    font-size: 5rem;
    top: 4%;
    right: 9%;
}

.subheader-title i {
    margin-right: 0.5rem;
}

.spinner-custom {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 1rem;
    height: 1rem;
    z-index: 99;
}

.custom-input-with-spinner {
    position: relative;
}

.btn-fancy-atf {
    user-select: auto !important;
}

.search #txtSearch {
    height: 2.625rem;
    line-height: normal;
    border-radius: 4px;
    background: transparent;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9375rem;
    padding: 0.38rem;
}

.search #btnSearch {
    position: absolute;
    visibility: hidden;
    top: 1px;
    left: 1px;
    width: 1px;
    height: 1px;
    display: block;
}

.header-icons .header-icon {
    cursor: pointer;
}

.shortcut-menu .menu-item, .shortcut-menu label.menu-open-button {
    bottom: -30px;
}

.custom-error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 100%;
    color: #fd3995;
    font-weight:400;
}

.custom-file.custom-file-sm {
    height: calc(1.5em + .75rem - 3px);
    padding: .375rem .844rem;
    font-size: .75rem;
    line-height: 1.5;
}

    .custom-file.custom-file-sm .custom-file-label {
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .844rem;
        font-size: .75rem;
        line-height: 1.5;
        cursor: pointer;
        z-index: 3;
        white-space: nowrap;
        overflow: hidden;
    }

        .custom-file.custom-file-sm .custom-file-label:after {
            height: calc(1.5em + .75rem);
            padding: .375rem .844rem;
            font-size: .75rem;
            line-height: 1.5;
            cursor: pointer;
            z-index: 3
        }

body.nav-function-minify .page-logo img {
    content: url("../../../Content/images/fillo-panel-logo-alt.png");
}

body.nav-function-top.nav-function-minify .page-logo img {
    content: url("../../../Content/images/fillo-panel-logo-alt-white.png");
}

body.nav-function-top .search #pnlSearch .form-control, body.nav-function-top .search #pnlSearch .form-control:focus {
    color: white;
}



body.login-page .custom-logo {
    margin-bottom: 30px;
}

.logout-button {
    color: red;
}

#modalMail .alert {
    margin-bottom: 1rem;
}

#modalMail .modal-header {
    border-bottom: 1px solid #dee2e6;
}

#modalMail .modal-footer {
    border-top: 1px solid #dee2e6;
}


/*.custom-styles .input-group .input-group-prepend {
    width: 20%;
}

    .custom-styles .input-group .input-group-prepend .input-group-text {
        width: 100%;
    }

.custom-styles .input-group  .select2 {
    width: 20%;
}*/




.input-label-w50 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 50%;
}

.input-label-w50-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 50% !important;
}

.input-label-w20 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 20%;
}

.input-label-w20-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 20% !important;
}

.input-label-w30 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 30%;
}

.input-label-w30-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 30% !important;
}

.input-label-w10 .input-group .input-group-prepend:first-of-type {
    width: 10%;
}

.input-label-w10-important .input-group .input-group-prepend:first-of-type {
    width: 10% !important;
}

.input-label-w10 .input-group .input-group-prepend.w-auto:first-of-type {
    width: auto;
}

.input-label-w10-important .input-group .input-group-prepend.w-auto:first-of-type {
    width: auto !important;
}

.custom-styles .input-group .input-group-prepend:first-of-type .input-group-text {
    width: 100%;
    font-weight: bold;
}

.input-label-f130 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 130px;
}

.input-label-f130-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 130px !important;
}

.input-label-f140 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 140px;
}

.input-label-f140-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 140px !important;
}

.input-label-f150 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 150px;
}

.input-label-f150-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 150px !important;
}

.input-label-f160 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 160px;
}

.input-label-f160-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 160px !important;
}

.input-label-f170 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 170px;
}

.input-label-f170-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 170px !important;
}

.input-label-f180 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 180px;
}

.input-label-f180-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 180px !important;
}

.input-label-f190 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 190px;
}

.input-label-f190-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 190px !important;
}

.input-label-f200 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 200px;
}

.input-label-f200-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 200px !important;
}

.input-label-f210 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 210px;
}

.input-label-f210-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 210px !important;
}

.input-label-f220 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 220px;
}

.input-label-f220-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 220px !important;
}

.input-label-f230 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 230px;
}

.input-label-f230-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 230px !important;
}

.input-label-f240 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 240px;
}

.input-label-f240-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 240px !important;
}

.input-label-f250 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 250px;
}

.input-label-f250-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 250px !important;
}

.input-label-f260 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 260px;
}

.input-label-f260-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 260px !important;
}

.input-label-f270 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 270px;
}

.input-label-f270-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 270px !important;
}

.input-label-f280 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 280px;
}

.input-label-f280-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 280px !important;
}

.input-label-f290 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 290px;
}

.input-label-f290-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 290px !important;
}

.input-label-f300 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 300px;
}

.input-label-f300-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 300px !important;
}


.input-label-f120 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 120px;
}

.input-label-f120-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 110px !important;
}

.input-label-f110 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 110px;
}

.input-label-f110-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 110px !important;
}

.input-label-f100 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 100px;
}

.input-label-f100-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 100px !important;
}

.input-label-f90 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 90px;
}

.input-label-f90-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 90px !important;
}

.input-label-f80 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 80px;
}

.input-label-f80-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 80px !important;
}

.input-label-f70 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 70px;
}

.input-label-f70-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 70px !important;
}

.input-label-f200 .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 200px;
}

.input-label-f200-important .input-group .input-group-prepend:not(.input-group-append):first-of-type {
    width: 200px !important;
}


.custom-styles .input-group .select2-container--default .select2-selection {
    border-radius: 0 4px 4px 0;
}

.custom-styles .input-group.input-group-alone .select2-container--default .select2-selection {
    border-radius: 4px 4px 4px 4px;
}

.custom-styles .input-group .select2-container--default.select2-container--open .select2-selection {
    border-radius: 0 4px 0 0;
}

.custom-styles .input-group.input-group-alone .select2-container--default.select2-container--open .select2-selection {
    border-radius: 4px 4px 0 0;
}


.custom-styles .input-group.input-group-sm .select2-container .select2-selection--single {
    height: calc(1.1em + 1rem + 1.7px);
}

.custom-styles .input-group.input-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.1em + 1rem + 1.7px);
}

.custom-styles .input-group.input-group-sm .select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    background-color: #fff700;
    background-color: rgba(255, 247, 0, 0.490196078431);
}

.custom-styles .input-group.input-group-sm .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    background-color: #fff700;
    background-color: rgba(255, 247, 0, 0.490196078431);
}

.rd-list {
    margin-right: 10px;
}


.set-width-calc.input-group .input-group-prepend {
    width: calc(31% + 0.61px)
}

.custom-styles .input-label-w10 .set-width-calc.input-group .select2 {
    width: calc(69% - 0.61px) !important;
}




.input-label-w10 .set-width-calc.input-group.ref-not .input-group-prepend {
    width: calc(((18%) + 0.61px) - 42px);
}

.input-group.select-w-50 .select2 {
    width: 50% !important;
}

.customer-delivery-list .teslim-alinma-durumu .input-group-prepend {
    width: 106px;
}

.customer-delivery-list .teslim-alinma-durumu .select2 {
    width: calc(100% - 106px) !important;
}

a.aspNetDisabled {
    cursor: default;
    opacity: 0.7;
}

.btn-custom-size, .btn-group-custom-size > .btn {
    padding: 1px 0.844rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    border-radius: .25rem;
}

.nav-function-minify .info-card {
    display: none;
}

.nav-function-minify .nav-menu {
    padding-top: 10px;
}

.status-custom:before {
    left: 1.5625rem;
    top: 1.09375rem;
}

.excel-import-uyarilar {
    padding-left: 15px;
}

    .excel-import-uyarilar li {
        margin: 5px 0;
    }

.input-group .rd-list {
    padding-top: 5px;
    padding-left: 10px;
}

table.dataTable th {
    white-space: nowrap;
}


.nowrap {
    white-space: nowrap;
}

.nowrap-header th, .nowrap-header td {
    white-space: nowrap;
}



div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 4px 0 0 4px !important;
}

div.dataTables_wrapper div.dataTables_filter .btn-table-search {
    border-radius: 0 4px 4px 0 !important;
    border-left: 0;
    cursor: pointer;
}

.btn-fancy-atf {
    cursor: pointer;
}

.table .table-header td, .table .table-header th {
    font-weight: 500;
}

body:not(.mod-skin-dark) .table .table-primary:hover, body:not(.mod-skin-dark) .table .table-primary:hover > th, body:not(.mod-skin-dark) .table .table-primary:hover > td {
    background-color: #ded5ea;
}

body.mod-skin-dark .table .table-primary, body.mod-skin-dark .table .table-primary > th, body.mod-skin-dark .table .table-primary > td {
    background-color: #383b40;
}


    body.mod-skin-dark .table .table-primary:hover, body.mod-skin-dark .table .table-primary:hover > th, body.mod-skin-dark .table .table-primary:hover > td {
        background-color: #383b40;
    }


.fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible;
}

.dropdown-menu.dropdown-lg {
    width: 20.5rem;
}

.text-truncate-lg {
    max-width: 245px;
}

.settings-font-size label i {
    line-height: 22px;
}

.bootbox .modal-header {
    border-bottom: 0;
}

.bootbox .modal-footer {
    border-top: 0;
}

.table th {
    padding: 0.5rem;
}

body.mod-skin-dark .table.table-rapor {
    background: #37393e;
}

body:not(.mod-skin-dark) .table.table-rapor {
    background: white;
}

body:not(.mod-skin-dark) .table.table-rapor thead tr {
        background: #c1b2d9;
    }

body:not(.mod-skin-dark) .table.table-white thead tr {
    background: white !important;
}

.table td {
    padding: 0.2rem 0.3rem;
    vertical-align: middle;
}

    .table td.select-checkbox {
        padding: 0.2rem 0.3rem;
    }

.table th.select-checkbox {
    padding: 0.5rem 0.3rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #505050;
    background-color: rgba(80, 80, 80, 0.1);
}

table.dataTable .control {
    padding: 14px !important;
}

.table-hover tbody tr:hover {
    background-color: #fff700 !important;
    background-color: rgba(255, 247, 0, 0.5) !important;
}


table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    font-weight: 400;
}


.dataTables_wrapper tr.child td.child .dtr-details:after {
    left: inherit;
    right: 0;
    width: 2rem;
}

.dataTables_wrapper tr.child td.child .dtr-details {
    padding: 1rem 1.95rem 1.5rem 1rem;
}

    .dataTables_wrapper tr.child td.child .dtr-details:before {
        right: 30px;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
    width: 2rem;
    right: 0;
    left: inherit;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 130px;
}

.ui-menu.ui-widget-content.ui-autocomplete {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.info-card-text .text-truncate-md {
    max-width: 201px;
}

.info-card-login-date {
    position: absolute;
    color: white;
    right: 0;
    bottom: 5px;
    opacity: 0.8;
    font-style: italic;
    width: 100%;
    text-align: center;
    font-size: 0.71rem;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox,
table.dataTable thead th.select-checkbox {
    position: relative;
}

    table.dataTable tbody td.select-checkbox:before,
    table.dataTable tbody td.select-checkbox:after,
    table.dataTable tbody th.select-checkbox:before,
    table.dataTable tbody th.select-checkbox:after,
    table.dataTable thead th.select-checkbox:before,
    table.dataTable thead th.select-checkbox:after {
        display: block;
        /*position: absolute;
        top: 1.2em;
        left: 50%;*/
        /*width: 12px;
        height: 12px;*/
        box-sizing: border-box;
    }

    table.dataTable tbody td.select-checkbox:before,
    table.dataTable tbody th.select-checkbox:before,
    table.dataTable thead th.select-checkbox:before {
        content: ' ';
        display: block;
        width: 1.125rem;
        height: 1.125rem;
        /*pointer-events: none;*/
        background-color: #fff;
        border: #adb5bd solid 2px;
    }

body.mod-skin-dark table.dataTable tbody td.select-checkbox:before,
body.mod-skin-dark table.dataTable tbody th.select-checkbox:before,
body.mod-skin-dark table.dataTable thead th.select-checkbox:before {
    background-color: #393446;
}

table.dataTable tr.selected td.select-checkbox:before,
    table.dataTable tr.selected th.select-checkbox:before,
    table.dataTable thead th.select-checkbox.selected:before {
        color: #fff;
        border-color: #6e4e9e;
        background-color: #7a59ad;
    }

    table.dataTable tr.selected td.select-checkbox:after,
    table.dataTable tr.selected th.select-checkbox:after,
    table.dataTable thead th.select-checkbox.selected:after {
        display: block;
        width: 1.125rem;
        height: 1.125rem;
        content: " ";
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") no-repeat 50% / 0.5rem;
        background-size: 50% 50%;
        margin-top: -18px;
    }





@media (min-width: 992px) {
    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste {
        width: 26rem;
    }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste {
            width: 45rem;
        }


        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste li {
            width: 49.9%;
            display: inline-block;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste li {
            width: 33.3%;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste:not(.uclu-genis-liste) li:nth-of-type(2n) {
            border-left: 1px solid rgba(0, 0, 0, 0.15);
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste li:nth-of-type(3n-1) {
            border-left: 1px solid rgba(0, 0, 0, 0.15);
            border-right: 1px solid rgba(0, 0, 0, 0.15);
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.tekli-item li:nth-last-child(2) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: -1px;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste li:nth-last-child(3) {
            border-bottom: 1px solid rgba(0, 0, 0, 0.15);
            margin-bottom: -1px;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste li:first-of-type a {
            border-radius: 10px 0 0 0;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste li a .nav-link-text {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste:not(.uclu-genis-liste) li:nth-of-type(2) {
            border-top: 0;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste li:nth-of-type(3) {
            border-top: 0;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste:not(.uclu-genis-liste) li:nth-of-type(2) a {
            border-radius: 0 10px 0 0;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.uclu-genis-liste li:nth-of-type(3) a {
            border-radius: 0 10px 0 0;
        }


        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.tekli-item li:last-of-type:after {
            content: ' ';
            border-right: 1px solid rgba(0, 0, 0, 0.15);
            height: 100%;
            position: absolute;
            top: 0;
            right: -1px;
        }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul.genis-liste.tekli-item li:last-of-type a {
            border-radius: 0 0 0 10px;
        }



    .page-content {
        padding: .5rem 2rem;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
        width: calc(100% + 0px);
        height: calc(100% + 17px);
        left: 0px;
    }


    .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > ul:after {
        height: calc(100%);
        width: calc(100% + 16px);
        top: 0;
    }

    .header-function-fixed.nav-function-top .page-sidebar {
        position: fixed !important;
    }

    .nav-function-top .page-content-wrapper.custom-hide-header {
        margin-top: 0;
    }

    .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
        padding: 0;
    }

        .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li {
            border-top: 1px solid #000000;
            border-top: 1px solid rgba(0, 0, 0, 0.15);
        }


            .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:first-of-type {
                border-top: 0;
            }

                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:first-of-type a {
                    border-radius: 10px 10px 0 0;
                }

            .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:last-of-type {
                border-bottom: 0;
            }

                .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:last-of-type a {
                    border-radius: 0 0 10px 10px;
                }

            .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:nth-of-type(1):nth-last-of-type(1) {
                padding: 1rem 0;
            }

    .modal-custom-size {
        max-width: 685px;
    }
}

@media (min-width: 1399px) {
    .mod-main-boxed.header-function-fixed.nav-function-top .page-sidebar {
        width: 100%;
        max-width: 1397px;
        margin: 0 auto !important;
    }
}


@media (max-width: 992px) {
    .blank-page #js-page-content {
        margin-top: 0;
        padding: 1rem;
    } 
}

.page .divTeslimatOkBox {
    float: left;
    width: 830px;
    height: 180px;
    position: relative;
    padding: 3px;
}

.page .divTeslimatRadioBoxRight {
    float: right;
    width: 150px;
    height: 120px;
    margin-top: 5px;
    position: relative;
    padding: 3px;
    text-align: center;
    border: 2px solid red;
}

.page .divTeslimatHeaderBoxTop {
    float: left;
    width: 145px;
    height: 20px;
    margin-top: 0px;
    position: relative;
    background-color: lightgray;
    font-weight: bold;
    color: darkslategray;
    text-align: center;
    border: 2px solid gray;
}

.page .divTeslimatRadioBox {
    float: left;
    width: 145px;
    height: 20px;
    margin-top: 25px;
    position: relative;
}

.page .checkboxlist_nowrap label {
    display: inline;
}

.page .label.label-primary {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 700;
    white-space: nowrap;
    text-align: left !important;
    display: block !important;
    font-size: 14px !important;
    border-radius: 0em !important;
    padding: 10px !important;
    background-color: #337ab7;
}

.page .label.label-default {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 700;
    white-space: nowrap;
    text-align: left !important;
    display: block !important;
    font-size: large !important;
    border-radius: 0em !important;
    background-color: #777;
}

.page .label-info {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    border-radius: .25em;
    font-weight: 700;
    white-space: nowrap;
    text-align: left !important;
    display: block !important;
    font-size: 14px !important;
    border-radius: 0em !important;
    padding-left: 1px !important;
    background-color: white !important;
    color: blueviolet !important;
    margin-bottom: 0px !important;
}

.page .dropDownBox {
    font-size: 13px;
    color: #3b3b3b;
    padding: 5px;
    background: -moz-linear-gradient( top, #f0f0f0 0%, #d6d6d6);
    background: -webkit-gradient( linear, left top, left bottom, from(#f0f0f0), to(#d6d6d6));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(255,255,255,0);
}

.page .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
}

input[type="text"]:not(.form-control):not(.dxeEditArea), input[type="password"]:not(.form-control), input[type="email"]:not(.form-control), textarea:not(.form-control), select:not(.form-control) {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black;
    max-width: 100%;
    display: block;
    margin-bottom: 2px;
    margin-left: 2px;
    background: #fff;
    margin-right: 7px;
    margin-top: 0px;
}

.page .label-flys {
    text-align: left !important;
    display: block !important;
    font-size: 16px !important;
    border-radius: 0em !important;
    background-color: lightgrey !important;
    color: black !important;
}

.page .popup_Container_V2 hr {
    margin: 0;
}

.scroll-grid {
    /*overflow-y: auto;*/
    margin-top: 20px;
}

@media print {
    .scroll-grid {
        display: block;
        width: auto;
        height: auto;
        overflow: visible;
    }
}

.bc-rotalar {
    margin-bottom: 0;
}

    .bc-rotalar li, .btn-rota-ekle {
        margin-bottom: 5px;
    }

        .bc-rotalar li:first-child a {
            background-color: #886ab5;
        }

            .bc-rotalar li:first-child a:after {
                border-left-color: #886ab5;
            }

.swal2-container.swal2-shown {
    z-index: 999999;
}

.ml-10, .mx-10 {
    margin-left: 7rem !important;
}

.mr-10, .mx-10 {
    margin-left: 7rem !important;
}

#arac-alim-formu-select-grafik, #personel-alim-formu-select-grafik {
    position: absolute;
    z-index: 999;
    padding: 3px;
    margin: 0;
    top: -1px;
    right: 31px;
    display: none;
}

.custom-styles .input-label-f100 .custom-select2-withcheck.input-group .select2 {
    width: calc(100% - 144px) !important;
}

.custom-styles .input-label-f100 .custom-select2-withcheck80.input-group .select2 {
    width: calc(100% - 124px) !important;
}

.custom-styles .input-label-f100 .custom-select2-withcheck145.input-group .select2 {
    width: calc(100% - 145px) !important;
}

.custom-styles .input-label-f70 .custom-select2-label70-withcheck100.input-group .select2 {
    width: calc(100% - 101px) !important;
}

.custom-styles .input-label-f80 .custom-select2-label80-withcheck110.input-group .select2 {
    width: calc(100% - 110px) !important;
}

.custom-error-input {
    background: #ffd4d4;
    border-color: red;
}


.custom-styles .input-group.select2-no-radius .select2-container--default .select2-selection {
    border-radius: 0 0 0 0;
}

.custom-styles .input-label-f80-important .input-group.select2-no-radius .select2 {
    width: 100% !important;
}

.select2-container--open .select2-dropdown {
    z-index: 99999;
}

.header-user-button {
    color: #a38cc6;
}

    .header-user-button:hover,
    .header-user-button:hover .ni,
    .header-user-button[data-toggle="dropdown"][aria-expanded="true"],
    .header-user-button[data-toggle="dropdown"][aria-expanded="true"] .ni {
        color: #beaed7 !important;
    }

.bootstrap-tagsinput input {
    border: 0 !important;
    padding: 0 !important;
    font-size: 0.75rem !important;
    line-height: 1.5;
    font-weight: 400 !important;
}

tbody tr.row-toplam {
    background: #fff700 !important;
    background: rgba(255, 247, 0, 0.5) !important;
    font-weight: bold !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

/* Select2 select box'u input-group'a düzgün uydur */
.input-group .select2-container {
    flex: 1 1 auto !important;
    width: 1% !important;
    min-width: 0 !important;
}

/* Eğer yanında append varsa, sağ köşeleri düzleştir */
.input-group:has(.input-group-append) .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


/* Append varsa: checkbox kutusunun sol köşelerini düzleştir + çizgiyi kaldır */
.input-group.custom-select2 .input-group-append .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    white-space: nowrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Eğer append yoksa radiusları korumak için override'a gerek yok — otomatik */

/* Mobilde daha iyi hizalama için (opsiyonel) */
@media (max-width: 576px) {
    .input-group.custom-select2 {
        flex-wrap: wrap;
    }

    .input-group.custom-select2 .input-group-append {
        margin-top: 0.25rem;
        width: 100%;
    }

    .input-group.custom-select2 .input-group-append .input-group-text {
        width: 100%;
        justify-content: flex-start;
    }
}


@media print {
    .no-print-bosluk, .no-print-bosluk .panel, .no-print-bosluk .panel-content {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .no-print-border {
        border: 0 !important;
    }

    .col-print-1 {
        width: 8%;
        float: left;
    }

    .col-print-2 {
        width: 16%;
        float: left;
    }

    .col-print-3 {
        width: 25%;
        float: left;
    }

    .col-print-4 {
        width: 33%;
        float: left;
    }

    .col-print-5 {
        width: 42%;
        float: left;
    }

    .col-print-6 {
        width: 50%;
        float: left;
    }

    .col-print-7 {
        width: 58%;
        float: left;
    }

    .col-print-8 {
        width: 66%;
        float: left;
    }

    .col-print-9 {
        width: 75%;
        float: left;
    }

    .col-print-10 {
        width: 83%;
        float: left;
    }

    .col-print-11 {
        width: 92%;
        float: left;
    }

    .col-print-12 {
        width: 100%;
        float: left;
    }
}
