@font-face {
    font-family: 'wakaed';
    src: url('../fonts/wakaed.eot?arddve');
    src: url('../fonts/wakaed.eot?arddve#iefix') format('embedded-opentype'),
        url('../fonts/wakaed.ttf?arddve') format('truetype'),
        url('../fonts/wakaed.woff?arddve') format('woff'),
        url('../fonts/wakaed.svg?arddve#wakaed') format('svg');
    font-weight: normal;
    font-style: normal;
}
i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'wakaed';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.wakaed-wlogo
{
    color: #5a738e;

}

.wakaed-wlogo:before {
    content: "\e900";

}
.wakaed-wlogo:hover {
    color: #1ABB9C !important;
}

.min-height-500px {
    min-height: 500px !important;

}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
/* 
table.table-bordered {
    border-color: #000;
    }
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
    border-color: #000;
    } */

    


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

.scrollGridView{
    overflow: auto;
    display: block;
}
.autoCompleteInputCss{
    width: 380px;
}
.itemQuantityCss{
    width: 100px;
}
.itemPriceTypeCss{
    width: 70px;
}
.itemUnitPriceCss{
    width: 100px;
}
.itemNetoTotalCss{
    width: 100px;
}
.itemDiscountCss{
    width: 100px;
}
.itemSubTotalCss{
    width: 100px;
}
.itemTaxIdCss{
    width: 70px;
}
.itemTaxTotalCss{
    width: 100px;
}
.itemTotalCss{
    width: 100px;
}

/* rules for mobile horizontal (480 > 768)  */
@media (min-width: 480px) {

    .autoCompleteInputCss{
        width: 380px;
    }
    .itemQuantityCss{
        width: 100px;
    }
    .itemPriceTypeCss{
        width: 70px;
    }
    .itemUnitPriceCss{
        width: 100px;
    }
    .itemNetoTotalCss{
        width: 100px;
    }
    .itemDiscountCss{
        width: 100px;
    }
    .itemSubTotalCss{
        width: 100px;
    }
    .itemTaxIdCss{
        width: 70px;
    }
    .itemTaxTotalCss{
        width: 100px;
    }
    .itemTotalCss{
        width: 100px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .autoCompleteInputCss{
        width: 380px;
    }
    .itemQuantityCss{
        width: 100px;
    }
    .itemPriceTypeCss{
        width: 70px;
    }
    .itemUnitPriceCss{
        width: 100px;
    }
    .itemNetoTotalCss{
        width: 100px;
    }
    .itemDiscountCss{
        width: 100px;
    }
    .itemSubTotalCss{
        width: 100px;
    }
    .itemTaxIdCss{
        width: 70px;
    }
    .itemTaxTotalCss{
        width: 100px;
    }
    .itemTotalCss{
        width: 100px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .autoCompleteInputCss{
        width: 380px;
    }
    .itemQuantityCss{
        width: 100px;
    }
    .itemPriceTypeCss{
        width: 70px;
    }
    .itemUnitPriceCss{
        width: 100px;
    }
    .itemNetoTotalCss{
        width: 100px;
    }
    .itemDiscountCss{
        width: 100px;
    }
    .itemSubTotalCss{
        width: 100px;
    }
    .itemTaxIdCss{
        width: 70px;
    }
    .itemTaxTotalCss{
        width: 100px;
    }
    .itemTotalCss{
        width: 100px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .scrollGridView{
        overflow: auto;
        display: block;
    }
    .autoCompleteInputCss{
        width: 100%;
        min-width: 350px;
    }
    .itemQuantityCss{
        width: 100px;
    }
    .itemPriceTypeCss{
        width: 70px;
    }
    .itemUnitPriceCss{
        width: 100px;
    }
    .itemNetoTotalCss{
        width: 100px;
    }
    .itemDiscountCss{
        width: 100px;
    }
    .itemSubTotalCss{
        width: 100px;
    }
    .itemTaxIdCss{
        width: 70px;
    }
    .itemTaxTotalCss{
        width: 100px;
    }
    .itemTotalCss{
        width: 100px;
    }
}