#mainContent:has(div.santosGrid) {
  background-color: #f5f5f5;
}

.blockPage {
  left: calc(50vw - 100px) !important;
}

.entity-form {
  padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .entity-form {
    padding: 20px;
  }

  .crmEntityFormView .section-title {
    padding-left: 0px !important;
  }

  html[dir=ltr] .crmEntityFormView .tab .tab-column {
    padding-left: 0px !important;
  }
}

.santosGrid .crmEntityFormView,
.santosGrid .entitylist {
  border: 1px solid var(--santosDarkBlue) !important;
  margin-bottom: 20px;
}

.entitylist>.entitylist {
  border: none !important;
}

.wizard {
  padding-top: 5px;
  padding-bottom: 20px;
  width: 95%;
  margin: auto;
}

.crmEntityFormView .section-title {
  padding-left: 25px;
}

h2.tab-title {
  display: none;
}

div.bar.progress-bar {
  background-color: rgba(14, 90, 157, 1);
}

div.row {
  --bs-gutter-x: 0.55rem;
}

/* 'New' subgrid buttons */
a.create-action,
a.action {
  border-radius: 6px;
  min-width: 100px;
}

/* Subgrid dropdown buttons */
button.btn-md[data-bs-toggle='dropdown'] {
  border-radius: 4px;
  width: 30px;
  margin-left: 15px;
  font-size: 10px;
  padding: 6px 16px;
}

/* Subgrid dropdown menu item styling */
html[dir="ltr"] li a.dropdown-item {
  margin: 0 2px 0 2px !important;
  border-radius: 2px;
}

/* Subgrid pagination */
.pagination>.active>a {
  background-color: #0E5A9D !important;
}

/* My Permits Grid */
div.entitylist>div.entity-grid {
  padding: 10px;
  min-height: 200px;
}

/*
div.entitylist > div.entity-grid > div.view-grid {
  min-height: 80vh;
}
*/

/* Progress Tabs */
ol.list-group.top {
  border-radius: 6px;
}

.list-group-item.active {
  background-color: #0E5A9D;
  border-radius: 6px !important;
}

ol.progress.top li:last-child {
  border-radius: 6px !important;
}

.list-group-item-success {
  border-color: #0000;
}

/* Lookup Fields */
input.lookup {
  height: 33px;
}

/* Lookup Buttons */
button.launchentitylookup,
button.clearlookupfield {
  height: 33px;
}

button.launchentitylookup {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* DateTimePicker Input */
div.datetimepicker>input,
div.datetimepicker>span {
  height: 33px;
}

div.datetimepicker>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Basic Form Submit Button */
input.submit-btn {
  border-radius: 6px;
  min-width: 100px;
}

/* SharePoint Grid */
tr.sp-item>td>div.dropup,
tr.sp-item>td>div.dropdown {
  text-align: end;
}

tr.sp-item>td>div.dropup>button.btn-sm,
tr.sp-item>td>div.dropdown>button.btn-sm {
  border-radius: 6px;
  width: 30px;
}

/* UI Dialog */
.ui-widget-overlay {
  background-color: #000000;
  opacity: 0.7;
}

div.ui-dialog {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid #2c5a9e;
  padding: 0px;
}

div.ui-dialog-buttonset>button {
  border-radius: 6px;
}

div.ui-dialog-titlebar {
  color: #fff;
  background-color: #2c5a9e;
  border: 2px solid #2c5a9e;
  border-radius: 0px;
}

/* Basic Form Dialog */
div>h4.modified-header {
  color: #323130;
}

/* Search */
div.view-search>input {
  height: 33px;
}

div.view-search>div>button {
  height: 33px;
}

/* Action Buttons */
div.form-action-container-left {
  padding-left: 10px;
}

/* Submission Step Description */
table[data-name='tab_submit_sec2'] tbody tr td div.description {
  padding-bottom: 30px;
  font-size: 17px;
}

/* Basic Form (Permit Application) */
form#liquid_form[action^="/applications/application/"] {
  height: calc(100% - 300px)
}

/* Hide the content */
form#liquid_form div[data-name='tab_general'] {
  display: none;
}

/* Hide the button */
form#liquid_form div.form-custom-actions #UpdateButton.btn-hidden,
form#liquid_form div.actions #InsertButton.btn-hidden {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.crmEntityFormView .actions {
  padding-left: 25px;
  margin-top: 5px !important;
  padding-top: 0 !important;
}

