#bah_page_help {
    color: #6c757d;
    padding: 0 15px;
}
#bah-navbar {
    background-color: #F8F9FA;
    border:none !important;
    margin-bottom: 50px;
}
#bah-navbar .section {
    background-color: #fff;
    border: 1px solid #eceaea;
    border-bottom: none;
}
#bah-navbar .section .header {
    background-color: #0ac985; /*BCap Green*/
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
#bah-navbar .body .description {
    padding: 10px;
    color: #6c757d;
    text-align: center;
    border-bottom: 3px solid #ecebeb;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#bah-navbar .body .links {
    padding: 10px;
}
#bah-navbar .body .links ul {
    padding: 0px;
    margin: 0;
}
#bah-navbar .body .links ul li {
    list-style: none;
    line-height: 1.7;
}
#bah-navbar .body .links ul li a:hover {
    text-decoration: none;
}
#bah-navbar .collapse_content {
    display: none;
}

#bah-navbar .collapse_switch {
    padding: 3px 0;
    text-align: center;
    border: 1px solid #eceaea;
    border-top: none;
    background: #fff;
}
#bah-navbar .collapse_switch a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #6c757d;
}
#bah-navbar .collapse_switch a:hover {
    text-decoration: none;
    color: #707274;
}

.bah_page {
    padding: 0 15px;
    background-color: #F8F9FA;
}

.bah_page .sections {
	position: relative;
    /*display: flex;*/
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    background-color: #F8F9FA;
}

.bah_page .panel_header {
    background-color: #D9D9D9;
    padding: 5px 0;
    text-align: center;
}
.bah_page .panel_body {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}

.bah_page table.dataTable tbody tr:hover {
  background-color: #ffa;
}

/* REPORTS SUMMARY */

#keyDefinition {
    line-height: 100%;
}

/* REPORTS PAGE */
.bah_page#reports-page h2 {
    text-align: center;
}

.bah_page#reports-page .delete-button {
    cursor: pointer;
}

.bah_page#reports-page #reports-list {
	width: 250px;
}

.bah_page#reports-page #reports-list ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.bah_page#reports-page #reports-section {
    display: inline-block;
    min-width: 100%;
    margin-top: 10px;
}
.bah_page#reports-page #reports-section #selectReport {
    margin: 10px;
}

.bah_page#reports-page #reports-section form {
    width: auto;
    padding: 1rem;
    box-sizing: border-box;
    display: block;
}

.bah_page#reports-page #reports-section form.export {
    padding-left: 0rem;
}

.bah_page#reports-page #reports-section form input,
.bah_page#reports-page #reports-section form select {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bah_page#reports-page #reports-section form input[type="date"],
.bah_page#reports-page #reports-section form select {
    border: 1px solid lightgray;
    border-radius: .25rem;
    padding: .5rem;

}

.bah_page#reports-page #reports-section form table#filterParams,
.bah_page#reports-page #reports-section form table#filterParams tr,
.bah_page#spreadsheet-logs-page form table#filterParams,
.bah_page#spreadsheet-logs-page form table#filterParams tr {
    border: 0px
}
.bah_page#spreadsheet-logs-page form table#filterParams tr td {
    vertical-align: top;
    padding: 10px;
}
.bah_page#reports-page #reports-section form select {
    margin-top: 0px;
}

.bah_page#reports-page #reports-section table {
    border: 1px solid gray;
}
.bah_page#reports-page #reports-section table tr {
    border: 1px solid gray;
}
.bah_page#reports-page #reports-section table tr td {
    padding: 3px;
}

.bah_page#reports-page #reports-section #displayParams .title {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .height-100 {
        height: 100% !important;
    }
}

@media only screen and (max-width: 991px) {
    .bah_page#reports-page #reports-section {
        display: block;
        width:100%;
    }
}


/* Report Logs */

.bah_page#spreadsheet-logs-page h2 {
    text-align: center;
}

.bah_page#spreadsheet-logs-page thead th {
    white-space: nowrap;
}

/* Fixed Header */


/* Instead of adjusting position and width of the floating header,
it's much simpler to just change the color of the left and right border */
.fixedHeader-floating {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

/* Printer friendly settings */
@media print {
    body {
        background-color: #FFFFFF;
        background-image: none;
        color: #000000;
    }
    /* Hide UI elements that are unneeded for the printed version */
    #menuBar, #headerBar, #titleDiv, #bah-navbar, #reports-list, #runReport,
    #cachedResults, #resultsTable_filter, #sectionHeader, #detailsHeader, .export {
        display: none !important;
    }
    @page :footer, @page :header {
        display: none !important;
    }
    #reports-section {
        width: 100% !important;
        padding: 0;
        border: 0px;
    }
    #mainContent {
        padding-top: 20px !important;
    }
    /* Prevent the floating header in case the graph spans multiple pages */
    table#resultsTable thead {
        display: table-row-group !important;
    }
    /* Add extra space between the report and key definitions */
    #keyDefinitionHeader {
        text-align: left;
        font-weight: bold;
        margin-top: 48px !important;
        color: #000;
    }
}
