﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background-color: #f5f5f5 !important;
  padding-bottom: 120px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/****IFU****/
.nav-tabs {
  border-bottom:1px solid #ddd
}
.nav-tabs>li {
  float:left;
  margin-bottom:-1px
}
.nav-tabs>li>a {
  margin-right:2px;
  line-height:1.42857;
  border:1px solid transparent;
  border-radius:4px 4px 0 0
}
.nav-tabs>li>a:hover {
  border-color:#eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color:#555;
  cursor:default;
  background-color:#fff;
  border:1px solid #ddd;
  border-bottom-color:transparent
}

.nav > li > a {
  padding: 10px 15px;
}
.nav > li, .nav > li > a {
  display: block;
  position: relative;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.ifu-navbar {
  background-color: #fff !important;
  min-height: 100px !important;
}

.main-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2%;
}

label.error {
  color:#FF0000 !important;
}

.search-container .search-field-backdrop {
  margin:0 auto;
  background-size:cover;
  height:325px;
  width:100%;
  border-radius:2px;
  border:1px solid #505050
}

.search-container .search-field-backdrop .ifu-search-field .search-instructions {
  margin-top: 110px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.search-page-heading p {
  font-size: 16px;
  font-weight: 400 !important;
  color: #505050;
  width: 55%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.short-divider hr {
  width: 70%;
  border-top: 1px solid #ddd;
}

.country-options {
  padding-bottom: 10px;
}

.country-options .selected {
  background-color: #d51615;
  color: #fff;
  border: 1px solid #96060b;
}

.country-options .not-selected {
  background-color: #fff;
  border: 1px solid #96060b;
}

.country-options .country-container {
  display: inline;
  padding: .3em;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
}

.search-container .search-field-backdrop .ifu-search-field {
  width: 70%;
  margin: 0 auto;
}

.other-ifu-options {
  padding: 0 2% 2%;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/**********Autocomplete**********/

.ui-state-active {
  border: none !important;
}

.ui-menu-item {
  border-color: lightgray !important;
}

.ui-description {
  font-size: .70em;
}

.ui-stock-num {
  font-size: .82em;
}

.search-footer {
  padding: 2rem 0;
  position: relative !important;
  white-space: normal !important;
  line-height: 1.2rem !important;
}

.ifu-blue {
    color: #0366d6 !important;
}

.pointer:hover {
    cursor: pointer !important;
}

.ui-autocomplete {
  max-height: 21.2em;
  overflow-y: auto;
  overflow-x: hidden;
}

#stock-number-autocomplete {
  border-radius: 0 !important;
}