form#liquid_form div#EntityFormPanel,
form#liquid_form div#EntityFormPanel div.actions {
  border-color: #fff;
}

.crmEntityFormView .actions,
.crmEntityFormView {
  border-color: #fff !important;
}

/* Form Height */
div#mainContent div.page-copy div.xrm-attribute div.xrm-attribute-value {
  min-height: calc(100vh - 324px);
}

/* Access Request */
div.access-request {
  padding-top: 5px;
  padding-bottom: 20px;
  width: 95%;
  margin: auto;
}

div.email-domain {
  margin-top: 22px;
  position: relative;
  right: 35px;
}

div.email-domain input {
  font-size: 1.1em;
}

/* Duplication */
div.duplicate {
  padding: 10px;
}

/* Toggle Switch */

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch {
  position: relative;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 9999px;
  background-color: rgba(100, 116, 139, 0.377);
  transition: all .3s ease;
}

.switch:checked {
  background-color: rgba(14, 90, 157, 1);
}

.switch::before {
  position: absolute;
  content: "";
  left: calc(1.5rem - 1.6rem);
  top: calc(1.5rem - 1.6rem);
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  border: 1px solid rgba(100, 116, 139, 0.527);
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
  transition: all .3s ease;
}

.switch:hover::before {
  box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
}

.switch:checked:hover::before {
  box-shadow: 0 0 0px 8px rgba(14, 90, 157, .15)
}

.switch:checked:before {
  transform: translateX(100%);
  border-color: rgba(14, 90, 157, 1);
}

/* End Toggle Switch */


