.carousel-inner .item {
	background: #ffffff;
}

.generic td {
	color: #B94A48;
}

.input-dose {
	display: none;
	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%;
}
.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: #049cdb;
	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;
}
.brand {
    display: block;
}
.brand-container .back {
    position: absolute;
    top: 102px;
    left: 86px;
}
/*.brand {
	background: url(http://mymedi.ch/de/templates/bizblue/images/logo.gif) no-repeat;
	height: 65px;
	width: 362px;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}*/

.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;
}

.skyscraper {
    position: absolute;
    right: -320px;
    margin-bottom: 20px;
}

.main-container {
    position: relative;
}

/*@media (max-width: 1580px) {
    .main-container {
        margin-right: 320px;
    }
}*/

@media (max-width: 1260px) {
    .skyscraper {
        display: none;
    }

    .main-container {
        margin-right: auto;
    }
}

.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;
}

@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;
    }

    .footer-right.text-right {
        text-align: left;
    }
}

@media(max-width: 500px) {
    header .brand-container,
    header .brand img {
        width: 250px;
    }
    header .brand-container .back {
        top: 86px;
        left: 58px;
    }
}