﻿/* Global */
body {
    background-color: #3f464c;
    color: #d0d4d8;
}


a {
    color: #ffc107;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    a:hover, a:focus {
        color: #f3f3f3;
        text-decoration: none;
        background-color: transparent;
    }

.btn-link {
    font-weight: 400;
    color: #ffc107;
    text-decoration: none;
}

    .btn-link:hover {
        color: #f3f3f3;
        text-decoration: underline;
    }

.jsontext {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    overflow: auto;
    background-color: #eee;
    width: 100%;
    min-height: 500px;
    padding: 20px;
    font-size: 0.75rem;
    white-space: pre-wrap;
}

.card-header {
    background-color: #343a40;
    border-bottom: 1px solid #3f464c;
    color: #b9b9b9;
}

.form-control-file {
    overflow: hidden !important;
}

/* pager */
.pagination-container > .pagination {
    margin: 0 !important;
}

.page-link {
    color: #ffc107;
    background-color: #343a40;
    border: 1px solid #3f464c;
}

    .page-link:hover, .page-link:focus {
        color: #fff;
        background-color: #343a40;
        border-color: #3f464c;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #343a40;
    background-color: #ffc107;
    border-color: #ffc107;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #343a40;
    border-color: #3f464c;
}

.mvc-checkbox {
    padding-left: 2rem !important;
}

/* modal */
.modal-content {
    background-color: #343a40;
    color: #fff;
}

.modal-header {
    border-bottom: 1px solid #434b52;
}

.modal-footer {
    border-top: 1px solid #434b52;
}

.bootbox-close-button {
    color: #ffc107;
}



.form-control, .custom-select, .custom-file-input {
    background-color: #343a40 !important;
    color: #f0f0f0 !important;
    border: 1px solid #666e75 !important;
}

    .form-control:hover, .form-control:focus {
        background-color: #343a40;
        color: #f0f0f0;
    }

.custom-file-label {
    background-color: #343a40 !important;
    color: #f0f0f0 !important;
    border: 1px solid #666e75;
   
}

    .custom-file-label::after {
        color: #ffffff !important;
        content: "Gözat..." !important;
        background-color: #444b52 !important;
    }

.border-input {
    border-color: #ffc107 !important;
}

/* sayfa header title  */
.page-header {
    background-color: #343a40;
}

    .page-header .page-title h4 {
        margin: 0 !important;
    }

    .page-header .page-action-buttons i {
        text-align: center;
        width: 1.25em;
        font-size: 1.33333em;
        line-height: .75em;
        vertical-align: -.0667em;
    }

    .page-header .page-action-buttons .btn {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

/* zorunlu form alanları  */
label.required:after {
    content: " (*)";
    color: #ffc107;
}

/* bread crumb deep links */
.breadcrumb {
    border-radius: .25rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #343a40;
    margin: 0;
    border-top: 1px solid #54534f;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\203A";
}

.breadcrumb-item.active {
    color: #d0d4d8;
}


/* tabs */
#langTabs .nav-item.show .nav-link,
#langTabs .nav-link.active {
    color: #ffc107;
    background-color: #3f464c;
    border-color: #343a40 #343a40 #3f464c;
}

#langTabs .nav-link:hover {
    border-color: #343a40 !important;
}

#langTabs .nav-link:focus {
    border-color: #343a40 !important;
}

/* json error message */
.json-err-container {
    padding-left: 0;
    list-style: none;
}

    .json-err-container ul {
        padding-left: 0;
        list-style: none;
    }

    .json-err-container li ul {
        list-style: circle;
        padding-left: 1.25rem;
    }

    .json-err-container > ul:last-child {
        margin-bottom: 0 !important;
    }

/* custom checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #ffc107;
    background-color: #ffc107;
}

.custom-control-label::before {
    background-color: #3f464c;
    border: #ffc107 solid 1px;
}

.custom-switch .custom-control-label::after {
    background-color: #ffc107;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    border-color: #a9a9a9;
    background-color: #929292;
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    border-color: #a9a9a9;
    background-color: #929292;
    color: #ffffff !important;
}

.custom-control-input:disabled ~ .custom-control-label::after, .custom-control-input[disabled] ~ .custom-control-label::after {
    border-color: #a9a9a9;
}

/* tablolar */
.table-custom {
    margin: 0 !important;
}

    .table-custom > tbody > tr > td {
        vertical-align: middle !important;
    }

    .table-custom td, .table-custom th, .table-custom thead th {
        border-color: #3e4246 !important;
    }

