﻿:root {
    --light: #dddddd;
}
body {
    overflow: auto;
    background-color: #EDF2F8;
    top: 75px;
  
}
html {
scroll-behavior:smooth;
}


.row {
    justify-content:center;

}
.wrapper {
    margin: 0px;
    background-color: #EDF2F8;
    color: #EDF2F8;
    position: relative;
    top: 75px;  
}

.box {
    display:grid;
    margin-bottom: 20px;
    background-color: white;
    color: #fff;
    border-radius:0.5em;
  
}
.innerbox {
    display:grid;

    margin: 20px;
    margin-block:10px;
}

.radio-toolbar input[type="radio"] {
    display: none;
}

.radio-toolbar label {
    padding:0px 20px;
    margin-right:6px;
    border-radius: 3em;
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    cursor: pointer;
    font-weight:100;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #273F5B !important;
    color: #fff
}

/**.radio-toolbar input[type="radio"] + label:hover {
    transition: transform .2s;
    transform: scale(1.2);
}
    */
.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    min-width:45px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #008EDE;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;

}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #008EDE;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    border-color: #f44336;
  
}
.qty .count1 {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font: 20px/1 Arial,sans-serif;
    min-width: 45px;
    text-align: center;
}

.qty .plus1 {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #008EDE;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
}

.qty .minus1 {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #008EDE;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    border-color: #f44336;
}

/*Prevent text selection*/
span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.count  {
    border: 0;
    width: 2%;
}
.form-check-input {
    cursor: pointer;
    accent-color: #273F5B;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #008EDE;
    width: 1.3em;
    height: 1.3em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    vertical-align:sub;
}

.select-size input {
    display: none;
}

.select-size label {
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    padding:10px 10px;
    border-radius: 0.3em;
    /*font: small-caption;
    font: 100;*/
    font:inherit;
    font-size:12px;
}

/*#small:checked ~ label[for="small"],
#medium:checked ~ label[for="medium"],
#large:checked ~ label[for="large"],
#x-large:checked ~ label[for="x-large"],
#xx-large:checked ~ label[for="xx-large"] {
    background: #273F5B;
    color: #fff;
    font:100;
}

#small-1:checked ~ label[for="small-1"],
#medium-1:checked ~ label[for="medium-1"],
#large-1:checked ~ label[for="large-1"],
#x-large-1:checked ~ label[for="x-large-1"],
#xx-large-1:checked ~ label[for="xx-large-1"] {
    background: #273F5B;
    color: #fff;
    font: 100;
}*/
.mysizediscolor {
    background: #273F5B;
    color: #fff;
    font: 100;
    opacity:0.5;
}
.mysizecolor {
    background: #273F5B;
    color: #fff;
    font: 100;
}

.pending input[type="radio"] {
    
}


div.sidebtn {
    background-color: #273F5B;
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    position: fixed;
    top: 300px;
}

div.sidebar {
    background-color: #273F5B;
    border-radius: 2em;
    display: grid;
    position: -webkit-sticky;
    position: fixed;
    top:150px;
    display:none;
    transition:0.2s;
}

/**Desktop Screens*/
@media (min-width: 1025px) and (max-width: 1580px) {

    div .box {
        margin-right: -152px;
    }
    div.content {
        margin-right: -121px;
    }
    div.searchbar {
        margin-right: -160px;
    }
    #margin {
        margin-left:19px;
    }
}

