#search_form {
    background-color: #0c213a;
    background-image: url("../images/bigeagle.png");
    background-repeat: no-repeat;
    background-position: top right;
    color: white;
    padding-bottom: 1px;
}

#main-navbar {
  flex-wrap: wrap;
}

.nav__sec_link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  padding: 0.8rem 0 0;
  display: block;   
}

.nav__sec_link .link-text {
  padding-right: 1rem;
  padding-left: 0.5rem;
  margin-left: 1rem;
  letter-spacing: 0;
  line-height: 7rem;
  border-right: 2px solid #707982;
}

.nav__link {
  color: #ffffff;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  padding: 0.8rem 0 0;
  margin: 0 1rem 0 0.5rem;
  display: block;
}

.nav__link .link-text {
  padding-left: 0.6rem;
  padding-right: 1.5rem;
  letter-spacing: 0;
  line-height: 7rem;
}

.nav__link:hover, .nav__link:focus, .nav__sec_link:hover .link-text, .nav__sec_link:focus .link-text {
  color: #ffffff;
  text-decoration: underline;
}

.intro {
  clear: both;
  color: #ffffff;
  font-family: "PT Serif", Times, "Times New Roman", Georgia, "DejaVu Serif", serif;  
  padding-top: 24px; 
  margin: 0 auto;
  text-align: center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray;
    font-style: italic;
    opacity: 1; /* Firefox */
}

#date-range input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

#form-container {
    padding: 10px 30px 0.625rem 30px;
    margin-top: 20px;
    background-color: rgba(256, 256, 256, 0.1) ;
}

#filing-types{
    text-overflow: ellipsis;
}

.btn-circle.btn-sm {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-left: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 0.5;
    text-align: center;
    vertical-align: middle;
    background-color: #3d9ee9;
    color: #143658
}
label {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 12px;
}

#location-type{
    padding: 12px 0 8px 0;
    padding-left: 0;
    margin-left: 0;
}
#search_form .btn.dropdown-toggle, #search_form .btn.dropdown-toggle:hover{
    color: white;
}

#search {
    padding: 0.375rem 0.75rem;
    color: #0c213a;
    background-color: #FED069;
    border-radius: 2.25rem;
    font-size: 1rem;
    font-weight: 600;
}

#clear {
    padding: 0.58rem 1.2rem;
    color: white;
    background-color: #12659c;
    border-radius: 2.25rem;
    font-size: 0.8125rem;
    font-weight: 400;
    border: none;
    margin-left: 0.5rem;
}

#clear:hover {
    background-color: rgb(34,127,199);
}

.browse {
    color: #FED069;
    float: right;
    margin-top: 12px;
    border: thin #FED069 solid; 
    padding-left: 5px; 
    padding-right: 5px; 
    cursor: pointer; 
}

.browse:hover {
    text-decoration: underline;
}

.border-onfocus:focus {
    border: solid 2px #273e54;
    box-shadow: 0 0 0 2px #fdcf70;
}

.searching-overlay{
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(50,50,50,0.7);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
}

.popover {
    color: #ffffff;
    background-color: #296da6;
    border-radius: .4rem;
    line-height: 1.9rem;
    font-size: 1.6rem;
    display: block  !important;
    width: 400px !important;
    border: none !important;
}

.rel-none{
    position: relative;
    top: -20px;
    padding: 0;
    border: none;
    margin: 0;
    height: 0;
    width: 100%;
}
div.entity-hints {
    color: #1e1e1e;
    background-color: white;
    border-color: darkgray;
    position: absolute;
    top: 20px;
    left: 10px;
    width: 80%;
    z-index: 1000;
    display: none;
}
table.entity-hints tr.hint{
    margin: 5px 10px;
    cursor: pointer;
}
table.entity-hints tr.hint:hover{
    background-color: grey;
}

table.entity-hints tr.hint.selected{
    background-color: lightskyblue;
}

#results{
    margin: 0;
}

.fas {
    float: right;
}
.xfas {
    float: right;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: FontAwesome;
}
.xfa-angle-down:before {
    content: "\f107";
}
.xfa-angle-up:before {
    content: "\f107";
}
#previewer .modal-dialog, #forms-browser .modal-dialog{
    max-width: 100%;
}
#previewer .modal-content {
	width: 70vw;
	min-height: 65vh;
}
#previewer .modal-body {
    padding-top: 0.5rem;
}
#previewer .modal-body, #forms-browser .modal-body {
    margin-left: 1rem;
    margin-right: 1rem;
    height: 90%;
}
#forms-browser .modal-body {
    border-width: 2px;
    border-style: inset;
    overflow: auto;
}

.form-check{
    display: inline-block;
}
.filingtype-checkbox {
    width: 8.6rem;
}
.show-columns-checkbox {    
    margin-right: 1.5rem;
}

span.sect-efts-search-match-khjdickkwg {
    background-color: yellow;
    padding: 2px;
    box-shadow: rgba(0,0,0,0.7) 0 1px 4px;
}

footer {
    background: #33383f;
}
footer nav{
    text-align: center;
    max-width: 880px;
}
footer li.menu__item {
    font-size: 0.8rem;
    border-right: solid 1px #fff;
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin: 0.3rem 0;
    padding: 0 0.6rem;
}
footer li.menu__item a {
    color: #fff;
}
footer li.menu__item:last-child {
  border-right: none;
}

a.collapsed h5 i.fas.fa-angle-up.rotate-icon:before {
    content: "\f107" !important;
}

.text-black{
    color: black;
}

.btn-primary{
    background-color: #12659c;
}

.alert {
    padding: .1rem 0.4rem;
}

/** Disable clear button for IE and Edge Input fields */
input::-ms-clear { display: none; }

.facets-header {
    margin: 0.1rem 1rem 1rem 1rem;
}

#show-short-search-form {
    font-size: 0.98rem;
}

.card-header a {
    outline: none;
}

.card-header a:focus h5{
  outline: 2px solid #86A8DF;
  outline-offset: 5px;
}

.filed-date-group {
  margin-top: -9px;
}

#date-validation-error {
  margin-bottom: 1px;
  width: fit-content;   
}

div.show-on-validation-error {
    display: none;
    margin-top: 0.3rem; 
}

.facets tbody td a:focus {
    outline: none;
}

.facets tbody td a:focus .link-text {
     outline: 2px solid #5B9DD9;
}

#facets .accordion a, #hits table a, .page-item .page-link {
    color: #0071EB;
}

.page-item .page-link:hover, .page-item .page-link:focus {
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-item.disabled .page-link {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  color: #6c757d;
}

.page-item.active .page-link {
  background-color: #004d99;
  border-color: #004d99;
  color: #ffffff;
}

.list-item {
    white-space:normal !important;
}

.form-dropdown-group, #category-filter-grp {
    background-color:white;
    border-radius:0.25rem;
    width:100%
}

.form-dropdown-group button, #category-filter-grp button {
    text-align:left;
    border-radius:0.25rem !important;
}

.form-dropdown-group button i, #category-filter-grp button i {
    vertical-align: middle;
    line-height: inherit
}

#location-grp ul {
    width:100%;
    overflow-x:hidden;
    overflow-y:auto;
    height:19rem;
    background-clip:border-box;
}

#category-type-grp ul {
    width:100%;
}

#category-filter-btn {
    border-color: #ced4da
}

.tooltip {
    pointer-events: none;
}

.sortable:hover {
    text-decoration: underline;
}