body {
    margin: 0px;
    font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    height: 100%;
    background-color: #efefef;
    color:#333;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 4px;
    background: #BF0F0F;
    /* color: #BF0F0F; */
    color: #fff;
    z-index: 100;
}

.page {
    margin-top: 70px;
    background: #efefef;
}

.windowTitle {
    color: #BF0F0F;
    /* font-weight: bold; */
    /* padding: 5px; */
}

.mainContainer {
    padding-top: 10px;
    margin: auto;
    /* RK */
    /* max-width: 1200px; */
}



.hyperlink {
    /* text-decoration: none; */
    color: #333;
    cursor: pointer;
}

.sectionHeader {
    font-weight: bold;
    padding: 5px;
    color: #fff;
    /* border: 1px solid #000; */
    background-color: #BF0F0F;
}

.textButton {
    text-decoration: underline;
    text-decoration-color: #BF0F0F;
}

.appBtn {
    color: #BF0F0F;
    /* font-weight: bold; */
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .24);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    height: 120px;
    width: 120px;
    transition-duration: 0.4s;
    text-align: center;
}

.appBtn:hover {
    background-color: #BF0F0F;
    color: white;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pageHeader {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    z-index: 100;
    background: #BF0F0F;
    margin: auto;
    /* max-width: 1200px; */
    left: 50%;
    transform: translate(-50%, 0);
}

.topMenu {
    background-color: #BF0F0F;
}

.interestType{
    color:yellow;
}
.overdue{
    color:red;
}
.paused {
    background-color: #80808038;
}