﻿@font-face {
    font-family: "3 of 9 Barcode";
    src: url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.eot"); /* IE9*/
    src: url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.woff2") format("woff2"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.woff") format("woff"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("http://db.onlinewebfonts.com/t/7a3abce9f43e0b74320df47238a0460c.svg#3 of 9 Barcode") format("svg"); /* iOS 4.1- */ /* iOS 4.1- */
}

@font-face {
    font-family: "CCode128";
    src: url("/assets/fonts/ConnectCode128_S3_Trial.woff.ttf") format('TrueType');
}

#barcode {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: "CCode128", sans-serif;
    text-align: center;
    font-size: 20px
}

#barcode_text {
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    font-family: sans-serif;
    text-align: center;
    font-size: 16px
}

.QRDesign {
    font-family: "3 of 9 Barcode";
    font-size: 26pt;
}

.itemNameSize {
    font-size: 6pt;
    font-style: italic;
}

.demo {
    font-family: 'Free 3 of 9' !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


.centered {
    text-align: center;
    align-content: center;
}

.img {
    max-width: 120px;
    width: 120px;
    height: 90px;
    max-height: 90px;
}

@media print {
    .hidden-print,
    .hidden-print * {
        display: none !important;
        
    }

    .img {
        max-width: 200px;
        width: 200px;
        height: 180px;
        max-height: 180px;
    }
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.reportFont {
    border: solid;
    font-size: 12pt;
    font-weight: 600;
    font-family: Arial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: auto;
    --webkit-font-smoothing: antialiased;
}

.reportFont1 {
    font-size: 12pt;
    font-weight: 600;
    font-family: Arial;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: auto;
    --webkit-font-smoothing: antialiased;
}



@media only screen and (max-width: 6000px) {
    .Loader {
        position: absolute;
        z-index: 10;
        height: 80VH;
        width: 100%;
        top: 10%;
        display: flex;
        justify-content: center;
        margin: 10px 7px 7px 0px;
        background: rgba(221 59 59 / 25%);
    }
}
@media only screen and (max-width: 600px) {
    .Loader {
        position: absolute;
        z-index: 10;
        height: auto;
        width: auto;
        top: 10%;
        display: flex;
        background: rgba(221 59 59 / 1%);
        justify-content: space-around;
        align-content: center;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
    }
}

/*.Loader {
    position: absolute;
    z-index: 10;*/
    /* height: auto;
    width: auto;*/
    /* top: 10%;
    display: flex;*/
    /*justify-content: space-evenly;
    margin: 10px 7px 7px 0px;
    background: rgba(221 59 59 / 1%);
}*/

.wave {
    width: 3px;
    height: 400px;
    /*  background: #ecd371;*/
    background: #6964a9;
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 200px;
}

    .wave:nth-child(2) {
        animation-delay: 0.1s;
    }

    .wave:nth-child(3) {
        animation-delay: 0.2s;
    }

    .wave:nth-child(4) {
        animation-delay: 0.3s;
    }

    .wave:nth-child(5) {
        animation-delay: 0.4s;
    }

    .wave:nth-child(6) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(7) {
        animation-delay: 0.6s;
    }

    .wave:nth-child(8) {
        animation-delay: 0.7s;
    }

    .wave:nth-child(9) {
        animation-delay: 0.8s;
    }

    .wave:nth-child(10) {
        animation-delay: 0.9s;
    }

    .wave:nth-child(11) {
        animation-delay: 0.1s;
    }

    .wave:nth-child(12) {
        animation-delay: 0.2s;
    }

    .wave:nth-child(13) {
        animation-delay: 0.3s;
    }

    .wave:nth-child(14) {
        animation-delay: 0.4s;
    }

    .wave:nth-child(15) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(16) {
        animation-delay: 0.6s;
    }

    .wave:nth-child(17) {
        animation-delay: 0.7s;
    }

    .wave:nth-child(18) {
        animation-delay: 0.8s;
    }

    .wave:nth-child(19) {
        animation-delay: 0.9s;
    }

    .wave:nth-child(20) {
        animation-delay: 1.0s;
    }

@keyframes wave {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}
/*PAGINATION STYLE */
.pagination-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    justify-content: center;
}
.pagination-number,
.pagination-button {
    font-size: 1.1rem;
    background-color: transparent;
    border: none;
    margin: 0.25rem 0.25rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: .2rem;
}

    .pagination-number:hover,
    .pagination-button:not(.disabled):hover {
        background: #fff;
    }

    .pagination-number.active {
        color: #fff;
        background: #0085b6;
    }














.dash-count {
    background: #FF9F43;
    color: #fff;
    min-height: 98px;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 25px;
    padding: 20px;
}
dash-count .dash-imgs {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    /* transition: all 0.5s ease; */
}
