html {
  font-size: 14px;
}
.bglightyellow {
    background-color: #FEEEB9;
    text-align: right;
}
.viewtable input {
     
    font: Bold 12px arial;
    height: 25px;
    pointer-events: none;
}
.Caption1 {
    background-color: grey;
    color: white;
    font: bold 15px arial;
    height: 30px;
    text-align: center;
}
.bggreen {
    background-color: #C0FEC9;
    text-align:right;
}

.bgblue {
    background-color: #C2E1F3;
}

.bgwhite {
    background-color: #EBEEEF;
}
input:focus {
    background-color: yellow;
}
.tdbgColor {
    background-color: #CCF7FF;
}
.grid th {
    font-size: 13px;
    font-weight: 600;
    background-color: cadetblue;
    color: white;
    padding: 0px 0px 0px 10px;
}
.grid td,
.grid th{
    border: 1px solid black ;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.tdralign td:nth-child(n+8){
    text-align:right;
}
.lpad {
    padding: 0px 5px 0px 10px;
}
html {
  position: relative;
  min-height: 100%;
}
.container2 {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1850px;
    min-width:1000px;
} 
body {
  margin-bottom: 60px;
}
.tblrowht tr.td {
    line-height:45px;
}