#search {
	background-color: #ffffff !important;
	visibility: visible !important;
        display: inline !important;
}

#search_wrapper {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

#search_wrapper ul li {
	padding-left: 0px !important;
}

#search_blurb {
	clear: both;
	display: block;	
}

#search_pagination {
    clear: both;
    display: block;
}

.own_line {
    clear: left;
    display: block;
}
.own_line:before {
    content: "";
	clear: left;
    display: block;
}

.left {
/*
	display: inline;
	float: left;
	margin-left: 10px;
*/
	clear: both;
}

#radio.container {
    clear: both;
    display: block;
}

.small-url-link {
	font-size: 90% !important;
	color: #00859b;
}

.small {
	font-size: 90% !important;
}

input[type=jssearch] {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
    width: 65%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 8px;
	float: left;
}

/* Tip: use width: 100% for full-width buttons */
button#hit {
	background-color: #00859b;
    border: none;
    color: white;
    padding: 10px 32px;
    text-decoration: none;
    margin: 0px 0px 4px 0px;
    cursor: pointer;
	float: left;
}
button#hit:active { 
    background-color: #63666a;
}

.hidden {
	visibility: hidden !important;
}
.container ul li {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
	background: none !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0px 5px 0px;
  border-radius: 4px;
}
.pagination > li {
  display: inline !important;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #00859b;
  border-color: #00859b;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.page-selection{
    margin-left: -10px!important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
