﻿.body {
    background-color:#FFF7E7;
    font-family:Consolas;
}

.bodynew
{
    background-color:#ebf8ef;
    font-family:Consolas;
}

.bodynewblue
{
    background-color:#cbe6ef;
    font-family:'Consolas';
}

.sticky-col {
  position: -webkit-sticky;
  position: sticky;
  background-color: #faf7eb;
}

.block {
    height:150px;
    width:180px;
    border:1px solid aliceblue;
    overflow-y:scroll;
}

.checkboxlist {
    overflow-y:scroll;
    font-family:Consolas;
    font-size:small;
    height:80px;
    border-radius:2px;
    color:#151105;
    border-width:2px;
    width:150px;

}

.freezecol1 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  left: 0px;
}

.freezecol2 {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 20px;
}

.freezecol3 {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  left: 170px;
}

.freezecol4 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 440px;
}

.freezecol5 {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 540px;
}

.freezecol6 {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
  left: 630px;
}

.freezecol7 {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  left: 720px;
}


.bodygolden
{
    background-color:#faf7eb;
    font-family:'Consolas';
}

.critical
{
    text-align:center;
    background-image: linear-gradient(#faf7eb 80%, orange 20%);
}

.cascadeplan
{
    text-align:center;
    background-image: linear-gradient(lightblue 80%, orange 20%);
}

.normal
{
    text-align:center;
    background-image: linear-gradient(#faf7eb 15%, blue 70%, #faf7eb 15%);
}

.plancritical
{
    text-align:center;
    background-image: linear-gradient(Lightblue 80%, red 20%);
}

.plan
{
    text-align:center;
    background-image: linear-gradient(Lightblue 80%, #faf7eb 20%);
}

.planstart
{
    text-align:center;
    background-image: linear-gradient(Lightblue 80%, blue 20%);
}

.planstartgreen
{
    text-align:center;
    background-image: linear-gradient(Lightblue 80%, green 20%);
}

.priorstart
{
    text-align:center;
    background-image: linear-gradient(#faf7eb 80%, blue 20%);
}

.priorstartgreen
{
    text-align:center;
    background-image: linear-gradient(#faf7eb 80%, green 20%);
}

.poststart
{
    text-align:center;
    background-image: linear-gradient(#faf7eb 80%, red 20%);
}

.planpoststart
{
    text-align:center;
    background-image: linear-gradient(lightblue 80%, red 20%);
}

.bodywhite
{
    background-color:#ffffff;
    font-family:'Consolas';
}

.textbox
{
    font-family:'Consolas';
    border-color:#eddfaf;
    border-style:Solid;
    font-size:small;
    border-radius:2px;
    color:#151105;
    width:200px;
    text-align:center;
}

.lblcenter
{
    text-align:center;
}

.lblleft
{
    text-align:left;
}

.button
{
    background-color:#be9d31;
    font-family:'Consolas';
    font-size:small;
    color:#2a230b;
    width:80px;
    height:25px;
    border-color:#71bbd4;
    border-width:1px;
    border-style:solid;
    border-radius:3px;
}

.tablecell
{
    color:#151105;
    font-size:small;
    font-weight:500;
}

.tablecellborder
{
    color:#151105;
    font-size:small;
    font-weight:500;
    border:1px;
    border-style:solid;
    border-color:#eddfaf;
    border-radius:2px;
}

.hidecolumn
{
    display:none;
}

.tableheadercell
{
    background-color:#d4af37;
    Color:#151105;
    text-align:center;
    font-size:14px;
}

.textbox_left
{
    font-family:'Consolas';
    border-color:#eddfaf;
    border-style:Solid;
    border-radius:2px;
    font-size:small;
    color:#151105;
    width:200px;
    text-align:left
}

.textbox_right
{
    font-family:'Consolas';
    border-color:#eddfaf;
    border-style:Solid;
    font-size:small;
    border-radius:2px;
    color:#151105;
    width:200px;
    text-align:right
}

.drpdown
{
    font-family:Consolas;
    border-color:#eddfaf;
    border-style:solid;
    font-size:small;
    height:25px;
    border-radius:2px;
    color:#151105;
    border-width:2px;
    width:200px;
}

.drpdownsmall
{
    font-family:Consolas;
    border-color:#eddfaf;
    border-style:solid;
    font-size:small;
    height:25px;
    border-radius:2px;
    color:#151105;
    border-width:2px;
    width:100px;
}

