/**
 * Code generated by Microsoft bases on the Theme panel from Power Apps Portals.
 * Updated by Kala Swinton @ Planet Technologies for use by the National Parks Service.
 */ 

 body {
  color: #000000;
  background-color: #ffffff; }

/* NPS min size style*/
@media screen and (max-width:991px) {
  h1 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 35px !important;
    color: #222 !important;
  }
  h2 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 27px !important;
    color: #222 !important;
  }
  h3 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 23.5px !important;
    font-weight: bold !important;
    color: #222 !important;
  }
  h4 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 19.5px !important;
    font-weight: bold !important;
    color: #222 !important;
  }
  h5 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 15.5px !important;
    font-weight: bold !important;
    color: #444 !important;
  }
  h6 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 14px !important;
    color: #444 !important;
  }
  p {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #444;
  }
}

/* NPS mas size style */
@media screen and (min-width:992px) {
  h1 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 41.5px !important;
    color: #222 !important;
  }
  h2 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    color: #222 !important;
  }
  h3 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #222 !important;
  }
  h4 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #222 !important;
  }
  h5 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 15.5px !important;
    font-weight: bold !important;
    color: #444 !important;
  }
  h6 {
    font-family:Georgia, 'Times New Roman', Times, serif !important;
    font-size: 15px !important;
    color: #444 !important;
  }
  p {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #444;
  }
}