.logo {
  background-image: url(./santos-70-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 300px;
}

/* Homepage feature box */
.feature-box {
  width: 500px;
  background-color: #ffffffd1;
  border-top: 7px solid var(--santosDarkBlue);
  position: relative;
  bottom: 100px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: left;
  height: 230px;
  border-radius: 4px;
  text-align: center;
}

.feature-box h1 {
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}

.feature-box h4 {
  font-weight: lighter;
  color: #2a2c2e;
}

.feature-box a {
  margin-top: 25px;
  border-radius: 4px;
}

@media (min-width: 360px) and (max-width: 700px) {
  .logo {
    height: 40px;
    width: 200px;
  }

  .feature-box {
    bottom: 0;
    right: 0;
    height: 250px;
  }

  .wrapper-body {
    min-height: max(calc(100vh - 180px), 650px);
  }
}

.spinner {
  background-image: url(./cube.svg);
  height: 200px;
  width: 200px;
  top: 50%;
  position: absolute;
  /* left: 50%;
  /* z-index: 20;
  transform: translate(-50%, -50%); */
}

footer {
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  height: 68px;
}

footer .footer-bottom {
  background-color: #9e691a;
}

@media only screen and (max-width: 420px) { 

  .santosGrid .insert-Action-link {
    width: 100%;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 767px) {
  .santosGrid .toolbar-actions {
    margin-top: 20px;
    width: 100%;
  }

  .santosGrid .input-group {
    width: 100%;
  }

  .santosGrid .input-group>input {
    /*width: 100%;*/
  }

  .santosGrid .input-group .input-group-btn {
    width: 10%;
  }

}

@media only screen and (min-width: 1200px) {
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    padding-right: 30px;
    margin-left: 44px;
    width: auto;
    height: 100px;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1199px) {

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    padding-right: 30px;
    margin-left: 44px;
    width: auto;
    min-height: 100px;
    height: 100%;
  }

  .navbar-header {
    width: 100%;
    height: 60px;
    position: inherit !important;
  }

  .navbar-collapse.show {
    overflow-y: visible;
    min-width: calc(100vw - 88px);
    margin-top: 20px;
  }

}

@media only screen and (max-width: 700px) {
  .header-container {
    display: flex;
    justify-content: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
  }

  .navbar-header {
    width: 100%;
    padding-left: 10px;
    height: 60px;
  }

  .navbar-collapse.show {
    overflow-y: visible;
    min-width: calc(100vw - 88px);
  }

}

.fit-content {
  min-width: fit-content;
}

.bp-feature-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  height: 100%;
  padding: 8px;
  background-image: url('/santos-home.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.bp-tracker-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  max-height: 839px;
  height: 15vw;
  padding: 8px;
  background-image: url('/admin-header.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
}

.bp-feature-title {
  color: var(--portalThemeColor7);
  font-size: 9rem;
}

@media only screen and (max-width: 2100px) {
  .bp-feature-title {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 1600px) {
  .bp-feature-title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 800px) {
  .bp-feature-title {
    font-size: 3rem;
    margin: 50px;
  }
}

.common-permits {
  display: flex;
  flex-direction: column;
  margin: 0 10%;
}

.permit-container {
  width: 100%;
  max-width: 1800px;
}

.permit-card-title {
  font-size: 30px;
  color: var(--portalThemeColor1);
}

.permit-card-subtitle {
  font-size: 16px;
  color: var(--portalThemeColor1);
}

.permit-card-desc {
  font-size: 16px;
  color: #8f8f8f;
}

.common-permit-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1700px;
}

.common-permit-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 33px;
}

@media only screen and (max-width: 1000px) {
  .common-permit-header-container {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .bp-button {
    margin-right: 0 !important;
  }
}

.my-permits-container {
  display: flex;
  margin: 100px 10%;
  flex-wrap: wrap;
  max-width: 1642px;
}

.search-container {
  display: flex;
  margin: 100px 10%;
  margin-top: 0;
  flex-wrap: wrap;
  max-width: 1642px;
}

@media only screen and (min-width: 2000px) {
  .search-container {
    margin: 100px 17%;
  }
}

.search-bar {
  display: flex;
  justify-content: flex-end;
  margin: 100px 10%;
}

.input-search {
  border-radius: 20px;
  width: 325px;
  height: 60px;
  color: #2a2c2e;
  padding: 20px;
  gap: 20px;
  border: var(--portalThemeColor1) 2px solid;
  font-size: 24px;
}

.search-input-group {
  display: flex;
  justify-content: end;
}

.search-input-button {
  background-color: transparent;
  font-size: 24px;
  border: none;
  margin-left: -46px;
  margin-top: 13px;
  color: var(--portalThemeColor1);
}

.bp-button-dark {
  border-radius: 20px;
  height: 60px;
  width: 124px;
  padding: 10px 20px;
  border: 2px solid var(--portalThemeColor1);
  background-color: var(--portalThemeColor1);
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}

.bp-button {
  border-radius: 20px !important;
  height: 60px;
  width: 241px;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}

.permit-card-container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 300px;
  flex-wrap: wrap;
  margin-top: 0;
}

.permit-card-container-left {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-width: 300px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 70px;
}

.applicationTypeItem {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 22%;
  min-height: 250px;
  height: auto;
  background-color: #ffffff;
  border: 2px solid var(--portalThemeColor1);
  border-radius: 20px;
  padding: 20px;
}

.applicationTypeItem:focus,
.applicationTypeItem:hover {
  border: 3px solid var(--santosBlue);
  background-color: var(--santosBlue);
  color: var(--portalThemeOnColor2);
}

.card-h1 {
  font-size: 30px;
  color: var(--portalThemeColor1);
  text-align: left;
}

.card-p {
  font-size: 15px;
  text-align: left;
}

.step-card {
  word-break: break-word;
}

.step-card-h1 {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.step-card-p {
  font-size: 1.5rem;
  color: var(--portalThemeColor8);
  text-align: left;
}

.permit-step-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.permit-step-card-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.step-card {
  display: flex;
  width: 23%;
  min-height: 190px;
  height: auto;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
}

.step-card-info {
  margin-left: 15px;
}

.permit-tracker-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60vh;
}

.permit-snapshot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 13vw;
}

.permit-tracker-table {
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1800px;
  margin: 100px 10%;
}

.snapshot-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 10%;
  max-width: 1800px;
}

.snapshot-header-container {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  max-width: 1800px;
}

.snapshot-item {
  display: flex;
  width: 25%;
  justify-content: space-evenly;
}

.snapshot-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 100px;
  min-width: 100px;
  background-color: var(--portalThemeColor9);
  font-size: 2.5rem;
  color: var(--portalThemeOnColor9);
}

