
/* =============HR TAG FOR FOOTER IN FIREFOX ===============*/
@-moz-document url-prefix() {
  hr {
     clear:both;
  }
}

p a {
	color: #0075b9 !important;
}

a h4.media-heading,
a.ng-binding {
	color: #0075b9 !important;
}

a.label.label-info.dist-link.ng-scope.ng-binding {
	color: #fff !important;
}

#bd {
    padding-top: 30px !important;
    margin-top: -22px !important;
}

.fornav {
    margin-left: 0px;
    top: 0px;
	padding: 0px;
}

.fornav button  {
	padding: 0px;
	background-color: #fff;
	border: 0px;
	margin: 0px;
}

button i.icon-search {
	padding: 0px;
	background-color: #fff;
	border: 0px;
	margin: 0px;
	margin-left: -35px;
	margin-top: -1px;
}

.input-append {
	font-size: 1px;
}

input.search-query {
    height: 30px !important;
}

.label-info, .badge-info {
    background-color: #317ea4 !important;
}

.navbar-background {
    background-color: #1f1f1f;
}

.navbar-form .input-append, .navbar-form .input-prepend {
	margin-top: -25px;
}

.pull-right span {
	display: inline-flex;
}

.footer-doi ul.menu {
	border-bottom: 0 !important;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
}

.footer-doi ul.menu.nav.line2 {
    margin-top: -10px !important;
}


.footer-doi ul li a:hover {
	text-decoration: underline;
	background-color: #00264c;
	cursor: pointer;
}

p.itemSubTitle {
	font-size: 24.5px;
	line-height: 40px;
	margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

#searchbox {
	top: -10px;
}

.titleBkgrnd {
	background-color: rgb(245, 245, 245); 
	padding-bottom: 5px;

}

.titleBkgrnd .navbar-inner {
    padding-left: 0px !important;
}

.titleBkgrnd hr {
	border-top-color: #C3C3C3
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
    height: 2rem;
    border-width: .3em;
}

.spin-in-center {
    display: none;
    position:fixed;
    top:50%;
    left:50%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

@media (max-width: 763px) {
  .navbar-background {
	height: 100px;
	}
}

@media (max-width: 458px) {
  .navbar-background {
	width: 458px;
	}
}




/* app css stylesheet - Not needed

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}
*/