<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width : 700px) {
    body {
        min-width: 1350PX;
       
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    width: 100%;
}



#branchNamedl {
    width: 220px;
}

.appName, .appName a, .appName a:visited {
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma;
    text-decoration: none;
}

#companynameddl {
    width: 220px;
}

.headerPanel {
    display: flex;
    flex-wrap: wrap;
}

    .headerPanel span {
        color: white;
        padding: 0px 5px 0px 0px;
        font-weight: bold;
    }

.center {
    text-align: center;
}

.required:after {
    content: "***";
    color: red;
}



#menu {
    display: block;
}

#imagemenu {
    display: none;
}

#notificationcountlb {
    color: red;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    top: -1px;
    right: 56px;
    margin-left: -173px;
}



.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        width: auto;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 999;
        top: 25px;
        right: 86px;
        margin-left: -173px;
    }



    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

span.cancel, label.cancel {
    font-size: 18px;
    color: red;
}

span, label {
    font-size: 11px;
}

.top {
    margin-bottom: -7px;
}



.groupTree {
    position: absolute;
    margin: 0px;
    width: 200px;
    height: 1099px;
    overflow: hidden;
    left: 8px;
    top: 0px;
}




.generalinformation {
    padding-left: 40px;
}





.userName {
    float: right;
    color: white;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma;
}

.leftPanel {
    float: left;
    width: 10%;
    position: relative;
    padding: 10px;
    background-color: #E6E6E6;
    min-height: 602px;
}

#contentPanel {
    padding-top: 5px;
    text-align: center;
}

    #contentPanel &gt; div:first-child {
        border: 1px solid lightgray;
        padding: 4px;
        margin: 0 auto;
        text-align: left;
        display: inline-block;
    }


.gridContainer {
    border: 1px solid lightgray;
    padding: 15px;
}

.row {
    min-height: 28px;
}

.dishonour {
    color: red;
}

    .dishonour span {
        color: red;
    }

.honour {
    color: green;
}


.row span, .row label {
    font-weight: bold;
    color: #555;
}

.right {
    float: right;
}





.actionRow {
    margin: 25px 0;
}

    .actionRow input[type=submit] {
        min-width: 50px;
    }

.gridRow {
}

    .gridRow table {
        border: none;
    }

        .gridRow table thead, .gridRow table tbody {
            display: block;
        }

        .gridRow table tbody {
            overflow-y: scroll;
            overflow-x: auto;
            height: 300px;
        }


            .gridRow table thead tr th, .gridRow table tbody tr th {
                font-size: 11px;
                padding: 4px;
                /*text-align: left;*/
                height: 20px;
                background: #f5f5f5;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
                background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
                background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
                border-color: #dedede #d8d8d8 #d3d3d3;
                color: #555;
                text-shadow: 0 1px 0 #fff;
                -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
                -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
                box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
            }

            .gridRow table tbody tr td {
                padding: 0 2px;
                border: 1px solid lightgray;
                height: 26px;
            }

                .gridRow table tbody tr td span {
                    overflow: hidden;
                    word-wrap: break-word;
                }

                .gridRow table tbody tr td input[type=text] {
                    font-family: Tahoma;
                    padding: 0px;
                }


/* END */

/* Custom Button Style - START */
input[type=submit] {
    text-decoration: none;
    /*font: bold 12px/12px HelveticaNeue, Arial;*/
    padding: 3px 8px;
    color: #555;
    height: 25px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

    input[type=submit]:hover {
        background: #f4f4f4;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
        background: -moz-linear-gradient(top, #efefef, #f8f8f8);
        border-color: #c7c7c7 #c3c3c3 #bebebe;
        text-shadow: 0 1px 0 #fdfdfd;
        -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
        -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
        box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    }
/* END */

.hide {
    display: none;
}

.threecolumnautocomplete li {
    display: table-row-group;
}

.threecolumnautocomplete a {
    display: table-row !important;
}

.threecolumnautocomplete .col:first-child {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.threecolumnautocomplete .col:nth-child(2) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.customerautocomplete li {
    display: table-row-group;
}

.customerautocomplete a {
    display: table-row !important;
}

.customerautocomplete .col:first-child {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.customerautocomplete .col:nth-child(2) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.customerautocomplete .col:nth-child(3) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.customerautocomplete .col:nth-child(4) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.customerautocomplete .col:nth-child(5) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.onecolumnautocomplete li {
    display: table-row-group;
    overflow: scroll;
}

.onecolumnautocomplete a {
    display: table-row !important;
    display: inline;
}

.onecolumnautocomplete .col {
    display: table-cell;
    float: none;
    min-width: 0;
    padding-right: 10px;
}

.ie7 .onecolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}

.ie7 .threecolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}

.fourcolumnautocomplete li {
    display: table-row-group;
}

.fourcolumnautocomplete a {
    display: table-row !important;
}

.fourcolumnautocomplete .col {
    display: table-cell;
    float: none;
    min-width: 0;
    padding-right: 10px;
}

    .fourcolumnautocomplete .col:first-child {
        display: table-cell;
        float: none;
        min-width: 200px;
        padding-right: 10px;
    }

.ie7 .fourcolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}

.twocolumnautocomplete .col:first-child {
    display: table-cell;
    float: none;
    min-width: 200px;
    padding-right: 10px;
}

.twocolumnautocomplete li {
    display: table-row-group;
}

.twocolumnautocomplete a {
    display: table-row !important;
}

.twocolumnautocomplete .col {
    display: table-cell;
    float: none;
    min-width: 150px;
    padding-right: 10px;
}

.ie7 .twocolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}

.Legend {
    font: xx-large;
    font-weight: bold;
}

.storeautocomplete li {
    display: table-row-group;
}

.storeautocomplete a {
    display: table-row !important;
}

.storeautocomplete .col:first-child {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.storeautocomplete .col:nth-child(2) {
    display: table-cell;
    float: none;
    min-width: 100px;
    overflow-x: hidden;
    padding-right: 10px;
}

.fivecolumnautocomplete li {
    display: table-row-group;
}

.fivecolumnautocomplete a {
    display: table-row !important;
}

.fivecolumnautocomplete .col {
    display: table-cell;
    float: none;
    min-width: 0;
    padding-right: 10px;
}

.ie7 .fivecolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}




.sixcolumnautocomplete li {
    display: table-row-group;
}

.sixcolumnautocomplete a {
    display: table-row !important;
}

.sixcolumnautocomplete .col {
    display: table-cell;
    float: none;
    min-width: 0;
    padding-right: 10px;
}

.ie7 .sixcolumnautocomplete .col {
    display: block;
    float: left;
    width: 15em;
    overflow: hidden;
    white-space: nowrap;
}
</pre></body></html>