.snapshot-header-container>h1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1800px) {
  .permit-snapshot-container {
    height: 20vw;
  }

  .snapshot-item>h2 {
    font-size: 30px;
  }

  .snapshot-number {
    min-height: 75px;
    min-width: 75px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 1400px) {
  .snapshot-item>h2 {
    font-size: 20px;
    flex-wrap: nowrap;
  }

  .snapshot-number {
    min-height: 50px;
    min-width: 50px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .snapshot-item>h2 {
    font-size: 2rem;
    text-align: center;
  }

  .snapshot-item {
    flex-direction: column;
    align-items: center;
  }

  .snapshot-number {
    font-size: 2.5rem;
  }

  .snapshot-header-container>h1 {
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .permit-snapshot-container {
    height: 35vw;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 750px) {
  .permit-snapshot-container {
    height: 35vw;
  }

  .snapshot-header-container>h1 {
    margin: 0;
  }

  /* #mainContent > div > div > div > div.permit-tracker-container > div.permit-tracker-table > div > div > div.view-grid > table > thead > tr > th > a {
      font-size: 1.5rem;
    } */
}

@media only screen and (max-width: 550px) {
  .permit-snapshot-container {
    height: 260px;
  }

  .snapshot-header-container {
    justify-content: center;
  }

  .snapshot-container {
    flex-direction: column;
    align-items: center;
  }

  .snapshot-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 20%;
  }
}

.table-status-cell {
  display: flex;
  justify-content: center;
  width: 90%;
  border-radius: 10px;
  padding: 0 20px;
  height: 60%;
  align-items: center;
}

.submitted {
  background-color: #ffffff;
  color: #4a7c4c;
  border: 1px solid #4a7c4c;
}

.review {
  background-color: #8f8f8f;
  color: #ffffff;
}

.denied {
  background-color: #38613f;
  color: #ffffff;
}

.approved {
  background-color: #62a365;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .applicationTypeItem {
    width: 30%;
  }

  .card-h1 {
    font-size: 2.5rem;
  }

  .permit-card-container {
    justify-content: start;
  }
}

@media only screen and (max-width: 700px) {
  .applicationTypeItem {
    width: 45%;
  }

  .permit-card-container {
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .applicationTypeItem {
    width: 80%;
  }

  .bp-button {
    margin-right: 0;
  }

  .search-bar {
    justify-content: center;
  }

  .search-container {
    justify-content: center;
  }
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb>li a {
  color: var(--portalThemeColor1);
}

.breadcrumb>li a:hover {
  color: var(--portalThemeColor1);
}

.breadcrumb>.active {
  color: #000000;
}

.nav-tabs>li>a:hover {
  background-color: #f2f2f2;
  color: var(--portalThemeColor1);
}

.nav-tabs>li>a:focus {
  background-color: #f2f2f2;
  color: var(--portalThemeColor1);
}

html[dir='ltr'] .crmEntityFormView .actions .btn,
.btn-default {
  color: #2a2c2e;
  border-radius: 8px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  color: var(--portalThemeOnColor4);
  border-color: var(--santosBlue);
  background-color: var(--santosBlue);
}

.btn-default:hover {
  color: var(--portalThemeOnColor4);
  background-color: var(--santosBlue);
  border-color: var(--santosBlue);
}

.btn-default:active,
.btn-default.active {
  color: var(--portalThemeOnColor4);
  border-color: #62a365;
  background-color: var(--santosBlue);
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus {
  color: var(--portalThemeOnColor4);
  background-color: var(--santosBlue);
  border-color: var(--santosBlue);
}

.btn-default:focus,
.btn-default.focus {
  color: var(--portalThemeOnColor4);
  background-color: var(--santosBlue);
  border-color: var(--santosBlue);
}

.btn-primary {
  color: var(--portalThemeOnColor1);
  background-color: var(--portalThemeColor1);
  border-color: var(--portalThemeColor1);
  border-radius: 2px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: var(--portalThemeColor1);
}

.btn-primary:hover {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}

.btn-primary:active,
.btn-primary.active {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #2a2c2e;
  background-color: button1onhoverfillcolor;
  border-color: button1onhoverfillcolor;
}

.static-top.navbar-dark {
  background-color: var(--portalThemeColor1);
}

.navbar-toggler {
  background-color: var(--portalThemeColor1);
}

.navbar-dark .navbar-toggler {
  border: 1px solid var(--portalThemeColor1);
}

.navbar-dark .navbar-toggler:hover {
  background-color: #d19c4d;
  border-color: #d19c4d;
}

.navbar-dark .navbar-toggler:focus {
  border: 1px solid #ffffff;
  background-color: #d19c4d;
}

.navbar-dark .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232A2C2E'  stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-nav>li>a {
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
}

.navbar-dark .navbar-nav>li>a:hover {
  background-color: var(--portalThemeColor1);
  color: var(--portalThemeOnColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav>li>a:focus {
  background-color: var(--portalThemeColor1);
  color: #000000;
  text-decoration: Underline;
}

.navbar-dark .navbar-nav>.open>a {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav>.open>a:hover {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav>.open>a:focus {
  color: #000000;
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu {
  background-color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>li>a {
  color: #000000;
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>li>a:hover {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>li>a:focus {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>.active>a {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>.active>a:hover {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.navbar-dark .navbar-nav .open .dropdown-menu>.active>a:focus {
  background-color: #000000;
  color: var(--portalThemeColor1);
  text-decoration: Underline;
}

.sectionPrimaryColor {
  background-color: #9bbb9b;
  color: #000000;
}

.sectionPrimaryColor h1,
.sectionPrimaryColor h2,
.sectionPrimaryColor h3,
.sectionPrimaryColor h4,
.sectionPrimaryColor h5,
.sectionPrimaryColor h6,
.sectionPrimaryColor p,
.sectionPrimaryColor a {
  color: #000000;
}

.sectionPrimaryColor .crmEntityFormView h1,
.sectionPrimaryColor .crmEntityFormView h2,
.sectionPrimaryColor .crmEntityFormView h3,
.sectionPrimaryColor .crmEntityFormView h4,
.sectionPrimaryColor .crmEntityFormView h5,
.sectionPrimaryColor .crmEntityFormView h6,
.sectionPrimaryColor .crmEntityFormView p,
.sectionPrimaryColor .crmEntityFormView a {
  color: #000000;
}

.sectionPrimaryColor .entitylist h1,
.sectionPrimaryColor .entitylist h2,
.sectionPrimaryColor .entitylist h3,
.sectionPrimaryColor .entitylist h4,
.sectionPrimaryColor .entitylist h5,
.sectionPrimaryColor .entitylist h6,
.sectionPrimaryColor .entitylist p,
.sectionPrimaryColor .entitylist a {
  color: #000000;
}

a,
.a {
  color: var(--portalThemeColor1);
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
}

a:hover,
a:focus,
.a:hover,
.a:focus {
  color: #d19c4d;
}

.open>.btn-default.dropdown-toggle {
  color: #2a2c2e;
  background-color: #e6e6e6;
  border-color: var(--portalThemeColor1);
}

.open>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: var(--portalThemeColor1);
  border-color: var(--portalThemeColor1);
}

.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #bb8330;
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid var(--santosDarkBlue);
  border-radius: 10px;
}

#mainContent>div>div>div>div.permit-tracker-container>div.permit-tracker-table>div>div>div.view-grid>table>tbody>tr>td {
  font-size: 2.2rem;
  height: 80px;
  align-items: center;
}

#mainContent>div>div>div>div.permit-tracker-container>div.permit-tracker-table>div>div>div.view-grid>table>thead {
  height: 56px;
  background-color: var(--portalThemeColor1);
}

#mainContent>div>div>div>div.permit-tracker-container>div.permit-tracker-table>div>div>div.view-grid>table>thead>tr>th>a {
  color: var(--portalThemeColor5);
  font-size: 18px;
}

#mainContent>div>div>div>div:nth-child(2)>div>div>div>div>div.view-grid>table>thead>tr>th>a {
  font-size: 18px;
  color: #ffffff;
}

#mainContent>div>div>div>div>div>div>div>div>div.view-grid>table>thead {
  background-color: var(--santosBlue);
  color: #ffffff;
}

.entity-grid .view-grid {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 100px;
}

#mainContent>div>div>div>div:nth-child(2)>div>div>div>div>div.view-grid>table>tbody>tr {
  height: 80px;
  font-size: 2.2rem;
}

#mainContent>div>div>div>div:nth-child(2)>div>div>div>div>div.view-grid>table>tbody>tr>td {
  padding-top: 20px;
}

#mainContent>div>div>div>div.permit-tracker-container>div.permit-tracker-table>div {
  width: 100%;
}

#mainContent>div>div>div>div:nth-child(2)>div>div>div>div>div.view-grid>table>thead>tr>th {
  padding-bottom: 15px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #ffffff;
}

.static-top.navbar-dark .navbar-brand a {
  color: #ffffff;
}

.msos-selecteditems-toggle {
  color: #9bbb9b !important;
}

h1 p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 40px;
  color: #2a2c2e;
  margin-left: 0px;
  margin-right: 0px;
}

h2 p {
  font-family: Helvetica;
  font-weight: 400;
  font-size: 36px;
  color: #2a2c2e;
}

h3,
.h3,
.page_section h3,
.color-inverse h3,
.sidebar-home h3 {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  color: #2a2c2e;
}

h4,
.h4,
.poll .poll-header h4,
.poll .poll-tags h4 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
  color: #2a2c2e;
}

h5,
.h5 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 14px;
  color: #9bbb9b;
}

p,
.p,
.page_section p,
.section-diagonal-left p,
.section-diagonal-right p {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  color: #2a2c2e;
}

.p2 {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #2a2c2e;
}

.button1 {
  color: #2a2c2e;
  border-radius: 2px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  border-color: var(--portalThemeColor1);
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: var(--portalThemeColor1);
}

.button1:not(.gjs-selected):hover {
  color: #2a2c2e;
  background-color: #d19c4d;
  border-color: #d19c4d;
}

.button1:not(.gjs-selected):active,
.button1.active:not(.gjs-selected) {
  color: #2a2c2e;
  background-color: button1onhoverfillcolor;
}

.button1:focus,
.button1.focus {
  color: #2a2c2e;
  background-color: #d19c4d;
}

.button2 {
  color: var(--portalThemeColor1) !important;
  border-radius: 2px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 14px;
  border-color: var(--portalThemeColor1) !important;
  padding: 6px 20px;
  width: fit-content;
  border-style: solid;
  background-color: transparent;
}

.button2:not(.gjs-selected):hover {
  color: var(--portalThemeOnColor1) !important;
  background-color: var(--portalThemeColor1) !important;
  border-color: var(--portalThemeColor1) !important;
}

.button2:not(.gjs-selected):active,
.button2.active:not(.gjs-selected) {
  color: #2a2c2e;
  background-color: var(--portalThemeColor1);
}

.button2:focus,
.button2.focus {
  color: #2a2c2e;
  background-color: var(--portalThemeColor1);
}

.static-top.navbar-dark .navbar-brand a p,
.static-top.navbar-dark .navbar-brand a h1,
.static-top.navbar-dark .navbar-brand a h2,
.static-top.navbar-dark .navbar-brand a h3,
.static-top.navbar-dark .navbar-brand a h4,
.static-top.navbar-dark .navbar-brand a h5,
.static-top.navbar-dark .navbar-brand a span {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
}

h1.siteTitle {
  display: inline;
  vertical-align: middle;
  color: #ffffff;
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
}

/* Permit Tracker Table */

.card-body,
.list-group-item {
  background-color: var(--santosBlue);
  color: var(--portalThemeOnColor2);
}

.entitylist {
  border: 1px solid var(--santosDarkBlue) !important;
}

.card {
  border: none;
}

.grid-actions {
  border-bottom: none;
}

.view-grid>table>thead>tr>th>a {
  color: var(--portalThemeOnColor1);
  font-size: 18px;
}

.view-grid>table>tbody>tr>td {
  color: var(--portalThemeOnColor7);
  font-size: 16px;
}

.navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li>a:focus {
  background-color: #2c5a9e !important;
  color: var(--portalThemeOnColor4) !important;
  text-decoration: none !important;
}

#bp_fileupload {
  background-color: var(--santosBlue);
  color: var(--portalThemeOnColor4);
}

/* :root {
    --xs: 0;
    --s: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
    --xxl: 1400px;
} */

/* Breakpoints */

/* Extra Small (Mobile - Portrait) */
@media only screen and (min-width: 0) and (max-width: 576px) {
  .step-card {
    width: 100%;
  }
}

/* Small (Mobile - Landscape & 400% zoom) */
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .step-card {
    width: 100%;
  }
}

/* Small (Tablet - Portrait & 200% zoom) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .step-card {
    width: 100%;
  }
}

/* for filter icon for build-permit-table*/
.permit-tracker-table .entitylist-filter-option .input-group {
  align-items: normal;
}

.customloader-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.customloader-text {
  margin-left: 20px;
  margin-top: 5px;
}

.customloader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #0E5A9D;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#privateModeText {
  display: none !important;
}