.h2 {
    color: white;
    background: linear-gradient(to right, #4a4a4a, #f5f5f5);
    font-family: Calibri;
}

.header {
    height: 50px;
    text-align: center;
    background: inherit;
    position: absolute;
    left: -25px;
    //giving minus -25px left position right: 0;
    top: -25px;
    //giving minus -25px top position bottom: 0;
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3);
    filter: blur(10px);
}

.table1 {
    background-color: #dedede;
    width: 100%;
    padding: 10px;
}

.td {
    color: #4a4a4a;
    
    width: 200px;
    padding:5px;
}

.textbox {
    width: 100%;
    color: #404040;
    height: 25px;
    border: 1px solid lightgray;
    border-radius: 5px;
    /*border: none;
    border-bottom: solid;
    border-bottom-color: #dedede;
    border-bottom-width: 1px;*/
    background: transparent;
    padding: 4px;
    }

.chooseFile{
     color: black;
    height: 25px;
    border:none;
    padding:5px;
    background-color:#dedede;
}

.buttonARN{
  background-color: #a0a0a0; /* Green */
    border: none;
    border-radius:5px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
}

.buttonARN1{
  background-color: #3ea365; /* Green */
    border: none;
    border-radius:5px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: smaller;
    width: 100px;
}

.tdbutton{
    padding:5px;
}
/*.textbox {
    width: 100%;
    color: black;
    height: 25px;
    border: none;
    border-bottom: solid;
    border-bottom-color: #dedede;
    border-bottom-width: 1px;
    background: transparent;
    padding: 4px;
    }*/

.textboxForReadOnly {
    width: 100%;
    color: black;
    height: 25px;
    border: none;
    border-bottom: none;
    border-bottom-color: none;
    border-bottom-width: 0px;
    background: transparent;
    padding: 4px;
    }

.kpitd {
    width: 16%;
    background-color: #808080;
    text-align: center;
}

.fluid {
  width: 50%;
}
.fixed {
width: 40px;
}

.mandatory
{
    color:red;
}