@page {
    size: landscape !important;
}

/* Processing Message */

.ui-processing-message {
    display: none !important;
}

/* Report Header */

.print-agency-name-value {
    word-wrap: break-word;
}

/* Hide elements */

.js-delete, .alert, .visually-hidden, .js-grid-info, .js-unsaved-changes-message, .hide, .temp, .js-actions-block, .js-skipnav:not(.ui-visible-print), .js-datepicker-humanformat, .dropdown, .dropdown-menu, .dropdown-toggle, .fa-chevron-down, .fa-chevron-right, .fa-search, .header-content, .input-group-addon, .js-help-topic, .js-loading-actions, .js-menubar, .js-newlist-info, .js-rangefill, .js-top-of-page, .js-newlist-header, .js-newlist-info, .ui-button, .js-scriptbutton, js-grid-actions, .ui-select-arrow {
    display: none !important;
}

/* Apply/Override styling for elements */

.js-field-label {
    /* word-break: break-all !important; */
}

.input-group, .js-fieldgroup {
    display: inline-block;
}

.ui-autocomplete .supplemental {
    width: 100%;
    left: 0px !important;
    color: black !important;
}

.ui-accordion-container {
    overflow: hidden !important;
}

.js-accordion-header:not(.record > .ui-accordion-header) {
    border-bottom: 1px solid #dee2e6;
}

.collapsible-header-row-print {
    width: 98vw; 
    height: 1px;
    background: transparent; 
    border: none;
    border-top: solid 1px black;
    margin-top: 5px;
}

.collapsible-header-row-print, .scrollable-grid-print-img, .scrollable-grid-print, .newlist-readonly-print, .print-report-header {
    display: block !important;
}

.js-newlist .newlist-textbox-print, .js-newlist .newlist-datepicker-print, .js-newlist .newlist-dropdownlist-print, .js-newlist .textarea-print {
    display: block !important;
    min-width: 0px !important;
}

.accordion-inner .newlist-textbox-print, .accordion-inner .newlist-datepicker-print, .accordion-inner .newlist-dropdownlist-print, .accordion-inner .textarea-print {
    min-width: 150px !important;
}

.record label:not(.invisible), .ui-detail-field label:not(.invisible) {
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
}

.newlist-textbox-print, .newlist-datepicker-print, .newlist-dropdownlist-print, .ui-autocomplete-input-print, .js-supplemental-print {
    min-width: 150px;
    display: inline-block !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 4px;
    padding-right: 20px;
    color: black;
    word-wrap: break-word;
}

.textarea-print{
    min-width: 150px; 
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 4px;
    padding-right: 20px;
    color: black;
    word-wrap: break-word;
}

.textarea-print-inline-block{
    display:inline-block !important;
}

.textarea-print-block{
    display:block !important;
} 

table:not(.js-scrollable-grid table) {
    width: 100% !important;
}

tbody tr:not(:first-child) td .ui-column-label {
    display: none !important;
}

