* { box-sizing: border-box; }

#keyAutoComplete {
  width:32em; /* set width here or else widget will expand to fit its container */
  padding-top:10px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 20px;
}
#keywordStr { position:static;width:150px; }

#filter_button { margin-bottom: 2px; }
#clear_button { margin-bottom: 2px; }

#applied-filters { position: relative; top: 10px; right: 37px; }

#catabs {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

#catabs li .tab-close { cursor: pointer; color: #aaa; padding-right: 2px;}

#catabs-hdr {
  padding: 0 !important;
  margin: 0 37px 0 37px !important;
  background-color: white;
  border: 0 !important;
  border-bottom: solid #2276ac !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.catabs-tab {
  border: 0px !important;
  font-weight: bold !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.catabs-tab > a {
  color: #4a4344;
}

.catabs-tab > a:hover {
  color: #2276ac;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #2276ac none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    font-weight: normal;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    border-bottom: 0px;
    color: white;
    text-decoration: none;
}

/* ---- Customized Tooltip Style ---- */
.ui-tooltip {
  background: rgba(255, 255, 255, 1.0);
  font: bold 14px 'Open Sans', sans-serif;
}

/* ---- Isotope Grid ---- */
.cat-grid {
  background: #fff;
  max-width: 1000px;
  margin: 0 37px 0 37px !important;
  padding: 0 !important;
}

/* clear fix */
.cat-grid:after {
  content: '';
  display: block;
  clear: both;
}

.cat-grid > .eui-select-bar {
  border-bottom: 3px solid #2276ac !important;
  background: white !important;
}

.cat-grid > .eui-select-bar > li { color: rgba(0, 0, 0, 0.5); margin-top: 5px !important;}
.cat-grid > .eui-select-bar > li.active { color: rgba(24, 84, 124, 1.0); font-weight: bold; }
.cat-grid > .eui-select-bar > li > a:hover { color: rgba(24, 84, 124, 1.0); }

.cat-grid-item {
  float: left;
  width: 333px;
  height: 250px !important;
  background: #cce4f4;
  border: 5px solid #fff;
}

.cat-grid-filler {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* styles for data set search results grid */
.ds-grid {
  background: #fff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}

/* clear fix */
.ds-grid:after {
  content: '';
  display: block;
  clear: both;
}

.ds-grid-item {
  float: left;
  width: 332px;
  height: 166px !important;
  background: #cce4f4;
  background-repeat: no-repeat;
  background-size: 332px 166px;
  border: 6px solid #fff;
}

.ds-grid-filler {
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ds-grid-info {
  position: absolute;
  padding: 5px;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  /* color: #175279; */
  /* background-color: rgba(255, 255, 255, 0.7); */
  color: white; 
  background-color: rgba(0, 0, 0, 0.4);
}

.ds-grid-info > a, 
.ds-grid-info > a:link, 
.ds-grid-info > a:visited { 
  /* color: #175279; */
  color: white; 
  text-decoration: none; 
}
 
.ds-grid-info > a:hover, 
.ds-grid-info > a:active 
{ text-decoration: underline; }

.ds-grid-info > .ds-sd, .ds-grid-info > .ds-prj {display: none;}

.ds-grid-links-wrapper {
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.0);
  opacity: 0.0;
}

.ds-grid-links-wrapper:hover, .ds-grid-links-wrapper:active {
  opacity: 1.0;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.ds-grid-links {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 3px;
  right: 2px;
  width: 100%;
  text-align: right;
}

/* JQuery Menu */
ul.cat-menu { 
  overflow: hidden;
  width: 323px;
  color: #fff;
  background: rgba(120, 120, 120, 0.0);
  border: 0 !important;
  -webkit-transition: background 0.5s;
}

li.cat-menu-title {
  text-align: center;
  padding: 3px 5px 3px 5px !important;
}

li.cat-menu-item {
  padding: 3px 5px 3px 5px !important;
}

li.cat-menu-title:hover, li.cat-menu-item:hover {
  background: rgba(180, 180, 180, 0.5) !important;
}

li.cat-menu-title > a {
  color: white;
  font-size: 14px;
  font-weight: normal;
  background: rgba(120, 120, 120, 0.0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}

li.cat-menu-title > a > div {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;	
  height: 40px !important;
  line-height: 40px;  /* vertically center text */
}

li.cat-menu-item > a {
  color: white;
  font-size: 13px;
  font-weight: normal;
  background: rgba(120, 120, 120, 0.0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;
}

li.cat-menu-item > a > div {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 100%;	
  height: 20px !important;
  line-height: 20px;  /* vertically center text */
}

li.cat-menu-item > a:link, 
li.cat-menu-item > a:visited, 
li.cat-menu-item > a:hover, 
li.cat-menu-item > a:active, 
li.cat-menu-title > a:link, 
li.cat-menu-title > a:visited, 
li.cat-menu-title > a:hover, 
li.cat-menu-title > a:active {
  color: white;
  font-weight: normal;
  background: rgba(120, 120, 120, 0.0) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-decoration: none;
}

/* JQuery Auto Complete */
/*
.ui-autocomplete-loading {
  background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}
*/
.ui-menu-item-wrapper {
  height: 100%;
}

.ui-autocomplete.ui-widget {
  font-size: 12px;
}

.sdat-pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}