html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: auto;
    left: -400px;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 8px;
    background: #ffc52f;
    -webkit-transition: top .5s ease-out;
    transition: top .5s ease-out;
    z-index: 100;
}

    #skiptocontent a:focus {
        position: static;
        width: auto;
        height: auto;
    }

hrefStyle {
    color: #0752C1;
    rgb: (7, 82, 193)
}

.Report_header_image {
    top: 10px;
    float: left;
    width: 120px;
    height: 60px;
    margin-left: 50px;
}

.Report_header_Title {
    position: relative;
    top: 10px;
    left: 10px;
    font: bold;
    font-size: 42px;
    color: darkred;
    margin-left: 100px;
    float: left;
}

a {
    color: #0752C1;
}



.textboxfor-width50 {
    width: 50px;
}

.textboxfor-width100 {
    width: 100px;
}

.textboxfor-width200 {
    width: 200px;
    
}

.textboxfor-width300 {
    width: 300px;
}

.textboxfor-width400 {
    width: 400px;
}

.textboxfor-width500 {
    width: 500px;
}

td.label_right {
    text-align: right;
    font-weight: bold;
}

td {
    padding: 5px 5px;
    height: 48px;
}

input.Disabled {

}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    color: red;
}