.table-dark-custom {
    color: #fff;
    background-color: #3d444a;
}

    .table-dark-custom:hover {
        color: #fff;
    }

    .table-dark-custom td, .table-dark-custom th, .table-dark-custom thead th {
        border-color: #343a40 !important;
    }

.table-dark.table-hover .table-inner tbody tr:hover {
    background-color: transparent !important;
    color: inherit !important;
}

/* Sort table */
.enablemove tbody tr {
    cursor: move !important;
}

/* page alerts */
.page-alerts {
    display: block;
    margin-bottom: 1rem;
}

    .page-alerts div[role="alert"] {
        border-top: none !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        margin-bottom: 0rem !important;
    }

/* alerts */
.alert-success, .alert-info, .alert-warning, .alert-danger {
    background-color: #1e2226;
    border-color: #343a40;
    color: #f7f7f7;
}

/* SIDEBAR */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #343a40;
    color: #f8f9fa;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }


    #sidebar .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
        min-height: 61px;
        background-color: #ffc107;
        align-items: center;
        color: #2c3135;
    }

        #sidebar .sidebar-header .sidebar-logo {
            font-weight: 800;
            font-size: 1.75rem;
        }

    #sidebar #menucontainer {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #sidebar #menucontainer li a {
            padding: 10px;
            font-size: 1rem;
            display: block;
            border-bottom: 1px solid rgb(42, 48, 53);
        }

        #sidebar #menucontainer li > a > i {
            display: inline-block !important;
            margin-right: 1rem;
            text-align: left;
            width: 1em;
        }

        #sidebar #menucontainer li a[data-toggle="collapse"] {
            position: relative;
        }

        #sidebar #menucontainer li:last-child > a {
            border-bottom: initial !important;
        }


        #sidebar #menucontainer li a:hover {
            background: rgba(22, 24, 27, 0.90);
        }

        #sidebar #menucontainer li.active > a,
        #sidebar #menucontainer a[aria-expanded="true"] {
            background: rgba(22, 24, 27, 0.90);
            border-bottom: 1px solid rgba(20, 22, 25, 0.8) !important;
        }

        #sidebar #menucontainer li ul.list-unstyled {
            background: rgba(22, 24, 27, 0.70) !important;
        }

            #sidebar #menucontainer li ul.list-unstyled li a {
                display: block;
                position: relative;
                font-size: 1rem;
                border-bottom: 1px solid rgba(20, 22, 25, 0.8);
            }

                #sidebar #menucontainer li ul.list-unstyled li a:hover {
                    background: rgba(39, 44, 49, 0.77);
                }

                #sidebar #menucontainer li ul.list-unstyled li a:before {
                    font-family: 'Font Awesome 5 Free' !important;
                    content: "\f101";
                    font-weight: 900;
                    text-decoration: inherit;
                    display: inline-block !important;
                    margin-right: 1rem;
                    text-align: left;
                    width: 1em;
                }

    #sidebar .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

.copyright {
    padding-top: 2rem;
    position: relative;
    text-align: center;
    font-size: 0.75rem;
    color: #5d646b;
    border-top: 1px solid rgb(42, 48, 53);
}

    .copyright span, .copyright small {
        display: block;
        margin-top: 5px;
    }

/* CONTENT */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* MEDIAQUERIES */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    #navbarContent .nav-item {
        margin-left: 0rem !important;
    }

        #navbarContent .nav-item .btn {
            display: block;
            width: 100%;
            margin-top: .5rem;
        }

    #navbarContent .navbar-text {
        margin-top: .5rem;
    }

    #navbarContent ul:last-child {
        margin-left: 0rem !important;
    }
}

/* scroll up kaydırma */
#scrollUp {
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
    bottom: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    color: #ffff;
    font-size: 18px;
    border-radius: 100%;
    font-size: 18px;
    background-color: rgba(19, 20, 21, 0.86);
}

    #scrollUp:hover {
        color: #fff;
        bottom: 15px;
    }


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.step-box {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: .25rem !important;
}

.step-active{
    color:#fff;
}

.siparis-steps > .col-12:not(:first-child) {
    padding-left: 1rem;
}

@media (max-width: 767.98px) {
    .siparis-steps > .col-12 {
        padding-left: 0 !important;
    }
    .siparis-steps > .col-12:not(:first-child) {
        margin-top: 1rem;
    }
}