﻿html {
    width: 100%
}

body {
    overflow-x: hidden !important
}

    body.show-spinner > main {
        overflow: hidden !important
    }

    body.show-spinner > * {
        opacity: 0
    }

    body.show-spinner:after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0,0,0,.2);
        border-radius: 50%;
        border-top-color: rgba(0,0,0,.3);
        animation: a 1s ease-in-out infinite;
        -webkit-animation: a 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1
    }

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

@media (max-width:415px) {
    .hidden-xs {
        display: none !important
    }
}

/* CUSTOM CSS */
.tb-user {
    width: 35px;
    height: 35px;
    padding-top: 9px;
    margin-right:5px
}
.modal-fullScreen {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.cursor-hand {
    cursor: pointer
}

.btnListele {
    min-width: 100px
}

.sepetToplamBaslik {
    width: 90%;
    font-weight: bold;
    text-align: right;
}

.sepetToplamDeger {
    width: 10%;
    text-align: right;
}

.sepetIskontoSatir {
    text-decoration: line-through;
    color: lightgray;
}

.urunListeSolukYazi {
    font-size : x-small;
    color: lightgray;
}

.dilIcon {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.stokAdiLabel {
 padding-top:95px;
}

/* RESPONSÝVE SETUP */
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */

@media (min-width: 1900px) {
    .sepetToplamBaslik {
        width: 95%;
    }

    .sepetToplamDeger {
        width: 5%;
    }
}


@media (min-width: 1650px) {
    .sepetToplamBaslik {
        width: 80%;
    }

    .sepetToplamDeger {
        width: 20%;
    }
}

@media (min-width:768px) {
    .raporBtn {
        position: absolute;
        bottom: 1px
    }
}

@media (max-width: 1545px) {
    .progress-banner .lead {
        font-size: 1rem;
        margin-bottom: .2rem;
    }
}

@media (max-width: 1600px) {

    .sepetToplamBaslik {
        width: 80%;
    }

    .sepetToplamDeger {
        width: 20%;
    }
}

@media (max-width: 1023px) {
    .sepetToplamBaslik {
        width: 55%;
    }

    .sepetToplamDeger {
        width: 45%;
    }
}

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1370px) {
    .widget-app-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }

    .website-visitor {
        height: 353px;
    }

    .auto-height {
        min-height: 186px;
    }

    .sepetToplamBaslik {
        width: 70%;
    }

    .sepetToplamDeger {
        width: 30%;
    }
}

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 768px) {
    .progress-banner .lead {
        font-size: 1.2rem;
        margin-bottom: .2rem;
    }

    .sepetToplam {
        padding-top: 20px
    }

    .sepetToplamBaslik {
        width: 80%;
    }

    .sepetToplamDeger {
        width: 20%;
    }

    .sepetAktar, .sepetTaslak {
        margin-top: 10px
    }

    .sepetSil, .btnListele {
        width: 100%
    }

    .dxbs-ap{
        display:none
    }

    .bg-primary > td > .dxgvADT {
        color: #fff
    }
}

@media (max-width: 600px) {
    
    .sepetToplamBaslik {
        width: 65%;
    }

    .sepetToplamDeger {
        width: 35%;
    }
}

/*DEVEXPRESS CSS CUSTOM */


/*.dxbs-gridview > .card {
    display: initial;
}*/


/*.dxbs-gridview > .card .dxbs-table > tbody > tr > td > div {
        display: table
    }*/

.dxGridFooter {
    font-weight: bold;
    text-align: center
}

.gridRow {
    height: 35px;
    vertical-align: middle;
}

.dxbs-empty-data-row {
    text-align: center
}

/*.dxbs-pager, .dxbs-gridview .dxbs-pager {
    margin-left: -25px;
}*/

.dxbs-footer-row > td {
    text-align: center
}

.gridToolbar > .btn-group {
    float: right;
}

.DevExBtnNoBack {
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
}

.dx-toolbar-before{
    left:15px;
}
.dx-toolbar-after{
    right:15px;
}


.ribbon {
    position: absolute;
    top: 20px;
    right: -5px;
    padding: 15px;
}

.ribbon.base {
    background: var(--theme-color-1);
    color: #fff;
    border-right: 5px solid var(--theme-color-1);
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -20px;
    border-left: 20px solid transparent;
}

.ribbon:before {
    top: 0;
}

.ribbon:after {
    bottom: 0;
}

.ribbon.base:before {
    border-top: 32px solid var(--theme-color-1);
}

.ribbon.base:after {
    border-bottom: 32px solid var(--theme-color-1);
}       

.ribbon span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
