﻿
.btn-new {
    margin: -10px !important;
    margin-right: 0px !important;
}

.btn {
    padding: 0.41rem 0.75rem;
}

.lazy-search {
    background-color: white !important;
    border: 1px solid lightgray !important;
}


.image-card {
    border: 1px solid #ced4da;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-card > .card-header {
        width: 100% !important;
    }

    .image-card > img {
        width: auto !important;
        max-height: 150px;
        min-height: 50px
    }

    .image-card > input {
        display: none;
    }


.tox-statusbar__text-container {
    display: none;
}


.patient-avatar {
    height: 8rem;
    width: 10.66rem;
    border-radius: 10px;
    border: 1px solid #eff2f7;
    overflow: hidden;
    background-color: #D4DBF9;
}

.patient-photo {
    height: 130px;
    width: 170px;
    border-radius: 7px;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: -28px -14px -8px -8px;
    border: 4px solid white;
    position: relative;
    z-index: 1;
}

.patient-photo-bg-border {
    height: 23px;
    width: 172px;
    position: absolute;
    top: -29px;
    left: 3px;
}

.patient-photo-mini {
    height: 3rem;
    width: 3.4rem;
    border-radius: 6px;
    overflow: hidden;
    background-color: #D4DBF9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: -4px;
}

.mask {
    display: none;
    position: fixed;
    z-index: 90000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .mask > div {
        display: table-cell;
        vertical-align: middle;
    }

        .mask > div > div {
            margin: auto;
            width: 150px;
            height: 150px;
            border-radius: 91px;
            background: white url(../images/loader.svg) 50% 50% no-repeat;
            box-shadow: 0px 0px 10px 10px white;
        }


.patient-seacrh-box > input {
    border: 1px solid lightgray !important;
    background-color: #fff !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    /*    border-radius: 10px !important;*/
}

.patient-seacrh-box > span {
    top: 4px !important
}


.col-menu {
    width: 100px;
}

textarea:focus, input:focus:not(.select2-search__field), select:focus,
.select2-container--open > span, .select2-container--open > span > .select2-selection {
    /*    border: 1px solid #556EE6 !important;*/
    outline: 3px solid #d0d8ff !important;
    outline: 3px solid rgba(208, 216, 255, 0.6) !important;
}

.row-btn {
    margin: -6px !important;
    min-width: 50px !important;
}


.select2-selection__clear {
    z-index: 1;
    background-color: #EFF2F7;
    width: 32px;
    padding: 0 11px;
    margin: -1px -21px 0 0;
    border: 1px solid #CED4DA;
    border-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin: -3px -11px 0 0 !important;
    padding: 5px 11px !important;
}










::-webkit-scrollbar {
    width: 16px;
    height: 16px
}

::-webkit-scrollbar-track {
    background: #F8F8FB;
    /*    border-radius: 10px;*/
}

::-webkit-scrollbar-thumb {
    background: #909090;
    border: 4px solid #F8F8FB;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        border: 3px solid #F8F8FB;
    }




.protokol-table > div > div > label {
    display: flex;
    line-height: 24px;
    padding-left: 25px;
}

    .protokol-table > div > div > label > input {
        margin: 0px 17px 0;
        border-radius: 5px !important;
        border: 1px solid #CED4DA !important;
        width: 100%;
    }


.form-control-mini .form-control {
    height: 33px !important;
    padding: 4px 8px !important;
}

.form-control-mini .select2-container .select2-selection--single {
    height: 33px !important;
}

    .form-control-mini .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 32px !important;
    }

.form-control-mini .btn {
    height: 33px !important;
    padding: 0px 12px !important;
}


