.static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: Segoe UI, "Segoe UI Web (West European)", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

select[readonly],
select:disabled {
  pointer-events: none;
}

textarea {
  resize: vertical !important;
  min-height: 50px !important;
}

.btn-default:hover {
  color: #ffffff !important;
}
.spannotification {
  font-family: inherit;
  margin-top: 10.5px 2px;
  margin-bottom: 10.5px;
  font-weight: 700;
  font-size: 15px;
  color: #2a2c2e;
  line-height: 1.1;
}

ul.pagination > .page-item.active > a {
  background-color: #0068d6 !important;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #fff !important;
}
.crmEntityFormView .cell div.table-info.required label:after {
  color: #c90000;
  font-weight: bold;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-default:focus,
.btn-default.focus,
a.btn.btn-primary.float-end.action.create-action:focus,
a.btn.btn-primary.float-end.action.create-action:hover {
  color: #ffffff !important;
  background-color: #003087;
  border-color: black;
  outline: 5px auto;
}
.entitylist table thead th .sr-only,
.entity-grid table thead th .sr-only {
  position: relative;
  color: #003087;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

/* Header */
.header-logo {
  height: 364px !important;
  width: 90px !important;
}

@media (max-width: 1200px) {
  .static-top .navbar-brand {
    position: initial;
    height: auto !important;
  }
}

.crmEntityFormView,
.entitylist {
  border: none !important;
}

.crmEntityFormView .cell {
  padding: 0 5px 0 0 !important;
}

.msos-selection-container label {
  margin: 0;
}

input[type="text"],
input[type="email"] {
  height: 32px;
  border: lightgray 1px solid;
  border-bottom: 1px solid;
}

select,
.msos-container {
  border-radius: 4px !important;
}

textarea,
select,
.msos-container {
  border: lightgray 1px solid !important;
  border-bottom: 1px solid #2a2c2e !important;
}

textarea:focus {
  border: lightgray 1px solid !important;
}

.validation-summary a {
  color: #842029 !important;
}

.crmEntityFormView .validation-summary h2 {
  color: #842029 !important;
}

.crmEntityFormView .tab-title {
  border-bottom: 1px solid #005cb9 !important;
  padding-bottom: 5px;
}

.crmEntityFormView td.cell {
  vertical-align: bottom !important;
}

.form-select {
  height: 32px !important;
  padding: 0.375rem 2.25rem 0.25rem 0.75rem !important;
  line-height: 1.3 !important;
}

.input-group-addon,
.clearlookupfield,
.launchentitylookup,
.MultiSelectPicklist {
  border-radius: 0 4px 4px 0 !important;
  height: 32px !important;
  left: -3px !important;
}

input[type="text"]:not(.msos-container),
input[type="email"],
select {
  height: 32px;
  /* border: lightgray 1px solid !important;
  border-bottom: 1px solid !important; */
}

.pagination > li > a,
.pagination > li > span {
  padding: 0;
  line-height: 40px;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
  border: 1px dotted black;
}

.accordion-button:focus {
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgb(0, 0, 0);
}
