﻿@font-face {
    font-family: 'Montserrat Black';
    src: url('/content/fonts/Montserrat-Black.ttf') format('truetype');
}

.NotificationDiv {
    position: absolute;
    background: #9b0000;
    z-index: 9999 !important;
    bottom: 2%;
    right: 2%;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: none;
}

    .NotificationDiv i {
        font-size: 22px !important;
    }


.dx-datagrid-rowsview .dx-scrollable-scroll {
    opacity: 1 !important;
    visibility: visible !important;
}

.btn-sm-logi {
    background: #1449a9 !important;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 11px;
}

.btn-sm-logi-danger {
    background: red !important;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 11px;
}

.btn-sm-logi-success {
    background: green !important;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 11px;
}

.btn-sm-logi-info {
    background: #049aad !important;
    color: #fff !important;
    padding: 1px 10px;
    font-size: 12px;
}

.btn-xs-logi {
    padding: 2px 10px;
    font-size: 11px;
}

.input-border-bottom {
    border-bottom: 1px solid #c6c6c6 !important;
}

.change {
    padding: 8px 18px !important;
}

.AnimateLeft {
    animation: fadeInLeft;
    animation-duration: 1s;
}

.AnimateRight {
    animation: fadeInRight;
    animation-duration: 1s;
}

.check {
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: green;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 5px auto;
}

.customInput {
    border: none !important;
    border-bottom: 1px dashed black !important;
    width: 100%;
}

    .customInput:focus {
        outline: none !important;
        border: none !important;
        border-bottom: 1px dashed red !important;
    }

    .customInput input:focus-visible {
        border: none !important;
        border-bottom: 1px dashed red !important;
        outline: none !important;
    }

.w-100 {
    width: 100%;
}

#map {
    height: 100%;
}

#map2 {
    height: 100%;
}




#map-container {
    height: 300px;
    width: 100%;
    position: relative;
}

#map-containerApproved {
    height: 300px;
    width: 100%;
    position: relative;
}

.container-btn {
    position: absolute;
    z-index: 9999 !important;
    right: 5px;
    top: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

#approved {
    position: absolute;
    z-index: 9999 !important;
    left: 5px;
    top: 5px;
}

    #approved i {
        padding-right: 5px;
    }

#EditLocation {
    position: absolute;
    z-index: 9999 !important;
    left: 5px;
    top: 5px;
}

    #EditLocation i {
        padding-right: 5px;
    }

.map-container-disabled {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0.5);
    z-index: 99 !important;
}

.map-btn {
    background-color: #fff !important;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.12) !important;
    border-radius: 7px !important;
    color: #666;
    padding: 5px 10px;
    border: none;
}

    .map-btn:hover {
        background-color: #ebebeb !important;
        color: #666 !important;
    }


#map-button i {
    padding-right: 5px;
}


#CreateKeyContainer {
    background: #fff;
    padding: 30px;
    text-align: center;
}

#CreateAdminContainer {
    background: #fff;
    padding: 30px;
    text-align: center;
}

.InternetPopup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(230 230 230 / 90%);
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.InternetPopupContainer {
    width: 50%;
    text-align: center;
}

    .InternetPopupContainer img {
        width: 300px;
    }

.LocationPopup {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(230 230 230 / 90%);
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
}

.LocationPopupContainer {
    width: 50%;
    text-align: center;
}

    .LocationPopupContainer img {
        width: 300px;
    }


.loginTema {
    height: 100vh;
    align-content: space-around;
    background: #fff;
}

.background-image {
    min-height: 100vh !important;
    background-position: center center !important;
    background-size: cover !important;
    display: -ms-flexbox;
    background-repeat: no-repeat !important;
}

.login-form {
    width: 25rem
}

@media only screen and (max-width: 1250px) {
    .login-form {
        width: 90%
    }
}

@media only screen and (max-width: 1000px) {
    #reverse {
        flex-direction: column-reverse;
    }

    .nav-tabs-responsive .nav-tabs {
        overflow-x: scroll;
    }

    .rowPage {
        height: auto !important;
    }

    .mobile-hide {
        display: none;
    }

    .login-form {
        width: 70%
    }
}

@media screen and (max-width: 768px) {

    ::-webkit-scrollbar {
        width: 5px; /* Dikey scrollbar genişliği */
        height: 16px; /* Yatay scrollbar yüksekliği */
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1; /* Arka plan rengi */
    }

    /* Scrollbar'ın kendisi */
    ::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar rengi */
        border-radius: 8px; /* Yuvarlatılmış köşeler */
    }

        /* Scrollbar üzerine gelindiğinde */
        ::-webkit-scrollbar-thumb:hover {
            background: #555; /* Hover rengi */
        }


    .dx-datagrid-headers .dx-datagrid-table .dx-row > td {
        padding: 3px !important;
    }


    #lotShelfLocationListContainer {
        margin-bottom: 75px !important;
    }

    .content {
        padding: 0px !important;
    }

    .navbar {
        padding: 0px !important;
    }

    .card-header {
        padding: 3px !important;
    }

    .card-body {
        padding: 0px !important;
    }

    .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
        /*   min-height: 230px !important;*/
        /* height: 175px !important;*/
    }

    .dx-widget {
        font-size: 12px !important;
    }

    .dx-datagrid .dx-row > td {
        padding: 8px !important;
        font-weight: 500 !important;
    }

    .dx-toolbar-text-auto-hide .dx-button .dx-icon {
        height: 12px !important;
        width: 12px !important;
        font-size: 12px !important;
    }

    .navbar-footer {
        display: none;
    }

    .page-content {
        padding: 0px !important;
    }

    .content {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .dx-popup-wrapper > .dx-overlay-content {
        height: 100vh !important;
        width: 100% !important;
    }

    .dx-header-filter-menu > .dx-overlay-content {
        width: 250px !important;
        height: 100vh !important;
    }

    .dx-datagrid-filter-row {
        display: none !important;
    }

    .sidebar {
        --sidebar-width: 100%;
    }
}



.page {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-out;
}

.page-closed {
    transform: translateX(100%); /* Sayfa 1'i sağa doğru kaydırın */
}

#table-right {
    display: flex;
    flex-direction: column;
}

.table-right-item {
    height: 300px;
    overflow-y: scroll !important;
}

.table-img {
    text-align: center;
}

    .table-img img {
        max-width: 100%;
        height: 250px;
    }

.table-sum {
    height: 49%;
}

/*.rowPage {
    height: 610px;
}*/


.card-body-p0 {
    padding: 0px !important;
}

.card2 {
    height: 100% !important;
    margin-bottom: 0px !important;
}

.logi-btn {
    background: #252b36 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    display: block !important;
}

    .logi-btn:hover {
        background: #38445a !important;
    }

.dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable {
    height: 50vh;
}


.barcode {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: space-between;
}

.lotNo {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.lotbarcode {
    width: 100%;
    text-align: center;
}


.dateAndQuantiy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productInformation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticketbarcode {
    width: 100%;
    text-align: center;
}

.shelflocatiobarcode {
    width: 100%;
    text-align: center;
}

.barcode span {
    font-size: 16px;
    font-weight: 600;
}

.productname {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.shelflocationname {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.productcode {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.productcode {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.barcodeno {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.datenow {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
