html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    padding-right: 0;
    padding-left: 0;
}

.nav-link.active {
    font-weight: bold;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1024px;
}

.text-info {
    color: #17a2b8 !important;
}

.text-right {
    text-align: right;
}

.form-control, .form-select {
    font-size: 14px;
}

.btn-group-xsm > .btn, .btn-xsm {
    padding: 0.05rem 0.3rem;
    font-size: .875rem;
    border-radius: 0.2rem;
}

.table td 
{
    vertical-align: middle;
}

.accordion-button:not(.collapsed) {
    color: #0f5132;
    background-color: #d1e7dd;
    font-weight:bold;
}
#projectList .accordion-button:not(.collapsed) {
    background-color: #fefefe;
    font-weight: bold;
}


.input-group-text 
{
    font-size: 14px;
}

a {
    color: #2871dd;
}

.btn-outline-primary {
    color: #2871dd;
    border-color: #2871dd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2871dd;
        border-color: #2871dd;
    }

.btn-outline-info {
    color: #14aecd;
    border-color: #14aecd;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #14aecd;
        border-color: #14aecd;
    }

.btn-info {
    color: #fff;
    background-color: #14aecd;
    border-color: #14aecd;
}

    .btn-info:hover {
        color: #fff;
        background-color: #2998af;
        border-color: #2998af;
    }