.single-row, .single-row td, .single-row th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-row-fot-tc {
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mw-50 {
    min-width: 50px !important;
}

.mw-80 {
    min-width: 50px !important;
}

.mw-100 {
    min-width: 100px !important;
}

.width-100 {
    width: 100px !important;
}

.mw-120 {
    min-width: 120px !important;
}

.mw-140 {
    min-width: 140px !important;
}

.width-140 {
    width: 140px !important;
}

.mw-150 {
    min-width: 150px !important;
}

.mw-160 {
    min-width: 160px !important;
}

.mw-180 {
    min-width: 180px !important;
}



.noselect td {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #DDE2FA !important;
}


.h-bekliyor {
    border-left: 10px solid #F2E7FE;
}

.h-barkod, .h-barkod:hover {
    border-left: 10px solid #DBB2FF;
}

.h-kabul, .h-kabul:hover {
    border-left: 10px solid #BB86FC;
}

.h-dislab, .h-dislab:hover {
    border-left: 10px solid #985EFF;
}

.h-onayli, .h-onayli:hover {
    border-left: 10px solid #217E72;
    color: #006665 !important;
}

.h-imzali, .h-imzali:hover {
    border-left: 10px solid #000000;
    color: #000000 !important;
}

.h-red, .h-red:hover {
    border-left: 10px solid #C34834;
}

.hizmet-row td, .hizmet-row td {
    border-color: #DDE2FA !important;
}



.HizmetDurumu-0 {
    border-left: 5px solid #F2E7FE;
    margin: 0 0 0px -6px;
    padding-left: 4px;
}

.HizmetDurumu-1 {
    border-left: 5px solid #DBB2FF;
    margin: 0 0 0px -6px;
    padding-left: 4px;
}

.HizmetDurumu-2 {
    border-left: 5px solid #BB86FC;
    margin: 0 0 0px -6px;
    padding-left: 4px;
}

.HizmetDurumu-3 {
    border-left: 5px solid #985EFF;
    margin: 0 0 0px -6px;
    padding-left: 4px;
}

.HizmetDurumu-4 {
    border-left: 5px solid #217E72;
    margin: 0 0 0px -6px;
    padding-left: 4px;
    color: #006665 !important;
}

.HizmetDurumu-5 {
    border-left: 5px solid #C34834;
    margin: 0 0 0px -6px;
    padding-left: 4px;
}

.HizmetDurumu-6 {
    border-left: 5px solid #000000;
    margin: 0 0 0px -6px;
    padding-left: 4px;
    color: #000000 !important;
}



.input-number {
}

.input-decimal {
}

.input-money {
}



.input-in-table {
    margin: -2px;
    width: 100%;
}

.paginate_button {
    margin: 0px 2px 0 0;
    padding: 0px 10px;
    cursor: pointer;
    background: #F8F9FA;
    border-radius: 5px;
}

    .paginate_button.current:hover {
        color: white;
    }

    .paginate_button.current {
        background-color: #506AE5 !important;
        color: white;
    }

    .paginate_button.disabled {
        cursor: default;
    }


.dataTables_filter label input {
    padding: 2px;
    border: 1px solid #CED4DA;
    border-radius: 3px;
    margin-left: 5px;
}


.card {
    border: 1px solid lightgray;
    box-shadow: 0 0 0.5rem rgb(18 38 63 / 10%);
}



.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    padding: 18px 0;
}







/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




.table .thead-cloud th {
    background-color: #EFF2F7;
    border: none;
}


.modal-content-h100 {
    height: auto;
    min-height: 100%;
}


.select2-container--default .select2-results__option[aria-selected=true],
.select2-results__option[aria-selected=true] {
    display: none !important;
}













.dataTables_wrapper .myfilter .dataTables_filter {
    float: left;
    margin-bottom: 10px
}

.dataTables_wrapper .mylength .dataTables_length {
    float: right
}


.aTable table {
    width: 100% !important;
}

div.dataTables_filter input {
    margin-left: 5px !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: center
}

div.dataTables_wrapper div.dataTables_length > label {
    font-weight: normal !important;
}


.cfilter {
    width: 100%;
    border: 1px solid lightgray;
    padding: 2px 5px;
    margin-bottom: 4px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}


.table .thead-light-1 th {
    border: none !important;
}

.table .thead-light-2 th {
    color: #495057;
    background-color: #EFF2F7;
    border: none !important;
}

.image-date {
    margin-right: -8rem;
    margin-top: 4.5rem;
}







@media (min-width:576px) {

    .w-sm-300 {
        max-width: 300px;
    }

    .w-sm-260 {
        max-width: 260px;
    }
}





.nowrap .k-table-td {
    white-space: nowrap; /* Alt satıra inmesini engeller */
}

.k-table-slim .k-table-td {
    padding: 3px 6px !important;
}

.k-table-td {
    padding: 3px 6px !important;
}

.k-grid-pager {
    padding: 2px 8px;
}

.k-grid-filter-menu {
    margin: 0px !important;
    width: 28px !important;
}

.k-grid-content tr:hover {
    cursor: pointer;
}

.k-grid-header th {
    /*    padding: 5px 8px !important;*/
}


.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    border-inline-start-width: 0px;
    border-bottom-width: 1px;
}

.k-grid .k-table-alt-row {
    background-color: color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 0%, transparent);
}

.k-grid-filter-menu {
    display: none !important;
}

    .k-cell-inner:hover > .k-grid-filter-menu, .k-grid-filter-menu.k-active {
        display: flex !important;
    }



:root {
    --kendo-font-size: 0.9rem;
}




.hide-filter-menu .k-filtercell-operator {
    display: none !important;
}

.hide-filter-menu .k-input input,
.hide-filter-menu .k-input button {
    padding: 2px !important;
    border-radius: !important;
}
