/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    width: 100% !important;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    padding: 0 5px;
    overflow: auto;
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


#frmFilter {
    padding: 0 15px 15px;
}


.datagrid-header-rownumber, .datagrid-cell-rownumber {
    width: 40px;
}

.easyui-fluid .panel-header {
    padding: 15px;
    text-align: center;
}

    .easyui-fluid .panel-header .panel-title {
        height: auto;
        line-height: 24px;
    }

        .easyui-fluid .panel-header .panel-title h3 {
            margin: 5px 0;
        }

@media(max-width:768px) {



    #frmFilter {
        padding: 0 15px 5px;
    }

        #frmFilter .form-group {
            margin-bottom: 5px;
            float: left;
        }

            #frmFilter .form-group > label {
                font-size: 8pt;
                float: left;
                width: 80px;
                text-align: right;
                padding: 8px 10px 0px;
            }

            #frmFilter .form-group > .form-control {
                float: left;
                max-width: 120px;
            }

            #frmFilter .form-group #btnFilter {
                margin-left: 5px;
            }

    .easyui-fluid .panel-header .panel-title {
        height: auto;
        line-height: 20px;
    }

        .easyui-fluid .panel-header .panel-title h3 {
            font-size: 12pt;
        }
}
