0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/dist/css/bootstrap.css

6220 lines
130 KiB
CSS
Raw Normal View History

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