/* Default CSS */


body {background-color:floralwhite ;  }
div{
}
.tab1 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: center;
    position: relative;
    width: 50%;
    background-color: hsl(216, 70%, 78%);
    padding: 1px 1px 1px 1px;
    margin: 1px 1px 1px 1px;
    top: 0px;
    left: 0px;
    height: 299px;
}
 tr {align-content: center;  }
 td{border-width : 0px; }

div .disp {
    font-family: 'Comic Sans MS';
    text-align: center;
    margin: auto;
    background-color: aqua;
}
div div1 {
    font-family: 'Comic Sans MS'; 
    text-align: center;
    margin: auto;
    background-color:blanchedalmond;
}
div #divl {
    font-family: 'comic Sans MS';
    text-align: center;
    margin: 150px,150px,150px,150px;
    background-color: aqua;
    
}
/* Locks the left column */
td.locked, th.locked {
    position: relative;
    cursor: default;
    left: expression(document.getElementById("div_gridholder").scrollLeft); /* div_gridholder : name of the div which holds gridview*/
}

div.cltb{
   text-align:center;
}
/* Locks the header */
.FreezeHeader {
    position: relative;
    top: expression(this.offsetParent.scrollTop - 2);
    z-index: 20;
}
.shadow-textarea textarea.form-control {
    font-weight: 300;
}

.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}
.level1 {
    font-family:'Comic Sans MS';
    color: White;
    background-color:  whitesmoke;
    font-size:  larger;
    font-weight: bold;
}

.level2 {
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: larger;
    background-color: whitesmoke;
}

.level3 {
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle {
    font-weight: bold;
}

.level4 {
    background-color: Gray !important;
    color: White !important;
    font-size: small;
}
.release{
    text-align:right;
}
.copyr{
    text-align:left;
}