.carousel-inner .item {
	background: #ffffff;
}

.generic td {
	color: #B94A48;
}

.input-dose {
	height: 40px;
	text-align: right;
}
.input-dose input {
	text-align: center;
}

.distri {
	margin-right: 10px;
	display: inline;
}
.distri img {
	height: 20px;
}

.search-results {
	box-shadow: 0 3px 3px #ccc;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
	position: absolute;
	background: #fff;
	z-index: 100;
    width: 100%;
	font-size: 14px;
}
.search-results table {
	width: 100%;
}
.search-results table tr td {
	padding: 5px;
}
.search-results table tr:hover td, .search-results table tr.active td {
	background: #ff8a00;
	color: #fff;
	cursor: pointer;
}
tr.search-results-all td {
	border-top: 1px solid #ccc;
	background: #f2f2f2;
	font-weight: bold; 
}
.search-results table tr.search-results-all:hover td {
	color: #666;
	background: #f2f2f2;
}
.search-progress {
	padding: 10px 10px 0 10px;
}
.search-article-active td {
	font-weight: bold;
}
td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}
tr.first-tr td {
	border-top: 2px solid #ccc;
}
tr.first-tr-down th {
	border-bottom: 2px solid #ccc;
}
.clickable {
	cursor: pointer;
}


.td-tooltip {
	cursor: default;
}
td.alert, th.alert {
	border-radius: none;
	border: none;
	border-top: 1px solid #DDD;
}
.table-articles tr.active2 td {
	background: #DFF0D8;
}
.table tr td.label, .table tr.active td.label, .table tr.active2 td.label {
	border-radius: 0;
}
.table tr:hover td.label, .table tr.active2 td.label, .table tr.active2:hover td.label {
	background: #999999;
	color: #000000;
}
.table tr:hover td.label-success, .table tr.active td.label-success, .table tr.active2 td.label-success, .table tr.active2:hover td.label-success {
	background: #468847;
	color: #ffffff;
}
.table tr:hover td.label-info, .table tr.active td.label-info, .table tr.active2 td.label-info, .table tr.active2:hover td.label-info {
	background: #3A87AD;
	color: #ffffff;
}
.table tr:hover td.label-important, .table tr.active td.label-important, .table tr.active2 td.label-important, .table tr.active2:hover td.label-important {
	background: #B94A48;
	color: #ffffff;
}

.table-articles tr.active td {
	background: #3A87AD;
	color: #ffffff;
}
.table-articles tr.active:hover td {
	background: #3A87AD;
	color: #ffffff;
}
.table-articles tr.active2:hover td {
	background: #DFF0D8;
}