legend {
  color: #000000; }

footer {
  color: #ffffff !important; }/* NPS */
  footer .footer-bottom {
    color: #ffffff !important;/* NPS */
    background-color: #000000 !important; }/* NPS */
    footer .footer-bottom p {
      color:#ffffff !important; }/* NPS */
    footer .footer-bottom a {
      color: #ffffff;
    }
    footer .footer-bottom a:hover {
      color: #ccc;
    }
    footer .footer-bottom a:active {
      color: #ccc;
    }
    footer .footer-bottom a:focus {
      color: #ccc;
    }

.breadcrumb {
  background-color: transparent; }
  .breadcrumb > li a {
    color: #4b5e26 !important; }
    .breadcrumb > li a:hover {
      color: #4b5e26 !important; }
  .breadcrumb > .active {
    color: #000000; }

.nav-tabs > li > a:hover {
  background-color: #f2f2f2;
  color: #4b5e26 !important; }

.nav-tabs > li > a:focus {
  background-color: #f2f2f2;
  color: #4b5e26 !important; }

.btn-default,.btn-info { /* NPS */
  color: #ffffff !important;
  background-color: #4b5e26 !important;
  border: 1px solid #ffffff !important; 
  border-radius: 5px !important;}
  .btn-default:hover, .btn-info:hover {
    color: #ffffff !important;
    background-color: #4a5926 !important;
    border: 1px solid #ffffff !important; 
    border-radius: 5px !important;}
  .btn-default:active, .btn-default.active, .btn-info:active, .btn-info.active {
    color: #ffffff !important;
    background-color: #4a5926 !important;
    border: 1px solid #ffffff !important; 
    border-radius: 5px !important;}
    .btn-default:active:hover, .btn-default.active.hover, .btn-default:active:focus, .btn-default:active.focus, .btn-info:active:hover, .btn-info.active.hover, .btn-info:active:focus, .btn-info:active.focus {
      color: #ffffff !important;
      background-color: #4a5926 !important;
      border: 1px solid #ffffff !important;
      border-radius: 5px !important;}
  .btn-default:focus, .btn-default.focus, .btn-info:focus, .btn-info.focus {
    color: #ffffff !important;
    background-color: #4a5926 !important;
    border: 1px solid #ffffff !important; 
    border-radius: 5px !important;}

.btn-primary { /* NPS */
  color: #ffffff;
  background-color: #0f4f7e !important;
  border-color: #0f4f7e !important;
  border-radius: 5px !important; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #005999 !important;
    border-color: #005999 !important; }
  .btn-primary:active, .btn-primary.active {
    color: #ffffff;
    background-color: #005999 !important;
    border-color: #005999 !important;}
    .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: #ffffff;
      background-color: #005999 !important;
      border-color: #005999 !important; }
  .btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #005999 !important;
    border-color: #005999 !important; }

.navbar-static-top.navbar-inverse {
  background-color: #000000 !important; }/* NPS */

.navbar-toggle {
  background-color: #000000 !important; }

.navbar-inverse .navbar-toggle { /*NPS */
    border: 1px solid #ccc !important; }
  .navbar-inverse .navbar-toggle:hover {
    color: #ccc !important; }
  .navbar-inverse .navbar-toggle:focus {
    color: #ccc !important; }

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff !important; }/* NPS */
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #444 !important;
    color: #ccc !important; }/* NPS */
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #444 !important;
    color: #ccc !important; }/* NPS */

.navbar-inverse .navbar-nav > .open > a {
  color: #ffffff; /* NPS */
  background-color: #444 !important; }/* NPS */
  .navbar-inverse .navbar-nav > .open > a:hover {
    color: #ccc !important; /* NPS */
    background-color: #444 !important; }/* NPS */
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ccc !important; /* NPS */
    background-color: #444 !important; }/* NPS */

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #000000 !important; } /* NPS */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #ccc !important; /* NPS */
      background-color: #444 !important; }/* NPS */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #ccc !important; /* NPS */
      background-color: #444 !important; }/* NPS */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #ffffff;
    color: #4b5e26 !important; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
      color: #4a5926 !important; /* NPS */
      background-color: #ccc !important; }/* NPS */
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #4a5926 !important; /* NPS */
      background-color: #ccc !important; }/* NPS */

.nav > li > a:hover {
  background-color: #000000 !important; } /* NPS */

.nav > li > a:focus {
  background-color: #000000 !important; } /* NPS */

.nav .open .dropdown-menu {
  background-color: #000000 !important; } /* NPS */
  .nav .open .dropdown-menu > li > a {
    color: #000000; }
    .nav .open .dropdown-menu > li > a:hover {
      background-color: #f2f2f2;
      color: #000000; }
    .nav .open .dropdown-menu > li > a:focus {
      background-color: #f2f2f2;
      color: #000000; }
  .nav .open .dropdown-menu > .active > a {
    background-color: #f2f2f2;
    color: #000000; }
    .nav .open .dropdown-menu > .active > a:hover {
      background-color: #f2f2f2;
      color: #000000; }
    .nav .open .dropdown-menu > .active > a:focus {
      background-color: #f2f2f2;
      color: #000000; }

.nav > .open > a {
  background-color: #f2f2f2; }
  .nav > .open > a:hover {
    background-color: #f2f2f2; }
  .nav > .open > a:focus {
    background-color: #f2f2f2; }

.sectionPrimaryColor {
  background-color: #4b5e26 !important;/* NPS */
  color: #ffffff; }
  .sectionPrimaryColor h1, .sectionPrimaryColor h2, .sectionPrimaryColor h3, .sectionPrimaryColor h4, .sectionPrimaryColor h5, .sectionPrimaryColor h6 {
    color: #ffffff; }
  .sectionPrimaryColor .crmEntityFormView h1, .sectionPrimaryColor .crmEntityFormView h2, .sectionPrimaryColor .crmEntityFormView h3, .sectionPrimaryColor .crmEntityFormView h4, .sectionPrimaryColor .crmEntityFormView h5, .sectionPrimaryColor .crmEntityFormView h6 {
    color: #000000; }
  .sectionPrimaryColor .entitylist h1, .sectionPrimaryColor .entitylist h2, .sectionPrimaryColor .entitylist h3, .sectionPrimaryColor .entitylist h4, .sectionPrimaryColor .entitylist h5, .sectionPrimaryColor .entitylist h6 {
    color: #000000; }

.entitylist a {
  color: #4b5e26; }
  a:hover {
    color: #4a5926;
    text-decoration: underline; }
  a:focus {
    color: #4a5926;
    text-decoration: underline; }

a { /* NPS */
  color: #4b5e26; }
  a:hover {
    color: #4a5926;
    text-decoration: underline; }
  a:focus {
    color: #4a5926;
    text-decoration: underline; }

.open > .btn-default.dropdown-toggle {
  color: #4b5e26 !important;
  background-color: #e6e6e6;
  border-color: #4b5e26 !important; }

.open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #4b5e26 !important;
  border-color: #4b5e26 !important; }
  .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #ffffff;
    background-color: #4a5926 !important;
    border-color: #4a5926 !important; }

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  background-color: #ffffff;
  color: #000000 !important;
  border: 1px solid #f2f2f2; }

.panel-default > .panel-body, .list-group-item {
  background-color: #000000; /* NPS */
  color: #ffffff; }

.list-group-item p {/* NPS */
  color: #ffffff !important;
}

.panel-default > .panel-heading {
  background-color: #f2f2f2;
  color: #000000; }

.facet-list-group-item-title {
  color: #000000; }

.form-control {
  background-color: #ffffff !important;
  color: #000000; 
  border-radius: 5px;}

input {
  background-color: #ffffff; }

.bootstrap-datetimepicker-widget {
  background-color: #ffffff; }
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td span:hover {
    color: black; }
  .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active:hover {
    color: white; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: unset; }

.login-heading-section {
  color: unset; }

.navbar-static-top.navbar-inverse .navbar-brand a {
  color: #ffffff !important; }/* NPS */

.search-results .highlight {
  color: #000000; }

.table > thead > tr.info > td {
  background-color: #f2f2f2; }

.table > thead > tr.info > th {
  background-color: #f2f2f2; }

.table > thead > tr > td.info {
  background-color: #f2f2f2; }

.table > thead > tr > th.info {
  background-color: #f2f2f2; }

.table > tbody > tr.info > td {
  background-color: #f2f2f2; }

.table > tbody > tr.info > th {
  background-color: #f2f2f2; }

.table > tbody > tr > td.info {
  background-color: #f2f2f2; }

.table > tbody > tr > th.info {
  background-color: #f2f2f2; }

.table > tfoot > tr.info > td {
  background-color: #f2f2f2; }

.table > tfoot > tr.info > th {
  background-color: #f2f2f2; }

.table > tfoot > tr > td.info {
  background-color: #f2f2f2; }

.table > tfoot > tr > th.info {
  background-color: #f2f2f2; }

.table-hover > tbody > tr:hover {
  background-color: #f2f2f2; }

.table-hover > tbody > tr > td.info:hover {
  background-color: #f2f2f2; }

.table-hover > tbody > tr > th.info:hover {
  background-color: #f2f2f2; }

.table-hover > tbody > tr.info:hover > td {
  background-color: #f2f2f2; }

.table-hover > tbody > tr.info:hover > th {
  background-color: #f2f2f2; }

.table-hover > tbody > tr:hover > .info {
  background-color: #f2f2f2; }

.form-close {
  color: #000000; }
  .form-close:hover {
    color: #000000 !important; }
  .form-close:focus {
    color: #000000 !important; }

::placeholder {
  color: #000000 !important; }

.help-block {
  color: #000000; }

.msos-selection-container, .msos-container, .msos-caret-container, .msos-action-buttons:hover {
  color: #000000 !important;
  background: #ffffff !important; }

.msos-option-selected, .msos-selected-display-item, .msos-quick-delete, .msos-quick-delete:hover {
  background: #f2f2f2 !important; }

.msos-label, .msos-quick-delete, .msos-quick-delete:hover {
  color: #000000 !important; }

.msos-option-focused:after, .msos-selecteditems:focus .msos-selected-display-item.msos-selecteditem-active:after, .msos-selecteditems-toggle:focus {
  border-color: #000000 !important; }

.msos-option:hover, .msos-option-selected:hover {
  background: #f9f9f9 !important; }

.msos-selecteditems-toggle {
  color: #4b5e26 !important; }

  /**** FORM Styling ****/
  /* Target the outer container */
div.container {
    justify-content: center;
    padding: 2rem;
}

/* Target the column block that holds the form */
.columnBlockLayout {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
}

/* Style the form fields 
.columnBlockLayout input[type="text"],
.columnBlockLayout input[type="email"],
.columnBlockLayout input[type="tel"],
.columnBlockLayout input[type="number"],
.columnBlockLayout select,
.columnBlockLayout textarea {
    border-radius: 1rem;
    border: 1px solid #ccc;
    padding: 0.75rem 1rem;
    width: 100%;
    margin-bottom: 1rem;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    transition: border-color 0.3s ease;
}*/

.columnBlockLayout input:focus,
.columnBlockLayout select:focus,
.columnBlockLayout textarea:focus {
    border-color: #0078d4;
    box-shadow: 0 0 0 0.2rem rgba(0,120,212,0.25);
    outline: none;
}

/* Style buttons */
.columnBlockLayout .btn,
.columnBlockLayout button {
    border-radius: 2rem;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    background-color: #0078d4;
    color: white;
    border: none;
    transition: background-color 0.3s ease;
}

.columnBlockLayout .btn:hover,
.columnBlockLayout button:hover {
    background-color: #005a9e;
}