﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

a[href^="tel:"] {
    color: black;
    font-weight: normal;
    text-decoration: solid;
    margin-right: 0.em;
}

a[href^="sms:"] {
    color: black;
    font-weight: normal;
    text-decoration: blink;
    margin-right: 0.8em;
}


table, th, td {
    border: 1px solid black;
}

/* make the table a 100% wide by default */
table {
    width: 100%;
    overflow: hidden;
    display: block;
    border: 1px solid aqua;
}

/* if the browser window is at least 800px-s wide: */
@media screen and (min-width: 800px) {
    table {
        width: 90%;
    }
}

/* if the browser window is at least 1000px-s wide: */
@media screen and (min-width: 1000px) {
    table {
        width: 80%;
    }
}



.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}



@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
}

.div-table {
    display: table;
    width: auto;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */

}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col-img, .div-table-col-rupee, .div-table-col-qty, .div-table-col-rupee-width, .div-table-col-qty-span100 {
    float: left; /*fix for  buggy browsers */
    display: table-column;
    width: 300px;
    /*background-color: #f7f7f7;*/
    background-color: #ffffff;
    text-align: left;
    padding: 1px;
    padding-left: 20px;
}


.div-table-col-rupee {
    font-size: 25px;
    color: black;
    font-weight: bold;
    width: 50%;
}

.div-table-col-rupee-width {
    font-size: 25px;
    color: black;
    font-weight: bold;
    width: 50%;
    padding-left: 100px;
}


.div-table-col-qty {
    width: 50%;
}

.div-table-col-qty-span100 {
    padding-left: 100px;
    width: 60%;
}

.span-price-bulk {
    min-width: 10px;
    border: 1px solid #000;
    display: table-cell;
}


.span-price-retail {
    min-width =10px;
    border: 1px solid #000;
    display: table-cell;
}

.div-table-col-itemName {
    font-size: 21px;
    padding-right: 10px;
    text-align: left;
    color: gray;
    padding-left: 25px;
}

.div-table-col-img {
    background-color: #ffffff;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.div-table-colimg::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #eee;
    pointer-events: none;
}


/* CSS */
.button-32 {
    background-color: #fff000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    transition: 200ms;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-32:not(:disabled):hover,
    .button-32:not(:disabled):focus {
        outline: 0;
        background: #f4e603;
        box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
    }

    .button-32:disabled {
        filter: saturate(0.2) opacity(0.5);
        -webkit-filter: saturate(0.2) opacity(0.5);
        cursor: not-allowed;
    }


/*
img {
    display: block;
    height: 300px;
    width: auto;
}
*/