.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}

.navbar-nav .dropdown-menu
{
    right: 0;
    left: auto;
}

table{
    border-color: gray;
}

tbody{
    background-color:whitesmoke;
}

.claim-history-groups {
    background-color: #fcb602;
}

.nav-link.active {
    color: #fcb602 !important;
    text-decoration: underline #fcb602 !important;
}