﻿/* start - table container style*/
.div-table-container{
    font-size:1.1em;
}
@media (max-width:768px)
{
    .div-table-container{
        font-size:1em;
    }
}
/* end - table container style*/

/* start kot - details*/
.div-kot-details {
    background-color: #F0EDD4;
    width: 98%;
    margin:5px;
}
.table-kot-items {
    font-family: var(--font-family);
    font-size: 1em;
}

    .table-kot-items th:first-child {
        min-width: 220px;
    }

@media (max-width: 768px) {
    .btn-item-category, .btn-all-item-category {
        width: 120px !important;
        height: 60px !important;
        font-size: 1.1em !important;
        font-weight: normal;
    }

    .div-item, .div-item-container {
        width: 160px !important;
        height: 110px !important;
        font-size: 1.1em !important;
        font-weight: normal;
        padding: 3px;
    }

    .div-item-container {
        height: 100px !important;
    }

    .table-kot-items {
        font-size: 1em;
    }
}
/* end kot - details */

/* start invoices*/
.div-invoice-details {
    background-color: #F0EDD4;
    width: 98%;
}

.table-invoice-items {
    font-family: var(--font-family);
    font-size: 1em;
}

    .table-invoice-items th {
        text-align: center;
        vertical-align: middle;
    }

    .table-invoice-items td:nth-child(2) {
        min-width: 220px;
    }
/* end invoices*/

/* START - SF-CSS*/
.e-listview .e-list-item {
    font-size: 1.2em;
}

.e-ddl.e-input-group.e-control-wrapper .e-input {
    font-size: 1.2em !important;
    font-weight: 400;
    font-family: Lato,'Open Sans', sans-serif;
    padding: 1.2em !important;
}
/* END - SF STYLE*/