
/* - bootstrap.css - */
@media screen {
/* https://www.humangenetics.uni-bonn.de/portal_css/bootstrap.css?original=1 */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
/* */
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url('glyphicons-halflings-regular.eot');
src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff2') format('woff2'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
.glyphicon-cd:before {
content: "\e201";
}
.glyphicon-save-file:before {
content: "\e202";
}
.glyphicon-open-file:before {
content: "\e203";
}
.glyphicon-level-up:before {
content: "\e204";
}
.glyphicon-copy:before {
content: "\e205";
}
.glyphicon-paste:before {
content: "\e206";
}
.glyphicon-alert:before {
content: "\e209";
}
.glyphicon-equalizer:before {
content: "\e210";
}
.glyphicon-king:before {
content: "\e211";
}
.glyphicon-queen:before {
content: "\e212";
}
.glyphicon-pawn:before {
content: "\e213";
}
.glyphicon-bishop:before {
content: "\e214";
}
.glyphicon-knight:before {
content: "\e215";
}
.glyphicon-baby-formula:before {
content: "\e216";
}
.glyphicon-tent:before {
content: "\26fa";
}
.glyphicon-blackboard:before {
content: "\e218";
}
.glyphicon-bed:before {
content: "\e219";
}
.glyphicon-apple:before {
content: "\f8ff";
}
.glyphicon-erase:before {
content: "\e221";
}
.glyphicon-hourglass:before {
content: "\231b";
}
.glyphicon-lamp:before {
content: "\e223";
}
.glyphicon-duplicate:before {
content: "\e224";
}
.glyphicon-piggy-bank:before {
content: "\e225";
}
.glyphicon-scissors:before {
content: "\e226";
}
.glyphicon-bitcoin:before {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub:before {
content: "\20bd";
}
.glyphicon-scale:before {
content: "\e230";
}
.glyphicon-ice-lolly:before {
content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
content: "\e232";
}
.glyphicon-education:before {
content: "\e233";
}
.glyphicon-option-horizontal:before {
content: "\e234";
}
.glyphicon-option-vertical:before {
content: "\e235";
}
.glyphicon-menu-hamburger:before {
content: "\e236";
}
.glyphicon-modal-window:before {
content: "\e237";
}
.glyphicon-oil:before {
content: "\e238";
}
.glyphicon-grain:before {
content: "\e239";
}
.glyphicon-sunglasses:before {
content: "\e240";
}
.glyphicon-text-size:before {
content: "\e241";
}
.glyphicon-text-color:before {
content: "\e242";
}
.glyphicon-text-background:before {
content: "\e243";
}
.glyphicon-object-align-top:before {
content: "\e244";
}
.glyphicon-object-align-bottom:before {
content: "\e245";
}
.glyphicon-object-align-horizontal:before {
content: "\e246";
}
.glyphicon-object-align-left:before {
content: "\e247";
}
.glyphicon-object-align-vertical:before {
content: "\e248";
}
.glyphicon-object-align-right:before {
content: "\e249";
}
.glyphicon-triangle-right:before {
content: "\e250";
}
.glyphicon-triangle-left:before {
content: "\e251";
}
.glyphicon-triangle-bottom:before {
content: "\e252";
}
.glyphicon-triangle-top:before {
content: "\e253";
}
.glyphicon-console:before {
content: "\e254";
}
.glyphicon-superscript:before {
content: "\e255";
}
.glyphicon-subscript:before {
content: "\e256";
}
.glyphicon-menu-left:before {
content: "\e257";
}
.glyphicon-menu-right:before {
content: "\e258";
}
.glyphicon-menu-down:before {
content: "\e259";
}
.glyphicon-menu-up:before {
content: "\e260";
}

}


/* - ++resource++unibonn.rootobject.static/adapted.css - */
/* https://www.humangenetics.uni-bonn.de/portal_css/++resource++unibonn.rootobject.static/adapted.css?original=1 */
.template-search_mindbreeze input.mb-query {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/smallm.png");
background-position: 4px 50%;
background-repeat: no-repeat;
border-radius: 1em;
box-sizing: border-box;
height: 30px;
padding-left: 25px !important;
padding-right: 50px !important;
}
.template-search_mindbreeze .mb-header {
background: #222 none repeat scroll 0 0;
}
.template-search_mindbreeze .mb-header form {
margin: 0 auto;
max-width: 600px;
padding-bottom: 23px;
padding-top: 22px;
position: relative;
width: 75%;
z-index: 1;
}
.template-search_mindbreeze .mb-header .mb-pulse {
position: absolute;
}
.template-search_mindbreeze .navbar .search-field button.btn {
bottom: 23px;
color: #333;
font-size: 1.5em;
margin-left: -40px;
margin-top: 0;
padding: 4px;
position: absolute;
right: 1px;
vertical-align: bottom;
}
.template-search_mindbreeze .mb-header h1 {
border: 0 none;
display: none;
line-height: 0;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .mb-header h1 img {
max-height: 75px;
}
@media (min-width: 1450px) {
.template-search_mindbreeze .mb-header {
height: 75px;
}
.template-search_mindbreeze .mb-header h1 {
border: 0 none;
display: block;
margin: 0;
padding: 0;
position: absolute;
}
.template-search_mindbreeze .mb-header h1 img {
height: 75px;
max-width: none;
}
}
@media (max-width: 997px) {}
.template-search_mindbreeze .mb-header.navbar .nav > li > a,
.template-search_mindbreeze .mb-header.navbar .nav > li > button {
font-size: 1.25em;
}
.template-search_mindbreeze .mb-header.navbar {
margin-bottom: 0;
}
.template-search_mindbreeze .mb-header .mb-top-menu {
max-width: 100%;
position: relative;
z-index: 2;
}
.template-search_mindbreeze .mb-scroll-horizontal {
max-width: 100%;
overflow-x: auto;
white-space: nowrap;
}
.template-search_mindbreeze .navbar .mb-scroll-horizontal {
position: static;
}
.template-search_mindbreeze .mb-header .mb-top-menu li {
display: inline-block;
float: none;
vertical-align: bottom;
}
.template-search_mindbreeze .mb-header .mb-top-menu a,
.template-search_mindbreeze .mb-header .mb-top-menu button {
overflow: visible;
}
.template-search_mindbreeze .mb-header .mb-login-action {
display: none !important;
}
.template-search_mindbreeze .mb-header .mb-login-action.login,
.template-search_mindbreeze .mb-header .mb-login-action.logout {
display: inline-block !important;
}
.template-search_mindbreeze .ui-helper-hidden-accessible {
border: 0 none;
clip: rect(0px, 0px, 0px, 0px);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.template-search_mindbreeze .ui-menu {
display: block;
list-style: outside none none;
margin: 0;
outline: 0 none;
padding: 2px;
}
.template-search_mindbreeze .ui-autocomplete {
background: #fff none repeat scroll 0 0;
border: 1px solid #666;
cursor: default;
left: 0;
position: absolute;
top: 0;
}
.template-search_mindbreeze .ui-front {
z-index: 99999;
}
.template-search_mindbreeze .ui-state-focus {
background-color: #eee;
}
.template-search_mindbreeze .ui-menu a {
color: #333;
display: block;
}
.template-search_mindbreeze .ui-autocomplete .mb-definition {
font-size: 0.8em;
padding-left: 0.5em;
}
.template-search_mindbreeze .ui-autocomplete-category {
background: #888 none repeat scroll 0 0;
color: #fff;
font-size: 0.9em;
font-weight: 400;
margin: 0 -2px;
padding: 2px 4px;
}
.template-search_mindbreeze .ui-autocomplete-category:first-child {
margin-top: -2px;
}
.template-search_mindbreeze .ui-autocomplete .ui-menu-item {
margin: 0 -2px 0 -6px;
padding: 1px 0 1px 4px;
position: relative;
}
.template-search_mindbreeze .ui-autocomplete li {
clear: both;
}
.template-search_mindbreeze .ui-autocomplete li a {
padding-left: 4px;
}
.template-search_mindbreeze .ui-autocomplete a:hover {
text-decoration: none;
}
.template-search_mindbreeze .ui-autocomplete .ui-state-focus {
background: #bbb none repeat scroll 0 0;
}
.template-search_mindbreeze ul.ui-autocomplete {
text-align: left;
}
.template-search_mindbreeze .mb-stack,
.template-search_mindbreeze .mb-stack-element {
background: #fff none repeat scroll 0 0;
margin-bottom: -3em;
padding: 0.25em 1.5em 1.5em;
width: 100%;
}
.template-search_mindbreeze .mb-stack-element {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f0c70f;
border-image: none;
border-style: solid;
border-width: 8px 0 0;
box-shadow: 0 0 10px #999;
}
.template-search_mindbreeze .mb-stack-content {
position: relative;
}
.template-search_mindbreeze .mb-stack-content::after {
clear: both;
content: " ";
display: block;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child,
.template-search_mindbreeze .mb-stack.mb-has-child {
background: rgba(200, 200, 200, 0.25) none repeat scroll 0 0;
border-width: 0;
box-shadow: none;
}
.template-search_mindbreeze .mb-has-child .mb-stack .mb-stack-content,
.template-search_mindbreeze .mb-has-child .mb-stack-element .mb-stack-content {
display: block;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-close,
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-content,
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-title .hidden-when-mb-stack-has-child,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-close,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-content,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-title .hidden-when-mb-stack-has-child {
display: none;
}
.template-search_mindbreeze .mb-stack-element.mb-has-child > .mb-stack-title:hover,
.template-search_mindbreeze .mb-stack.mb-has-child > .mb-stack-title:hover {
cursor: pointer;
}
.template-search_mindbreeze .mb-stack {
margin: 0 -1.5em 1em;
}
@media (max-width: 830px) {
.template-search_mindbreeze .mb-stack,
.template-search_mindbreeze .mb-stack-element {
margin: 0 -1.5em -1.5em;
}
}
.template-search_mindbreeze .leaflet-image-layer,
.template-search_mindbreeze .leaflet-layer,
.template-search_mindbreeze .leaflet-map-pane,
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-pane,
.template-search_mindbreeze .leaflet-marker-shadow,
.template-search_mindbreeze .leaflet-overlay-pane,
.template-search_mindbreeze .leaflet-overlay-pane svg,
.template-search_mindbreeze .leaflet-popup-pane,
.template-search_mindbreeze .leaflet-shadow-pane,
.template-search_mindbreeze .leaflet-tile,
.template-search_mindbreeze .leaflet-tile-container,
.template-search_mindbreeze .leaflet-tile-pane,
.template-search_mindbreeze .leaflet-zoom-box {
left: 0;
position: absolute;
top: 0;
}
.template-search_mindbreeze .leaflet-container {
overflow: hidden;
}
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-shadow,
.template-search_mindbreeze .leaflet-tile {
-moz-user-select: none;
}
.template-search_mindbreeze .leaflet-marker-icon,
.template-search_mindbreeze .leaflet-marker-shadow {
display: block;
}
.template-search_mindbreeze .leaflet-container img {
max-width: none !important;
}
.template-search_mindbreeze .leaflet-container img.leaflet-image-layer {
max-width: 15000px !important;
}
.template-search_mindbreeze .leaflet-tile {
filter: inherit;
visibility: hidden;
}
.template-search_mindbreeze .leaflet-tile-loaded {
visibility: inherit;
}
.template-search_mindbreeze .leaflet-zoom-box {
height: 0;
width: 0;
}
.template-search_mindbreeze .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.template-search_mindbreeze .leaflet-tile-pane {
z-index: 2;
}
.template-search_mindbreeze .leaflet-objects-pane {
z-index: 3;
}
.template-search_mindbreeze .leaflet-overlay-pane {
z-index: 4;
}
.template-search_mindbreeze .leaflet-shadow-pane {
z-index: 5;
}
.template-search_mindbreeze .leaflet-marker-pane {
z-index: 6;
}
.template-search_mindbreeze .leaflet-popup-pane {
z-index: 7;
}
.template-search_mindbreeze .leaflet-vml-shape {
height: 1px;
width: 1px;
}
.template-search_mindbreeze .lvml {
display: inline-block;
position: absolute;
}
.template-search_mindbreeze .leaflet-control {
pointer-events: auto;
position: relative;
z-index: 7;
}
.template-search_mindbreeze .leaflet-bottom,
.template-search_mindbreeze .leaflet-top {
pointer-events: none;
position: absolute;
z-index: 1000;
}
.template-search_mindbreeze .leaflet-top {
top: 0;
}
.template-search_mindbreeze .leaflet-right {
right: 0;
}
.template-search_mindbreeze .leaflet-bottom {
bottom: 0;
}
.template-search_mindbreeze .leaflet-left {
left: 0;
}
.template-search_mindbreeze .leaflet-control {
clear: both;
float: left;
}
.template-search_mindbreeze .leaflet-right .leaflet-control {
float: right;
}
.template-search_mindbreeze .leaflet-top .leaflet-control {
margin-top: 10px;
}
.template-search_mindbreeze .leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.template-search_mindbreeze .leaflet-left .leaflet-control {
margin-left: 10px;
}
.template-search_mindbreeze .leaflet-right .leaflet-control {
margin-right: 10px;
}
.template-search_mindbreeze .leaflet-fade-anim .leaflet-popup,
.template-search_mindbreeze .leaflet-fade-anim .leaflet-tile {
opacity: 0;
transition: opacity 0.2s linear 0s;
}
.template-search_mindbreeze .leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.template-search_mindbreeze .leaflet-fade-anim .leaflet-tile-loaded {
opacity: 1;
}
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-zoom-animated {
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.template-search_mindbreeze .leaflet-pan-anim .leaflet-tile,
.template-search_mindbreeze .leaflet-touching .leaflet-zoom-animated,
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-tile {
transition: none 0s ease 0s;
}
.template-search_mindbreeze .leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
.template-search_mindbreeze .leaflet-clickable {
cursor: pointer;
}
.template-search_mindbreeze .leaflet-container {
cursor: grab;
}
.template-search_mindbreeze .leaflet-control,
.template-search_mindbreeze .leaflet-popup-pane {
cursor: auto;
}
.template-search_mindbreeze .leaflet-dragging .leaflet-clickable,
.template-search_mindbreeze .leaflet-dragging .leaflet-container {
cursor: grabbing;
}
.template-search_mindbreeze .leaflet-container {
background: #ddd none repeat scroll 0 0;
outline: 0 none;
}
.template-search_mindbreeze .leaflet-container a {
color: #0078a8;
}
.template-search_mindbreeze .leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.template-search_mindbreeze .leaflet-zoom-box {
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
border: 2px dotted #38f;
}
.template-search_mindbreeze .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.template-search_mindbreeze .leaflet-bar {
border-radius: 4px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.template-search_mindbreeze .leaflet-bar a,
.template-search_mindbreeze .leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
color: #000;
display: block;
height: 26px;
line-height: 26px;
text-align: center;
text-decoration: none;
width: 26px;
}
.template-search_mindbreeze .leaflet-bar a,
.template-search_mindbreeze .leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.template-search_mindbreeze .leaflet-bar a:hover {
background-color: #f4f4f4;
}
.template-search_mindbreeze .leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.template-search_mindbreeze .leaflet-bar a:last-child {
border-bottom: medium none;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.template-search_mindbreeze .leaflet-bar a.leaflet-disabled {
background-color: #f4f4f4;
color: #bbb;
cursor: default;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar a {
height: 30px;
line-height: 30px;
width: 30px;
}
.template-search_mindbreeze .leaflet-control-zoom-in,
.template-search_mindbreeze .leaflet-control-zoom-out {
font: 700 18px "Lucida Console", Monaco, monospace;
text-indent: 1px;
}
.template-search_mindbreeze .leaflet-control-zoom-out {
font-size: 20px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-zoom-in {
font-size: 22px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-zoom-out {
font-size: 24px;
}
.template-search_mindbreeze .leaflet-control-layers {
background: #fff none repeat scroll 0 0;
border-radius: 5px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}
.template-search_mindbreeze .leaflet-control-layers-toggle {
background-image: url("https://msa-extern.uni-bonn.de/apps/client/component/map/js/leaflet/images/layers.png");
height: 36px;
width: 36px;
}
.template-search_mindbreeze .leaflet-retina .leaflet-control-layers-toggle {
background-image: url("https://msa-extern.uni-bonn.de/apps/client/component/map/js/leaflet/images/layers-2x.png");
background-size: 26px 26px;
}
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers-toggle {
height: 44px;
width: 44px;
}
.template-search_mindbreeze .leaflet-control-layers .leaflet-control-layers-list,
.template-search_mindbreeze .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.template-search_mindbreeze .leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.template-search_mindbreeze .leaflet-control-layers-expanded {
background: #fff none repeat scroll 0 0;
color: #333;
padding: 6px 10px 6px 6px;
}
.template-search_mindbreeze .leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.template-search_mindbreeze .leaflet-control-layers label {
display: block;
}
.template-search_mindbreeze .leaflet-control-layers-separator {
border-top: 1px solid #ddd;
height: 0;
margin: 5px -10px 5px -6px;
}
.template-search_mindbreeze .leaflet-container .leaflet-control-attribution {
background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
margin: 0;
}
.template-search_mindbreeze .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-control-scale-line {
color: #333;
padding: 0 5px;
}
.template-search_mindbreeze .leaflet-control-attribution a {
text-decoration: none;
}
.template-search_mindbreeze .leaflet-control-attribution a:hover {
text-decoration: underline;
}
.template-search_mindbreeze .leaflet-container .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.template-search_mindbreeze .leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.template-search_mindbreeze .leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.template-search_mindbreeze .leaflet-control-scale-line {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
border-color: -moz-use-text-color #777 #777;
border-image: none;
border-style: none solid solid;
border-width: medium 2px 2px;
box-sizing: content-box;
font-size: 11px;
line-height: 1.1;
overflow: hidden;
padding: 2px 5px 1px;
white-space: nowrap;
}
.template-search_mindbreeze .leaflet-control-scale-line:not(:first-child) {
border-bottom: medium none;
border-top: 2px solid #777;
margin-top: -2px;
}
.template-search_mindbreeze .leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar,
.template-search_mindbreeze .leaflet-touch .leaflet-control-attribution,
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers {
box-shadow: none;
}
.template-search_mindbreeze .leaflet-touch .leaflet-bar,
.template-search_mindbreeze .leaflet-touch .leaflet-control-layers {
background-clip: padding-box;
border: 2px solid rgba(0, 0, 0, 0.2);
}
.template-search_mindbreeze .leaflet-popup {
position: absolute;
text-align: center;
}
.template-search_mindbreeze .leaflet-popup-content-wrapper {
border-radius: 12px;
padding: 1px;
text-align: left;
}
.template-search_mindbreeze .leaflet-popup-content {
line-height: 1.4;
margin: 13px 19px;
}
.template-search_mindbreeze .leaflet-popup-content p {
margin: 18px 0;
}
.template-search_mindbreeze .leaflet-popup-tip-container {
height: 20px;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 40px;
}
.template-search_mindbreeze .leaflet-popup-tip {
height: 17px;
margin: -10px auto 0;
padding: 1px;
transform: rotate(45deg);
width: 17px;
}
.template-search_mindbreeze .leaflet-popup-content-wrapper,
.template-search_mindbreeze .leaflet-popup-tip {
background: #fff none repeat scroll 0 0;
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.template-search_mindbreeze .leaflet-container a.leaflet-popup-close-button {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #c3c3c3;
font: 700 16px/14px Tahoma, Verdana, sans-serif;
height: 14px;
padding: 4px 4px 0 0;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 0;
width: 18px;
}
.template-search_mindbreeze .leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.template-search_mindbreeze .leaflet-popup-scrolled {
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
overflow: auto;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-content-wrapper {}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip {
margin: 0 auto;
width: 24px;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.template-search_mindbreeze .leaflet-oldie .leaflet-control-layers,
.template-search_mindbreeze .leaflet-oldie .leaflet-control-zoom,
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-content-wrapper,
.template-search_mindbreeze .leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
.template-search_mindbreeze .leaflet-div-icon {
background: #fff none repeat scroll 0 0;
border: 1px solid #666;
}
.template-search_mindbreeze .handsontable {
position: relative;
}
.template-search_mindbreeze .handsontable .hide {
display: none;
}
.template-search_mindbreeze .handsontable .relative {
position: relative;
}
.template-search_mindbreeze .handsontable.htAutoSize {
left: -99000px;
position: absolute;
top: -99000px;
visibility: hidden;
}
.template-search_mindbreeze .handsontable .wtHider {
width: 0;
}
.template-search_mindbreeze .handsontable .wtSpreader {
height: auto;
position: relative;
width: 0;
}
.template-search_mindbreeze .handsontable div,
.template-search_mindbreeze .handsontable input,
.template-search_mindbreeze .handsontable table,
.template-search_mindbreeze .handsontable tbody,
.template-search_mindbreeze .handsontable td,
.template-search_mindbreeze .handsontable textarea,
.template-search_mindbreeze .handsontable th,
.template-search_mindbreeze .handsontable thead {
box-sizing: content-box;
}
.template-search_mindbreeze .handsontable input,
.template-search_mindbreeze .handsontable textarea {
min-height: initial;
}
.template-search_mindbreeze .handsontable table.htCore {
border-collapse: separate;
border-spacing: 0;
border-width: 0;
margin: 0;
max-height: none;
max-width: none;
outline-width: 0;
table-layout: fixed;
width: 0;
}
.template-search_mindbreeze .handsontable col,
.template-search_mindbreeze .handsontable col.rowHeader {
width: 50px;
}
.template-search_mindbreeze .handsontable td,
.template-search_mindbreeze .handsontable th {
background-color: #fff;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
empty-cells: show;
height: 22px;
line-height: 21px;
outline-width: 0;
overflow: hidden;
padding: 0 4px;
vertical-align: top;
white-space: pre-line;
}
.template-search_mindbreeze .handsontable td.htInvalid {
background-color: #ff4c42 !important;
}
.template-search_mindbreeze .handsontable td.htNoWrap {
white-space: nowrap;
}
.template-search_mindbreeze .handsontable th:last-child {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable th.htNoFrame,
.template-search_mindbreeze .handsontable th.htNoFrame:first-child,
.template-search_mindbreeze .handsontable tr:first-child th.htNoFrame {
background-color: #fff;
border-color: #fff;
border-left-width: 0;
}
.template-search_mindbreeze .handsontable .htNoFrame + td,
.template-search_mindbreeze .handsontable .htNoFrame + th,
.template-search_mindbreeze .handsontable td:first-of-type,
.template-search_mindbreeze .handsontable th:first-child {
border-left: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable.htRowHeaders thead tr th:nth-child(2) {
border-left: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable tr:first-child td,
.template-search_mindbreeze .handsontable tr:first-child th {
border-top: 1px solid #ccc;
}
.template-search_mindbreeze .ht_master:not(.innerBorderLeft) ~ .handsontable tbody tr th,
.template-search_mindbreeze .ht_master:not(.innerBorderLeft) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
border-right-width: 0;
}
.template-search_mindbreeze .ht_master:not(.innerBorderTop) thead tr.lastChild th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) thead tr:last-child th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th,
.template-search_mindbreeze .ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th {
border-bottom-width: 0;
}
.template-search_mindbreeze .handsontable th {
background-color: #eee;
color: #222;
font-weight: 400;
}
.template-search_mindbreeze .handsontable thead th {
padding: 0;
}
.template-search_mindbreeze .handsontable th.active {
background-color: #ccc;
}
.template-search_mindbreeze .handsontable thead th .relative {
padding: 2px 4px;
}
.template-search_mindbreeze .handsontable .manualColumnMover {
background-color: transparent;
cursor: move;
height: 25px;
left: 0;
position: fixed;
top: 0;
width: 5px;
z-index: 999;
}
.template-search_mindbreeze .handsontable .manualRowMover {
background-color: transparent;
cursor: move;
height: 5px;
left: -4px;
position: fixed;
top: 0;
width: 50px;
z-index: 999;
}
.template-search_mindbreeze .handsontable .manualColumnMoverGuide,
.template-search_mindbreeze .handsontable .manualRowMoverGuide {
background-color: #ccc;
display: none;
height: 25px;
left: 0;
opacity: 0.7;
position: fixed;
top: 0;
width: 25px;
}
.template-search_mindbreeze .handsontable .manualColumnMoverGuide.active,
.template-search_mindbreeze .handsontable .manualRowMoverGuide.active {
display: block;
}
.template-search_mindbreeze .handsontable .manualColumnMover.active,
.template-search_mindbreeze .handsontable .manualColumnMover:hover,
.template-search_mindbreeze .handsontable .manualRowMover.active,
.template-search_mindbreeze .handsontable .manualRowMover:hover {
background-color: #88f;
}
.template-search_mindbreeze .handsontable .manualColumnResizer {
cursor: col-resize;
height: 25px;
position: fixed;
top: 0;
width: 5px;
z-index: 110;
}
.template-search_mindbreeze .handsontable .manualRowResizer {
cursor: row-resize;
height: 5px;
left: 0;
position: fixed;
width: 50px;
z-index: 110;
}
.template-search_mindbreeze .handsontable .manualColumnResizer.active,
.template-search_mindbreeze .handsontable .manualColumnResizer:hover,
.template-search_mindbreeze .handsontable .manualRowResizer.active,
.template-search_mindbreeze .handsontable .manualRowResizer:hover {
background-color: #aab;
}
.template-search_mindbreeze .handsontable .manualColumnResizerGuide {
background-color: #aab;
border-right: 1px dashed #777;
display: none;
margin-left: 5px;
position: fixed;
right: 0;
top: 0;
width: 0;
}
.template-search_mindbreeze .handsontable .manualRowResizerGuide {
background-color: #aab;
border-bottom: 1px dashed #777;
bottom: 0;
display: none;
height: 0;
left: 0;
margin-top: 5px;
position: fixed;
}
.template-search_mindbreeze .handsontable .manualColumnResizerGuide.active,
.template-search_mindbreeze .handsontable .manualRowResizerGuide.active {
display: block;
}
.template-search_mindbreeze .handsontable .columnSorting {
position: relative;
}
.template-search_mindbreeze .handsontable .columnSorting:hover {
cursor: pointer;
text-decoration: underline;
}
.template-search_mindbreeze .handsontable .columnSorting.ascending::after {
color: #5f5f5f;
content: "▲";
position: absolute;
right: -15px;
}
.template-search_mindbreeze .handsontable .columnSorting.descending::after {
color: #5f5f5f;
content: "▼";
position: absolute;
right: -15px;
}
.template-search_mindbreeze .handsontable .wtBorder {
font-size: 0;
position: absolute;
}
.template-search_mindbreeze .handsontable .wtBorder.hidden {
display: none !important;
}
.template-search_mindbreeze .handsontable td.area {
background: #fff linear-gradient(to bottom, rgba(181, 209, 255, 0.34) 0px, rgba(181, 209, 255, 0.34) 100%) repeat scroll 0 0;
}
.template-search_mindbreeze .handsontable .wtBorder.corner {
cursor: crosshair;
font-size: 0;
}
.template-search_mindbreeze .handsontable .htBorder.htFillBorder {
background: red none repeat scroll 0 0;
height: 1px;
width: 1px;
}
.template-search_mindbreeze .handsontableInput {
background-color: #fff;
border: 0 none;
border-radius: 0;
box-shadow: 0 0 0 2px #5292f7 inset;
color: #000;
display: inline-block;
font-family: inherit;
font-size: inherit;
line-height: 21px;
margin: 0;
outline-width: 0;
padding: 1px 5px 0;
resize: none;
}
.template-search_mindbreeze .handsontableInputHolder {
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
.template-search_mindbreeze .htSelectEditor {
position: absolute;
width: auto;
}
.template-search_mindbreeze .handsontable .htDimmed {
color: #777;
}
.template-search_mindbreeze .handsontable .htSubmenu {
position: relative;
}
.template-search_mindbreeze .handsontable .htSubmenu *::after {
color: #777;
content: "▶";
position: absolute;
right: 5px;
}
.template-search_mindbreeze .handsontable .htLeft {
text-align: left;
}
.template-search_mindbreeze .handsontable .htCenter {
text-align: center;
}
.template-search_mindbreeze .handsontable .htRight {
text-align: right;
}
.template-search_mindbreeze .handsontable .htJustify {
text-align: justify;
}
.template-search_mindbreeze .handsontable .htTop {
vertical-align: top;
}
.template-search_mindbreeze .handsontable .htMiddle {
vertical-align: middle;
}
.template-search_mindbreeze .handsontable .htBottom {
vertical-align: bottom;
}
.template-search_mindbreeze .handsontable .htPlaceholder {
color: #999;
}
.template-search_mindbreeze .handsontable .htAutocompleteArrow {
color: #eee;
cursor: default;
float: right;
font-size: 10px;
text-align: center;
width: 16px;
}
.template-search_mindbreeze .handsontable td .htAutocompleteArrow:hover {
color: #777;
}
.template-search_mindbreeze .handsontable td.area .htAutocompleteArrow {
color: #d3d3d3;
}
.template-search_mindbreeze .handsontable .htCheckboxRendererInput.noValue {
opacity: 0.5;
}
.template-search_mindbreeze .handsontable .htNumeric {
text-align: right;
}
.template-search_mindbreeze .htCommentCell {
position: relative;
}
.template-search_mindbreeze .htCommentCell::after {
border-left: 6px solid transparent;
border-top: 6px solid red;
content: "";
position: absolute;
right: 0;
top: 0;
}
@keyframes opacity-hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes opacity-hide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes opacity-show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes opacity-show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.template-search_mindbreeze .handsontable .handsontable.ht_clone_top .wtHider {
padding: 0 0 5px;
}
.template-search_mindbreeze .handsontable .autocompleteEditor.handsontable {
padding-right: 17px;
}
.template-search_mindbreeze .handsontable .autocompleteEditor.handsontable.htMacScroll {
padding-right: 15px;
}
.template-search_mindbreeze .handsontable.listbox {
margin: 0;
}
.template-search_mindbreeze .handsontable.listbox .ht_master table {
background: #fff none repeat scroll 0 0;
border: 1px solid #ccc;
border-collapse: separate;
}
.template-search_mindbreeze .handsontable.listbox td,
.template-search_mindbreeze .handsontable.listbox th,
.template-search_mindbreeze .handsontable.listbox tr:first-child td,
.template-search_mindbreeze .handsontable.listbox tr:first-child th,
.template-search_mindbreeze .handsontable.listbox tr:last-child th {
border-width: 0;
}
.template-search_mindbreeze .handsontable.listbox td,
.template-search_mindbreeze .handsontable.listbox th {
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .handsontable.listbox td.htDimmed {
color: inherit;
cursor: default;
font-style: inherit;
}
.template-search_mindbreeze .handsontable.listbox .wtBorder {
visibility: hidden;
}
.template-search_mindbreeze .handsontable.listbox tr td.current,
.template-search_mindbreeze .handsontable.listbox tr:hover td {
background: #eee none repeat scroll 0 0;
}
.template-search_mindbreeze .ht_clone_left {
z-index: 102;
}
.template-search_mindbreeze .ht_clone_corner,
.template-search_mindbreeze .ht_clone_debug {
z-index: 103;
}
.template-search_mindbreeze .handsontable td.htSearchResult {
background: #fcedd9 none repeat scroll 0 0;
color: #583707;
}
.template-search_mindbreeze .htBordered {
border-width: 1px;
}
.template-search_mindbreeze .htBordered.htTopBorderSolid {
border-top-color: #000;
border-top-style: solid;
}
.template-search_mindbreeze .htBordered.htRightBorderSolid {
border-right-color: #000;
border-right-style: solid;
}
.template-search_mindbreeze .htBordered.htBottomBorderSolid {
border-bottom-color: #000;
border-bottom-style: solid;
}
.template-search_mindbreeze .htBordered.htLeftBorderSolid {
border-left-color: #000;
border-left-style: solid;
}
.template-search_mindbreeze .htCommentTextArea {
background-color: #fffacd;
border: 1px solid #999;
box-shadow: 1px 1px 2px #bbb;
font-family: Arial;
}
.template-search_mindbreeze .handsontable colgroup col.rowHeader.htGroupCol {
width: 25px !important;
}
.template-search_mindbreeze .handsontable colgroup col.rowHeader.htGroupColClosest {
width: 30px !important;
}
.template-search_mindbreeze .handsontable .htGroupIndicatorContainer {
background: #fff none repeat scroll 0 0;
border: 0 none;
padding-bottom: 0;
position: relative;
vertical-align: bottom;
}
.template-search_mindbreeze .handsontable thead .htGroupIndicatorContainer {
border-bottom: 0 none;
vertical-align: top;
}
.template-search_mindbreeze .handsontable tbody tr th:nth-last-child(2) {
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .handsontable thead tr:nth-last-child(2) th {
border-bottom: 1px solid #ccc;
padding-bottom: 5px;
}
.template-search_mindbreeze .ht_clone_corner thead tr th:nth-last-child(2) {
border-right: 1px solid #ccc;
}
.template-search_mindbreeze .htVerticalGroup {
height: 100%;
}
.template-search_mindbreeze .htHorizontalGroup {
height: 100%;
width: 100%;
}
.template-search_mindbreeze .htVerticalGroup:not(.htCollapseButton)::after {
background: #ccc none repeat scroll 0 0;
content: "";
display: block;
height: 100%;
margin-left: 5px;
width: 1px;
}
.template-search_mindbreeze .htHorizontalGroup:not(.htCollapseButton)::after {
background: #ccc none repeat scroll 0 0;
content: "";
display: block;
height: 1px;
margin-top: 20%;
width: 100%;
}
.template-search_mindbreeze .htCollapseButton {
border: 1px solid #f3f3f3;
border-radius: 5px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
height: 10px;
line-height: 10px;
margin-bottom: 3px;
position: relative;
text-align: center;
width: 10px;
}
.template-search_mindbreeze .htCollapseButton::after {
background: #ccc none repeat scroll 0 0;
bottom: 10px;
content: "";
display: block;
height: 300%;
margin-left: 4px;
position: absolute;
width: 1px;
}
.template-search_mindbreeze thead .htCollapseButton {
background: #fff none repeat scroll 0 0;
position: absolute;
right: 5px;
top: 5px;
}
.template-search_mindbreeze thead .htCollapseButton::after {
height: 1px;
right: 10px;
top: 4px;
width: 700%;
}
.template-search_mindbreeze .handsontable tr th .htGroupStart::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
position: relative;
top: 50%;
width: 5px;
}
.template-search_mindbreeze .handsontable thead tr th .htGroupStart::after {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
height: 5px;
left: 50%;
position: relative;
top: 0;
width: 50%;
}
.template-search_mindbreeze .handsontable .htGroupLevelTrigger {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
height: 15px;
line-height: 15px;
margin: 4px auto;
padding: 0;
width: 15px;
}
.template-search_mindbreeze .handsontable tr th .htExpandButton {
border: 1px solid #f3f3f3;
border-radius: 5px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
cursor: pointer;
display: none;
height: 10px;
line-height: 10px;
position: absolute;
text-align: center;
top: 0;
width: 10px;
}
.template-search_mindbreeze .handsontable thead tr th .htExpandButton {
top: 5px;
}
.template-search_mindbreeze .handsontable tr th .htExpandButton.clickable {
display: block;
}
.template-search_mindbreeze .handsontable col.hidden {
width: 0 !important;
}
.template-search_mindbreeze .handsontable tr.hidden,
.template-search_mindbreeze .handsontable tr.hidden td,
.template-search_mindbreeze .handsontable tr.hidden th {
display: none;
}
.template-search_mindbreeze .ht_clone_left,
.template-search_mindbreeze .ht_clone_top,
.template-search_mindbreeze .ht_master {
overflow: hidden;
}
.template-search_mindbreeze .ht_master .wtHolder {
overflow: auto;
}
.template-search_mindbreeze .ht_clone_left .wtHolder {
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .ht_clone_top .wtHolder {
overflow-x: auto;
overflow-y: hidden;
}
.template-search_mindbreeze .wtDebugHidden {
display: none;
}
.template-search_mindbreeze .wtDebugVisible {
animation-duration: 0.5s;
animation-name: wtFadeInFromNone;
display: block;
}
@keyframes wtFadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
}
}
@keyframes wtFadeInFromNone {
0% {
display: none;
opacity: 0;
}
1% {
display: block;
opacity: 0;
}
100% {
display: block;
opacity: 1;
}
}
.template-search_mindbreeze .handsontable.mobile,
.template-search_mindbreeze .handsontable.mobile .wtHolder {
-moz-user-select: none;
}
.template-search_mindbreeze .htMobileEditorContainer {
-moz-text-size-adjust: none;
background: #f8f8f8 none repeat scroll 0 0;
border: 1px solid #ebebeb;
border-radius: 20px;
box-sizing: border-box;
display: none;
height: 54pt;
position: absolute;
top: 0;
width: 70%;
z-index: 999;
}
.template-search_mindbreeze .bottomRightSelectionHandle,
.template-search_mindbreeze .bottomRightSelectionHandle-HitArea,
.template-search_mindbreeze .topLeftSelectionHandle,
.template-search_mindbreeze .topLeftSelectionHandle-HitArea {
left: -10000px;
top: -10000px;
}
.template-search_mindbreeze .htMobileEditorContainer.active {
display: block;
}
.template-search_mindbreeze .htMobileEditorContainer .inputs {
bottom: 10pt;
height: 34pt;
left: 14px;
position: absolute;
right: 210pt;
top: 10pt;
}
.template-search_mindbreeze .htMobileEditorContainer .inputs textarea {
border: 1px solid #a1a1a1;
bottom: 0;
box-shadow: none;
font-size: 13pt;
left: 14px;
padding: 7pt;
position: absolute;
right: 14px;
top: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer {
border-bottom: 13pt solid #ebebeb;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
height: 0;
left: 30px;
position: absolute;
top: -13pt;
width: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer.hidden {
display: none;
}
.template-search_mindbreeze .htMobileEditorContainer .cellPointer::before {
border-bottom: 13pt solid #f8f8f8;
border-left: 13pt solid transparent;
border-right: 13pt solid transparent;
content: "";
display: block;
height: 0;
left: -13pt;
position: absolute;
top: 2px;
width: 0;
}
.template-search_mindbreeze .htMobileEditorContainer .moveHandle {
bottom: 0;
cursor: move;
left: 5px;
position: absolute;
top: 10pt;
width: 30px;
z-index: 9999;
}
.template-search_mindbreeze .htMobileEditorContainer .moveHandle::after {
color: #ebebeb;
content: "..\a ..\a ..\a ..";
display: inline-block;
font-size: 20pt;
line-height: 10px;
margin-top: -8px;
white-space: pre;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls {
bottom: 0;
position: absolute;
right: 5pt;
top: 0;
width: 205pt;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls > div {
float: left;
height: 100%;
width: 50pt;
}
.template-search_mindbreeze .htMobileEditorContainer .positionControls > div::after {
content: " ";
display: block;
height: 15pt;
line-height: 50pt;
text-align: center;
width: 15pt;
}
.template-search_mindbreeze .htMobileEditorContainer .downButton::after,
.template-search_mindbreeze .htMobileEditorContainer .leftButton::after,
.template-search_mindbreeze .htMobileEditorContainer .rightButton::after,
.template-search_mindbreeze .htMobileEditorContainer .upButton::after {
margin: 21pt 0 0 21pt;
transform-origin: 5pt 5pt 0;
}
.template-search_mindbreeze .htMobileEditorContainer .leftButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(-45deg);
}
.template-search_mindbreeze .htMobileEditorContainer .leftButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .rightButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(135deg);
}
.template-search_mindbreeze .htMobileEditorContainer .rightButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .upButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(45deg);
}
.template-search_mindbreeze .htMobileEditorContainer .upButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .htMobileEditorContainer .downButton::after {
border-left: 2px solid #288ffe;
border-top: 2px solid #288ffe;
transform: rotate(225deg);
}
.template-search_mindbreeze .htMobileEditorContainer .downButton:active::after {
border-color: #cfcfcf;
}
.template-search_mindbreeze .handsontable.hide-tween {
animation: 0.3s ease 0s normal forwards 1 running opacity-hide;
}
.template-search_mindbreeze .handsontable.show-tween {
animation: 0.3s ease 0s normal forwards 1 running opacity-show;
}
.template-search_mindbreeze .htContextMenu {
display: none;
position: absolute;
z-index: 1060;
}
.template-search_mindbreeze .htContextMenu .ht_clone_corner,
.template-search_mindbreeze .htContextMenu .ht_clone_debug,
.template-search_mindbreeze .htContextMenu .ht_clone_left,
.template-search_mindbreeze .htContextMenu .ht_clone_top {
display: none;
}
.template-search_mindbreeze .htContextMenu table.htCore {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #bbb;
border-image: none;
border-style: solid;
border-width: 1px 2px 2px 1px;
}
.template-search_mindbreeze .htContextMenu .wtBorder {
visibility: hidden;
}
.template-search_mindbreeze .htContextMenu table tbody tr td {
background: #fff none repeat scroll 0 0;
border-width: 0;
cursor: pointer;
overflow: hidden;
padding: 4px 6px 0;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .htContextMenu table tbody tr td:first-child {
border: 0 none;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDimmed {
color: #323232;
font-style: normal;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.current,
.template-search_mindbreeze .htContextMenu table tbody tr td.zeroclipboard-is-hover {
background: #e9e9e9 none repeat scroll 0 0;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htSeparator {
border-top: 1px solid #bbb;
height: 0;
padding: 0;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDisabled {
color: #999;
}
.template-search_mindbreeze .htContextMenu table tbody tr td.htDisabled:hover {
background: #fff none repeat scroll 0 0;
color: #999;
cursor: default;
}
.template-search_mindbreeze .htContextMenu table tbody tr td div {
padding-left: 10px;
}
.template-search_mindbreeze .htContextMenu table tbody tr td div span.selected {
left: 4px;
margin-top: -2px;
position: absolute;
}
.template-search_mindbreeze .htContextMenu .ht_master .wtHolder {
overflow: hidden;
}
.template-search_mindbreeze .pika-single {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: #fff none repeat scroll 0 0;
border-color: #ccc #ccc #bbb;
border-image: none;
border-style: solid;
border-width: 1px;
color: #333;
display: block;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
position: relative;
z-index: 9999;
}
.template-search_mindbreeze .pika-single::after,
.template-search_mindbreeze .pika-single::before {
content: " ";
display: table;
}
.template-search_mindbreeze .pika-single::after {
clear: both;
}
.template-search_mindbreeze .pika-single {}
.template-search_mindbreeze .pika-single.is-hidden {
display: none;
}
.template-search_mindbreeze .pika-single.is-bound {
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
position: absolute;
}
.template-search_mindbreeze .pika-lendar {
float: left;
margin: 8px;
width: 240px;
}
.template-search_mindbreeze .pika-title {
position: relative;
text-align: center;
}
.template-search_mindbreeze .pika-label {
background-color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin: 0;
overflow: hidden;
padding: 5px 3px;
position: relative;
z-index: 9999;
}
.template-search_mindbreeze .pika-title select {
cursor: pointer;
left: 0;
margin: 0;
opacity: 0;
position: absolute;
top: 5px;
z-index: 9998;
}
.template-search_mindbreeze .pika-next,
.template-search_mindbreeze .pika-prev {
background-color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 75% 75%;
border: 0 none;
cursor: pointer;
display: block;
height: 30px;
opacity: 0.5;
outline: 0 none;
overflow: hidden;
padding: 0;
position: relative;
text-indent: 20px;
white-space: nowrap;
width: 20px;
}
.template-search_mindbreeze .pika-next:hover,
.template-search_mindbreeze .pika-prev:hover {
opacity: 1;
}
.template-search_mindbreeze .is-rtl .pika-next,
.template-search_mindbreeze .pika-prev {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
float: left;
}
.template-search_mindbreeze .is-rtl .pika-prev,
.template-search_mindbreeze .pika-next {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
float: right;
}
.template-search_mindbreeze .pika-next.is-disabled,
.template-search_mindbreeze .pika-prev.is-disabled {
cursor: default;
opacity: 0.2;
}
.template-search_mindbreeze .pika-select {
display: inline-block;
}
.template-search_mindbreeze .pika-table {
border: 0 none;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.template-search_mindbreeze .pika-table td,
.template-search_mindbreeze .pika-table th {
padding: 0;
width: 14.2857%;
}
.template-search_mindbreeze .pika-table th {
color: #999;
font-size: 12px;
font-weight: 700;
line-height: 25px;
text-align: center;
}
.template-search_mindbreeze .pika-button {
background: #f5f5f5 none repeat scroll 0 0;
border: 0 none;
box-sizing: border-box;
color: #666;
cursor: pointer;
display: block;
font-size: 12px;
line-height: 15px;
margin: 0;
outline: 0 none;
padding: 5px;
text-align: right;
width: 100%;
}
.template-search_mindbreeze .pika-week {
color: #999;
font-size: 11px;
}
.template-search_mindbreeze .is-today .pika-button {
color: #3af;
font-weight: 700;
}
.template-search_mindbreeze .is-selected .pika-button {
background: #3af none repeat scroll 0 0;
border-radius: 3px;
box-shadow: 0 1px 3px #178fe5 inset;
color: #fff;
font-weight: 700;
}
.template-search_mindbreeze .is-inrange .pika-button {
background: #d5e9f7 none repeat scroll 0 0;
}
.template-search_mindbreeze .is-startrange .pika-button {
background: #6cb31d none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .is-endrange .pika-button {
background: #3af none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .is-disabled .pika-button {
color: #999;
cursor: default;
opacity: 0.3;
pointer-events: none;
}
.template-search_mindbreeze .pika-button:hover {
background: #ff8000 none repeat scroll 0 0;
border-radius: 3px;
box-shadow: none;
color: #fff;
}
.template-search_mindbreeze .pika-table abbr {
border-bottom: 0 none;
cursor: help;
}
.template-search_mindbreeze .handsontable {
clear: both;
overflow: auto;
table-layout: fixed;
width: auto;
}
.template-search_mindbreeze .handsontable th {
max-width: 400px;
min-width: 150px;
overflow: hidden;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.template-search_mindbreeze .handsontable th .colHeader {
display: block;
margin-right: 50px;
text-align: left;
}
.template-search_mindbreeze .handsontable th .colHeader input[type="text"] {
text-align: left;
width: 100% !important;
}
.template-search_mindbreeze .handsontable thead .colHeader:hover {
cursor: pointer;
}
.template-search_mindbreeze .handsontable td {
color: #000 !important;
max-width: 400px;
min-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap !important;
}
.template-search_mindbreeze .handsontable td h3 {
line-height: 20px;
padding-bottom: 5px;
padding-top: 5px;
}
.template-search_mindbreeze .handsontable .relative {
height: 30px !important;
}
.template-search_mindbreeze .wtHolder {
height: calc(100vh - 400px) !important;
min-height: 300px;
width: auto !important;
}
.template-search_mindbreeze .colHeaderEl,
.template-search_mindbreeze .colHeaderElBeforeLoad {
float: left;
}
.template-search_mindbreeze .colHeaderElBeforeLoad a:hover {
text-decoration: none !important;
}
.template-search_mindbreeze .delAll {
height: 23px;
position: absolute;
right: 5px;
width: 20px;
}
.template-search_mindbreeze .btn_del {
background-color: Transparent;
border: medium none;
display: none;
height: 23px;
padding: 0;
top: 1px;
width: 20px;
}
.template-search_mindbreeze .relative:hover .btn_del {
display: block;
}
.template-search_mindbreeze .handsontable-ui-autocomplete {
margin-right: 20px;
max-height: calc(100vh - 400px);
min-height: 100px;
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .handsontable .ui-autocomplete-input {
width: 90%;
}
.template-search_mindbreeze #addColHeader {
background-color: Transparent;
border: medium none;
}
.template-search_mindbreeze .handsontable .icon-trash::before {
content: "";
}
.template-search_mindbreeze .manualColumnMover {
height: 35px !important;
}
.template-search_mindbreeze .hidden-when-has-child small {
color: #333;
}
.template-search_mindbreeze .exportToCSV {
margin-bottom: 10px;
}
.template-search_mindbreeze .manualColumnResizer {
height: 30px !important;
}
.template-search_mindbreeze .handsontable .icon-ok-sign {
margin-left: 17px;
}
.template-search_mindbreeze .InputFieldEdit button {
background-color: Transparent;
border: medium none;
cursor: pointer;
margin-top: 5px;
position: absolute;
}
.template-search_mindbreeze .addColumnWidth {
width: 85px;
}
.template-search_mindbreeze .ht_clone_top {
z-index: 1 !important;
}
.template-search_mindbreeze .loaderLeft {
background-color: #fff;
border-radius: 6px;
display: none;
list-style-type: none;
overflow: auto;
padding-left: 10px;
padding-top: 10px;
z-index: 1500;
}
.template-search_mindbreeze .loaderLeft .icon-remove-circle {
margin-right: 5px;
padding-top: 3px;
}
.template-search_mindbreeze .loaderLeft .icon-remove-circle:hover {
cursor: pointer;
text-decoration: underline;
}
.template-search_mindbreeze .loaderLeft .mb-export-progress {
margin-right: 0;
padding-right: 0;
}
.template-search_mindbreeze .loaderLeft .pull-right {
font-size: 12px;
margin-right: 0 !important;
padding-right: 7px !important;
}
.template-search_mindbreeze .loaderLeft .mb-export-finished {
padding: 3px 10px;
}
.template-search_mindbreeze .loaderLeft .mb-flexbox-label {
-moz-box-flex: 1;
display: block;
flex: 1 1 0;
max-width: 100%;
overflow: hidden;
padding-right: 10px;
text-overflow: ellipsis;
}
.template-search_mindbreeze .loaderLeft .mb-flexbox-export {
display: flex;
}
.template-search_mindbreeze .loaderLeft .mb-export-is-running {
padding-right: 0 !important;
}
.template-search_mindbreeze .exportDownloaderBlink {
animation-direction: alternate;
animation-duration: 800ms;
animation-iteration-count: infinite;
animation-name: blink;
}
@keyframes blink {
0% {
opacity: 1;
}
100% {
opacity: 0.2;
}
}
@media (min-width: 768px) {
.template-search_mindbreeze .loaderLeft {
box-shadow: 0 0 10px #999;
color: #000;
max-height: 400px;
max-width: 340px;
min-height: 30px;
min-width: 250px;
overflow: auto;
padding-bottom: 10px;
position: absolute;
right: 10px;
top: 40px;
}
.template-search_mindbreeze .loaderLeft li {
display: block !important;
margin-right: 10px;
margin-top: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .loaderLeft .mb-progress-label {
height: 0;
margin-left: 15px;
padding-bottom: 25px;
}
.template-search_mindbreeze .loaderLeft .mb-progress-bar {
margin-left: 10px;
margin-top: 10px !important;
}
.template-search_mindbreeze .loaderLeft .mb-no-export-results {
padding-top: 7px;
position: absolute;
text-align: center;
width: 90%;
}
}
@media (max-width: 767px) {
.template-search_mindbreeze .loaderLeft {
box-shadow: 0 0 10px #999;
left: 20px;
max-height: 150px;
min-height: 30px;
position: fixed;
right: 20px;
top: 47px;
width: auto;
}
.template-search_mindbreeze .mb-header .mb-top-menu .loaderLeft li {
height: 30px;
padding-left: 5px;
padding-right: 10px;
width: 95%;
}
.template-search_mindbreeze .loaderLeft .mb-progress-label {
margin-left: 15px;
padding-bottom: 25px;
}
.template-search_mindbreeze .loaderLeft .mb-progress-bar {
margin-left: 8px;
top: 24px !important;
}
}
.template-search_mindbreeze .resetProperties {
display: none;
float: left;
font-size: 12px;
margin-left: 10px;
margin-top: 5px;
}
.template-search_mindbreeze #allowExportTable {
float: left;
}
.template-search_mindbreeze .ht_clone_left.handsontable {
display: none !important;
}
.template-search_mindbreeze .mb-role[aria-describedby] {
position: relative;
}
.template-search_mindbreeze .mb-role[role="tooltip"] {
background-color: #000;
border-radius: 4px;
box-sizing: initial;
color: #fff;
display: block;
font-size: 11px;
height: 20px;
left: 50%;
line-height: 20px;
margin-left: -75px;
opacity: 1;
padding: 3px 8px;
position: absolute;
text-align: center;
text-decoration: none;
top: -20px;
transition: opacity 0.15s linear 0s;
white-space: nowrap;
width: 150px;
z-index: 999999;
}
.template-search_mindbreeze .mb-role[role="tooltip"]::after {
border-color: #000 transparent transparent;
border-style: solid;
border-width: 5px 5px 0;
content: " ";
display: block;
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
top: 26px;
width: 0;
}
.template-search_mindbreeze .mb-role.mb-bottom[role="tooltip"] {
bottom: -20px;
top: auto;
}
.template-search_mindbreeze .mb-role.mb-bottom[role="tooltip"]::after {
border-color: transparent transparent #000;
border-width: 0 5px 5px;
top: -5px;
}
.template-search_mindbreeze .mb-role.mb-left[role="tooltip"] {
left: -185px;
margin-left: 0;
margin-top: -10px;
top: 50%;
}
.template-search_mindbreeze .mb-role.mb-left[role="tooltip"]::after {
border-color: transparent transparent transparent #000;
border-width: 5px 0 5px 5px;
left: 100%;
margin-left: 0;
margin-top: -5px;
top: 50%;
}
.template-search_mindbreeze .mb-role[role="tooltip"][aria-hidden="true"],
.template-search_mindbreeze .mb-touch .mb-role[role="tooltip"] {
display: none;
opacity: 0;
}
.template-search_mindbreeze .mb-high-contrast .mb-role[role="tooltip"] {
border: 2px solid #000;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-role[role="tooltip"] {
border: 2px solid #fff;
}
.template-search_mindbreeze .btn-link {
color: #0071bc;
}
.template-search_mindbreeze .btn-group-justified {
border-collapse: separate;
display: table;
table-layout: fixed;
width: 100%;
}
.template-search_mindbreeze .btn-group-justified > .btn,
.template-search_mindbreeze .btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.template-search_mindbreeze .btn-group-justified > .btn-group .btn {
width: 100%;
}
.template-search_mindbreeze .nav {
overflow: hidden;
}
.template-search_mindbreeze .btn-link {
border: 0 none;
}
.template-search_mindbreeze .mb-body .modal-dialog .close,
.template-search_mindbreeze .mb-body .popover-content .close {
opacity: 1;
}
.template-search_mindbreeze .mb-btn-no-decor,
.template-search_mindbreeze .mb-btn-no-decor:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
transition: opacity 0.25s linear 0s;
}
.template-search_mindbreeze .mb-btn-no-decor:hover {
opacity: 0.7;
}
.template-search_mindbreeze body.mb-body {
padding-bottom: 2em;
}
@media (max-width: 979px) {}
.template-search_mindbreeze .navbar-inner {
border-left: 0 none;
border-radius: 0;
border-right: 0 none;
overflow-x: auto;
overflow-y: hidden;
}
@media (max-width: 767px) {
.template-search_mindbreeze .navbar {
margin-left: -20px;
margin-right: -20px;
}
}
.template-search_mindbreeze .navbar .nav > li > a,
.template-search_mindbreeze .navbar .nav > li > button {
text-shadow: none;
}
.template-search_mindbreeze .container {
max-width: 1048px;
}
.template-search_mindbreeze .dropdown-menu a,
.template-search_mindbreeze .nav a,
.template-search_mindbreeze .nav button,
.template-search_mindbreeze a.btn {
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-selected .scroller-image {
width: 400px;
}
.template-search_mindbreeze .scroller-image {
box-shadow: 0 0 5px #333;
display: inline-block;
text-align: center;
vertical-align: middle;
width: 200px;
}
.template-search_mindbreeze small {
color: #777;
opacity: 1;
}
.template-search_mindbreeze input::-moz-placeholder {
color: #777;
opacity: 1;
}
.template-search_mindbreeze input:-moz-placeholder {
color: #777;
opacity: 1;
}
.template-search_mindbreeze .media {
border-top: 1px dotted #dcdada;
clear: both;
padding: 1em 0;
}
.template-search_mindbreeze .media::after {
clear: both;
content: " ";
display: block;
}
.template-search_mindbreeze .mb-filters input,
.template-search_mindbreeze .mb-filters select {
width: 100%;
}
.template-search_mindbreeze .media:first-of-type {
border-top: 0 none;
margin-top: -0.5em;
}
.template-search_mindbreeze .media-object img,
.template-search_mindbreeze img.media-object {
max-height: 200px;
max-width: 200px;
}
.template-search_mindbreeze .media-object img.mb-icon[src$="svg"] {
height: 32px;
width: 32px;
}
.template-search_mindbreeze .media-object img.mb-icon,
.template-search_mindbreeze img.mb-icon.media-object {
max-height: 32px;
max-width: 32px;
}
.template-search_mindbreeze .media .pull-left .media-object.pull-left {
margin-right: 0;
}
.template-search_mindbreeze .nowrap {
white-space: nowrap;
}
.template-search_mindbreeze .navbar .nowrap .nav,
.template-search_mindbreeze .navbar .nowrap .nav > li {
display: inline-block;
float: none;
vertical-align: bottom;
}
.template-search_mindbreeze .navbar .nav > .active > a,
.template-search_mindbreeze .navbar .nav > .active > a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-bottom: 3px solid #eaba06;
box-shadow: none;
}
.template-search_mindbreeze .navbar .container > button {
margin-left: -10px;
padding: 10px 15px;
}
.template-search_mindbreeze .nav-pills > li > a {
padding-bottom: 4px;
padding-top: 4px;
}
.template-search_mindbreeze .languages img {
height: 1.25em;
width: 1.75em;
}
.template-search_mindbreeze .languages .dropdown-menu {
min-width: 0;
}
.template-search_mindbreeze .languages .btn {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
box-shadow: none;
}
.template-search_mindbreeze .nav-horizontal {
margin-left: 8px;
}
.template-search_mindbreeze .nav-horizontal li {
float: left;
line-height: 40px;
padding: 0 6px;
}
.template-search_mindbreeze .main {
box-sizing: border-box;
min-height: 100%;
position: relative;
}
.template-search_mindbreeze .indent {}
@keyframes pulse {
0% {
opacity: 1;
}
33% {
opacity: 0.75;
}
67% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.template-search_mindbreeze .editable {
border: 1px dotted #333;
overflow: hidden;
}
.template-search_mindbreeze .btn-edit {
float: right;
}
.template-search_mindbreeze .jstree label {
display: inline-block;
margin-bottom: 0;
padding-left: 0.25em;
}
.template-search_mindbreeze .jstree input,
.template-search_mindbreeze .jstree label {
vertical-align: middle;
}
.template-search_mindbreeze .jstree input {
margin: 0;
}
.template-search_mindbreeze .applist img.icon {
float: left;
margin: 3px 6px 0 -54px;
width: 48px;
}
.template-search_mindbreeze .applist {
padding-bottom: 1em;
}
.template-search_mindbreeze .applist,
.template-search_mindbreeze .applist .federatedClient {
clear: both;
}
.template-search_mindbreeze .applist .federatedClient {
border-top: 1px dotted #dcdada;
padding-left: 54px;
padding-right: 70px;
position: relative;
}
.template-search_mindbreeze .applist .switch {
position: absolute;
right: 0;
top: 1em;
}
.template-search_mindbreeze .applist h5,
.template-search_mindbreeze .applist h6 {
margin: 0.25em 0;
}
.template-search_mindbreeze .muted {
color: #aaa;
}
.template-search_mindbreeze #secondary-navigation > ul {
list-style-position: inside;
margin-left: 0;
padding-left: 0;
padding-top: 0;
text-align: right;
}
.template-search_mindbreeze #secondary-navigation > ul li {
border-color: #ddd;
list-style-image: none;
list-style-type: none;
padding-top: 10px;
}
.template-search_mindbreeze #secondary-navigation > ul a {
color: #333;
display: block;
line-height: 160%;
padding-right: 10px;
text-decoration: none;
transition: all 0.35s ease 0s;
}
.template-search_mindbreeze hr.large {
border-style: none;
margin-bottom: 0;
margin-top: 0;
padding: 0 0 3%;
text-align: right;
}
.template-search_mindbreeze hr.large::after {
content: ".....................";
letter-spacing: 4px;
}
.template-search_mindbreeze .center,
.template-search_mindbreeze .mb-center {
text-align: center;
}
.template-search_mindbreeze .mb-block {
display: block;
}
.template-search_mindbreeze .search-field input {
margin-bottom: 0;
width: 100%;
}
.template-search_mindbreeze .search-field button:hover {
color: #333;
text-decoration: none;
}
.template-search_mindbreeze .btn-rounded {
border-radius: 50%;
}
.template-search_mindbreeze .mb-scrollable-y {
overflow-x: hidden;
overflow-y: auto;
}
.template-search_mindbreeze .mb-in-preview .mb-content {
display: none;
}
.template-search_mindbreeze .mb-preview-action {
padding-left: 0.5em;
}
.template-search_mindbreeze .mb-preview h1,
.template-search_mindbreeze .mb-preview h2,
.template-search_mindbreeze .mb-preview h3,
.template-search_mindbreeze .mb-preview h4,
.template-search_mindbreeze .mb-preview h5,
.template-search_mindbreeze .mb-preview h6 {
font-size: 1.1em;
}
.template-search_mindbreeze .mb-html-preview-container #page-container {
margin: 0 -20px -20px;
position: relative;
}
.template-search_mindbreeze .ui-autocomplete .unmatched {
font-weight: 700;
}
.template-search_mindbreeze .pager li a,
.template-search_mindbreeze .pager li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
}
.template-search_mindbreeze .mb-separated > *:first-child {
padding-left: 3px;
}
.template-search_mindbreeze .mb-separated.mb-actions > *:first-child {
padding-left: 0;
}
.template-search_mindbreeze .mb-separated {
color: #777;
margin-bottom: 0;
}
.template-search_mindbreeze .media .mb-metadata::before {
content: " ";
padding-left: 3px;
}
.template-search_mindbreeze dl.mb-horizontal dt::after {
content: ": ";
}
.template-search_mindbreeze dl.mb-horizontal dt::before {
content: " ";
display: block;
}
.template-search_mindbreeze dl.mb-comma-separated-values > dd::before {
content: ", ";
}
.template-search_mindbreeze dl.mb-comma-separated-values > dt + dd::before {
content: "";
}
.template-search_mindbreeze dl.mb-horizontal.mb-separated dt::before {
display: inline;
}
.template-search_mindbreeze dl.mb-separated,
.template-search_mindbreeze ul.mb-separated {
display: block;
margin-top: 0;
white-space: nowrap;
}
.template-search_mindbreeze dl.mb-comma-separated dd,
.template-search_mindbreeze dl.mb-horizontal dd,
.template-search_mindbreeze dl.mb-horizontal dt,
.template-search_mindbreeze dl.mb-separated dd,
.template-search_mindbreeze dl.mb-separated dt,
.template-search_mindbreeze ul.mb-separated li {
display: inline;
margin: 0;
}
.template-search_mindbreeze dl.mb-comma-separated dd,
.template-search_mindbreeze dl.mb-horizontal dd,
.template-search_mindbreeze dl.mb-separated dd,
.template-search_mindbreeze ul.mb-separated li {
white-space: normal;
}
.template-search_mindbreeze .mb-separated img {
display: none;
}
.template-search_mindbreeze .mb-separated > *::before {
white-space: normal;
}
.template-search_mindbreeze .mb-separated > *::before,
.template-search_mindbreeze dl.mb-horizontal.mb-separated dt::before {
content: " - ";
}
.template-search_mindbreeze .mb-separated > *:first-child::before {
content: "";
}
.template-search_mindbreeze .mb-separated .mb-separated > *::after {
content: ", ";
}
.template-search_mindbreeze .mb-separated .mb-separated > *::before,
.template-search_mindbreeze .mb-separated .mb-separated > *:last-child::after {
content: "";
}
.template-search_mindbreeze .nav img {
max-height: 16px;
max-width: 16px;
}
.template-search_mindbreeze .mb-about-popover h2,
.template-search_mindbreeze .mb-filters h1,
.template-search_mindbreeze .mb-filters h2,
.template-search_mindbreeze .mb-filters h3,
.template-search_mindbreeze .mb-filters h4,
.template-search_mindbreeze .mb-filters h5,
.template-search_mindbreeze .mb-filters h6 {
font-size: 14px;
line-height: 20px;
}
.template-search_mindbreeze .mb-filters .nav {
margin-bottom: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li label {
overflow: hidden;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .mb-filters .nav > li,
.template-search_mindbreeze .mb-filters .nav > li > a {
position: relative;
}
.template-search_mindbreeze .mb-progress-indicator.pull-right {
position: absolute;
text-align: right;
}
.template-search_mindbreeze .media-heading {
font-size: 16px;
line-height: 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}
.template-search_mindbreeze .media-heading a {
color: #111;
}
.template-search_mindbreeze .media {
margin-top: 0;
}
.template-search_mindbreeze .mb-close {
color: #333;
font-size: 1.5em;
}
.template-search_mindbreeze .mb-preview {
padding: 3px;
}
.template-search_mindbreeze .mb-preview pre {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 20px;
}
.template-search_mindbreeze .mb-preview th {
text-align: left;
}
.template-search_mindbreeze .mb-computing .mb-pulse {
animation: 2s linear 0s normal none infinite running pulse;
display: inline-block;
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes pulse {
0% {
opacity: 1;
}
50% {
opacity: 0.45;
}
100% {
opacity: 1;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
@keyframes mb-progress {
0% {
width: 0;
}
0.7% {
width: 75%;
}
1% {
width: 80%;
}
1.5% {
width: 83%;
}
2% {
width: 85%;
}
5% {
width: 90%;
}
20% {
width: 95%;
}
100% {
width: 97%;
}
}
.template-search_mindbreeze .navbar-fixed-bottom,
.template-search_mindbreeze .navbar-fixed-top {
z-index: 1001;
}
.template-search_mindbreeze .nav-stacked .nav-stacked {
margin-left: 1em;
}
.template-search_mindbreeze .mb-progress-indicator {
display: none;
width: 100%;
}
.template-search_mindbreeze .mb-absolute {
position: absolute;
}
.template-search_mindbreeze .mb-absolute.mb-progress-indicator {
background: rgba(238, 238, 238, 0.95) none repeat scroll 0 0;
border-radius: 8px;
display: block;
height: 100px;
left: -100px;
line-height: 100px;
margin-left: -50px;
margin-top: -50px;
opacity: 0;
position: fixed;
text-align: center;
top: -100px;
transition: opacity 0.25s linear 0s;
vertical-align: middle;
width: 100px;
z-index: 1049;
}
.template-search_mindbreeze .mb-computing .mb-absolute.mb-progress-indicator {
left: 50%;
opacity: 1;
top: 50%;
}
.template-search_mindbreeze .mb-computing .mb-progress-indicator {
display: block;
}
.template-search_mindbreeze .breadcrumb {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.template-search_mindbreeze .breadcrumb li {
padding-right: 1em;
}
.template-search_mindbreeze .mb-scroll-placeholder {
border: 0 none;
display: block;
font-size: 1em;
font-weight: 400;
margin: 0;
padding: 0;
}
@media (max-width: 767px) {
.template-search_mindbreeze .mb-scroll-placeholder {
display: none;
}
.template-search_mindbreeze .mb-header {
margin-left: -20px;
margin-right: -20px;
}
}
.template-search_mindbreeze .IN-widget {
vertical-align: middle !important;
}
.template-search_mindbreeze .media,
.template-search_mindbreeze .media-body {
overflow: visible;
}
.template-search_mindbreeze .mb-dropdown-toggle {
overflow: visible;
position: relative;
}
.template-search_mindbreeze .mb-dropdown-toggle .caret {
vertical-align: middle;
}
.template-search_mindbreeze .first10 li {
display: none;
}
.template-search_mindbreeze .first10 li:nth-of-type(0),
.template-search_mindbreeze .first10 li:nth-of-type(1),
.template-search_mindbreeze .first10 li:nth-of-type(10),
.template-search_mindbreeze .first10 li:nth-of-type(11),
.template-search_mindbreeze .first10 li:nth-of-type(2),
.template-search_mindbreeze .first10 li:nth-of-type(3),
.template-search_mindbreeze .first10 li:nth-of-type(4),
.template-search_mindbreeze .first10 li:nth-of-type(5),
.template-search_mindbreeze .first10 li:nth-of-type(6),
.template-search_mindbreeze .first10 li:nth-of-type(7),
.template-search_mindbreeze .first10 li:nth-of-type(8),
.template-search_mindbreeze .first10 li:nth-of-type(9) {
display: list-item;
}
.template-search_mindbreeze .mb-logout {
opacity: 0.25;
}
.template-search_mindbreeze .action,
.template-search_mindbreeze .mb-clickable,
.template-search_mindbreeze a {
cursor: pointer;
}
.template-search_mindbreeze .mb-login .modal-body {
max-height: 500px;
}
.template-search_mindbreeze .mb-login iframe {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
height: 450px;
width: 100%;
}
.template-search_mindbreeze .mb-line-item img,
.template-search_mindbreeze img.mb-small {
max-height: 24px;
max-width: 24px;
}
.template-search_mindbreeze .mb-header.navbar .nav > li > a,
.template-search_mindbreeze .mb-header.navbar .nav > li > button,
.template-search_mindbreeze .mb-selectable,
.template-search_mindbreeze .nav > li > a,
.template-search_mindbreeze .nav > li > button {
border-bottom: 0 none;
margin-bottom: 2px;
padding-bottom: 12px;
}
.template-search_mindbreeze .mb-header.navbar .nav > li > a:hover,
.template-search_mindbreeze .mb-header.navbar .nav > li > button:hover,
.template-search_mindbreeze .mb-selected,
.template-search_mindbreeze .nav > li > a.mb-selected,
.template-search_mindbreeze .nav > li > a[aria-selected="true"],
.template-search_mindbreeze .nav > li > button.mb-selected,
.template-search_mindbreeze .nav > li > button[aria-selected="true"] {
border-bottom: 2px solid #eaba06;
padding-bottom: 10px;
}
.template-search_mindbreeze .mb-selected,
.template-search_mindbreeze .nav > li > a.mb-selected,
.template-search_mindbreeze .nav > li > a[aria-selected="true"],
.template-search_mindbreeze .nav > li > button.mb-selected,
.template-search_mindbreeze .nav > li > button[aria-selected="true"] {
margin-bottom: inherit;
}
.template-search_mindbreeze .mb-selected a:hover {
text-decoration: none;
}
.template-search_mindbreeze .mb-embedded .mb-hidden-embedded {
display: none;
}
.template-search_mindbreeze .mb-inline,
.template-search_mindbreeze .mb-inline li {
display: inline-block;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .alert {
margin-bottom: 8px;
}
.template-search_mindbreeze .mb-clipped {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.template-search_mindbreeze .mb-loading .mb-hidden-loading,
.template-search_mindbreeze .mb-visible-loading {
display: none;
}
.template-search_mindbreeze .mb-loading .mb-visible-loading {
display: block;
}
.template-search_mindbreeze .mb-content {
overflow: hidden;
padding-left: 3px;
}
[class*="span"] {
position: relative;
}
@media (max-width: 480px) {
.template-search_mindbreeze .media .pull-left,
.template-search_mindbreeze .media .pull-right {
float: left;
margin-bottom: 0;
}
}
@media (max-width: 767px) {
.template-search_mindbreeze .mb-clickable-phone {
cursor: pointer;
}
.template-search_mindbreeze .mb-separated > * {
display: block;
margin-bottom: 2px;
}
.template-search_mindbreeze .mb-separated > *::after {
content: "";
}
.template-search_mindbreeze .mb-clear-phone {
clear: both;
}
.template-search_mindbreeze .mb-actions {
border: 1px solid #dcdada;
}
.template-search_mindbreeze .mb-actions > *::before {
content: "";
}
.template-search_mindbreeze .mb-actions a {
border-bottom: 1px solid #dcdada;
display: block;
padding: 0.5em;
}
.template-search_mindbreeze .mb-actions li:last-child a,
.template-search_mindbreeze .mb-actions span:last-child a {
border-bottom: 0 none;
}
.template-search_mindbreeze .mb-top-separated-phone {
border-top: 1px dotted #dcdada;
padding-top: 1.5em;
}
}
.template-search_mindbreeze .mb-open .mb-visible-open {
display: inherit !important;
}
.template-search_mindbreeze .mb-actions.mb-visible-open {
overflow: hidden;
}
.template-search_mindbreeze .mb-acc,
.template-search_mindbreeze .mb-acc * {
background: transparent none repeat scroll 0 0 !important;
color: transparent !important;
display: block !important;
height: 1px !important;
left: 0 !important;
margin: 0 !important;
overflow: hidden;
padding: 0 !important;
position: absolute !important;
top: 0 !important;
width: 1px !important;
}
.template-search_mindbreeze .mb-acc:focus,
.template-search_mindbreeze .mb-acc:focus * {
background: inherit !important;
color: inherit !important;
display: inherit !important;
height: auto !important;
left: inherit !important;
margin: inherit !important;
overflow: inherit !important;
padding: inherit !important;
position: inherit !important;
top: inherit !important;
width: auto !important;
}
.template-search_mindbreeze .mb-acc:focus a,
.template-search_mindbreeze a.mb-acc:focus {
color: #0071bc !important;
}
.template-search_mindbreeze .leaflet-container {
margin: 1.5em 0 2.5em;
}
@media (max-width: 480px) {
.template-search_mindbreeze .leaflet-container {
height: 100px !important;
}
.template-search_mindbreeze .leaflet-control-attribution {
display: none;
}
.template-search_mindbreeze .media-object img,
img.media-object {
max-height: 100px;
max-width: 100px;
}
}
.template-search_mindbreeze h2 small {
font-size: 14px;
}
.template-search_mindbreeze .icon-spinner {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/spinner.gif");
display: inline-block;
height: 20px;
width: 20px;
}
.template-search_mindbreeze .icon-spinner::before {
content: "";
}
.template-search_mindbreeze .mb-about-popover {
border-radius: 2px;
color: #fff;
left: auto !important;
padding: 35px 25px 35px 35px;
right: 2px;
top: auto !important;
width: 220px;
}
.template-search_mindbreeze .mb-about-popover .background-container {
height: 426px;
left: -35px;
overflow: hidden;
position: absolute;
right: -35px;
top: -35px;
z-index: -1;
}
.template-search_mindbreeze .mb-about-popover .background {
max-height: none;
max-width: none;
}
.template-search_mindbreeze .mb-about-popover .popover-content {
padding-top: 235px;
position: relative;
}
.template-search_mindbreeze .mb-top-right {
position: absolute;
right: 0;
top: -12px;
}
.template-search_mindbreeze .mb-about-popover.bottom .arrow {
left: auto;
right: 20px;
}
.template-search_mindbreeze .mb-about-popover.bottom .arrow::after {
border-bottom-color: #101010;
}
.template-search_mindbreeze .mb-about-popover h2 {
color: #ffcf1f;
margin-bottom: 0;
}
.template-search_mindbreeze .mb-inverted,
.template-search_mindbreeze .mb-inverted .btn-link {
background-color: #202020;
color: #ddd;
}
.template-search_mindbreeze .mb-inverted a {
color: gray;
}
.template-search_mindbreeze .mb-inverted a:hover {
color: #fff;
}
.template-search_mindbreeze .mb-hide-text {
color: transparent;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
}
.template-search_mindbreeze .mb-add-and-available {
box-sizing: border-box;
display: inline-block;
max-width: 100%;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-filters .nav-pills a.mb-add-and {
background: #fff none repeat scroll 0 0;
bottom: 0;
opacity: 0;
padding: 0;
position: absolute;
right: -16px;
top: -4px;
transition: opacity 0.5s ease-in 0s;
}
.template-search_mindbreeze .mb-filters .nav-pills li:hover a.mb-add-and {
opacity: 1;
right: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li:hover .mb-add-and-available {
padding-right: 16px;
transition: padding 0s ease-in 0s;
}
.template-search_mindbreeze .mb-print {
display: none;
}
@media print {
.template-search_mindbreeze a[href]::after {
content: "";
}
.template-search_mindbreeze .navbar-inner {
border: 0 none;
}
.template-search_mindbreeze .mb-no-print {
display: none !important;
}
.template-search_mindbreeze .mb-print {
display: inline;
}
.template-search_mindbreeze .mb-print-left {
text-align: left;
}
.template-search_mindbreeze input[type="search"] {
border: 0 none;
box-shadow: none;
transition: none 0s ease 0s;
}
.template-search_mindbreeze input.mb-query {
padding-left: 0 !important;
}
}
.template-search_mindbreeze .mb-small {
font-size: 10px;
}
@media (max-width: 979px) {
.template-search_mindbreeze .mb-login {
position: absolute;
}
}
.template-search_mindbreeze .mb-visible {
display: inherit !important;
}
@media (max-width: 480px) {
.template-search_mindbreeze .mb-login .modal-body {
max-height: none;
padding: 0;
}
}
.template-search_mindbreeze .mb-input-clear {
display: inline-block;
position: relative;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .mb-input-clear i {
display: none;
}
.template-search_mindbreeze .mb-input-clear:hover i {
display: block;
font-size: 13px;
}
.template-search_mindbreeze .mb-input-clear button {
margin-left: -28px;
}
.template-search_mindbreeze .mb-input-clear input {
padding-right: 20px;
width: 100%;
}
.template-search_mindbreeze .mb-full-width-input .mb-input-clear,
.template-search_mindbreeze .mb-full-width-input .uneditable-input,
.template-search_mindbreeze .mb-full-width-input input,
.template-search_mindbreeze .mb-full-width-input input.ui-autocomplete-input,
.template-search_mindbreeze .mb-full-width-input textarea {
box-sizing: border-box;
width: 100%;
}
.template-search_mindbreeze input[type="button"],
.template-search_mindbreeze input[type="checkbox"],
.template-search_mindbreeze input[type="file"],
.template-search_mindbreeze input[type="image"],
.template-search_mindbreeze input[type="radio"],
.template-search_mindbreeze input[type="reset"],
.template-search_mindbreeze input[type="submit"] {
width: auto;
}
.template-search_mindbreeze .mb-collected a.action.collect {
color: #777;
}
.template-search_mindbreeze .mb-collected a.action.collect::after {
content: "";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
padding-left: 0.25em;
text-decoration: inherit;
}
.template-search_mindbreeze .mb-collected a.action.collect:hover {
text-decoration: none;
}
.template-search_mindbreeze .mb-saved-searches .mb-hint {
display: block;
margin-top: -1.25em;
}
.template-search_mindbreeze .mb-saved-searches .nav-pills > li > a {
margin: 0 -4px;
padding: 0 4px;
}
.template-search_mindbreeze .mb-saved-searches ul .pull-right a {
padding: 0;
}
.template-search_mindbreeze .navbar .search-field button.mb-btn-save-search {
color: #fff;
margin-right: -24px;
text-shadow: none;
}
.template-search_mindbreeze .navbar .search-field button.mb-btn-save-search i {
font-size: 0.8em;
}
.template-search_mindbreeze .mb-inplace-edit-control {
display: inline-block;
}
.template-search_mindbreeze .mb-inplace-editable {
position: relative;
}
.template-search_mindbreeze .mb-inplace-handle {
line-height: 1.5em !important;
margin-right: 0 !important;
margin-top: -0.75em !important;
padding: 0 !important;
position: absolute !important;
right: 0 !important;
top: 50% !important;
}
.template-search_mindbreeze .mb-inplace-action {
color: #222;
padding: 0 !important;
}
.template-search_mindbreeze .mb-text {
display: inline;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
margin: 0;
padding: 0;
}
.template-search_mindbreeze .mb-filters ul .pull-right {
background: inherit;
}
.template-search_mindbreeze .mb-saved-searches .nav-pills > li > a {
padding-right: 4em;
}
.template-search_mindbreeze .mb-saved-searches .nav a {
text-overflow: clip;
}
.template-search_mindbreeze .mb-saved-searches .mb-inplace-action,
.template-search_mindbreeze .mb-saved-searches .nav a:hover .mb-inplace-action {
background: #fff none repeat scroll 0 0 !important;
display: inline-block !important;
position: relative;
vertical-align: middle;
z-index: 1;
}
.template-search_mindbreeze .mb-filters .nav a:hover .mb-inplace-action {
background: inherit;
}
.template-search_mindbreeze .mb-modal-content .mb-hidden-detail {
display: none;
}
.template-search_mindbreeze .mb-touch .close {
font-size: 32px;
line-height: 22px;
}
.template-search_mindbreeze .mb-touch .alert .close {
top: -5px;
}
.template-search_mindbreeze .mb-saved-searches input.mb-inplace-edit {
box-sizing: border-box;
width: 100%;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [role="tab"] {
cursor: pointer;
position: relative;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [role="tab"]::after {
content: "";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
position: absolute;
right: 0;
text-decoration: inherit;
top: 0;
}
.template-search_mindbreeze .mb-role[aria-multiselectable="true"] [aria-expanded="true"][role="tab"]::after {
content: "";
}
.template-search_mindbreeze .mb-btn-full-width {
text-align: left;
width: 100%;
}
.template-search_mindbreeze .dropdown-menu li > a,
.template-search_mindbreeze .mb-filters .nav-pills a.mb-add-and {
margin: 0 !important;
}
.template-search_mindbreeze .mb-filters input,
.template-search_mindbreeze .mb-filters select {
box-sizing: border-box;
}
.template-search_mindbreeze .mb-feedbackbutton a,
.template-search_mindbreeze .mb-feedbackbutton button {
background-image: url("https://msa-extern.uni-bonn.de/apps/img/feedback.png");
border: 0 none;
bottom: 0;
box-shadow: 0 0 7px 0 #333;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.template-search_mindbreeze .mb-feedbackbutton a:hover,
.template-search_mindbreeze .mb-feedbackbutton button:hover {
box-shadow: 0 0 8px 0 #000;
}
.template-search_mindbreeze .mb-feedbackbutton,
.template-search_mindbreeze .mb-role.mb-feedbackbutton {
height: 102px;
position: fixed;
right: 0;
top: 50%;
width: 24px;
}
.template-search_mindbreeze .mb-line-item,
.template-search_mindbreeze .nav > li label.checkbox > span {
display: table;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .mb-line-item button,
.template-search_mindbreeze .nav > li label.checkbox > span button {
text-align: left;
}
.template-search_mindbreeze .mb-line-item > *,
.template-search_mindbreeze .nav > li label.checkbox > span > * {
display: table-cell;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
.template-search_mindbreeze .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-line-item > .pull-right,
.template-search_mindbreeze .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .nav > li label.checkbox > span > .pull-right {
float: none;
white-space: nowrap;
width: 1%;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span {
display: flex;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item > *,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > * {
-moz-box-flex: 1;
display: block;
flex: 1 1 0;
max-width: 100%;
}
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-right,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-right {
flex: 0 0 auto;
width: auto;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .nav-pills li a.mb-line-item {
border-radius: 0;
padding-left: 0;
padding-right: 0;
position: relative;
z-index: 2;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches ul .pull-right {
margin-top: 0;
top: 0.25em;
}
.template-search_mindbreeze .mb-saved-searches .mb-inplace-actions {
position: absolute;
right: 0;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .mb-inplace-actions {
display: block;
font-size: 1.25em;
margin-top: 1px;
position: static;
text-align: center;
}
.template-search_mindbreeze .mb-touch .mb-saved-searches .mb-inplace-actions .mb-inplace-action {
padding: 4px 8px !important;
}
.template-search_mindbreeze .mb-progress-bar {
height: 3px;
margin: auto;
position: relative;
width: 100%;
}
.template-search_mindbreeze .mb-progress-bar::before {
border-top: 4px solid #f0c70f;
content: " ";
display: block;
left: 0;
opacity: 0;
position: absolute;
width: 0;
}
.template-search_mindbreeze .mb-progress-bar.mb-fixed {
left: 0;
right: 0;
top: 0;
z-index: 9999;
}
.template-search_mindbreeze .mb-fixed {
position: fixed;
}
.template-search_mindbreeze .mb-computing .mb-progress-bar::before {
animation: 200s linear 0s normal none 1 running mb-progress;
opacity: 1;
width: 99%;
}
.template-search_mindbreeze .mb-progress .mb-computing {
position: relative;
}
.template-search_mindbreeze .mb-progress .mb-progress-bar {
height: 4px;
margin-top: -2px;
position: absolute;
top: 50%;
}
.template-search_mindbreeze .mb-hidden-radio {
display: inline-block;
position: relative;
}
.template-search_mindbreeze .mb-hidden-radio input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
height: 24px;
width: 24px;
}
.template-search_mindbreeze .mb-hidden-radio > span {
background: #fff none repeat scroll 0 0;
bottom: 0;
left: 0;
line-height: 24px;
position: absolute;
right: 0;
text-align: center;
top: 4px;
vertical-align: middle;
}
.template-search_mindbreeze .mb-hidden-radio input:checked + span {
background: #222 none repeat scroll 0 0;
color: #fff;
}
.template-search_mindbreeze .mb-body *:focus {
outline: 0 none;
}
.template-search_mindbreeze .mb-highlight-focus *:focus {
box-shadow: 0 0 0 3px #eaba06 !important;
outline: 1px dotted #222 !important;
outline-offset: -1px !important;
}
.template-search_mindbreeze .mb-highlight-focus .navbar-inverse *:focus {
outline: 1px dotted #eaba06 !important;
}
.template-search_mindbreeze .mb-highlight-focus .mb-role[role="toolbar"]:focus {
box-shadow: none !important;
outline: 0 none !important;
outline-offset: 0 !important;
}
.template-search_mindbreeze .mb-body .uneditable-input:focus,
.template-search_mindbreeze .mb-body input[type="color"]:focus,
.template-search_mindbreeze .mb-body input[type="date"]:focus,
.template-search_mindbreeze .mb-body input[type="datetime-local"]:focus,
.template-search_mindbreeze .mb-body input[type="datetime"]:focus,
.template-search_mindbreeze .mb-body input[type="email"]:focus,
.template-search_mindbreeze .mb-body input[type="month"]:focus,
.template-search_mindbreeze .mb-body input[type="number"]:focus,
.template-search_mindbreeze .mb-body input[type="password"]:focus,
.template-search_mindbreeze .mb-body input[type="search"]:focus,
.template-search_mindbreeze .mb-body input[type="tel"]:focus,
.template-search_mindbreeze .mb-body input[type="text"]:focus,
.template-search_mindbreeze .mb-body input[type="time"]:focus,
.template-search_mindbreeze .mb-body input[type="url"]:focus,
.template-search_mindbreeze .mb-body input[type="week"]:focus,
.template-search_mindbreeze .mb-body textarea:focus {
border-color: #eaba06 !important;
border-style: dotted !important;
outline: 0 none !important;
}
.template-search_mindbreeze .mb-actions,
.template-search_mindbreeze .mb-filters .nav-pills li label,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-left,
.template-search_mindbreeze .mb-flexbox .mb-line-item > .pull-right,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-left,
.template-search_mindbreeze .mb-flexbox .nav > li label.checkbox > span > .pull-right,
.template-search_mindbreeze .mb-line-item,
.template-search_mindbreeze .media-heading,
.template-search_mindbreeze .nav,
.template-search_mindbreeze .nav > li label.checkbox > span {
margin: -3px;
padding: 3px;
}
.template-search_mindbreeze .nav > li label.checkbox > span {
margin-left: 0;
}
.template-search_mindbreeze .mb-actions,
.template-search_mindbreeze .media-heading {
margin-left: 0;
margin-right: 0;
}
.template-search_mindbreeze .media-heading {
margin-top: 0;
}
.template-search_mindbreeze .mb-filters .nav-pills li label {
padding-left: 23px;
}
.template-search_mindbreeze .navbar .nav {
margin-bottom: -3px;
}
.template-search_mindbreeze .navbar .container > button {
margin-bottom: 3px;
}
.template-search_mindbreeze .mb-high-contrast .media-heading em {
font-style: italic;
}
.template-search_mindbreeze .mb-high-contrast.mb-body *:focus {
outline-width: 3px !important;
}
.template-search_mindbreeze .mb-high-contrast.mb-body .uneditable-input:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="color"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="date"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="datetime-local"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="datetime"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="email"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="month"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="number"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="password"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="search"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="tel"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="text"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="time"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="url"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body input[type="week"]:focus,
.template-search_mindbreeze .mb-high-contrast.mb-body textarea:focus {
outline: medium dotted !important;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-feedbackbutton .mb-hide-text {
color: inherit;
overflow: visible;
text-indent: 0;
}
.template-search_mindbreeze .mb-high-contrast.mb-white-on-black .mb-feedbackbutton {
transform: rotate(270deg);
}
.template-search_mindbreeze .mb-toggle {
display: block;
}
.template-search_mindbreeze button.btn-export {
display: none;
}
.template-search_mindbreeze button[data-export-enabled="true"] {
display: inline-block;
}
.template-search_mindbreeze button[data-export-enabled="false"] {
display: none;
}
.template-search_mindbreeze .dropdownfilter {
margin-top: 10px;
position: relative;
}
.template-search_mindbreeze .dropdownfilter .caret {
position: absolute;
right: 7px;
}
.template-search_mindbreeze .dropdownfilter .dropdown-menu[aria-expanded="true"] {
box-sizing: border-box;
display: block;
padding-left: 8px;
padding-right: 10px;
position: absolute;
top: 57px;
width: 100%;
}
.template-search_mindbreeze .dropdownfilter .dropdown-toggle.full-width {
box-sizing: border-box;
overflow: hidden;
padding-right: 5px;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}
.template-search_mindbreeze .dropdownfilter .dropdown-menu {
max-height: 325px;
overflow-y: scroll;
}
.template-search_mindbreeze .dropdownfilter input.ui-autocomplete-input {
margin-bottom: 5px;
}


/* - ++resource++unibonn.rootobject.static/style.min.css - */
/* https://www.humangenetics.uni-bonn.de/portal_css/++resource++unibonn.rootobject.static/style.min.css?original=1 */
.template-search_mindbreeze .gd-result .gd-description,
.template-search_mindbreeze .gd-result .gd-title,
.template-search_mindbreeze .gd-result .gd-url,
.template-search_mindbreeze .mbi-title {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif
}
.template-search_mindbreeze .mbi-title {
font-size: 18px;
margin: 0 0 0 5px
}
.template-search_mindbreeze .mb-progress-bar:before {
border-top: 4px solid #48688E
}
.template-search_mindbreeze .gd-result {
max-width: 600px
}
.template-search_mindbreeze .gd-result em {
background-color: transparent
}
.template-search_mindbreeze .gd-result .gd-title {
font-size: 14px
}
.template-search_mindbreeze .gd-result .gd-title a,
.template-search_mindbreeze .gd-result .gd-title a:active,
.template-search_mindbreeze .gd-result .gd-title a:hover,
.template-search_mindbreeze .gd-result .gd-title a:visited {
font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
color: #004191;
text-decoration: underline
}
.template-search_mindbreeze .gd-result .gd-description,
.template-search_mindbreeze .gd-result .gd-url {
font-size: 12px;
line-height: normal
}
.template-search_mindbreeze .gd-result .gd-url {
color: green
}
@media (max-width:767px) {
body.template-search_mindbreeze  {
padding: 0
}
}
.template-search_mindbreeze input.mb-query  {
background: #fff none repeat scroll 0 0;
border: 1px solid #ddd;
color: #444;
height: 30px;
margin-right: 10px;
width: calc(100% - 50px);
width: -moz-calc(100% - 50px);
width: -webkit-calc(100% - 50px);
padding-left: 0 !important;
padding-right: 0 !important;
padding: 4px 6px !important;
transition: all 0.2s linear 0s;
border-radius: 0em;
float: left;
}
.template-search_mindbreeze #search-content li {
background: none;
padding-left: 0;
}
.template-search_mindbreeze input[name="host"] {
display: none;
}
.template-search_mindbreeze .mb-actions, .mb-filters .nav-pills li label, .mb-flexbox .mb-line-item > .pull-left, .mb-flexbox .mb-line-item > .pull-right, .mb-flexbox .nav > li label.checkbox > span > .pull-left, .mb-flexbox .nav > li label.checkbox > span > .pull-right, .mb-line-item, .media-heading, .nav, .nav > li label.checkbox > span {
margin: 0;
}
.template-search_mindbreeze #search-content h3 {
text-transform: capitalize;
margin-bottom: 5px;
}
/* */


/* - ploneCustom.css - */
@media all {
/* https://www.humangenetics.uni-bonn.de/portal_css/ploneCustom.css?original=1 */
/* */
/* */
/* */
/* */
/* */

}


/* - unibonnthemehumangenetik.css - */
@media screen {
/* https://www.humangenetics.uni-bonn.de/portal_css/unibonnthemehumangenetik.css?original=1 */
/* */
@font-face {
font-family: 'Lato';
src: url('Lato-Regular.ttf')  format('truetype');
}
@font-face {
font-family: 'LatoB';
src: url('Lato-Bold.ttf')  format('truetype');
font-weight: bold;
}
@font-face {
font-family: 'LatoBI';
src: url('Lato-BoldItalic.ttf')  format('truetype');
font-style: italic;
font-weight: bold;
}
body {
font: 14px Lato, sans-serif ;
line-height: 20px;
color: #515151;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1,h2,h3,h4,h5,h6 {
color: #00519e !important;
}
h1 {
font-family: LatoB, sans-serif ;
font-size: 150%;
font-weight: bold;
margin: 0 0 10px 0;
line-height: 24px;
}
h2 {
font-family: LatoB, sans-serif ;
font-size: 150%;
font-weight: bold;
margin: 0 0 8px 0;
line-height: 21px;
}
h3 {
font-family: LatoB, sans-serif ;
font-size: 125%;
font-weight: bold;
margin: 0 0 6px 0;
line-height: 20px;
}
h4, h5, h6 {
font-family: LatoB, sans-serif ;
font-size: 100%;
font-weight: bold;
margin: 0 0 4px 0;
}
.collage-item .standard-topic h1.documentFirstHeading,
.collage-item .standard-topic h2.documentFirstHeading,
.collage-item .standard-topic h3.documentFirstHeading,
h2.grey,
h3.grey {
color: #00519e !important;
}
li {
margin-bottom: 0;
}
a {
text-decoration: none;
color: #00519e;
}
form {
float: left;
width: 100%;
}
a:active,
a:focus,
a:hover {
text-decoration: underline;
color: #00519e;
}
a:visited {
color: #0099cc;
}
#content {
margin: 0;
}
.reviewHistory, .contentHistory {
clear: both;
color: #515151;
display: inline;
float: left;
font-size: 100% !important;
}
.documentActions li,
#portal-personaltools li,
#portal-languageselector li,
#portal-siteactions li {
display: block;
float: left;
}
.documentActions li {
padding-left: 1em;
}
#portal-sections {
background-color: #00519e;
}
#portal-top {
/* */
background: rgb(255,255,255); /* */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* */
height: 100px;
}
#portal-logo {
background-image: url('logo_main_small.png');
background-repeat: no-repeat;
width: 224px;
height: 72px;
float: left;
}
#portal-sublogo {
background-image: url('logo_sub_small.png');
background-repeat: no-repeat;
width: 274px;
height: 72px;
float: left;
/**/}
#portal-footer-container {
background-color: #f6f6f6;
border-top: 1px solid #cccccc;
}
.documentActions ul,
#portal-languageselector,
#portal-siteactions {
list-style-image: none;
list-style-type: none;
margin: 0;
padding: 0;
line-height: 22px;
text-align: right;
float: right;
}
.documentActions {
margin: 20px 0;
float: right;
}
#portal-siteactions a {
color: #515151;
font-family: Lato, sans-serif ;
font-size: 125%;
text-decoration: none;
border-right: 1px solid #e1e1e1;
padding: 0 0.5em;
margin: 0;
}
#portal-languageselector li,
#portal-siteactions li {
margin: 0;
}
#portal-languageselector a.flag {
text-indent: 100%;
display: block;
width: 16px;
height: 22px;
overflow: hidden;
text-align: center;
margin-left: 0.5em;
margin-right: 0em;
}
#portal-languageselector a.flag.de {
background: url('de_small.png') no-repeat 0px 3px;
}
#portal-languageselector a.flag.en {
background: url('en_small.png') no-repeat 0px 3px;
}
#portal-languageselector li.currentLanguage {
display: none;
}
#portal-personaltools,
#portal-globalnav {
margin: 0;
}
#portal-globalnav {
float: left;
}
#portal-personaltools {
text-align: right;
float: right;
}
#portal-personaltools > li,
#portal-globalnav > li {
list-style: none;
}
#portal-personaltools > li a,
#portal-globalnav > li a{
padding: 0 12px;
border-left: 1px solid #3373b1;
border-collapse: collapse;
}
#portal-personaltools > li:last-child,
#portal-globalnav > li:last-child {
border-right: 1px solid #3373b1;
}
#portal-sections a {
color: #FFFFFF;
}
#portal-sections a {
font-family: LatoB, sans-serif;
font-weight: bold;
font-size: 15px;
color: #ffffff;
text-decoration: none;
line-height: 40px;
display: block;
}
#portal-sections a.glyphicon {
font-family: "Glyphicons Halflings";
}
#portal-sections li.selected:hover,
#portal-sections li:hover {
background-color: #f6f6f6;
}
#portal-sections li.selected:hover > a
{
color: #00519e;
}
#portal-sections li.selected {
background-color: #4898eb;
}
/* */
#portal-globalnav li {
position: relative;
}
#portal-globalnav li ul ul {
top: 0em;
margin: 0 0 0 100%;
}
ul.submenu {
border: none;
background: #f6f6f6 none repeat scroll 0 0;
width: auto;
}
#portal-globalnav ul.submenu li a{
white-space: nowrap;
line-height: 30px;
color: #515151;
padding-right: 30px;
}
#portal-globalnav li.selected ul.submenu,
#portal-globalnav li.selected > ul.submenu {
margin-top: 0;
}
#portal-globalnav ul.submenu a,
#portal-globalnav ul.submenu a:hover {
border: none;
white-space: nowrap;
}
#portal-globalnav ul.submenu a:hover {
color: #00519e;
}
#portal-globalnav ul.submenu li:hover {
background-color: #FFFFFF;
}
#portal-globalnav li.open > ul.submenu {
left: auto;
}
/* */
#portal-globalnav li ul ul {
left:-999em;
}
a.hasDropDown {
background: url("arrow_black_small_right.png") no-repeat right 12px center;
}
a.hasDropDown:hover {
background: url("arrow_blue_small_right.png") no-repeat right 12px center;
}
#portal-breadcrumbs a {
line-height: 30px;
}
#portal-breadcrumbs {
border-bottom: 1px solid #7fa8ce;
}
#portal-columns {
margin-top: 40px;
margin-bottom: 60px;
}
#portal-footer ul {
text-align: center;
line-height: 52px;
margin: 0;
}
#portal-footer ul li {
display: inline;
padding: 0;
}
#portal-footer ul li a {
color: #515151;
font-size: 100%;
padding: 0 0.5em;
}
#portal-footer ul li a{
border-right: 1px solid #515151;
}
#portal-footer ul li:last-child a{
border-right: none;
}
.date {
font-weight: normal;
}
@media (min-width: 992px) {
.container {
width: 996px;
}
}
/* */
.portletItem,
.portletHeader,
.portlet {
border: none;
}
.portlet {
margin: 0 0 40px 0;
}
.portletHeader{
border-bottom: 1px solid #7fa8ce;
background-color: transparent;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
font-size: 125%;
color: #515151;
font-weight: bold;
}
.portletItem {
padding: 0;
padding-bottom: 15px;
}
.portletItemDetails {
text-align: left;
}
.portletFooter {
background-color: transparent;
border: none;
border-top: 1px solid #cccccc;
margin: 0;
padding: 15px 0 0 0;
text-align: left;
}
.portletCalendar dt {
background-color: transparent;
border-bottom: 1px solid #7fa8ce;
}
.ploneCalendar td {
padding: 0;
}
#calendar-previous {
float: left;
width: 10px;
height: 20px;
overflow: hidden;
text-indent: 10em;
background: url("arrow_black_small_left.png") no-repeat 0 50%;
}
#calendar-next {
float: right;
width: 10px;
height: 20px;
overflow: hidden;
text-indent: 10em;
background: url("arrow_black_small_right.png") no-repeat 0 50%;
}
.ploneCalendar .weekdays th {
background: none;
border: none;
font-weight: bold;
}
.ploneCalendar .todaynoevent {
border: none;
background-color: #4898eb;
color: #ffffff;
}
.ploneCalendar .todaynoevent a {
color: #ffffff;
}
.ploneCalendar .event {
background-color: #f6f6f6;
color: #515151;
}
.ploneCalendar .event a {
color: #515151;
font-weight: bold;
}
form.searchPage {
width: 50%;
float: none;
clear: both;
margin: 0 auto;
text-align: center;
}
.template-search_form form fieldset {
margin: 0;
padding: 0;
}
form.searchPage .discreet {
margin-top: 20px;
}
.template-search .discreet {
margin-bottom: 40px;
}
.searchResults dd {
margin: 0 0 1em 0;
}
.searchResults dd .documentByLine {
display: block;
}
.searchPage .searchPage,
.searchPage input.searchPage[type="text"],
.portletSearch .portlet-search-gadget {
line-height: 29px;
padding: 0 1em;
background-color: #f6f6f6;
width: 80%;
border: 1px solid #e1e1e1;
border-right: none;
background-image: none;
-webkit-appearance: none;
border-radius: 0px;
}
.searchPage .portlet-search-gadget:focus,
.portletSearch .portlet-search-gadget:focus {
outline: none;
}
.searchPage input.searchButton[type="submit"],
.portletSearch input.searchButton[type="submit"] {
width: 19%;
background: none;
background-color: #f6f6f6;
border: 1px solid #e1e1e1;
border-left: none;
font-size: inherit;
margin-bottom: 0 !important;
margin: 0 ;
margin-left: -1%;
padding: 0;
color: #00519e;
font-weight: bold;
line-height: 29px !important;
}
.searchPage input:hover.searchButton[type="submit"],
.portletSearch input:hover.searchButton[type="submit"] {
background-color: #cccccc;
}
.portletSearch .portletFooter {
border: none;
text-align: right;
padding-top: 0;
}
.portletSearch fieldset legend {
display: none;
}
.portletSearch fieldset {
border: none;
margin: 0;
padding: 0;
background-color: #f6f6f6;
width: 99%;
}
.LSRow {
margin: 0 0 1em 0;
}
.LSRow * {
padding: 0 1em;
}
#LSResult .LSRow a {
line-height: 25px;
}
.LSRow:hover {
background-color: #4898eb;
}
.LSRow:hover a {
background-color: #4898eb;
color: #ffffff;
}
/* */
#content .collage-header p.discreet,
#content #collage.edit .expandable-content a,
#content #collage.edit .expandable-content span,
#content #collage.edit .collage-header a {
font-size: 100%;
}
#content #collage.edit .collage-header a > span {
line-height: 14px;
}
.collage-item {
margin-bottom: 30px;
}
.collage-item .listingBar {
display:none;
}
.featured-document {
padding: 0;
background: none;
padding-top: 25px;
border-top: 1px solid #7fa8ce;
}
.collage-item .text-document img.image-inline {
width: 100%;
padding: 0;
}
/* */
input.searchButton::-moz-focus-inner { border:0; padding:0 }
/* */
/* */
#portal-sitemap .navTreeItem a img,
.LSRow > img ,
img[class^="icon"] {
display: none;
}
.template-folder_contents #content img[class^="icon"] {
display: inline;
}
.template-folder_contents table {
width: 100%;
border-spacing: 0;
}
.template-folder_contents table,
.template-folder_contents table th,
.template-folder_contents table tr,
.template-folder_contents table td {
border: 1px solid #e1e1e1;
border-collapse: collapse;
text-align: left;
}
#folderlisting-main-table #listing-table{
margin-bottom: 20px;
}
.portletNavigationTree .portletItem {
background-color: #f6f6f6;
}
.navTree li {
margin-bottom: 0px;
}
.navTreeItem a, dd.portletItem .navTreeItem a {
border: none;
display: block;
padding-top: 0;
padding-bottom: 0;
text-decoration: none;
color: #515151 !important;
line-height: 20px;
}
.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.navTreeItem a.navTreeFolderish {
background: url("arrow_black_small_down.png") no-repeat right 12px center;
}
/* */
.navTreeLevel1,
.navTreeLevel2,
.navTreeLevel3,
.navTreeLevel4,
.navTreeLevel5,
.navTreeLevel6 {
margin-left: 0;
}
.navTreeLevel0 a {
padding-left: 1em;
}
.navTreeLevel1 a {
padding-left: 2em;
}
.navTreeLevel2 a {
padding-left: 3em;
}
.navTreeLevel3 a {
padding-left: 4em;
}
.navTreeLevel4 a {
padding-left: 5em;
}
.navTreeLevel5 a {
padding-left: 6em;
}
.navTreeLevel6 a {
padding-left: 7em;
}
.navTreeLevel7 a {
padding-left: 8em;
}
.navTreeLevel8 a {
padding-left: 9em;
}
.navTreeLevel9 a {
padding-left: 10em;
}
.navTreeItem a:hover, dd.portletItem .navTreeItem a:hover {
border: none;
background-color: #ffffff;
color: #00519e !important;
}
/* */
.portletNavigationTree .portletHeader {
display: none;
}
.navTree {
margin-top: 0px;
}
dd.portletItem .navTreeItem a.navTreeCurrentNode.navTreeFolderish,
dd.portletItem .navTreeItem a.navTreeItemInPath.navTreeFolderish {
background: url("arrow_white_small_up.png") no-repeat right 12px center;
color: #ffffff !important;
background-color: #4898eb;
}
dd.portletItem .navTreeItem a.navTreeItemInPath.navTreeFolderish,
dd.portletItem .navTreeItem a.navTreeCurrentNode {
color: #ffffff !important;
background-color: #4898eb;
}
#portal-sections li:hover a,
#portal-sections a:hover {
color: #00519e;
}
/* */
p {
line-height: inherit;
margin: 0 0 1em;
}
.documentDescription {
font-family: LatoBold, sans-serif;
font-weight: bold;
}
pre {
background-color: inherit;
border: none;
text-align: center;
font-family: Lato;
font-style: italic;
}
.pullquote {
padding-left: 40px;
}
.discreet {
color: #999999;
}
.callout {
color: #4898eb;
padding-left: 40px;
font-weight: bold;
}
.image-left {
float: left;
padding: 0em 1em 1em 0;
}
.image-right {
float: right;
padding: 0em 0em 1em 1em;
}
.image-inline {
padding: 0 0 1em 0;
}
#content iframe {
padding: 0 0 1em 0;
}
#content ol,
#content ul {
padding-left: 30px;
line-height: 20px;
}
table.full,
table.plain,
table.invisible,
table.listing,
table.grid {
margin-bottom: 2em;
}
table.plain,
table.plain th,
table.plain td,
table.listing,
table.listing th,
table.listing td {
border: 1px solid #e1e1e1;
border-left: none;
border-right: none;
border-collapse: collapse;
border-spacing: 0;
text-align: left;
}
table.full,
table.full tr,
table.invisible,
table.invisible tr {
visibility: visible;
text-align: left;
}
table.grid td,
table.vertical td,
table.grid th,
table.vertical th {
border: 1px solid #e1e1e1;
border-collapse: collapse;
border-spacing: 0;
padding: 0 1em;
}
table.grid th,
table.vertical th,
table.listing th {
border-color: #4898eb;
}
table.full {
width: 100%;
border-spacing: 0;
}
table.full td {
vertical-align: top;
}
.kupu table.full td,
.kupu table.full th
{
border: 1px dotted #ccc;
}
/* */
.tileItem .tileImage {
float: left;
margin-top: 5px;
padding: 0 1em 1em 0em;
}
.tileItem .tileBody {
margin-bottom: 25px;
}
.tileItem .tileFooter {
float: right;
margin-bottom: 1.5em;
display: none;
}
.collage_type_topic .standard-topic h1,
.collage_view_summary .standard-topic h1 {
padding-bottom: 10px;
border-bottom: 1px solid #7fa8ce;
}
.collage_view_summary .date {
display: none;
}
.collage_view_summary .tileHeadline {
line-height: 25px;
margin-bottom: 5px;
font-size: 100%;
line-height: 125%;
}
.collage_view_summary .description-topic {
display: none;
}
/* */
dl.portalMessage {
font-size: &dtml-fontSmallSize;;
background-color: #ffffe3;
border: 1px solid #996;
}
dl.portalMessage a {
color: black;
border: none;
text-decoration: underline;
}
dl.portalMessage dt {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning dt {
background-color: #d80;
}
dl.error {
border-color: #d00;
}
dl.error dt {
background-color: #d00;
}
dl.warning {
border-color: #d80;
}
dl.warning dd {
background-color: #fd7;
}
dl.error {
border-color: #d80;
}
dl.error dd {
background-color: #fd7;
}
/* */
body:not(.template-atct_edit) textarea,
body:not(.template-atct_edit) input,
body:not(.template-atct_edit) input[type="checkbox"] {
background-image: none;
background-color: #f6f6f6;
border: 1px solid #e1e1e1;
padding: 0.5em;
}
body:not(.template-atct_edit) select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
border-radius: 0;
font-size: 100%;
width: auto;
padding-right: 2em;
background: #515151 url('arrow_white_small_down.png') no-repeat right 12px center;
color: #ffffff;
}
#showAdvancedSearchSet select#Subject {
background-color: #f6f6f6;
background-image: none;
color: #515151;
padding-right: 0;
}
#showAdvancedSearchSet select#Subject option {
color: #515151;
}
#showAdvancedSearchSet .formControls {
padding: 0;
}
#showAdvancedSearchSet label {
color: #00519e;
}
body:not(.template-atct_edit) option {
padding: 0.5em;
color: #ffffff;
}
body:not(.template-atct_edit) select:hover {
background-color: #666666;
}
body:not(.template-atct_edit) input.destructive[type="submit"],
body:not(.template-atct_edit) input[type="reset"] {
background-color: #CC0000;
border: none;
color: #FFFFFF;
}
body:not(.template-atct_edit) input.destructive:hover[type="submit"],
body:not(.template-atct_edit) input:hover[type="reset"] {
background-color: #FF0000;
}
body:not(.template-atct_edit) input[type="submit"] {
border: none;
background-color: #515151;
color: #FFFFFF;
}
body:not(.template-atct_edit) input:hover[type="submit"] {
background-color: #666666;
}
body:not(.template-atct_edit) .ArchetypesBooleanWidget label,
body:not(.template-atct_edit) .ArchetypesSelectionWidget label {
padding-left: 0.5em;
}
body:not(.template-atct_edit) .ArchetypesSelectionWidget label.formQuestion {
padding: 0;
}
body:not(.template-atct_edit) .captchaImage img {
margin-bottom: 12px;
}
body:not(.template-atct_edit) .formControls {
padding: 10px 0 20px 0;
}
body:not(.template-atct_edit) div.error {
background-color: transparent;
border: none;
padding: 0em;
width: auto;
}
body:not(.template-atct_edit) div.error textarea,
body:not(.template-atct_edit) div.error input,
body:not(.template-atct_edit) div.error input[type="checkbox"] {
background-color: #ffddcc;
border: 1px solid #FF0000;
}
body:not(.template-atct_edit) .field {
margin-bottom: 20px;
}
#content .toc ol {
padding-left: 0;
color: #00519e;
}
input[type="submit"].context,
input[type="submit"].standalone,
input[type="submit"].destructive {
border: none;
background-color: #515151;
background-image: none;
color: #FFFFFF;
padding: 0.5em;
margin-right: 1em;
}
input[type="submit"].destructive {
background-color: #CC0000;
color: #FFFFFF;
}
body:not(.template-atct_edit) input:hover[type="reset"] {
background-color: #FF0000;
}
/* */
.comment {
background: #f6f6f6 none repeat scroll 0 0;
border: 1px solid #e1e1e1;
padding: 15px;
width: 100%;
}
.comment,
.comment #reply > div {
float: left;
width: 80%;
}
.comment > form {
width: auto;
}
.comment h3 {
border-bottom: none;
}
.comment h3 a {
background-image: none;
height: auto;
line-height: inherit;
margin: 0;
padding-left: 0;
}
.commentBody {
margin: 0 0 1em 0;
}
body:not(.template-atct_edit) fieldset {
border: none;
}
body:not(.template-atct_edit) fieldset legend {
display: none;
}
/* */
.listingBar {
clear: both;
background-color: #f6f6f6;
padding: 0.5em;
width: 100%;
float: left;
border: 1px solid #e1e1e1;
}
.listingBar .previous, .listingPrevious {
background: rgba(0, 0, 0, 0) url("arrow_blue_small_left.png") no-repeat no-repeat scroll left 6px center;
float: left;
line-height: 20px;
padding-right: 1em;
padding-left: 2em;
}
.listingBar .next,
.listingNext {
background: rgba(0, 0, 0, 0) url("arrow_blue_small_right.png") no-repeat no-repeat scroll right 6px center;
float: right;
padding-left: 1em;
padding-right: 2em;
}
.listingBar .previous img, .listingPrevious img,
.listingBar .next img, .listingNext img{
display: none;
}
/* */
.newsImageContainer {
float: left;
margin: 0 1em 0 0;
}
.newsImageContainer .discreet {
display: none;
}
/* */
.eventDetails {
float: left;
margin: 0 2em 1em 0;
}
.eventDetails table th,
.eventDetails table td {
border-left: none;
border-right: none;
padding: 0;
}
.eventDetails table th {
border-right: solid 12px transparent;
text-align: right;
width: 100px;
}
.eventDetails table td {
width: 192px;
}
/* */
.autoFlowPlayer {
width: auto;
height: auto;
}
.template-youtubevideo_list .tileItem {
width: 100%;
}
.template-youtubevideo_list .tileItem:nth-child(2n+1){
margin-right: 0;
}
.template-youtubevideo_columns .tileItem {
width: 48%;
float: left;
}
.tileItem:nth-child(2n) {
clear: both;
margin-right: 20px;
}
.collage_view_summary .tileItem:nth-child(2n) {
clear: initial;
margin-right: 0;
}
.tileItem iframe {
float: left;
margin: 0 1em 1em 0;
}
.tileHeadline {
font-size: 125%;
line-height: 125%;
}
/* */
.template-folder_listing dt {
font-weight: normal;
}
.template-folder_listing dd {
margin: 0 0 1em 0;
}
.template-folder_listing dt .summary {
font-weight: bold;
}
.template-folder_tabular_view table,
.template-folder_tabular_view table th {
border-top: none;
}
.template-folder_tabular_view table td {
padding: 0.25em 2em 0.25em 0;
}
/* */
.photoAlbumEntry {
margin-bottom: 1em;
}
.photoAlbum {
clear: both;
}
.photoAlbumEntryWrapper + .photoAlbumEntryTitle {
background-color: #f6f6f6;
border: 1px solid #e1e1e1;
border-top: none;
display: block;
padding: 0.25em;
height: 6em;
}
.photoAlbumEntryWrapper > img {
height: auto;
width: 100%;
}
#content ul#portal-sitemap {
margin-left: -1em;
}
#content ul#portal-sitemap,
#content ul#portal-sitemap ul {
padding-left: 0;
}
#content ul#portal-sitemap a {
color: #00519e !important;
}
/* */
/* */
#unibonnevent-result-table {
float: left;
clear: both;
}
.portletEventNavigationPortlet table.ui-datepicker {
width: 100%;
margin-top: 15px;
}
.portletEventNavigationPortlet table.ui-datepicker td a {
border: none;
}
.portletEventNavigationPortlet .ui-datepicker-div,
.portletEventNavigationPortlet .ui-datepicker-inline,
.portletEventNavigationPortlet #ui-datepicker-div {
width: 100%;
padding: 0;
padding-top: 30px;
}
.portletEventNavigationPortlet table.ui-datepicker td a {
text-align: center;
color: #515151;
padding: 6px 10px;
}
.portletEventNavigationPortlet table.ui-datepicker td a:hover {
background: #4898eb none repeat-x scroll 0 50%;
border: none;
color: #ffffff;
}
.portletEventNavigationPortlet table.ui-datepicker td.ui-datepicker-current-day {
background-color: #f6f6f6;
}
.portletEventNavigationPortlet table.ui-datepicker tr.ui-datepicker-title-row a {
font-weight: bold;
}
.portletEventNavigationPortlet .ui-datepicker-header select.ui-datepicker-new-month {
left: 0em;
width: 7em;
}
.portletEventNavigationPortlet .ui-datepicker-header select.ui-datepicker-new-year {
left: 7.5em;
width: 5em;
}
.eventLabel {
vertical-align: top;
width: auto;
white-space: nowrap;
text-align: right;
padding-right: 2em;
}
a:hover.big-button {
opacity: 0.7;
}
a.big-button:nth-child(3n+1) {
clear: both;
}
a.big-button:nth-child(1) {
float: left;
}
#content p.documentDescription,
#content #collage p,
#parent-fieldname-text p,
#content .kssattr-atfieldname-text p {
text-align: justify;
}
.humangenetics-title-category {
color: #515151;
}
#unibonn-searchbox {
float: right;
margin-top: 0px;
}
#unibonn-searchbox form {
}
#searchGadget {
display: none;
}
#LSResult {
border-width: 0 1px 1px 1px;
border-color: #00519e;
border-style: solid;
width: 295px;
position: absolute;
background-color: #fff;
z-index: 100;
padding: 0;
display: none;
}
.LSTable {
list-style: none;
padding: 0;
margin: 0;
}
.LSTable li:last-child {
border-top: 1px solid #ccc;
margin-top: 5px;
padding-top: 5px;
}
.livesearchContainer {
margin: 0;
padding: 0;
}
#searchSimple,
#searchGadget {
width: 263px;
border-color: #00519e;
border-right: none;
}
#LSResult a {
color: #00519e;
}
button.searchButton {
color: #ffffff;
border-color: transparent;
background-color: transparent;
font-size: 20px;
margin: 8px 0 8px 0;
border-left: none;
}
#logo-searchbox {
clear: both;
}
.fixed {
position: fixed;
top:0;
width: 100%;
z-index: 999;
}
blockquote {
padding-left: 0.5em;
margin-left: 0;
border-left: none;
color: inherit;
}
/* */
@media (max-width: 767px) {
/* */
body {
font: 15px Lato, sans-serif ;
line-height: 20px;
color: #515151;
}
#portal-top {
padding-bottom: 1em;
height: 90px;
}
#portal-header {
margin-top: 15px;
}
#portal-logo {
margin-top: 5px;
float: left;
background-image: url('logo_main_large.png');
width: 50%;
background-size: 100%;
}
#portal-sublogo {
background-image: url('logo_sub_large.png');
background-repeat: no-repeat;
width: 50%;
float: left;
background-size: 100%;
margin-top: 10px;
}
#globalnav-bar-toggle {
background-color: transparent;
list-style: none;
float: left;
margin: 0;
}
#globalnav-bar-toggle a {
padding: 0em;
}
#portal-globalnav {
display: none;
background-color: #f6f6f6;
float: left;
margin-left: -31px;
margin-right: -30px;
}
#portal-globalnav li {
float: left;
width: 100%;
padding: 5px 0;
}
#portal-globalnav li a {
border-right: none;
background-color: transparent;
color: #515151;
}
#globalnav-bar-toggle #portaltab-search {
float: right;
}
a.hasDropDown,
a.hasDropDown:hover {
background: none;
}
#portal-globalnav li a {
line-height: 30px;
}
#portal-globalnav .nested > a > span {
float: right;
line-height: 30px;
text-align: center;
width: 30px;
border-left: 1px solid #e1e1e1;
}
#portal-globalnav ul.submenu {
position: relative;
left: 0;
float: left;
width: 100%;
display: block;
}
#portal-globalnav ul.submenu li a {
width: 100%;
border-right: none;
}
ul.submenu.current {
background-color: #eee;
}
#portal-globalnav li ul ul {
margin-left: 0;
}
#portal-sections li.selected a{
color: #ffffff;
}
.eventDetails {
float: none;
}
.eventDetails table {
width: 100%;
}
.eventDetails table th {
margin-right: 2em;
}
.toc {
float: none;
width: 100%;
}
.image-left,
.image-right,
.image-inline {
padding: 0 0 1em 0;
width: 100%;
}
#content p.row a[class^="col-"] {
display: block;
}
.tileItem:nth-child(2n+1) {
margin-right: 0;
}
.tileItem .tileImage {
padding: 0 5px 5px 0;
}
form.searchPage {
width: 100%;
}
.template-youtubevideo_columns .tileItem {
width: 100%;
}
.template-youtubevideo_list .tileItem iframe,
.template-youtubevideo_columns .tileItem iframe {
width: 100%;
height: auto;
margin: 0 0 1em 0;
}
body:not(.template-atct_edit) textarea,
body:not(.template-atct_edit) input[type="text"],
body:not(.template-atct_edit) select#Subject
{
width: 100%;
}
.eventLabel {
vertical-align: top;
width: 80px;
white-space: normal;
text-align: right;
padding-right: 1em;
float: left;
}
.portletSearch .portlet-search-gadget {
width: 100%;
border-right: 1px solid #e1e1e1;
border-bottom: none;
}
.portletHeader,
#portal-breadcrumbs,
.collage_type_topic .standard-topic h1,
.collage_view_summary .standard-topic h1 {
border-width: 2px;
}
#unibonn-searchbox {
margin: 0;
}
#portal-searchbox {
margin: 0;
float: none;
position: relative;
display: none;
}
.LSBox {
float: left;
width: 100%;
}
.LSBox > .searchButton {
border: none;
background: transparent;
line-height: 18px;
font-size: 18px;
width: auto;
height: auto;
float: right;
}
.LSBox > #searchSimple,
.LSBox > #searchGadget {
border: none;
outline: none;
padding: 12px;
}
#content ul.LSTable {
padding-left: 0;
}
#LSResult {
border:1px solid #e1e1e1;
border-collapse: collapse;
border-top: none;
}
.LSResult .livesearchContainer {
min-width: 100%;
}
#unibonn-searchbox form {
width: 100%;
}
.collage-item .standard-document .plain img {
display: none;
}
.collage-item .standard-document .plain .big-button img {
display: inherit;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#portal-top {
height: 150px;
}
#unibonn-searchbox {
margin-right: 0;
}
}
@media (max-width: 325px) {
#portal-logo {
margin-top: 7px;
}
}
/* */
/* */
/* */
/* */
/* */
/* */
/* */

}