/**Ipad and laptops*/
@media (min-width:1004px) and (max-width: 1024px) {
    div.box {
        margin-right: -105px;
    }

    div.content {
        margin-right: -100px;
    }

    div.searchbar {
        margin-right: -104px;
    }
    #margin {
        margin-left: 10px;
    }
}
@media (min-width: 850px) and (max-width:1004px) {
    div.box {
        margin-right: -69px;
    }

    div.content {
        margin-right: -100px;
    }

    div.bt {
        float: right;
    }

    div.searchbar {
        margin-right: -68px;
    }

    #margin {
        margin-left: -7px;
    }
}
@media (min-width: 820px) and (max-width:849px) {
    div.box {
        margin-right: -69px;
    }

    div.content {
        margin-right: -100px;
    }
    div.bt {
        float: right;
    }
    div.searchbar {
        margin-right: -68px;
    }
    #margin {
        margin-left: -7px;
    }
}
    @media (min-width: 771px) and (max-width:819px) {
        div.box {
            margin-right: -35px;
        }

        div.bt {
            float: right;
        }

        div.content {
            margin-right: -87px;
        }

        div.searchbar {
            margin-right: -50px;
        }
    }
    /**Tablet Screens*/
    @media (min-width: 600px) and (max-width: 770px) {
        div.prow {
            margin-bottom: 10px;
        }

        div.sidebar {
            margin-right: 0px !important;
           
        }

        div.box {
            margin-right: -87px;
        }

        div.content {
            margin-right: -70px;
        }

        div.bt {
            float: right;
        }

        div.date {
            margin-top: 10px;
        }

        div.payment {
            margin: 21px;
        }

        div.searchbar {
            margin-right: -87px;
        }

        div.savebtn {
            margin: -3px;
        }
        #margin {
            margin-left: -7px;
        }
        .setdiv {
            margin-top: 32px !important;
        }
    }
    @media (min-width: 650px) and (max-width: 766px) {
        div.content {
            margin-right: 47px;
        }
    }
    @media (min-width: 541px) and (max-width: 600px) {

        div.box {
            margin-right: -87px;
        }

        div.content {
            margin-right: 47px;
        }

        #margin {
            margin-left: -7px;
        }
    }

    @media (max-width: 540px) {
        #margin {
            margin-left: -17px;
        }
        #paper {
            margin-right: -83px;
            background-color: #EDF2F8;
            margin-left:-11px;
        }
        div.sidebar {
            display: none !important;
        }

        div.content {
            margin-right: -10px;
        }

        div.wrapper {
            margin-bottom: 124px;
        }

        div.sidebtn {
            display: none !important;
        }

        div.SideMobbtn {
            display: flex !important;
        }

        div.box {
            margin-right: 0px;
        }

   
    }

    div.mobtview {
        display: none;
    }

    div.sidebarMob {
        background-color: #273F5B;
        border-radius: 2em;
        position: fixed;
        bottom: 3.5px !important;
        width: 90%;
        display: none;
    }

    #demo input[type="text"] {
        border-style: none;
        border-bottom: 1px solid black;
        border-radius: 0em;
        box-shadow: none;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */
    }


    #tblOrderlist_filter input[type='search'] {
        width: auto !important;
    }

    .swal2-container .selection {
        display: none !important;
    }

    .swal2-popup {
        display: block;
        background: transparent;
    }

    .mymodal-dialog {
        overflow-y: initial !important
    }

    .mymodal-body {
        height: 450px;
        overflow-y: auto;
    }
.printmodal-body {
    height: 500px;
    overflow-y: auto;
}
#popCreditNote {
    top: 0px !important;
}
#popAdvancePay {
    top: 0px !important;
}

.disableradio {
    pointer-events: none;
}

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: default;
    }


    div#pop-up-counter {
        display: none;
        position: absolute;
        z-index: 3;
        color: #000000;
        background: #d3d3d3;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        text-align: center;
    }

    div#pop-up-order {
        display: none;
        position: absolute;
        z-index: 3;
        width: 60px;
        color: #000000;
        background: #d3d3d3;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        text-align: center;
    }

    div#pop-up-delivery {
        display: none;
        position: absolute;
        z-index: 3;
        width: 60px;
        color: #000000;
        background: #d3d3d3;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        text-align: center;
    }

    div#pop-up-return {
        display: none;
        position: absolute;
        z-index: 3;
        width: 60px;
        color: #000000;
        background: #d3d3d3;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        text-align: center;
    }

    div#pop-up-exchange {
        display: none;
        position: absolute;
        z-index: 3;
        background: #d3d3d3;
        color: #000000;
        border: 1px solid #1a1a1a;
        font-size: 90%;
        text-align: center;
    }

    #txtdate.form-control {
        cursor: pointer;
    }

    ::-webkit-scrollbar-track {
        background-color: white;
        border-radius: 10px;
    }

    ::-webkit-scrollbar {
        width: 10px;
        background-color: white;
        border-radius: 10px;
        
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: grey;
        
    }

    input#txtdate {
        position: relative;
        overflow: hidden;
    }

        input#txtdate::-webkit-calendar-picker-indicator {
            display: block;
            top: 0;
            left: 0;
            background: #0000;
            width: 100%;
            position: absolute;
            transform: scale(12)
        }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: unset;
}
.badge-instock {
    background-color: #3ea711 !important;
}

.badge-circle {
    position: absolute;
    transform: translateX(-40%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
   
}