


/* any changes to this file will probably need to be replicated in the new frontend */



/*

$global-header-background: $nav-01;
$global-search-height: 2.8rem;
$header-transitional__search-input-bottom-margin: 1rem;
$header-transitional__search-input-bottom-padding: .5rem;

/// Height of global header navigation elements
$header-transitional-nav-item-height: 3.2rem;

$header-transitional__navigation-item-border-spacing: 1.4rem;

// this color is derived from the input using $field-01 (a transparent color) over the header background color.
// this color results.  we need to use the explicit result because the input container is absolutely positioned
// so when it overlaps with other content, we don't the other content visible behind the input
$search-input-color: #14293b;

$fips-color: #f3f000;
$about-system-heading-color: #666;
$header-transitional-margin-bottom: 1.4rem;

*/

.header-transitional {
  background-color: #0f212e; /* $global-header-background */
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  margin-bottom: 14px;
  min-height: 86px;
  overflow: hidden;
  padding: 5px 20px 0;
}

.header-transitional--no-user {
  min-height: auto;
}

.header-transitional--no-user .header-transitional__left-title {
  margin: 4px 0 4px;
}

.header-transitional__left-title {
  float: left;
  font-size: 18px;
  height: 24px;
  line-height: 18px;
  margin: 4px 0 16px;
  text-transform: capitalize;
}

.header-transitional__left-title-link {
  color: white;
  text-decoration: none;
}

.header-transitional__right-container {
  float: right;
}

.header-transitional__search-container {
  float: left;
}

.header-transitional__search-button {

  background-color: #0f212e; /* $global-header-background */
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  width: 30px;

}

.header-transitional__search-button-icon {
  fill: white;
  height: 16px;
  width: 16px;
}

.header-transitional__search-input-container {
  font-size: 14px;
  position: absolute;
  right: 96px;
}

.header-transitional__search-input {

  background-color:	#14293b; /* $search-input-color; */
  border: solid 1px #5aaafa; /* $nav-07 */
  box-sizing: border-box;
  color: #8c9ba5; /* $ui-05 */
  display: none;
  font-size: 13px;
  height: 28px; /* $global-search-height */
  margin: 0 12px 10px; /* $header-transitional__search-input-bottom-margin */
  padding: 0 32px;
  width: 250px;

}

.header-transitional__search-input:focus {
    background-color: #14293b; /* $search-input-color */
    color: white;
}

.header-transitional__search-input::placeholder {
    font-style: italic;
    text-transform: capitalize;
}

.header-transitional__search-icon {
  display: none;
  fill: white;
  height: 16px;
  width: 16px;
}

.header-transitional__search-icon--search {
  position: absolute;
  right: 240px;
  top: 6px;
}

.header-transitional__clear-search-button {
  background-color: #0f212e; /* $global-header-background */
  border: 0;
  cursor: pointer;
  display: none;
  height: 16px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 6px;
  width: 16px;
}

.header-transitional__search-results.ui-widget-content {
  background: #2d3f49;
  background-color: #2d3f49 ;
  border:none;
}

.header-transitional__search-results .ui-menu-item {
  font-size: 14px;
  line-height: 14px;
}

.header-transitional__search-results .ui-menu-item a.ui-state-hover {
  background: #5aaafa !important; /* $nav-07 */
  border: none !important;
  margin: 0 !important;
}

.header-transitional__search-results {
  background-color: #2d3f49 !important; /* $color__navy-gray-3 */
  box-sizing: border-box;
  left: 12px;
  max-height: 300px;
  overflow: auto;
  padding: 2px;
  position: absolute;
  top: 28px;
  width: 250px !important;
  z-index: 1;
}

.header-transitional__search-results .ui-menu-item a {
  background-color: #2d3f49 !important; /* $color__navy-gray-3 */
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block !important;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  line-height: 32px !important;
  overflow: hidden;
  padding: 0 23px 0 32px !important;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.header-transitional__search-results-item:hover {
    background-color: #5aaafa; /* $nav-07 */
}

.header-transitional__help-button {
  background-color: #0f212e; /* $global-header-background */
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  margin-right: 15px;
  padding: 0;
  text-align: center;
  width: 30px;
}

.header-transitional__help-button-icon {
  box-sizing: content-box;
  fill: white;
  height: 24px;
  padding: 3px;
  width: 24px;
}

.header-transitional__user-button {
  background-color: #0f212e; /* $global-header-background */
  border: 0;
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}

.header-transitional__user-button-icon {
  box-sizing: content-box;
  fill: white;
  height: 24px;
  padding: 3px;
  width: 24px;
}

.header-transitional__navigation-container {
  clear: left;
}

.header-transitional__navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-transitional__navigation-item {

  background: #0f212e; /* $global-header-background */
  float: left;
  font-size: 14px;
  line-height: 14px;

  margin: 5px 24px 0 0;
  padding-bottom: 14px; /* $header-transitional__navigation-item-border-spacing */
  text-transform: capitalize;

}

.header-transitional__navigation-item:hover {
    border-bottom: 4px solid #5aaafa; /* $nav-07 */
}

.header-transitional__navigation-item:focus {
    border-bottom: 4px solid #5aaafa; /* $nav-07 */
}

.header-transitional__navigation-item--active {
  border-bottom: 4px solid #5aaafa; /* $nav-07 */
}

.header-transitional__navigation-link {

  color: white;
  padding-bottom: 14px; /* $header-transitional__navigation-item-border-spacing */
  text-decoration: none;

}

.header-transitional__navigation-link:hover {
    color: #5aaafa; /* $nav-07 */
}

.header-transitional__navigation-link:focus {
    color: #5aaafa; /* $nav-07 */
}

.header-transitional__navigation-link--active {
  color: #5aaafa; /* $nav-07 */
}

.header-transitional__fips {
  border: 1px solid #f3f000; /* $fips-color */
  color: #f3f000; /* $fips-color */
  float: left;
  font-size: 10px;
  line-height: 10px;
  padding: 4px;
}

.header-transitional__dsnet-name {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}

.header-transitional__dsnet-name-container {
  color: white;
  float: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  margin-top: 5px;
}

.header-transitional__help-menu {
  background-color: #2d3f49; /* $color__navy-gray-3 */
  box-sizing: border-box;
  color: white;
  display: none;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 8px;
  top: 81px;
  width: 144px;
  z-index: 1;
}

.header-transitional__help-menu-item {

  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;

}

.header-transitional__help-menu-item:hover {
    background-color: #5aaafa; /* $nav-07 */
}

.header-transitional__user-menu {
  background-color: #2d3f49; /* $color__navy-gray-3 */
  box-sizing: border-box;
  color: white;
  display: none;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 2px;
  position: absolute;
  right: 0px;
  top: 81px;
  width: 98px;
  z-index: 1;
}

.header-transitional__user-menu-item {
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;

}

.header-transitional__user-menu-item:hover {
    background-color: #5aaafa; /* $nav-07 */
}

.capitalize {
    text-transform: capitalize;
}

.normal-weight {
    font-weight: normal;
}