html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.marginBottom5 {
    margin-bottom: 5px;
}

#modalBody2 .row {
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
}

    #modalBody2 .row div {
        line-height: 34px
    }

#modalBody .row {
    border-bottom: solid 1px #999;
    padding-bottom: 5px;
}

    #modalBody .row div {
        line-height: 34px
    }

.media-thumbnail-icon {
    width: 60px;
    height: 45px;
}

    .media-thumbnail-icon i {
        font-size: 35px;
        margin: 0 auto;
        line-height: 48px;
        color: #00365a;
    }

#CustomerAddBody {
    position: fixed;
    right: -131px;
    width: 180px;
    height: 50px;
    background-color: #00AAA7;
    top: 230px;
    border-bottom-left-radius: 17px;
    border-top-left-radius: 17px;
}

    #CustomerAddBody a i {
        color: #1E2B50;
        font-size: 34px;
        text-align: center;
        border-right: solid 1px #1E2B50;
        margin-right: 2px;
    }

    #CustomerAddBody a {
        color: #1E2B50;
        font-size: 17px;
        line-height: 49px;
        display: flex;
        font-weight: bold;
    }

    #CustomerAddBody:hover {
        right: 0px;
    }

.displayNone {
    display: none;
}

.context-menu {
    box-shadow: initial;
    border-radius: 0.1rem;
    background: #fff;
    border-color: rgba(58,58,58,.15);
    padding: 0.5rem 0;
}

.menu-List {
    position: fixed;
    /*display: inline-block;*/
    min-width: 13em;
    max-width: 26em;
    padding: 0.25em 0;
    margin: 0.3em;
    font-family: inherit;
    font-size: inherit;
    list-style-type: none;
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 0.2em;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
    z-index: 1;
}

    .menu-List li {
        padding: 0.75rem 1.5rem;
        background: #fff;
        color: #3a3a3a;
    }

        .menu-List li a {
            display: block;
        }

.btnRemove {
    line-height: 20px;
    background-color: red;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    border-radius: 9px;
    margin-top: 3px;
    display: inline-block;
}

#WorkBox {
    position: fixed;
    z-index: 1;
}

.NavTopTitle {
    position: fixed;
    width: 95%;
    left: 122px;
    top: 100px;
    background: #fff;
    padding: 10px;
    z-index: 1;
    border-top-left-radius: 8px;
    box-shadow: 0 0.1rem 0.5rem 0;
    display: none;
}

    .NavTopTitle h3 {
        text-align: left;
        font-weight: bold;
        float: left;
        line-height: 30px;
        margin-right: 10px;
    }

    .NavTopTitle .breadcrumb {
        margin-bottom: 0 !important;
        padding: 0 !important;
        margin-top: 8px;
    }

.line-through {
    text-decoration: line-through;
}

.profileMenu {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

    .profileMenu li {
        padding: 4px 7px;
        font-size: 18px;
    }

        .profileMenu li a {
            display: block;
        }

.logoContent {
    width: 300px;
    border: solid 1px #333;
    padding: 5px;
    margin-bottom: 5px;
}

    .logoContent img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }

.dollar {
    font-weight: bold;
}

    .dollar p {
        font-size: 13px;
        margin: 0 !important;
    }

.blueBox {
    background-color: #dcf3ff;
}

#CardBox a{
    padding:5px;
}

/*.card-body a {
    padding: 5px;
}*/

    /*.card-body a p {
        margin: 0 !important;
        padding-left: 5px;
    }*/


.listGroup a {
    padding: 5px 0 !important;
    text-align: left !important;
}
    .listGroup a p {
        margin: 0 !important;
        padding-left: 0px;
        cursor:pointer;
    }
    .hidden {
        display: none;
    }

#acilis {
    display: none;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

ul#hostryList li p {
    color: #000;
    font-size: 14px;
}

    ul#hostryList li p span {
        font-size: 10px;
        color: #4e4e4e;
    }

.proImg {
    margin-bottom: 10px;
}

    .proImg img {
        width: 100%;
    }

    .proImg .btnRemove {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        display: none;
    }

        .proImg .btnRemove i {
            font-size: 17px;
        }

    .proImg:hover .btnRemove {
        display: block;
    }

    .proImg .btnRemove:hover {
        color: #fff;
    }

.btnAddCart {
    background-color: #1E2B50;
    color: #fff;
    padding: 5px 7px !important;
    border-radius: 13px;
    margin: 0 auto;
    display: none;
}

    .btnAddCart:hover {
        text-decoration: none;
        color: #fff;
        background-color: #00AAA7;
    }

.card:hover a.btnAddCart {
    display: table;
}

.card-body footer {
    min-height: 30px;
}

.filterList {
    list-style: none;
    padding-left: 0;
}

    .filterList li {
        padding-left: 3px;
    }

        .filterList li a {
            display: block;
            padding: 3px;
            border-radius: 7px;
        }

            .filterList li a:hover {
                background-color: #00AAA7;
                color: #fff;
            }

            .filterList li a.filter-active {
                background-color: #1E2B50;
                color: #fff;
            }

.natfBtn {
    display: block;
}

    .natfBtn a {
        display: block;
        margin: 0 auto;
    }

.cartItem {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

    .cartItem img {
        width: 100%;
    }

    .cartItem h3 {
        font-weight: bold;
    }

    .cartItem .TotalPrice {
        float: right;
        position: absolute;
        bottom: 0;
        right: 10px;
        font-weight: bold;
        font-size: 13px;
    }

    .cartItem .Properties {
        position: absolute;
        bottom: 0;
    }
.Properties .quantityBox input {
    width: 50px;
}
.Properties .discountRate{
    width:100px;
    border-radius:5px;
}

.Properties button {
    line-height: 10px;
    padding: 2px;
    font-size: 14px;
}
.Properties .quantityBox, .Properties .discountRateBox, .Properties .PriceRateBox {
    float: left;
    margin-right: 10px;
}

.ProformaPrice {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.customerBox {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.card-body a{text-align:center}
.card-body a.price p {
    color: #00AAA7;
}

.customerDetail {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.detailPrice{
    font-size:22px;
    font-weight:bold;
    color:#00AAA7;
}
.cartPrice{
    font-size:16px;
    color:#00AAA7;
}
.pull-left {
    float: left;
}
.margin-left-10{margin-left:10px;}
.radiusInp{border-radius:12px;}
.clearfix{clear:both;}
.margin-top-10{margin-top:10px}
@media (max-width:1064px) {
    .navbar .user .name {
        display: none;
    }

    .navbar .navbar-right {
        flex-basis: 35%;
    }
}

@media (max-width:439px) {
    .navbar .navbar-left {
        flex-basis: 39%;
    }
}
.red-text {
    color: red;
    text-decoration: line-through;
}
