/**
 * Code generated by Microsoft bases on the Theme panel from Power Apps Portals.
 * Updated by Kyle Turk @ 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:Arial, Helvetica, sans-serif !important;
    font-size: 35px !important;
    color: #fff !important;
  }
  h2 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 27px !important;
    color: #222 !important;
  }
  h3 {
    font-family:Arial, Helvetica, sans-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:Arial, Helvetica, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: bold !important;
    color: #444 !important;
  }
  h6 {
    font-family:Arial, Helvetica, sans-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:Arial, Helvetica, sans-serif !important;
    font-size: 41.5px !important;
    /*color: #fff !important;*/
  }
  h2 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 32px !important;
    color: #222 !important;
  }
  h3 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 20px !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:Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: #444 !important;
  }
  h6 {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    color: #444 !important;
  }
  p {
    font-family:Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #444;
  }
}

h1.siteTitle, 
.navbar-static-top.navbar-inverse 
.navbar-brand a h1.siteTitle {
  font-size: 3rem !important;
  color:#ffffff !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

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 !important;
  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 } /* NPS - Case Management remove !important for sign-in tab */

.nav > li > a:focus {
  background-color: #000000; } /* NPS - Case Management remove !important for sign-in tab */

.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; }


.search-bar-theme {
  color: RGBA(255,255,255,1);
  font-family: Arial;
  background-color: rgba(0, 0, 0, 0);
}
input::placeholder {
  color: RGBA(255,255,255,1) !important;
}
.sections-container {
  display: flex; 
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.two-thirds {
  flex: 2;
  display: flex;
  flex-wrap: wrap;
}

.one-third {
  flex: 1;
  border: 0px solid #c0c0c0; 
  border-radius: 35px; 
  outline: 15px solid #c0c0c0; 
  outline-offset: -30px;
}

.sections-item {
  flex-basis: calc(33.333% - 10px);
  
  max-width: 100%;
  margin: 5px;
}

table.requestsTable {
  font-family: Arial, Helvetica, sans-serif !important;
  width: 100% !important;
  text-align: center !important;
  background: white !important;
}
table.requestsTable td, table.requestsTable th {
  border: 0px solid #24943A !important;
  padding: 3px 2px;
}
table.requestsTable tbody td {
  font-size: 15px !important;
  font-weight: normal !important;
  text-align: left;
  color:#000000 !important;
border-bottom: 2px solid #f6f5f0 !important;
}
table.requestsTable thead {
  background: #4B5E26 !important;
  border-bottom: 0px solid #444444 !important;
}
table.requestsTable thead th {
  font-size: 19px !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
  text-align: left !important;
  border: 1px;
}
table.requestTable tfoot {
  background: #FFFFFF;
}

table.requestsTable time {
  color:#000000 !important;
  font-size: 15px !important;
  text-align: left !important;
  font-weight:normal !important;
}

table.requestsTable a {
  color: white !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #FFFFFF !important;
  text-align: center !important;
  vertical-align: top !important;
}
ul.dropdown-menu {
  background:#4B5E26 !important;
  border-radius: 5px !important;
}
ul.dropdown-menu a:hover {
  background:#4B5E26 !important;
  color:#c0c0c0 !important;
  border-radius: 5px !important;
}
.disassociate-link {
  color: RGBA(255,255,255,1) !important;
  border-radius: 5px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
}

.checkbox {
  color:green !important;; 
  font-family: Arial, Helvetica, sans-serif !important;;
  font-weight: bold !important;;
}

/* Specific Element Styling */
h2.tab-title {
  display: none !important;
}

h3.form-subgrid-heading {
  padding-left: 0 !important;
}