﻿.content-wrapper {
    overflow-y: scroll;
    max-height: 500px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #494949;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #a7a7a7;
    border: 0px none #ffffff;
    border-radius: 20px;
}

    ::-webkit-scrollbar-track:hover {
        background: #a7a7a7;
    }

    ::-webkit-scrollbar-track:active {
        background: #a7a7a7;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.custom-file-label::after {
    content: "Dosya" !important;
}

.grid-div > div {
    overflow: auto;
}

.pagination-custom {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    .pagination-custom > td > table > tbody {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end
    }

        .pagination-custom > td > table > tbody > tr td {
            padding: 0px;
        }

            .pagination-custom > td > table > tbody > tr td > a,
            .pagination-custom > td > table > tbody > tr td > span {
                position: relative;
                display: block;
                padding: .5rem .75rem;
                margin-left: -1px;
                line-height: 1.25;
                color: #007bff;
                background-color: #fff;
                border: 1px solid #dee2e6;
                cursor: pointer;
            }

            .pagination-custom > td > table > tbody > tr td > span {
                z-index: 3;
                color: #fff;
                background-color: #007bff;
                border-color: #007bff;
                cursor: not-allowed;
            }

.dataTable thead tr th,
.dataTable tbody > tr > th {
    font-size: 10px;
    padding: 5px;
    text-align: center;
}

.font-size-medium .dataTable thead tr th,
.font-size-medium .dataTable tbody > tr > th {
    font-size: 14px;
    text-align: center;
}

.custom-content .table-striped tbody tr {
    background-color: transparent !important;
}

    .custom-content .table-striped tbody tr:nth-of-type(even) td {
        background-color: rgba(0,0,0,.07);
        text-align: center;
    }

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar .container-fluid.menu-custom {
    background-image: none !important;
}

.menu-custom > ul > li {
    background-color: #f8f9fa;
    border-color: #ddd;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    /*text-align: center;*/
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .menu-custom > ul > li:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .menu-custom > ul > li > a {
        color: #212529;
    }


        .menu-custom > ul > li > a.popout {
            background-image: none !important;
        }

            .menu-custom > ul > li > a.popout::after {
                display: inline-block;
                margin-left: .255em;
                vertical-align: .255em;
                content: "";
                border-top: .3em solid;
                border-right: .3em solid transparent;
                border-bottom: 0;
                border-left: .3em solid transparent;
            }

    .menu-custom > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        margin-top: 10px !important;
        margin-left: -15px !important;
        padding: 10px !important;
    }

        .menu-custom > ul > li ul > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }

            .menu-custom > ul > li ul > li > a:hover {
                color: #262626;
                text-decoration: none;
                background-color: #f5f5f5;
            }

        .menu-custom > ul > li ul ul {
            margin-top: 0px !important;
            margin-left: 0px !important;
        }

            .menu-custom > ul > li ul ul > li ul {
                margin-top: 20px !important;
                margin-left: -200px !important;
            }

.modal-dialog .modal-body {
    max-height: 400px;
    overflow: auto;
}

.custom-checkbox-zem {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

    .custom-checkbox-zem input[type=checkbox] {
        position: absolute;
        left: 0;
        z-index: -1;
        width: 1rem;
        height: 1.25rem;
        opacity: 0;
    }

    .custom-checkbox-zem label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }

        .custom-checkbox-zem label::before {
            border-radius: .25rem;
            transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            border: #adb5bd solid 1px;
        }

    .custom-checkbox-zem input[type=checkbox]:checked ~ label::before {
        color: #fff;
        border-color: #007bff;
        background-color: #007bff;
        box-shadow: none;
    }

    .custom-checkbox-zem label::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' 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");
        position: absolute;
        top: .45rem;
        left: -1.3rem;
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        content: "";
    }

/*
Loading CSS Begin
*/
@keyframes ldio-aoxhhzjn00s {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-aoxhhzjn00s div {
    box-sizing: border-box !important;
    text-align: center;
}

.ldio-aoxhhzjn00s > div {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 15px solid #1a5e90;
    border-color: #1a5e90 transparent #1a5e90 transparent;
    animation: ldio-aoxhhzjn00s 1s linear infinite;
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    right: 0;
    bottom: -70px;
    transform: translate(-50%, -50%)
}

.ldio-aoxhhzjn00s > div:nth-child(2) {
     border-color: transparent
}

        .ldio-aoxhhzjn00s > div:nth-child(2) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-aoxhhzjn00s > div:nth-child(2) div:before, .ldio-aoxhhzjn00s > div:nth-child(2) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: 0px;
                left: 0px;
                background: #1a5e90;
                border-radius: 50%;
                box-shadow: 0 128px 0 0 #343a40;
            }

            .ldio-aoxhhzjn00s > div:nth-child(2) div:after {
                left: -16px;
                top: 48px;
                box-shadow: 128px 0 0 0 #c2c7d0;
            }

  
.loadingio-spinner-dual-ring-rivkcwxq9bi {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: transparent;
    z-index: 9991;
    display: none;
}

    .loadingio-spinner-dual-ring-rivkcwxq9bi .loadingio-bg-div {
        opacity: 0;
        z-index: 9991;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

.ldio-aoxhhzjn00s {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
    z-index: 9998;
    margin: auto;
    text-align: center;
}

    .ldio-aoxhhzjn00s div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */
/* 
Loading css end 
*/
