﻿html, body, form {
    height: 100%;
    margin: 0px;
}  
  #MainTop {
        height: 10%;
        background: #131921;
        font-size: 2.5vh;
      }
     #MainBodyTop {
        height: 5%;
        width:100%;
        font-size: 2.5vh;
        background: #D1E5F8;
    }
       #DefaultBodyTop {
        height: 5%;
        width:100%;
        font-size: 2.5vh;
        background: #eda717;
    }

      #MainBody {
        width:100%;
        height: 83.4%;
        overflow:scroll;
        overflow-x: auto;
        overflow-y: auto;
        background: #FAFAFA;
    }
       #MainBottom {
        height: 2%;
        background: #000;
        color:white;
        font-weight:bold;
    }
        .FixedGridViewHeader {
            position:absolute;
            font-weight: bold;
        }

      hr {
          height: 0;
          margin: 0;
          background-color:transparent;
          border-top: 0px solid transparent;
          border-bottom: 0.5vh solid #04f;
      }
.tdAction
    {
     cursor:pointer;
     padding-left:20px;
    }

.LinkBtnCss
{
     color:#fff;text-decoration:none;padding-left:.5vh;padding-right:.5vh;
      border: 1px solid transparent;
} 
.LinkBtnCss:hover
 {
    /*background-color: yellow;*/
  border: 1px solid #fff;
 } 

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
    background: #888; 
  outline: 1px solid slategrey;
  border-radius: 20px;
}
 
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}