html {
    font-size: 90%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    padding: 0.3%;
}

.label-grey {
    background-color: lightgrey;
    border: 1px solid grey;
}

.table-grey {
    background-color: lightgrey;
    border: 1px solid grey;
}

.modal {
    background-color: white;
}

.logout {
    float: right;
}

#welcome {
    color:white;
}

#bt000 {
    font-size: 180%;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    position: relative;
}

#bm000-A {
    font-size: 100%;
    width: 95%;
    height: 100%;
    position: relative;
    margin-left: 2.2%;
    margin-right: 2.2%;
}

#bm000 {
    font-size: 100%;
    width: 95%;
    position: relative;
    margin-left: 2.2%;
    margin-right: 2.2%;
}

#bm000-000 {
    font-size: 100%;
    width: 95%;
    position: relative;
}

#bm001 {
    width: 95%;
    position: relative;
    margin-top: 3%;
    margin-left: 2.2%;
    margin-right: 2.2%;
}

#bf000 {
    font-size: 100%;
    width: 100%;
    height: auto;
    margin-top: 4%;
    padding-top: 1%;
    position: relative;
    border-top: 1px solid lightskyblue;
}

#bf000-001 {
    font-size: 100%;
    width: 100%;
    height: auto;
    margin-top: 6%;
    padding-top: 1%;
    position: relative;
    border-top: 1px solid lightskyblue;
}

#btn000 {
    float: right;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%;
}

#btn005 {
    float: right;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%;
}

#btn005-001 {
    float: right;
    position: relative;
    margin-top: 1.5%;
    margin-right: 1.5%;
}

#total {
    font-weight: bold;
    float: right;
    position: relative;
    margin-bottom: 1%;
    margin-right: 1%;
}

#label000 {
    font-weight: bold;
    float: right;
    position: relative;
}

#sh000 {
    width: 60%;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 1%;
}

#caption {
    font-style: italic;
}

.tdash0 {
    float: left;
    position: relative;
    text-align: left;
    width: 50%;
    height: 7%;
    background-color: whitesmoke;
}

.tdash1 {
    float: left;
    position: left;
    text-align: right;
    width: 50%;
    height: 7%;
    background-color: whitesmoke;
}

.footerbtn {
    float: right;
    margin-right: 0.5%;
}

.sh-options {
    margin-left: 1%;
    margin-right: 1%;
}

.modal-xl-input {
    float: left;
    position: relative;
    margin-top: 1%;
}

.table {
    font-size: 90%;
}

.custom-scrollbar {
    position: relative;
    height: 50%;
    overflow: auto;
}

.subform-line {
    border-top: 1px solid black;
    margin-top: 3%;
    margin-bottom: 3%;
}

.bm000-001 {
    font-size: 100%;
    width: 95%;
    position: relative;
    margin-left: 2.2%;
    margin-right: 2.2%;
}

/* for Star Rating CSS */

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

/* end of star rating css */
.btn-block {
    padding: 3%;
    font-size: 150%;
    margin-left: 0.3%;
    margin-right: 0.3%;
}

.module-main {
    display: flex;
    justify-content: center;
}

.modal-title {
    font-weight: bolder;
}

.genRep-header {
    width: 100%;
    float: right;
    position: relative;
    display: flex;
    justify-content: right;
    background-color: lightgrey;
    font-weight: bolder;
}

.genForm-header {
    width: 100%;
    float: right;
    position: relative;
    display: flex;
    justify-content: right;
    background-color: lightyellow;
    font-weight: bolder;
}

.genForm-header-c {
    width: 100%;
    height: 10%;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    background-color: lightyellow;
    font-weight: bolder;
}

.viewForm-header {
    width: 100%;
    background-color: lightblue;
    font-weight: bolder;
}

#calendar {
    margin-top: 0%;
}

.highlight:hover{
    color:purple;
    background-color: yellow;
    cursor:pointer
}