body {
  margin-top: 65px;
}
.navbar-header {
  position: relative;
  top: -4px;
}
.navbar-brand > .icon-banner {
  position: relative;
  top: -2px;
  display: inline;
}
.icon {
  position: relative;
  top: -10px;
}
.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}
.page-consent .client-logo {
  float: left;
}
.page-consent .client-logo img {
  width: 80px;
  height: 80px;
}
.page-consent .consent-buttons {
  margin-top: 25px;
}
.page-consent .consent-form .consent-scopecheck {
  display: inline-block;
  margin-right: 5px;
}
.page-consent .consent-form .consent-description {
  margin-left: 25px;
}
.page-consent .consent-form .consent-description label {
  font-weight: normal;
}
.page-consent .consent-form .consent-remember {
  padding-left: 16px;
}
.grants .page-header {
  margin-bottom: 10px;
}
.grants .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray;
}
.grants .grant img {
  width: 100px;
  height: 100px;
}
.grants .grant .clientname {
  font-size: 140%;
  font-weight: bold;
}
.grants .grant .granttype {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .created {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant .expires {
  font-size: 120%;
  font-weight: bold;
}
.grants .grant li {
  list-style-type: none;
  display: inline;
}
.grants .grant li:after {
  content: ', ';
}
.grants .grant li:last-child:after {
  content: '';
}
.navbar-custom {
  background-color: white;
}
.text-wrap {
  white-space: normal;
}
.flex-button-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: fit-content;
}
.flex-button-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: fit-content;
}
[data-columns].grid-rows {
  display: grid;
  grid-template-columns: repeat(attr(data-columns integer), auto);
  grid-auto-flow: row;
}
[data-columns="3"].grid-rows {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-flow: row;
}
[data-columns="4"].grid-rows {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-auto-flow: row;
}
[data-rows].grid-rows {
  display: grid;
  grid-template-rows: repeat(attr(data-rows integer), auto);
  grid-auto-flow: row;
}
[data-columns].grid-columns {
  display: grid;
  grid-template-columns: repeat(attr(data-columns integer), auto);
  grid-auto-flow: column;
}
[data-rows].grid-columns {
  display: grid;
  grid-template-rows: repeat(attr(data-rows integer), auto);
  grid-auto-flow: column;
}
.css-action:hover {
  cursor: pointer;
}
.css-action {
  margin: 0 0.25em;
}
/* User Delegation Page Styles */
.delegation-modal {
  display: block!important;
  position: relative!important;
  overflow: visible!important;
}
.delegation-select-colleague-container {
    justify-content: center !important;
    flex-direction: row;
    gap: 10px;
    padding-left: 20px;
}

.delegation-select-colleague-container .dropdown {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
}

.delegation-modal .form-check {
  margin-bottom: 6px;
  margin-top: 6px;
}

.delegation-select-colleague-container .dropdown-menu li a {
    cursor: pointer
}

.delegation-select-colleague-container .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

/* END User Delegation Page Styles */
/* START User Management*/
.user-list-page .btn-flat-primary {
  box-shadow: none;
  background: #2e6da4;
  color: #fff;
  border-radius: 0;
}
.user-list-page .btn-flat-primary:hover {
  background-color: transparent;
  color: #2e6da4;
  border: 1px solid #2e6da4;
}
.user-list-page .btn-flat-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.user-list-page .btn-flat-warning:hover {
  background-color: transparent;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.user-list-page .listFilterTxt {
  border: 1px solid #bdbdbd;
  border-left: 0;
  box-shadow: none;
}
.user-list-page .listFilterTxt::-webkit-input-placeholder {
  color: #cccccc;
}
.user-list-page .listFilterTxt::-moz-placeholder {
  color: #bdbdbd;
}
.user-list-page .listFilterTxt:-ms-input-placeholder {
  color: #bdbdbd;
}
.user-list-page .listFilterTxt::placeholder {
  color: #bdbdbd;
}
.user-list-page .border-flat {
  border-radius: 0;
}
.user-list-page .filter-section .input-group-addon {
  background-color: transparent;
  border-right: 1px solid #bdbdbd;
  border: 1px solid #bdbdbd;
  border-radius: 0;
}
.user-list-page .user-list-page .pagination > li:first-child > a,
.user-list-page .pagination > li:first-child > span,
.user-list-page .pagination > li:last-child > a,
.user-list-page .pagination > li:last-child > span {
  border-radius: 0 !important;
}
.user-list-page .btn-reset-password-inline {
  background: none;
  padding: 2px;
}
.user-list-page .btn-reset-password-inline:hover {
  box-shadow: 1px 1px #a19e9e;
}
.user-list-page .reset-txt {
  color: #f0ad4e;
  padding-right: 10px;
}
/* END User Management*/
/* START Modal Custom Styles */
.modal-content {
  border-radius: 0px;
}
/* END Modal Custom Styles */
/* START Shared Custom Styles */
.btn-flat {
  border-radius: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.d-flex {
  display: flex;
}
/* END Shared Custom Styles */
