﻿@media (min-width: 0px) and (max-width: 1000px) {

    /* Force table to not be like tables anymore */
    .kaizen_tablelist,
    .kaizen_tablelist thead,
    .kaizen_tablelist tbody,
    .kaizen_tablelist th,
    .kaizen_tablelist td,
    .kaizen_tablelist tr {
        display: block;
    }

        .kaizen_tablelist thead tr:first-child td{
            display:none
        }
            .kaizen_tablelist thead tr:first-child td:last-child {
                display: block
            }

        .kaizen_tablelist tr {
            border: 1px solid #ccc;
            padding: 0px !important;
        }

        .kaizen_tablelist td {
            /* Behave like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50% !important;
            white-space: normal;
            text-align: left;
        }

            .kaizen_tablelist td span {
                float: left;
            }

            .kaizen_tablelist td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            .kaizen_tablelist td:before {
                content: attr(data-title);
            }

    .header-navbar .navbar-wrapper .navbar-logo a img {
        height: 40px;
    }

    .kaizen_tablelist .kaizen_tableSublist td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding: 0% !important;
        white-space: normal;
        text-align: left;
    }

    .kaizen_tablelist .kz_listPrint td {
        padding: 0% !important;
    }

    .kaizen_tablelist .getHtmlSubTable {
        width: 97%;
        margin: 5px;
    }

        .kaizen_tablelist .getHtmlSubTable td {
            /* Behave like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50% !important;
            white-space: normal;
            text-align: left;
        }



/*Child Grid*/


    /* Force table to not be like tables anymore */
    .PageChild,
    .PageChild thead,
    .PageChild tbody,
    .PageChild tfoot,
    .PageChild th,
    .PageChild td,
    .PageChild tr {
        display: block;
    }

        .PageChild thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .PageChild tr {
            border: 1px solid #ccc;
            padding: 0px !important;
        }

        .PageChild td {
            /* Behave like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            white-space: normal;
            text-align: left;
            padding-top: 25px;
        }

            .PageChild td span {
                float: left;
            }

            .PageChild td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                top: 6px;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
            }

            .PageChild td:before {
                content: attr(data-title);
            }

    .header-navbar{
        position:absolute !important;
        float:left
    }

    .single-field {
        width: 50%
    }

    .fm-width-30Per {
        width: 30%;
        float: left;
    }
}