﻿body {
    font-family: Ubuntu, sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #00678D;
}
table .bg-primary {
    background-color: #c6f0ff !important;
    font-weight: bold;
}

/*<!-- SCROLL BAR -->*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9be1ff;
    border-radius: 10px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
