:root {
  --tertiary: rgb(216,224,232);
  --tertiary-hover: rgb(196,214,222);
}
@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova-bold-italic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}
@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova-bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova-light-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: block;
}
@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova-light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
html,body {
  margin: 0;
  padding: 0;
  font-family: 'proxima', 'Proxima Nova', sans-serif;
}
html,body,input,select,textarea {
  font-weight: 400;
  line-height: 1.2em;
  color: #000;
}
.border-right,.border-left,.border-top,.border-bottom,.border { border-color: rgba(0,0,0,0.1)!important; }
a { font-weight: 600; }
a.page-link { background: white; }
.page-item.disabled a { font-weight: 400!important; }
.form-control::placeholder { color: #aaa; }
.form-control {
  color: #000;
  transition: none;
  font-weight: 400;
}
.fieldOptions {
  font-size: 0.9em;
  color: #666;
}
.form-check-label { line-height: 1.6em; }
.form-check-inline { margin-right: 1.25rem; }
label>small { display: block; }
.btn {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.5em;
  vertical-align: middle;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
  transition: background 200ms,box-shadow 200ms,color 200ms;
}
.btn.form-control-sm { line-height: 1.2em; }
.btn:hover { box-shadow: 1px 1px 5px rgba(0,0,0,0.5); }
.btn:active { box-shadow: none; }
fieldset .card { border-radius: 0; }
.card-header:first-child { border-radius: 0; }
.card-header { cursor: pointer; }
.card-body.container-fluid { padding: 0; }
.inspectionFormField .toggle { cursor: pointer; }
.toggle.collapsed .fa-caret-down,.toggle.collapsed .fa-caret-right { width: 0.75em; text-align: center; }
.toggle.collapsed .fa-caret-down { display: none; }
.toggle.collapsed .fa-caret-right { display: inline-block; }
.toggle.collapsing .fa-caret-down { display: none; }
.toggle.collapsing .fa-caret-right { display: inline-block; }
.toggle .fa-caret-right { display: none; }
.newFieldRow { border-color: #343a40!important; }
.inspectionFormField {
  overflow: auto;
  background: rgba(239,239,239,0.5);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.inspectionFormField:nth-child(even) {
  background: rgb(239,239,239);
}
.inspectionFormField:hover { background: rgb(230,230,230); }
.inspectionFormField:last-child { border-bottom: none!important; }
.accordion>.card .card-header { margin-bottom: 0; }
.tools .fas {
  font-size: 1.5em;
  line-height: 1em;
}
fieldset {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 1.5em 0;
}
.container-fluid { max-width: 1280px; }
#login .form-group {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.form-group { margin-top: 1em; margin-bottom:1em; padding: 0 1em;}
.fieldOptions .form-group { padding: 0.25em; }
#login .form-control,#login input {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
label.custom-file-label { overflow: hidden; }
label.custom-file-label::after { font-size: 1rem; }
label.custom-file-label.required,select.form-control[required],textarea.form-control[required],input.form-control[required] { border-color: rgb(175,48,51); }
textarea.form-control.error:focus,input.form-control.error:focus,.error {
  color: rgb(175,48,51);
  font-weight: bold;
}
textarea.form-control.error,input.error,input.form-control.error:focus { background: #f1e4e4; }
#login .error { color: rgb(135,18,21) }
h1,h2,h3,h4,h5,h6,fieldset legend { font-weight: 700; }
h6 { font-size: 0.8em; text-transform: uppercase; }
.inspectionFormField h6 { color: #888; }
h1,h2 {
  margin-top: 1em;
  line-height: 1em;
}
h1 .btn {
  font-size: 0.7rem;
  margin-left: 0.75em;
  display: inline-block;
  margin-bottom: 0.3em;
  vertical-align: bottom;
}
h1 select.form-control {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
h3 small { font-size: 1rem; }
#logo {
  display: inline-block; 
  padding: 1em;
  max-width: 100%;
  width: 200px;
  height: 118px;
}
footer {
  font-size: 0.8em;
  color: #666;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 4em;
}
input[required]+label { color: rgb(175,48,51); }
input[type=checkbox]+label,input[type=radio]+label {
  display: inline-block;
  padding-left: 0.25em;
}
input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
}
label.col-form-label,label.input-group-text,label { user-select: none; -webkit-user-select: none; font-weight: 700; line-height: 1.1em; }
.addonContainer {
  -webkit-column-count: 3;
  column-count: 3;
}
.addonContainer.housewares {
  -webkit-column-count: 2;
  column-count: 2;
}
.addonContainer .form-group {
  display: inline-block;
  min-width: 90%;
}
div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label { font-weight: 400; }
.dataTables_paginate,.dataTables_info,.dataTables_length,.dataTables_filter {
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 0.5em;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  margin-top: 0;
}
.input-group-append label,.dataTables_length label,.dataTables_filter label { margin-bottom: 0; }
td h1,td h2,td h3,td h4 { font-size: 1em!important; }
td.date,
.table tbody+tbody { border-color: #aaa; }
#app table tbody tr>th:first-child,
#tradelines tbody tbody tr>th:first-child,
#scoreFactors thead tr>th:first-child,
#scoreFactors tbody tr>th:first-child,
#statements tbody tr>th:first-child {
  width: 150px;
  text-align: center;
}
#app table tbody tr>th:first-child { text-align: right; }
#tradelines tbody tbody tr>th:first-child { width: 25%; }
#app tbody tr>th:first-child { text-align: left; }
#tradelines tbody tbody tr>th:first-child { text-align: right; }
#tradelines tbody tbody th,#tradelines tbody tbody td { vertical-align: middle; }
#statements td,#statements th { vertical-align: middle; }
.mytable-hover>tbody>tr:hover { background: rgba(0,0,0,.025); }
.mytable-hover>tbody>tr:hover tr:nth-of-type(odd) { background: rgba(0,0,0,0.07); }
.text-bold,b,strong,.unknown,.error,.success { font-weight: bold; }
.success { color: #009900; }
.unknown { color: #777; }
.fa-edit { margin-left: 4px; }
hr { margin: 2em 0; }
#tradelines table { font-size: 0.9em; }
#tradelines table thead th {
  padding: 0.5em 0.75em;
  font-size: 1.4em;
}
#tradelines > table > tbody > tr > td { padding: 0; }
#tradelines table table { margin-bottom: 1em; }
.nav .nav-item:first-child .nav-link { padding-left: 0; }
.nav-link { font-weight: bold; }
.navbar-dark .navbar-nav .dropdown-menu .nav-link { color: white; }
.dropdown-menu {
  overflow: hidden;
  font-size: inherit;
  padding: 0;
}
.navbar a:focus { outline: none; }
#appNav { display: none; }
td.toolsContainer { width: 25%; }
div.toolsContainer {
  width: 50%;
  margin: 0 auto;
}
.modal-body div.toolsContainer { width: 100%; }
.toolsContainer .tools {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  line-height: 1.6em;
}
.toolsContainer .tools button,.toolsContainer .tools a {
  vertical-align: center;
  align-content: center;
  flex: 1;
  font-size: 0.3em;
  text-transform: uppercase;
  line-height: 1.6em;
  display: block;
  align-items: center;
  font-weight: 500;
  margin: 0.25em 0.5em;
  padding: 0.75em 0.5em;
}
.toolsContainer .tools .fas { font-size: 3em; }
.deny { color: rgb(175,48,51); }
.approve { color: #009900; }
#orderList small,#appList small { white-space: nowrap; }
#orderList tr th:nth-child(3),#orderList tr td:nth-child(3),
#orderList tr th:nth-child(4),#orderList tr td:nth-child(4) { text-align: center; }
td.statusContainer,#appView small,#orderView small { line-height: 1em; }
#appView .table tbody th,#orderView .table tbody th {
  text-align: right;
  min-width: 15%;
  max-width: 25%;
  width: 25%;
}
#appView .table thead th,#orderView .table thead th {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}
#appView .table thead th span,#orderView table thead th span { text-transform: none; }
td ul { margin-bottom: 0; }
#orderView td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#appList thead tr>th:first-child,
#appList tbody tr>td:first-child { text-align: center; }
td.date {
  font-size: 0.85em;
  line-height: 1.2em;
  white-space: nowrap;
}
.table-bordered thead td, .table-bordered thead th { border-bottom-width: 0; }
.table td,.table th { vertical-align: middle; }
td.date span { white-space: nowrap; }
.dataTable td { vertical-align: middle; }
#login {
  background: #95999c;
  padding: 1em;
  border-radius: 3px;
  width: fit-content;
  min-width: 300px;
  margin: 0 auto;
  color: white;
  border: 1px solid #666;
}
#login input.form-control { border-color: #666; }
textarea.form-control:focus,input.form-control:focus {
  outline: 3px solid #666!important;
  box-shadow: none;
  border-color: #ced4da;
  color: #000;
}
nav { margin-bottom: 1em; }
.navbar-dark .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}
.fa-angle-right,.fa-angle-left {
  vertical-align: middle;
  margin-bottom: 3px;
}
.fa-thumbs-down {
  padding-top: 1px;
  vertical-align: middle;
}
.fa-thumbs-up {
  padding-bottom: 4px;
  vertical-align: middle;
}
.datepicker-days .day.old,.datepicker-days .day {
  color: #666;
}
.datepicker-days .day.old,.datepicker-days .day.new {
  font-weight: normal;
}
.datepicker-days .day {
  font-weight: bold; 
}
.datepicker-days .day.disabled {
  opacity: 0.6;
  font-weight: normal;
}
.datepicker td,.datepicker th,.datepicker .day { border-radius: 0; }
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted {
  background: #eee;
}
.datepicker table tr td.highlighted:hover {
  background: #ddd;
}
.table-hover tbody tr:hover,.table-hover tfoot tr:hover {
  color: inherit; background-color: rgba(0,0,0,.1);
} 
#jumpDateContainer { display: inline-block; text-align: center; }
#jumpDate { height:0;line-height:0;padding:0;border:0;font-size:0 }
#jumpDate::-webkit-calendar-picker-indicator { display: none; }
.occupancyEntryRunningTotal td,.occupancyEntryTotal td,.occupancyFields td,.occupancyEntryRow td { font-variant-numeric: tabular-nums lining-nums;}
.occupancyHeader .saveButtonContainer { display: inline-block; font-size: 1rem; vertical-align: bottom; }
.occupancyFields h5 { font-size: 1.1em; }
.occupancyHeader h4 { line-height: 1.1em; vertical-align: middle; }
.occupancyHeader h2 { text-transform: uppercase; line-height: 1.3em; vertical-align: middle; }
.occupancyFields,.occupancyReport,.occupancySummary { font-size: 0.9em; }
.occupancySummary,.occupancyReport { margin-top: 0.25em; }
.input-group-text { border-radius: 0; border-color: #aaa; font-size: 1em; height: 100%; padding: .375rem .25rem}
.occupancyFields sup.indicator .fas { margin-right: 0.2em; }
.occupancyFields sup.indicator .fas.fa-minus { margin-right: 0; }
.occupancyFields sup.indicator {
  text-align: center;
  margin-left: 0.25em;
  line-height: 1.2em;
  top: -.2em;
  font-weight: bold;
  font-size: 0.8em;
  color: white!important;
  padding: 0.1em 0.35em;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  white-space: nowrap;
  height: 1.3em;
}
.occupancyFields sup.indicator.up { background: var(--success); }
.occupancyFields sup.indicator.dn { background: var(--danger); }
.occupancyFields sup.indicator.eq { background: #8c959d; padding-left: 0.5em; padding-right: 0.5em; }
.occupancySummary input,.occupancyFields input,.occupancyReport input,.occupancyFields textarea {
  background: rgba(0,123,255,0.1); 
  border-color: #aaa;
  border-radius: 0;
}
.occupancySummary input.changed,.occupancyFields input.changed,.occupancyReport input.changed,.occupancyFields textarea.changed {
  background: rgba(48,166,74,0.1); 
}
.occupancySummaryRow { font-weight: bold; }
.table-warning .occupancyMarketHeaderRow,.table-warning .occupancyMarketHeaderRow>td { background-color: #ffd876!important; }
.table-success .occupancyMarketHeaderRow,.table-success .occupancyMarketHeaderRow>td { background-color: #8adb95!important; }
.occupancySummary .occupancyEntryRunningTotal th:first-child,.occupancySummary .occupancyEntryRow th:first-child,.occupancyEntryRunningTotal th[rowspan], .occupancyEntryRow th[rowspan], .occupancyEntryRow th[rowspan] { border-right: 2px solid black!important; }
.table-warning .occupancyEntryRow th[rowspan], .table-warning .occupancyEntryRow th[rowspan] { border-right-color: black!important; }
.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th { border-color: #e2c888!important; }
.occupancySummary input,.occupancyFields input,.occupancyReport input {
  margin: 0 auto;
  height: auto;
  padding: .15em .15em;
  text-align: right;
  line-height: 1.2em;
  font-size: 1em;
  vertical-align: middle;
}
.occupancyEntryRunningTotal td,.occupancyEntryTotal td { font-weight: bold; font-size: 1.2em; }
.occupancyEntryTotal,.occupancySummaryRow th[rowspan] { border-top: 2px solid black!important; border-bottom: 2px solid black!important; }
.table-secondary+.occupancyEntryTotal.table-secondary { border-top: 2px solid var(--secondary)!important; border-bottom: 2px solid var(--secondary)!important; }
.dailyTotals,.occupancyEntryRunningTotal {
  border-top: 2px solid var(--secondary)!important;
  border-bottom: 2px solid var(--secondary)!important;
}
.table-warning .occupancyEntryGrandTotal { background: #fff8e3!important; }
.table-success .occupancyEntryGrandTotal { background: #e4f7e4!important; }
.dailyTotals,.occupancyEntryRunningTotal:first-child { border-top: 5px double black!important; border-bottom: 2px solid var(--secondary)!important; }
.occupancySummary th,.occupancyFields td,.occupancyFields th,.occupancyEntryRunningTotal td,.occupancyEntryRunningTotal th,.occupancyEntryTotal td,.occupancyEntryTotal th,.occupancyEntryRow td,.occupancyReport th { padding: 0.15em 0.15em; line-height: 1.1em; }
.occupancyFields td,.occupancyFields th { padding: 0.15em 0.5em; }
.occupancyFields th { width: 66%; }
.occupancyEntryRunningTotal td,.occupancyFields td,.occupancyFields th,.occupancyEntryTotal td,.occupancyEntryRow td { line-height: 1.2em; }
.occupancySummary th,.occupancyReport th { padding: 0.5em; }
.border-right-2 { border-right-width: 1.5px!important; }
td.border-right-2 { border-right-color: black; }
th.border-right-2 { border-right-color: #656d75!important; }
.occupancySummary .occupancyEntryRow tr td:nth-child(2) { border-right: 2px solid blue!important; }
.occupancyFields th { font-size: 0.90em!important; line-height:1.1em; }
.occupancyFields textarea { height: 150px; line-height: 1.6em!important;}
th label { margin: 0; line-height: 1em; }
h1.totalOccupancy { font-size: 4em; }
.occupancyHeader u { display: inline-block; border-bottom: 1px solid black; text-decoration: none; padding: 0 .5em; }
.occupancyNav h6 { margin: 0 }
.occupancyNav { align-items: flex-end; }
.occupancyDetail h4,.occupancyDetail h6 { line-height: 1em!important; }
.occupancyDetail h4 { margin-top: 0.1em; font-size: 2.1em; }
.occupancyTotal h4 { font-size: 3em; }
.occupancyDashboardEntry {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: flex-end;
  height: 100%;
}
pre { overflow: visible; }
.occupancyStacked { max-height: 40px; height: 40px; max-width: 600px; width: 100%!important; }
.occupancyStacked,.occupancyDonut {
  margin: 0 auto;
  position: relative;
}
h1.totalOccupancy { line-height: 1em; }
.occupancyDashboardEntry h5 { line-height: 1em; }
.occupancySummary input[type=number]::-webkit-inner-spin-button,.occupancyReport input[type=number]::-webkit-inner-spin-button,.occupancyFields input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
}

@media print {
  .occupancySummary a,.occupancyReport a,.occupancyFields a,.occupancyHeader a { color: black; text-decoration: none; }
  .occupancyHeader h1 { margin-top: 0!important; }
  .occupancyFields input,.occupancySummary input,.occupancyReport input { border: none; background: none; }
  .occupancyFields textarea { height: auto; border: border: 1px solid #dee2e6;; resize: none; }
  .occupancyFields .input-group-append span { border: none; }
}

/**
 * 992 pixels wide AND UP
 */
@media only screen and (min-width:992px) {
  nav .dropdown-menu {
    margin: 0;
    border-top-left-radius: 0;
    border: 1px solid rgba(0,0,0,.5);
    font-size: 0.9em;
  }
}
/**
 * 992 pixels and smaller
 */
@media only screen and (max-width:992px) {
  .dropdown-menu {
    padding: 0 1em;
    border: none; 
  }
  .navbar ul.navbar-nav {
    margin: 0 -1em;
  }
  .nav-item.nav-link { padding: 0.75em 1em; }
  .navbar-nav { padding: 0.5em 0; }
  .navbar { margin: 0 -1.15em; }
}
@media only screen and (max-width:600px) {
  body { font-size: 13px; }
  h1 {
    font-size: 1.8em;
    line-height: 1.6em;
  }
  .toolsContainer .tools button div,.toolsContainer .tools a div { display: none; }
  div.toolsContainer { width: 100%; }
  div.toolsContainer .tools button {
    font-size: 0.4em;
    padding: 2em;
  }
  td.toolsContainer .tools button,.toolsContainer .tools a {
    font-size: 0.4em;
    padding: 2em;
  }
  .tools { flex-direction: column; }
}
@media only screen and (max-width:375px) {
  #logo {
    display: block;
    margin: 0 auto;
    width: 125px;
  }
}
@media only screen and (max-width:340px) {
  h1 select.form-control {
    display: block;
    width:100%;
  }
  h1 { text-align: center; }
}
@media only print {
  .nav { display: none!important; }
  #logo { display:none; }
  footer { display: none; }
  h3 { font-size: 1.2em; }
  .table td,.table th { border: none; padding: 0.35em; }
  .table thead th { padding: 0.75em; }
  #content { width: 100%; }
  .occupancyHistorical { width: 8in; height: auto; }
}
