/*
    GENERAL QUERY OVERALL PAGE LAYOUT
*/

html, body {
    height: 100%;
}

#contentContainer {
    margin: 0;
    padding: 0;
}

.gq {
    flex: 1;
    display: flex;
    flex-direction: row;

    height: 90vh;
    font-size: .95em;
}

.gq-main {
    flex: 1;
    order: 2;
    height: 100%;
    overflow-y: hidden;
}

.gq-left {
    order: 1;
    width: 18%;
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background-color: #f4f4f4;
    padding-bottom: 10px;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 1.05em;
    position: relative;
}

#content {
    border: none;
    margin: 0;
    padding: 0;
}

.gq-footer {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    height: 60px !important;
}

.four-columns {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.four-columns div {
    padding: 0.3em;
}

.gq-buttons {
    background-color: #f4f4f4;
    padding: 1em .5em;
    flex: 0 0 auto;
}

.gq-buttons button {
    margin-right: 5px;
}

.gq-button-container {
    text-align: right;
}

.gq-workspace-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.gq-help {
    margin-top: 7px;
    padding-right: 5px;
}

.gq-workspace {
    padding: 1.5em 3.4em 1.5em 2em;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 auto;
    position: relative;
}
