#body {
    background-color: #dfd9db !important;
    color: #383737 !important;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
    background-color: #083424 !important;
    color: #fff !important;
}
#sidebar {
    background-color: #083424 !important;
    color: #fff !important;
}
#footer {
    background-color: #083424;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}

#footer a {
    color: #fff !important;
    font-size: 18px;
}
#footer a:hover {
    color: #caa03a !important;
}
#notificationdropdown {
    background-color: #083424 !important;
}
#notificationdropdown i:hover {
    color: #caa03a !important;
}
#avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #242020;
    padding: 10px;
    text-align: center;
}
#collapsebtn {
    color: #fff !important;
}
#collapsebtn:hover {
    color: #caa03a !important;
}
#searchbtn:hover {
    color: #222121 !important;
}
#content {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1px;
    background-color: rgb(239, 240, 239);
    margin-bottom: 80px;
}
#login {
    text-align: center;
}
#logintitle {
    bottom: 2px !important;
    color: #ffffff !important;
    margin-top: 20px;
    font-weight: 500;
}
#loginbody {
    color: #ffffff !important;
    font-size: 16px;
    margin-top: 40px;
}
#loginpagelabel {
    color: #ffffff !important;
    font-size: 16px;
}
#loginpageurl {
    color: #caa03a !important;
}
#loginpageurl:hover {
    color: #ffffff !important;
}
#viewallnotifications {
    background-color: #083424 !important;
}
#viewallnotifications a {
    color: #ffffff !important;
}
#viewallnotifications a:hover {
    color: #caa03a !important;
}
#loginwrapper {
    background-color: #dfd9db !important;
}

.btn-xs {
    padding: 0.2rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}

.dt-buttons .btn {
    margin-right: 5px;
    padding: 0.2rem 0.3rem;
    font-size: 0.7rem;
    line-height: 1.3;
    border-radius: 0.2rem;
}
