/*
Some rules may seem like they could be done at a higher level (such as font-family)
However some of the other CSS files have more specific selectors which take precendence.
In those instances I have placed those rules in more specific selectors rather than
use !important
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.btn.btn {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: none;
  font-family: Calmetta !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.btn.btn.btn-default, .btn.btn.btn-primary {
  background-color: #323E48 !important;
  color: #FFF !important;
}
.btn.btn.btn-default:hover, .btn.btn.btn-primary:hover {
  background-color: #000 !important;
  text-decoration: none;
  border: 0 !important;
}
.btn.btn.btn-info {
  border-radius: 4px !important;
  background-color: #E7E8EA !important;
  color: #000 !important;
}
.btn.btn.btn-info:hover {
  background-color: #b6b6b6 !important;
  text-decoration: none;
}

.btn.btn {
  padding: 12px 16px !important;
  border-radius: 4px !important;
  border: none;
  font-family: Calmetta !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.btn.btn.btn-default, .btn.btn.btn-primary {
  background-color: #323E48 !important;
  color: #FFF !important;
}
.btn.btn.btn-default:hover, .btn.btn.btn-primary:hover {
  background-color: #000 !important;
  text-decoration: none;
  border: 0 !important;
}
.btn.btn.btn-info {
  border-radius: 4px !important;
  background-color: #E7E8EA !important;
  color: #000 !important;
}
.btn.btn.btn-info:hover {
  background-color: #b6b6b6 !important;
  text-decoration: none;
}

* {
  font-family: Calmetta;
}

.modal {
  background-color: #AAA;
}
.modal .modal-dialog .modal-content {
  border: 0;
  background-color: #FFF;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-header {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .addnote {
  background-color: transparent !important;
}
.modal .modal-dialog .modal-content .modal-body .form-control-plaintext input {
  background-color: transparent;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: 0;
}

@font-face {
  font-family: "Calmetta";
  src: url("/Calmetta-Bold.eot");
  src: url("/Calmetta-Bold.eot?#iefix") format("embedded-opentype"), url("/Calmetta-Bold.woff2") format("woff2"), url("/Calmetta-Bold.woff") format("woff"), url("/Calmetta-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Calmetta";
  src: url("/Calmetta-Regular.eot");
  src: url("/Calmetta-Regular.eot?#iefix") format("embedded-opentype"), url("/Calmetta-Regular.woff2") format("woff2"), url("/Calmetta-Regular.woff") format("woff"), url("/Calmetta-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .siteTitle {
    padding-right: 150px;
  }
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
  }
  .navbar-toggler {
    display: none;
    background-color: #000;
  }
}
.navbar-toggler {
  background-color: #000;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    flex-direction: column;
    z-index: 99;
    position: absolute;
    overflow: visible;
    right: 0;
    top: 83px;
  }
  .navbar-collapse .nav.navbar-nav.weblinks {
    background: #FFF;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding: 1em;
    border: 1px solid #000;
  }
}
body .static-top.navbar {
  height: 108px;
  border-bottom: 1px solid #272724;
  background-color: #FFF;
  box-shadow: none;
}
body .static-top.navbar .container {
  flex-wrap: nowrap;
  position: relative;
}
body .static-top.navbar .navbar-brand {
  max-width: 252px;
}
body .static-top.navbar .navbar-brand a {
  display: flex;
  align-items: center;
}
body .static-top.navbar .navbar-brand a img {
  height: 44px !important;
  margin: 0 16px 0 0 !important;
}
body .static-top.navbar .navbar-brand a .siteTitle {
  height: 100%;
  font-size: 20px;
  margin: 0;
}
body .static-top.navbar .navbar-brand a .siteTitle::after {
  font-family: Calmetta;
  content: "Operator\aPortal";
  text-wrap: wrap;
  white-space: pre;
  font-weight: 700;
  font-size: 20px;
  height: 44px;
  display: inline-block;
}
body .static-top.navbar #navbar {
  overflow: visible;
  width: auto !important;
}
body .static-top.navbar #navbar .ms-auto.menu-bar {
  width: 100%;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item {
  height: fit-content;
  flex-shrink: 1;
  flex-wrap: nowrap !important;
  flex-grow: 1;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item a.nav-link {
  display: inline-block;
  font-family: Calmetta;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-bottom-color: transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  text-decoration-line: none;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item a.nav-link:hover {
  text-decoration: none;
  background-color: #E6E6E6;
  border-bottom: solid 4px #7A7A7A;
  color: #000;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item a.nav-link:focus {
  border: none !important;
  border-bottom: solid 4px transparent !important;
  border-top: solid 4px transparent !important;
  background-color: #E6E6E6;
  text-decoration: none;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item.divider-vertical {
  display: none !important;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:nth-last-child(3) {
  flex-grow: 5;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child {
  margin-left: auto;
  text-align: end;
  flex-grow: 0;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link {
  text-decoration: none;
  border-radius: 4px;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link:hover {
  text-decoration: none;
  background-color: #E6E6E6;
  border-bottom: solid 4px transparent;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f007";
  width: 36px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  background-color: #FFDB4E;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link:after {
  transition: transform 0.2s;
  content: "";
  background-image: url("../../shared/img/down-chevron.svg");
  width: 24px;
  height: 24px;
  border: none;
  vertical-align: middle;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link:hover:after {
  background-image: url("../../shared/img/down-chevron-fill.svg");
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle.show {
  margin-left: 0;
  margin-right: 0;
  background-color: #FFDC44;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle.show:hover, body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle.show:focus {
  background-color: #FFDC44;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle.show:after {
  transform: rotate(180deg);
  background-image: url("../../shared/img/down-chevron-fill.svg");
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child a.nav-link.dropdown-toggle.show:before {
  background-color: #000;
  color: #FFDC44;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child .dropdown-menu.show {
  position: absolute;
  width: 100%;
  margin-top: 0;
  border: 0;
  background-color: #FFF;
  border-radius: 0;
  padding: 0;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child .dropdown-menu.show li {
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 12px;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child .dropdown-menu.show li a {
  border: none !important;
  padding: 0;
  font-family: "Calmetta";
  color: #000 !important;
  text-decoration: none;
}
body .static-top.navbar #navbar .ms-auto.menu-bar .navbar-nav.weblinks .nav-item:last-child .dropdown-menu.show li a:hover {
  color: #000;
  text-decoration: underline;
}

body[data-sitemap-state*=Complaints] .navbar-nav .nav-item a[title=Complaints]:not(:hover), body[data-sitemap-state*=RFI] .navbar-nav .nav-item a[title=Complaints]:not(:hover) {
  border-bottom: solid 4px #000 !important;
}

body[data-sitemap-state="/"] .navbar-nav .nav-item a[title=Home]:not(:hover) {
  border-bottom: solid 4px #000 !important;
}

body[data-sitemap-state*=lost-property] .navbar-nav .nav-item a[title="Lost Property"]:not(:hover) {
  border-bottom: solid 4px #000 !important;
}

html:has(#ContentContainer_FormPanel) {
  overflow: hidden;
  height: 63px;
}
html body {
  background-color: #FFF;
}
html body form #ContentContainer_FormPanel {
  background-color: #FFF;
}
html body form #ContentContainer_FormPanel .crmEntityFormView {
  border: 0;
  background-color: #FFF;
}
html body form #ContentContainer_FormPanel .crmEntityFormView fieldset[aria-label=GENERAL] {
  border: 0;
  padding: 0;
}
html body form #ContentContainer_FormPanel .crmEntityFormView fieldset[aria-label=GENERAL] td {
  border: 0;
}
html body form #ContentContainer_FormPanel .crmEntityFormView fieldset[aria-label=GENERAL] td .validators {
  display: none;
}
html body form #ContentContainer_FormPanel .crmEntityFormView fieldset[aria-label=GENERAL] label {
  background-color: #FFF;
  font-family: Calmetta;
  font-size: 16px;
}
html body form #ContentContainer_FormPanel .crmEntityFormView fieldset[aria-label=GENERAL] .control input {
  border: 0 !important;
  padding: 0 !important;
  font-family: Calmetta;
  font-weight: normal;
}

@media (max-width: 768px) {
  body[data-sitemap-state="/lost-property/:/"] a[title=Download] {
    display: none;
  }
}
body[data-sitemap-state="/lost-property/:/"] .row.sectionBlockLayout.text-start {
  border: none !important;
  background-image: none !important;
  border-radius: 0 !important;
}
body[data-sitemap-state="/lost-property/:/"] .row.sectionBlockLayout.text-start > p {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] .row.sectionBlockLayout.text-start > .container {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body[data-sitemap-state="/lost-property/:/"] .page-header {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] h2 {
  font-family: Calmetta;
  font-size: 34px;
  font-weight: 700;
}
body[data-sitemap-state="/lost-property/:/"] h5 {
  font-family: Calmetta;
  font-size: 16px;
  font-weight: 400;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container {
  display: flex;
  margin: 0;
  padding: 40px 0;
  gap: 16px;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container .tab {
  list-style: none;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #B8B8B8;
  padding: 18px 0;
  transition: background-color 0.15s;
  flex-basis: 100%;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container .tab:hover {
  background-color: #E6E6E6;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container .tab.selected {
  border-bottom-color: #000;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container .tab.selected label {
  font-weight: 600;
}
body[data-sitemap-state="/lost-property/:/"] .tab-container .tab label {
  font-weight: 100;
}
body[data-sitemap-state="/lost-property/:/"] .tab-body {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] .tab-body.selected {
  display: block;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist {
  border: 0 !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .entitylist-filter {
  border: none;
  margin-bottom: 0;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body {
  border: 1px solid #DFE1E3;
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.2392156863), 0px 8px 24px -4px rgba(0, 0, 0, 0.0784313725);
  border-radius: 4px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body #entitylist-filters {
  border: 0 !important;
  display: flex;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group {
  flex-basis: 100%;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group label.entitylist-filter-option-group-label {
  font-family: Calmetta;
  border: 1px solid #616161;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group label.entitylist-filter-option-group-label:after {
  content: "\f078";
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 100%;
  padding-left: 8px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  right: 0;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group ul {
  border-radius: 4px;
  border: 1px solid rgb(97, 97, 97);
  padding: 16px 12px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .card-body .float-end {
  float: none !important;
  display: flex;
  justify-content: flex-end;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .grid-actions {
  border: 0 !important;
  padding-bottom: 0px !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions {
  float: none !important;
  display: flex;
  padding-left: 0;
  gap: 32px;
  align-items: center;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group {
  float: none !important;
  display: flex !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group:not(:has(*)) {
  display: none !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group.entitylist-search {
  margin-right: auto;
  margin-left: 0;
  align-items: center;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group.entitylist-search:before {
  content: "\f002";
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 100%;
  padding-left: 8px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group.entitylist-search .input-group-btn {
  display: none !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group.entitylist-search input {
  margin-left: 0px;
  padding-left: 30px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .input-group .entitylist-download {
  float: none !important;
  margin: 0;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions #filterButton {
  display: flex !important;
  background-color: transparent !important;
  color: #00468B !important;
  padding-right: 16px !important;
  border: solid 2px transparent !important;
  border-radius: 4px !important;
  float: none !important;
  margin: 0 !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions #filterButton:hover {
  border-width: 2px !important;
  border-color: #00468B !important;
  background-color: #EEEFF0 !important;
  color: #00468B !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions #filterButton:hover:active {
  color: #FFF !important;
  background-color: #00468B !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions #filterButton:before {
  content: "\f0b0";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .entitylist-download {
  display: flex;
  background-color: transparent !important;
  color: #00468B !important;
  padding: 8px 16px 8px 6px !important;
  border: solid 2px transparent !important;
  border-radius: 4px;
  float: none !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .entitylist-download:hover {
  border-width: 2px !important;
  border-color: #00468B !important;
  background-color: #EEEFF0 !important;
  color: #00468B !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .entitylist-download:hover:active {
  color: #FFF !important;
  background-color: #00468B !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .toolbar-actions .entitylist-download:before {
  visibility: visible;
  content: "\f019";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body[data-sitemap-state="/lost-property/:/"] .entitylist table.table.table-striped.table-fluid.table-fluid {
    display: table !important;
  }
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr {
  height: 40px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th {
  border: none !important;
  background-color: #FFF !important;
  position: relative;
  box-sizing: border-box;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th:last-child {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th:after {
  content: "";
  height: 1px;
  width: calc(100% - 1px);
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 1px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 9;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table thead tr th span.fa.fa.fa {
  display: inline-block !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr {
  height: 48px;
  border: none;
  background-color: #FFF;
  position: relative;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr:nth-child(even) {
  background-color: #EDEDED;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr:last-child td .dropdown.action .dropdown-menu.dropdown-menu {
  inset: -48px 0px auto auto !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td {
  box-shadow: none;
  vertical-align: middle;
  position: relative;
  border-bottom: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td:last-child {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td a {
  color: #000;
  text-decoration: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td:after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 10;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td:last-child:after {
  height: 100%;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 9;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td:last-child {
  position: static;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action {
  position: static;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action .dropdown-menu {
  transform: none !important;
  inset: 48px 0px auto auto !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action .dropdown-menu .details-link:hover {
  padding: 4px 16px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action .btn {
  background-color: transparent !important;
  height: 30px;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action .btn span:before {
  content: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist table tr td .dropdown.action .btn span::after {
  content: "\f06e";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3px;
  color: #000;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination {
  justify-content: center;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination .disabled {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination .active a {
  background-color: #EEEEEE !important;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a {
  margin: 0 12px;
  font-weight: 400;
  color: #005AA3 !important;
  width: auto;
  padding: 4px 8px;
  border-radius: 0;
  border: none;
  height: auto;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-next-link {
  visibility: hidden;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-next-link:before {
  content: "Next";
  visibility: visible;
  z-index: 9;
  font-family: Calmetta;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 32px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #005AA3;
  text-decoration: underline;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-next-link:after {
  content: "\f0a9";
  visibility: visible;
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #005AA3;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-prev-link {
  visibility: hidden;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-prev-link:after {
  content: "Prev";
  visibility: visible;
  z-index: 9;
  font-family: Calmetta;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 32px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #005AA3;
  text-decoration: underline;
}
body[data-sitemap-state="/lost-property/:/"] .entitylist .pagination a.entity-pager-prev-link:before {
  content: "\f0a8";
  visibility: visible;
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #005AA3;
}
body[data-sitemap-state="/lost-property/:/"] #total-records {
  display: none;
}
body[data-sitemap-state="/lost-property/:/"] b[aria-label="Text Requests Press enter to edit"] {
  display: none;
}

@media (max-width: 767px) {
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .tab.clearfix .tab-column:last-child {
    padding-left: 0;
  }
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] #EntityFormPanel {
  border: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .tab-title {
  display: none !important;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset {
  border: 1px solid #91989E;
  border-radius: 4px;
  padding: 24px;
  display: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset:last-child {
  margin-bottom: 0;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset:has(*) {
  display: block;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset legend h3 {
  font-family: Calmetta;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 400;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset table.section.section > tbody > tr > td {
  padding-left: 0;
  padding-right: 0;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] .dropdown.action .btn {
  background-color: transparent !important;
  height: 30px;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] .dropdown.action .btn span:before {
  content: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] .dropdown.action .btn span::after {
  content: "\f06e";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3px;
  color: #000;
}
@media (min-width: 768px) {
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table.section > tbody > tr {
    display: none;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table.section > tbody > tr:has(.subgrid-cell) {
    display: table-row;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table {
    overflow: hidden;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table.table.table-striped.table-fluid.table-fluid {
    display: table !important;
  }
}
@media (min-width: 768px) {
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr {
    height: 40px;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr th {
    border: none !important;
    background-color: #FFF !important;
    position: relative;
    box-sizing: border-box;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr th a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr th:after {
    content: "";
    height: 1px;
    width: calc(100% - 1px);
    background-color: #ABAEAD;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 1px;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr th:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ABAEAD;
    display: block;
    position: absolute;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 9;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table thead tr th span.fa.fa.fa {
    display: inline-block !important;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr {
    height: 48px;
    border: none;
    background-color: #FFF;
    position: relative;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr:nth-child(even) {
    background-color: #EDEDED;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr:first-child td .dropdown.action .dropdown-menu.dropdown-menu {
    inset: -1px 57px auto auto !important;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr:last-child td .dropdown.action .dropdown-menu.dropdown-menu {
    inset: -48px 57px auto auto !important;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td {
    box-shadow: none;
    vertical-align: middle;
    position: relative;
    border-bottom: none;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    padding: 8px;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td a {
    color: #000;
    text-decoration: none;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td:after {
    content: "";
    height: 16px;
    width: 1px;
    background-color: #ABAEAD;
    display: block;
    position: absolute;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 10;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td:last-child:after {
    height: 100%;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    z-index: 9;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td:last-child {
    position: static;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action {
    position: static;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action .dropdown-menu {
    transform: none !important;
    inset: 48px 0px auto auto !important;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action .dropdown-menu .details-link:hover {
    padding: 4px 16px;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action .btn {
    background-color: transparent !important;
    height: 30px;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action .btn span:before {
    content: none;
  }
  body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Container Items"] table tr td .dropdown.action .btn span::after {
    content: "\f06e";
    z-index: 9;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    width: 24px;
    height: 36px;
    vertical-align: middle;
    border-radius: 18px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 3px;
    color: #000;
  }
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr {
  display: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr:has(td.notes-cell) {
  display: table-row;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr td {
  display: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr td.notes-cell {
  display: table-cell;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr td #notescontrol .entity-notes {
  width: auto;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label=Notes] table.section tr td #notescontrol .entity-notes .note-actions.row .col-md-3 {
  width: auto;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Disposal Details"] {
  margin-bottom: 0;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Collection Details"] table.section tbody {
  display: flex;
  flex-wrap: wrap;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Collection Details"] table.section tbody tr {
  display: none;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Collection Details"] table.section tbody tr:has(.form-control-cell), body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] fieldset[aria-label="Collection Details"] table.section tbody tr:has(.picklist-cell) {
  display: table-row;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .attachment.clearfix .img .thumbnail img {
  width: 100%;
}

body[data-sitemap-state*=Complaints], body[data-sitemap-state*=RFI-Details] {
  background-color: #FFF !important;
}
body[data-sitemap-state*=Complaints] .sectionBlockLayout h1, body[data-sitemap-state*=Complaints] .sectionBlockLayout h2, body[data-sitemap-state*=RFI-Details] .sectionBlockLayout h1, body[data-sitemap-state*=RFI-Details] .sectionBlockLayout h2 {
  font-family: Calmetta;
  font-size: 34px;
  margin: 21px 0 10.5px 0 !important;
}
body[data-sitemap-state*=Complaints] .sectionBlockLayout h1, body[data-sitemap-state*=RFI-Details] .sectionBlockLayout h1 {
  padding-left: 12px;
}
body[data-sitemap-state*=Complaints] .sectionBlockLayout .tab-title, body[data-sitemap-state*=RFI-Details] .sectionBlockLayout .tab-title {
  padding: 8px 0 8px 0;
}
body[data-sitemap-state*=Complaints] .columnBlockLayout, body[data-sitemap-state*=RFI-Details] .columnBlockLayout {
  margin: 0 !important;
  padding: 0 !important;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView, body[data-sitemap-state*=RFI-Details] .crmEntityFormView {
  background-color: #FFF !important;
  border: none !important;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView label, body[data-sitemap-state*=RFI-Details] .crmEntityFormView label {
  background-color: #FFF;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView .tab-title, body[data-sitemap-state*=RFI-Details] .crmEntityFormView .tab-title {
  border: none;
  font-size: 34px;
  margin-top: 40px;
  margin-bottom: 24px;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table {
  display: block;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody {
  display: flex;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr {
  display: flex;
  width: 100%;
  gap: 80px;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr td, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr td {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr td.cell, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr td.cell {
  padding: 0;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr td .control .status, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr td .control .status {
  padding: 0;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr td .control input, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr td .control input {
  border: none !important;
  padding: 0 !important;
}
body[data-sitemap-state*=Complaints] .crmEntityFormView table tbody tr td .control input:focus, body[data-sitemap-state*=RFI-Details] .crmEntityFormView table tbody tr td .control input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
body[data-sitemap-state*=Complaints] fieldset, body[data-sitemap-state*=RFI-Details] fieldset {
  border: 1px solid #91989E;
  border-radius: 4px;
  padding: 24px;
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset:has(*), body[data-sitemap-state*=RFI-Details] fieldset:has(*) {
  display: block;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr {
  justify-content: flex-start;
  display: table-row;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td {
  white-space: nowrap;
  padding-right: 24px;
  font-family: Calmetta;
  display: table-cell;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .validators, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .validators {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td label, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td label {
  font-family: Calmetta;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td label:after, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td label:after {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control {
  font-weight: normal;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control input, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control input {
  font-family: Calmetta;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control input:focus, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr td .control input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr:last-child, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Top Section"][aria-label="Top Section"] tbody tr:last-child {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"], body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] {
  padding-bottom: 0;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr {
  flex-grow: 1;
  justify-content: flex-start;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td {
  font-family: Calmetta;
  width: 100%;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td label, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td label {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 24px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control {
  margin-bottom: 8px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control input, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control input {
  font-weight: bold;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control input:focus, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="CASE DESCRIPTION"] tbody tr td .control input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION], body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] {
  padding-top: 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr {
  display: none;
  flex-grow: 1;
  justify-content: flex-start;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr:first-child, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr:first-child {
  display: block;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td {
  font-family: Calmetta;
  width: 100%;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td .table-info, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td .table-info {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td .control, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td .control {
  font-weight: normal;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td .control textarea.form-control, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td .control textarea.form-control {
  border: none !important;
  padding: 0 !important;
  font-weight: normal;
  font-family: Calmetta;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td .control textarea.form-control:focus, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td .control textarea.form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label=DESCRIPTION] tbody tr td .control .text-muted, body[data-sitemap-state*=RFI-Details] fieldset[aria-label=DESCRIPTION] tbody tr td .control .text-muted {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"], body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] {
  font-family: Calmetta;
  padding-bottom: 0;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] legend h3, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] legend h3 {
  font-family: Calmetta;
  margin: 0;
  padding-bottom: 24px;
  font-weight: 400;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr {
  display: flex;
  width: auto;
  gap: 24px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr td, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr td {
  display: none;
  border-right: 0 !important;
  padding-right: 24px !important;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr td:has(*), body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr td:has(*) {
  display: flex;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr td:has(iframe), body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr td:has(iframe) {
  width: 140px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr td label, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr td label {
  font-size: 16px;
  font-weight: bold;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="Bus Details"] table tbody tr td .control .form-control, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="Bus Details"] table tbody tr td .control .form-control {
  border: 0 !important;
  padding: 0 !important;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"], body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] {
  border: 0;
  padding: 12px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell), body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) {
  display: table-row;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td .table-info, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td .table-info {
  display: none !important;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol {
  display: flex;
  flex-direction: column;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .entity-notes, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .entity-notes {
  width: 100%;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note {
  border: 0;
  background-color: #FFF;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row {
  flex-direction: column;
  background-color: #FFF;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata {
  padding: 0;
  padding-left: 72px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .postedon, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .postedon {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .modifiedon, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .modifiedon {
  color: #7A7A7A;
  font-family: "Lato", sans-serif;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .createdby, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .createdby {
  margin-left: -60px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #000 !important;
  font-family: Calmetta;
  font-weight: bold;
  font-size: 16px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content {
  order: 1;
  padding-bottom: 8px;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn .fa-caret-down, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn .fa-caret-down {
  color: #000;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text {
  font-size: 16px;
  font-family: Calmetta !important;
  font-weight: 400;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text p, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text p {
  margin: 0;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text *, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text * {
  display: none;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .attachment, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .attachment {
  padding: 0;
  padding-top: 10px;
  border: 0;
}
body[data-sitemap-state*=Complaints] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .note-actions .addnote.btn, body[data-sitemap-state*=RFI-Details] fieldset[aria-label="New Section"][aria-label="New Section"] tr:has(.notes-cell) td #notescontrol .note-actions .addnote.btn {
  width: auto !important;
  float: left !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset h3, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset h3 {
  font-family: Calmetta;
  font-size: 20px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details"] td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details"] td {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details"] td:has(*), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details"] td:has(*) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"] {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  margin-top: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"] tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"] tr {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"] tr:has(.form-control-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Request details 2"] tr:has(.form-control-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody {
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr {
  width: 100%;
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td .table-info label, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td .table-info label {
  font-size: 20px;
  padding-bottom: 20px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td input, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td input {
  font-weight: 600;
  padding-bottom: 8px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td textarea, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr:has(.form-control-cell) td textarea {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr .table-info label, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=General] tbody tr .table-info label {
  font-size: 20px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] .section-title h3, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] .section-title h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody {
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr {
  width: 100%;
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2), body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td, body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td input, body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td input, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td input, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td input {
  font-weight: 600;
  padding-bottom: 8px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td textarea, body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td textarea, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(2) td textarea, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Request] tbody tr:nth-child(3) td textarea {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] {
  border: 0;
  padding: 12px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] .section-title, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] .section-title {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) {
  display: table-row;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td .table-info, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td .table-info {
  display: none !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol {
  display: flex;
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .entity-notes, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .entity-notes {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note {
  border: 0;
  padding-bottom: 20px;
  background-color: #FFF;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row {
  flex-direction: column;
  background-color: #FFF;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata {
  padding: 0;
  padding-left: 72px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .postedon, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .postedon {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .modifiedon, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .modifiedon {
  color: #7A7A7A;
  font-family: "Lato", sans-serif;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .createdby, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .metadata .createdby {
  margin-left: -60px;
  height: 48px;
  display: flex;
  align-items: center;
  color: #000 !important;
  font-family: Calmetta;
  font-weight: bold;
  font-size: 16px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content {
  order: 1;
  padding-bottom: 8px;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn .fa-caret-down, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .toolbar .btn .fa-caret-down {
  color: #000;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text {
  font-size: 16px;
  font-family: Calmetta !important;
  font-weight: 400;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text p, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text p {
  margin: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text *, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .text * {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .attachment, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .notes .note .row .content .attachment {
  padding: 0;
  padding-top: 10px;
  border: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .note-actions .addnote.btn, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=Response] tr:has(.notes-cell) td #notescontrol .note-actions .addnote.btn {
  width: auto !important;
  float: left !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody {
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr {
  width: 100%;
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell) td select, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response options"] tbody tr:has(.picklist-cell) td select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat !important;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
  border-radius: 4px !important;
  width: auto;
  border-color: #616161 !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody {
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr {
  width: 100%;
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td .description, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td .description {
  font-weight: 100;
  opacity: 0.7;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td .control input, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Duplicate response details"] tbody tr:has(.form-control-cell) td .control input {
  border: solid 1px #616161 !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr {
  width: 100%;
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr .table-info, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr .table-info {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell) td textarea, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Response Message"] tr:has(.form-control-cell) td textarea {
  border-radius: 4px !important;
  border-color: #616161 !important;
  padding: 6px 12px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody {
  flex-direction: column;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell), body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) {
  display: flex;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td {
  width: 100%;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td .description, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td .description {
  font-weight: 100;
  opacity: 0.7;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td .control input, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label="Deduction calculation"] tbody tr:has(.form-control-cell) td .control input {
  border: solid 1px #616161 !important;
  border-radius: 4px !important;
  padding: 6px 12px !important;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] fieldset[aria-label=HideThisfieldSet], body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] fieldset[aria-label=HideThisfieldSet] {
  display: none;
}
body[data-sitemap-state*=Complaints][data-sitemap-state*=RFI-Details] .tr .cell.file-cell, body[data-sitemap-state*=RFI-Details][data-sitemap-state*=RFI-Details] .tr .cell.file-cell {
  padding-left: 0;
}

body[data-sitemap-state="/Complaints/:/"] .row.sectionBlockLayout.text-start {
  border: none !important;
  background-image: none !important;
  border-radius: 0 !important;
}
body[data-sitemap-state="/Complaints/:/"] .page-header {
  display: none;
}
body[data-sitemap-state="/Complaints/:/"] h2 {
  font-family: Calmetta;
  font-size: 34px;
  font-weight: 700;
}
body[data-sitemap-state="/Complaints/:/"] h5 {
  font-family: Calmetta;
  font-size: 16px;
  font-weight: 400;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container {
  display: flex;
  margin: 0;
  padding: 40px 0;
  gap: 16px;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container .tab {
  list-style: none;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #B8B8B8;
  padding: 18px 0;
  transition: background-color 0.15s;
  flex-basis: 100%;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container .tab:hover {
  background-color: #E6E6E6;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container .tab.selected {
  border-bottom-color: #000;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container .tab.selected label {
  font-weight: 600;
}
body[data-sitemap-state="/Complaints/:/"] .tab-container .tab label {
  font-weight: 100;
}
body[data-sitemap-state="/Complaints/:/"] .tab-body {
  display: none;
}
body[data-sitemap-state="/Complaints/:/"] .tab-body.selected {
  display: block;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist {
  border: 0 !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .entitylist-filter {
  border: none;
  margin-bottom: 0;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body {
  border: 1px solid #DFE1E3;
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, 0.2392156863), 0px 8px 24px -4px rgba(0, 0, 0, 0.0784313725);
  border-radius: 4px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body #entitylist-filters {
  border: 0 !important;
  display: flex;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group {
  flex-basis: 100%;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group label.entitylist-filter-option-group-label {
  font-family: Calmetta;
  border: 1px solid #616161;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group label.entitylist-filter-option-group-label:after {
  content: "\f078";
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 100%;
  padding-left: 8px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  right: 0;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body #entitylist-filters .entitylist-filter-option-group ul {
  border-radius: 4px;
  border: 1px solid rgb(97, 97, 97);
  padding: 16px 12px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .card-body .float-end {
  float: none !important;
  display: flex;
  justify-content: flex-end;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .grid-actions {
  border: 0 !important;
  padding-bottom: 0px !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions {
  float: none !important;
  display: flex;
  padding-left: 0;
  gap: 32px;
  align-items: center;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group {
  float: none !important;
  display: flex !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group:not(:has(*)) {
  display: none !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group.entitylist-search {
  margin-right: auto;
  margin-left: 0;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group.entitylist-search:before {
  content: "\f002";
  position: absolute;
  z-index: 9;
  width: 20px;
  height: 100%;
  padding-left: 8px;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group.entitylist-search .input-group-btn {
  display: none !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group.entitylist-search input {
  margin-left: 0px;
  padding-left: 30px !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .input-group .entitylist-download {
  float: none !important;
  margin: 0;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions #filterButton {
  display: flex;
  background-color: transparent;
  color: #00468B;
  padding-right: 16px;
  border: solid 2px transparent;
  border-radius: 4px;
  float: none !important;
  margin: 0 !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions #filterButton:hover {
  border-width: 2px !important;
  border-color: #00468B !important;
  background-color: #EEEFF0 !important;
  color: #00468B !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions #filterButton:hover:active {
  color: #FFF !important;
  background-color: #00468B !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions #filterButton:before {
  content: "\f0b0";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .entitylist-download {
  display: flex;
  background-color: transparent !important;
  color: #00468B !important;
  padding: 8px 16px 8px 6px !important;
  border: solid 2px transparent !important;
  border-radius: 4px;
  float: none !important;
  margin: 0 !important;
  font-weight: 400 !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .entitylist-download:hover {
  border-width: 2px !important;
  border-color: #00468B !important;
  background-color: #EEEFF0 !important;
  color: #00468B !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .entitylist-download:hover:active {
  color: #FFF !important;
  background-color: #00468B !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .toolbar-actions .entitylist-download:before {
  visibility: visible;
  content: "\f019";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table {
  overflow: hidden;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table.table.table-striped.table-fluid.table-fluid {
  display: table !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr {
  height: 40px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr th {
  border: none !important;
  background-color: #FFF !important;
  position: relative;
  box-sizing: border-box;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr th a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr th:after {
  content: "";
  height: 1px;
  width: calc(100% - 1px);
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 1px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr th:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 9;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table thead tr th span.fa.fa.fa {
  display: inline-block !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr {
  height: 48px;
  border: none;
  background-color: #FFF;
  position: relative;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr:nth-child(even) {
  background-color: #EDEDED;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr:last-child td .dropdown.action .dropdown-menu.dropdown-menu {
  inset: -48px 0px auto auto !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td {
  box-shadow: none;
  vertical-align: middle;
  position: relative;
  border-bottom: none;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td a {
  color: #000;
  text-decoration: none;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td:after {
  content: "";
  height: 16px;
  width: 1px;
  background-color: #ABAEAD;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 10;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td:last-child:after {
  height: 100%;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  z-index: 9;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td:last-child {
  position: static;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action {
  position: static;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action .dropdown-menu {
  transform: none !important;
  inset: 48px 0px auto auto !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action .dropdown-menu .details-link:hover {
  padding: 4px 16px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action .btn {
  background-color: transparent !important;
  height: 30px;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action .btn span:before {
  content: none;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist table tr td .dropdown.action .btn span::after {
  content: "\f06e";
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  width: 24px;
  height: 36px;
  vertical-align: middle;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 3px;
  color: #000;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination {
  justify-content: center;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination .disabled {
  display: none;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination .active a {
  background-color: #EEEEEE !important;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a {
  margin: 0 12px;
  font-weight: 400;
  color: #005AA3 !important;
  width: auto;
  padding: 4px 8px;
  border-radius: 0;
  border: none;
  height: auto;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-next-link {
  visibility: hidden;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-next-link:before {
  content: "Next";
  visibility: visible;
  z-index: 9;
  font-family: Calmetta;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 32px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #005AA3;
  text-decoration: underline;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-next-link:after {
  content: "\f0a9";
  visibility: visible;
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #005AA3;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-prev-link {
  visibility: hidden;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-prev-link:after {
  content: "Prev";
  visibility: visible;
  z-index: 9;
  font-family: Calmetta;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 32px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #005AA3;
  text-decoration: underline;
}
body[data-sitemap-state="/Complaints/:/"] .entitylist .pagination a.entity-pager-prev-link:before {
  content: "\f0a8";
  visibility: visible;
  z-index: 9;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  height: 36px;
  border-radius: 18px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #005AA3;
}
body[data-sitemap-state="/Complaints/:/"] #total-records {
  display: none;
}
body[data-sitemap-state="/Complaints/:/"] b[aria-label="Text Requests Press enter to edit"] {
  display: none;
}

body[data-sitemap-state="/Create-Lost-Property-Inventory/:/"] fieldset[aria-label="Container items"] #Container_Items_SubGrid .view-grid {
  overflow: visible;
}
body[data-sitemap-state="/Create-Lost-Property-Inventory/:/"] fieldset[aria-label="Container items"] #Container_Items_SubGrid .view-grid .table.table-striped.table-fluid {
  display: table !important;
}
body[data-sitemap-state="/Create-Lost-Property-Inventory/:/"] fieldset[aria-label="Container items"] #Container_Items_SubGrid .view-grid .table.table-striped.table-fluid td[aria-label="action menu"] {
  overflow: visible;
}

body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .view-grid {
  overflow: visible;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .view-grid .table.table-striped.table-fluid {
  display: table !important;
}
body[data-sitemap-state="/Update-LostProperty-Inventory/:/"] .view-grid .table.table-striped.table-fluid td[aria-label="action menu"] {
  overflow: visible;
}

/*# sourceMappingURL=tfgm-theme-build.css.map */
