bjoern@17: /*! bjoern@17: * Bootstrap v3.2.0 (http://getbootstrap.com) bjoern@17: * Copyright 2011-2014 Twitter, Inc. bjoern@17: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) bjoern@17: */ bjoern@17: bjoern@17: /*! normalize.css v3.0.1 | MIT License | git.io/normalize */ bjoern@17: html { bjoern@17: font-family: sans-serif; bjoern@17: -webkit-text-size-adjust: 100%; bjoern@17: -ms-text-size-adjust: 100%; bjoern@17: } bjoern@17: body { bjoern@17: margin: 0; bjoern@17: } bjoern@17: article, bjoern@17: aside, bjoern@17: details, bjoern@17: figcaption, bjoern@17: figure, bjoern@17: footer, bjoern@17: header, bjoern@17: hgroup, bjoern@17: main, bjoern@17: nav, bjoern@17: section, bjoern@17: summary { bjoern@17: display: block; bjoern@17: } bjoern@17: audio, bjoern@17: canvas, bjoern@17: progress, bjoern@17: video { bjoern@17: display: inline-block; bjoern@17: vertical-align: baseline; bjoern@17: } bjoern@17: audio:not([controls]) { bjoern@17: display: none; bjoern@17: height: 0; bjoern@17: } bjoern@17: [hidden], bjoern@17: template { bjoern@17: display: none; bjoern@17: } bjoern@17: a { bjoern@17: background: transparent; bjoern@17: } bjoern@17: a:active, bjoern@17: a:hover { bjoern@17: outline: 0; bjoern@17: } bjoern@17: abbr[title] { bjoern@17: border-bottom: 1px dotted; bjoern@17: } bjoern@17: b, bjoern@17: strong { bjoern@17: font-weight: bold; bjoern@17: } bjoern@17: dfn { bjoern@17: font-style: italic; bjoern@17: } bjoern@17: h1 { bjoern@17: margin: .67em 0; bjoern@17: font-size: 2em; bjoern@17: } bjoern@17: mark { bjoern@17: color: #000; bjoern@17: background: #ff0; bjoern@17: } bjoern@17: small { bjoern@17: font-size: 80%; bjoern@17: } bjoern@17: sub, bjoern@17: sup { bjoern@17: position: relative; bjoern@17: font-size: 75%; bjoern@17: line-height: 0; bjoern@17: vertical-align: baseline; bjoern@17: } bjoern@17: sup { bjoern@17: top: -.5em; bjoern@17: } bjoern@17: sub { bjoern@17: bottom: -.25em; bjoern@17: } bjoern@17: img { bjoern@17: border: 0; bjoern@17: } bjoern@17: svg:not(:root) { bjoern@17: overflow: hidden; bjoern@17: } bjoern@17: figure { bjoern@17: margin: 1em 40px; bjoern@17: } bjoern@17: hr { bjoern@17: height: 0; bjoern@17: -webkit-box-sizing: content-box; bjoern@17: -moz-box-sizing: content-box; bjoern@17: box-sizing: content-box; bjoern@17: } bjoern@17: pre { bjoern@17: overflow: auto; bjoern@17: } bjoern@17: code, bjoern@17: kbd, bjoern@17: pre, bjoern@17: samp { bjoern@17: font-family: monospace, monospace; bjoern@17: font-size: 1em; bjoern@17: } bjoern@17: button, bjoern@17: input, bjoern@17: optgroup, bjoern@17: select, bjoern@17: textarea { bjoern@17: margin: 0; bjoern@17: font: inherit; bjoern@17: color: inherit; bjoern@17: } bjoern@17: button { bjoern@17: overflow: visible; bjoern@17: } bjoern@17: button, bjoern@17: select { bjoern@17: text-transform: none; bjoern@17: } bjoern@17: button, bjoern@17: html input[type="button"], bjoern@17: input[type="reset"], bjoern@17: input[type="submit"] { bjoern@17: -webkit-appearance: button; bjoern@17: cursor: pointer; bjoern@17: } bjoern@17: button[disabled], bjoern@17: html input[disabled] { bjoern@17: cursor: default; bjoern@17: } bjoern@17: button::-moz-focus-inner, bjoern@17: input::-moz-focus-inner { bjoern@17: padding: 0; bjoern@17: border: 0; bjoern@17: } bjoern@17: input { bjoern@17: line-height: normal; bjoern@17: } bjoern@17: input[type="checkbox"], bjoern@17: input[type="radio"] { bjoern@17: -webkit-box-sizing: border-box; bjoern@17: -moz-box-sizing: border-box; bjoern@17: box-sizing: border-box; bjoern@17: padding: 0; bjoern@17: } bjoern@17: input[type="number"]::-webkit-inner-spin-button, bjoern@17: input[type="number"]::-webkit-outer-spin-button { bjoern@17: height: auto; bjoern@17: } bjoern@17: input[type="search"] { bjoern@17: -webkit-box-sizing: content-box; bjoern@17: -moz-box-sizing: content-box; bjoern@17: box-sizing: content-box; bjoern@17: -webkit-appearance: textfield; bjoern@17: } bjoern@17: input[type="search"]::-webkit-search-cancel-button, bjoern@17: input[type="search"]::-webkit-search-decoration { bjoern@17: -webkit-appearance: none; bjoern@17: } bjoern@17: fieldset { bjoern@17: padding: .35em .625em .75em; bjoern@17: margin: 0 2px; bjoern@17: border: 1px solid #c0c0c0; bjoern@17: } bjoern@17: legend { bjoern@17: padding: 0; bjoern@17: border: 0; bjoern@17: } bjoern@17: textarea { bjoern@17: overflow: auto; bjoern@17: } bjoern@17: optgroup { bjoern@17: font-weight: bold; bjoern@17: } bjoern@17: table { bjoern@17: border-spacing: 0; bjoern@17: border-collapse: collapse; bjoern@17: } bjoern@17: td, bjoern@17: th { bjoern@17: padding: 0; bjoern@17: } bjoern@17: @media print { bjoern@17: * { bjoern@17: color: #000 !important; bjoern@17: text-shadow: none !important; bjoern@17: background: transparent !important; bjoern@17: -webkit-box-shadow: none !important; bjoern@17: box-shadow: none !important; bjoern@17: } bjoern@17: a, bjoern@17: a:visited { bjoern@17: text-decoration: underline; bjoern@17: } bjoern@17: a[href]:after { bjoern@17: content: " (" attr(href) ")"; bjoern@17: } bjoern@17: abbr[title]:after { bjoern@17: content: " (" attr(title) ")"; bjoern@17: } bjoern@17: a[href^="javascript:"]:after, bjoern@17: a[href^="#"]:after { bjoern@17: content: ""; bjoern@17: } bjoern@17: pre, bjoern@17: blockquote { bjoern@17: border: 1px solid #999; bjoern@17: bjoern@17: page-break-inside: avoid; bjoern@17: } bjoern@17: thead { bjoern@17: display: table-header-group; bjoern@17: } bjoern@17: tr, bjoern@17: img { bjoern@17: page-break-inside: avoid; bjoern@17: } bjoern@17: img { bjoern@17: max-width: 100% !important; bjoern@17: } bjoern@17: p, bjoern@17: h2, bjoern@17: h3 { bjoern@17: orphans: 3; bjoern@17: widows: 3; bjoern@17: } bjoern@17: h2, bjoern@17: h3 { bjoern@17: page-break-after: avoid; bjoern@17: } bjoern@17: select { bjoern@17: background: #fff !important; bjoern@17: } bjoern@17: .navbar { bjoern@17: display: none; bjoern@17: } bjoern@17: .table td, bjoern@17: .table th { bjoern@17: background-color: #fff !important; bjoern@17: } bjoern@17: .btn > .caret, bjoern@17: .dropup > .btn > .caret { bjoern@17: border-top-color: #000 !important; bjoern@17: } bjoern@17: .label { bjoern@17: border: 1px solid #000; bjoern@17: } bjoern@17: .table { bjoern@17: border-collapse: collapse !important; bjoern@17: } bjoern@17: .table-bordered th, bjoern@17: .table-bordered td { bjoern@17: border: 1px solid #ddd !important; bjoern@17: } bjoern@17: } bjoern@17: @font-face { bjoern@17: font-family: 'Glyphicons Halflings'; bjoern@17: bjoern@17: src: url('../fonts/glyphicons-halflings-regular.eot'); bjoern@17: src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); bjoern@17: } bjoern@17: .glyphicon { bjoern@17: position: relative; bjoern@17: top: 1px; bjoern@17: display: inline-block; bjoern@17: font-family: 'Glyphicons Halflings'; bjoern@17: font-style: normal; bjoern@17: font-weight: normal; bjoern@17: line-height: 1; bjoern@17: bjoern@17: -webkit-font-smoothing: antialiased; bjoern@17: -moz-osx-font-smoothing: grayscale; bjoern@17: } bjoern@17: .glyphicon-asterisk:before { bjoern@17: content: "\2a"; bjoern@17: } bjoern@17: .glyphicon-plus:before { bjoern@17: content: "\2b"; bjoern@17: } bjoern@17: .glyphicon-euro:before { bjoern@17: content: "\20ac"; bjoern@17: } bjoern@17: .glyphicon-minus:before { bjoern@17: content: "\2212"; bjoern@17: } bjoern@17: .glyphicon-cloud:before { bjoern@17: content: "\2601"; bjoern@17: } bjoern@17: .glyphicon-envelope:before { bjoern@17: content: "\2709"; bjoern@17: } bjoern@17: .glyphicon-pencil:before { bjoern@17: content: "\270f"; bjoern@17: } bjoern@17: .glyphicon-glass:before { bjoern@17: content: "\e001"; bjoern@17: } bjoern@17: .glyphicon-music:before { bjoern@17: content: "\e002"; bjoern@17: } bjoern@17: .glyphicon-search:before { bjoern@17: content: "\e003"; bjoern@17: } bjoern@17: .glyphicon-heart:before { bjoern@17: content: "\e005"; bjoern@17: } bjoern@17: .glyphicon-star:before { bjoern@17: content: "\e006"; bjoern@17: } bjoern@17: .glyphicon-star-empty:before { bjoern@17: content: "\e007"; bjoern@17: } bjoern@17: .glyphicon-user:before { bjoern@17: content: "\e008"; bjoern@17: } bjoern@17: .glyphicon-film:before { bjoern@17: content: "\e009"; bjoern@17: } bjoern@17: .glyphicon-th-large:before { bjoern@17: content: "\e010"; bjoern@17: } bjoern@17: .glyphicon-th:before { bjoern@17: content: "\e011"; bjoern@17: } bjoern@17: .glyphicon-th-list:before { bjoern@17: content: "\e012"; bjoern@17: } bjoern@17: .glyphicon-ok:before { bjoern@17: content: "\e013"; bjoern@17: } bjoern@17: .glyphicon-remove:before { bjoern@17: content: "\e014"; bjoern@17: } bjoern@17: .glyphicon-zoom-in:before { bjoern@17: content: "\e015"; bjoern@17: } bjoern@17: .glyphicon-zoom-out:before { bjoern@17: content: "\e016"; bjoern@17: } bjoern@17: .glyphicon-off:before { bjoern@17: content: "\e017"; bjoern@17: } bjoern@17: .glyphicon-signal:before { bjoern@17: content: "\e018"; bjoern@17: } bjoern@17: .glyphicon-cog:before { bjoern@17: content: "\e019"; bjoern@17: } bjoern@17: .glyphicon-trash:before { bjoern@17: content: "\e020"; bjoern@17: } bjoern@17: .glyphicon-home:before { bjoern@17: content: "\e021"; bjoern@17: } bjoern@17: .glyphicon-file:before { bjoern@17: content: "\e022"; bjoern@17: } bjoern@17: .glyphicon-time:before { bjoern@17: content: "\e023"; bjoern@17: } bjoern@17: .glyphicon-road:before { bjoern@17: content: "\e024"; bjoern@17: } bjoern@17: .glyphicon-download-alt:before { bjoern@17: content: "\e025"; bjoern@17: } bjoern@17: .glyphicon-download:before { bjoern@17: content: "\e026"; bjoern@17: } bjoern@17: .glyphicon-upload:before { bjoern@17: content: "\e027"; bjoern@17: } bjoern@17: .glyphicon-inbox:before { bjoern@17: content: "\e028"; bjoern@17: } bjoern@17: .glyphicon-play-circle:before { bjoern@17: content: "\e029"; bjoern@17: } bjoern@17: .glyphicon-repeat:before { bjoern@17: content: "\e030"; bjoern@17: } bjoern@17: .glyphicon-refresh:before { bjoern@17: content: "\e031"; bjoern@17: } bjoern@17: .glyphicon-list-alt:before { bjoern@17: content: "\e032"; bjoern@17: } bjoern@17: .glyphicon-lock:before { bjoern@17: content: "\e033"; bjoern@17: } bjoern@17: .glyphicon-flag:before { bjoern@17: content: "\e034"; bjoern@17: } bjoern@17: .glyphicon-headphones:before { bjoern@17: content: "\e035"; bjoern@17: } bjoern@17: .glyphicon-volume-off:before { bjoern@17: content: "\e036"; bjoern@17: } bjoern@17: .glyphicon-volume-down:before { bjoern@17: content: "\e037"; bjoern@17: } bjoern@17: .glyphicon-volume-up:before { bjoern@17: content: "\e038"; bjoern@17: } bjoern@17: .glyphicon-qrcode:before { bjoern@17: content: "\e039"; bjoern@17: } bjoern@17: .glyphicon-barcode:before { bjoern@17: content: "\e040"; bjoern@17: } bjoern@17: .glyphicon-tag:before { bjoern@17: content: "\e041"; bjoern@17: } bjoern@17: .glyphicon-tags:before { bjoern@17: content: "\e042"; bjoern@17: } bjoern@17: .glyphicon-book:before { bjoern@17: content: "\e043"; bjoern@17: } bjoern@17: .glyphicon-bookmark:before { bjoern@17: content: "\e044"; bjoern@17: } bjoern@17: .glyphicon-print:before { bjoern@17: content: "\e045"; bjoern@17: } bjoern@17: .glyphicon-camera:before { bjoern@17: content: "\e046"; bjoern@17: } bjoern@17: .glyphicon-font:before { bjoern@17: content: "\e047"; bjoern@17: } bjoern@17: .glyphicon-bold:before { bjoern@17: content: "\e048"; bjoern@17: } bjoern@17: .glyphicon-italic:before { bjoern@17: content: "\e049"; bjoern@17: } bjoern@17: .glyphicon-text-height:before { bjoern@17: content: "\e050"; bjoern@17: } bjoern@17: .glyphicon-text-width:before { bjoern@17: content: "\e051"; bjoern@17: } bjoern@17: .glyphicon-align-left:before { bjoern@17: content: "\e052"; bjoern@17: } bjoern@17: .glyphicon-align-center:before { bjoern@17: content: "\e053"; bjoern@17: } bjoern@17: .glyphicon-align-right:before { bjoern@17: content: "\e054"; bjoern@17: } bjoern@17: .glyphicon-align-justify:before { bjoern@17: content: "\e055"; bjoern@17: } bjoern@17: .glyphicon-list:before { bjoern@17: content: "\e056"; bjoern@17: } bjoern@17: .glyphicon-indent-left:before { bjoern@17: content: "\e057"; bjoern@17: } bjoern@17: .glyphicon-indent-right:before { bjoern@17: content: "\e058"; bjoern@17: } bjoern@17: .glyphicon-facetime-video:before { bjoern@17: content: "\e059"; bjoern@17: } bjoern@17: .glyphicon-picture:before { bjoern@17: content: "\e060"; bjoern@17: } bjoern@17: .glyphicon-map-marker:before { bjoern@17: content: "\e062"; bjoern@17: } bjoern@17: .glyphicon-adjust:before { bjoern@17: content: "\e063"; bjoern@17: } bjoern@17: .glyphicon-tint:before { bjoern@17: content: "\e064"; bjoern@17: } bjoern@17: .glyphicon-edit:before { bjoern@17: content: "\e065"; bjoern@17: } bjoern@17: .glyphicon-share:before { bjoern@17: content: "\e066"; bjoern@17: } bjoern@17: .glyphicon-check:before { bjoern@17: content: "\e067"; bjoern@17: } bjoern@17: .glyphicon-move:before { bjoern@17: content: "\e068"; bjoern@17: } bjoern@17: .glyphicon-step-backward:before { bjoern@17: content: "\e069"; bjoern@17: } bjoern@17: .glyphicon-fast-backward:before { bjoern@17: content: "\e070"; bjoern@17: } bjoern@17: .glyphicon-backward:before { bjoern@17: content: "\e071"; bjoern@17: } bjoern@17: .glyphicon-play:before { bjoern@17: content: "\e072"; bjoern@17: } bjoern@17: .glyphicon-pause:before { bjoern@17: content: "\e073"; bjoern@17: } bjoern@17: .glyphicon-stop:before { bjoern@17: content: "\e074"; bjoern@17: } bjoern@17: .glyphicon-forward:before { bjoern@17: content: "\e075"; bjoern@17: } bjoern@17: .glyphicon-fast-forward:before { bjoern@17: content: "\e076"; bjoern@17: } bjoern@17: .glyphicon-step-forward:before { bjoern@17: content: "\e077"; bjoern@17: } bjoern@17: .glyphicon-eject:before { bjoern@17: content: "\e078"; bjoern@17: } bjoern@17: .glyphicon-chevron-left:before { bjoern@17: content: "\e079"; bjoern@17: } bjoern@17: .glyphicon-chevron-right:before { bjoern@17: content: "\e080"; bjoern@17: } bjoern@17: .glyphicon-plus-sign:before { bjoern@17: content: "\e081"; bjoern@17: } bjoern@17: .glyphicon-minus-sign:before { bjoern@17: content: "\e082"; bjoern@17: } bjoern@17: .glyphicon-remove-sign:before { bjoern@17: content: "\e083"; bjoern@17: } bjoern@17: .glyphicon-ok-sign:before { bjoern@17: content: "\e084"; bjoern@17: } bjoern@17: .glyphicon-question-sign:before { bjoern@17: content: "\e085"; bjoern@17: } bjoern@17: .glyphicon-info-sign:before { bjoern@17: content: "\e086"; bjoern@17: } bjoern@17: .glyphicon-screenshot:before { bjoern@17: content: "\e087"; bjoern@17: } bjoern@17: .glyphicon-remove-circle:before { bjoern@17: content: "\e088"; bjoern@17: } bjoern@17: .glyphicon-ok-circle:before { bjoern@17: content: "\e089"; bjoern@17: } bjoern@17: .glyphicon-ban-circle:before { bjoern@17: content: "\e090"; bjoern@17: } bjoern@17: .glyphicon-arrow-left:before { bjoern@17: content: "\e091"; bjoern@17: } bjoern@17: .glyphicon-arrow-right:before { bjoern@17: content: "\e092"; bjoern@17: } bjoern@17: .glyphicon-arrow-up:before { bjoern@17: content: "\e093"; bjoern@17: } bjoern@17: .glyphicon-arrow-down:before { bjoern@17: content: "\e094"; bjoern@17: } bjoern@17: .glyphicon-share-alt:before { bjoern@17: content: "\e095"; bjoern@17: } bjoern@17: .glyphicon-resize-full:before { bjoern@17: content: "\e096"; bjoern@17: } bjoern@17: .glyphicon-resize-small:before { bjoern@17: content: "\e097"; bjoern@17: } bjoern@17: .glyphicon-exclamation-sign:before { bjoern@17: content: "\e101"; bjoern@17: } bjoern@17: .glyphicon-gift:before { bjoern@17: content: "\e102"; bjoern@17: } bjoern@17: .glyphicon-leaf:before { bjoern@17: content: "\e103"; bjoern@17: } bjoern@17: .glyphicon-fire:before { bjoern@17: content: "\e104"; bjoern@17: } bjoern@17: .glyphicon-eye-open:before { bjoern@17: content: "\e105"; bjoern@17: } bjoern@17: .glyphicon-eye-close:before { bjoern@17: content: "\e106"; bjoern@17: } bjoern@17: .glyphicon-warning-sign:before { bjoern@17: content: "\e107"; bjoern@17: } bjoern@17: .glyphicon-plane:before { bjoern@17: content: "\e108"; bjoern@17: } bjoern@17: .glyphicon-calendar:before { bjoern@17: content: "\e109"; bjoern@17: } bjoern@17: .glyphicon-random:before { bjoern@17: content: "\e110"; bjoern@17: } bjoern@17: .glyphicon-comment:before { bjoern@17: content: "\e111"; bjoern@17: } bjoern@17: .glyphicon-magnet:before { bjoern@17: content: "\e112"; bjoern@17: } bjoern@17: .glyphicon-chevron-up:before { bjoern@17: content: "\e113"; bjoern@17: } bjoern@17: .glyphicon-chevron-down:before { bjoern@17: content: "\e114"; bjoern@17: } bjoern@17: .glyphicon-retweet:before { bjoern@17: content: "\e115"; bjoern@17: } bjoern@17: .glyphicon-shopping-cart:before { bjoern@17: content: "\e116"; bjoern@17: } bjoern@17: .glyphicon-folder-close:before { bjoern@17: content: "\e117"; bjoern@17: } bjoern@17: .glyphicon-folder-open:before { bjoern@17: content: "\e118"; bjoern@17: } bjoern@17: .glyphicon-resize-vertical:before { bjoern@17: content: "\e119"; bjoern@17: } bjoern@17: .glyphicon-resize-horizontal:before { bjoern@17: content: "\e120"; bjoern@17: } bjoern@17: .glyphicon-hdd:before { bjoern@17: content: "\e121"; bjoern@17: } bjoern@17: .glyphicon-bullhorn:before { bjoern@17: content: "\e122"; bjoern@17: } bjoern@17: .glyphicon-bell:before { bjoern@17: content: "\e123"; bjoern@17: } bjoern@17: .glyphicon-certificate:before { bjoern@17: content: "\e124"; bjoern@17: } bjoern@17: .glyphicon-thumbs-up:before { bjoern@17: content: "\e125"; bjoern@17: } bjoern@17: .glyphicon-thumbs-down:before { bjoern@17: content: "\e126"; bjoern@17: } bjoern@17: .glyphicon-hand-right:before { bjoern@17: content: "\e127"; bjoern@17: } bjoern@17: .glyphicon-hand-left:before { bjoern@17: content: "\e128"; bjoern@17: } bjoern@17: .glyphicon-hand-up:before { bjoern@17: content: "\e129"; bjoern@17: } bjoern@17: .glyphicon-hand-down:before { bjoern@17: content: "\e130"; bjoern@17: } bjoern@17: .glyphicon-circle-arrow-right:before { bjoern@17: content: "\e131"; bjoern@17: } bjoern@17: .glyphicon-circle-arrow-left:before { bjoern@17: content: "\e132"; bjoern@17: } bjoern@17: .glyphicon-circle-arrow-up:before { bjoern@17: content: "\e133"; bjoern@17: } bjoern@17: .glyphicon-circle-arrow-down:before { bjoern@17: content: "\e134"; bjoern@17: } bjoern@17: .glyphicon-globe:before { bjoern@17: content: "\e135"; bjoern@17: } bjoern@17: .glyphicon-wrench:before { bjoern@17: content: "\e136"; bjoern@17: } bjoern@17: .glyphicon-tasks:before { bjoern@17: content: "\e137"; bjoern@17: } bjoern@17: .glyphicon-filter:before { bjoern@17: content: "\e138"; bjoern@17: } bjoern@17: .glyphicon-briefcase:before { bjoern@17: content: "\e139"; bjoern@17: } bjoern@17: .glyphicon-fullscreen:before { bjoern@17: content: "\e140"; bjoern@17: } bjoern@17: .glyphicon-dashboard:before { bjoern@17: content: "\e141"; bjoern@17: } bjoern@17: .glyphicon-paperclip:before { bjoern@17: content: "\e142"; bjoern@17: } bjoern@17: .glyphicon-heart-empty:before { bjoern@17: content: "\e143"; bjoern@17: } bjoern@17: .glyphicon-link:before { bjoern@17: content: "\e144"; bjoern@17: } bjoern@17: .glyphicon-phone:before { bjoern@17: content: "\e145"; bjoern@17: } bjoern@17: .glyphicon-pushpin:before { bjoern@17: content: "\e146"; bjoern@17: } bjoern@17: .glyphicon-usd:before { bjoern@17: content: "\e148"; bjoern@17: } bjoern@17: .glyphicon-gbp:before { bjoern@17: content: "\e149"; bjoern@17: } bjoern@17: .glyphicon-sort:before { bjoern@17: content: "\e150"; bjoern@17: } bjoern@17: .glyphicon-sort-by-alphabet:before { bjoern@17: content: "\e151"; bjoern@17: } bjoern@17: .glyphicon-sort-by-alphabet-alt:before { bjoern@17: content: "\e152"; bjoern@17: } bjoern@17: .glyphicon-sort-by-order:before { bjoern@17: content: "\e153"; bjoern@17: } bjoern@17: .glyphicon-sort-by-order-alt:before { bjoern@17: content: "\e154"; bjoern@17: } bjoern@17: .glyphicon-sort-by-attributes:before { bjoern@17: content: "\e155"; bjoern@17: } bjoern@17: .glyphicon-sort-by-attributes-alt:before { bjoern@17: content: "\e156"; bjoern@17: } bjoern@17: .glyphicon-unchecked:before { bjoern@17: content: "\e157"; bjoern@17: } bjoern@17: .glyphicon-expand:before { bjoern@17: content: "\e158"; bjoern@17: } bjoern@17: .glyphicon-collapse-down:before { bjoern@17: content: "\e159"; bjoern@17: } bjoern@17: .glyphicon-collapse-up:before { bjoern@17: content: "\e160"; bjoern@17: } bjoern@17: .glyphicon-log-in:before { bjoern@17: content: "\e161"; bjoern@17: } bjoern@17: .glyphicon-flash:before { bjoern@17: content: "\e162"; bjoern@17: } bjoern@17: .glyphicon-log-out:before { bjoern@17: content: "\e163"; bjoern@17: } bjoern@17: .glyphicon-new-window:before { bjoern@17: content: "\e164"; bjoern@17: } bjoern@17: .glyphicon-record:before { bjoern@17: content: "\e165"; bjoern@17: } bjoern@17: .glyphicon-save:before { bjoern@17: content: "\e166"; bjoern@17: } bjoern@17: .glyphicon-open:before { bjoern@17: content: "\e167"; bjoern@17: } bjoern@17: .glyphicon-saved:before { bjoern@17: content: "\e168"; bjoern@17: } bjoern@17: .glyphicon-import:before { bjoern@17: content: "\e169"; bjoern@17: } bjoern@17: .glyphicon-export:before { bjoern@17: content: "\e170"; bjoern@17: } bjoern@17: .glyphicon-send:before { bjoern@17: content: "\e171"; bjoern@17: } bjoern@17: .glyphicon-floppy-disk:before { bjoern@17: content: "\e172"; bjoern@17: } bjoern@17: .glyphicon-floppy-saved:before { bjoern@17: content: "\e173"; bjoern@17: } bjoern@17: .glyphicon-floppy-remove:before { bjoern@17: content: "\e174"; bjoern@17: } bjoern@17: .glyphicon-floppy-save:before { bjoern@17: content: "\e175"; bjoern@17: } bjoern@17: .glyphicon-floppy-open:before { bjoern@17: content: "\e176"; bjoern@17: } bjoern@17: .glyphicon-credit-card:before { bjoern@17: content: "\e177"; bjoern@17: } bjoern@17: .glyphicon-transfer:before { bjoern@17: content: "\e178"; bjoern@17: } bjoern@17: .glyphicon-cutlery:before { bjoern@17: content: "\e179"; bjoern@17: } bjoern@17: .glyphicon-header:before { bjoern@17: content: "\e180"; bjoern@17: } bjoern@17: .glyphicon-compressed:before { bjoern@17: content: "\e181"; bjoern@17: } bjoern@17: .glyphicon-earphone:before { bjoern@17: content: "\e182"; bjoern@17: } bjoern@17: .glyphicon-phone-alt:before { bjoern@17: content: "\e183"; bjoern@17: } bjoern@17: .glyphicon-tower:before { bjoern@17: content: "\e184"; bjoern@17: } bjoern@17: .glyphicon-stats:before { bjoern@17: content: "\e185"; bjoern@17: } bjoern@17: .glyphicon-sd-video:before { bjoern@17: content: "\e186"; bjoern@17: } bjoern@17: .glyphicon-hd-video:before { bjoern@17: content: "\e187"; bjoern@17: } bjoern@17: .glyphicon-subtitles:before { bjoern@17: content: "\e188"; bjoern@17: } bjoern@17: .glyphicon-sound-stereo:before { bjoern@17: content: "\e189"; bjoern@17: } bjoern@17: .glyphicon-sound-dolby:before { bjoern@17: content: "\e190"; bjoern@17: } bjoern@17: .glyphicon-sound-5-1:before { bjoern@17: content: "\e191"; bjoern@17: } bjoern@17: .glyphicon-sound-6-1:before { bjoern@17: content: "\e192"; bjoern@17: } bjoern@17: .glyphicon-sound-7-1:before { bjoern@17: content: "\e193"; bjoern@17: } bjoern@17: .glyphicon-copyright-mark:before { bjoern@17: content: "\e194"; bjoern@17: } bjoern@17: .glyphicon-registration-mark:before { bjoern@17: content: "\e195"; bjoern@17: } bjoern@17: .glyphicon-cloud-download:before { bjoern@17: content: "\e197"; bjoern@17: } bjoern@17: .glyphicon-cloud-upload:before { bjoern@17: content: "\e198"; bjoern@17: } bjoern@17: .glyphicon-tree-conifer:before { bjoern@17: content: "\e199"; bjoern@17: } bjoern@17: .glyphicon-tree-deciduous:before { bjoern@17: content: "\e200"; bjoern@17: } bjoern@17: * { bjoern@17: -webkit-box-sizing: border-box; bjoern@17: -moz-box-sizing: border-box; bjoern@17: box-sizing: border-box; bjoern@17: } bjoern@17: *:before, bjoern@17: *:after { bjoern@17: -webkit-box-sizing: border-box; bjoern@17: -moz-box-sizing: border-box; bjoern@17: box-sizing: border-box; bjoern@17: } bjoern@17: html { bjoern@17: font-size: 10px; bjoern@17: bjoern@17: -webkit-tap-highlight-color: rgba(0, 0, 0, 0); bjoern@17: } bjoern@17: body { bjoern@17: font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; bjoern@17: font-size: 14px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #333; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: input, bjoern@17: button, bjoern@17: select, bjoern@17: textarea { bjoern@17: font-family: inherit; bjoern@17: font-size: inherit; bjoern@17: line-height: inherit; bjoern@17: } bjoern@17: a { bjoern@17: color: #428bca; bjoern@17: text-decoration: none; bjoern@17: } bjoern@17: a:hover, bjoern@17: a:focus { bjoern@17: color: #2a6496; bjoern@17: text-decoration: underline; bjoern@17: } bjoern@17: a:focus { bjoern@17: outline: thin dotted; bjoern@17: outline: 5px auto -webkit-focus-ring-color; bjoern@17: outline-offset: -2px; bjoern@17: } bjoern@17: figure { bjoern@17: margin: 0; bjoern@17: } bjoern@17: img { bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .img-responsive, bjoern@17: .thumbnail > img, bjoern@17: .thumbnail a > img, bjoern@17: .carousel-inner > .item > img, bjoern@17: .carousel-inner > .item > a > img { bjoern@17: display: block; bjoern@17: width: 100% \9; bjoern@17: max-width: 100%; bjoern@17: height: auto; bjoern@17: } bjoern@17: .img-rounded { bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: .img-thumbnail { bjoern@17: display: inline-block; bjoern@17: width: 100% \9; bjoern@17: max-width: 100%; bjoern@17: height: auto; bjoern@17: padding: 4px; bjoern@17: line-height: 1.42857143; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: border-radius: 4px; bjoern@17: -webkit-transition: all .2s ease-in-out; bjoern@17: -o-transition: all .2s ease-in-out; bjoern@17: transition: all .2s ease-in-out; bjoern@17: } bjoern@17: .img-circle { bjoern@17: border-radius: 50%; bjoern@17: } bjoern@17: hr { bjoern@17: margin-top: 20px; bjoern@17: margin-bottom: 20px; bjoern@17: border: 0; bjoern@17: border-top: 1px solid #eee; bjoern@17: } bjoern@17: .sr-only { bjoern@17: position: absolute; bjoern@17: width: 1px; bjoern@17: height: 1px; bjoern@17: padding: 0; bjoern@17: margin: -1px; bjoern@17: overflow: hidden; bjoern@17: clip: rect(0, 0, 0, 0); bjoern@17: border: 0; bjoern@17: } bjoern@17: .sr-only-focusable:active, bjoern@17: .sr-only-focusable:focus { bjoern@17: position: static; bjoern@17: width: auto; bjoern@17: height: auto; bjoern@17: margin: 0; bjoern@17: overflow: visible; bjoern@17: clip: auto; bjoern@17: } bjoern@17: h1, bjoern@17: h2, bjoern@17: h3, bjoern@17: h4, bjoern@17: h5, bjoern@17: h6, bjoern@17: .h1, bjoern@17: .h2, bjoern@17: .h3, bjoern@17: .h4, bjoern@17: .h5, bjoern@17: .h6 { bjoern@17: font-family: inherit; bjoern@17: font-weight: 500; bjoern@17: line-height: 1.1; bjoern@17: color: inherit; bjoern@17: } bjoern@17: h1 small, bjoern@17: h2 small, bjoern@17: h3 small, bjoern@17: h4 small, bjoern@17: h5 small, bjoern@17: h6 small, bjoern@17: .h1 small, bjoern@17: .h2 small, bjoern@17: .h3 small, bjoern@17: .h4 small, bjoern@17: .h5 small, bjoern@17: .h6 small, bjoern@17: h1 .small, bjoern@17: h2 .small, bjoern@17: h3 .small, bjoern@17: h4 .small, bjoern@17: h5 .small, bjoern@17: h6 .small, bjoern@17: .h1 .small, bjoern@17: .h2 .small, bjoern@17: .h3 .small, bjoern@17: .h4 .small, bjoern@17: .h5 .small, bjoern@17: .h6 .small { bjoern@17: font-weight: normal; bjoern@17: line-height: 1; bjoern@17: color: #777; bjoern@17: } bjoern@17: h1, bjoern@17: .h1, bjoern@17: h2, bjoern@17: .h2, bjoern@17: h3, bjoern@17: .h3 { bjoern@17: margin-top: 20px; bjoern@17: margin-bottom: 10px; bjoern@17: } bjoern@17: h1 small, bjoern@17: .h1 small, bjoern@17: h2 small, bjoern@17: .h2 small, bjoern@17: h3 small, bjoern@17: .h3 small, bjoern@17: h1 .small, bjoern@17: .h1 .small, bjoern@17: h2 .small, bjoern@17: .h2 .small, bjoern@17: h3 .small, bjoern@17: .h3 .small { bjoern@17: font-size: 65%; bjoern@17: } bjoern@17: h4, bjoern@17: .h4, bjoern@17: h5, bjoern@17: .h5, bjoern@17: h6, bjoern@17: .h6 { bjoern@17: margin-top: 10px; bjoern@17: margin-bottom: 10px; bjoern@17: } bjoern@17: h4 small, bjoern@17: .h4 small, bjoern@17: h5 small, bjoern@17: .h5 small, bjoern@17: h6 small, bjoern@17: .h6 small, bjoern@17: h4 .small, bjoern@17: .h4 .small, bjoern@17: h5 .small, bjoern@17: .h5 .small, bjoern@17: h6 .small, bjoern@17: .h6 .small { bjoern@17: font-size: 75%; bjoern@17: } bjoern@17: h1, bjoern@17: .h1 { bjoern@17: font-size: 36px; bjoern@17: } bjoern@17: h2, bjoern@17: .h2 { bjoern@17: font-size: 30px; bjoern@17: } bjoern@17: h3, bjoern@17: .h3 { bjoern@17: font-size: 24px; bjoern@17: } bjoern@17: h4, bjoern@17: .h4 { bjoern@17: font-size: 18px; bjoern@17: } bjoern@17: h5, bjoern@17: .h5 { bjoern@17: font-size: 14px; bjoern@17: } bjoern@17: h6, bjoern@17: .h6 { bjoern@17: font-size: 12px; bjoern@17: } bjoern@17: p { bjoern@17: margin: 0 0 10px; bjoern@17: } bjoern@17: .lead { bjoern@17: margin-bottom: 20px; bjoern@17: font-size: 16px; bjoern@17: font-weight: 300; bjoern@17: line-height: 1.4; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .lead { bjoern@17: font-size: 21px; bjoern@17: } bjoern@17: } bjoern@17: small, bjoern@17: .small { bjoern@17: font-size: 85%; bjoern@17: } bjoern@17: cite { bjoern@17: font-style: normal; bjoern@17: } bjoern@17: mark, bjoern@17: .mark { bjoern@17: padding: .2em; bjoern@17: background-color: #fcf8e3; bjoern@17: } bjoern@17: .text-left { bjoern@17: text-align: left; bjoern@17: } bjoern@17: .text-right { bjoern@17: text-align: right; bjoern@17: } bjoern@17: .text-center { bjoern@17: text-align: center; bjoern@17: } bjoern@17: .text-justify { bjoern@17: text-align: justify; bjoern@17: } bjoern@17: .text-nowrap { bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .text-lowercase { bjoern@17: text-transform: lowercase; bjoern@17: } bjoern@17: .text-uppercase { bjoern@17: text-transform: uppercase; bjoern@17: } bjoern@17: .text-capitalize { bjoern@17: text-transform: capitalize; bjoern@17: } bjoern@17: .text-muted { bjoern@17: color: #777; bjoern@17: } bjoern@17: .text-primary { bjoern@17: color: #428bca; bjoern@17: } bjoern@17: a.text-primary:hover { bjoern@17: color: #3071a9; bjoern@17: } bjoern@17: .text-success { bjoern@17: color: #3c763d; bjoern@17: } bjoern@17: a.text-success:hover { bjoern@17: color: #2b542c; bjoern@17: } bjoern@17: .text-info { bjoern@17: color: #31708f; bjoern@17: } bjoern@17: a.text-info:hover { bjoern@17: color: #245269; bjoern@17: } bjoern@17: .text-warning { bjoern@17: color: #8a6d3b; bjoern@17: } bjoern@17: a.text-warning:hover { bjoern@17: color: #66512c; bjoern@17: } bjoern@17: .text-danger { bjoern@17: color: #a94442; bjoern@17: } bjoern@17: a.text-danger:hover { bjoern@17: color: #843534; bjoern@17: } bjoern@17: .bg-primary { bjoern@17: color: #fff; bjoern@17: background-color: #428bca; bjoern@17: } bjoern@17: a.bg-primary:hover { bjoern@17: background-color: #3071a9; bjoern@17: } bjoern@17: .bg-success { bjoern@17: background-color: #dff0d8; bjoern@17: } bjoern@17: a.bg-success:hover { bjoern@17: background-color: #c1e2b3; bjoern@17: } bjoern@17: .bg-info { bjoern@17: background-color: #d9edf7; bjoern@17: } bjoern@17: a.bg-info:hover { bjoern@17: background-color: #afd9ee; bjoern@17: } bjoern@17: .bg-warning { bjoern@17: background-color: #fcf8e3; bjoern@17: } bjoern@17: a.bg-warning:hover { bjoern@17: background-color: #f7ecb5; bjoern@17: } bjoern@17: .bg-danger { bjoern@17: background-color: #f2dede; bjoern@17: } bjoern@17: a.bg-danger:hover { bjoern@17: background-color: #e4b9b9; bjoern@17: } bjoern@17: .page-header { bjoern@17: padding-bottom: 9px; bjoern@17: margin: 40px 0 20px; bjoern@17: border-bottom: 1px solid #eee; bjoern@17: } bjoern@17: ul, bjoern@17: ol { bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 10px; bjoern@17: } bjoern@17: ul ul, bjoern@17: ol ul, bjoern@17: ul ol, bjoern@17: ol ol { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .list-unstyled { bjoern@17: padding-left: 0; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .list-inline { bjoern@17: padding-left: 0; bjoern@17: margin-left: -5px; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .list-inline > li { bjoern@17: display: inline-block; bjoern@17: padding-right: 5px; bjoern@17: padding-left: 5px; bjoern@17: } bjoern@17: dl { bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 20px; bjoern@17: } bjoern@17: dt, bjoern@17: dd { bjoern@17: line-height: 1.42857143; bjoern@17: } bjoern@17: dt { bjoern@17: font-weight: bold; bjoern@17: } bjoern@17: dd { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .dl-horizontal dt { bjoern@17: float: left; bjoern@17: width: 160px; bjoern@17: overflow: hidden; bjoern@17: clear: left; bjoern@17: text-align: right; bjoern@17: text-overflow: ellipsis; bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .dl-horizontal dd { bjoern@17: margin-left: 180px; bjoern@17: } bjoern@17: } bjoern@17: abbr[title], bjoern@17: abbr[data-original-title] { bjoern@17: cursor: help; bjoern@17: border-bottom: 1px dotted #777; bjoern@17: } bjoern@17: .initialism { bjoern@17: font-size: 90%; bjoern@17: text-transform: uppercase; bjoern@17: } bjoern@17: blockquote { bjoern@17: padding: 10px 20px; bjoern@17: margin: 0 0 20px; bjoern@17: font-size: 17.5px; bjoern@17: border-left: 5px solid #eee; bjoern@17: } bjoern@17: blockquote p:last-child, bjoern@17: blockquote ul:last-child, bjoern@17: blockquote ol:last-child { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: blockquote footer, bjoern@17: blockquote small, bjoern@17: blockquote .small { bjoern@17: display: block; bjoern@17: font-size: 80%; bjoern@17: line-height: 1.42857143; bjoern@17: color: #777; bjoern@17: } bjoern@17: blockquote footer:before, bjoern@17: blockquote small:before, bjoern@17: blockquote .small:before { bjoern@17: content: '\2014 \00A0'; bjoern@17: } bjoern@17: .blockquote-reverse, bjoern@17: blockquote.pull-right { bjoern@17: padding-right: 15px; bjoern@17: padding-left: 0; bjoern@17: text-align: right; bjoern@17: border-right: 5px solid #eee; bjoern@17: border-left: 0; bjoern@17: } bjoern@17: .blockquote-reverse footer:before, bjoern@17: blockquote.pull-right footer:before, bjoern@17: .blockquote-reverse small:before, bjoern@17: blockquote.pull-right small:before, bjoern@17: .blockquote-reverse .small:before, bjoern@17: blockquote.pull-right .small:before { bjoern@17: content: ''; bjoern@17: } bjoern@17: .blockquote-reverse footer:after, bjoern@17: blockquote.pull-right footer:after, bjoern@17: .blockquote-reverse small:after, bjoern@17: blockquote.pull-right small:after, bjoern@17: .blockquote-reverse .small:after, bjoern@17: blockquote.pull-right .small:after { bjoern@17: content: '\00A0 \2014'; bjoern@17: } bjoern@17: blockquote:before, bjoern@17: blockquote:after { bjoern@17: content: ""; bjoern@17: } bjoern@17: address { bjoern@17: margin-bottom: 20px; bjoern@17: font-style: normal; bjoern@17: line-height: 1.42857143; bjoern@17: } bjoern@17: code, bjoern@17: kbd, bjoern@17: pre, bjoern@17: samp { bjoern@17: font-family: Menlo, Monaco, Consolas, "Courier New", monospace; bjoern@17: } bjoern@17: code { bjoern@17: padding: 2px 4px; bjoern@17: font-size: 90%; bjoern@17: color: #c7254e; bjoern@17: background-color: #f9f2f4; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: kbd { bjoern@17: padding: 2px 4px; bjoern@17: font-size: 90%; bjoern@17: color: #fff; bjoern@17: background-color: #333; bjoern@17: border-radius: 3px; bjoern@17: -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); bjoern@17: box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); bjoern@17: } bjoern@17: kbd kbd { bjoern@17: padding: 0; bjoern@17: font-size: 100%; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: pre { bjoern@17: display: block; bjoern@17: padding: 9.5px; bjoern@17: margin: 0 0 10px; bjoern@17: font-size: 13px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #333; bjoern@17: word-break: break-all; bjoern@17: word-wrap: break-word; bjoern@17: background-color: #f5f5f5; bjoern@17: border: 1px solid #ccc; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: pre code { bjoern@17: padding: 0; bjoern@17: font-size: inherit; bjoern@17: color: inherit; bjoern@17: white-space: pre-wrap; bjoern@17: background-color: transparent; bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .pre-scrollable { bjoern@17: max-height: 340px; bjoern@17: overflow-y: scroll; bjoern@17: } bjoern@17: .container { bjoern@17: padding-right: 15px; bjoern@17: padding-left: 15px; bjoern@17: margin-right: auto; bjoern@17: margin-left: auto; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .container { bjoern@17: width: 750px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) { bjoern@17: .container { bjoern@17: width: 970px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .container { bjoern@17: width: 1170px; bjoern@17: } bjoern@17: } bjoern@17: .container-fluid { bjoern@17: padding-right: 15px; bjoern@17: padding-left: 15px; bjoern@17: margin-right: auto; bjoern@17: margin-left: auto; bjoern@17: } bjoern@17: .row { bjoern@17: margin-right: -15px; bjoern@17: margin-left: -15px; bjoern@17: } bjoern@17: .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 { bjoern@17: position: relative; bjoern@17: min-height: 1px; bjoern@17: padding-right: 15px; bjoern@17: padding-left: 15px; bjoern@17: } bjoern@17: .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 { bjoern@17: float: left; bjoern@17: } bjoern@17: .col-xs-12 { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .col-xs-11 { bjoern@17: width: 91.66666667%; bjoern@17: } bjoern@17: .col-xs-10 { bjoern@17: width: 83.33333333%; bjoern@17: } bjoern@17: .col-xs-9 { bjoern@17: width: 75%; bjoern@17: } bjoern@17: .col-xs-8 { bjoern@17: width: 66.66666667%; bjoern@17: } bjoern@17: .col-xs-7 { bjoern@17: width: 58.33333333%; bjoern@17: } bjoern@17: .col-xs-6 { bjoern@17: width: 50%; bjoern@17: } bjoern@17: .col-xs-5 { bjoern@17: width: 41.66666667%; bjoern@17: } bjoern@17: .col-xs-4 { bjoern@17: width: 33.33333333%; bjoern@17: } bjoern@17: .col-xs-3 { bjoern@17: width: 25%; bjoern@17: } bjoern@17: .col-xs-2 { bjoern@17: width: 16.66666667%; bjoern@17: } bjoern@17: .col-xs-1 { bjoern@17: width: 8.33333333%; bjoern@17: } bjoern@17: .col-xs-pull-12 { bjoern@17: right: 100%; bjoern@17: } bjoern@17: .col-xs-pull-11 { bjoern@17: right: 91.66666667%; bjoern@17: } bjoern@17: .col-xs-pull-10 { bjoern@17: right: 83.33333333%; bjoern@17: } bjoern@17: .col-xs-pull-9 { bjoern@17: right: 75%; bjoern@17: } bjoern@17: .col-xs-pull-8 { bjoern@17: right: 66.66666667%; bjoern@17: } bjoern@17: .col-xs-pull-7 { bjoern@17: right: 58.33333333%; bjoern@17: } bjoern@17: .col-xs-pull-6 { bjoern@17: right: 50%; bjoern@17: } bjoern@17: .col-xs-pull-5 { bjoern@17: right: 41.66666667%; bjoern@17: } bjoern@17: .col-xs-pull-4 { bjoern@17: right: 33.33333333%; bjoern@17: } bjoern@17: .col-xs-pull-3 { bjoern@17: right: 25%; bjoern@17: } bjoern@17: .col-xs-pull-2 { bjoern@17: right: 16.66666667%; bjoern@17: } bjoern@17: .col-xs-pull-1 { bjoern@17: right: 8.33333333%; bjoern@17: } bjoern@17: .col-xs-pull-0 { bjoern@17: right: auto; bjoern@17: } bjoern@17: .col-xs-push-12 { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .col-xs-push-11 { bjoern@17: left: 91.66666667%; bjoern@17: } bjoern@17: .col-xs-push-10 { bjoern@17: left: 83.33333333%; bjoern@17: } bjoern@17: .col-xs-push-9 { bjoern@17: left: 75%; bjoern@17: } bjoern@17: .col-xs-push-8 { bjoern@17: left: 66.66666667%; bjoern@17: } bjoern@17: .col-xs-push-7 { bjoern@17: left: 58.33333333%; bjoern@17: } bjoern@17: .col-xs-push-6 { bjoern@17: left: 50%; bjoern@17: } bjoern@17: .col-xs-push-5 { bjoern@17: left: 41.66666667%; bjoern@17: } bjoern@17: .col-xs-push-4 { bjoern@17: left: 33.33333333%; bjoern@17: } bjoern@17: .col-xs-push-3 { bjoern@17: left: 25%; bjoern@17: } bjoern@17: .col-xs-push-2 { bjoern@17: left: 16.66666667%; bjoern@17: } bjoern@17: .col-xs-push-1 { bjoern@17: left: 8.33333333%; bjoern@17: } bjoern@17: .col-xs-push-0 { bjoern@17: left: auto; bjoern@17: } bjoern@17: .col-xs-offset-12 { bjoern@17: margin-left: 100%; bjoern@17: } bjoern@17: .col-xs-offset-11 { bjoern@17: margin-left: 91.66666667%; bjoern@17: } bjoern@17: .col-xs-offset-10 { bjoern@17: margin-left: 83.33333333%; bjoern@17: } bjoern@17: .col-xs-offset-9 { bjoern@17: margin-left: 75%; bjoern@17: } bjoern@17: .col-xs-offset-8 { bjoern@17: margin-left: 66.66666667%; bjoern@17: } bjoern@17: .col-xs-offset-7 { bjoern@17: margin-left: 58.33333333%; bjoern@17: } bjoern@17: .col-xs-offset-6 { bjoern@17: margin-left: 50%; bjoern@17: } bjoern@17: .col-xs-offset-5 { bjoern@17: margin-left: 41.66666667%; bjoern@17: } bjoern@17: .col-xs-offset-4 { bjoern@17: margin-left: 33.33333333%; bjoern@17: } bjoern@17: .col-xs-offset-3 { bjoern@17: margin-left: 25%; bjoern@17: } bjoern@17: .col-xs-offset-2 { bjoern@17: margin-left: 16.66666667%; bjoern@17: } bjoern@17: .col-xs-offset-1 { bjoern@17: margin-left: 8.33333333%; bjoern@17: } bjoern@17: .col-xs-offset-0 { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .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 { bjoern@17: float: left; bjoern@17: } bjoern@17: .col-sm-12 { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .col-sm-11 { bjoern@17: width: 91.66666667%; bjoern@17: } bjoern@17: .col-sm-10 { bjoern@17: width: 83.33333333%; bjoern@17: } bjoern@17: .col-sm-9 { bjoern@17: width: 75%; bjoern@17: } bjoern@17: .col-sm-8 { bjoern@17: width: 66.66666667%; bjoern@17: } bjoern@17: .col-sm-7 { bjoern@17: width: 58.33333333%; bjoern@17: } bjoern@17: .col-sm-6 { bjoern@17: width: 50%; bjoern@17: } bjoern@17: .col-sm-5 { bjoern@17: width: 41.66666667%; bjoern@17: } bjoern@17: .col-sm-4 { bjoern@17: width: 33.33333333%; bjoern@17: } bjoern@17: .col-sm-3 { bjoern@17: width: 25%; bjoern@17: } bjoern@17: .col-sm-2 { bjoern@17: width: 16.66666667%; bjoern@17: } bjoern@17: .col-sm-1 { bjoern@17: width: 8.33333333%; bjoern@17: } bjoern@17: .col-sm-pull-12 { bjoern@17: right: 100%; bjoern@17: } bjoern@17: .col-sm-pull-11 { bjoern@17: right: 91.66666667%; bjoern@17: } bjoern@17: .col-sm-pull-10 { bjoern@17: right: 83.33333333%; bjoern@17: } bjoern@17: .col-sm-pull-9 { bjoern@17: right: 75%; bjoern@17: } bjoern@17: .col-sm-pull-8 { bjoern@17: right: 66.66666667%; bjoern@17: } bjoern@17: .col-sm-pull-7 { bjoern@17: right: 58.33333333%; bjoern@17: } bjoern@17: .col-sm-pull-6 { bjoern@17: right: 50%; bjoern@17: } bjoern@17: .col-sm-pull-5 { bjoern@17: right: 41.66666667%; bjoern@17: } bjoern@17: .col-sm-pull-4 { bjoern@17: right: 33.33333333%; bjoern@17: } bjoern@17: .col-sm-pull-3 { bjoern@17: right: 25%; bjoern@17: } bjoern@17: .col-sm-pull-2 { bjoern@17: right: 16.66666667%; bjoern@17: } bjoern@17: .col-sm-pull-1 { bjoern@17: right: 8.33333333%; bjoern@17: } bjoern@17: .col-sm-pull-0 { bjoern@17: right: auto; bjoern@17: } bjoern@17: .col-sm-push-12 { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .col-sm-push-11 { bjoern@17: left: 91.66666667%; bjoern@17: } bjoern@17: .col-sm-push-10 { bjoern@17: left: 83.33333333%; bjoern@17: } bjoern@17: .col-sm-push-9 { bjoern@17: left: 75%; bjoern@17: } bjoern@17: .col-sm-push-8 { bjoern@17: left: 66.66666667%; bjoern@17: } bjoern@17: .col-sm-push-7 { bjoern@17: left: 58.33333333%; bjoern@17: } bjoern@17: .col-sm-push-6 { bjoern@17: left: 50%; bjoern@17: } bjoern@17: .col-sm-push-5 { bjoern@17: left: 41.66666667%; bjoern@17: } bjoern@17: .col-sm-push-4 { bjoern@17: left: 33.33333333%; bjoern@17: } bjoern@17: .col-sm-push-3 { bjoern@17: left: 25%; bjoern@17: } bjoern@17: .col-sm-push-2 { bjoern@17: left: 16.66666667%; bjoern@17: } bjoern@17: .col-sm-push-1 { bjoern@17: left: 8.33333333%; bjoern@17: } bjoern@17: .col-sm-push-0 { bjoern@17: left: auto; bjoern@17: } bjoern@17: .col-sm-offset-12 { bjoern@17: margin-left: 100%; bjoern@17: } bjoern@17: .col-sm-offset-11 { bjoern@17: margin-left: 91.66666667%; bjoern@17: } bjoern@17: .col-sm-offset-10 { bjoern@17: margin-left: 83.33333333%; bjoern@17: } bjoern@17: .col-sm-offset-9 { bjoern@17: margin-left: 75%; bjoern@17: } bjoern@17: .col-sm-offset-8 { bjoern@17: margin-left: 66.66666667%; bjoern@17: } bjoern@17: .col-sm-offset-7 { bjoern@17: margin-left: 58.33333333%; bjoern@17: } bjoern@17: .col-sm-offset-6 { bjoern@17: margin-left: 50%; bjoern@17: } bjoern@17: .col-sm-offset-5 { bjoern@17: margin-left: 41.66666667%; bjoern@17: } bjoern@17: .col-sm-offset-4 { bjoern@17: margin-left: 33.33333333%; bjoern@17: } bjoern@17: .col-sm-offset-3 { bjoern@17: margin-left: 25%; bjoern@17: } bjoern@17: .col-sm-offset-2 { bjoern@17: margin-left: 16.66666667%; bjoern@17: } bjoern@17: .col-sm-offset-1 { bjoern@17: margin-left: 8.33333333%; bjoern@17: } bjoern@17: .col-sm-offset-0 { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) { bjoern@17: .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 { bjoern@17: float: left; bjoern@17: } bjoern@17: .col-md-12 { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .col-md-11 { bjoern@17: width: 91.66666667%; bjoern@17: } bjoern@17: .col-md-10 { bjoern@17: width: 83.33333333%; bjoern@17: } bjoern@17: .col-md-9 { bjoern@17: width: 75%; bjoern@17: } bjoern@17: .col-md-8 { bjoern@17: width: 66.66666667%; bjoern@17: } bjoern@17: .col-md-7 { bjoern@17: width: 58.33333333%; bjoern@17: } bjoern@17: .col-md-6 { bjoern@17: width: 50%; bjoern@17: } bjoern@17: .col-md-5 { bjoern@17: width: 41.66666667%; bjoern@17: } bjoern@17: .col-md-4 { bjoern@17: width: 33.33333333%; bjoern@17: } bjoern@17: .col-md-3 { bjoern@17: width: 25%; bjoern@17: } bjoern@17: .col-md-2 { bjoern@17: width: 16.66666667%; bjoern@17: } bjoern@17: .col-md-1 { bjoern@17: width: 8.33333333%; bjoern@17: } bjoern@17: .col-md-pull-12 { bjoern@17: right: 100%; bjoern@17: } bjoern@17: .col-md-pull-11 { bjoern@17: right: 91.66666667%; bjoern@17: } bjoern@17: .col-md-pull-10 { bjoern@17: right: 83.33333333%; bjoern@17: } bjoern@17: .col-md-pull-9 { bjoern@17: right: 75%; bjoern@17: } bjoern@17: .col-md-pull-8 { bjoern@17: right: 66.66666667%; bjoern@17: } bjoern@17: .col-md-pull-7 { bjoern@17: right: 58.33333333%; bjoern@17: } bjoern@17: .col-md-pull-6 { bjoern@17: right: 50%; bjoern@17: } bjoern@17: .col-md-pull-5 { bjoern@17: right: 41.66666667%; bjoern@17: } bjoern@17: .col-md-pull-4 { bjoern@17: right: 33.33333333%; bjoern@17: } bjoern@17: .col-md-pull-3 { bjoern@17: right: 25%; bjoern@17: } bjoern@17: .col-md-pull-2 { bjoern@17: right: 16.66666667%; bjoern@17: } bjoern@17: .col-md-pull-1 { bjoern@17: right: 8.33333333%; bjoern@17: } bjoern@17: .col-md-pull-0 { bjoern@17: right: auto; bjoern@17: } bjoern@17: .col-md-push-12 { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .col-md-push-11 { bjoern@17: left: 91.66666667%; bjoern@17: } bjoern@17: .col-md-push-10 { bjoern@17: left: 83.33333333%; bjoern@17: } bjoern@17: .col-md-push-9 { bjoern@17: left: 75%; bjoern@17: } bjoern@17: .col-md-push-8 { bjoern@17: left: 66.66666667%; bjoern@17: } bjoern@17: .col-md-push-7 { bjoern@17: left: 58.33333333%; bjoern@17: } bjoern@17: .col-md-push-6 { bjoern@17: left: 50%; bjoern@17: } bjoern@17: .col-md-push-5 { bjoern@17: left: 41.66666667%; bjoern@17: } bjoern@17: .col-md-push-4 { bjoern@17: left: 33.33333333%; bjoern@17: } bjoern@17: .col-md-push-3 { bjoern@17: left: 25%; bjoern@17: } bjoern@17: .col-md-push-2 { bjoern@17: left: 16.66666667%; bjoern@17: } bjoern@17: .col-md-push-1 { bjoern@17: left: 8.33333333%; bjoern@17: } bjoern@17: .col-md-push-0 { bjoern@17: left: auto; bjoern@17: } bjoern@17: .col-md-offset-12 { bjoern@17: margin-left: 100%; bjoern@17: } bjoern@17: .col-md-offset-11 { bjoern@17: margin-left: 91.66666667%; bjoern@17: } bjoern@17: .col-md-offset-10 { bjoern@17: margin-left: 83.33333333%; bjoern@17: } bjoern@17: .col-md-offset-9 { bjoern@17: margin-left: 75%; bjoern@17: } bjoern@17: .col-md-offset-8 { bjoern@17: margin-left: 66.66666667%; bjoern@17: } bjoern@17: .col-md-offset-7 { bjoern@17: margin-left: 58.33333333%; bjoern@17: } bjoern@17: .col-md-offset-6 { bjoern@17: margin-left: 50%; bjoern@17: } bjoern@17: .col-md-offset-5 { bjoern@17: margin-left: 41.66666667%; bjoern@17: } bjoern@17: .col-md-offset-4 { bjoern@17: margin-left: 33.33333333%; bjoern@17: } bjoern@17: .col-md-offset-3 { bjoern@17: margin-left: 25%; bjoern@17: } bjoern@17: .col-md-offset-2 { bjoern@17: margin-left: 16.66666667%; bjoern@17: } bjoern@17: .col-md-offset-1 { bjoern@17: margin-left: 8.33333333%; bjoern@17: } bjoern@17: .col-md-offset-0 { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .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 { bjoern@17: float: left; bjoern@17: } bjoern@17: .col-lg-12 { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .col-lg-11 { bjoern@17: width: 91.66666667%; bjoern@17: } bjoern@17: .col-lg-10 { bjoern@17: width: 83.33333333%; bjoern@17: } bjoern@17: .col-lg-9 { bjoern@17: width: 75%; bjoern@17: } bjoern@17: .col-lg-8 { bjoern@17: width: 66.66666667%; bjoern@17: } bjoern@17: .col-lg-7 { bjoern@17: width: 58.33333333%; bjoern@17: } bjoern@17: .col-lg-6 { bjoern@17: width: 50%; bjoern@17: } bjoern@17: .col-lg-5 { bjoern@17: width: 41.66666667%; bjoern@17: } bjoern@17: .col-lg-4 { bjoern@17: width: 33.33333333%; bjoern@17: } bjoern@17: .col-lg-3 { bjoern@17: width: 25%; bjoern@17: } bjoern@17: .col-lg-2 { bjoern@17: width: 16.66666667%; bjoern@17: } bjoern@17: .col-lg-1 { bjoern@17: width: 8.33333333%; bjoern@17: } bjoern@17: .col-lg-pull-12 { bjoern@17: right: 100%; bjoern@17: } bjoern@17: .col-lg-pull-11 { bjoern@17: right: 91.66666667%; bjoern@17: } bjoern@17: .col-lg-pull-10 { bjoern@17: right: 83.33333333%; bjoern@17: } bjoern@17: .col-lg-pull-9 { bjoern@17: right: 75%; bjoern@17: } bjoern@17: .col-lg-pull-8 { bjoern@17: right: 66.66666667%; bjoern@17: } bjoern@17: .col-lg-pull-7 { bjoern@17: right: 58.33333333%; bjoern@17: } bjoern@17: .col-lg-pull-6 { bjoern@17: right: 50%; bjoern@17: } bjoern@17: .col-lg-pull-5 { bjoern@17: right: 41.66666667%; bjoern@17: } bjoern@17: .col-lg-pull-4 { bjoern@17: right: 33.33333333%; bjoern@17: } bjoern@17: .col-lg-pull-3 { bjoern@17: right: 25%; bjoern@17: } bjoern@17: .col-lg-pull-2 { bjoern@17: right: 16.66666667%; bjoern@17: } bjoern@17: .col-lg-pull-1 { bjoern@17: right: 8.33333333%; bjoern@17: } bjoern@17: .col-lg-pull-0 { bjoern@17: right: auto; bjoern@17: } bjoern@17: .col-lg-push-12 { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .col-lg-push-11 { bjoern@17: left: 91.66666667%; bjoern@17: } bjoern@17: .col-lg-push-10 { bjoern@17: left: 83.33333333%; bjoern@17: } bjoern@17: .col-lg-push-9 { bjoern@17: left: 75%; bjoern@17: } bjoern@17: .col-lg-push-8 { bjoern@17: left: 66.66666667%; bjoern@17: } bjoern@17: .col-lg-push-7 { bjoern@17: left: 58.33333333%; bjoern@17: } bjoern@17: .col-lg-push-6 { bjoern@17: left: 50%; bjoern@17: } bjoern@17: .col-lg-push-5 { bjoern@17: left: 41.66666667%; bjoern@17: } bjoern@17: .col-lg-push-4 { bjoern@17: left: 33.33333333%; bjoern@17: } bjoern@17: .col-lg-push-3 { bjoern@17: left: 25%; bjoern@17: } bjoern@17: .col-lg-push-2 { bjoern@17: left: 16.66666667%; bjoern@17: } bjoern@17: .col-lg-push-1 { bjoern@17: left: 8.33333333%; bjoern@17: } bjoern@17: .col-lg-push-0 { bjoern@17: left: auto; bjoern@17: } bjoern@17: .col-lg-offset-12 { bjoern@17: margin-left: 100%; bjoern@17: } bjoern@17: .col-lg-offset-11 { bjoern@17: margin-left: 91.66666667%; bjoern@17: } bjoern@17: .col-lg-offset-10 { bjoern@17: margin-left: 83.33333333%; bjoern@17: } bjoern@17: .col-lg-offset-9 { bjoern@17: margin-left: 75%; bjoern@17: } bjoern@17: .col-lg-offset-8 { bjoern@17: margin-left: 66.66666667%; bjoern@17: } bjoern@17: .col-lg-offset-7 { bjoern@17: margin-left: 58.33333333%; bjoern@17: } bjoern@17: .col-lg-offset-6 { bjoern@17: margin-left: 50%; bjoern@17: } bjoern@17: .col-lg-offset-5 { bjoern@17: margin-left: 41.66666667%; bjoern@17: } bjoern@17: .col-lg-offset-4 { bjoern@17: margin-left: 33.33333333%; bjoern@17: } bjoern@17: .col-lg-offset-3 { bjoern@17: margin-left: 25%; bjoern@17: } bjoern@17: .col-lg-offset-2 { bjoern@17: margin-left: 16.66666667%; bjoern@17: } bjoern@17: .col-lg-offset-1 { bjoern@17: margin-left: 8.33333333%; bjoern@17: } bjoern@17: .col-lg-offset-0 { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: } bjoern@17: table { bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: th { bjoern@17: text-align: left; bjoern@17: } bjoern@17: .table { bjoern@17: width: 100%; bjoern@17: max-width: 100%; bjoern@17: margin-bottom: 20px; bjoern@17: } bjoern@17: .table > thead > tr > th, bjoern@17: .table > tbody > tr > th, bjoern@17: .table > tfoot > tr > th, bjoern@17: .table > thead > tr > td, bjoern@17: .table > tbody > tr > td, bjoern@17: .table > tfoot > tr > td { bjoern@17: padding: 8px; bjoern@17: line-height: 1.42857143; bjoern@17: vertical-align: top; bjoern@17: border-top: 1px solid #ddd; bjoern@17: } bjoern@17: .table > thead > tr > th { bjoern@17: vertical-align: bottom; bjoern@17: border-bottom: 2px solid #ddd; bjoern@17: } bjoern@17: .table > caption + thead > tr:first-child > th, bjoern@17: .table > colgroup + thead > tr:first-child > th, bjoern@17: .table > thead:first-child > tr:first-child > th, bjoern@17: .table > caption + thead > tr:first-child > td, bjoern@17: .table > colgroup + thead > tr:first-child > td, bjoern@17: .table > thead:first-child > tr:first-child > td { bjoern@17: border-top: 0; bjoern@17: } bjoern@17: .table > tbody + tbody { bjoern@17: border-top: 2px solid #ddd; bjoern@17: } bjoern@17: .table .table { bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .table-condensed > thead > tr > th, bjoern@17: .table-condensed > tbody > tr > th, bjoern@17: .table-condensed > tfoot > tr > th, bjoern@17: .table-condensed > thead > tr > td, bjoern@17: .table-condensed > tbody > tr > td, bjoern@17: .table-condensed > tfoot > tr > td { bjoern@17: padding: 5px; bjoern@17: } bjoern@17: .table-bordered { bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: .table-bordered > thead > tr > th, bjoern@17: .table-bordered > tbody > tr > th, bjoern@17: .table-bordered > tfoot > tr > th, bjoern@17: .table-bordered > thead > tr > td, bjoern@17: .table-bordered > tbody > tr > td, bjoern@17: .table-bordered > tfoot > tr > td { bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: .table-bordered > thead > tr > th, bjoern@17: .table-bordered > thead > tr > td { bjoern@17: border-bottom-width: 2px; bjoern@17: } bjoern@17: .table-striped > tbody > tr:nth-child(odd) > td, bjoern@17: .table-striped > tbody > tr:nth-child(odd) > th { bjoern@17: background-color: #f9f9f9; bjoern@17: } bjoern@17: .table-hover > tbody > tr:hover > td, bjoern@17: .table-hover > tbody > tr:hover > th { bjoern@17: background-color: #f5f5f5; bjoern@17: } bjoern@17: table col[class*="col-"] { bjoern@17: position: static; bjoern@17: display: table-column; bjoern@17: float: none; bjoern@17: } bjoern@17: table td[class*="col-"], bjoern@17: table th[class*="col-"] { bjoern@17: position: static; bjoern@17: display: table-cell; bjoern@17: float: none; bjoern@17: } bjoern@17: .table > thead > tr > td.active, bjoern@17: .table > tbody > tr > td.active, bjoern@17: .table > tfoot > tr > td.active, bjoern@17: .table > thead > tr > th.active, bjoern@17: .table > tbody > tr > th.active, bjoern@17: .table > tfoot > tr > th.active, bjoern@17: .table > thead > tr.active > td, bjoern@17: .table > tbody > tr.active > td, bjoern@17: .table > tfoot > tr.active > td, bjoern@17: .table > thead > tr.active > th, bjoern@17: .table > tbody > tr.active > th, bjoern@17: .table > tfoot > tr.active > th { bjoern@17: background-color: #f5f5f5; bjoern@17: } bjoern@17: .table-hover > tbody > tr > td.active:hover, bjoern@17: .table-hover > tbody > tr > th.active:hover, bjoern@17: .table-hover > tbody > tr.active:hover > td, bjoern@17: .table-hover > tbody > tr:hover > .active, bjoern@17: .table-hover > tbody > tr.active:hover > th { bjoern@17: background-color: #e8e8e8; bjoern@17: } bjoern@17: .table > thead > tr > td.success, bjoern@17: .table > tbody > tr > td.success, bjoern@17: .table > tfoot > tr > td.success, bjoern@17: .table > thead > tr > th.success, bjoern@17: .table > tbody > tr > th.success, bjoern@17: .table > tfoot > tr > th.success, bjoern@17: .table > thead > tr.success > td, bjoern@17: .table > tbody > tr.success > td, bjoern@17: .table > tfoot > tr.success > td, bjoern@17: .table > thead > tr.success > th, bjoern@17: .table > tbody > tr.success > th, bjoern@17: .table > tfoot > tr.success > th { bjoern@17: background-color: #dff0d8; bjoern@17: } bjoern@17: .table-hover > tbody > tr > td.success:hover, bjoern@17: .table-hover > tbody > tr > th.success:hover, bjoern@17: .table-hover > tbody > tr.success:hover > td, bjoern@17: .table-hover > tbody > tr:hover > .success, bjoern@17: .table-hover > tbody > tr.success:hover > th { bjoern@17: background-color: #d0e9c6; bjoern@17: } bjoern@17: .table > thead > tr > td.info, bjoern@17: .table > tbody > tr > td.info, bjoern@17: .table > tfoot > tr > td.info, bjoern@17: .table > thead > tr > th.info, bjoern@17: .table > tbody > tr > th.info, bjoern@17: .table > tfoot > tr > th.info, bjoern@17: .table > thead > tr.info > td, bjoern@17: .table > tbody > tr.info > td, bjoern@17: .table > tfoot > tr.info > td, bjoern@17: .table > thead > tr.info > th, bjoern@17: .table > tbody > tr.info > th, bjoern@17: .table > tfoot > tr.info > th { bjoern@17: background-color: #d9edf7; bjoern@17: } bjoern@17: .table-hover > tbody > tr > td.info:hover, bjoern@17: .table-hover > tbody > tr > th.info:hover, bjoern@17: .table-hover > tbody > tr.info:hover > td, bjoern@17: .table-hover > tbody > tr:hover > .info, bjoern@17: .table-hover > tbody > tr.info:hover > th { bjoern@17: background-color: #c4e3f3; bjoern@17: } bjoern@17: .table > thead > tr > td.warning, bjoern@17: .table > tbody > tr > td.warning, bjoern@17: .table > tfoot > tr > td.warning, bjoern@17: .table > thead > tr > th.warning, bjoern@17: .table > tbody > tr > th.warning, bjoern@17: .table > tfoot > tr > th.warning, bjoern@17: .table > thead > tr.warning > td, bjoern@17: .table > tbody > tr.warning > td, bjoern@17: .table > tfoot > tr.warning > td, bjoern@17: .table > thead > tr.warning > th, bjoern@17: .table > tbody > tr.warning > th, bjoern@17: .table > tfoot > tr.warning > th { bjoern@17: background-color: #fcf8e3; bjoern@17: } bjoern@17: .table-hover > tbody > tr > td.warning:hover, bjoern@17: .table-hover > tbody > tr > th.warning:hover, bjoern@17: .table-hover > tbody > tr.warning:hover > td, bjoern@17: .table-hover > tbody > tr:hover > .warning, bjoern@17: .table-hover > tbody > tr.warning:hover > th { bjoern@17: background-color: #faf2cc; bjoern@17: } bjoern@17: .table > thead > tr > td.danger, bjoern@17: .table > tbody > tr > td.danger, bjoern@17: .table > tfoot > tr > td.danger, bjoern@17: .table > thead > tr > th.danger, bjoern@17: .table > tbody > tr > th.danger, bjoern@17: .table > tfoot > tr > th.danger, bjoern@17: .table > thead > tr.danger > td, bjoern@17: .table > tbody > tr.danger > td, bjoern@17: .table > tfoot > tr.danger > td, bjoern@17: .table > thead > tr.danger > th, bjoern@17: .table > tbody > tr.danger > th, bjoern@17: .table > tfoot > tr.danger > th { bjoern@17: background-color: #f2dede; bjoern@17: } bjoern@17: .table-hover > tbody > tr > td.danger:hover, bjoern@17: .table-hover > tbody > tr > th.danger:hover, bjoern@17: .table-hover > tbody > tr.danger:hover > td, bjoern@17: .table-hover > tbody > tr:hover > .danger, bjoern@17: .table-hover > tbody > tr.danger:hover > th { bjoern@17: background-color: #ebcccc; bjoern@17: } bjoern@17: @media screen and (max-width: 767px) { bjoern@17: .table-responsive { bjoern@17: width: 100%; bjoern@17: margin-bottom: 15px; bjoern@17: overflow-x: auto; bjoern@17: overflow-y: hidden; bjoern@17: -webkit-overflow-scrolling: touch; bjoern@17: -ms-overflow-style: -ms-autohiding-scrollbar; bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: .table-responsive > .table { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .table-responsive > .table > thead > tr > th, bjoern@17: .table-responsive > .table > tbody > tr > th, bjoern@17: .table-responsive > .table > tfoot > tr > th, bjoern@17: .table-responsive > .table > thead > tr > td, bjoern@17: .table-responsive > .table > tbody > tr > td, bjoern@17: .table-responsive > .table > tfoot > tr > td { bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .table-responsive > .table-bordered { bjoern@17: border: 0; bjoern@17: } bjoern@17: .table-responsive > .table-bordered > thead > tr > th:first-child, bjoern@17: .table-responsive > .table-bordered > tbody > tr > th:first-child, bjoern@17: .table-responsive > .table-bordered > tfoot > tr > th:first-child, bjoern@17: .table-responsive > .table-bordered > thead > tr > td:first-child, bjoern@17: .table-responsive > .table-bordered > tbody > tr > td:first-child, bjoern@17: .table-responsive > .table-bordered > tfoot > tr > td:first-child { bjoern@17: border-left: 0; bjoern@17: } bjoern@17: .table-responsive > .table-bordered > thead > tr > th:last-child, bjoern@17: .table-responsive > .table-bordered > tbody > tr > th:last-child, bjoern@17: .table-responsive > .table-bordered > tfoot > tr > th:last-child, bjoern@17: .table-responsive > .table-bordered > thead > tr > td:last-child, bjoern@17: .table-responsive > .table-bordered > tbody > tr > td:last-child, bjoern@17: .table-responsive > .table-bordered > tfoot > tr > td:last-child { bjoern@17: border-right: 0; bjoern@17: } bjoern@17: .table-responsive > .table-bordered > tbody > tr:last-child > th, bjoern@17: .table-responsive > .table-bordered > tfoot > tr:last-child > th, bjoern@17: .table-responsive > .table-bordered > tbody > tr:last-child > td, bjoern@17: .table-responsive > .table-bordered > tfoot > tr:last-child > td { bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: } bjoern@17: fieldset { bjoern@17: min-width: 0; bjoern@17: padding: 0; bjoern@17: margin: 0; bjoern@17: border: 0; bjoern@17: } bjoern@17: legend { bjoern@17: display: block; bjoern@17: width: 100%; bjoern@17: padding: 0; bjoern@17: margin-bottom: 20px; bjoern@17: font-size: 21px; bjoern@17: line-height: inherit; bjoern@17: color: #333; bjoern@17: border: 0; bjoern@17: border-bottom: 1px solid #e5e5e5; bjoern@17: } bjoern@17: label { bjoern@17: display: inline-block; bjoern@17: max-width: 100%; bjoern@17: margin-bottom: 5px; bjoern@17: font-weight: bold; bjoern@17: } bjoern@17: input[type="search"] { bjoern@17: -webkit-box-sizing: border-box; bjoern@17: -moz-box-sizing: border-box; bjoern@17: box-sizing: border-box; bjoern@17: } bjoern@17: input[type="radio"], bjoern@17: input[type="checkbox"] { bjoern@17: margin: 4px 0 0; bjoern@17: margin-top: 1px \9; bjoern@17: line-height: normal; bjoern@17: } bjoern@17: input[type="file"] { bjoern@17: display: block; bjoern@17: } bjoern@17: input[type="range"] { bjoern@17: display: block; bjoern@17: width: 100%; bjoern@17: } bjoern@17: select[multiple], bjoern@17: select[size] { bjoern@17: height: auto; bjoern@17: } bjoern@17: input[type="file"]:focus, bjoern@17: input[type="radio"]:focus, bjoern@17: input[type="checkbox"]:focus { bjoern@17: outline: thin dotted; bjoern@17: outline: 5px auto -webkit-focus-ring-color; bjoern@17: outline-offset: -2px; bjoern@17: } bjoern@17: output { bjoern@17: display: block; bjoern@17: padding-top: 7px; bjoern@17: font-size: 14px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #555; bjoern@17: } bjoern@17: .form-control { bjoern@17: display: block; bjoern@17: width: 100%; bjoern@17: height: 34px; bjoern@17: padding: 6px 12px; bjoern@17: font-size: 14px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #555; bjoern@17: background-color: #fff; bjoern@17: background-image: none; bjoern@17: border: 1px solid #ccc; bjoern@17: border-radius: 4px; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; bjoern@17: -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; bjoern@17: transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; bjoern@17: } bjoern@17: .form-control:focus { bjoern@17: border-color: #66afe9; bjoern@17: outline: 0; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); bjoern@17: box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); bjoern@17: } bjoern@17: .form-control::-moz-placeholder { bjoern@17: color: #777; bjoern@17: opacity: 1; bjoern@17: } bjoern@17: .form-control:-ms-input-placeholder { bjoern@17: color: #777; bjoern@17: } bjoern@17: .form-control::-webkit-input-placeholder { bjoern@17: color: #777; bjoern@17: } bjoern@17: .form-control[disabled], bjoern@17: .form-control[readonly], bjoern@17: fieldset[disabled] .form-control { bjoern@17: cursor: not-allowed; bjoern@17: background-color: #eee; bjoern@17: opacity: 1; bjoern@17: } bjoern@17: textarea.form-control { bjoern@17: height: auto; bjoern@17: } bjoern@17: input[type="search"] { bjoern@17: -webkit-appearance: none; bjoern@17: } bjoern@17: input[type="date"], bjoern@17: input[type="time"], bjoern@17: input[type="datetime-local"], bjoern@17: input[type="month"] { bjoern@17: line-height: 34px; bjoern@17: line-height: 1.42857143 \0; bjoern@17: } bjoern@17: input[type="date"].input-sm, bjoern@17: input[type="time"].input-sm, bjoern@17: input[type="datetime-local"].input-sm, bjoern@17: input[type="month"].input-sm { bjoern@17: line-height: 30px; bjoern@17: } bjoern@17: input[type="date"].input-lg, bjoern@17: input[type="time"].input-lg, bjoern@17: input[type="datetime-local"].input-lg, bjoern@17: input[type="month"].input-lg { bjoern@17: line-height: 46px; bjoern@17: } bjoern@17: .form-group { bjoern@17: margin-bottom: 15px; bjoern@17: } bjoern@17: .radio, bjoern@17: .checkbox { bjoern@17: position: relative; bjoern@17: display: block; bjoern@17: min-height: 20px; bjoern@17: margin-top: 10px; bjoern@17: margin-bottom: 10px; bjoern@17: } bjoern@17: .radio label, bjoern@17: .checkbox label { bjoern@17: padding-left: 20px; bjoern@17: margin-bottom: 0; bjoern@17: font-weight: normal; bjoern@17: cursor: pointer; bjoern@17: } bjoern@17: .radio input[type="radio"], bjoern@17: .radio-inline input[type="radio"], bjoern@17: .checkbox input[type="checkbox"], bjoern@17: .checkbox-inline input[type="checkbox"] { bjoern@17: position: absolute; bjoern@17: margin-top: 4px \9; bjoern@17: margin-left: -20px; bjoern@17: } bjoern@17: .radio + .radio, bjoern@17: .checkbox + .checkbox { bjoern@17: margin-top: -5px; bjoern@17: } bjoern@17: .radio-inline, bjoern@17: .checkbox-inline { bjoern@17: display: inline-block; bjoern@17: padding-left: 20px; bjoern@17: margin-bottom: 0; bjoern@17: font-weight: normal; bjoern@17: vertical-align: middle; bjoern@17: cursor: pointer; bjoern@17: } bjoern@17: .radio-inline + .radio-inline, bjoern@17: .checkbox-inline + .checkbox-inline { bjoern@17: margin-top: 0; bjoern@17: margin-left: 10px; bjoern@17: } bjoern@17: input[type="radio"][disabled], bjoern@17: input[type="checkbox"][disabled], bjoern@17: input[type="radio"].disabled, bjoern@17: input[type="checkbox"].disabled, bjoern@17: fieldset[disabled] input[type="radio"], bjoern@17: fieldset[disabled] input[type="checkbox"] { bjoern@17: cursor: not-allowed; bjoern@17: } bjoern@17: .radio-inline.disabled, bjoern@17: .checkbox-inline.disabled, bjoern@17: fieldset[disabled] .radio-inline, bjoern@17: fieldset[disabled] .checkbox-inline { bjoern@17: cursor: not-allowed; bjoern@17: } bjoern@17: .radio.disabled label, bjoern@17: .checkbox.disabled label, bjoern@17: fieldset[disabled] .radio label, bjoern@17: fieldset[disabled] .checkbox label { bjoern@17: cursor: not-allowed; bjoern@17: } bjoern@17: .form-control-static { bjoern@17: padding-top: 7px; bjoern@17: padding-bottom: 7px; bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .form-control-static.input-lg, bjoern@17: .form-control-static.input-sm { bjoern@17: padding-right: 0; bjoern@17: padding-left: 0; bjoern@17: } bjoern@17: .input-sm, bjoern@17: .form-horizontal .form-group-sm .form-control { bjoern@17: height: 30px; bjoern@17: padding: 5px 10px; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.5; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: select.input-sm { bjoern@17: height: 30px; bjoern@17: line-height: 30px; bjoern@17: } bjoern@17: textarea.input-sm, bjoern@17: select[multiple].input-sm { bjoern@17: height: auto; bjoern@17: } bjoern@17: .input-lg, bjoern@17: .form-horizontal .form-group-lg .form-control { bjoern@17: height: 46px; bjoern@17: padding: 10px 16px; bjoern@17: font-size: 18px; bjoern@17: line-height: 1.33; bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: select.input-lg { bjoern@17: height: 46px; bjoern@17: line-height: 46px; bjoern@17: } bjoern@17: textarea.input-lg, bjoern@17: select[multiple].input-lg { bjoern@17: height: auto; bjoern@17: } bjoern@17: .has-feedback { bjoern@17: position: relative; bjoern@17: } bjoern@17: .has-feedback .form-control { bjoern@17: padding-right: 42.5px; bjoern@17: } bjoern@17: .form-control-feedback { bjoern@17: position: absolute; bjoern@17: top: 25px; bjoern@17: right: 0; bjoern@17: z-index: 2; bjoern@17: display: block; bjoern@17: width: 34px; bjoern@17: height: 34px; bjoern@17: line-height: 34px; bjoern@17: text-align: center; bjoern@17: } bjoern@17: .input-lg + .form-control-feedback { bjoern@17: width: 46px; bjoern@17: height: 46px; bjoern@17: line-height: 46px; bjoern@17: } bjoern@17: .input-sm + .form-control-feedback { bjoern@17: width: 30px; bjoern@17: height: 30px; bjoern@17: line-height: 30px; bjoern@17: } bjoern@17: .has-success .help-block, bjoern@17: .has-success .control-label, bjoern@17: .has-success .radio, bjoern@17: .has-success .checkbox, bjoern@17: .has-success .radio-inline, bjoern@17: .has-success .checkbox-inline { bjoern@17: color: #3c763d; bjoern@17: } bjoern@17: .has-success .form-control { bjoern@17: border-color: #3c763d; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: } bjoern@17: .has-success .form-control:focus { bjoern@17: border-color: #2b542c; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; bjoern@17: } bjoern@17: .has-success .input-group-addon { bjoern@17: color: #3c763d; bjoern@17: background-color: #dff0d8; bjoern@17: border-color: #3c763d; bjoern@17: } bjoern@17: .has-success .form-control-feedback { bjoern@17: color: #3c763d; bjoern@17: } bjoern@17: .has-warning .help-block, bjoern@17: .has-warning .control-label, bjoern@17: .has-warning .radio, bjoern@17: .has-warning .checkbox, bjoern@17: .has-warning .radio-inline, bjoern@17: .has-warning .checkbox-inline { bjoern@17: color: #8a6d3b; bjoern@17: } bjoern@17: .has-warning .form-control { bjoern@17: border-color: #8a6d3b; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: } bjoern@17: .has-warning .form-control:focus { bjoern@17: border-color: #66512c; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; bjoern@17: } bjoern@17: .has-warning .input-group-addon { bjoern@17: color: #8a6d3b; bjoern@17: background-color: #fcf8e3; bjoern@17: border-color: #8a6d3b; bjoern@17: } bjoern@17: .has-warning .form-control-feedback { bjoern@17: color: #8a6d3b; bjoern@17: } bjoern@17: .has-error .help-block, bjoern@17: .has-error .control-label, bjoern@17: .has-error .radio, bjoern@17: .has-error .checkbox, bjoern@17: .has-error .radio-inline, bjoern@17: .has-error .checkbox-inline { bjoern@17: color: #a94442; bjoern@17: } bjoern@17: .has-error .form-control { bjoern@17: border-color: #a94442; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); bjoern@17: } bjoern@17: .has-error .form-control:focus { bjoern@17: border-color: #843534; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; bjoern@17: } bjoern@17: .has-error .input-group-addon { bjoern@17: color: #a94442; bjoern@17: background-color: #f2dede; bjoern@17: border-color: #a94442; bjoern@17: } bjoern@17: .has-error .form-control-feedback { bjoern@17: color: #a94442; bjoern@17: } bjoern@17: .has-feedback label.sr-only ~ .form-control-feedback { bjoern@17: top: 0; bjoern@17: } bjoern@17: .help-block { bjoern@17: display: block; bjoern@17: margin-top: 5px; bjoern@17: margin-bottom: 10px; bjoern@17: color: #737373; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .form-inline .form-group { bjoern@17: display: inline-block; bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .form-inline .form-control { bjoern@17: display: inline-block; bjoern@17: width: auto; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .form-inline .input-group { bjoern@17: display: inline-table; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .form-inline .input-group .input-group-addon, bjoern@17: .form-inline .input-group .input-group-btn, bjoern@17: .form-inline .input-group .form-control { bjoern@17: width: auto; bjoern@17: } bjoern@17: .form-inline .input-group > .form-control { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .form-inline .control-label { bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .form-inline .radio, bjoern@17: .form-inline .checkbox { bjoern@17: display: inline-block; bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .form-inline .radio label, bjoern@17: .form-inline .checkbox label { bjoern@17: padding-left: 0; bjoern@17: } bjoern@17: .form-inline .radio input[type="radio"], bjoern@17: .form-inline .checkbox input[type="checkbox"] { bjoern@17: position: relative; bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .form-inline .has-feedback .form-control-feedback { bjoern@17: top: 0; bjoern@17: } bjoern@17: } bjoern@17: .form-horizontal .radio, bjoern@17: .form-horizontal .checkbox, bjoern@17: .form-horizontal .radio-inline, bjoern@17: .form-horizontal .checkbox-inline { bjoern@17: padding-top: 7px; bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .form-horizontal .radio, bjoern@17: .form-horizontal .checkbox { bjoern@17: min-height: 27px; bjoern@17: } bjoern@17: .form-horizontal .form-group { bjoern@17: margin-right: -15px; bjoern@17: margin-left: -15px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .form-horizontal .control-label { bjoern@17: padding-top: 7px; bjoern@17: margin-bottom: 0; bjoern@17: text-align: right; bjoern@17: } bjoern@17: } bjoern@17: .form-horizontal .has-feedback .form-control-feedback { bjoern@17: top: 0; bjoern@17: right: 15px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .form-horizontal .form-group-lg .control-label { bjoern@17: padding-top: 14.3px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .form-horizontal .form-group-sm .control-label { bjoern@17: padding-top: 6px; bjoern@17: } bjoern@17: } bjoern@17: .btn { bjoern@17: display: inline-block; bjoern@17: padding: 6px 12px; bjoern@17: margin-bottom: 0; bjoern@17: font-size: 14px; bjoern@17: font-weight: normal; bjoern@17: line-height: 1.42857143; bjoern@17: text-align: center; bjoern@17: white-space: nowrap; bjoern@17: vertical-align: middle; bjoern@17: cursor: pointer; bjoern@17: -webkit-user-select: none; bjoern@17: -moz-user-select: none; bjoern@17: -ms-user-select: none; bjoern@17: user-select: none; bjoern@17: background-image: none; bjoern@17: border: 1px solid transparent; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .btn:focus, bjoern@17: .btn:active:focus, bjoern@17: .btn.active:focus { bjoern@17: outline: thin dotted; bjoern@17: outline: 5px auto -webkit-focus-ring-color; bjoern@17: outline-offset: -2px; bjoern@17: } bjoern@17: .btn:hover, bjoern@17: .btn:focus { bjoern@17: color: #333; bjoern@17: text-decoration: none; bjoern@17: } bjoern@17: .btn:active, bjoern@17: .btn.active { bjoern@17: background-image: none; bjoern@17: outline: 0; bjoern@17: -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bjoern@17: box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bjoern@17: } bjoern@17: .btn.disabled, bjoern@17: .btn[disabled], bjoern@17: fieldset[disabled] .btn { bjoern@17: pointer-events: none; bjoern@17: cursor: not-allowed; bjoern@17: filter: alpha(opacity=65); bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: opacity: .65; bjoern@17: } bjoern@17: .btn-default { bjoern@17: color: #333; bjoern@17: background-color: #fff; bjoern@17: border-color: #ccc; bjoern@17: } bjoern@17: .btn-default:hover, bjoern@17: .btn-default:focus, bjoern@17: .btn-default:active, bjoern@17: .btn-default.active, bjoern@17: .open > .dropdown-toggle.btn-default { bjoern@17: color: #333; bjoern@17: background-color: #e6e6e6; bjoern@17: border-color: #adadad; bjoern@17: } bjoern@17: .btn-default:active, bjoern@17: .btn-default.active, bjoern@17: .open > .dropdown-toggle.btn-default { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-default.disabled, bjoern@17: .btn-default[disabled], bjoern@17: fieldset[disabled] .btn-default, bjoern@17: .btn-default.disabled:hover, bjoern@17: .btn-default[disabled]:hover, bjoern@17: fieldset[disabled] .btn-default:hover, bjoern@17: .btn-default.disabled:focus, bjoern@17: .btn-default[disabled]:focus, bjoern@17: fieldset[disabled] .btn-default:focus, bjoern@17: .btn-default.disabled:active, bjoern@17: .btn-default[disabled]:active, bjoern@17: fieldset[disabled] .btn-default:active, bjoern@17: .btn-default.disabled.active, bjoern@17: .btn-default[disabled].active, bjoern@17: fieldset[disabled] .btn-default.active { bjoern@17: background-color: #fff; bjoern@17: border-color: #ccc; bjoern@17: } bjoern@17: .btn-default .badge { bjoern@17: color: #fff; bjoern@17: background-color: #333; bjoern@17: } bjoern@17: .btn-primary { bjoern@17: color: #fff; bjoern@17: background-color: #428bca; bjoern@17: border-color: #357ebd; bjoern@17: } bjoern@17: .btn-primary:hover, bjoern@17: .btn-primary:focus, bjoern@17: .btn-primary:active, bjoern@17: .btn-primary.active, bjoern@17: .open > .dropdown-toggle.btn-primary { bjoern@17: color: #fff; bjoern@17: background-color: #3071a9; bjoern@17: border-color: #285e8e; bjoern@17: } bjoern@17: .btn-primary:active, bjoern@17: .btn-primary.active, bjoern@17: .open > .dropdown-toggle.btn-primary { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-primary.disabled, bjoern@17: .btn-primary[disabled], bjoern@17: fieldset[disabled] .btn-primary, bjoern@17: .btn-primary.disabled:hover, bjoern@17: .btn-primary[disabled]:hover, bjoern@17: fieldset[disabled] .btn-primary:hover, bjoern@17: .btn-primary.disabled:focus, bjoern@17: .btn-primary[disabled]:focus, bjoern@17: fieldset[disabled] .btn-primary:focus, bjoern@17: .btn-primary.disabled:active, bjoern@17: .btn-primary[disabled]:active, bjoern@17: fieldset[disabled] .btn-primary:active, bjoern@17: .btn-primary.disabled.active, bjoern@17: .btn-primary[disabled].active, bjoern@17: fieldset[disabled] .btn-primary.active { bjoern@17: background-color: #428bca; bjoern@17: border-color: #357ebd; bjoern@17: } bjoern@17: .btn-primary .badge { bjoern@17: color: #428bca; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .btn-success { bjoern@17: color: #fff; bjoern@17: background-color: #5cb85c; bjoern@17: border-color: #4cae4c; bjoern@17: } bjoern@17: .btn-success:hover, bjoern@17: .btn-success:focus, bjoern@17: .btn-success:active, bjoern@17: .btn-success.active, bjoern@17: .open > .dropdown-toggle.btn-success { bjoern@17: color: #fff; bjoern@17: background-color: #449d44; bjoern@17: border-color: #398439; bjoern@17: } bjoern@17: .btn-success:active, bjoern@17: .btn-success.active, bjoern@17: .open > .dropdown-toggle.btn-success { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-success.disabled, bjoern@17: .btn-success[disabled], bjoern@17: fieldset[disabled] .btn-success, bjoern@17: .btn-success.disabled:hover, bjoern@17: .btn-success[disabled]:hover, bjoern@17: fieldset[disabled] .btn-success:hover, bjoern@17: .btn-success.disabled:focus, bjoern@17: .btn-success[disabled]:focus, bjoern@17: fieldset[disabled] .btn-success:focus, bjoern@17: .btn-success.disabled:active, bjoern@17: .btn-success[disabled]:active, bjoern@17: fieldset[disabled] .btn-success:active, bjoern@17: .btn-success.disabled.active, bjoern@17: .btn-success[disabled].active, bjoern@17: fieldset[disabled] .btn-success.active { bjoern@17: background-color: #5cb85c; bjoern@17: border-color: #4cae4c; bjoern@17: } bjoern@17: .btn-success .badge { bjoern@17: color: #5cb85c; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .btn-info { bjoern@17: color: #fff; bjoern@17: background-color: #5bc0de; bjoern@17: border-color: #46b8da; bjoern@17: } bjoern@17: .btn-info:hover, bjoern@17: .btn-info:focus, bjoern@17: .btn-info:active, bjoern@17: .btn-info.active, bjoern@17: .open > .dropdown-toggle.btn-info { bjoern@17: color: #fff; bjoern@17: background-color: #31b0d5; bjoern@17: border-color: #269abc; bjoern@17: } bjoern@17: .btn-info:active, bjoern@17: .btn-info.active, bjoern@17: .open > .dropdown-toggle.btn-info { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-info.disabled, bjoern@17: .btn-info[disabled], bjoern@17: fieldset[disabled] .btn-info, bjoern@17: .btn-info.disabled:hover, bjoern@17: .btn-info[disabled]:hover, bjoern@17: fieldset[disabled] .btn-info:hover, bjoern@17: .btn-info.disabled:focus, bjoern@17: .btn-info[disabled]:focus, bjoern@17: fieldset[disabled] .btn-info:focus, bjoern@17: .btn-info.disabled:active, bjoern@17: .btn-info[disabled]:active, bjoern@17: fieldset[disabled] .btn-info:active, bjoern@17: .btn-info.disabled.active, bjoern@17: .btn-info[disabled].active, bjoern@17: fieldset[disabled] .btn-info.active { bjoern@17: background-color: #5bc0de; bjoern@17: border-color: #46b8da; bjoern@17: } bjoern@17: .btn-info .badge { bjoern@17: color: #5bc0de; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .btn-warning { bjoern@17: color: #fff; bjoern@17: background-color: #f0ad4e; bjoern@17: border-color: #eea236; bjoern@17: } bjoern@17: .btn-warning:hover, bjoern@17: .btn-warning:focus, bjoern@17: .btn-warning:active, bjoern@17: .btn-warning.active, bjoern@17: .open > .dropdown-toggle.btn-warning { bjoern@17: color: #fff; bjoern@17: background-color: #ec971f; bjoern@17: border-color: #d58512; bjoern@17: } bjoern@17: .btn-warning:active, bjoern@17: .btn-warning.active, bjoern@17: .open > .dropdown-toggle.btn-warning { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-warning.disabled, bjoern@17: .btn-warning[disabled], bjoern@17: fieldset[disabled] .btn-warning, bjoern@17: .btn-warning.disabled:hover, bjoern@17: .btn-warning[disabled]:hover, bjoern@17: fieldset[disabled] .btn-warning:hover, bjoern@17: .btn-warning.disabled:focus, bjoern@17: .btn-warning[disabled]:focus, bjoern@17: fieldset[disabled] .btn-warning:focus, bjoern@17: .btn-warning.disabled:active, bjoern@17: .btn-warning[disabled]:active, bjoern@17: fieldset[disabled] .btn-warning:active, bjoern@17: .btn-warning.disabled.active, bjoern@17: .btn-warning[disabled].active, bjoern@17: fieldset[disabled] .btn-warning.active { bjoern@17: background-color: #f0ad4e; bjoern@17: border-color: #eea236; bjoern@17: } bjoern@17: .btn-warning .badge { bjoern@17: color: #f0ad4e; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .btn-danger { bjoern@17: color: #fff; bjoern@17: background-color: #d9534f; bjoern@17: border-color: #d43f3a; bjoern@17: } bjoern@17: .btn-danger:hover, bjoern@17: .btn-danger:focus, bjoern@17: .btn-danger:active, bjoern@17: .btn-danger.active, bjoern@17: .open > .dropdown-toggle.btn-danger { bjoern@17: color: #fff; bjoern@17: background-color: #c9302c; bjoern@17: border-color: #ac2925; bjoern@17: } bjoern@17: .btn-danger:active, bjoern@17: .btn-danger.active, bjoern@17: .open > .dropdown-toggle.btn-danger { bjoern@17: background-image: none; bjoern@17: } bjoern@17: .btn-danger.disabled, bjoern@17: .btn-danger[disabled], bjoern@17: fieldset[disabled] .btn-danger, bjoern@17: .btn-danger.disabled:hover, bjoern@17: .btn-danger[disabled]:hover, bjoern@17: fieldset[disabled] .btn-danger:hover, bjoern@17: .btn-danger.disabled:focus, bjoern@17: .btn-danger[disabled]:focus, bjoern@17: fieldset[disabled] .btn-danger:focus, bjoern@17: .btn-danger.disabled:active, bjoern@17: .btn-danger[disabled]:active, bjoern@17: fieldset[disabled] .btn-danger:active, bjoern@17: .btn-danger.disabled.active, bjoern@17: .btn-danger[disabled].active, bjoern@17: fieldset[disabled] .btn-danger.active { bjoern@17: background-color: #d9534f; bjoern@17: border-color: #d43f3a; bjoern@17: } bjoern@17: .btn-danger .badge { bjoern@17: color: #d9534f; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .btn-link { bjoern@17: font-weight: normal; bjoern@17: color: #428bca; bjoern@17: cursor: pointer; bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .btn-link, bjoern@17: .btn-link:active, bjoern@17: .btn-link[disabled], bjoern@17: fieldset[disabled] .btn-link { bjoern@17: background-color: transparent; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .btn-link, bjoern@17: .btn-link:hover, bjoern@17: .btn-link:focus, bjoern@17: .btn-link:active { bjoern@17: border-color: transparent; bjoern@17: } bjoern@17: .btn-link:hover, bjoern@17: .btn-link:focus { bjoern@17: color: #2a6496; bjoern@17: text-decoration: underline; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .btn-link[disabled]:hover, bjoern@17: fieldset[disabled] .btn-link:hover, bjoern@17: .btn-link[disabled]:focus, bjoern@17: fieldset[disabled] .btn-link:focus { bjoern@17: color: #777; bjoern@17: text-decoration: none; bjoern@17: } bjoern@17: .btn-lg, bjoern@17: .btn-group-lg > .btn { bjoern@17: padding: 10px 16px; bjoern@17: font-size: 18px; bjoern@17: line-height: 1.33; bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: .btn-sm, bjoern@17: .btn-group-sm > .btn { bjoern@17: padding: 5px 10px; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.5; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: .btn-xs, bjoern@17: .btn-group-xs > .btn { bjoern@17: padding: 1px 5px; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.5; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: .btn-block { bjoern@17: display: block; bjoern@17: width: 100%; bjoern@17: } bjoern@17: .btn-block + .btn-block { bjoern@17: margin-top: 5px; bjoern@17: } bjoern@17: input[type="submit"].btn-block, bjoern@17: input[type="reset"].btn-block, bjoern@17: input[type="button"].btn-block { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .fade { bjoern@17: opacity: 0; bjoern@17: -webkit-transition: opacity .15s linear; bjoern@17: -o-transition: opacity .15s linear; bjoern@17: transition: opacity .15s linear; bjoern@17: } bjoern@17: .fade.in { bjoern@17: opacity: 1; bjoern@17: } bjoern@17: .collapse { bjoern@17: display: none; bjoern@17: } bjoern@17: .collapse.in { bjoern@17: display: block; bjoern@17: } bjoern@17: tr.collapse.in { bjoern@17: display: table-row; bjoern@17: } bjoern@17: tbody.collapse.in { bjoern@17: display: table-row-group; bjoern@17: } bjoern@17: .collapsing { bjoern@17: position: relative; bjoern@17: height: 0; bjoern@17: overflow: hidden; bjoern@17: -webkit-transition: height .35s ease; bjoern@17: -o-transition: height .35s ease; bjoern@17: transition: height .35s ease; bjoern@17: } bjoern@17: .caret { bjoern@17: display: inline-block; bjoern@17: width: 0; bjoern@17: height: 0; bjoern@17: margin-left: 2px; bjoern@17: vertical-align: middle; bjoern@17: border-top: 4px solid; bjoern@17: border-right: 4px solid transparent; bjoern@17: border-left: 4px solid transparent; bjoern@17: } bjoern@17: .dropdown { bjoern@17: position: relative; bjoern@17: } bjoern@17: .dropdown-toggle:focus { bjoern@17: outline: 0; bjoern@17: } bjoern@17: .dropdown-menu { bjoern@17: position: absolute; bjoern@17: top: 100%; bjoern@17: left: 0; bjoern@17: z-index: 1000; bjoern@17: display: none; bjoern@17: float: left; bjoern@17: min-width: 160px; bjoern@17: padding: 5px 0; bjoern@17: margin: 2px 0 0; bjoern@17: font-size: 14px; bjoern@17: text-align: left; bjoern@17: list-style: none; bjoern@17: background-color: #fff; bjoern@17: -webkit-background-clip: padding-box; bjoern@17: background-clip: padding-box; bjoern@17: border: 1px solid #ccc; bjoern@17: border: 1px solid rgba(0, 0, 0, .15); bjoern@17: border-radius: 4px; bjoern@17: -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); bjoern@17: box-shadow: 0 6px 12px rgba(0, 0, 0, .175); bjoern@17: } bjoern@17: .dropdown-menu.pull-right { bjoern@17: right: 0; bjoern@17: left: auto; bjoern@17: } bjoern@17: .dropdown-menu .divider { bjoern@17: height: 1px; bjoern@17: margin: 9px 0; bjoern@17: overflow: hidden; bjoern@17: background-color: #e5e5e5; bjoern@17: } bjoern@17: .dropdown-menu > li > a { bjoern@17: display: block; bjoern@17: padding: 3px 20px; bjoern@17: clear: both; bjoern@17: font-weight: normal; bjoern@17: line-height: 1.42857143; bjoern@17: color: #333; bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .dropdown-menu > li > a:hover, bjoern@17: .dropdown-menu > li > a:focus { bjoern@17: color: #262626; bjoern@17: text-decoration: none; bjoern@17: background-color: #f5f5f5; bjoern@17: } bjoern@17: .dropdown-menu > .active > a, bjoern@17: .dropdown-menu > .active > a:hover, bjoern@17: .dropdown-menu > .active > a:focus { bjoern@17: color: #fff; bjoern@17: text-decoration: none; bjoern@17: background-color: #428bca; bjoern@17: outline: 0; bjoern@17: } bjoern@17: .dropdown-menu > .disabled > a, bjoern@17: .dropdown-menu > .disabled > a:hover, bjoern@17: .dropdown-menu > .disabled > a:focus { bjoern@17: color: #777; bjoern@17: } bjoern@17: .dropdown-menu > .disabled > a:hover, bjoern@17: .dropdown-menu > .disabled > a:focus { bjoern@17: text-decoration: none; bjoern@17: cursor: not-allowed; bjoern@17: background-color: transparent; bjoern@17: background-image: none; bjoern@17: filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); bjoern@17: } bjoern@17: .open > .dropdown-menu { bjoern@17: display: block; bjoern@17: } bjoern@17: .open > a { bjoern@17: outline: 0; bjoern@17: } bjoern@17: .dropdown-menu-right { bjoern@17: right: 0; bjoern@17: left: auto; bjoern@17: } bjoern@17: .dropdown-menu-left { bjoern@17: right: auto; bjoern@17: left: 0; bjoern@17: } bjoern@17: .dropdown-header { bjoern@17: display: block; bjoern@17: padding: 3px 20px; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #777; bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .dropdown-backdrop { bjoern@17: position: fixed; bjoern@17: top: 0; bjoern@17: right: 0; bjoern@17: bottom: 0; bjoern@17: left: 0; bjoern@17: z-index: 990; bjoern@17: } bjoern@17: .pull-right > .dropdown-menu { bjoern@17: right: 0; bjoern@17: left: auto; bjoern@17: } bjoern@17: .dropup .caret, bjoern@17: .navbar-fixed-bottom .dropdown .caret { bjoern@17: content: ""; bjoern@17: border-top: 0; bjoern@17: border-bottom: 4px solid; bjoern@17: } bjoern@17: .dropup .dropdown-menu, bjoern@17: .navbar-fixed-bottom .dropdown .dropdown-menu { bjoern@17: top: auto; bjoern@17: bottom: 100%; bjoern@17: margin-bottom: 1px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-right .dropdown-menu { bjoern@17: right: 0; bjoern@17: left: auto; bjoern@17: } bjoern@17: .navbar-right .dropdown-menu-left { bjoern@17: right: auto; bjoern@17: left: 0; bjoern@17: } bjoern@17: } bjoern@17: .btn-group, bjoern@17: .btn-group-vertical { bjoern@17: position: relative; bjoern@17: display: inline-block; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .btn-group > .btn, bjoern@17: .btn-group-vertical > .btn { bjoern@17: position: relative; bjoern@17: float: left; bjoern@17: } bjoern@17: .btn-group > .btn:hover, bjoern@17: .btn-group-vertical > .btn:hover, bjoern@17: .btn-group > .btn:focus, bjoern@17: .btn-group-vertical > .btn:focus, bjoern@17: .btn-group > .btn:active, bjoern@17: .btn-group-vertical > .btn:active, bjoern@17: .btn-group > .btn.active, bjoern@17: .btn-group-vertical > .btn.active { bjoern@17: z-index: 2; bjoern@17: } bjoern@17: .btn-group > .btn:focus, bjoern@17: .btn-group-vertical > .btn:focus { bjoern@17: outline: 0; bjoern@17: } bjoern@17: .btn-group .btn + .btn, bjoern@17: .btn-group .btn + .btn-group, bjoern@17: .btn-group .btn-group + .btn, bjoern@17: .btn-group .btn-group + .btn-group { bjoern@17: margin-left: -1px; bjoern@17: } bjoern@17: .btn-toolbar { bjoern@17: margin-left: -5px; bjoern@17: } bjoern@17: .btn-toolbar .btn-group, bjoern@17: .btn-toolbar .input-group { bjoern@17: float: left; bjoern@17: } bjoern@17: .btn-toolbar > .btn, bjoern@17: .btn-toolbar > .btn-group, bjoern@17: .btn-toolbar > .input-group { bjoern@17: margin-left: 5px; bjoern@17: } bjoern@17: .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .btn-group > .btn:first-child { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { bjoern@17: border-top-right-radius: 0; bjoern@17: border-bottom-right-radius: 0; bjoern@17: } bjoern@17: .btn-group > .btn:last-child:not(:first-child), bjoern@17: .btn-group > .dropdown-toggle:not(:first-child) { bjoern@17: border-top-left-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .btn-group > .btn-group { bjoern@17: float: left; bjoern@17: } bjoern@17: .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .btn-group > .btn-group:first-child > .btn:last-child, bjoern@17: .btn-group > .btn-group:first-child > .dropdown-toggle { bjoern@17: border-top-right-radius: 0; bjoern@17: border-bottom-right-radius: 0; bjoern@17: } bjoern@17: .btn-group > .btn-group:last-child > .btn:first-child { bjoern@17: border-top-left-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .btn-group .dropdown-toggle:active, bjoern@17: .btn-group.open .dropdown-toggle { bjoern@17: outline: 0; bjoern@17: } bjoern@17: .btn-group > .btn + .dropdown-toggle { bjoern@17: padding-right: 8px; bjoern@17: padding-left: 8px; bjoern@17: } bjoern@17: .btn-group > .btn-lg + .dropdown-toggle { bjoern@17: padding-right: 12px; bjoern@17: padding-left: 12px; bjoern@17: } bjoern@17: .btn-group.open .dropdown-toggle { bjoern@17: -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bjoern@17: box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); bjoern@17: } bjoern@17: .btn-group.open .dropdown-toggle.btn-link { bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .btn .caret { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .btn-lg .caret { bjoern@17: border-width: 5px 5px 0; bjoern@17: border-bottom-width: 0; bjoern@17: } bjoern@17: .dropup .btn-lg .caret { bjoern@17: border-width: 0 5px 5px; bjoern@17: } bjoern@17: .btn-group-vertical > .btn, bjoern@17: .btn-group-vertical > .btn-group, bjoern@17: .btn-group-vertical > .btn-group > .btn { bjoern@17: display: block; bjoern@17: float: none; bjoern@17: width: 100%; bjoern@17: max-width: 100%; bjoern@17: } bjoern@17: .btn-group-vertical > .btn-group > .btn { bjoern@17: float: none; bjoern@17: } bjoern@17: .btn-group-vertical > .btn + .btn, bjoern@17: .btn-group-vertical > .btn + .btn-group, bjoern@17: .btn-group-vertical > .btn-group + .btn, bjoern@17: .btn-group-vertical > .btn-group + .btn-group { bjoern@17: margin-top: -1px; bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .btn-group-vertical > .btn:not(:first-child):not(:last-child) { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .btn-group-vertical > .btn:first-child:not(:last-child) { bjoern@17: border-top-right-radius: 4px; bjoern@17: border-bottom-right-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .btn-group-vertical > .btn:last-child:not(:first-child) { bjoern@17: border-top-left-radius: 0; bjoern@17: border-top-right-radius: 0; bjoern@17: border-bottom-left-radius: 4px; bjoern@17: } bjoern@17: .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, bjoern@17: .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { bjoern@17: border-bottom-right-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { bjoern@17: border-top-left-radius: 0; bjoern@17: border-top-right-radius: 0; bjoern@17: } bjoern@17: .btn-group-justified { bjoern@17: display: table; bjoern@17: width: 100%; bjoern@17: table-layout: fixed; bjoern@17: border-collapse: separate; bjoern@17: } bjoern@17: .btn-group-justified > .btn, bjoern@17: .btn-group-justified > .btn-group { bjoern@17: display: table-cell; bjoern@17: float: none; bjoern@17: width: 1%; bjoern@17: } bjoern@17: .btn-group-justified > .btn-group .btn { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .btn-group-justified > .btn-group .dropdown-menu { bjoern@17: left: auto; bjoern@17: } bjoern@17: [data-toggle="buttons"] > .btn > input[type="radio"], bjoern@17: [data-toggle="buttons"] > .btn > input[type="checkbox"] { bjoern@17: position: absolute; bjoern@17: z-index: -1; bjoern@17: filter: alpha(opacity=0); bjoern@17: opacity: 0; bjoern@17: } bjoern@17: .input-group { bjoern@17: position: relative; bjoern@17: display: table; bjoern@17: border-collapse: separate; bjoern@17: } bjoern@17: .input-group[class*="col-"] { bjoern@17: float: none; bjoern@17: padding-right: 0; bjoern@17: padding-left: 0; bjoern@17: } bjoern@17: .input-group .form-control { bjoern@17: position: relative; bjoern@17: z-index: 2; bjoern@17: float: left; bjoern@17: width: 100%; bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .input-group-lg > .form-control, bjoern@17: .input-group-lg > .input-group-addon, bjoern@17: .input-group-lg > .input-group-btn > .btn { bjoern@17: height: 46px; bjoern@17: padding: 10px 16px; bjoern@17: font-size: 18px; bjoern@17: line-height: 1.33; bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: select.input-group-lg > .form-control, bjoern@17: select.input-group-lg > .input-group-addon, bjoern@17: select.input-group-lg > .input-group-btn > .btn { bjoern@17: height: 46px; bjoern@17: line-height: 46px; bjoern@17: } bjoern@17: textarea.input-group-lg > .form-control, bjoern@17: textarea.input-group-lg > .input-group-addon, bjoern@17: textarea.input-group-lg > .input-group-btn > .btn, bjoern@17: select[multiple].input-group-lg > .form-control, bjoern@17: select[multiple].input-group-lg > .input-group-addon, bjoern@17: select[multiple].input-group-lg > .input-group-btn > .btn { bjoern@17: height: auto; bjoern@17: } bjoern@17: .input-group-sm > .form-control, bjoern@17: .input-group-sm > .input-group-addon, bjoern@17: .input-group-sm > .input-group-btn > .btn { bjoern@17: height: 30px; bjoern@17: padding: 5px 10px; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.5; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: select.input-group-sm > .form-control, bjoern@17: select.input-group-sm > .input-group-addon, bjoern@17: select.input-group-sm > .input-group-btn > .btn { bjoern@17: height: 30px; bjoern@17: line-height: 30px; bjoern@17: } bjoern@17: textarea.input-group-sm > .form-control, bjoern@17: textarea.input-group-sm > .input-group-addon, bjoern@17: textarea.input-group-sm > .input-group-btn > .btn, bjoern@17: select[multiple].input-group-sm > .form-control, bjoern@17: select[multiple].input-group-sm > .input-group-addon, bjoern@17: select[multiple].input-group-sm > .input-group-btn > .btn { bjoern@17: height: auto; bjoern@17: } bjoern@17: .input-group-addon, bjoern@17: .input-group-btn, bjoern@17: .input-group .form-control { bjoern@17: display: table-cell; bjoern@17: } bjoern@17: .input-group-addon:not(:first-child):not(:last-child), bjoern@17: .input-group-btn:not(:first-child):not(:last-child), bjoern@17: .input-group .form-control:not(:first-child):not(:last-child) { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .input-group-addon, bjoern@17: .input-group-btn { bjoern@17: width: 1%; bjoern@17: white-space: nowrap; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .input-group-addon { bjoern@17: padding: 6px 12px; bjoern@17: font-size: 14px; bjoern@17: font-weight: normal; bjoern@17: line-height: 1; bjoern@17: color: #555; bjoern@17: text-align: center; bjoern@17: background-color: #eee; bjoern@17: border: 1px solid #ccc; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .input-group-addon.input-sm { bjoern@17: padding: 5px 10px; bjoern@17: font-size: 12px; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: .input-group-addon.input-lg { bjoern@17: padding: 10px 16px; bjoern@17: font-size: 18px; bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: .input-group-addon input[type="radio"], bjoern@17: .input-group-addon input[type="checkbox"] { bjoern@17: margin-top: 0; bjoern@17: } bjoern@17: .input-group .form-control:first-child, bjoern@17: .input-group-addon:first-child, bjoern@17: .input-group-btn:first-child > .btn, bjoern@17: .input-group-btn:first-child > .btn-group > .btn, bjoern@17: .input-group-btn:first-child > .dropdown-toggle, bjoern@17: .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), bjoern@17: .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { bjoern@17: border-top-right-radius: 0; bjoern@17: border-bottom-right-radius: 0; bjoern@17: } bjoern@17: .input-group-addon:first-child { bjoern@17: border-right: 0; bjoern@17: } bjoern@17: .input-group .form-control:last-child, bjoern@17: .input-group-addon:last-child, bjoern@17: .input-group-btn:last-child > .btn, bjoern@17: .input-group-btn:last-child > .btn-group > .btn, bjoern@17: .input-group-btn:last-child > .dropdown-toggle, bjoern@17: .input-group-btn:first-child > .btn:not(:first-child), bjoern@17: .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { bjoern@17: border-top-left-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .input-group-addon:last-child { bjoern@17: border-left: 0; bjoern@17: } bjoern@17: .input-group-btn { bjoern@17: position: relative; bjoern@17: font-size: 0; bjoern@17: white-space: nowrap; bjoern@17: } bjoern@17: .input-group-btn > .btn { bjoern@17: position: relative; bjoern@17: } bjoern@17: .input-group-btn > .btn + .btn { bjoern@17: margin-left: -1px; bjoern@17: } bjoern@17: .input-group-btn > .btn:hover, bjoern@17: .input-group-btn > .btn:focus, bjoern@17: .input-group-btn > .btn:active { bjoern@17: z-index: 2; bjoern@17: } bjoern@17: .input-group-btn:first-child > .btn, bjoern@17: .input-group-btn:first-child > .btn-group { bjoern@17: margin-right: -1px; bjoern@17: } bjoern@17: .input-group-btn:last-child > .btn, bjoern@17: .input-group-btn:last-child > .btn-group { bjoern@17: margin-left: -1px; bjoern@17: } bjoern@17: .nav { bjoern@17: padding-left: 0; bjoern@17: margin-bottom: 0; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .nav > li { bjoern@17: position: relative; bjoern@17: display: block; bjoern@17: } bjoern@17: .nav > li > a { bjoern@17: position: relative; bjoern@17: display: block; bjoern@17: padding: 10px 15px; bjoern@17: } bjoern@17: .nav > li > a:hover, bjoern@17: .nav > li > a:focus { bjoern@17: text-decoration: none; bjoern@17: background-color: #eee; bjoern@17: } bjoern@17: .nav > li.disabled > a { bjoern@17: color: #777; bjoern@17: } bjoern@17: .nav > li.disabled > a:hover, bjoern@17: .nav > li.disabled > a:focus { bjoern@17: color: #777; bjoern@17: text-decoration: none; bjoern@17: cursor: not-allowed; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .nav .open > a, bjoern@17: .nav .open > a:hover, bjoern@17: .nav .open > a:focus { bjoern@17: background-color: #eee; bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .nav .nav-divider { bjoern@17: height: 1px; bjoern@17: margin: 9px 0; bjoern@17: overflow: hidden; bjoern@17: background-color: #e5e5e5; bjoern@17: } bjoern@17: .nav > li > a > img { bjoern@17: max-width: none; bjoern@17: } bjoern@17: .nav-tabs { bjoern@17: border-bottom: 1px solid #ddd; bjoern@17: } bjoern@17: .nav-tabs > li { bjoern@17: float: left; bjoern@17: margin-bottom: -1px; bjoern@17: } bjoern@17: .nav-tabs > li > a { bjoern@17: margin-right: 2px; bjoern@17: line-height: 1.42857143; bjoern@17: border: 1px solid transparent; bjoern@17: border-radius: 4px 4px 0 0; bjoern@17: } bjoern@17: .nav-tabs > li > a:hover { bjoern@17: border-color: #eee #eee #ddd; bjoern@17: } bjoern@17: .nav-tabs > li.active > a, bjoern@17: .nav-tabs > li.active > a:hover, bjoern@17: .nav-tabs > li.active > a:focus { bjoern@17: color: #555; bjoern@17: cursor: default; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: border-bottom-color: transparent; bjoern@17: } bjoern@17: .nav-tabs.nav-justified { bjoern@17: width: 100%; bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > li { bjoern@17: float: none; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > li > a { bjoern@17: margin-bottom: 5px; bjoern@17: text-align: center; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > .dropdown .dropdown-menu { bjoern@17: top: auto; bjoern@17: left: auto; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .nav-tabs.nav-justified > li { bjoern@17: display: table-cell; bjoern@17: width: 1%; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > li > a { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: } bjoern@17: .nav-tabs.nav-justified > li > a { bjoern@17: margin-right: 0; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > .active > a, bjoern@17: .nav-tabs.nav-justified > .active > a:hover, bjoern@17: .nav-tabs.nav-justified > .active > a:focus { bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .nav-tabs.nav-justified > li > a { bjoern@17: border-bottom: 1px solid #ddd; bjoern@17: border-radius: 4px 4px 0 0; bjoern@17: } bjoern@17: .nav-tabs.nav-justified > .active > a, bjoern@17: .nav-tabs.nav-justified > .active > a:hover, bjoern@17: .nav-tabs.nav-justified > .active > a:focus { bjoern@17: border-bottom-color: #fff; bjoern@17: } bjoern@17: } bjoern@17: .nav-pills > li { bjoern@17: float: left; bjoern@17: } bjoern@17: .nav-pills > li > a { bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .nav-pills > li + li { bjoern@17: margin-left: 2px; bjoern@17: } bjoern@17: .nav-pills > li.active > a, bjoern@17: .nav-pills > li.active > a:hover, bjoern@17: .nav-pills > li.active > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: #428bca; bjoern@17: } bjoern@17: .nav-stacked > li { bjoern@17: float: none; bjoern@17: } bjoern@17: .nav-stacked > li + li { bjoern@17: margin-top: 2px; bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .nav-justified { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .nav-justified > li { bjoern@17: float: none; bjoern@17: } bjoern@17: .nav-justified > li > a { bjoern@17: margin-bottom: 5px; bjoern@17: text-align: center; bjoern@17: } bjoern@17: .nav-justified > .dropdown .dropdown-menu { bjoern@17: top: auto; bjoern@17: left: auto; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .nav-justified > li { bjoern@17: display: table-cell; bjoern@17: width: 1%; bjoern@17: } bjoern@17: .nav-justified > li > a { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: } bjoern@17: .nav-tabs-justified { bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: .nav-tabs-justified > li > a { bjoern@17: margin-right: 0; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .nav-tabs-justified > .active > a, bjoern@17: .nav-tabs-justified > .active > a:hover, bjoern@17: .nav-tabs-justified > .active > a:focus { bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .nav-tabs-justified > li > a { bjoern@17: border-bottom: 1px solid #ddd; bjoern@17: border-radius: 4px 4px 0 0; bjoern@17: } bjoern@17: .nav-tabs-justified > .active > a, bjoern@17: .nav-tabs-justified > .active > a:hover, bjoern@17: .nav-tabs-justified > .active > a:focus { bjoern@17: border-bottom-color: #fff; bjoern@17: } bjoern@17: } bjoern@17: .tab-content > .tab-pane { bjoern@17: display: none; bjoern@17: } bjoern@17: .tab-content > .active { bjoern@17: display: block; bjoern@17: } bjoern@17: .nav-tabs .dropdown-menu { bjoern@17: margin-top: -1px; bjoern@17: border-top-left-radius: 0; bjoern@17: border-top-right-radius: 0; bjoern@17: } bjoern@17: .navbar { bjoern@17: position: relative; bjoern@17: min-height: 50px; bjoern@17: margin-bottom: 20px; bjoern@17: border: 1px solid transparent; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar { bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-header { bjoern@17: float: left; bjoern@17: } bjoern@17: } bjoern@17: .navbar-collapse { bjoern@17: padding-right: 15px; bjoern@17: padding-left: 15px; bjoern@17: overflow-x: visible; bjoern@17: -webkit-overflow-scrolling: touch; bjoern@17: border-top: 1px solid transparent; bjoern@17: -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); bjoern@17: box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); bjoern@17: } bjoern@17: .navbar-collapse.in { bjoern@17: overflow-y: auto; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-collapse { bjoern@17: width: auto; bjoern@17: border-top: 0; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .navbar-collapse.collapse { bjoern@17: display: block !important; bjoern@17: height: auto !important; bjoern@17: padding-bottom: 0; bjoern@17: overflow: visible !important; bjoern@17: } bjoern@17: .navbar-collapse.in { bjoern@17: overflow-y: visible; bjoern@17: } bjoern@17: .navbar-fixed-top .navbar-collapse, bjoern@17: .navbar-static-top .navbar-collapse, bjoern@17: .navbar-fixed-bottom .navbar-collapse { bjoern@17: padding-right: 0; bjoern@17: padding-left: 0; bjoern@17: } bjoern@17: } bjoern@17: .navbar-fixed-top .navbar-collapse, bjoern@17: .navbar-fixed-bottom .navbar-collapse { bjoern@17: max-height: 340px; bjoern@17: } bjoern@17: @media (max-width: 480px) and (orientation: landscape) { bjoern@17: .navbar-fixed-top .navbar-collapse, bjoern@17: .navbar-fixed-bottom .navbar-collapse { bjoern@17: max-height: 200px; bjoern@17: } bjoern@17: } bjoern@17: .container > .navbar-header, bjoern@17: .container-fluid > .navbar-header, bjoern@17: .container > .navbar-collapse, bjoern@17: .container-fluid > .navbar-collapse { bjoern@17: margin-right: -15px; bjoern@17: margin-left: -15px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .container > .navbar-header, bjoern@17: .container-fluid > .navbar-header, bjoern@17: .container > .navbar-collapse, bjoern@17: .container-fluid > .navbar-collapse { bjoern@17: margin-right: 0; bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: } bjoern@17: .navbar-static-top { bjoern@17: z-index: 1000; bjoern@17: border-width: 0 0 1px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-static-top { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: } bjoern@17: .navbar-fixed-top, bjoern@17: .navbar-fixed-bottom { bjoern@17: position: fixed; bjoern@17: right: 0; bjoern@17: left: 0; bjoern@17: z-index: 1030; bjoern@17: -webkit-transform: translate3d(0, 0, 0); bjoern@17: -o-transform: translate3d(0, 0, 0); bjoern@17: transform: translate3d(0, 0, 0); bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-fixed-top, bjoern@17: .navbar-fixed-bottom { bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: } bjoern@17: .navbar-fixed-top { bjoern@17: top: 0; bjoern@17: border-width: 0 0 1px; bjoern@17: } bjoern@17: .navbar-fixed-bottom { bjoern@17: bottom: 0; bjoern@17: margin-bottom: 0; bjoern@17: border-width: 1px 0 0; bjoern@17: } bjoern@17: .navbar-brand { bjoern@17: float: left; bjoern@17: height: 50px; bjoern@17: padding: 15px 15px; bjoern@17: font-size: 18px; bjoern@17: line-height: 20px; bjoern@17: } bjoern@17: .navbar-brand:hover, bjoern@17: .navbar-brand:focus { bjoern@17: text-decoration: none; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar > .container .navbar-brand, bjoern@17: .navbar > .container-fluid .navbar-brand { bjoern@17: margin-left: -15px; bjoern@17: } bjoern@17: } bjoern@17: .navbar-toggle { bjoern@17: position: relative; bjoern@17: float: right; bjoern@17: padding: 9px 10px; bjoern@17: margin-top: 8px; bjoern@17: margin-right: 15px; bjoern@17: margin-bottom: 8px; bjoern@17: background-color: transparent; bjoern@17: background-image: none; bjoern@17: border: 1px solid transparent; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .navbar-toggle:focus { bjoern@17: outline: 0; bjoern@17: } bjoern@17: .navbar-toggle .icon-bar { bjoern@17: display: block; bjoern@17: width: 22px; bjoern@17: height: 2px; bjoern@17: border-radius: 1px; bjoern@17: } bjoern@17: .navbar-toggle .icon-bar + .icon-bar { bjoern@17: margin-top: 4px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-toggle { bjoern@17: display: none; bjoern@17: } bjoern@17: } bjoern@17: .navbar-nav { bjoern@17: margin: 7.5px -15px; bjoern@17: } bjoern@17: .navbar-nav > li > a { bjoern@17: padding-top: 10px; bjoern@17: padding-bottom: 10px; bjoern@17: line-height: 20px; bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .navbar-nav .open .dropdown-menu { bjoern@17: position: static; bjoern@17: float: none; bjoern@17: width: auto; bjoern@17: margin-top: 0; bjoern@17: background-color: transparent; bjoern@17: border: 0; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .navbar-nav .open .dropdown-menu > li > a, bjoern@17: .navbar-nav .open .dropdown-menu .dropdown-header { bjoern@17: padding: 5px 15px 5px 25px; bjoern@17: } bjoern@17: .navbar-nav .open .dropdown-menu > li > a { bjoern@17: line-height: 20px; bjoern@17: } bjoern@17: .navbar-nav .open .dropdown-menu > li > a:hover, bjoern@17: .navbar-nav .open .dropdown-menu > li > a:focus { bjoern@17: background-image: none; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-nav { bjoern@17: float: left; bjoern@17: margin: 0; bjoern@17: } bjoern@17: .navbar-nav > li { bjoern@17: float: left; bjoern@17: } bjoern@17: .navbar-nav > li > a { bjoern@17: padding-top: 15px; bjoern@17: padding-bottom: 15px; bjoern@17: } bjoern@17: .navbar-nav.navbar-right:last-child { bjoern@17: margin-right: -15px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-left { bjoern@17: float: left !important; bjoern@17: } bjoern@17: .navbar-right { bjoern@17: float: right !important; bjoern@17: } bjoern@17: } bjoern@17: .navbar-form { bjoern@17: padding: 10px 15px; bjoern@17: margin-top: 8px; bjoern@17: margin-right: -15px; bjoern@17: margin-bottom: 8px; bjoern@17: margin-left: -15px; bjoern@17: border-top: 1px solid transparent; bjoern@17: border-bottom: 1px solid transparent; bjoern@17: -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); bjoern@17: box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-form .form-group { bjoern@17: display: inline-block; bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .navbar-form .form-control { bjoern@17: display: inline-block; bjoern@17: width: auto; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .navbar-form .input-group { bjoern@17: display: inline-table; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .navbar-form .input-group .input-group-addon, bjoern@17: .navbar-form .input-group .input-group-btn, bjoern@17: .navbar-form .input-group .form-control { bjoern@17: width: auto; bjoern@17: } bjoern@17: .navbar-form .input-group > .form-control { bjoern@17: width: 100%; bjoern@17: } bjoern@17: .navbar-form .control-label { bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .navbar-form .radio, bjoern@17: .navbar-form .checkbox { bjoern@17: display: inline-block; bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 0; bjoern@17: vertical-align: middle; bjoern@17: } bjoern@17: .navbar-form .radio label, bjoern@17: .navbar-form .checkbox label { bjoern@17: padding-left: 0; bjoern@17: } bjoern@17: .navbar-form .radio input[type="radio"], bjoern@17: .navbar-form .checkbox input[type="checkbox"] { bjoern@17: position: relative; bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .navbar-form .has-feedback .form-control-feedback { bjoern@17: top: 0; bjoern@17: } bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .navbar-form .form-group { bjoern@17: margin-bottom: 5px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-form { bjoern@17: width: auto; bjoern@17: padding-top: 0; bjoern@17: padding-bottom: 0; bjoern@17: margin-right: 0; bjoern@17: margin-left: 0; bjoern@17: border: 0; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .navbar-form.navbar-right:last-child { bjoern@17: margin-right: -15px; bjoern@17: } bjoern@17: } bjoern@17: .navbar-nav > li > .dropdown-menu { bjoern@17: margin-top: 0; bjoern@17: border-top-left-radius: 0; bjoern@17: border-top-right-radius: 0; bjoern@17: } bjoern@17: .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { bjoern@17: border-bottom-right-radius: 0; bjoern@17: border-bottom-left-radius: 0; bjoern@17: } bjoern@17: .navbar-btn { bjoern@17: margin-top: 8px; bjoern@17: margin-bottom: 8px; bjoern@17: } bjoern@17: .navbar-btn.btn-sm { bjoern@17: margin-top: 10px; bjoern@17: margin-bottom: 10px; bjoern@17: } bjoern@17: .navbar-btn.btn-xs { bjoern@17: margin-top: 14px; bjoern@17: margin-bottom: 14px; bjoern@17: } bjoern@17: .navbar-text { bjoern@17: margin-top: 15px; bjoern@17: margin-bottom: 15px; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .navbar-text { bjoern@17: float: left; bjoern@17: margin-right: 15px; bjoern@17: margin-left: 15px; bjoern@17: } bjoern@17: .navbar-text.navbar-right:last-child { bjoern@17: margin-right: 0; bjoern@17: } bjoern@17: } bjoern@17: .navbar-default { bjoern@17: background-color: #f8f8f8; bjoern@17: border-color: #e7e7e7; bjoern@17: } bjoern@17: .navbar-default .navbar-brand { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .navbar-brand:hover, bjoern@17: .navbar-default .navbar-brand:focus { bjoern@17: color: #5e5e5e; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-default .navbar-text { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .navbar-nav > li > a { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .navbar-nav > li > a:hover, bjoern@17: .navbar-default .navbar-nav > li > a:focus { bjoern@17: color: #333; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-default .navbar-nav > .active > a, bjoern@17: .navbar-default .navbar-nav > .active > a:hover, bjoern@17: .navbar-default .navbar-nav > .active > a:focus { bjoern@17: color: #555; bjoern@17: background-color: #e7e7e7; bjoern@17: } bjoern@17: .navbar-default .navbar-nav > .disabled > a, bjoern@17: .navbar-default .navbar-nav > .disabled > a:hover, bjoern@17: .navbar-default .navbar-nav > .disabled > a:focus { bjoern@17: color: #ccc; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-default .navbar-toggle { bjoern@17: border-color: #ddd; bjoern@17: } bjoern@17: .navbar-default .navbar-toggle:hover, bjoern@17: .navbar-default .navbar-toggle:focus { bjoern@17: background-color: #ddd; bjoern@17: } bjoern@17: .navbar-default .navbar-toggle .icon-bar { bjoern@17: background-color: #888; bjoern@17: } bjoern@17: .navbar-default .navbar-collapse, bjoern@17: .navbar-default .navbar-form { bjoern@17: border-color: #e7e7e7; bjoern@17: } bjoern@17: .navbar-default .navbar-nav > .open > a, bjoern@17: .navbar-default .navbar-nav > .open > a:hover, bjoern@17: .navbar-default .navbar-nav > .open > a:focus { bjoern@17: color: #555; bjoern@17: background-color: #e7e7e7; bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > li > a { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { bjoern@17: color: #333; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .active > a, bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { bjoern@17: color: #555; bjoern@17: background-color: #e7e7e7; bjoern@17: } bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, bjoern@17: .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { bjoern@17: color: #ccc; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: } bjoern@17: .navbar-default .navbar-link { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .navbar-link:hover { bjoern@17: color: #333; bjoern@17: } bjoern@17: .navbar-default .btn-link { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-default .btn-link:hover, bjoern@17: .navbar-default .btn-link:focus { bjoern@17: color: #333; bjoern@17: } bjoern@17: .navbar-default .btn-link[disabled]:hover, bjoern@17: fieldset[disabled] .navbar-default .btn-link:hover, bjoern@17: .navbar-default .btn-link[disabled]:focus, bjoern@17: fieldset[disabled] .navbar-default .btn-link:focus { bjoern@17: color: #ccc; bjoern@17: } bjoern@17: .navbar-inverse { bjoern@17: background-color: #222; bjoern@17: border-color: #080808; bjoern@17: } bjoern@17: .navbar-inverse .navbar-brand { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .navbar-brand:hover, bjoern@17: .navbar-inverse .navbar-brand:focus { bjoern@17: color: #fff; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-inverse .navbar-text { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav > li > a { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav > li > a:hover, bjoern@17: .navbar-inverse .navbar-nav > li > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav > .active > a, bjoern@17: .navbar-inverse .navbar-nav > .active > a:hover, bjoern@17: .navbar-inverse .navbar-nav > .active > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: #080808; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav > .disabled > a, bjoern@17: .navbar-inverse .navbar-nav > .disabled > a:hover, bjoern@17: .navbar-inverse .navbar-nav > .disabled > a:focus { bjoern@17: color: #444; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-inverse .navbar-toggle { bjoern@17: border-color: #333; bjoern@17: } bjoern@17: .navbar-inverse .navbar-toggle:hover, bjoern@17: .navbar-inverse .navbar-toggle:focus { bjoern@17: background-color: #333; bjoern@17: } bjoern@17: .navbar-inverse .navbar-toggle .icon-bar { bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .navbar-inverse .navbar-collapse, bjoern@17: .navbar-inverse .navbar-form { bjoern@17: border-color: #101010; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav > .open > a, bjoern@17: .navbar-inverse .navbar-nav > .open > a:hover, bjoern@17: .navbar-inverse .navbar-nav > .open > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: #080808; bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { bjoern@17: border-color: #080808; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu .divider { bjoern@17: background-color: #080808; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { bjoern@17: color: #fff; bjoern@17: background-color: #080808; bjoern@17: } bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, bjoern@17: .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { bjoern@17: color: #444; bjoern@17: background-color: transparent; bjoern@17: } bjoern@17: } bjoern@17: .navbar-inverse .navbar-link { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .navbar-link:hover { bjoern@17: color: #fff; bjoern@17: } bjoern@17: .navbar-inverse .btn-link { bjoern@17: color: #777; bjoern@17: } bjoern@17: .navbar-inverse .btn-link:hover, bjoern@17: .navbar-inverse .btn-link:focus { bjoern@17: color: #fff; bjoern@17: } bjoern@17: .navbar-inverse .btn-link[disabled]:hover, bjoern@17: fieldset[disabled] .navbar-inverse .btn-link:hover, bjoern@17: .navbar-inverse .btn-link[disabled]:focus, bjoern@17: fieldset[disabled] .navbar-inverse .btn-link:focus { bjoern@17: color: #444; bjoern@17: } bjoern@17: .breadcrumb { bjoern@17: padding: 8px 15px; bjoern@17: margin-bottom: 20px; bjoern@17: list-style: none; bjoern@17: background-color: #f5f5f5; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .breadcrumb > li { bjoern@17: display: inline-block; bjoern@17: } bjoern@17: .breadcrumb > li + li:before { bjoern@17: padding: 0 5px; bjoern@17: color: #ccc; bjoern@17: content: "/\00a0"; bjoern@17: } bjoern@17: .breadcrumb > .active { bjoern@17: color: #777; bjoern@17: } bjoern@17: .pagination { bjoern@17: display: inline-block; bjoern@17: padding-left: 0; bjoern@17: margin: 20px 0; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .pagination > li { bjoern@17: display: inline; bjoern@17: } bjoern@17: .pagination > li > a, bjoern@17: .pagination > li > span { bjoern@17: position: relative; bjoern@17: float: left; bjoern@17: padding: 6px 12px; bjoern@17: margin-left: -1px; bjoern@17: line-height: 1.42857143; bjoern@17: color: #428bca; bjoern@17: text-decoration: none; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: .pagination > li:first-child > a, bjoern@17: .pagination > li:first-child > span { bjoern@17: margin-left: 0; bjoern@17: border-top-left-radius: 4px; bjoern@17: border-bottom-left-radius: 4px; bjoern@17: } bjoern@17: .pagination > li:last-child > a, bjoern@17: .pagination > li:last-child > span { bjoern@17: border-top-right-radius: 4px; bjoern@17: border-bottom-right-radius: 4px; bjoern@17: } bjoern@17: .pagination > li > a:hover, bjoern@17: .pagination > li > span:hover, bjoern@17: .pagination > li > a:focus, bjoern@17: .pagination > li > span:focus { bjoern@17: color: #2a6496; bjoern@17: background-color: #eee; bjoern@17: border-color: #ddd; bjoern@17: } bjoern@17: .pagination > .active > a, bjoern@17: .pagination > .active > span, bjoern@17: .pagination > .active > a:hover, bjoern@17: .pagination > .active > span:hover, bjoern@17: .pagination > .active > a:focus, bjoern@17: .pagination > .active > span:focus { bjoern@17: z-index: 2; bjoern@17: color: #fff; bjoern@17: cursor: default; bjoern@17: background-color: #428bca; bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .pagination > .disabled > span, bjoern@17: .pagination > .disabled > span:hover, bjoern@17: .pagination > .disabled > span:focus, bjoern@17: .pagination > .disabled > a, bjoern@17: .pagination > .disabled > a:hover, bjoern@17: .pagination > .disabled > a:focus { bjoern@17: color: #777; bjoern@17: cursor: not-allowed; bjoern@17: background-color: #fff; bjoern@17: border-color: #ddd; bjoern@17: } bjoern@17: .pagination-lg > li > a, bjoern@17: .pagination-lg > li > span { bjoern@17: padding: 10px 16px; bjoern@17: font-size: 18px; bjoern@17: } bjoern@17: .pagination-lg > li:first-child > a, bjoern@17: .pagination-lg > li:first-child > span { bjoern@17: border-top-left-radius: 6px; bjoern@17: border-bottom-left-radius: 6px; bjoern@17: } bjoern@17: .pagination-lg > li:last-child > a, bjoern@17: .pagination-lg > li:last-child > span { bjoern@17: border-top-right-radius: 6px; bjoern@17: border-bottom-right-radius: 6px; bjoern@17: } bjoern@17: .pagination-sm > li > a, bjoern@17: .pagination-sm > li > span { bjoern@17: padding: 5px 10px; bjoern@17: font-size: 12px; bjoern@17: } bjoern@17: .pagination-sm > li:first-child > a, bjoern@17: .pagination-sm > li:first-child > span { bjoern@17: border-top-left-radius: 3px; bjoern@17: border-bottom-left-radius: 3px; bjoern@17: } bjoern@17: .pagination-sm > li:last-child > a, bjoern@17: .pagination-sm > li:last-child > span { bjoern@17: border-top-right-radius: 3px; bjoern@17: border-bottom-right-radius: 3px; bjoern@17: } bjoern@17: .pager { bjoern@17: padding-left: 0; bjoern@17: margin: 20px 0; bjoern@17: text-align: center; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .pager li { bjoern@17: display: inline; bjoern@17: } bjoern@17: .pager li > a, bjoern@17: .pager li > span { bjoern@17: display: inline-block; bjoern@17: padding: 5px 14px; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: border-radius: 15px; bjoern@17: } bjoern@17: .pager li > a:hover, bjoern@17: .pager li > a:focus { bjoern@17: text-decoration: none; bjoern@17: background-color: #eee; bjoern@17: } bjoern@17: .pager .next > a, bjoern@17: .pager .next > span { bjoern@17: float: right; bjoern@17: } bjoern@17: .pager .previous > a, bjoern@17: .pager .previous > span { bjoern@17: float: left; bjoern@17: } bjoern@17: .pager .disabled > a, bjoern@17: .pager .disabled > a:hover, bjoern@17: .pager .disabled > a:focus, bjoern@17: .pager .disabled > span { bjoern@17: color: #777; bjoern@17: cursor: not-allowed; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .label { bjoern@17: display: inline; bjoern@17: padding: .2em .6em .3em; bjoern@17: font-size: 75%; bjoern@17: font-weight: bold; bjoern@17: line-height: 1; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: white-space: nowrap; bjoern@17: vertical-align: baseline; bjoern@17: border-radius: .25em; bjoern@17: } bjoern@17: a.label:hover, bjoern@17: a.label:focus { bjoern@17: color: #fff; bjoern@17: text-decoration: none; bjoern@17: cursor: pointer; bjoern@17: } bjoern@17: .label:empty { bjoern@17: display: none; bjoern@17: } bjoern@17: .btn .label { bjoern@17: position: relative; bjoern@17: top: -1px; bjoern@17: } bjoern@17: .label-default { bjoern@17: background-color: #777; bjoern@17: } bjoern@17: .label-default[href]:hover, bjoern@17: .label-default[href]:focus { bjoern@17: background-color: #5e5e5e; bjoern@17: } bjoern@17: .label-primary { bjoern@17: background-color: #428bca; bjoern@17: } bjoern@17: .label-primary[href]:hover, bjoern@17: .label-primary[href]:focus { bjoern@17: background-color: #3071a9; bjoern@17: } bjoern@17: .label-success { bjoern@17: background-color: #5cb85c; bjoern@17: } bjoern@17: .label-success[href]:hover, bjoern@17: .label-success[href]:focus { bjoern@17: background-color: #449d44; bjoern@17: } bjoern@17: .label-info { bjoern@17: background-color: #5bc0de; bjoern@17: } bjoern@17: .label-info[href]:hover, bjoern@17: .label-info[href]:focus { bjoern@17: background-color: #31b0d5; bjoern@17: } bjoern@17: .label-warning { bjoern@17: background-color: #f0ad4e; bjoern@17: } bjoern@17: .label-warning[href]:hover, bjoern@17: .label-warning[href]:focus { bjoern@17: background-color: #ec971f; bjoern@17: } bjoern@17: .label-danger { bjoern@17: background-color: #d9534f; bjoern@17: } bjoern@17: .label-danger[href]:hover, bjoern@17: .label-danger[href]:focus { bjoern@17: background-color: #c9302c; bjoern@17: } bjoern@17: .badge { bjoern@17: display: inline-block; bjoern@17: min-width: 10px; bjoern@17: padding: 3px 7px; bjoern@17: font-size: 12px; bjoern@17: font-weight: bold; bjoern@17: line-height: 1; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: white-space: nowrap; bjoern@17: vertical-align: baseline; bjoern@17: background-color: #777; bjoern@17: border-radius: 10px; bjoern@17: } bjoern@17: .badge:empty { bjoern@17: display: none; bjoern@17: } bjoern@17: .btn .badge { bjoern@17: position: relative; bjoern@17: top: -1px; bjoern@17: } bjoern@17: .btn-xs .badge { bjoern@17: top: 0; bjoern@17: padding: 1px 5px; bjoern@17: } bjoern@17: a.badge:hover, bjoern@17: a.badge:focus { bjoern@17: color: #fff; bjoern@17: text-decoration: none; bjoern@17: cursor: pointer; bjoern@17: } bjoern@17: a.list-group-item.active > .badge, bjoern@17: .nav-pills > .active > a > .badge { bjoern@17: color: #428bca; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .nav-pills > li > a > .badge { bjoern@17: margin-left: 3px; bjoern@17: } bjoern@17: .jumbotron { bjoern@17: padding: 30px; bjoern@17: margin-bottom: 30px; bjoern@17: color: inherit; bjoern@17: background-color: #eee; bjoern@17: } bjoern@17: .jumbotron h1, bjoern@17: .jumbotron .h1 { bjoern@17: color: inherit; bjoern@17: } bjoern@17: .jumbotron p { bjoern@17: margin-bottom: 15px; bjoern@17: font-size: 21px; bjoern@17: font-weight: 200; bjoern@17: } bjoern@17: .jumbotron > hr { bjoern@17: border-top-color: #d5d5d5; bjoern@17: } bjoern@17: .container .jumbotron { bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: .jumbotron .container { bjoern@17: max-width: 100%; bjoern@17: } bjoern@17: @media screen and (min-width: 768px) { bjoern@17: .jumbotron { bjoern@17: padding-top: 48px; bjoern@17: padding-bottom: 48px; bjoern@17: } bjoern@17: .container .jumbotron { bjoern@17: padding-right: 60px; bjoern@17: padding-left: 60px; bjoern@17: } bjoern@17: .jumbotron h1, bjoern@17: .jumbotron .h1 { bjoern@17: font-size: 63px; bjoern@17: } bjoern@17: } bjoern@17: .thumbnail { bjoern@17: display: block; bjoern@17: padding: 4px; bjoern@17: margin-bottom: 20px; bjoern@17: line-height: 1.42857143; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: border-radius: 4px; bjoern@17: -webkit-transition: all .2s ease-in-out; bjoern@17: -o-transition: all .2s ease-in-out; bjoern@17: transition: all .2s ease-in-out; bjoern@17: } bjoern@17: .thumbnail > img, bjoern@17: .thumbnail a > img { bjoern@17: margin-right: auto; bjoern@17: margin-left: auto; bjoern@17: } bjoern@17: a.thumbnail:hover, bjoern@17: a.thumbnail:focus, bjoern@17: a.thumbnail.active { bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .thumbnail .caption { bjoern@17: padding: 9px; bjoern@17: color: #333; bjoern@17: } bjoern@17: .alert { bjoern@17: padding: 15px; bjoern@17: margin-bottom: 20px; bjoern@17: border: 1px solid transparent; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .alert h4 { bjoern@17: margin-top: 0; bjoern@17: color: inherit; bjoern@17: } bjoern@17: .alert .alert-link { bjoern@17: font-weight: bold; bjoern@17: } bjoern@17: .alert > p, bjoern@17: .alert > ul { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .alert > p + p { bjoern@17: margin-top: 5px; bjoern@17: } bjoern@17: .alert-dismissable, bjoern@17: .alert-dismissible { bjoern@17: padding-right: 35px; bjoern@17: } bjoern@17: .alert-dismissable .close, bjoern@17: .alert-dismissible .close { bjoern@17: position: relative; bjoern@17: top: -2px; bjoern@17: right: -21px; bjoern@17: color: inherit; bjoern@17: } bjoern@17: .alert-success { bjoern@17: color: #3c763d; bjoern@17: background-color: #dff0d8; bjoern@17: border-color: #d6e9c6; bjoern@17: } bjoern@17: .alert-success hr { bjoern@17: border-top-color: #c9e2b3; bjoern@17: } bjoern@17: .alert-success .alert-link { bjoern@17: color: #2b542c; bjoern@17: } bjoern@17: .alert-info { bjoern@17: color: #31708f; bjoern@17: background-color: #d9edf7; bjoern@17: border-color: #bce8f1; bjoern@17: } bjoern@17: .alert-info hr { bjoern@17: border-top-color: #a6e1ec; bjoern@17: } bjoern@17: .alert-info .alert-link { bjoern@17: color: #245269; bjoern@17: } bjoern@17: .alert-warning { bjoern@17: color: #8a6d3b; bjoern@17: background-color: #fcf8e3; bjoern@17: border-color: #faebcc; bjoern@17: } bjoern@17: .alert-warning hr { bjoern@17: border-top-color: #f7e1b5; bjoern@17: } bjoern@17: .alert-warning .alert-link { bjoern@17: color: #66512c; bjoern@17: } bjoern@17: .alert-danger { bjoern@17: color: #a94442; bjoern@17: background-color: #f2dede; bjoern@17: border-color: #ebccd1; bjoern@17: } bjoern@17: .alert-danger hr { bjoern@17: border-top-color: #e4b9c0; bjoern@17: } bjoern@17: .alert-danger .alert-link { bjoern@17: color: #843534; bjoern@17: } bjoern@17: @-webkit-keyframes progress-bar-stripes { bjoern@17: from { bjoern@17: background-position: 40px 0; bjoern@17: } bjoern@17: to { bjoern@17: background-position: 0 0; bjoern@17: } bjoern@17: } bjoern@17: @-o-keyframes progress-bar-stripes { bjoern@17: from { bjoern@17: background-position: 40px 0; bjoern@17: } bjoern@17: to { bjoern@17: background-position: 0 0; bjoern@17: } bjoern@17: } bjoern@17: @keyframes progress-bar-stripes { bjoern@17: from { bjoern@17: background-position: 40px 0; bjoern@17: } bjoern@17: to { bjoern@17: background-position: 0 0; bjoern@17: } bjoern@17: } bjoern@17: .progress { bjoern@17: height: 20px; bjoern@17: margin-bottom: 20px; bjoern@17: overflow: hidden; bjoern@17: background-color: #f5f5f5; bjoern@17: border-radius: 4px; bjoern@17: -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); bjoern@17: box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); bjoern@17: } bjoern@17: .progress-bar { bjoern@17: float: left; bjoern@17: width: 0; bjoern@17: height: 100%; bjoern@17: font-size: 12px; bjoern@17: line-height: 20px; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: background-color: #428bca; bjoern@17: -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); bjoern@17: box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); bjoern@17: -webkit-transition: width .6s ease; bjoern@17: -o-transition: width .6s ease; bjoern@17: transition: width .6s ease; bjoern@17: } bjoern@17: .progress-striped .progress-bar, bjoern@17: .progress-bar-striped { bjoern@17: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: -webkit-background-size: 40px 40px; bjoern@17: background-size: 40px 40px; bjoern@17: } bjoern@17: .progress.active .progress-bar, bjoern@17: .progress-bar.active { bjoern@17: -webkit-animation: progress-bar-stripes 2s linear infinite; bjoern@17: -o-animation: progress-bar-stripes 2s linear infinite; bjoern@17: animation: progress-bar-stripes 2s linear infinite; bjoern@17: } bjoern@17: .progress-bar[aria-valuenow="1"], bjoern@17: .progress-bar[aria-valuenow="2"] { bjoern@17: min-width: 30px; bjoern@17: } bjoern@17: .progress-bar[aria-valuenow="0"] { bjoern@17: min-width: 30px; bjoern@17: color: #777; bjoern@17: background-color: transparent; bjoern@17: background-image: none; bjoern@17: -webkit-box-shadow: none; bjoern@17: box-shadow: none; bjoern@17: } bjoern@17: .progress-bar-success { bjoern@17: background-color: #5cb85c; bjoern@17: } bjoern@17: .progress-striped .progress-bar-success { bjoern@17: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: } bjoern@17: .progress-bar-info { bjoern@17: background-color: #5bc0de; bjoern@17: } bjoern@17: .progress-striped .progress-bar-info { bjoern@17: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: } bjoern@17: .progress-bar-warning { bjoern@17: background-color: #f0ad4e; bjoern@17: } bjoern@17: .progress-striped .progress-bar-warning { bjoern@17: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: } bjoern@17: .progress-bar-danger { bjoern@17: background-color: #d9534f; bjoern@17: } bjoern@17: .progress-striped .progress-bar-danger { bjoern@17: background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); bjoern@17: } bjoern@17: .media, bjoern@17: .media-body { bjoern@17: overflow: hidden; bjoern@17: zoom: 1; bjoern@17: } bjoern@17: .media, bjoern@17: .media .media { bjoern@17: margin-top: 15px; bjoern@17: } bjoern@17: .media:first-child { bjoern@17: margin-top: 0; bjoern@17: } bjoern@17: .media-object { bjoern@17: display: block; bjoern@17: } bjoern@17: .media-heading { bjoern@17: margin: 0 0 5px; bjoern@17: } bjoern@17: .media > .pull-left { bjoern@17: margin-right: 10px; bjoern@17: } bjoern@17: .media > .pull-right { bjoern@17: margin-left: 10px; bjoern@17: } bjoern@17: .media-list { bjoern@17: padding-left: 0; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .list-group { bjoern@17: padding-left: 0; bjoern@17: margin-bottom: 20px; bjoern@17: } bjoern@17: .list-group-item { bjoern@17: position: relative; bjoern@17: display: block; bjoern@17: padding: 10px 15px; bjoern@17: margin-bottom: -1px; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid #ddd; bjoern@17: } bjoern@17: .list-group-item:first-child { bjoern@17: border-top-left-radius: 4px; bjoern@17: border-top-right-radius: 4px; bjoern@17: } bjoern@17: .list-group-item:last-child { bjoern@17: margin-bottom: 0; bjoern@17: border-bottom-right-radius: 4px; bjoern@17: border-bottom-left-radius: 4px; bjoern@17: } bjoern@17: .list-group-item > .badge { bjoern@17: float: right; bjoern@17: } bjoern@17: .list-group-item > .badge + .badge { bjoern@17: margin-right: 5px; bjoern@17: } bjoern@17: a.list-group-item { bjoern@17: color: #555; bjoern@17: } bjoern@17: a.list-group-item .list-group-item-heading { bjoern@17: color: #333; bjoern@17: } bjoern@17: a.list-group-item:hover, bjoern@17: a.list-group-item:focus { bjoern@17: color: #555; bjoern@17: text-decoration: none; bjoern@17: background-color: #f5f5f5; bjoern@17: } bjoern@17: .list-group-item.disabled, bjoern@17: .list-group-item.disabled:hover, bjoern@17: .list-group-item.disabled:focus { bjoern@17: color: #777; bjoern@17: background-color: #eee; bjoern@17: } bjoern@17: .list-group-item.disabled .list-group-item-heading, bjoern@17: .list-group-item.disabled:hover .list-group-item-heading, bjoern@17: .list-group-item.disabled:focus .list-group-item-heading { bjoern@17: color: inherit; bjoern@17: } bjoern@17: .list-group-item.disabled .list-group-item-text, bjoern@17: .list-group-item.disabled:hover .list-group-item-text, bjoern@17: .list-group-item.disabled:focus .list-group-item-text { bjoern@17: color: #777; bjoern@17: } bjoern@17: .list-group-item.active, bjoern@17: .list-group-item.active:hover, bjoern@17: .list-group-item.active:focus { bjoern@17: z-index: 2; bjoern@17: color: #fff; bjoern@17: background-color: #428bca; bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .list-group-item.active .list-group-item-heading, bjoern@17: .list-group-item.active:hover .list-group-item-heading, bjoern@17: .list-group-item.active:focus .list-group-item-heading, bjoern@17: .list-group-item.active .list-group-item-heading > small, bjoern@17: .list-group-item.active:hover .list-group-item-heading > small, bjoern@17: .list-group-item.active:focus .list-group-item-heading > small, bjoern@17: .list-group-item.active .list-group-item-heading > .small, bjoern@17: .list-group-item.active:hover .list-group-item-heading > .small, bjoern@17: .list-group-item.active:focus .list-group-item-heading > .small { bjoern@17: color: inherit; bjoern@17: } bjoern@17: .list-group-item.active .list-group-item-text, bjoern@17: .list-group-item.active:hover .list-group-item-text, bjoern@17: .list-group-item.active:focus .list-group-item-text { bjoern@17: color: #e1edf7; bjoern@17: } bjoern@17: .list-group-item-success { bjoern@17: color: #3c763d; bjoern@17: background-color: #dff0d8; bjoern@17: } bjoern@17: a.list-group-item-success { bjoern@17: color: #3c763d; bjoern@17: } bjoern@17: a.list-group-item-success .list-group-item-heading { bjoern@17: color: inherit; bjoern@17: } bjoern@17: a.list-group-item-success:hover, bjoern@17: a.list-group-item-success:focus { bjoern@17: color: #3c763d; bjoern@17: background-color: #d0e9c6; bjoern@17: } bjoern@17: a.list-group-item-success.active, bjoern@17: a.list-group-item-success.active:hover, bjoern@17: a.list-group-item-success.active:focus { bjoern@17: color: #fff; bjoern@17: background-color: #3c763d; bjoern@17: border-color: #3c763d; bjoern@17: } bjoern@17: .list-group-item-info { bjoern@17: color: #31708f; bjoern@17: background-color: #d9edf7; bjoern@17: } bjoern@17: a.list-group-item-info { bjoern@17: color: #31708f; bjoern@17: } bjoern@17: a.list-group-item-info .list-group-item-heading { bjoern@17: color: inherit; bjoern@17: } bjoern@17: a.list-group-item-info:hover, bjoern@17: a.list-group-item-info:focus { bjoern@17: color: #31708f; bjoern@17: background-color: #c4e3f3; bjoern@17: } bjoern@17: a.list-group-item-info.active, bjoern@17: a.list-group-item-info.active:hover, bjoern@17: a.list-group-item-info.active:focus { bjoern@17: color: #fff; bjoern@17: background-color: #31708f; bjoern@17: border-color: #31708f; bjoern@17: } bjoern@17: .list-group-item-warning { bjoern@17: color: #8a6d3b; bjoern@17: background-color: #fcf8e3; bjoern@17: } bjoern@17: a.list-group-item-warning { bjoern@17: color: #8a6d3b; bjoern@17: } bjoern@17: a.list-group-item-warning .list-group-item-heading { bjoern@17: color: inherit; bjoern@17: } bjoern@17: a.list-group-item-warning:hover, bjoern@17: a.list-group-item-warning:focus { bjoern@17: color: #8a6d3b; bjoern@17: background-color: #faf2cc; bjoern@17: } bjoern@17: a.list-group-item-warning.active, bjoern@17: a.list-group-item-warning.active:hover, bjoern@17: a.list-group-item-warning.active:focus { bjoern@17: color: #fff; bjoern@17: background-color: #8a6d3b; bjoern@17: border-color: #8a6d3b; bjoern@17: } bjoern@17: .list-group-item-danger { bjoern@17: color: #a94442; bjoern@17: background-color: #f2dede; bjoern@17: } bjoern@17: a.list-group-item-danger { bjoern@17: color: #a94442; bjoern@17: } bjoern@17: a.list-group-item-danger .list-group-item-heading { bjoern@17: color: inherit; bjoern@17: } bjoern@17: a.list-group-item-danger:hover, bjoern@17: a.list-group-item-danger:focus { bjoern@17: color: #a94442; bjoern@17: background-color: #ebcccc; bjoern@17: } bjoern@17: a.list-group-item-danger.active, bjoern@17: a.list-group-item-danger.active:hover, bjoern@17: a.list-group-item-danger.active:focus { bjoern@17: color: #fff; bjoern@17: background-color: #a94442; bjoern@17: border-color: #a94442; bjoern@17: } bjoern@17: .list-group-item-heading { bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 5px; bjoern@17: } bjoern@17: .list-group-item-text { bjoern@17: margin-bottom: 0; bjoern@17: line-height: 1.3; bjoern@17: } bjoern@17: .panel { bjoern@17: margin-bottom: 20px; bjoern@17: background-color: #fff; bjoern@17: border: 1px solid transparent; bjoern@17: border-radius: 4px; bjoern@17: -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); bjoern@17: box-shadow: 0 1px 1px rgba(0, 0, 0, .05); bjoern@17: } bjoern@17: .panel-body { bjoern@17: padding: 15px; bjoern@17: } bjoern@17: .panel-heading { bjoern@17: padding: 10px 15px; bjoern@17: border-bottom: 1px solid transparent; bjoern@17: border-top-left-radius: 3px; bjoern@17: border-top-right-radius: 3px; bjoern@17: } bjoern@17: .panel-heading > .dropdown .dropdown-toggle { bjoern@17: color: inherit; bjoern@17: } bjoern@17: .panel-title { bjoern@17: margin-top: 0; bjoern@17: margin-bottom: 0; bjoern@17: font-size: 16px; bjoern@17: color: inherit; bjoern@17: } bjoern@17: .panel-title > a { bjoern@17: color: inherit; bjoern@17: } bjoern@17: .panel-footer { bjoern@17: padding: 10px 15px; bjoern@17: background-color: #f5f5f5; bjoern@17: border-top: 1px solid #ddd; bjoern@17: border-bottom-right-radius: 3px; bjoern@17: border-bottom-left-radius: 3px; bjoern@17: } bjoern@17: .panel > .list-group { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .panel > .list-group .list-group-item { bjoern@17: border-width: 1px 0; bjoern@17: border-radius: 0; bjoern@17: } bjoern@17: .panel > .list-group:first-child .list-group-item:first-child { bjoern@17: border-top: 0; bjoern@17: border-top-left-radius: 3px; bjoern@17: border-top-right-radius: 3px; bjoern@17: } bjoern@17: .panel > .list-group:last-child .list-group-item:last-child { bjoern@17: border-bottom: 0; bjoern@17: border-bottom-right-radius: 3px; bjoern@17: border-bottom-left-radius: 3px; bjoern@17: } bjoern@17: .panel-heading + .list-group .list-group-item:first-child { bjoern@17: border-top-width: 0; bjoern@17: } bjoern@17: .list-group + .panel-footer { bjoern@17: border-top-width: 0; bjoern@17: } bjoern@17: .panel > .table, bjoern@17: .panel > .table-responsive > .table, bjoern@17: .panel > .panel-collapse > .table { bjoern@17: margin-bottom: 0; bjoern@17: } bjoern@17: .panel > .table:first-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child { bjoern@17: border-top-left-radius: 3px; bjoern@17: border-top-right-radius: 3px; bjoern@17: } bjoern@17: .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, bjoern@17: .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, bjoern@17: .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, bjoern@17: .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { bjoern@17: border-top-left-radius: 3px; bjoern@17: } bjoern@17: .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, bjoern@17: .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, bjoern@17: .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, bjoern@17: .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, bjoern@17: .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { bjoern@17: border-top-right-radius: 3px; bjoern@17: } bjoern@17: .panel > .table:last-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child { bjoern@17: border-bottom-right-radius: 3px; bjoern@17: border-bottom-left-radius: 3px; bjoern@17: } bjoern@17: .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, bjoern@17: .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, bjoern@17: .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, bjoern@17: .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { bjoern@17: border-bottom-left-radius: 3px; bjoern@17: } bjoern@17: .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, bjoern@17: .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, bjoern@17: .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, bjoern@17: .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, bjoern@17: .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { bjoern@17: border-bottom-right-radius: 3px; bjoern@17: } bjoern@17: .panel > .panel-body + .table, bjoern@17: .panel > .panel-body + .table-responsive { bjoern@17: border-top: 1px solid #ddd; bjoern@17: } bjoern@17: .panel > .table > tbody:first-child > tr:first-child th, bjoern@17: .panel > .table > tbody:first-child > tr:first-child td { bjoern@17: border-top: 0; bjoern@17: } bjoern@17: .panel > .table-bordered, bjoern@17: .panel > .table-responsive > .table-bordered { bjoern@17: border: 0; bjoern@17: } bjoern@17: .panel > .table-bordered > thead > tr > th:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, bjoern@17: .panel > .table-bordered > tbody > tr > th:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, bjoern@17: .panel > .table-bordered > tfoot > tr > th:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, bjoern@17: .panel > .table-bordered > thead > tr > td:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, bjoern@17: .panel > .table-bordered > tbody > tr > td:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, bjoern@17: .panel > .table-bordered > tfoot > tr > td:first-child, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { bjoern@17: border-left: 0; bjoern@17: } bjoern@17: .panel > .table-bordered > thead > tr > th:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, bjoern@17: .panel > .table-bordered > tbody > tr > th:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, bjoern@17: .panel > .table-bordered > tfoot > tr > th:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, bjoern@17: .panel > .table-bordered > thead > tr > td:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, bjoern@17: .panel > .table-bordered > tbody > tr > td:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, bjoern@17: .panel > .table-bordered > tfoot > tr > td:last-child, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { bjoern@17: border-right: 0; bjoern@17: } bjoern@17: .panel > .table-bordered > thead > tr:first-child > td, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, bjoern@17: .panel > .table-bordered > tbody > tr:first-child > td, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, bjoern@17: .panel > .table-bordered > thead > tr:first-child > th, bjoern@17: .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, bjoern@17: .panel > .table-bordered > tbody > tr:first-child > th, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: .panel > .table-bordered > tbody > tr:last-child > td, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, bjoern@17: .panel > .table-bordered > tfoot > tr:last-child > td, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, bjoern@17: .panel > .table-bordered > tbody > tr:last-child > th, bjoern@17: .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, bjoern@17: .panel > .table-bordered > tfoot > tr:last-child > th, bjoern@17: .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: .panel > .table-responsive { bjoern@17: margin-bottom: 0; bjoern@17: border: 0; bjoern@17: } bjoern@17: .panel-group { bjoern@17: margin-bottom: 20px; bjoern@17: } bjoern@17: .panel-group .panel { bjoern@17: margin-bottom: 0; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .panel-group .panel + .panel { bjoern@17: margin-top: 5px; bjoern@17: } bjoern@17: .panel-group .panel-heading { bjoern@17: border-bottom: 0; bjoern@17: } bjoern@17: .panel-group .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top: 1px solid #ddd; bjoern@17: } bjoern@17: .panel-group .panel-footer { bjoern@17: border-top: 0; bjoern@17: } bjoern@17: .panel-group .panel-footer + .panel-collapse .panel-body { bjoern@17: border-bottom: 1px solid #ddd; bjoern@17: } bjoern@17: .panel-default { bjoern@17: border-color: #ddd; bjoern@17: } bjoern@17: .panel-default > .panel-heading { bjoern@17: color: #333; bjoern@17: background-color: #f5f5f5; bjoern@17: border-color: #ddd; bjoern@17: } bjoern@17: .panel-default > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #ddd; bjoern@17: } bjoern@17: .panel-default > .panel-heading .badge { bjoern@17: color: #f5f5f5; bjoern@17: background-color: #333; bjoern@17: } bjoern@17: .panel-default > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #ddd; bjoern@17: } bjoern@17: .panel-primary { bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .panel-primary > .panel-heading { bjoern@17: color: #fff; bjoern@17: background-color: #428bca; bjoern@17: border-color: #428bca; bjoern@17: } bjoern@17: .panel-primary > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #428bca; bjoern@17: } bjoern@17: .panel-primary > .panel-heading .badge { bjoern@17: color: #428bca; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .panel-primary > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #428bca; bjoern@17: } bjoern@17: .panel-success { bjoern@17: border-color: #d6e9c6; bjoern@17: } bjoern@17: .panel-success > .panel-heading { bjoern@17: color: #3c763d; bjoern@17: background-color: #dff0d8; bjoern@17: border-color: #d6e9c6; bjoern@17: } bjoern@17: .panel-success > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #d6e9c6; bjoern@17: } bjoern@17: .panel-success > .panel-heading .badge { bjoern@17: color: #dff0d8; bjoern@17: background-color: #3c763d; bjoern@17: } bjoern@17: .panel-success > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #d6e9c6; bjoern@17: } bjoern@17: .panel-info { bjoern@17: border-color: #bce8f1; bjoern@17: } bjoern@17: .panel-info > .panel-heading { bjoern@17: color: #31708f; bjoern@17: background-color: #d9edf7; bjoern@17: border-color: #bce8f1; bjoern@17: } bjoern@17: .panel-info > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #bce8f1; bjoern@17: } bjoern@17: .panel-info > .panel-heading .badge { bjoern@17: color: #d9edf7; bjoern@17: background-color: #31708f; bjoern@17: } bjoern@17: .panel-info > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #bce8f1; bjoern@17: } bjoern@17: .panel-warning { bjoern@17: border-color: #faebcc; bjoern@17: } bjoern@17: .panel-warning > .panel-heading { bjoern@17: color: #8a6d3b; bjoern@17: background-color: #fcf8e3; bjoern@17: border-color: #faebcc; bjoern@17: } bjoern@17: .panel-warning > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #faebcc; bjoern@17: } bjoern@17: .panel-warning > .panel-heading .badge { bjoern@17: color: #fcf8e3; bjoern@17: background-color: #8a6d3b; bjoern@17: } bjoern@17: .panel-warning > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #faebcc; bjoern@17: } bjoern@17: .panel-danger { bjoern@17: border-color: #ebccd1; bjoern@17: } bjoern@17: .panel-danger > .panel-heading { bjoern@17: color: #a94442; bjoern@17: background-color: #f2dede; bjoern@17: border-color: #ebccd1; bjoern@17: } bjoern@17: .panel-danger > .panel-heading + .panel-collapse > .panel-body { bjoern@17: border-top-color: #ebccd1; bjoern@17: } bjoern@17: .panel-danger > .panel-heading .badge { bjoern@17: color: #f2dede; bjoern@17: background-color: #a94442; bjoern@17: } bjoern@17: .panel-danger > .panel-footer + .panel-collapse > .panel-body { bjoern@17: border-bottom-color: #ebccd1; bjoern@17: } bjoern@17: .embed-responsive { bjoern@17: position: relative; bjoern@17: display: block; bjoern@17: height: 0; bjoern@17: padding: 0; bjoern@17: overflow: hidden; bjoern@17: } bjoern@17: .embed-responsive .embed-responsive-item, bjoern@17: .embed-responsive iframe, bjoern@17: .embed-responsive embed, bjoern@17: .embed-responsive object { bjoern@17: position: absolute; bjoern@17: top: 0; bjoern@17: bottom: 0; bjoern@17: left: 0; bjoern@17: width: 100%; bjoern@17: height: 100%; bjoern@17: border: 0; bjoern@17: } bjoern@17: .embed-responsive.embed-responsive-16by9 { bjoern@17: padding-bottom: 56.25%; bjoern@17: } bjoern@17: .embed-responsive.embed-responsive-4by3 { bjoern@17: padding-bottom: 75%; bjoern@17: } bjoern@17: .well { bjoern@17: min-height: 20px; bjoern@17: padding: 19px; bjoern@17: margin-bottom: 20px; bjoern@17: background-color: #f5f5f5; bjoern@17: border: 1px solid #e3e3e3; bjoern@17: border-radius: 4px; bjoern@17: -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); bjoern@17: box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); bjoern@17: } bjoern@17: .well blockquote { bjoern@17: border-color: #ddd; bjoern@17: border-color: rgba(0, 0, 0, .15); bjoern@17: } bjoern@17: .well-lg { bjoern@17: padding: 24px; bjoern@17: border-radius: 6px; bjoern@17: } bjoern@17: .well-sm { bjoern@17: padding: 9px; bjoern@17: border-radius: 3px; bjoern@17: } bjoern@17: .close { bjoern@17: float: right; bjoern@17: font-size: 21px; bjoern@17: font-weight: bold; bjoern@17: line-height: 1; bjoern@17: color: #000; bjoern@17: text-shadow: 0 1px 0 #fff; bjoern@17: filter: alpha(opacity=20); bjoern@17: opacity: .2; bjoern@17: } bjoern@17: .close:hover, bjoern@17: .close:focus { bjoern@17: color: #000; bjoern@17: text-decoration: none; bjoern@17: cursor: pointer; bjoern@17: filter: alpha(opacity=50); bjoern@17: opacity: .5; bjoern@17: } bjoern@17: button.close { bjoern@17: -webkit-appearance: none; bjoern@17: padding: 0; bjoern@17: cursor: pointer; bjoern@17: background: transparent; bjoern@17: border: 0; bjoern@17: } bjoern@17: .modal-open { bjoern@17: overflow: hidden; bjoern@17: } bjoern@17: .modal { bjoern@17: position: fixed; bjoern@17: top: 0; bjoern@17: right: 0; bjoern@17: bottom: 0; bjoern@17: left: 0; bjoern@17: z-index: 1050; bjoern@17: display: none; bjoern@17: overflow: hidden; bjoern@17: -webkit-overflow-scrolling: touch; bjoern@17: outline: 0; bjoern@17: } bjoern@17: .modal.fade .modal-dialog { bjoern@17: -webkit-transition: -webkit-transform .3s ease-out; bjoern@17: -o-transition: -o-transform .3s ease-out; bjoern@17: transition: transform .3s ease-out; bjoern@17: -webkit-transform: translate3d(0, -25%, 0); bjoern@17: -o-transform: translate3d(0, -25%, 0); bjoern@17: transform: translate3d(0, -25%, 0); bjoern@17: } bjoern@17: .modal.in .modal-dialog { bjoern@17: -webkit-transform: translate3d(0, 0, 0); bjoern@17: -o-transform: translate3d(0, 0, 0); bjoern@17: transform: translate3d(0, 0, 0); bjoern@17: } bjoern@17: .modal-open .modal { bjoern@17: overflow-x: hidden; bjoern@17: overflow-y: auto; bjoern@17: } bjoern@17: .modal-dialog { bjoern@17: position: relative; bjoern@17: width: auto; bjoern@17: margin: 10px; bjoern@17: } bjoern@17: .modal-content { bjoern@17: position: relative; bjoern@17: background-color: #fff; bjoern@17: -webkit-background-clip: padding-box; bjoern@17: background-clip: padding-box; bjoern@17: border: 1px solid #999; bjoern@17: border: 1px solid rgba(0, 0, 0, .2); bjoern@17: border-radius: 6px; bjoern@17: outline: 0; bjoern@17: -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); bjoern@17: box-shadow: 0 3px 9px rgba(0, 0, 0, .5); bjoern@17: } bjoern@17: .modal-backdrop { bjoern@17: position: fixed; bjoern@17: top: 0; bjoern@17: right: 0; bjoern@17: bottom: 0; bjoern@17: left: 0; bjoern@17: z-index: 1040; bjoern@17: background-color: #000; bjoern@17: } bjoern@17: .modal-backdrop.fade { bjoern@17: filter: alpha(opacity=0); bjoern@17: opacity: 0; bjoern@17: } bjoern@17: .modal-backdrop.in { bjoern@17: filter: alpha(opacity=50); bjoern@17: opacity: .5; bjoern@17: } bjoern@17: .modal-header { bjoern@17: min-height: 16.42857143px; bjoern@17: padding: 15px; bjoern@17: border-bottom: 1px solid #e5e5e5; bjoern@17: } bjoern@17: .modal-header .close { bjoern@17: margin-top: -2px; bjoern@17: } bjoern@17: .modal-title { bjoern@17: margin: 0; bjoern@17: line-height: 1.42857143; bjoern@17: } bjoern@17: .modal-body { bjoern@17: position: relative; bjoern@17: padding: 15px; bjoern@17: } bjoern@17: .modal-footer { bjoern@17: padding: 15px; bjoern@17: text-align: right; bjoern@17: border-top: 1px solid #e5e5e5; bjoern@17: } bjoern@17: .modal-footer .btn + .btn { bjoern@17: margin-bottom: 0; bjoern@17: margin-left: 5px; bjoern@17: } bjoern@17: .modal-footer .btn-group .btn + .btn { bjoern@17: margin-left: -1px; bjoern@17: } bjoern@17: .modal-footer .btn-block + .btn-block { bjoern@17: margin-left: 0; bjoern@17: } bjoern@17: .modal-scrollbar-measure { bjoern@17: position: absolute; bjoern@17: top: -9999px; bjoern@17: width: 50px; bjoern@17: height: 50px; bjoern@17: overflow: scroll; bjoern@17: } bjoern@17: @media (min-width: 768px) { bjoern@17: .modal-dialog { bjoern@17: width: 600px; bjoern@17: margin: 30px auto; bjoern@17: } bjoern@17: .modal-content { bjoern@17: -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); bjoern@17: box-shadow: 0 5px 15px rgba(0, 0, 0, .5); bjoern@17: } bjoern@17: .modal-sm { bjoern@17: width: 300px; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) { bjoern@17: .modal-lg { bjoern@17: width: 900px; bjoern@17: } bjoern@17: } bjoern@17: .tooltip { bjoern@17: position: absolute; bjoern@17: z-index: 1070; bjoern@17: display: block; bjoern@17: font-size: 12px; bjoern@17: line-height: 1.4; bjoern@17: visibility: visible; bjoern@17: filter: alpha(opacity=0); bjoern@17: opacity: 0; bjoern@17: } bjoern@17: .tooltip.in { bjoern@17: filter: alpha(opacity=90); bjoern@17: opacity: .9; bjoern@17: } bjoern@17: .tooltip.top { bjoern@17: padding: 5px 0; bjoern@17: margin-top: -3px; bjoern@17: } bjoern@17: .tooltip.right { bjoern@17: padding: 0 5px; bjoern@17: margin-left: 3px; bjoern@17: } bjoern@17: .tooltip.bottom { bjoern@17: padding: 5px 0; bjoern@17: margin-top: 3px; bjoern@17: } bjoern@17: .tooltip.left { bjoern@17: padding: 0 5px; bjoern@17: margin-left: -3px; bjoern@17: } bjoern@17: .tooltip-inner { bjoern@17: max-width: 200px; bjoern@17: padding: 3px 8px; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: text-decoration: none; bjoern@17: background-color: #000; bjoern@17: border-radius: 4px; bjoern@17: } bjoern@17: .tooltip-arrow { bjoern@17: position: absolute; bjoern@17: width: 0; bjoern@17: height: 0; bjoern@17: border-color: transparent; bjoern@17: border-style: solid; bjoern@17: } bjoern@17: .tooltip.top .tooltip-arrow { bjoern@17: bottom: 0; bjoern@17: left: 50%; bjoern@17: margin-left: -5px; bjoern@17: border-width: 5px 5px 0; bjoern@17: border-top-color: #000; bjoern@17: } bjoern@17: .tooltip.top-left .tooltip-arrow { bjoern@17: bottom: 0; bjoern@17: left: 5px; bjoern@17: border-width: 5px 5px 0; bjoern@17: border-top-color: #000; bjoern@17: } bjoern@17: .tooltip.top-right .tooltip-arrow { bjoern@17: right: 5px; bjoern@17: bottom: 0; bjoern@17: border-width: 5px 5px 0; bjoern@17: border-top-color: #000; bjoern@17: } bjoern@17: .tooltip.right .tooltip-arrow { bjoern@17: top: 50%; bjoern@17: left: 0; bjoern@17: margin-top: -5px; bjoern@17: border-width: 5px 5px 5px 0; bjoern@17: border-right-color: #000; bjoern@17: } bjoern@17: .tooltip.left .tooltip-arrow { bjoern@17: top: 50%; bjoern@17: right: 0; bjoern@17: margin-top: -5px; bjoern@17: border-width: 5px 0 5px 5px; bjoern@17: border-left-color: #000; bjoern@17: } bjoern@17: .tooltip.bottom .tooltip-arrow { bjoern@17: top: 0; bjoern@17: left: 50%; bjoern@17: margin-left: -5px; bjoern@17: border-width: 0 5px 5px; bjoern@17: border-bottom-color: #000; bjoern@17: } bjoern@17: .tooltip.bottom-left .tooltip-arrow { bjoern@17: top: 0; bjoern@17: left: 5px; bjoern@17: border-width: 0 5px 5px; bjoern@17: border-bottom-color: #000; bjoern@17: } bjoern@17: .tooltip.bottom-right .tooltip-arrow { bjoern@17: top: 0; bjoern@17: right: 5px; bjoern@17: border-width: 0 5px 5px; bjoern@17: border-bottom-color: #000; bjoern@17: } bjoern@17: .popover { bjoern@17: position: absolute; bjoern@17: top: 0; bjoern@17: left: 0; bjoern@17: z-index: 1060; bjoern@17: display: none; bjoern@17: max-width: 276px; bjoern@17: padding: 1px; bjoern@17: text-align: left; bjoern@17: white-space: normal; bjoern@17: background-color: #fff; bjoern@17: -webkit-background-clip: padding-box; bjoern@17: background-clip: padding-box; bjoern@17: border: 1px solid #ccc; bjoern@17: border: 1px solid rgba(0, 0, 0, .2); bjoern@17: border-radius: 6px; bjoern@17: -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); bjoern@17: box-shadow: 0 5px 10px rgba(0, 0, 0, .2); bjoern@17: } bjoern@17: .popover.top { bjoern@17: margin-top: -10px; bjoern@17: } bjoern@17: .popover.right { bjoern@17: margin-left: 10px; bjoern@17: } bjoern@17: .popover.bottom { bjoern@17: margin-top: 10px; bjoern@17: } bjoern@17: .popover.left { bjoern@17: margin-left: -10px; bjoern@17: } bjoern@17: .popover-title { bjoern@17: padding: 8px 14px; bjoern@17: margin: 0; bjoern@17: font-size: 14px; bjoern@17: font-weight: normal; bjoern@17: line-height: 18px; bjoern@17: background-color: #f7f7f7; bjoern@17: border-bottom: 1px solid #ebebeb; bjoern@17: border-radius: 5px 5px 0 0; bjoern@17: } bjoern@17: .popover-content { bjoern@17: padding: 9px 14px; bjoern@17: } bjoern@17: .popover > .arrow, bjoern@17: .popover > .arrow:after { bjoern@17: position: absolute; bjoern@17: display: block; bjoern@17: width: 0; bjoern@17: height: 0; bjoern@17: border-color: transparent; bjoern@17: border-style: solid; bjoern@17: } bjoern@17: .popover > .arrow { bjoern@17: border-width: 11px; bjoern@17: } bjoern@17: .popover > .arrow:after { bjoern@17: content: ""; bjoern@17: border-width: 10px; bjoern@17: } bjoern@17: .popover.top > .arrow { bjoern@17: bottom: -11px; bjoern@17: left: 50%; bjoern@17: margin-left: -11px; bjoern@17: border-top-color: #999; bjoern@17: border-top-color: rgba(0, 0, 0, .25); bjoern@17: border-bottom-width: 0; bjoern@17: } bjoern@17: .popover.top > .arrow:after { bjoern@17: bottom: 1px; bjoern@17: margin-left: -10px; bjoern@17: content: " "; bjoern@17: border-top-color: #fff; bjoern@17: border-bottom-width: 0; bjoern@17: } bjoern@17: .popover.right > .arrow { bjoern@17: top: 50%; bjoern@17: left: -11px; bjoern@17: margin-top: -11px; bjoern@17: border-right-color: #999; bjoern@17: border-right-color: rgba(0, 0, 0, .25); bjoern@17: border-left-width: 0; bjoern@17: } bjoern@17: .popover.right > .arrow:after { bjoern@17: bottom: -10px; bjoern@17: left: 1px; bjoern@17: content: " "; bjoern@17: border-right-color: #fff; bjoern@17: border-left-width: 0; bjoern@17: } bjoern@17: .popover.bottom > .arrow { bjoern@17: top: -11px; bjoern@17: left: 50%; bjoern@17: margin-left: -11px; bjoern@17: border-top-width: 0; bjoern@17: border-bottom-color: #999; bjoern@17: border-bottom-color: rgba(0, 0, 0, .25); bjoern@17: } bjoern@17: .popover.bottom > .arrow:after { bjoern@17: top: 1px; bjoern@17: margin-left: -10px; bjoern@17: content: " "; bjoern@17: border-top-width: 0; bjoern@17: border-bottom-color: #fff; bjoern@17: } bjoern@17: .popover.left > .arrow { bjoern@17: top: 50%; bjoern@17: right: -11px; bjoern@17: margin-top: -11px; bjoern@17: border-right-width: 0; bjoern@17: border-left-color: #999; bjoern@17: border-left-color: rgba(0, 0, 0, .25); bjoern@17: } bjoern@17: .popover.left > .arrow:after { bjoern@17: right: 1px; bjoern@17: bottom: -10px; bjoern@17: content: " "; bjoern@17: border-right-width: 0; bjoern@17: border-left-color: #fff; bjoern@17: } bjoern@17: .carousel { bjoern@17: position: relative; bjoern@17: } bjoern@17: .carousel-inner { bjoern@17: position: relative; bjoern@17: width: 100%; bjoern@17: overflow: hidden; bjoern@17: } bjoern@17: .carousel-inner > .item { bjoern@17: position: relative; bjoern@17: display: none; bjoern@17: -webkit-transition: .6s ease-in-out left; bjoern@17: -o-transition: .6s ease-in-out left; bjoern@17: transition: .6s ease-in-out left; bjoern@17: } bjoern@17: .carousel-inner > .item > img, bjoern@17: .carousel-inner > .item > a > img { bjoern@17: line-height: 1; bjoern@17: } bjoern@17: .carousel-inner > .active, bjoern@17: .carousel-inner > .next, bjoern@17: .carousel-inner > .prev { bjoern@17: display: block; bjoern@17: } bjoern@17: .carousel-inner > .active { bjoern@17: left: 0; bjoern@17: } bjoern@17: .carousel-inner > .next, bjoern@17: .carousel-inner > .prev { bjoern@17: position: absolute; bjoern@17: top: 0; bjoern@17: width: 100%; bjoern@17: } bjoern@17: .carousel-inner > .next { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .carousel-inner > .prev { bjoern@17: left: -100%; bjoern@17: } bjoern@17: .carousel-inner > .next.left, bjoern@17: .carousel-inner > .prev.right { bjoern@17: left: 0; bjoern@17: } bjoern@17: .carousel-inner > .active.left { bjoern@17: left: -100%; bjoern@17: } bjoern@17: .carousel-inner > .active.right { bjoern@17: left: 100%; bjoern@17: } bjoern@17: .carousel-control { bjoern@17: position: absolute; bjoern@17: top: 0; bjoern@17: bottom: 0; bjoern@17: left: 0; bjoern@17: width: 15%; bjoern@17: font-size: 20px; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: text-shadow: 0 1px 2px rgba(0, 0, 0, .6); bjoern@17: filter: alpha(opacity=50); bjoern@17: opacity: .5; bjoern@17: } bjoern@17: .carousel-control.left { bjoern@17: background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); bjoern@17: background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); bjoern@17: background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); bjoern@17: background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); bjoern@17: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); bjoern@17: background-repeat: repeat-x; bjoern@17: } bjoern@17: .carousel-control.right { bjoern@17: right: 0; bjoern@17: left: auto; bjoern@17: background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); bjoern@17: background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); bjoern@17: background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); bjoern@17: background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); bjoern@17: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); bjoern@17: background-repeat: repeat-x; bjoern@17: } bjoern@17: .carousel-control:hover, bjoern@17: .carousel-control:focus { bjoern@17: color: #fff; bjoern@17: text-decoration: none; bjoern@17: filter: alpha(opacity=90); bjoern@17: outline: 0; bjoern@17: opacity: .9; bjoern@17: } bjoern@17: .carousel-control .icon-prev, bjoern@17: .carousel-control .icon-next, bjoern@17: .carousel-control .glyphicon-chevron-left, bjoern@17: .carousel-control .glyphicon-chevron-right { bjoern@17: position: absolute; bjoern@17: top: 50%; bjoern@17: z-index: 5; bjoern@17: display: inline-block; bjoern@17: } bjoern@17: .carousel-control .icon-prev, bjoern@17: .carousel-control .glyphicon-chevron-left { bjoern@17: left: 50%; bjoern@17: margin-left: -10px; bjoern@17: } bjoern@17: .carousel-control .icon-next, bjoern@17: .carousel-control .glyphicon-chevron-right { bjoern@17: right: 50%; bjoern@17: margin-right: -10px; bjoern@17: } bjoern@17: .carousel-control .icon-prev, bjoern@17: .carousel-control .icon-next { bjoern@17: width: 20px; bjoern@17: height: 20px; bjoern@17: margin-top: -10px; bjoern@17: font-family: serif; bjoern@17: } bjoern@17: .carousel-control .icon-prev:before { bjoern@17: content: '\2039'; bjoern@17: } bjoern@17: .carousel-control .icon-next:before { bjoern@17: content: '\203a'; bjoern@17: } bjoern@17: .carousel-indicators { bjoern@17: position: absolute; bjoern@17: bottom: 10px; bjoern@17: left: 50%; bjoern@17: z-index: 15; bjoern@17: width: 60%; bjoern@17: padding-left: 0; bjoern@17: margin-left: -30%; bjoern@17: text-align: center; bjoern@17: list-style: none; bjoern@17: } bjoern@17: .carousel-indicators li { bjoern@17: display: inline-block; bjoern@17: width: 10px; bjoern@17: height: 10px; bjoern@17: margin: 1px; bjoern@17: text-indent: -999px; bjoern@17: cursor: pointer; bjoern@17: background-color: #000 \9; bjoern@17: background-color: rgba(0, 0, 0, 0); bjoern@17: border: 1px solid #fff; bjoern@17: border-radius: 10px; bjoern@17: } bjoern@17: .carousel-indicators .active { bjoern@17: width: 12px; bjoern@17: height: 12px; bjoern@17: margin: 0; bjoern@17: background-color: #fff; bjoern@17: } bjoern@17: .carousel-caption { bjoern@17: position: absolute; bjoern@17: right: 15%; bjoern@17: bottom: 20px; bjoern@17: left: 15%; bjoern@17: z-index: 10; bjoern@17: padding-top: 20px; bjoern@17: padding-bottom: 20px; bjoern@17: color: #fff; bjoern@17: text-align: center; bjoern@17: text-shadow: 0 1px 2px rgba(0, 0, 0, .6); bjoern@17: } bjoern@17: .carousel-caption .btn { bjoern@17: text-shadow: none; bjoern@17: } bjoern@17: @media screen and (min-width: 768px) { bjoern@17: .carousel-control .glyphicon-chevron-left, bjoern@17: .carousel-control .glyphicon-chevron-right, bjoern@17: .carousel-control .icon-prev, bjoern@17: .carousel-control .icon-next { bjoern@17: width: 30px; bjoern@17: height: 30px; bjoern@17: margin-top: -15px; bjoern@17: font-size: 30px; bjoern@17: } bjoern@17: .carousel-control .glyphicon-chevron-left, bjoern@17: .carousel-control .icon-prev { bjoern@17: margin-left: -15px; bjoern@17: } bjoern@17: .carousel-control .glyphicon-chevron-right, bjoern@17: .carousel-control .icon-next { bjoern@17: margin-right: -15px; bjoern@17: } bjoern@17: .carousel-caption { bjoern@17: right: 20%; bjoern@17: left: 20%; bjoern@17: padding-bottom: 30px; bjoern@17: } bjoern@17: .carousel-indicators { bjoern@17: bottom: 20px; bjoern@17: } bjoern@17: } bjoern@17: .clearfix:before, bjoern@17: .clearfix:after, bjoern@17: .dl-horizontal dd:before, bjoern@17: .dl-horizontal dd:after, bjoern@17: .container:before, bjoern@17: .container:after, bjoern@17: .container-fluid:before, bjoern@17: .container-fluid:after, bjoern@17: .row:before, bjoern@17: .row:after, bjoern@17: .form-horizontal .form-group:before, bjoern@17: .form-horizontal .form-group:after, bjoern@17: .btn-toolbar:before, bjoern@17: .btn-toolbar:after, bjoern@17: .btn-group-vertical > .btn-group:before, bjoern@17: .btn-group-vertical > .btn-group:after, bjoern@17: .nav:before, bjoern@17: .nav:after, bjoern@17: .navbar:before, bjoern@17: .navbar:after, bjoern@17: .navbar-header:before, bjoern@17: .navbar-header:after, bjoern@17: .navbar-collapse:before, bjoern@17: .navbar-collapse:after, bjoern@17: .pager:before, bjoern@17: .pager:after, bjoern@17: .panel-body:before, bjoern@17: .panel-body:after, bjoern@17: .modal-footer:before, bjoern@17: .modal-footer:after { bjoern@17: display: table; bjoern@17: content: " "; bjoern@17: } bjoern@17: .clearfix:after, bjoern@17: .dl-horizontal dd:after, bjoern@17: .container:after, bjoern@17: .container-fluid:after, bjoern@17: .row:after, bjoern@17: .form-horizontal .form-group:after, bjoern@17: .btn-toolbar:after, bjoern@17: .btn-group-vertical > .btn-group:after, bjoern@17: .nav:after, bjoern@17: .navbar:after, bjoern@17: .navbar-header:after, bjoern@17: .navbar-collapse:after, bjoern@17: .pager:after, bjoern@17: .panel-body:after, bjoern@17: .modal-footer:after { bjoern@17: clear: both; bjoern@17: } bjoern@17: .center-block { bjoern@17: display: block; bjoern@17: margin-right: auto; bjoern@17: margin-left: auto; bjoern@17: } bjoern@17: .pull-right { bjoern@17: float: right !important; bjoern@17: } bjoern@17: .pull-left { bjoern@17: float: left !important; bjoern@17: } bjoern@17: .hide { bjoern@17: display: none !important; bjoern@17: } bjoern@17: .show { bjoern@17: display: block !important; bjoern@17: } bjoern@17: .invisible { bjoern@17: visibility: hidden; bjoern@17: } bjoern@17: .text-hide { bjoern@17: font: 0/0 a; bjoern@17: color: transparent; bjoern@17: text-shadow: none; bjoern@17: background-color: transparent; bjoern@17: border: 0; bjoern@17: } bjoern@17: .hidden { bjoern@17: display: none !important; bjoern@17: visibility: hidden !important; bjoern@17: } bjoern@17: .affix { bjoern@17: position: fixed; bjoern@17: -webkit-transform: translate3d(0, 0, 0); bjoern@17: -o-transform: translate3d(0, 0, 0); bjoern@17: transform: translate3d(0, 0, 0); bjoern@17: } bjoern@17: @-ms-viewport { bjoern@17: width: device-width; bjoern@17: } bjoern@17: .visible-xs, bjoern@17: .visible-sm, bjoern@17: .visible-md, bjoern@17: .visible-lg { bjoern@17: display: none !important; bjoern@17: } bjoern@17: .visible-xs-block, bjoern@17: .visible-xs-inline, bjoern@17: .visible-xs-inline-block, bjoern@17: .visible-sm-block, bjoern@17: .visible-sm-inline, bjoern@17: .visible-sm-inline-block, bjoern@17: .visible-md-block, bjoern@17: .visible-md-inline, bjoern@17: .visible-md-inline-block, bjoern@17: .visible-lg-block, bjoern@17: .visible-lg-inline, bjoern@17: .visible-lg-inline-block { bjoern@17: display: none !important; bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .visible-xs { bjoern@17: display: block !important; bjoern@17: } bjoern@17: table.visible-xs { bjoern@17: display: table; bjoern@17: } bjoern@17: tr.visible-xs { bjoern@17: display: table-row !important; bjoern@17: } bjoern@17: th.visible-xs, bjoern@17: td.visible-xs { bjoern@17: display: table-cell !important; bjoern@17: } bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .visible-xs-block { bjoern@17: display: block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .visible-xs-inline { bjoern@17: display: inline !important; bjoern@17: } bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .visible-xs-inline-block { bjoern@17: display: inline-block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) and (max-width: 991px) { bjoern@17: .visible-sm { bjoern@17: display: block !important; bjoern@17: } bjoern@17: table.visible-sm { bjoern@17: display: table; bjoern@17: } bjoern@17: tr.visible-sm { bjoern@17: display: table-row !important; bjoern@17: } bjoern@17: th.visible-sm, bjoern@17: td.visible-sm { bjoern@17: display: table-cell !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) and (max-width: 991px) { bjoern@17: .visible-sm-block { bjoern@17: display: block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) and (max-width: 991px) { bjoern@17: .visible-sm-inline { bjoern@17: display: inline !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) and (max-width: 991px) { bjoern@17: .visible-sm-inline-block { bjoern@17: display: inline-block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) and (max-width: 1199px) { bjoern@17: .visible-md { bjoern@17: display: block !important; bjoern@17: } bjoern@17: table.visible-md { bjoern@17: display: table; bjoern@17: } bjoern@17: tr.visible-md { bjoern@17: display: table-row !important; bjoern@17: } bjoern@17: th.visible-md, bjoern@17: td.visible-md { bjoern@17: display: table-cell !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) and (max-width: 1199px) { bjoern@17: .visible-md-block { bjoern@17: display: block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) and (max-width: 1199px) { bjoern@17: .visible-md-inline { bjoern@17: display: inline !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) and (max-width: 1199px) { bjoern@17: .visible-md-inline-block { bjoern@17: display: inline-block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .visible-lg { bjoern@17: display: block !important; bjoern@17: } bjoern@17: table.visible-lg { bjoern@17: display: table; bjoern@17: } bjoern@17: tr.visible-lg { bjoern@17: display: table-row !important; bjoern@17: } bjoern@17: th.visible-lg, bjoern@17: td.visible-lg { bjoern@17: display: table-cell !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .visible-lg-block { bjoern@17: display: block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .visible-lg-inline { bjoern@17: display: inline !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .visible-lg-inline-block { bjoern@17: display: inline-block !important; bjoern@17: } bjoern@17: } bjoern@17: @media (max-width: 767px) { bjoern@17: .hidden-xs { bjoern@17: display: none !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 768px) and (max-width: 991px) { bjoern@17: .hidden-sm { bjoern@17: display: none !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 992px) and (max-width: 1199px) { bjoern@17: .hidden-md { bjoern@17: display: none !important; bjoern@17: } bjoern@17: } bjoern@17: @media (min-width: 1200px) { bjoern@17: .hidden-lg { bjoern@17: display: none !important; bjoern@17: } bjoern@17: } bjoern@17: .visible-print { bjoern@17: display: none !important; bjoern@17: } bjoern@17: @media print { bjoern@17: .visible-print { bjoern@17: display: block !important; bjoern@17: } bjoern@17: table.visible-print { bjoern@17: display: table; bjoern@17: } bjoern@17: tr.visible-print { bjoern@17: display: table-row !important; bjoern@17: } bjoern@17: th.visible-print, bjoern@17: td.visible-print { bjoern@17: display: table-cell !important; bjoern@17: } bjoern@17: } bjoern@17: .visible-print-block { bjoern@17: display: none !important; bjoern@17: } bjoern@17: @media print { bjoern@17: .visible-print-block { bjoern@17: display: block !important; bjoern@17: } bjoern@17: } bjoern@17: .visible-print-inline { bjoern@17: display: none !important; bjoern@17: } bjoern@17: @media print { bjoern@17: .visible-print-inline { bjoern@17: display: inline !important; bjoern@17: } bjoern@17: } bjoern@17: .visible-print-inline-block { bjoern@17: display: none !important; bjoern@17: } bjoern@17: @media print { bjoern@17: .visible-print-inline-block { bjoern@17: display: inline-block !important; bjoern@17: } bjoern@17: } bjoern@17: @media print { bjoern@17: .hidden-print { bjoern@17: display: none !important; bjoern@17: } bjoern@17: } bjoern@17: /*# sourceMappingURL=bootstrap.css.map */