#formDiv {
}

#formInnerDiv {
    padding: 16px 16px 0px 16px;
    width: 100%;
    display: flex;
}

table {
    width: 100%;
}

#queryTextAreaDiv {
    display: inline-block;
    vertical-align: top;
}

#queryTextAreaDiv {
    width: 100%;
}

#query_result_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.navbar a {
    color: black!important;
}

#exitBtn {
    color: black;
}

.scrollable-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
}

.input-container {
    display: flex;
    width: 100%;
    vertical-align: center;
}

.icon {
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
}

#filter_files {
    outline: none;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ddd;
    max-width: 70%;
}

#filter_files:focus {
    border-bottom: 2px solid dodgerblue;
}

#queryButtonsDiv {
    padding-bottom: 10px;
}

#queryFormDiv {
    padding-left: 16px;
    width: 100%;
}

#resultsDiv {
    padding: 0px 16px 0px 16px;
    width: 100%;
}

#query_result_wrapper > thead {
    text-align: center;
    font-weight: bold;
}

#jstree_demo_div {
    width: 400px;
    overflow: auto;
    border-right: thin solid #ced4da;
}

html, body, #formInnerDiv {
    height: 100%;
}

nav {
    height: 50px;
}

#formDiv {
    height: calc(100% - 50px);
}

#spinner > div {
    display: table;
    margin: 0 auto;
}