/**
 * 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.
 */ 

/*====================================================================================================== 
    START - Tom added for NPS Permit Applicatipn Portal - June 20023
=======================================================================================================*/


 .entitylist
 {
     padding:0px !important;
     border-radius:20px;
 }
 .view-grid table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.view-grid table td, table th {
  border: 1px solid #ddd;
  padding: 18px;
}

.view-grid table tr:nth-child(even){background-color: #f2f2f2;}

.view-grid table tr:hover {background-color: #ddd;}

.view-grid table th,.view-grid table th a {
  
  padding-top: 12px;
  padding-bottom: 5px !important;
  text-align: left;
  background-color: #4b5e26;
  color: white;
}

h3 {
    font-size: 23px !important;
    font-weight: 500 !important;
   
}



.progress {
  font-size: 12px !important;

}

.crmEntityFormView .cell {
    padding: 0 12px 13px;
}

.crmEntityFormView fieldset {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    background-color: #ffffff;
    color: #000000;
    border: 0px !important;
}

.crmEntityFormView .actions {
    border-top: 0px !important;
    margin: 20px 0;
    padding: 0px 0 0 0 !important;
}

.crmEntityFormView .validation-summary h2 {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 18px !important;
}

.col-md-12 {
    width: 100%;
    margin: 20px 0px !important;

}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600 !important;
}

/* Adjust height of Modal pop-up form */
form .modal-body iframe {
    width: 100%
    border: none;
    height: 600px !important;
}

/* adjust size of Title on modal pop-up entity forms */
.modal-title {
    margin: 0;
    line-height: 1.42857;
    font-size: 25px !important;
}

/* Adjust spacing for drop downs formatted as radio buttons through form Metadata*/
.crmEntityFormView .cell .picklist input[type=radio] {
    margin: 5px 5px 5px 15px !important;
}

/* Adjust spacing for yes/no options defined as 'two radio buttons' on the entity list  */
.crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 5px 5px 5px 15px !important;
}

/* Adjust width of form on page */
.container {
    width: 90% !important;
}


/*========================================================================================================================= 
    END - added for NPS Permit Applicatipn Portal
/*=========================================================================================================================*/


 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: 19px!important;
    color: #520d0d !important;
    font-weight: bolder !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: 19px!important;
    color: #520d0d !important;
    font-weight: bolder !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 !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 !important; }
    .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; */
  border-radius: 0px;
}

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; }