.wms-navbox, 
.wms-navbox * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.08s ease-out;
    -moz-transition: all 0.08s ease-out;
    -ms-transition: all 0.08s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}
.wms-navbox {
    position: relative;
    z-index: 600;
}
.wms-navbox .edit-me {
    display:none;
}
.wms-navbox-form {
  position: relative;
  z-index: 1;
}
.wms-navbox-input {
  background: none repeat scroll 0 0 #FFFFFF !important;
  border: none;
  box-shadow: none !important;
  color: #808080;
  height: 34px;
  margin-bottom: 0 !important;
  padding: 0 40px 0 42px !important;
  width: 100%;
}
/* Fucking Chrome */
.wms-navbox-input:focus {
  outline-width: 0;
}
/* Fucking Microsoft */
.wms-navbox-input::-ms-clear {
  width : 0;
  height: 0;
}
.wms-navbox.active .wms-navbox-input {
  border-color: #FFFFFF !important;
  color: #373737 !important;
}
.tt-hint {
  height: 34px;
  padding-left: 42px;
  width: 100%;
}
.wms-navbox-button {
  background-color: #512698;
  border: 1px solid #512698;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 34px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 34px;
  -webkit-appearance: none;
}
.wms-navbox-button:hover, 
.wms-navbox-button:focus {
  background-color: #3D1C72;
}
.wms-navbox.active .wms-navbox-button {
    border-color: #3D1C72;
}
.wms-navbox-cancel {
  background: url("../../../themes/meerkat/img/icon_sprite.png") no-repeat scroll -384px -95px #5F5F5F;
  border: 1px solid #5F5F5F;
  color: #FFFFFF;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 19px;
  height: 34px;
  left: 0;
  line-height: 26px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 1;
}
.wms-navbox.active .wms-navbox-cancel {
  background-position: -415px -95px;
}
.wms-navbox.active .wms-navbox-cancel:hover {
    background-color: #3586aa;
    border-color: #3586aa;
}
/** DROPDOWN **************************************/
.search-link {
	color: #874E10;
	background-color: #d8e3ea;
	padding: 1em;
	display: none;
	width: 60%;
	margin-left: 15%;
	position: absolute;
	bottom: 110px;
	color: #874E10;
}
.twitter-typeahead {
  height: 34px;
  width: 100%;
}
.tt-dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
    height: auto;
    left: -4px !important;
    padding: 35px 0 4px;
    position: absolute;
    top: -4px !important;
    z-index: -1 !important;
    /* Firefox */
    width: -moz-calc(100% + 8px);
    /* WebKit */
    width: -webkit-calc(100% + 8px);
    /* Opera */
    width: -o-calc(100% + 8px);
    /* Standard */
    width: calc(100% + 8px);
    /* IE-old */
    width: expression(100% + 8px);
}
.wms-navbox.active .tt-dropdown-menu {
    display: block !important;
}
.tt-dropdown-menu > div {
  /*border-top: 1px solid #DDDDDD;*/
  margin-top: 4px !important;
  padding-bottom: 4px;
  padding-top: 4px;
}
.tt-suggestion {
  margin: 0 4px;
}
.tt-dataheader {
  background-color: #446181;
  color: #FFFFFF;
  cursor: default;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  padding: 4px;
}
.tt-suggestion a {
    background-color: #FFFFFF !important;
    color: #373737 !important;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding: 10px 5px 10px 37px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.tt-suggestion a:hover,
.tt-is-under-cursor a {
    background-color: #DDEDF5 !important;
}
.tt-dataset-flexiform .tt-suggestion a {
  padding-left: 5px;
}
.tt-dataset-ldap .tt-suggestion a:before {
  background: url("../../../themes/meerkat/img/icon_sprite.png") no-repeat scroll -448px -96px rgba(0, 0, 0, 0);
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 99999;
}
.tt-keywords {
    padding-left: 5px;
    font-size: 10px;
}
/** IN HEADER **************************************/
#header .wms-navbox {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 1px;
}
#header .wms-navbox.active .wms-navbox-input {
  
}
#header .tt-dropdown-menu {
  left: 0 !important;
  top: 0 !important;
  margin-top: 33px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
#header .tt-dropdown-menu > div:first-child {
  /*border: medium none;
  margin-top: 0 !important;*/
}
/** RESULTS PAGE ***********************************/
#results-navbox-container {
  padding: 1em 0 1em 1em;
  display: none;
}
.results-navbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3px;
    padding-right: 3px;
}
.results-navbox a {
  background-color: #E5ECDF;
  border: 1px solid #8EA081;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.results-navbox a:hover {
    background-color: #F8FFF2;
}
.results-navbox a span {
  text-decoration: underline;
}
.results-navbox a small {
  color: #444444;
  font-style: italic;
}