﻿body {
    background-color: white !important;
    -webkit-text-size-adjust: none !important;
}

form {
    margin-top: 28px
}

table {
    border: none;
}

#activitytable {
    position: absolute;
    width: 98%;
    z-index: 0;
}

#actionTable thead tr {
    visibility: hidden;
}

/*#fixedTable tbody tr
        {
            visibility:hidden;
        }*/

#fixedTable {
    position: fixed;
    width: 100%;
    z-index: 10000;
    padding-right: 16px;
}

td {
    border: none;
    border-left: 0px solid white !important;
    border-bottom: 0px solid white !important;
    font-size: 9pt !important;
    padding: 2px 2px 2px 2px;
}

th {
    border: none;
    border-left: 0px solid white !important;
    border-bottom: 0px solid white !important;
    background-color: rgba(255, 204, 102, 0.3);
    font-size: 10pt !important;
    padding: 2px 2px 2px 2px;
    font-weight: normal;
}

.billactions {
    text-align: left;
}

#whitespace {
    top: 0px;
    width: 100%;
    height: 49px;
    background-color: white;
    position: fixed;
    z-index: 100;
}

#lblBillNumber {
    display: none;
    position: absolute;
    top: 6px;
    left: 15px;
    z-index: 102;
    font-weight: bold;
}

#lblActions {
    font-size: small !important;
    position: relative;
    z-index: 200;
}

#PrintFrame {
    position: fixed;
    top: 6px;
    right: 15px;
    z-index: 1001;
}