tbody tr:first-child td .ui-column-label span {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

tbody tr:first-child td .ui-column-label {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

td {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    word-wrap: break-word;
}

td.indicator {
    display: none;
}

th.indicator {
    display: none;
}

th {
    text-align: left;
}

tr {
    vertical-align: top;
}

.ui-column-value {
    max-height: 2.5em;
    line-height: 1.25rem;
}

.js-multi-select {
    display: none !important;
}

.print-no-border {
    border: none !important;
}

.print-hide {
    display: none !important;
}

.js-selectbox .form-control {
    padding-top: 7px !important;
    padding-bottom: 23px !important;
}

h2.js-title-text {
    font-size: 1rem;
    text-align: left;
    padding: .25rem;
}

.js-title-text {
    border: none;
    background-image: none;
    font-size: 26px;
    text-align: center;
}

.record, .record.selected {
    background-color: white !important;
    background-image: none !important;
}

.ui-accordion-header {
    background-color: white !important;
    background-image: none !important;
}

.ui-accordion-body label {
    font-size: 13px;
}

.form-control, .js-autocomplete {
    color: #000;
}

h2, h3 {
    color: black;
    font-weight: bold !important;
}

.ui-accordion-heading {
    background-image: none;
    background-color: white;
}

.accordion-toggle {
    background-color: white;
    /* padding-left: 5px; */
}

.js-newlist:not(.accordion) .js-fieldgroup *  {
    font-size:11.5px !important;
}
 
body {color: black;};

.js-fieldgroup {
    padding: 10px;
}

h2 {
    font-size: 20px;
    margin: 0px !important;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

label {
    font-weight: bold;
}

label:not(.js-grid-table label) {
    font-size: 15px;
}

.ui-accordion.ui-component-titlebar {
    background-color: #fff;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding: 0;
}


.ui-collapsible-panel-header-title {
    padding-top: 8px;
}

.ui-accordion-heading {
    border: none;
    padding: 0;
}

/* Expand/show the accordions */

.js-accordion-body.collapse:not(.show) {
    display: none !important;
}

.js-accordion-body.ui-accordion-body.collapse.show {
    display: block !important;
    height: auto !important;
}

/* Hide all placeholder text in WebKit browsers. Add support for others if needed. */

::-webkit-input-placeholder {
    color: transparent !important;
}

/* Make sure images show up in one page instead of breaking them in two pages*/

img, .js-graphic {
    page-break-before: auto;
    page-break-after: auto; 
    page-break-inside: avoid;
}

.graphic-img {
    height:700px;
}

/* Manual fix for bootstrap classes. */

.form-control {
    font-size: 14px;
    /* height: 15px; */
    padding: 14px;
}

.col-lg-12, .col-md-12 {
    width: 100%;
}

.col-lg-11, .col-md-11 {
    width: 91.66666667%;
}

.col-lg-9, .col-md-9 {
    width: 75%;
}

.col-lg-8, .col-md-8 {
    width: 66.66666667%;
}

.col-lg-7, .col-md-7 {
    width: 58.33333333%;
}

.col-lg-6, .col-md-6 {
    width: 50%;
}

.col-lg-5, .col-md-5 {
    width: 41.66666667%;
}

.col-lg-4, .col-md-4 {
    width: 33.33333333%;
}

.col-lg-3, .col-md-3 {
    width: 25%;
}

.col-lg-2, .col-md-2 {
    width: 16.66666667%;
}

.col-lg-1, .col-md-1 {
    width: 8.33333333%;
}

/* New! */

.js-accordion-header div {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.ui-collapsible-panel-header-title {
    width: 100%;
    flex-basis: 100%;
}

.records {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.record:not(tr) {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    flex-basis: 100%;
}

.record > .ui-child-record {
    flex-basis: 100%;
    padding-left: 1em;
}

.ui-childaccordion {
    margin-left: 1.5rem;
}

.ui-list-row {
    display: flex;
    flex-direction: row;
}

.record:not(.ui-parent-record) > div > .ui-list-row {
    margin-left: 1.5rem;
}

.accordion-group > .ui-accordion-body {
    margin-left: 1.5rem;
}

.js-accordion-record > .js-accordion-record {
    display: none !important;
}

.record:not(.js-grid-row) + .record {
    border-top: solid 1px #dee2e6;
}

tr.record + tr.record {
    border-top: solid 1px #dee2e6;
}

/* Uncomment for alternating record background color */
.record:nth-of-type(even) {
    /* background-color: rgb(245, 245, 245) !important; */
}

/* Uncomment for alternating record background color */
body {
    /* print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important; */
}

.record > * {
    flex: 1;
    margin: .25rem;
    overflow-wrap: break-word;
}

.control-group:not(td) {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}

.ui-sub-header {
    padding: .25rem;
}

a { 
    color: inherit;
    text-decoration: none;
} 

h3 {
    margin: 0px;
    padding: .25rem;
    font-size: 1rem;
}

.tabname {
    display: block !important;
    margin: 0px;
    padding: .25rem;
    font-size: 1rem;
    font-weight: bold;
    flex-basis: 100%;
}

[role=tablist] {
    display: none;
}

.ui-detail-field {
    display: block;
    min-height: 60px;
    padding: .5rem;
    width: 100%;
    break-inside: avoid;
}

.modal-content {
    break-inside: avoid;
}

input {
    border: none !important;
    background: transparent;
    padding: 0px !important;
}

input:not([type="checkbox"]) {
    width: 100%;
}

.ui-collapsible-panel-header-title {
    border-bottom: 2px solid #000;
}

.ui-detail-field > .input-container {
    height: 20px;
}

.ui-detail-field > .label-wrapper {
    height: 20px;
}

.row:not(.ui-scatter-plot-container) {
    width: 100vw;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ui-newmodel-nav {
    flex-basis: 100%;
    width: 100%;
}

[class^='col-lg'], [class*=' col-lg']:not(.tab-content):not(.ui-graph) {
    flex-basis: 50%;
    box-sizing: border-box;
}

/* Adds padding-right to left col-lg */
[class^='col-lg']:not([class^='col-lg'] + [class^='col-lg']) {
    padding-right: 1rem;
}

/* Adds padding-left to right col-lg */
[class^='col-lg'] + [class^='col-lg'] {
    padding-left:1rem;
}

.js-req-indicator, .ui-actions-container {
    display: none;
}

.tab-pane:not(.active) {
    display: none !important;
}

/* This should hide the "Load Next #" Link */
.ui-newlist-loadmore a {
    display: none !important;
}

/* This hides the advanced search overlay */
.ui-advanced-overlay {
    display: none !important;
}

.ui-sub-header-modeldata {
    display: flex;
}

.inline-block.pull-left.pointer {
    display: none !important;
}

textarea {
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    overflow: auto;
    text-align: justify;
}

.form-control {
    padding-left: 0px !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 0px;
}

.input-group, .js-fieldgroup {
    width: 100%;
}

.w90 {
    width: 90%;
}

.assignment-inputs {
    display: flex;
}

.hidden, .ui-sidebar, .ui-sidebar-body {
    display: none;
}

.nav-pills.ui-interactive-actions.pull-right {
    display: none;
}

.js-pricing-actions {
    display: none;
}

.ui-settings-inner {
    display: flex;
}

/* Scatter Plot styling*/
.ui-line {
    display: none;
}
.ui-est-point {
    stroke: #444;
    stroke-width: 2px;
    fill: #FFF;
    shape-rendering: geometricPrecision;
}
/* End of Scatter Plot Styling */
.ui-week-days {
    display: flex;
}

.ui-week-days > * {
    padding: .5rem;
}
.ui-hours-cell {
    padding: .25rem;
}
.ui-hours-day-cell {
    font-weight: bold;
}

.ui-hours-textbox > div > input {
    padding-top: .5rem;
}

.ui-validation-error-message, .ui-inputguide {
    display: none;
}

.assignment-item, .js-assignment-contrainer, .js-assignment-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ui-infomsglist {
    margin: 0px;
}

.ui-search-box, .ui-advancedsearch-dropdown, .ui-list-search-results-sizes {
    display: none;
}

.ui-controlsearch-filters-container {
    width: 100%;
    box-sizing: border-box;
    /* white-space: nowrap; */
}

.ui-controlsearch-filters-container > * {
    display: inline-block;
    vertical-align: top;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.ui-code-editor{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    width: 100%;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px;
    padding: 6px;
    line-height: 16px;
    height: 10rem;
}

.js-scrollable-grid table, .js-scrollable-grid td {
    table-layout: fixed;
    border-collapse: collapse;
    /* width: auto; */
}

table.js-grid-table {
    border-collapse: collapse;
}

table.js-grid-table th, .js-scrollable-grid table td {
    max-height: 2rem;
    max-width: 5vw;
    height: 2rem;
    /* width: auto !important; */
}

.js-scrollable-grid table .ui-column-label {
    height: 3em;
    margin-bottom: 1em;
    line-height: 1em;
    overflow-wrap: normal !important;
}

.js-grid-table .ui-column-label {
    height: 3em;
    margin-bottom: 1em;
    line-height: 1em;
    overflow-wrap: normal !important;
}

.js-scrollable-grid table th, table.js-grid-table th {
    height: 0px;
}

.js-scrollable-grid tbody {
    width: 100%;
    max-width: 80vw;
}

.js-grid-table .ui-column-value {
    white-space: normal;
    display: block;
    height: auto;
    max-height: 3em;
    line-height: 1.1em;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: .25em;
    padding-bottom: .25em;
}

/* These classes are added in PrintView.CalculateTableFontSize */
.xl-grid {
    font-size: 9px;
}

.lg-grid {
    font-size: 10px;
}

.md-grid {
    font-size: 11px;
}

/* Fix for invisible w3 element taking up a full flex spot */
.control-group.w3 {
    height: 0px;
    width: 0px;
    flex-basis: 100%;
}

/* Add class to any element that should not display on print */
.print-hidden {
    display: none !important;
}

/* APR-29818 hide invisible fields and classes on print */
.invisible {
    display: none;
  }