html, body {
    font-family: 'Noto Sans','Amatic SC','Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}
a, .btn-link {
    color: #006bb7;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.control-container .e-appbar.e-primary {
    height: 95px;
    border-bottom: 1px solid;
    border-bottom-color: black;
}
/*.header-container .sidebar-treeview {
    z-index: 20 !important;
}*/

.sidebar-treeview .e-treeview,
.sidebar-treeview .e-treeview .e-ul {
    padding: 0;
    margin: 0;
}

.e-appbar.e-primary {
    position: sticky;
    top: 0;
    z-index: 100;
}

header.e-content-animation {
    z-index: 1000;
}

.sidebar-treeview .e-treeview .e-icon-collapsible,
.sidebar-treeview .e-treeview .e-icon-expandable {
    float: right;
}

.sidebar-treeview .main-menu .main-menu-header {
    color: #656a70;
    padding: 15px 15px 15px 0;
    font-size: 14px;
    width: 13em;
    margin: 0;
}

.sidebar-treeview .e-treeview .e-icon-collapsible,
.sidebar-treeview .e-treeview .e-icon-expandable {
    margin: 3px;
}
.sidebar-treeview .table-content {
    padding: 20px 18px;
    height: 8em;
}

.sidebar-treeview .main-treeview .icon {
    font-family: 'fontello';
    font-size: 16px;
    margin: -4px 0;
}

.e-folder {
    text-align: center;
    font-weight: 500;
    font-size: 16px
}

.sidebar-treeview {
    border-right: 1px solid #dee2e6 !important;
}

.e-folder-name {
    margin-top: -2px;
}

.site-header {
    color: white;
    font-family: 'Amatic SC', cursive;
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}
.site-footer {
    flex-shrink: 0;
    width: 100%;
    height: 60px;
    background-color: black;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-content {
    width: 100%;
}
.site-sub-header {
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    text-align: start;
    margin-top: -10px;
}
.main-content-wrapper {
    flex: 1;
    /* Add padding-bottom if your footer overlays content */
    padding-bottom: 60px;
    overflow: auto;
    padding-left: 250px;
}

.main-content-wrapper-no-sidebar {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 60px;
}


.control-container .sidebar-treeview {
    z-index: 20 !important;
}
.control-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.control-container .e-btn.e-inherit {
    margin: 0 3px;
    display: none;

}

.sidebar-treeview.e-sidebar.e-left {
    padding-top:90px;
    overflow-y: visible;
    height: 100vh;
}


@media (max-width: 600px) {
    .control-container .e-btn.e-inherit {
        display: inline-block;
    }

    .main-content-wrapper {
        padding-left: 0px;
    }
/*    .sidebar-treeview {
        position: static;
        width: 100%;
        height: auto;
    }*/
}


/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

/*html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/