﻿
        #report-table button {
            margin-right: 3px;
        }

        .edit-report-line input[type="text"] {
            text-align: right;
        }

        .edit-report-line td {
            text-align: right;
        }

        .schedule-footer {
            font-weight: bold;
            text-align: right !important;
        }

        #tblSummary tr.no-line td, #tblFinalSummary tr.no-line td {
            border-top: 0;
        }

        #schedules-div table {
            margin-bottom: 0;
        }

        #schedules-div > div {
            padding-top: 0;
        }

        .hide-reserved {
            visibility: hidden;
        }

        tr.unitemized {
            font-style: italic;
        }

        .liability-header {
            background-color: blue;
            color: white;
        }

        tr.subitems td {
            font-style: italic;
            background-color: mintcream !important;
        }
        #schedule-summary select, #schedule-summary input, #tblLcSummary input {
            margin-top: -3px;
        }

        #last-report-filed {
            width: 300px;
            background-color: aliceblue;
            padding: 10px;
            border: 1px solid blue;
            text-align: center;
            padding-top: 5px;
        }

        .report-table button {
            margin-left: 5px;
        }


        #summary-header td {
            border-top: 1px solid #ddd !important;
        }

            #summary-header td:first-child {
                border-left: 1px solid #ddd;
            }

            #summary-header td:last-child {
                border-right: 1px solid #ddd;
            }


    .slide-panel {
        height:1000px;width:1000px;
        background-color: white; 
        position: absolute;
        left:0px;
        top:50px;
        display:none;
        border: 1px solid #ddd;
    }

    .schedule-tab {
        height: 550px;
        overflow-y: scroll;

    }