.modal-nav {
	position: fixed;
	width: 200px;
	margin-left: -200px;
	background: #ffffff;
	border-radius: 6px 0 0 6px;
	padding: 6px 0 6px 0;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal-pi .modal-header {
	border: none;
}


.subnav {
  width: 100%;
  height: 42px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li {
    margin: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    11px;
  padding-bottom: 11px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.pull-right .dropdown-menu {
	left: auto;
	right: 0;
}

.modal-pi table,
.modal-pi table tr td,
.modal-pi table tr th,
.modal-pi-body table,
.modal-pi-body table tr td,
.modal-pi-body table tr th {
	font-family: Courier New;
}
.modal-pi .modal-body a,
.modal-pi .modal-body a:hover,
.modal-pi-body a {
	color: #000;
	text-decoration: none;
}
.modal-pi .modal-body p,
.modal-pi-body p {
	margin: 0;
	padding: 0;
}
.modal-pi .modal-body h2,
.modal-pi-body h2 {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 0 4px 0;
}
.modal-pi .modal-body h3,
.modal-pi-body h3 {
	font-size: 13px;
	line-height: 18px;
	padding: 10px 0 4px 0;
	color: #999999;
}

.modal-pi .modal-body .footer,
.modal-pi-body .footer {
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #999999;
}
.modal-pi .modal-body .header,
.modal-pi-body .header {
	text-align: right;
	color: #999999;
	margin-bottom: 20px;
}
.modal-pi .modal-body .ownerCompany,
.modal-pi-body .ownerCompany {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	color: #999999;
	font-weight: bold;
	font-size: 15px;
}

.load-progress {
	width: 50%;
	margin: 100px auto;
}

.well-articles {
	border-radius: 0 0 4px 4px;
	margin-top: -4px;
	padding-top: 23px;
	background-color: #fafafa;
}
.well-articles-other {
	background-color: white;
	border: none;
	box-shadow: none;
}

.subnav-carousel li {
	text-align: center;
}
.subnav-carousel {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
}

header {
	background: url(../img/header.png) repeat-x;
	height: 138px;
    margin-bottom: 30px;
}
header .header-apps {
    padding-top: 55px;
}
.brand-container {
    padding-top: 47px;
    position: relative;
}

.dl-large dt {
	width: 150px;
}
.dl-large dd {
	margin-left: 160px;
}

.footer-right p small {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
.footer-right, .footer-right a {
	color: #999;
}
.footer-right a {
	font-weight: bold;
}

.popover-bfu-sub {
	background: url(../img/logo_bfu.png) no-repeat -7px 5px;
	border-top: 1px solid #eee;
	padding: 7px 0 0 65px;
	margin-top: 7px;
	font-style: italic;
}

.popover-bpa-sub {
	background: url(../img/logo_bpa.png) no-repeat -7px 5px;
	border-top: 1px solid #eee;
	padding: 7px 0 0 65px;
	margin-top: 7px;
	font-style: italic;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
  font-size: 12px;
  line-height: 20px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.main-header {
	height: 74px;
	padding: 0 30px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
.main-hero {
	background: url(../img/header.jpg) no-repeat;
	width: 100%;
	height: 420px;
	margin: 0 auto;
	position: relative;
	background-size: cover;
	background-position: center center;
}

.main-header .brand {
	height: 46px;
}
.main-header .brand img {
	width: 150px;
	height: 39px;
}

.header_f {
	background: url(../img/header_f.jpg) no-repeat;
}

.header_i {
	background: url(../img/header_i.jpg) no-repeat;
}


body {
	font-family: Avenir,AvenirLTW01,sans-serif;
	font-size: 16px;
	background: #fff;
	color: #849DAB;
	font-weight: 500;
	line-height: 1.5;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

li {
	line-height: 16px;
}

.container {
	width: 1213px;
	margin-top: 20px;
}

.servicenav {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.main-header .servicenav a {
	font-size: 14px;
	font-weight: 700;
	color: #849DAB;
	display: inline-block;
	margin-right: 20px;
	line-height: 24px;
	text-decoration: none;
}
.main-header .servicenav a:hover {
	color: #FF8A00;
}

.quicklinks {
	float: left;
	text-align: right;
}

.main-header ul, .mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-header a, .mainnav a {
	color: black;
}

.quicklinks ul li {
	display: inline;
	border-right: 1px solid #c3c3c3;
	padding: 0 7px 0 7px;
}
.main-header li.last {
	border-right: none;
	padding-right: 0;
}

.mainnav {
	padding: 0;
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.topnav ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 100%;
}
.topnav li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.topnav li a {
	font-size: 16px;
	color: #4d6e82;
	padding: 27px 15px;
	display: block;
	text-decoration: none;
	line-height: 1.16667;
	font-weight: 900;
}
.topnav li a:hover {
	color: #FF8A00;
}

.topnav ul li {

}

.servicelinks {
	float: right;
	padding-right: 18px;
}

.servicelinks ul li {
	float: left;
	padding: 0 10px;
}

a {
	color: #849DAB;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	color: #FF8A00;
}

.pagination {
    margin: 0 0 10px 0;
}

.input-search {
    border-radius: 0;
    font-size: 140%;
    height: auto;
}

.article-show-details h2 {
    margin-top: 0;
}

.percent {
    font-weight: bold;
}

.search-form {
    margin: 0 0 18px;
}

.modal-body {
    max-height: calc(100vh - 224px);
    overflow-y: auto;
}

.footer-right {
	text-align: right;
}

@media(max-width: 768px) {
    .well-articles-other {
        padding: 0;
    }

    .well-article-details {
        padding: 12px;
    }
    .well-articles {
        padding: 12px;
    }

    .well-articles h2 {
        margin-top: 0;
    }

    .well-articles table {
        margin-bottom: 0;
    }

    .article-show-details {
        padding-top: 12px;
    }

    header .brand-container {
        margin: 0 auto;
    }
}

@media(max-width: 500px) {
    header .brand-container,
    header .brand img {
        width: 250px;
    }
    header .brand-container .back {
        top: 86px;
        left: 58px;
    }
}

.input-dose {
	display: none;
}

.language_dropdown {
	border: 0;
	color: #849DAB;
	font-weight: 700;
	background: 0 0;
	padding: 0 12px 0 0;
	margin: 0;
	font-size: 14px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.languagenav {
	position: relative;
	margin-right: 10px;
	margin-left: 4px;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 24px;
}
.languagenav::after {
	content: ' ';
	display: block;
	position: absolute;
	top: calc(50% - 5px/2);
	right: 0;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EC4A999C3-3096-4E53-B69E-6FB89951BED3%3C%2Ftitle%3E%3Cpath%20d%3D%22M9.286.923h-7.57C1.129.923.55%201.27.702%201.997a.93.93%200%200%200%20.294.503l3.732%204.214c.306.487%201.038.487%201.507.054l3.837-4.323c.643-.745.01-1.522-.785-1.522z%22%20fill%3D%22%23849DAB%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
	height: 5px;
	pointer-events: none;
}
.language_dropdown:hover {
	color: #FF8A00;
	cursor: pointer;
}
.languagenav:hover {
	color: #FF8A00;
	cursor: pointer;
}

h1 {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 15px;
	line-height: 34px;
}
.page-header {
	border: none;
	margin: 0;
	padding: 0;
}

.mainnav-hamburger {
	display: none;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.mainnav-hamburger svg {
	width: 15px;
	height: 15px;
	line-height: inherit;
}
.mainnav-hamburger a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	font-weight: 900;
	line-height: 24px;
}
.mainnav-hamburger a span {
	color: #4d6e82;
	text-decoration: underline;
	margin-left: 7px;
}
.mainnav-hamburger a:hover {
	text-decoration: none;
}
.mainnav-hamburger a:hover span {
	color: #FF8A00;
}

.mainnav-mobile {
	padding: 70px 40px 0 40px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: white;
	display: none;
}
.mainnav-mobile .close {
	position: fixed;
	top: 30px;
	right: 30px;
	cursor: pointer;
	opacity: 1;
}
.mainnav-mobile .close svg {
	width: 30px;
	height: 30px;
}
.mainnav-mobile ul, .mainnav-mobile ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainnav-mobile ul li {
	border-top: 2px solid #eef2f5;
}
.mainnav-mobile ul li:first-child {
	border-top: none;
}
.mainnav-mobile ul li a {
	color: #4d6e82;
	font-size: 18px;
	line-height: 1.16667;
	padding: 15px 0;
	font-weight: 900;
	display: block;
}
.mainnav-mobile ul li a:hover {
	text-decoration: none;
}
.mainnav-mobile .service {
	position: absolute;
	bottom: 0;
	background: #eef2f5;
	padding: 16px 20px;
	left: 0;
	right: 0;
}
.mainnav-mobile .service .left {
	float: left;
}
.mainnav-mobile .service a {
	font-size: 14px;
	font-weight: 900;
	line-height: 24px;
}
.mainnav-mobile .service .right {
	float: right;
}

.mainnav-mobile-open {
	overflow: hidden;
}
.mainnav-mobile-open .mainnav-mobile {
	display: block;
}

@media(max-width: 1024px) {
	.main-header {
		padding: 0 20px;
		height: 75px;
	}
	.servicenav {
		display: none;
	}
	.container,
	.mainnav {
		width: auto;
	}
	.mainnav-hamburger {
		display: flex;
	}
	.mainnav {
		display: none;
	}
	.main-hero {
		height: 220px;
	}
}