:root {
    --bs-primary: rgb(0,137,208);
    --revoil_h_gray: rgb(115, 126, 133);
    --revoil-backg-color: #fff;
    --revoil_blue: rgb(152, 206, 236);
    --revoil_green:#99CA3C;
    --revoil_green_hover:#a2ce51;
    --revoil_nav_blue:  rgb(0,137,208);
    --light_green_background: rgb(225, 248, 225);
}

.revbluefont {
    color: var(--revoil_nav_blue);
    font-weight: bold;
}

.revbluebackground{
    background-color: var(--revoil_nav_blue);
}


#loginbox, #menupage {
    background-color: var(--light_green_background);
}

.fa-user, .fa-key {
    color: var(--revoil_nav_blue);
}

#navtable{
    margin-top: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    font-weight: bold;
    float: right;
}

.revlogo{
    width: 100%;
    max-width: 220px;
    height: auto;
    margin-top: 15px;
    float: left;
}

#menutable{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

th button{
    border: none;
    padding: 20px;
    width: 50%;
    text-align: center;
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px;
    background-color: white; 
    color: black; 
    border: 3px solid rgb(0,137,208);
}

#menutable tbody tr th {
    text-align: center;
    font-weight:bold;
    width: 50%;
}


#navigation_row{
    width: 100%;
    margin-top: 0;
}


.hr-blue-line{
    border-top: dashed 2px; 
    color: var(--revoil_nav_blue);
}

#admin-page-box{
    border: 1px solid rgb(0,137,208);
    border-radius: 6%;
}

td input[type='number'], td select{
    width: 90px;
    height: 35px;
} 

.iframeWrapper, #detailedView {
    min-height: 100vh;
}

.modal-dialog .modal-content{
    background-color: var(--light_green_background);
    color: var(--revoil_nav_blue);
    font-weight: bold; 
}

.tdWidth{
    width: 5%;
}

.YearsFont{
    text-align: center;
    font-size: x-large;
}

.negativeIncome{
    color: red;
}

.backgroundGreen{
    background-color: var(--revoil_green);
    border: none;
    color: white;
    width: 15%;
}

.backgroundRed{
    background-color: red;
    border: none;
    color: white;
    width: 15%;
}

.boldText{
    font-weight: bold;
}

/* For tablets */
@media (max-width: 1024px) {
    /* CSS rules here */
    #rejectBtn{
        font-size: 13px;
    }
    #approveBtn{
        font-size: 13px;
    }

  }
  
@media (max-width: 767px) {
    /* CSS rules here */
    #rejectBtn{
        width: 90px;
        font-size: 13px;
    }
    #approveBtn{
        width: 90px;
        font-size: 13px;
    }
    #ApprComments{
        margin-left: 25px;
    }

  }
  