﻿::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    transition: .3s background;
}

::-webkit-scrollbar-thumb {
    background: #e1e6f1;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.common_loader {
    display: none;
}

.common_loader_sec {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    display: table;
}

.loader_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.loader_inner .loader {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
}
.fa-1-3x {
    font-size: 1.3em;
}
.tx-10 {
    font-size: 10pt;
}
.tx-12 {
    font-size: 12pt;
}
.tx-13 {
    font-size: 12pt;
}
.tx-14 {
    font-size: 14pt;
}
.tx-15 {
    font-size: 15pt;
}
.tx-18 {
    font-size: 18pt;
}
.tx-20 {
    font-size: 20pt;
}
.tx-22 {
    font-size: 22pt;
}
.tx-21 {
    font-size: 21pt;
}
.tx-23 {
    font-size: 23pt;
}
.tx-24 {
    font-size: 24pt;
}
.tx-26 {
    font-size: 26pt;
}

.arrow {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

    .arrow.up {
        background-image: url('/images/arrow-up.png');
    }

    .arrow.down {
        background-image: url('/images/arrow-down.png');
    }
/*purchase*/
.itemboxaddpc {
    text-align: center;
    border: 2pt dashed #11cdef;
    margin: 3px;
    margin-bottom: 50px;
    margin-top: 5px;
    cursor: pointer
}
.itemboxaddpc-add-item {
    color: #11cdef;
    font-size: 17pt;
    font-weight: 900;
    padding: 15px;
}
.itemboxaddpcscan {
    text-align: center;
    border: 2pt solid #11cdef;
    margin: 3px;
    margin-bottom: 50px;
    margin-top: 5px;
    cursor: pointer
}

.itemboxaddpc-scan-add-item {
    color: #11cdef;
    font-size: 15pt;
    font-weight: 900;
    padding: 15px;
}

.Order9Place {
    background-color: #CF174E;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order10Confirm {
    background-color: #10A43A;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order11ReadyToship {
    background-color: #E9E010;
    color: #FC2727;
    font-weight: bold;
    font-size: 10pt;
}
.Order12OTWay {
    background-color: #E99210;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order13Delivered {
    background-color: #10E9C2;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.Order14DCancel {
    background-color: #ED440F;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}
.imgHome {
    position: relative;
    top: 17px;
}
.ReciptAmtTran {
    background-color: #0d7406;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}

.PaidAmtTran {
    background-color: #d30d0d;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}