.item-group-div{
    padding: 10px 0;border-bottom: 1px solid #ddd;
}
.left-column h4{font-weight: bold}

button.no-bg{
    background: none;
    border: none;
    padding: 0;
    margin: 0 !important;
    display: block;
    padding: 7px 10px;
    margin: 0;    
    font-size: 13px;
}
.btn-div{
    padding: 0;
}

.block {display: block !important; margin-right: 0;}

tr:hover {background: #efefef !important;}

.bg-gray {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
}


@keyframes fadein {
    from {
        background: #ddd;
    }
    to {
        background: #fff;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        background: #ddd;
    }
    to {
        background: #fff;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        background: #ddd;
    }
    to {
        background: #fff;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        background: #ddd;
    }
    to {
        background: #fff;
    }
}

.store-box{
    background-size: auto 100%; 
    background-repeat: no-repeat; 
    background-position: top; 
    position: relative;
    margin: auto
}

.order-details h4{
    margin: 20px;
}

.gtotal th{
    border-top: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;    
    font-size: 16px;
}

.store-header th{
    padding: 20px 0 !important;
    border-bottom: 2px dashed;
}

.item-no {
    padding-left: 20px !important;
}

.btn-black{
    background: #000;
    color: #fff;
}

body .no-margin{ 
    margin-left: 0 !important; 
    margin-right: 0 !important; 
    margin-top: 0 !important; 
    margin-bottom: 0 !important; 
}
.relative{ position: relative;}

.item-table .form-control{
    padding: 3px 5px;
    font-size: 11px;
}
.flat{
    position: absolute;
    top: -20px;
    right: -5px;
}

.sticky-header thead th {
    position: sticky;
    top: 0;
    background-color: #e4e4e4;
    z-index: 10;
}

.table-striped td{
    font-size: 11px;
}
.inquiry-modal .form-group{
    border-bottom: 1px solid #eee;
}