#content_form {
    margin-bottom: 5px;
}

.open>.dropdown-menu{
    background-color: var(--portalThemeColor4, #ffffff);
}
.open>.dropdown-menu>li>a{
    color: #000;
    font-size: 1rem;
}


.open .dropdown-menu > li > a:hover,.dropdown-menu > .active > a:hover{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #FF8C14);
    text-decoration: Underline;

}
.dropdown-menu>.active>a{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #FF8C14);
    text-decoration: Underline;

}
.open .dropdown-menu>.active>a:focus{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #FF8C14);
    text-decoration: Underline;

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text, #000);
    font-family: theinhardt-medium, Arial, sans-serif;
    font-size: calc(1rem*var(--scale, 1)) !important;
    line-height: 1.25;
    letter-spacing: -.03125em;
    --scale: 1
}

html {
    font-size:16px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: theinhardt-medium, Arial, sans-serif;
}

h1 {
    display: inline;
    background: var(--background, #fff);
    box-shadow: .625rem 0 0 var(--background, #fff), -.625rem 0 0 var(--background, #fff);
    font-size: 2.75rem;
    font-size: calc(2.75rem*var(--scale, 1));
    line-height: 1
}

h1, h2 {
    font-size: 2.75rem;
    font-size: calc(2.75rem*var(--scale, 1))
}

h3 {
    font-size: 2rem;
    font-size: calc(2rem*var(--scale, 1))
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
    font-family: theinhardt-medium, Arial, sans-serif;
    font-size: 1.2em;
}

@media (max-width: 768px) {
  .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: theinhardt-medium, Arial, sans-serif;
  font-size: 1rem;
  }
}

@media (max-width: 768px) {
.input-group.pull-left {
  padding: 6px;
}
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #FF8C14;
    border-bottom: 4px solid #000;
    color: #000000;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggle {
    background-color: #FF8C14;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid #FF8C14;
}

.navbar-inverse .navbar-toggle:focus {
    background-color: #FF8C14;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #FF8C14;
    border: 1px solid #FF8C14;
}

.navbar-header {
    display: flex;
    align-items: center;
}

.navbar-inverse .navbar-nav > .open > a {
    color: #ffffff;
    background-color: #FF8C14; }
    .navbar-inverse .navbar-nav > .open > a:hover {
      color: #ffffff;
      background-color: #FF8C14; }
    .navbar-inverse .navbar-nav > .open > a:focus {
      color: #000000;
      background-color: #FF8C14; }

      .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: #ffffff; }
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
          color: #FF8C14;  }
          .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #ffffff;
            background-color: #FF8C14; }
          .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ffffff;
            color: #FF8C14; }
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
          color: #ffffff;
            background-color: #FF8C14; }
          .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
            color: #ffffff;
            background-color: #FF8C14; }
          .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #ffffff;
            background-color: #FF8C14; }


            .nav .open .dropdown-menu {
              background-color: #ffffff; }
              .nav .open .dropdown-menu > li > a {
                color: #000000; }
                .nav .open .dropdown-menu > li > a:hover {
                  background-color: #FF8C14;
                  color: #FFF;
                  }
                .nav .open .dropdown-menu > li > a:focus {
                  background-color: #FF8C14;
                  color: #FFF; }
              .nav .open .dropdown-menu > .active > a {
                background-color: #FF8C14;
                color: #FFF;
                }
                .nav .open .dropdown-menu > .active > a:hover {
                  background-color: #FF8C14;
                  color: #FFF;
                  }
                .nav .open .dropdown-menu > .active > a:focus {
                  background-color: #FF8C14;
                  color: #FFF; }

                  .nav > .open > a {
                    background-color: #FFF; }
                    .nav > .open > a:hover {
                      background-color: #FFF; }
                    .nav > .open > a:focus {
                      background-color: #FFF; }

                      .nav > li > a:hover {
                        background-color: #FFF; }
                      
                      .nav > li > a:focus {
                        background-color: #FFF; }

.navbar-logo {
    height: 100px;
    width: auto;
}

button.navbar-toggle.collapsed {
    background-color: #000000;
    border: #000000;
}

/* Reduce size on smaller screens */
@media (max-width: 768px) {
    .navbar-logo {
        height: 60px;
    }
}

@media screen and (max-width: 768px) {
    #search_control {
      height: 48px;
      font-size: 0.75rem;
      border:none;
    }
}

@media screen and (min-width: 768px) {
    #search_control {
      height: 48px;
      font-size: 1.5rem;
      border:none;
    }
}

button#paramssearchid {
    font-size: 0.8rem;
    background-color: #83A5A4;
    color: #000000;
}

#paramssearchid span.selected {
    color: #000000;
}

button.btn.btn-default.custom-search-control {
    border: none;
    height: 48px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    background-color: #FF8C14;
}

.fa-search {
    color: #000;
    font-size: 1.5rem;
}

footer .footer-bottom {
    background-color: #e5e5e5 !important;
}

.footerbtn {
    color: black !important;
}

@media screen and (max-width: 768px) {
    .copyrightname {
        color: black !important;
    }
}

@media screen and (min-width: 768px) {
    .copyrightname {
        color: black !important;
    }
}

a.button.footer-icon-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.button {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .625rem 1.25rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, var(--background, #fff))) 100% no-repeat;
    background: linear-gradient(90deg, #000 50%, var(--background, #fff) 0) 100% no-repeat;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--primary, #000)), color-stop(50%, var(--background, #fff))) 100% no-repeat;
    background: linear-gradient(90deg, var(--text, var(--primary, #000)) 50%, var(--background, #fff) 0) 100% no-repeat;;
    background-size: 200%;
    border: .125rem solid black;
    font-size: .8rem;
    font-size: calc(0.8rem*var(--scale, 1));
    line-height: 1.32;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    transition: all .25s
}

.btn-default, .btn-primary {
    color: #000;
    background-color: #fff;
    border: .125rem solid #000;
}

.button svg {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
}

.form-custom-actions .btn {
    margin-top: 5px;
    text-transform: initial;
    height: 40px; 
    font-size: 15px;
    padding: 6px 12px 6px 12px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
  }

  .card-header {
    padding: 10px 15px;
    color: #FFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    background-color: #000000;
    text-align: center;
  }

  .card-body {
    padding: 15px;
    flex-grow: 1;
    text-align: center;
  }

  .card h3 {
    margin: 0;
    color: #FFF;
  }

  .card .description {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 15px;
  }

  .card .card-button {
    display: inline-block;
    background-color: #95A677;
    color: black;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
  }

  a.list-group-item:hover{
    color: #FFF;
    background-color: #FF8C14;
  }

  .alert-info{
    background-color: #faa0a0;
  }

  .panel-heading{
    background-color: #FFF !important;
  }

  .input-group .form-control{
    height: 48px;
  }

  button.btn.btn-default.search-clear{
    height: 48px !important;
  }

  button.btn.btn-deffault.search-apply{
    height: 48px;
    background-color: #FFF !important;
    border: 1px solid #949494 !important;
  }

  input#title{
    height: 48px;
  }

  button.btn.btn-default.btn-hg {
    height: 48px;
}

a {
    color: #000000; 
  }
    a:hover {
      color: #000000;
      text-decoration: underline; 
      text-decoration-color: #000000;
    }
    a:focus {
      color: #000000;
      text-decoration: underline;
      text-decoration-color: #000000;
    }

  button.btn.btn-default.clearlookupfield{
    height: 48px;
  }

  button.btn.btn-default.launchentitylookup {
    height: 48px;
}

a.btn.btn-primary {
    white-space: nowrap;
}

a.add-folder.btn.btn-info.action {
  background-color: #000000;
}

button#search-filter {
  color: #000000;
  border: 1px #ccc solid;
}

button.btn.btn-default.custom-search-control {
  border: 1px #ccc solid;
}

span.selected {
  color: black;
}

button.btn.btn-info-home2 {
  background-color: #FFF;
  border: 1px #000000 solid;
  color: #000000;
}

.btn-info-home {
  background-color: #FFF;
  border: 1px #000000 solid;
  color: #000000;
}

button.btn.btn-info-home2:hover {
  background-color: #FF8C14;
  border: 1px #000000 solid;
  color: #FFF;
}

/* Make the entity grid scroll horizontally on mobile */
.entitylist .table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Keep table cells from wrapping awkwardly */
.entitylist table td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
}

/* Improve usability on small screens */
@media (max-width: 768px) {
  .entitylist table {
    font-size: 14px;
  }

  .entitylist .btn {
    font-size: 0.85rem;
    padding: 6px 12px;
  }

  /* Adjust search/filter UI if needed */
  .entitylist .form-group {
    margin-bottom: 10px;
  }
}

a.title {
  font-weight: bold;
}

a.title:hover {
  background-color: #FF8C14;
  color: #FFF;
  text-decoration: underline;
}


a.btn.btn-primary:hover{
  background-color: #FF8C14;
  border: 1.77778px #000000 solid;
  color: #FFF;
}

.accessibilitylinks{
  text-decoration: underline;
  text-decoration-color: #666666;
}

.accessibilitylinks:hover{
  text-decoration: underline;
  text-decoration-color: #000000;
}

.accessibilitylinks:focus{
  text-decoration: underline;
  text-decoration-color: #000000;
}

input#NextButton:hover {
  background-color: #FF8C14 !important;
  border: 1.77778px #000000 solid !important;
  color: #FFF !important;
  background: linear-gradient(90deg, var(--text, var(--primary, #000) --primary is not defined) 50%, var(--background, #fff) 0) 100% no-repeat;
}

input#PreviousButton:hover {
  background-color: #FF8C14 !important;
  border: 1.77778px #000000 solid !important;
  color: #FFF !important;
  background: linear-gradient(90deg, var(--text, var(--primary, #000) --primary is not defined) 50%, var(--background, #fff) 0) 100% no-repeat;
}