chess/src/main/web/pages/css/bootstrap.css
author Jaroslav Tulach <jtulach@netbeans.org>
Thu, 25 Jul 2013 15:09:49 +0200
branchchess
changeset 22 fb06534ab8db
permissions -rw-r--r--
Initial version of the chess board displaying application
jtulach@22
     1
/**
jtulach@22
     2
 * The MIT License (MIT)
jtulach@22
     3
 *
jtulach@22
     4
 * Copyright (C) 2013 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
jtulach@22
     5
 *
jtulach@22
     6
 * Permission is hereby granted, free of charge, to any person obtaining a copy
jtulach@22
     7
 * of this software and associated documentation files (the "Software"), to deal
jtulach@22
     8
 * in the Software without restriction, including without limitation the rights
jtulach@22
     9
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
jtulach@22
    10
 * copies of the Software, and to permit persons to whom the Software is
jtulach@22
    11
 * furnished to do so, subject to the following conditions:
jtulach@22
    12
 *
jtulach@22
    13
 * The above copyright notice and this permission notice shall be included in
jtulach@22
    14
 * all copies or substantial portions of the Software.
jtulach@22
    15
 *
jtulach@22
    16
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
jtulach@22
    17
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
jtulach@22
    18
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
jtulach@22
    19
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
jtulach@22
    20
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
jtulach@22
    21
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
jtulach@22
    22
 * THE SOFTWARE.
jtulach@22
    23
 */
jtulach@22
    24
.clearfix {
jtulach@22
    25
  *zoom: 1;
jtulach@22
    26
}
jtulach@22
    27
jtulach@22
    28
.clearfix:before,
jtulach@22
    29
.clearfix:after {
jtulach@22
    30
  display: table;
jtulach@22
    31
  line-height: 0;
jtulach@22
    32
  content: "";
jtulach@22
    33
}
jtulach@22
    34
jtulach@22
    35
.clearfix:after {
jtulach@22
    36
  clear: both;
jtulach@22
    37
}
jtulach@22
    38
jtulach@22
    39
.hide-text {
jtulach@22
    40
  font: 0/0 a;
jtulach@22
    41
  color: transparent;
jtulach@22
    42
  text-shadow: none;
jtulach@22
    43
  background-color: transparent;
jtulach@22
    44
  border: 0;
jtulach@22
    45
}
jtulach@22
    46
jtulach@22
    47
.input-block-level {
jtulach@22
    48
  display: block;
jtulach@22
    49
  width: 100%;
jtulach@22
    50
  min-height: 30px;
jtulach@22
    51
  -webkit-box-sizing: border-box;
jtulach@22
    52
     -moz-box-sizing: border-box;
jtulach@22
    53
          box-sizing: border-box;
jtulach@22
    54
}
jtulach@22
    55
jtulach@22
    56
article,
jtulach@22
    57
aside,
jtulach@22
    58
details,
jtulach@22
    59
figcaption,
jtulach@22
    60
figure,
jtulach@22
    61
footer,
jtulach@22
    62
header,
jtulach@22
    63
hgroup,
jtulach@22
    64
nav,
jtulach@22
    65
section {
jtulach@22
    66
  display: block;
jtulach@22
    67
}
jtulach@22
    68
jtulach@22
    69
audio,
jtulach@22
    70
canvas,
jtulach@22
    71
video {
jtulach@22
    72
  display: inline-block;
jtulach@22
    73
  *display: inline;
jtulach@22
    74
  *zoom: 1;
jtulach@22
    75
}
jtulach@22
    76
jtulach@22
    77
audio:not([controls]) {
jtulach@22
    78
  display: none;
jtulach@22
    79
}
jtulach@22
    80
jtulach@22
    81
html {
jtulach@22
    82
  font-size: 100%;
jtulach@22
    83
  -webkit-text-size-adjust: 100%;
jtulach@22
    84
      -ms-text-size-adjust: 100%;
jtulach@22
    85
}
jtulach@22
    86
jtulach@22
    87
a:focus {
jtulach@22
    88
  outline: thin dotted #333;
jtulach@22
    89
  outline: 5px auto -webkit-focus-ring-color;
jtulach@22
    90
  outline-offset: -2px;
jtulach@22
    91
}
jtulach@22
    92
jtulach@22
    93
a:hover,
jtulach@22
    94
a:active {
jtulach@22
    95
  outline: 0;
jtulach@22
    96
}
jtulach@22
    97
jtulach@22
    98
sub,
jtulach@22
    99
sup {
jtulach@22
   100
  position: relative;
jtulach@22
   101
  font-size: 75%;
jtulach@22
   102
  line-height: 0;
jtulach@22
   103
  vertical-align: baseline;
jtulach@22
   104
}
jtulach@22
   105
jtulach@22
   106
sup {
jtulach@22
   107
  top: -0.5em;
jtulach@22
   108
}
jtulach@22
   109
jtulach@22
   110
sub {
jtulach@22
   111
  bottom: -0.25em;
jtulach@22
   112
}
jtulach@22
   113
jtulach@22
   114
img {
jtulach@22
   115
  width: auto\9;
jtulach@22
   116
  height: auto;
jtulach@22
   117
  max-width: 100%;
jtulach@22
   118
  vertical-align: middle;
jtulach@22
   119
  border: 0;
jtulach@22
   120
  -ms-interpolation-mode: bicubic;
jtulach@22
   121
}
jtulach@22
   122
jtulach@22
   123
#map_canvas img,
jtulach@22
   124
.google-maps img {
jtulach@22
   125
  max-width: none;
jtulach@22
   126
}
jtulach@22
   127
jtulach@22
   128
button,
jtulach@22
   129
input,
jtulach@22
   130
select,
jtulach@22
   131
textarea {
jtulach@22
   132
  margin: 0;
jtulach@22
   133
  font-size: 100%;
jtulach@22
   134
  vertical-align: middle;
jtulach@22
   135
}
jtulach@22
   136
jtulach@22
   137
button,
jtulach@22
   138
input {
jtulach@22
   139
  *overflow: visible;
jtulach@22
   140
  line-height: normal;
jtulach@22
   141
}
jtulach@22
   142
jtulach@22
   143
button::-moz-focus-inner,
jtulach@22
   144
input::-moz-focus-inner {
jtulach@22
   145
  padding: 0;
jtulach@22
   146
  border: 0;
jtulach@22
   147
}
jtulach@22
   148
jtulach@22
   149
button,
jtulach@22
   150
html input[type="button"],
jtulach@22
   151
input[type="reset"],
jtulach@22
   152
input[type="submit"] {
jtulach@22
   153
  cursor: pointer;
jtulach@22
   154
  -webkit-appearance: button;
jtulach@22
   155
}
jtulach@22
   156
jtulach@22
   157
label,
jtulach@22
   158
select,
jtulach@22
   159
button,
jtulach@22
   160
input[type="button"],
jtulach@22
   161
input[type="reset"],
jtulach@22
   162
input[type="submit"],
jtulach@22
   163
input[type="radio"],
jtulach@22
   164
input[type="checkbox"] {
jtulach@22
   165
  cursor: pointer;
jtulach@22
   166
}
jtulach@22
   167
jtulach@22
   168
input[type="search"] {
jtulach@22
   169
  -webkit-box-sizing: content-box;
jtulach@22
   170
     -moz-box-sizing: content-box;
jtulach@22
   171
          box-sizing: content-box;
jtulach@22
   172
  -webkit-appearance: textfield;
jtulach@22
   173
}
jtulach@22
   174
jtulach@22
   175
input[type="search"]::-webkit-search-decoration,
jtulach@22
   176
input[type="search"]::-webkit-search-cancel-button {
jtulach@22
   177
  -webkit-appearance: none;
jtulach@22
   178
}
jtulach@22
   179
jtulach@22
   180
textarea {
jtulach@22
   181
  overflow: auto;
jtulach@22
   182
  vertical-align: top;
jtulach@22
   183
}
jtulach@22
   184
jtulach@22
   185
@media print {
jtulach@22
   186
  * {
jtulach@22
   187
    color: #000 !important;
jtulach@22
   188
    text-shadow: none !important;
jtulach@22
   189
    background: transparent !important;
jtulach@22
   190
    box-shadow: none !important;
jtulach@22
   191
  }
jtulach@22
   192
  a,
jtulach@22
   193
  a:visited {
jtulach@22
   194
    text-decoration: underline;
jtulach@22
   195
  }
jtulach@22
   196
  a[href]:after {
jtulach@22
   197
    content: " (" attr(href) ")";
jtulach@22
   198
  }
jtulach@22
   199
  abbr[title]:after {
jtulach@22
   200
    content: " (" attr(title) ")";
jtulach@22
   201
  }
jtulach@22
   202
  .ir a:after,
jtulach@22
   203
  a[href^="javascript:"]:after,
jtulach@22
   204
  a[href^="#"]:after {
jtulach@22
   205
    content: "";
jtulach@22
   206
  }
jtulach@22
   207
  pre,
jtulach@22
   208
  blockquote {
jtulach@22
   209
    border: 1px solid #999;
jtulach@22
   210
    page-break-inside: avoid;
jtulach@22
   211
  }
jtulach@22
   212
  thead {
jtulach@22
   213
    display: table-header-group;
jtulach@22
   214
  }
jtulach@22
   215
  tr,
jtulach@22
   216
  img {
jtulach@22
   217
    page-break-inside: avoid;
jtulach@22
   218
  }
jtulach@22
   219
  img {
jtulach@22
   220
    max-width: 100% !important;
jtulach@22
   221
  }
jtulach@22
   222
  @page  {
jtulach@22
   223
    margin: 0.5cm;
jtulach@22
   224
  }
jtulach@22
   225
  p,
jtulach@22
   226
  h2,
jtulach@22
   227
  h3 {
jtulach@22
   228
    orphans: 3;
jtulach@22
   229
    widows: 3;
jtulach@22
   230
  }
jtulach@22
   231
  h2,
jtulach@22
   232
  h3 {
jtulach@22
   233
    page-break-after: avoid;
jtulach@22
   234
  }
jtulach@22
   235
}
jtulach@22
   236
jtulach@22
   237
body {
jtulach@22
   238
  margin: 0;
jtulach@22
   239
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
jtulach@22
   240
  font-size: 14px;
jtulach@22
   241
  line-height: 20px;
jtulach@22
   242
  color: #333333;
jtulach@22
   243
  background-color: #ffffff;
jtulach@22
   244
}
jtulach@22
   245
jtulach@22
   246
a {
jtulach@22
   247
  color: #0088cc;
jtulach@22
   248
  text-decoration: none;
jtulach@22
   249
}
jtulach@22
   250
jtulach@22
   251
a:hover,
jtulach@22
   252
a:focus {
jtulach@22
   253
  color: #005580;
jtulach@22
   254
  text-decoration: underline;
jtulach@22
   255
}
jtulach@22
   256
jtulach@22
   257
.img-rounded {
jtulach@22
   258
  -webkit-border-radius: 6px;
jtulach@22
   259
     -moz-border-radius: 6px;
jtulach@22
   260
          border-radius: 6px;
jtulach@22
   261
}
jtulach@22
   262
jtulach@22
   263
.img-polaroid {
jtulach@22
   264
  padding: 4px;
jtulach@22
   265
  background-color: #fff;
jtulach@22
   266
  border: 1px solid #ccc;
jtulach@22
   267
  border: 1px solid rgba(0, 0, 0, 0.2);
jtulach@22
   268
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
jtulach@22
   269
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
jtulach@22
   270
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
jtulach@22
   271
}
jtulach@22
   272
jtulach@22
   273
.img-circle {
jtulach@22
   274
  -webkit-border-radius: 500px;
jtulach@22
   275
     -moz-border-radius: 500px;
jtulach@22
   276
          border-radius: 500px;
jtulach@22
   277
}
jtulach@22
   278
jtulach@22
   279
.row {
jtulach@22
   280
  margin-left: -20px;
jtulach@22
   281
  *zoom: 1;
jtulach@22
   282
}
jtulach@22
   283
jtulach@22
   284
.row:before,
jtulach@22
   285
.row:after {
jtulach@22
   286
  display: table;
jtulach@22
   287
  line-height: 0;
jtulach@22
   288
  content: "";
jtulach@22
   289
}
jtulach@22
   290
jtulach@22
   291
.row:after {
jtulach@22
   292
  clear: both;
jtulach@22
   293
}
jtulach@22
   294
jtulach@22
   295
[class*="span"] {
jtulach@22
   296
  float: left;
jtulach@22
   297
  min-height: 1px;
jtulach@22
   298
  margin-left: 20px;
jtulach@22
   299
}
jtulach@22
   300
jtulach@22
   301
.container,
jtulach@22
   302
.navbar-static-top .container,
jtulach@22
   303
.navbar-fixed-top .container,
jtulach@22
   304
.navbar-fixed-bottom .container {
jtulach@22
   305
  width: 940px;
jtulach@22
   306
}
jtulach@22
   307
jtulach@22
   308
.span12 {
jtulach@22
   309
  width: 940px;
jtulach@22
   310
}
jtulach@22
   311
jtulach@22
   312
.span11 {
jtulach@22
   313
  width: 860px;
jtulach@22
   314
}
jtulach@22
   315
jtulach@22
   316
.span10 {
jtulach@22
   317
  width: 780px;
jtulach@22
   318
}
jtulach@22
   319
jtulach@22
   320
.span9 {
jtulach@22
   321
  width: 700px;
jtulach@22
   322
}
jtulach@22
   323
jtulach@22
   324
.span8 {
jtulach@22
   325
  width: 620px;
jtulach@22
   326
}
jtulach@22
   327
jtulach@22
   328
.span7 {
jtulach@22
   329
  width: 540px;
jtulach@22
   330
}
jtulach@22
   331
jtulach@22
   332
.span6 {
jtulach@22
   333
  width: 460px;
jtulach@22
   334
}
jtulach@22
   335
jtulach@22
   336
.span5 {
jtulach@22
   337
  width: 380px;
jtulach@22
   338
}
jtulach@22
   339
jtulach@22
   340
.span4 {
jtulach@22
   341
  width: 300px;
jtulach@22
   342
}
jtulach@22
   343
jtulach@22
   344
.span3 {
jtulach@22
   345
  width: 220px;
jtulach@22
   346
}
jtulach@22
   347
jtulach@22
   348
.span2 {
jtulach@22
   349
  width: 140px;
jtulach@22
   350
}
jtulach@22
   351
jtulach@22
   352
.span1 {
jtulach@22
   353
  width: 60px;
jtulach@22
   354
}
jtulach@22
   355
jtulach@22
   356
.offset12 {
jtulach@22
   357
  margin-left: 980px;
jtulach@22
   358
}
jtulach@22
   359
jtulach@22
   360
.offset11 {
jtulach@22
   361
  margin-left: 900px;
jtulach@22
   362
}
jtulach@22
   363
jtulach@22
   364
.offset10 {
jtulach@22
   365
  margin-left: 820px;
jtulach@22
   366
}
jtulach@22
   367
jtulach@22
   368
.offset9 {
jtulach@22
   369
  margin-left: 740px;
jtulach@22
   370
}
jtulach@22
   371
jtulach@22
   372
.offset8 {
jtulach@22
   373
  margin-left: 660px;
jtulach@22
   374
}
jtulach@22
   375
jtulach@22
   376
.offset7 {
jtulach@22
   377
  margin-left: 580px;
jtulach@22
   378
}
jtulach@22
   379
jtulach@22
   380
.offset6 {
jtulach@22
   381
  margin-left: 500px;
jtulach@22
   382
}
jtulach@22
   383
jtulach@22
   384
.offset5 {
jtulach@22
   385
  margin-left: 420px;
jtulach@22
   386
}
jtulach@22
   387
jtulach@22
   388
.offset4 {
jtulach@22
   389
  margin-left: 340px;
jtulach@22
   390
}
jtulach@22
   391
jtulach@22
   392
.offset3 {
jtulach@22
   393
  margin-left: 260px;
jtulach@22
   394
}
jtulach@22
   395
jtulach@22
   396
.offset2 {
jtulach@22
   397
  margin-left: 180px;
jtulach@22
   398
}
jtulach@22
   399
jtulach@22
   400
.offset1 {
jtulach@22
   401
  margin-left: 100px;
jtulach@22
   402
}
jtulach@22
   403
jtulach@22
   404
.row-fluid {
jtulach@22
   405
  width: 100%;
jtulach@22
   406
  *zoom: 1;
jtulach@22
   407
}
jtulach@22
   408
jtulach@22
   409
.row-fluid:before,
jtulach@22
   410
.row-fluid:after {
jtulach@22
   411
  display: table;
jtulach@22
   412
  line-height: 0;
jtulach@22
   413
  content: "";
jtulach@22
   414
}
jtulach@22
   415
jtulach@22
   416
.row-fluid:after {
jtulach@22
   417
  clear: both;
jtulach@22
   418
}
jtulach@22
   419
jtulach@22
   420
.row-fluid [class*="span"] {
jtulach@22
   421
  display: block;
jtulach@22
   422
  float: left;
jtulach@22
   423
  width: 100%;
jtulach@22
   424
  min-height: 30px;
jtulach@22
   425
  margin-left: 2.127659574468085%;
jtulach@22
   426
  *margin-left: 2.074468085106383%;
jtulach@22
   427
  -webkit-box-sizing: border-box;
jtulach@22
   428
     -moz-box-sizing: border-box;
jtulach@22
   429
          box-sizing: border-box;
jtulach@22
   430
}
jtulach@22
   431
jtulach@22
   432
.row-fluid [class*="span"]:first-child {
jtulach@22
   433
  margin-left: 0;
jtulach@22
   434
}
jtulach@22
   435
jtulach@22
   436
.row-fluid .controls-row [class*="span"] + [class*="span"] {
jtulach@22
   437
  margin-left: 2.127659574468085%;
jtulach@22
   438
}
jtulach@22
   439
jtulach@22
   440
.row-fluid .span12 {
jtulach@22
   441
  width: 100%;
jtulach@22
   442
  *width: 99.94680851063829%;
jtulach@22
   443
}
jtulach@22
   444
jtulach@22
   445
.row-fluid .span11 {
jtulach@22
   446
  width: 91.48936170212765%;
jtulach@22
   447
  *width: 91.43617021276594%;
jtulach@22
   448
}
jtulach@22
   449
jtulach@22
   450
.row-fluid .span10 {
jtulach@22
   451
  width: 82.97872340425532%;
jtulach@22
   452
  *width: 82.92553191489361%;
jtulach@22
   453
}
jtulach@22
   454
jtulach@22
   455
.row-fluid .span9 {
jtulach@22
   456
  width: 74.46808510638297%;
jtulach@22
   457
  *width: 74.41489361702126%;
jtulach@22
   458
}
jtulach@22
   459
jtulach@22
   460
.row-fluid .span8 {
jtulach@22
   461
  width: 65.95744680851064%;
jtulach@22
   462
  *width: 65.90425531914893%;
jtulach@22
   463
}
jtulach@22
   464
jtulach@22
   465
.row-fluid .span7 {
jtulach@22
   466
  width: 57.44680851063829%;
jtulach@22
   467
  *width: 57.39361702127659%;
jtulach@22
   468
}
jtulach@22
   469
jtulach@22
   470
.row-fluid .span6 {
jtulach@22
   471
  width: 48.93617021276595%;
jtulach@22
   472
  *width: 48.88297872340425%;
jtulach@22
   473
}
jtulach@22
   474
jtulach@22
   475
.row-fluid .span5 {
jtulach@22
   476
  width: 40.42553191489362%;
jtulach@22
   477
  *width: 40.37234042553192%;
jtulach@22
   478
}
jtulach@22
   479
jtulach@22
   480
.row-fluid .span4 {
jtulach@22
   481
  width: 31.914893617021278%;
jtulach@22
   482
  *width: 31.861702127659576%;
jtulach@22
   483
}
jtulach@22
   484
jtulach@22
   485
.row-fluid .span3 {
jtulach@22
   486
  width: 23.404255319148934%;
jtulach@22
   487
  *width: 23.351063829787233%;
jtulach@22
   488
}
jtulach@22
   489
jtulach@22
   490
.row-fluid .span2 {
jtulach@22
   491
  width: 14.893617021276595%;
jtulach@22
   492
  *width: 14.840425531914894%;
jtulach@22
   493
}
jtulach@22
   494
jtulach@22
   495
.row-fluid .span1 {
jtulach@22
   496
  width: 6.382978723404255%;
jtulach@22
   497
  *width: 6.329787234042553%;
jtulach@22
   498
}
jtulach@22
   499
jtulach@22
   500
.row-fluid .offset12 {
jtulach@22
   501
  margin-left: 104.25531914893617%;
jtulach@22
   502
  *margin-left: 104.14893617021275%;
jtulach@22
   503
}
jtulach@22
   504
jtulach@22
   505
.row-fluid .offset12:first-child {
jtulach@22
   506
  margin-left: 102.12765957446808%;
jtulach@22
   507
  *margin-left: 102.02127659574467%;
jtulach@22
   508
}
jtulach@22
   509
jtulach@22
   510
.row-fluid .offset11 {
jtulach@22
   511
  margin-left: 95.74468085106382%;
jtulach@22
   512
  *margin-left: 95.6382978723404%;
jtulach@22
   513
}
jtulach@22
   514
jtulach@22
   515
.row-fluid .offset11:first-child {
jtulach@22
   516
  margin-left: 93.61702127659574%;
jtulach@22
   517
  *margin-left: 93.51063829787232%;
jtulach@22
   518
}
jtulach@22
   519
jtulach@22
   520
.row-fluid .offset10 {
jtulach@22
   521
  margin-left: 87.23404255319149%;
jtulach@22
   522
  *margin-left: 87.12765957446807%;
jtulach@22
   523
}
jtulach@22
   524
jtulach@22
   525
.row-fluid .offset10:first-child {
jtulach@22
   526
  margin-left: 85.1063829787234%;
jtulach@22
   527
  *margin-left: 84.99999999999999%;
jtulach@22
   528
}
jtulach@22
   529
jtulach@22
   530
.row-fluid .offset9 {
jtulach@22
   531
  margin-left: 78.72340425531914%;
jtulach@22
   532
  *margin-left: 78.61702127659572%;
jtulach@22
   533
}
jtulach@22
   534
jtulach@22
   535
.row-fluid .offset9:first-child {
jtulach@22
   536
  margin-left: 76.59574468085106%;
jtulach@22
   537
  *margin-left: 76.48936170212764%;
jtulach@22
   538
}
jtulach@22
   539
jtulach@22
   540
.row-fluid .offset8 {
jtulach@22
   541
  margin-left: 70.2127659574468%;
jtulach@22
   542
  *margin-left: 70.10638297872339%;
jtulach@22
   543
}
jtulach@22
   544
jtulach@22
   545
.row-fluid .offset8:first-child {
jtulach@22
   546
  margin-left: 68.08510638297872%;
jtulach@22
   547
  *margin-left: 67.9787234042553%;
jtulach@22
   548
}
jtulach@22
   549
jtulach@22
   550
.row-fluid .offset7 {
jtulach@22
   551
  margin-left: 61.70212765957446%;
jtulach@22
   552
  *margin-left: 61.59574468085106%;
jtulach@22
   553
}
jtulach@22
   554
jtulach@22
   555
.row-fluid .offset7:first-child {
jtulach@22
   556
  margin-left: 59.574468085106375%;
jtulach@22
   557
  *margin-left: 59.46808510638297%;
jtulach@22
   558
}
jtulach@22
   559
jtulach@22
   560
.row-fluid .offset6 {
jtulach@22
   561
  margin-left: 53.191489361702125%;
jtulach@22
   562
  *margin-left: 53.085106382978715%;
jtulach@22
   563
}
jtulach@22
   564
jtulach@22
   565
.row-fluid .offset6:first-child {
jtulach@22
   566
  margin-left: 51.063829787234035%;
jtulach@22
   567
  *margin-left: 50.95744680851063%;
jtulach@22
   568
}
jtulach@22
   569
jtulach@22
   570
.row-fluid .offset5 {
jtulach@22
   571
  margin-left: 44.68085106382979%;
jtulach@22
   572
  *margin-left: 44.57446808510638%;
jtulach@22
   573
}
jtulach@22
   574
jtulach@22
   575
.row-fluid .offset5:first-child {
jtulach@22
   576
  margin-left: 42.5531914893617%;
jtulach@22
   577
  *margin-left: 42.4468085106383%;
jtulach@22
   578
}
jtulach@22
   579
jtulach@22
   580
.row-fluid .offset4 {
jtulach@22
   581
  margin-left: 36.170212765957444%;
jtulach@22
   582
  *margin-left: 36.06382978723405%;
jtulach@22
   583
}
jtulach@22
   584
jtulach@22
   585
.row-fluid .offset4:first-child {
jtulach@22
   586
  margin-left: 34.04255319148936%;
jtulach@22
   587
  *margin-left: 33.93617021276596%;
jtulach@22
   588
}
jtulach@22
   589
jtulach@22
   590
.row-fluid .offset3 {
jtulach@22
   591
  margin-left: 27.659574468085104%;
jtulach@22
   592
  *margin-left: 27.5531914893617%;
jtulach@22
   593
}
jtulach@22
   594
jtulach@22
   595
.row-fluid .offset3:first-child {
jtulach@22
   596
  margin-left: 25.53191489361702%;
jtulach@22
   597
  *margin-left: 25.425531914893618%;
jtulach@22
   598
}
jtulach@22
   599
jtulach@22
   600
.row-fluid .offset2 {
jtulach@22
   601
  margin-left: 19.148936170212764%;
jtulach@22
   602
  *margin-left: 19.04255319148936%;
jtulach@22
   603
}
jtulach@22
   604
jtulach@22
   605
.row-fluid .offset2:first-child {
jtulach@22
   606
  margin-left: 17.02127659574468%;
jtulach@22
   607
  *margin-left: 16.914893617021278%;
jtulach@22
   608
}
jtulach@22
   609
jtulach@22
   610
.row-fluid .offset1 {
jtulach@22
   611
  margin-left: 10.638297872340425%;
jtulach@22
   612
  *margin-left: 10.53191489361702%;
jtulach@22
   613
}
jtulach@22
   614
jtulach@22
   615
.row-fluid .offset1:first-child {
jtulach@22
   616
  margin-left: 8.51063829787234%;
jtulach@22
   617
  *margin-left: 8.404255319148938%;
jtulach@22
   618
}
jtulach@22
   619
jtulach@22
   620
[class*="span"].hide,
jtulach@22
   621
.row-fluid [class*="span"].hide {
jtulach@22
   622
  display: none;
jtulach@22
   623
}
jtulach@22
   624
jtulach@22
   625
[class*="span"].pull-right,
jtulach@22
   626
.row-fluid [class*="span"].pull-right {
jtulach@22
   627
  float: right;
jtulach@22
   628
}
jtulach@22
   629
jtulach@22
   630
.container {
jtulach@22
   631
  margin-right: auto;
jtulach@22
   632
  margin-left: auto;
jtulach@22
   633
  *zoom: 1;
jtulach@22
   634
}
jtulach@22
   635
jtulach@22
   636
.container:before,
jtulach@22
   637
.container:after {
jtulach@22
   638
  display: table;
jtulach@22
   639
  line-height: 0;
jtulach@22
   640
  content: "";
jtulach@22
   641
}
jtulach@22
   642
jtulach@22
   643
.container:after {
jtulach@22
   644
  clear: both;
jtulach@22
   645
}
jtulach@22
   646
jtulach@22
   647
.container-fluid {
jtulach@22
   648
  padding-right: 20px;
jtulach@22
   649
  padding-left: 20px;
jtulach@22
   650
  *zoom: 1;
jtulach@22
   651
}
jtulach@22
   652
jtulach@22
   653
.container-fluid:before,
jtulach@22
   654
.container-fluid:after {
jtulach@22
   655
  display: table;
jtulach@22
   656
  line-height: 0;
jtulach@22
   657
  content: "";
jtulach@22
   658
}
jtulach@22
   659
jtulach@22
   660
.container-fluid:after {
jtulach@22
   661
  clear: both;
jtulach@22
   662
}
jtulach@22
   663
jtulach@22
   664
p {
jtulach@22
   665
  margin: 0 0 10px;
jtulach@22
   666
}
jtulach@22
   667
jtulach@22
   668
.lead {
jtulach@22
   669
  margin-bottom: 20px;
jtulach@22
   670
  font-size: 21px;
jtulach@22
   671
  font-weight: 200;
jtulach@22
   672
  line-height: 30px;
jtulach@22
   673
}
jtulach@22
   674
jtulach@22
   675
small {
jtulach@22
   676
  font-size: 85%;
jtulach@22
   677
}
jtulach@22
   678
jtulach@22
   679
strong {
jtulach@22
   680
  font-weight: bold;
jtulach@22
   681
}
jtulach@22
   682
jtulach@22
   683
em {
jtulach@22
   684
  font-style: italic;
jtulach@22
   685
}
jtulach@22
   686
jtulach@22
   687
cite {
jtulach@22
   688
  font-style: normal;
jtulach@22
   689
}
jtulach@22
   690
jtulach@22
   691
.muted {
jtulach@22
   692
  color: #999999;
jtulach@22
   693
}
jtulach@22
   694
jtulach@22
   695
a.muted:hover,
jtulach@22
   696
a.muted:focus {
jtulach@22
   697
  color: #808080;
jtulach@22
   698
}
jtulach@22
   699
jtulach@22
   700
.text-warning {
jtulach@22
   701
  color: #c09853;
jtulach@22
   702
}
jtulach@22
   703
jtulach@22
   704
a.text-warning:hover,
jtulach@22
   705
a.text-warning:focus {
jtulach@22
   706
  color: #a47e3c;
jtulach@22
   707
}
jtulach@22
   708
jtulach@22
   709
.text-error {
jtulach@22
   710
  color: #b94a48;
jtulach@22
   711
}
jtulach@22
   712
jtulach@22
   713
a.text-error:hover,
jtulach@22
   714
a.text-error:focus {
jtulach@22
   715
  color: #953b39;
jtulach@22
   716
}
jtulach@22
   717
jtulach@22
   718
.text-info {
jtulach@22
   719
  color: #3a87ad;
jtulach@22
   720
}
jtulach@22
   721
jtulach@22
   722
a.text-info:hover,
jtulach@22
   723
a.text-info:focus {
jtulach@22
   724
  color: #2d6987;
jtulach@22
   725
}
jtulach@22
   726
jtulach@22
   727
.text-success {
jtulach@22
   728
  color: #468847;
jtulach@22
   729
}
jtulach@22
   730
jtulach@22
   731
a.text-success:hover,
jtulach@22
   732
a.text-success:focus {
jtulach@22
   733
  color: #356635;
jtulach@22
   734
}
jtulach@22
   735
jtulach@22
   736
.text-left {
jtulach@22
   737
  text-align: left;
jtulach@22
   738
}
jtulach@22
   739
jtulach@22
   740
.text-right {
jtulach@22
   741
  text-align: right;
jtulach@22
   742
}
jtulach@22
   743
jtulach@22
   744
.text-center {
jtulach@22
   745
  text-align: center;
jtulach@22
   746
}
jtulach@22
   747
jtulach@22
   748
h1,
jtulach@22
   749
h2,
jtulach@22
   750
h3,
jtulach@22
   751
h4,
jtulach@22
   752
h5,
jtulach@22
   753
h6 {
jtulach@22
   754
  margin: 10px 0;
jtulach@22
   755
  font-family: inherit;
jtulach@22
   756
  font-weight: bold;
jtulach@22
   757
  line-height: 20px;
jtulach@22
   758
  color: inherit;
jtulach@22
   759
  text-rendering: optimizelegibility;
jtulach@22
   760
}
jtulach@22
   761
jtulach@22
   762
h1 small,
jtulach@22
   763
h2 small,
jtulach@22
   764
h3 small,
jtulach@22
   765
h4 small,
jtulach@22
   766
h5 small,
jtulach@22
   767
h6 small {
jtulach@22
   768
  font-weight: normal;
jtulach@22
   769
  line-height: 1;
jtulach@22
   770
  color: #999999;
jtulach@22
   771
}
jtulach@22
   772
jtulach@22
   773
h1,
jtulach@22
   774
h2,
jtulach@22
   775
h3 {
jtulach@22
   776
  line-height: 40px;
jtulach@22
   777
}
jtulach@22
   778
jtulach@22
   779
h1 {
jtulach@22
   780
  font-size: 38.5px;
jtulach@22
   781
}
jtulach@22
   782
jtulach@22
   783
h2 {
jtulach@22
   784
  font-size: 31.5px;
jtulach@22
   785
}
jtulach@22
   786
jtulach@22
   787
h3 {
jtulach@22
   788
  font-size: 24.5px;
jtulach@22
   789
}
jtulach@22
   790
jtulach@22
   791
h4 {
jtulach@22
   792
  font-size: 17.5px;
jtulach@22
   793
}
jtulach@22
   794
jtulach@22
   795
h5 {
jtulach@22
   796
  font-size: 14px;
jtulach@22
   797
}
jtulach@22
   798
jtulach@22
   799
h6 {
jtulach@22
   800
  font-size: 11.9px;
jtulach@22
   801
}
jtulach@22
   802
jtulach@22
   803
h1 small {
jtulach@22
   804
  font-size: 24.5px;
jtulach@22
   805
}
jtulach@22
   806
jtulach@22
   807
h2 small {
jtulach@22
   808
  font-size: 17.5px;
jtulach@22
   809
}
jtulach@22
   810
jtulach@22
   811
h3 small {
jtulach@22
   812
  font-size: 14px;
jtulach@22
   813
}
jtulach@22
   814
jtulach@22
   815
h4 small {
jtulach@22
   816
  font-size: 14px;
jtulach@22
   817
}
jtulach@22
   818
jtulach@22
   819
.page-header {
jtulach@22
   820
  padding-bottom: 9px;
jtulach@22
   821
  margin: 20px 0 30px;
jtulach@22
   822
  border-bottom: 1px solid #eeeeee;
jtulach@22
   823
}
jtulach@22
   824
jtulach@22
   825
ul,
jtulach@22
   826
ol {
jtulach@22
   827
  padding: 0;
jtulach@22
   828
  margin: 0 0 10px 25px;
jtulach@22
   829
}
jtulach@22
   830
jtulach@22
   831
ul ul,
jtulach@22
   832
ul ol,
jtulach@22
   833
ol ol,
jtulach@22
   834
ol ul {
jtulach@22
   835
  margin-bottom: 0;
jtulach@22
   836
}
jtulach@22
   837
jtulach@22
   838
li {
jtulach@22
   839
  line-height: 20px;
jtulach@22
   840
}
jtulach@22
   841
jtulach@22
   842
ul.unstyled,
jtulach@22
   843
ol.unstyled {
jtulach@22
   844
  margin-left: 0;
jtulach@22
   845
  list-style: none;
jtulach@22
   846
}
jtulach@22
   847
jtulach@22
   848
ul.inline,
jtulach@22
   849
ol.inline {
jtulach@22
   850
  margin-left: 0;
jtulach@22
   851
  list-style: none;
jtulach@22
   852
}
jtulach@22
   853
jtulach@22
   854
ul.inline > li,
jtulach@22
   855
ol.inline > li {
jtulach@22
   856
  display: inline-block;
jtulach@22
   857
  *display: inline;
jtulach@22
   858
  padding-right: 5px;
jtulach@22
   859
  padding-left: 5px;
jtulach@22
   860
  *zoom: 1;
jtulach@22
   861
}
jtulach@22
   862
jtulach@22
   863
dl {
jtulach@22
   864
  margin-bottom: 20px;
jtulach@22
   865
}
jtulach@22
   866
jtulach@22
   867
dt,
jtulach@22
   868
dd {
jtulach@22
   869
  line-height: 20px;
jtulach@22
   870
}
jtulach@22
   871
jtulach@22
   872
dt {
jtulach@22
   873
  font-weight: bold;
jtulach@22
   874
}
jtulach@22
   875
jtulach@22
   876
dd {
jtulach@22
   877
  margin-left: 10px;
jtulach@22
   878
}
jtulach@22
   879
jtulach@22
   880
.dl-horizontal {
jtulach@22
   881
  *zoom: 1;
jtulach@22
   882
}
jtulach@22
   883
jtulach@22
   884
.dl-horizontal:before,
jtulach@22
   885
.dl-horizontal:after {
jtulach@22
   886
  display: table;
jtulach@22
   887
  line-height: 0;
jtulach@22
   888
  content: "";
jtulach@22
   889
}
jtulach@22
   890
jtulach@22
   891
.dl-horizontal:after {
jtulach@22
   892
  clear: both;
jtulach@22
   893
}
jtulach@22
   894
jtulach@22
   895
.dl-horizontal dt {
jtulach@22
   896
  float: left;
jtulach@22
   897
  width: 160px;
jtulach@22
   898
  overflow: hidden;
jtulach@22
   899
  clear: left;
jtulach@22
   900
  text-align: right;
jtulach@22
   901
  text-overflow: ellipsis;
jtulach@22
   902
  white-space: nowrap;
jtulach@22
   903
}
jtulach@22
   904
jtulach@22
   905
.dl-horizontal dd {
jtulach@22
   906
  margin-left: 180px;
jtulach@22
   907
}
jtulach@22
   908
jtulach@22
   909
hr {
jtulach@22
   910
  margin: 20px 0;
jtulach@22
   911
  border: 0;
jtulach@22
   912
  border-top: 1px solid #eeeeee;
jtulach@22
   913
  border-bottom: 1px solid #ffffff;
jtulach@22
   914
}
jtulach@22
   915
jtulach@22
   916
abbr[title],
jtulach@22
   917
abbr[data-original-title] {
jtulach@22
   918
  cursor: help;
jtulach@22
   919
  border-bottom: 1px dotted #999999;
jtulach@22
   920
}
jtulach@22
   921
jtulach@22
   922
abbr.initialism {
jtulach@22
   923
  font-size: 90%;
jtulach@22
   924
  text-transform: uppercase;
jtulach@22
   925
}
jtulach@22
   926
jtulach@22
   927
blockquote {
jtulach@22
   928
  padding: 0 0 0 15px;
jtulach@22
   929
  margin: 0 0 20px;
jtulach@22
   930
  border-left: 5px solid #eeeeee;
jtulach@22
   931
}
jtulach@22
   932
jtulach@22
   933
blockquote p {
jtulach@22
   934
  margin-bottom: 0;
jtulach@22
   935
  font-size: 17.5px;
jtulach@22
   936
  font-weight: 300;
jtulach@22
   937
  line-height: 1.25;
jtulach@22
   938
}
jtulach@22
   939
jtulach@22
   940
blockquote small {
jtulach@22
   941
  display: block;
jtulach@22
   942
  line-height: 20px;
jtulach@22
   943
  color: #999999;
jtulach@22
   944
}
jtulach@22
   945
jtulach@22
   946
blockquote small:before {
jtulach@22
   947
  content: '\2014 \00A0';
jtulach@22
   948
}
jtulach@22
   949
jtulach@22
   950
blockquote.pull-right {
jtulach@22
   951
  float: right;
jtulach@22
   952
  padding-right: 15px;
jtulach@22
   953
  padding-left: 0;
jtulach@22
   954
  border-right: 5px solid #eeeeee;
jtulach@22
   955
  border-left: 0;
jtulach@22
   956
}
jtulach@22
   957
jtulach@22
   958
blockquote.pull-right p,
jtulach@22
   959
blockquote.pull-right small {
jtulach@22
   960
  text-align: right;
jtulach@22
   961
}
jtulach@22
   962
jtulach@22
   963
blockquote.pull-right small:before {
jtulach@22
   964
  content: '';
jtulach@22
   965
}
jtulach@22
   966
jtulach@22
   967
blockquote.pull-right small:after {
jtulach@22
   968
  content: '\00A0 \2014';
jtulach@22
   969
}
jtulach@22
   970
jtulach@22
   971
q:before,
jtulach@22
   972
q:after,
jtulach@22
   973
blockquote:before,
jtulach@22
   974
blockquote:after {
jtulach@22
   975
  content: "";
jtulach@22
   976
}
jtulach@22
   977
jtulach@22
   978
address {
jtulach@22
   979
  display: block;
jtulach@22
   980
  margin-bottom: 20px;
jtulach@22
   981
  font-style: normal;
jtulach@22
   982
  line-height: 20px;
jtulach@22
   983
}
jtulach@22
   984
jtulach@22
   985
code,
jtulach@22
   986
pre {
jtulach@22
   987
  padding: 0 3px 2px;
jtulach@22
   988
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
jtulach@22
   989
  font-size: 12px;
jtulach@22
   990
  color: #333333;
jtulach@22
   991
  -webkit-border-radius: 3px;
jtulach@22
   992
     -moz-border-radius: 3px;
jtulach@22
   993
          border-radius: 3px;
jtulach@22
   994
}
jtulach@22
   995
jtulach@22
   996
code {
jtulach@22
   997
  padding: 2px 4px;
jtulach@22
   998
  color: #d14;
jtulach@22
   999
  white-space: nowrap;
jtulach@22
  1000
  background-color: #f7f7f9;
jtulach@22
  1001
  border: 1px solid #e1e1e8;
jtulach@22
  1002
}
jtulach@22
  1003
jtulach@22
  1004
pre {
jtulach@22
  1005
  display: block;
jtulach@22
  1006
  padding: 9.5px;
jtulach@22
  1007
  margin: 0 0 10px;
jtulach@22
  1008
  font-size: 13px;
jtulach@22
  1009
  line-height: 20px;
jtulach@22
  1010
  word-break: break-all;
jtulach@22
  1011
  word-wrap: break-word;
jtulach@22
  1012
  white-space: pre;
jtulach@22
  1013
  white-space: pre-wrap;
jtulach@22
  1014
  background-color: #f5f5f5;
jtulach@22
  1015
  border: 1px solid #ccc;
jtulach@22
  1016
  border: 1px solid rgba(0, 0, 0, 0.15);
jtulach@22
  1017
  -webkit-border-radius: 4px;
jtulach@22
  1018
     -moz-border-radius: 4px;
jtulach@22
  1019
          border-radius: 4px;
jtulach@22
  1020
}
jtulach@22
  1021
jtulach@22
  1022
pre.prettyprint {
jtulach@22
  1023
  margin-bottom: 20px;
jtulach@22
  1024
}
jtulach@22
  1025
jtulach@22
  1026
pre code {
jtulach@22
  1027
  padding: 0;
jtulach@22
  1028
  color: inherit;
jtulach@22
  1029
  white-space: pre;
jtulach@22
  1030
  white-space: pre-wrap;
jtulach@22
  1031
  background-color: transparent;
jtulach@22
  1032
  border: 0;
jtulach@22
  1033
}
jtulach@22
  1034
jtulach@22
  1035
.pre-scrollable {
jtulach@22
  1036
  max-height: 340px;
jtulach@22
  1037
  overflow-y: scroll;
jtulach@22
  1038
}
jtulach@22
  1039
jtulach@22
  1040
form {
jtulach@22
  1041
  margin: 0 0 20px;
jtulach@22
  1042
}
jtulach@22
  1043
jtulach@22
  1044
fieldset {
jtulach@22
  1045
  padding: 0;
jtulach@22
  1046
  margin: 0;
jtulach@22
  1047
  border: 0;
jtulach@22
  1048
}
jtulach@22
  1049
jtulach@22
  1050
legend {
jtulach@22
  1051
  display: block;
jtulach@22
  1052
  width: 100%;
jtulach@22
  1053
  padding: 0;
jtulach@22
  1054
  margin-bottom: 20px;
jtulach@22
  1055
  font-size: 21px;
jtulach@22
  1056
  line-height: 40px;
jtulach@22
  1057
  color: #333333;
jtulach@22
  1058
  border: 0;
jtulach@22
  1059
  border-bottom: 1px solid #e5e5e5;
jtulach@22
  1060
}
jtulach@22
  1061
jtulach@22
  1062
legend small {
jtulach@22
  1063
  font-size: 15px;
jtulach@22
  1064
  color: #999999;
jtulach@22
  1065
}
jtulach@22
  1066
jtulach@22
  1067
label,
jtulach@22
  1068
input,
jtulach@22
  1069
button,
jtulach@22
  1070
select,
jtulach@22
  1071
textarea {
jtulach@22
  1072
  font-size: 14px;
jtulach@22
  1073
  font-weight: normal;
jtulach@22
  1074
  line-height: 20px;
jtulach@22
  1075
}
jtulach@22
  1076
jtulach@22
  1077
input,
jtulach@22
  1078
button,
jtulach@22
  1079
select,
jtulach@22
  1080
textarea {
jtulach@22
  1081
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
jtulach@22
  1082
}
jtulach@22
  1083
jtulach@22
  1084
label {
jtulach@22
  1085
  display: block;
jtulach@22
  1086
  margin-bottom: 5px;
jtulach@22
  1087
}
jtulach@22
  1088
jtulach@22
  1089
select,
jtulach@22
  1090
textarea,
jtulach@22
  1091
input[type="text"],
jtulach@22
  1092
input[type="password"],
jtulach@22
  1093
input[type="datetime"],
jtulach@22
  1094
input[type="datetime-local"],
jtulach@22
  1095
input[type="date"],
jtulach@22
  1096
input[type="month"],
jtulach@22
  1097
input[type="time"],
jtulach@22
  1098
input[type="week"],
jtulach@22
  1099
input[type="number"],
jtulach@22
  1100
input[type="email"],
jtulach@22
  1101
input[type="url"],
jtulach@22
  1102
input[type="search"],
jtulach@22
  1103
input[type="tel"],
jtulach@22
  1104
input[type="color"],
jtulach@22
  1105
.uneditable-input {
jtulach@22
  1106
  display: inline-block;
jtulach@22
  1107
  height: 20px;
jtulach@22
  1108
  padding: 4px 6px;
jtulach@22
  1109
  margin-bottom: 10px;
jtulach@22
  1110
  font-size: 14px;
jtulach@22
  1111
  line-height: 20px;
jtulach@22
  1112
  color: #555555;
jtulach@22
  1113
  vertical-align: middle;
jtulach@22
  1114
  -webkit-border-radius: 4px;
jtulach@22
  1115
     -moz-border-radius: 4px;
jtulach@22
  1116
          border-radius: 4px;
jtulach@22
  1117
}
jtulach@22
  1118
jtulach@22
  1119
input,
jtulach@22
  1120
textarea,
jtulach@22
  1121
.uneditable-input {
jtulach@22
  1122
  width: 206px;
jtulach@22
  1123
}
jtulach@22
  1124
jtulach@22
  1125
textarea {
jtulach@22
  1126
  height: auto;
jtulach@22
  1127
}
jtulach@22
  1128
jtulach@22
  1129
textarea,
jtulach@22
  1130
input[type="text"],
jtulach@22
  1131
input[type="password"],
jtulach@22
  1132
input[type="datetime"],
jtulach@22
  1133
input[type="datetime-local"],
jtulach@22
  1134
input[type="date"],
jtulach@22
  1135
input[type="month"],
jtulach@22
  1136
input[type="time"],
jtulach@22
  1137
input[type="week"],
jtulach@22
  1138
input[type="number"],
jtulach@22
  1139
input[type="email"],
jtulach@22
  1140
input[type="url"],
jtulach@22
  1141
input[type="search"],
jtulach@22
  1142
input[type="tel"],
jtulach@22
  1143
input[type="color"],
jtulach@22
  1144
.uneditable-input {
jtulach@22
  1145
  background-color: #ffffff;
jtulach@22
  1146
  border: 1px solid #cccccc;
jtulach@22
  1147
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1148
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1149
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1150
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
jtulach@22
  1151
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
jtulach@22
  1152
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
jtulach@22
  1153
          transition: border linear 0.2s, box-shadow linear 0.2s;
jtulach@22
  1154
}
jtulach@22
  1155
jtulach@22
  1156
textarea:focus,
jtulach@22
  1157
input[type="text"]:focus,
jtulach@22
  1158
input[type="password"]:focus,
jtulach@22
  1159
input[type="datetime"]:focus,
jtulach@22
  1160
input[type="datetime-local"]:focus,
jtulach@22
  1161
input[type="date"]:focus,
jtulach@22
  1162
input[type="month"]:focus,
jtulach@22
  1163
input[type="time"]:focus,
jtulach@22
  1164
input[type="week"]:focus,
jtulach@22
  1165
input[type="number"]:focus,
jtulach@22
  1166
input[type="email"]:focus,
jtulach@22
  1167
input[type="url"]:focus,
jtulach@22
  1168
input[type="search"]:focus,
jtulach@22
  1169
input[type="tel"]:focus,
jtulach@22
  1170
input[type="color"]:focus,
jtulach@22
  1171
.uneditable-input:focus {
jtulach@22
  1172
  border-color: rgba(82, 168, 236, 0.8);
jtulach@22
  1173
  outline: 0;
jtulach@22
  1174
  outline: thin dotted \9;
jtulach@22
  1175
  /* IE6-9 */
jtulach@22
  1176
jtulach@22
  1177
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
jtulach@22
  1178
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
jtulach@22
  1179
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
jtulach@22
  1180
}
jtulach@22
  1181
jtulach@22
  1182
input[type="radio"],
jtulach@22
  1183
input[type="checkbox"] {
jtulach@22
  1184
  margin: 4px 0 0;
jtulach@22
  1185
  margin-top: 1px \9;
jtulach@22
  1186
  *margin-top: 0;
jtulach@22
  1187
  line-height: normal;
jtulach@22
  1188
}
jtulach@22
  1189
jtulach@22
  1190
input[type="file"],
jtulach@22
  1191
input[type="image"],
jtulach@22
  1192
input[type="submit"],
jtulach@22
  1193
input[type="reset"],
jtulach@22
  1194
input[type="button"],
jtulach@22
  1195
input[type="radio"],
jtulach@22
  1196
input[type="checkbox"] {
jtulach@22
  1197
  width: auto;
jtulach@22
  1198
}
jtulach@22
  1199
jtulach@22
  1200
select,
jtulach@22
  1201
input[type="file"] {
jtulach@22
  1202
  height: 30px;
jtulach@22
  1203
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
jtulach@22
  1204
jtulach@22
  1205
  *margin-top: 4px;
jtulach@22
  1206
  /* For IE7, add top margin to align select with labels */
jtulach@22
  1207
jtulach@22
  1208
  line-height: 30px;
jtulach@22
  1209
}
jtulach@22
  1210
jtulach@22
  1211
select {
jtulach@22
  1212
  width: 220px;
jtulach@22
  1213
  background-color: #ffffff;
jtulach@22
  1214
  border: 1px solid #cccccc;
jtulach@22
  1215
}
jtulach@22
  1216
jtulach@22
  1217
select[multiple],
jtulach@22
  1218
select[size] {
jtulach@22
  1219
  height: auto;
jtulach@22
  1220
}
jtulach@22
  1221
jtulach@22
  1222
select:focus,
jtulach@22
  1223
input[type="file"]:focus,
jtulach@22
  1224
input[type="radio"]:focus,
jtulach@22
  1225
input[type="checkbox"]:focus {
jtulach@22
  1226
  outline: thin dotted #333;
jtulach@22
  1227
  outline: 5px auto -webkit-focus-ring-color;
jtulach@22
  1228
  outline-offset: -2px;
jtulach@22
  1229
}
jtulach@22
  1230
jtulach@22
  1231
.uneditable-input,
jtulach@22
  1232
.uneditable-textarea {
jtulach@22
  1233
  color: #999999;
jtulach@22
  1234
  cursor: not-allowed;
jtulach@22
  1235
  background-color: #fcfcfc;
jtulach@22
  1236
  border-color: #cccccc;
jtulach@22
  1237
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
jtulach@22
  1238
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
jtulach@22
  1239
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
jtulach@22
  1240
}
jtulach@22
  1241
jtulach@22
  1242
.uneditable-input {
jtulach@22
  1243
  overflow: hidden;
jtulach@22
  1244
  white-space: nowrap;
jtulach@22
  1245
}
jtulach@22
  1246
jtulach@22
  1247
.uneditable-textarea {
jtulach@22
  1248
  width: auto;
jtulach@22
  1249
  height: auto;
jtulach@22
  1250
}
jtulach@22
  1251
jtulach@22
  1252
input:-moz-placeholder,
jtulach@22
  1253
textarea:-moz-placeholder {
jtulach@22
  1254
  color: #999999;
jtulach@22
  1255
}
jtulach@22
  1256
jtulach@22
  1257
input:-ms-input-placeholder,
jtulach@22
  1258
textarea:-ms-input-placeholder {
jtulach@22
  1259
  color: #999999;
jtulach@22
  1260
}
jtulach@22
  1261
jtulach@22
  1262
input::-webkit-input-placeholder,
jtulach@22
  1263
textarea::-webkit-input-placeholder {
jtulach@22
  1264
  color: #999999;
jtulach@22
  1265
}
jtulach@22
  1266
jtulach@22
  1267
.radio,
jtulach@22
  1268
.checkbox {
jtulach@22
  1269
  min-height: 20px;
jtulach@22
  1270
  padding-left: 20px;
jtulach@22
  1271
}
jtulach@22
  1272
jtulach@22
  1273
.radio input[type="radio"],
jtulach@22
  1274
.checkbox input[type="checkbox"] {
jtulach@22
  1275
  float: left;
jtulach@22
  1276
  margin-left: -20px;
jtulach@22
  1277
}
jtulach@22
  1278
jtulach@22
  1279
.controls > .radio:first-child,
jtulach@22
  1280
.controls > .checkbox:first-child {
jtulach@22
  1281
  padding-top: 5px;
jtulach@22
  1282
}
jtulach@22
  1283
jtulach@22
  1284
.radio.inline,
jtulach@22
  1285
.checkbox.inline {
jtulach@22
  1286
  display: inline-block;
jtulach@22
  1287
  padding-top: 5px;
jtulach@22
  1288
  margin-bottom: 0;
jtulach@22
  1289
  vertical-align: middle;
jtulach@22
  1290
}
jtulach@22
  1291
jtulach@22
  1292
.radio.inline + .radio.inline,
jtulach@22
  1293
.checkbox.inline + .checkbox.inline {
jtulach@22
  1294
  margin-left: 10px;
jtulach@22
  1295
}
jtulach@22
  1296
jtulach@22
  1297
.input-mini {
jtulach@22
  1298
  width: 60px;
jtulach@22
  1299
}
jtulach@22
  1300
jtulach@22
  1301
.input-small {
jtulach@22
  1302
  width: 90px;
jtulach@22
  1303
}
jtulach@22
  1304
jtulach@22
  1305
.input-medium {
jtulach@22
  1306
  width: 150px;
jtulach@22
  1307
}
jtulach@22
  1308
jtulach@22
  1309
.input-large {
jtulach@22
  1310
  width: 210px;
jtulach@22
  1311
}
jtulach@22
  1312
jtulach@22
  1313
.input-xlarge {
jtulach@22
  1314
  width: 270px;
jtulach@22
  1315
}
jtulach@22
  1316
jtulach@22
  1317
.input-xxlarge {
jtulach@22
  1318
  width: 530px;
jtulach@22
  1319
}
jtulach@22
  1320
jtulach@22
  1321
input[class*="span"],
jtulach@22
  1322
select[class*="span"],
jtulach@22
  1323
textarea[class*="span"],
jtulach@22
  1324
.uneditable-input[class*="span"],
jtulach@22
  1325
.row-fluid input[class*="span"],
jtulach@22
  1326
.row-fluid select[class*="span"],
jtulach@22
  1327
.row-fluid textarea[class*="span"],
jtulach@22
  1328
.row-fluid .uneditable-input[class*="span"] {
jtulach@22
  1329
  float: none;
jtulach@22
  1330
  margin-left: 0;
jtulach@22
  1331
}
jtulach@22
  1332
jtulach@22
  1333
.input-append input[class*="span"],
jtulach@22
  1334
.input-append .uneditable-input[class*="span"],
jtulach@22
  1335
.input-prepend input[class*="span"],
jtulach@22
  1336
.input-prepend .uneditable-input[class*="span"],
jtulach@22
  1337
.row-fluid input[class*="span"],
jtulach@22
  1338
.row-fluid select[class*="span"],
jtulach@22
  1339
.row-fluid textarea[class*="span"],
jtulach@22
  1340
.row-fluid .uneditable-input[class*="span"],
jtulach@22
  1341
.row-fluid .input-prepend [class*="span"],
jtulach@22
  1342
.row-fluid .input-append [class*="span"] {
jtulach@22
  1343
  display: inline-block;
jtulach@22
  1344
}
jtulach@22
  1345
jtulach@22
  1346
input,
jtulach@22
  1347
textarea,
jtulach@22
  1348
.uneditable-input {
jtulach@22
  1349
  margin-left: 0;
jtulach@22
  1350
}
jtulach@22
  1351
jtulach@22
  1352
.controls-row [class*="span"] + [class*="span"] {
jtulach@22
  1353
  margin-left: 20px;
jtulach@22
  1354
}
jtulach@22
  1355
jtulach@22
  1356
input.span12,
jtulach@22
  1357
textarea.span12,
jtulach@22
  1358
.uneditable-input.span12 {
jtulach@22
  1359
  width: 926px;
jtulach@22
  1360
}
jtulach@22
  1361
jtulach@22
  1362
input.span11,
jtulach@22
  1363
textarea.span11,
jtulach@22
  1364
.uneditable-input.span11 {
jtulach@22
  1365
  width: 846px;
jtulach@22
  1366
}
jtulach@22
  1367
jtulach@22
  1368
input.span10,
jtulach@22
  1369
textarea.span10,
jtulach@22
  1370
.uneditable-input.span10 {
jtulach@22
  1371
  width: 766px;
jtulach@22
  1372
}
jtulach@22
  1373
jtulach@22
  1374
input.span9,
jtulach@22
  1375
textarea.span9,
jtulach@22
  1376
.uneditable-input.span9 {
jtulach@22
  1377
  width: 686px;
jtulach@22
  1378
}
jtulach@22
  1379
jtulach@22
  1380
input.span8,
jtulach@22
  1381
textarea.span8,
jtulach@22
  1382
.uneditable-input.span8 {
jtulach@22
  1383
  width: 606px;
jtulach@22
  1384
}
jtulach@22
  1385
jtulach@22
  1386
input.span7,
jtulach@22
  1387
textarea.span7,
jtulach@22
  1388
.uneditable-input.span7 {
jtulach@22
  1389
  width: 526px;
jtulach@22
  1390
}
jtulach@22
  1391
jtulach@22
  1392
input.span6,
jtulach@22
  1393
textarea.span6,
jtulach@22
  1394
.uneditable-input.span6 {
jtulach@22
  1395
  width: 446px;
jtulach@22
  1396
}
jtulach@22
  1397
jtulach@22
  1398
input.span5,
jtulach@22
  1399
textarea.span5,
jtulach@22
  1400
.uneditable-input.span5 {
jtulach@22
  1401
  width: 366px;
jtulach@22
  1402
}
jtulach@22
  1403
jtulach@22
  1404
input.span4,
jtulach@22
  1405
textarea.span4,
jtulach@22
  1406
.uneditable-input.span4 {
jtulach@22
  1407
  width: 286px;
jtulach@22
  1408
}
jtulach@22
  1409
jtulach@22
  1410
input.span3,
jtulach@22
  1411
textarea.span3,
jtulach@22
  1412
.uneditable-input.span3 {
jtulach@22
  1413
  width: 206px;
jtulach@22
  1414
}
jtulach@22
  1415
jtulach@22
  1416
input.span2,
jtulach@22
  1417
textarea.span2,
jtulach@22
  1418
.uneditable-input.span2 {
jtulach@22
  1419
  width: 126px;
jtulach@22
  1420
}
jtulach@22
  1421
jtulach@22
  1422
input.span1,
jtulach@22
  1423
textarea.span1,
jtulach@22
  1424
.uneditable-input.span1 {
jtulach@22
  1425
  width: 46px;
jtulach@22
  1426
}
jtulach@22
  1427
jtulach@22
  1428
.controls-row {
jtulach@22
  1429
  *zoom: 1;
jtulach@22
  1430
}
jtulach@22
  1431
jtulach@22
  1432
.controls-row:before,
jtulach@22
  1433
.controls-row:after {
jtulach@22
  1434
  display: table;
jtulach@22
  1435
  line-height: 0;
jtulach@22
  1436
  content: "";
jtulach@22
  1437
}
jtulach@22
  1438
jtulach@22
  1439
.controls-row:after {
jtulach@22
  1440
  clear: both;
jtulach@22
  1441
}
jtulach@22
  1442
jtulach@22
  1443
.controls-row [class*="span"],
jtulach@22
  1444
.row-fluid .controls-row [class*="span"] {
jtulach@22
  1445
  float: left;
jtulach@22
  1446
}
jtulach@22
  1447
jtulach@22
  1448
.controls-row .checkbox[class*="span"],
jtulach@22
  1449
.controls-row .radio[class*="span"] {
jtulach@22
  1450
  padding-top: 5px;
jtulach@22
  1451
}
jtulach@22
  1452
jtulach@22
  1453
input[disabled],
jtulach@22
  1454
select[disabled],
jtulach@22
  1455
textarea[disabled],
jtulach@22
  1456
input[readonly],
jtulach@22
  1457
select[readonly],
jtulach@22
  1458
textarea[readonly] {
jtulach@22
  1459
  cursor: not-allowed;
jtulach@22
  1460
  background-color: #eeeeee;
jtulach@22
  1461
}
jtulach@22
  1462
jtulach@22
  1463
input[type="radio"][disabled],
jtulach@22
  1464
input[type="checkbox"][disabled],
jtulach@22
  1465
input[type="radio"][readonly],
jtulach@22
  1466
input[type="checkbox"][readonly] {
jtulach@22
  1467
  background-color: transparent;
jtulach@22
  1468
}
jtulach@22
  1469
jtulach@22
  1470
.control-group.warning .control-label,
jtulach@22
  1471
.control-group.warning .help-block,
jtulach@22
  1472
.control-group.warning .help-inline {
jtulach@22
  1473
  color: #c09853;
jtulach@22
  1474
}
jtulach@22
  1475
jtulach@22
  1476
.control-group.warning .checkbox,
jtulach@22
  1477
.control-group.warning .radio,
jtulach@22
  1478
.control-group.warning input,
jtulach@22
  1479
.control-group.warning select,
jtulach@22
  1480
.control-group.warning textarea {
jtulach@22
  1481
  color: #c09853;
jtulach@22
  1482
}
jtulach@22
  1483
jtulach@22
  1484
.control-group.warning input,
jtulach@22
  1485
.control-group.warning select,
jtulach@22
  1486
.control-group.warning textarea {
jtulach@22
  1487
  border-color: #c09853;
jtulach@22
  1488
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1489
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1490
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1491
}
jtulach@22
  1492
jtulach@22
  1493
.control-group.warning input:focus,
jtulach@22
  1494
.control-group.warning select:focus,
jtulach@22
  1495
.control-group.warning textarea:focus {
jtulach@22
  1496
  border-color: #a47e3c;
jtulach@22
  1497
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
jtulach@22
  1498
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
jtulach@22
  1499
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
jtulach@22
  1500
}
jtulach@22
  1501
jtulach@22
  1502
.control-group.warning .input-prepend .add-on,
jtulach@22
  1503
.control-group.warning .input-append .add-on {
jtulach@22
  1504
  color: #c09853;
jtulach@22
  1505
  background-color: #fcf8e3;
jtulach@22
  1506
  border-color: #c09853;
jtulach@22
  1507
}
jtulach@22
  1508
jtulach@22
  1509
.control-group.error .control-label,
jtulach@22
  1510
.control-group.error .help-block,
jtulach@22
  1511
.control-group.error .help-inline {
jtulach@22
  1512
  color: #b94a48;
jtulach@22
  1513
}
jtulach@22
  1514
jtulach@22
  1515
.control-group.error .checkbox,
jtulach@22
  1516
.control-group.error .radio,
jtulach@22
  1517
.control-group.error input,
jtulach@22
  1518
.control-group.error select,
jtulach@22
  1519
.control-group.error textarea {
jtulach@22
  1520
  color: #b94a48;
jtulach@22
  1521
}
jtulach@22
  1522
jtulach@22
  1523
.control-group.error input,
jtulach@22
  1524
.control-group.error select,
jtulach@22
  1525
.control-group.error textarea {
jtulach@22
  1526
  border-color: #b94a48;
jtulach@22
  1527
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1528
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1529
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1530
}
jtulach@22
  1531
jtulach@22
  1532
.control-group.error input:focus,
jtulach@22
  1533
.control-group.error select:focus,
jtulach@22
  1534
.control-group.error textarea:focus {
jtulach@22
  1535
  border-color: #953b39;
jtulach@22
  1536
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
jtulach@22
  1537
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
jtulach@22
  1538
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
jtulach@22
  1539
}
jtulach@22
  1540
jtulach@22
  1541
.control-group.error .input-prepend .add-on,
jtulach@22
  1542
.control-group.error .input-append .add-on {
jtulach@22
  1543
  color: #b94a48;
jtulach@22
  1544
  background-color: #f2dede;
jtulach@22
  1545
  border-color: #b94a48;
jtulach@22
  1546
}
jtulach@22
  1547
jtulach@22
  1548
.control-group.success .control-label,
jtulach@22
  1549
.control-group.success .help-block,
jtulach@22
  1550
.control-group.success .help-inline {
jtulach@22
  1551
  color: #468847;
jtulach@22
  1552
}
jtulach@22
  1553
jtulach@22
  1554
.control-group.success .checkbox,
jtulach@22
  1555
.control-group.success .radio,
jtulach@22
  1556
.control-group.success input,
jtulach@22
  1557
.control-group.success select,
jtulach@22
  1558
.control-group.success textarea {
jtulach@22
  1559
  color: #468847;
jtulach@22
  1560
}
jtulach@22
  1561
jtulach@22
  1562
.control-group.success input,
jtulach@22
  1563
.control-group.success select,
jtulach@22
  1564
.control-group.success textarea {
jtulach@22
  1565
  border-color: #468847;
jtulach@22
  1566
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1567
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1568
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1569
}
jtulach@22
  1570
jtulach@22
  1571
.control-group.success input:focus,
jtulach@22
  1572
.control-group.success select:focus,
jtulach@22
  1573
.control-group.success textarea:focus {
jtulach@22
  1574
  border-color: #356635;
jtulach@22
  1575
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
jtulach@22
  1576
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
jtulach@22
  1577
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
jtulach@22
  1578
}
jtulach@22
  1579
jtulach@22
  1580
.control-group.success .input-prepend .add-on,
jtulach@22
  1581
.control-group.success .input-append .add-on {
jtulach@22
  1582
  color: #468847;
jtulach@22
  1583
  background-color: #dff0d8;
jtulach@22
  1584
  border-color: #468847;
jtulach@22
  1585
}
jtulach@22
  1586
jtulach@22
  1587
.control-group.info .control-label,
jtulach@22
  1588
.control-group.info .help-block,
jtulach@22
  1589
.control-group.info .help-inline {
jtulach@22
  1590
  color: #3a87ad;
jtulach@22
  1591
}
jtulach@22
  1592
jtulach@22
  1593
.control-group.info .checkbox,
jtulach@22
  1594
.control-group.info .radio,
jtulach@22
  1595
.control-group.info input,
jtulach@22
  1596
.control-group.info select,
jtulach@22
  1597
.control-group.info textarea {
jtulach@22
  1598
  color: #3a87ad;
jtulach@22
  1599
}
jtulach@22
  1600
jtulach@22
  1601
.control-group.info input,
jtulach@22
  1602
.control-group.info select,
jtulach@22
  1603
.control-group.info textarea {
jtulach@22
  1604
  border-color: #3a87ad;
jtulach@22
  1605
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1606
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1607
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
jtulach@22
  1608
}
jtulach@22
  1609
jtulach@22
  1610
.control-group.info input:focus,
jtulach@22
  1611
.control-group.info select:focus,
jtulach@22
  1612
.control-group.info textarea:focus {
jtulach@22
  1613
  border-color: #2d6987;
jtulach@22
  1614
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
jtulach@22
  1615
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
jtulach@22
  1616
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
jtulach@22
  1617
}
jtulach@22
  1618
jtulach@22
  1619
.control-group.info .input-prepend .add-on,
jtulach@22
  1620
.control-group.info .input-append .add-on {
jtulach@22
  1621
  color: #3a87ad;
jtulach@22
  1622
  background-color: #d9edf7;
jtulach@22
  1623
  border-color: #3a87ad;
jtulach@22
  1624
}
jtulach@22
  1625
jtulach@22
  1626
input:focus:invalid,
jtulach@22
  1627
textarea:focus:invalid,
jtulach@22
  1628
select:focus:invalid {
jtulach@22
  1629
  color: #b94a48;
jtulach@22
  1630
  border-color: #ee5f5b;
jtulach@22
  1631
}
jtulach@22
  1632
jtulach@22
  1633
input:focus:invalid:focus,
jtulach@22
  1634
textarea:focus:invalid:focus,
jtulach@22
  1635
select:focus:invalid:focus {
jtulach@22
  1636
  border-color: #e9322d;
jtulach@22
  1637
  -webkit-box-shadow: 0 0 6px #f8b9b7;
jtulach@22
  1638
     -moz-box-shadow: 0 0 6px #f8b9b7;
jtulach@22
  1639
          box-shadow: 0 0 6px #f8b9b7;
jtulach@22
  1640
}
jtulach@22
  1641
jtulach@22
  1642
.form-actions {
jtulach@22
  1643
  padding: 19px 20px 20px;
jtulach@22
  1644
  margin-top: 20px;
jtulach@22
  1645
  margin-bottom: 20px;
jtulach@22
  1646
  background-color: #f5f5f5;
jtulach@22
  1647
  border-top: 1px solid #e5e5e5;
jtulach@22
  1648
  *zoom: 1;
jtulach@22
  1649
}
jtulach@22
  1650
jtulach@22
  1651
.form-actions:before,
jtulach@22
  1652
.form-actions:after {
jtulach@22
  1653
  display: table;
jtulach@22
  1654
  line-height: 0;
jtulach@22
  1655
  content: "";
jtulach@22
  1656
}
jtulach@22
  1657
jtulach@22
  1658
.form-actions:after {
jtulach@22
  1659
  clear: both;
jtulach@22
  1660
}
jtulach@22
  1661
jtulach@22
  1662
.help-block,
jtulach@22
  1663
.help-inline {
jtulach@22
  1664
  color: #595959;
jtulach@22
  1665
}
jtulach@22
  1666
jtulach@22
  1667
.help-block {
jtulach@22
  1668
  display: block;
jtulach@22
  1669
  margin-bottom: 10px;
jtulach@22
  1670
}
jtulach@22
  1671
jtulach@22
  1672
.help-inline {
jtulach@22
  1673
  display: inline-block;
jtulach@22
  1674
  *display: inline;
jtulach@22
  1675
  padding-left: 5px;
jtulach@22
  1676
  vertical-align: middle;
jtulach@22
  1677
  *zoom: 1;
jtulach@22
  1678
}
jtulach@22
  1679
jtulach@22
  1680
.input-append,
jtulach@22
  1681
.input-prepend {
jtulach@22
  1682
  display: inline-block;
jtulach@22
  1683
  margin-bottom: 10px;
jtulach@22
  1684
  font-size: 0;
jtulach@22
  1685
  white-space: nowrap;
jtulach@22
  1686
  vertical-align: middle;
jtulach@22
  1687
}
jtulach@22
  1688
jtulach@22
  1689
.input-append input,
jtulach@22
  1690
.input-prepend input,
jtulach@22
  1691
.input-append select,
jtulach@22
  1692
.input-prepend select,
jtulach@22
  1693
.input-append .uneditable-input,
jtulach@22
  1694
.input-prepend .uneditable-input,
jtulach@22
  1695
.input-append .dropdown-menu,
jtulach@22
  1696
.input-prepend .dropdown-menu,
jtulach@22
  1697
.input-append .popover,
jtulach@22
  1698
.input-prepend .popover {
jtulach@22
  1699
  font-size: 14px;
jtulach@22
  1700
}
jtulach@22
  1701
jtulach@22
  1702
.input-append input,
jtulach@22
  1703
.input-prepend input,
jtulach@22
  1704
.input-append select,
jtulach@22
  1705
.input-prepend select,
jtulach@22
  1706
.input-append .uneditable-input,
jtulach@22
  1707
.input-prepend .uneditable-input {
jtulach@22
  1708
  position: relative;
jtulach@22
  1709
  margin-bottom: 0;
jtulach@22
  1710
  *margin-left: 0;
jtulach@22
  1711
  vertical-align: top;
jtulach@22
  1712
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  1713
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  1714
          border-radius: 0 4px 4px 0;
jtulach@22
  1715
}
jtulach@22
  1716
jtulach@22
  1717
.input-append input:focus,
jtulach@22
  1718
.input-prepend input:focus,
jtulach@22
  1719
.input-append select:focus,
jtulach@22
  1720
.input-prepend select:focus,
jtulach@22
  1721
.input-append .uneditable-input:focus,
jtulach@22
  1722
.input-prepend .uneditable-input:focus {
jtulach@22
  1723
  z-index: 2;
jtulach@22
  1724
}
jtulach@22
  1725
jtulach@22
  1726
.input-append .add-on,
jtulach@22
  1727
.input-prepend .add-on {
jtulach@22
  1728
  display: inline-block;
jtulach@22
  1729
  width: auto;
jtulach@22
  1730
  height: 20px;
jtulach@22
  1731
  min-width: 16px;
jtulach@22
  1732
  padding: 4px 5px;
jtulach@22
  1733
  font-size: 14px;
jtulach@22
  1734
  font-weight: normal;
jtulach@22
  1735
  line-height: 20px;
jtulach@22
  1736
  text-align: center;
jtulach@22
  1737
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  1738
  background-color: #eeeeee;
jtulach@22
  1739
  border: 1px solid #ccc;
jtulach@22
  1740
}
jtulach@22
  1741
jtulach@22
  1742
.input-append .add-on,
jtulach@22
  1743
.input-prepend .add-on,
jtulach@22
  1744
.input-append .btn,
jtulach@22
  1745
.input-prepend .btn,
jtulach@22
  1746
.input-append .btn-group > .dropdown-toggle,
jtulach@22
  1747
.input-prepend .btn-group > .dropdown-toggle {
jtulach@22
  1748
  vertical-align: top;
jtulach@22
  1749
  -webkit-border-radius: 0;
jtulach@22
  1750
     -moz-border-radius: 0;
jtulach@22
  1751
          border-radius: 0;
jtulach@22
  1752
}
jtulach@22
  1753
jtulach@22
  1754
.input-append .active,
jtulach@22
  1755
.input-prepend .active {
jtulach@22
  1756
  background-color: #a9dba9;
jtulach@22
  1757
  border-color: #46a546;
jtulach@22
  1758
}
jtulach@22
  1759
jtulach@22
  1760
.input-prepend .add-on,
jtulach@22
  1761
.input-prepend .btn {
jtulach@22
  1762
  margin-right: -1px;
jtulach@22
  1763
}
jtulach@22
  1764
jtulach@22
  1765
.input-prepend .add-on:first-child,
jtulach@22
  1766
.input-prepend .btn:first-child {
jtulach@22
  1767
  -webkit-border-radius: 4px 0 0 4px;
jtulach@22
  1768
     -moz-border-radius: 4px 0 0 4px;
jtulach@22
  1769
          border-radius: 4px 0 0 4px;
jtulach@22
  1770
}
jtulach@22
  1771
jtulach@22
  1772
.input-append input,
jtulach@22
  1773
.input-append select,
jtulach@22
  1774
.input-append .uneditable-input {
jtulach@22
  1775
  -webkit-border-radius: 4px 0 0 4px;
jtulach@22
  1776
     -moz-border-radius: 4px 0 0 4px;
jtulach@22
  1777
          border-radius: 4px 0 0 4px;
jtulach@22
  1778
}
jtulach@22
  1779
jtulach@22
  1780
.input-append input + .btn-group .btn:last-child,
jtulach@22
  1781
.input-append select + .btn-group .btn:last-child,
jtulach@22
  1782
.input-append .uneditable-input + .btn-group .btn:last-child {
jtulach@22
  1783
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  1784
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  1785
          border-radius: 0 4px 4px 0;
jtulach@22
  1786
}
jtulach@22
  1787
jtulach@22
  1788
.input-append .add-on,
jtulach@22
  1789
.input-append .btn,
jtulach@22
  1790
.input-append .btn-group {
jtulach@22
  1791
  margin-left: -1px;
jtulach@22
  1792
}
jtulach@22
  1793
jtulach@22
  1794
.input-append .add-on:last-child,
jtulach@22
  1795
.input-append .btn:last-child,
jtulach@22
  1796
.input-append .btn-group:last-child > .dropdown-toggle {
jtulach@22
  1797
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  1798
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  1799
          border-radius: 0 4px 4px 0;
jtulach@22
  1800
}
jtulach@22
  1801
jtulach@22
  1802
.input-prepend.input-append input,
jtulach@22
  1803
.input-prepend.input-append select,
jtulach@22
  1804
.input-prepend.input-append .uneditable-input {
jtulach@22
  1805
  -webkit-border-radius: 0;
jtulach@22
  1806
     -moz-border-radius: 0;
jtulach@22
  1807
          border-radius: 0;
jtulach@22
  1808
}
jtulach@22
  1809
jtulach@22
  1810
.input-prepend.input-append input + .btn-group .btn,
jtulach@22
  1811
.input-prepend.input-append select + .btn-group .btn,
jtulach@22
  1812
.input-prepend.input-append .uneditable-input + .btn-group .btn {
jtulach@22
  1813
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  1814
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  1815
          border-radius: 0 4px 4px 0;
jtulach@22
  1816
}
jtulach@22
  1817
jtulach@22
  1818
.input-prepend.input-append .add-on:first-child,
jtulach@22
  1819
.input-prepend.input-append .btn:first-child {
jtulach@22
  1820
  margin-right: -1px;
jtulach@22
  1821
  -webkit-border-radius: 4px 0 0 4px;
jtulach@22
  1822
     -moz-border-radius: 4px 0 0 4px;
jtulach@22
  1823
          border-radius: 4px 0 0 4px;
jtulach@22
  1824
}
jtulach@22
  1825
jtulach@22
  1826
.input-prepend.input-append .add-on:last-child,
jtulach@22
  1827
.input-prepend.input-append .btn:last-child {
jtulach@22
  1828
  margin-left: -1px;
jtulach@22
  1829
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  1830
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  1831
          border-radius: 0 4px 4px 0;
jtulach@22
  1832
}
jtulach@22
  1833
jtulach@22
  1834
.input-prepend.input-append .btn-group:first-child {
jtulach@22
  1835
  margin-left: 0;
jtulach@22
  1836
}
jtulach@22
  1837
jtulach@22
  1838
input.search-query {
jtulach@22
  1839
  padding-right: 14px;
jtulach@22
  1840
  padding-right: 4px \9;
jtulach@22
  1841
  padding-left: 14px;
jtulach@22
  1842
  padding-left: 4px \9;
jtulach@22
  1843
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
jtulach@22
  1844
jtulach@22
  1845
  margin-bottom: 0;
jtulach@22
  1846
  -webkit-border-radius: 15px;
jtulach@22
  1847
     -moz-border-radius: 15px;
jtulach@22
  1848
          border-radius: 15px;
jtulach@22
  1849
}
jtulach@22
  1850
jtulach@22
  1851
/* Allow for input prepend/append in search forms */
jtulach@22
  1852
jtulach@22
  1853
.form-search .input-append .search-query,
jtulach@22
  1854
.form-search .input-prepend .search-query {
jtulach@22
  1855
  -webkit-border-radius: 0;
jtulach@22
  1856
     -moz-border-radius: 0;
jtulach@22
  1857
          border-radius: 0;
jtulach@22
  1858
}
jtulach@22
  1859
jtulach@22
  1860
.form-search .input-append .search-query {
jtulach@22
  1861
  -webkit-border-radius: 14px 0 0 14px;
jtulach@22
  1862
     -moz-border-radius: 14px 0 0 14px;
jtulach@22
  1863
          border-radius: 14px 0 0 14px;
jtulach@22
  1864
}
jtulach@22
  1865
jtulach@22
  1866
.form-search .input-append .btn {
jtulach@22
  1867
  -webkit-border-radius: 0 14px 14px 0;
jtulach@22
  1868
     -moz-border-radius: 0 14px 14px 0;
jtulach@22
  1869
          border-radius: 0 14px 14px 0;
jtulach@22
  1870
}
jtulach@22
  1871
jtulach@22
  1872
.form-search .input-prepend .search-query {
jtulach@22
  1873
  -webkit-border-radius: 0 14px 14px 0;
jtulach@22
  1874
     -moz-border-radius: 0 14px 14px 0;
jtulach@22
  1875
          border-radius: 0 14px 14px 0;
jtulach@22
  1876
}
jtulach@22
  1877
jtulach@22
  1878
.form-search .input-prepend .btn {
jtulach@22
  1879
  -webkit-border-radius: 14px 0 0 14px;
jtulach@22
  1880
     -moz-border-radius: 14px 0 0 14px;
jtulach@22
  1881
          border-radius: 14px 0 0 14px;
jtulach@22
  1882
}
jtulach@22
  1883
jtulach@22
  1884
.form-search input,
jtulach@22
  1885
.form-inline input,
jtulach@22
  1886
.form-horizontal input,
jtulach@22
  1887
.form-search textarea,
jtulach@22
  1888
.form-inline textarea,
jtulach@22
  1889
.form-horizontal textarea,
jtulach@22
  1890
.form-search select,
jtulach@22
  1891
.form-inline select,
jtulach@22
  1892
.form-horizontal select,
jtulach@22
  1893
.form-search .help-inline,
jtulach@22
  1894
.form-inline .help-inline,
jtulach@22
  1895
.form-horizontal .help-inline,
jtulach@22
  1896
.form-search .uneditable-input,
jtulach@22
  1897
.form-inline .uneditable-input,
jtulach@22
  1898
.form-horizontal .uneditable-input,
jtulach@22
  1899
.form-search .input-prepend,
jtulach@22
  1900
.form-inline .input-prepend,
jtulach@22
  1901
.form-horizontal .input-prepend,
jtulach@22
  1902
.form-search .input-append,
jtulach@22
  1903
.form-inline .input-append,
jtulach@22
  1904
.form-horizontal .input-append {
jtulach@22
  1905
  display: inline-block;
jtulach@22
  1906
  *display: inline;
jtulach@22
  1907
  margin-bottom: 0;
jtulach@22
  1908
  vertical-align: middle;
jtulach@22
  1909
  *zoom: 1;
jtulach@22
  1910
}
jtulach@22
  1911
jtulach@22
  1912
.form-search .hide,
jtulach@22
  1913
.form-inline .hide,
jtulach@22
  1914
.form-horizontal .hide {
jtulach@22
  1915
  display: none;
jtulach@22
  1916
}
jtulach@22
  1917
jtulach@22
  1918
.form-search label,
jtulach@22
  1919
.form-inline label,
jtulach@22
  1920
.form-search .btn-group,
jtulach@22
  1921
.form-inline .btn-group {
jtulach@22
  1922
  display: inline-block;
jtulach@22
  1923
}
jtulach@22
  1924
jtulach@22
  1925
.form-search .input-append,
jtulach@22
  1926
.form-inline .input-append,
jtulach@22
  1927
.form-search .input-prepend,
jtulach@22
  1928
.form-inline .input-prepend {
jtulach@22
  1929
  margin-bottom: 0;
jtulach@22
  1930
}
jtulach@22
  1931
jtulach@22
  1932
.form-search .radio,
jtulach@22
  1933
.form-search .checkbox,
jtulach@22
  1934
.form-inline .radio,
jtulach@22
  1935
.form-inline .checkbox {
jtulach@22
  1936
  padding-left: 0;
jtulach@22
  1937
  margin-bottom: 0;
jtulach@22
  1938
  vertical-align: middle;
jtulach@22
  1939
}
jtulach@22
  1940
jtulach@22
  1941
.form-search .radio input[type="radio"],
jtulach@22
  1942
.form-search .checkbox input[type="checkbox"],
jtulach@22
  1943
.form-inline .radio input[type="radio"],
jtulach@22
  1944
.form-inline .checkbox input[type="checkbox"] {
jtulach@22
  1945
  float: left;
jtulach@22
  1946
  margin-right: 3px;
jtulach@22
  1947
  margin-left: 0;
jtulach@22
  1948
}
jtulach@22
  1949
jtulach@22
  1950
.control-group {
jtulach@22
  1951
  margin-bottom: 10px;
jtulach@22
  1952
}
jtulach@22
  1953
jtulach@22
  1954
legend + .control-group {
jtulach@22
  1955
  margin-top: 20px;
jtulach@22
  1956
  -webkit-margin-top-collapse: separate;
jtulach@22
  1957
}
jtulach@22
  1958
jtulach@22
  1959
.form-horizontal .control-group {
jtulach@22
  1960
  margin-bottom: 20px;
jtulach@22
  1961
  *zoom: 1;
jtulach@22
  1962
}
jtulach@22
  1963
jtulach@22
  1964
.form-horizontal .control-group:before,
jtulach@22
  1965
.form-horizontal .control-group:after {
jtulach@22
  1966
  display: table;
jtulach@22
  1967
  line-height: 0;
jtulach@22
  1968
  content: "";
jtulach@22
  1969
}
jtulach@22
  1970
jtulach@22
  1971
.form-horizontal .control-group:after {
jtulach@22
  1972
  clear: both;
jtulach@22
  1973
}
jtulach@22
  1974
jtulach@22
  1975
.form-horizontal .control-label {
jtulach@22
  1976
  float: left;
jtulach@22
  1977
  width: 160px;
jtulach@22
  1978
  padding-top: 5px;
jtulach@22
  1979
  text-align: right;
jtulach@22
  1980
}
jtulach@22
  1981
jtulach@22
  1982
.form-horizontal .controls {
jtulach@22
  1983
  *display: inline-block;
jtulach@22
  1984
  *padding-left: 20px;
jtulach@22
  1985
  margin-left: 180px;
jtulach@22
  1986
  *margin-left: 0;
jtulach@22
  1987
}
jtulach@22
  1988
jtulach@22
  1989
.form-horizontal .controls:first-child {
jtulach@22
  1990
  *padding-left: 180px;
jtulach@22
  1991
}
jtulach@22
  1992
jtulach@22
  1993
.form-horizontal .help-block {
jtulach@22
  1994
  margin-bottom: 0;
jtulach@22
  1995
}
jtulach@22
  1996
jtulach@22
  1997
.form-horizontal input + .help-block,
jtulach@22
  1998
.form-horizontal select + .help-block,
jtulach@22
  1999
.form-horizontal textarea + .help-block,
jtulach@22
  2000
.form-horizontal .uneditable-input + .help-block,
jtulach@22
  2001
.form-horizontal .input-prepend + .help-block,
jtulach@22
  2002
.form-horizontal .input-append + .help-block {
jtulach@22
  2003
  margin-top: 10px;
jtulach@22
  2004
}
jtulach@22
  2005
jtulach@22
  2006
.form-horizontal .form-actions {
jtulach@22
  2007
  padding-left: 180px;
jtulach@22
  2008
}
jtulach@22
  2009
jtulach@22
  2010
table {
jtulach@22
  2011
  max-width: 100%;
jtulach@22
  2012
  background-color: transparent;
jtulach@22
  2013
  border-collapse: collapse;
jtulach@22
  2014
  border-spacing: 0;
jtulach@22
  2015
}
jtulach@22
  2016
jtulach@22
  2017
.table {
jtulach@22
  2018
  width: 100%;
jtulach@22
  2019
  margin-bottom: 20px;
jtulach@22
  2020
}
jtulach@22
  2021
jtulach@22
  2022
.table th,
jtulach@22
  2023
.table td {
jtulach@22
  2024
  padding: 8px;
jtulach@22
  2025
  line-height: 20px;
jtulach@22
  2026
  text-align: left;
jtulach@22
  2027
  vertical-align: top;
jtulach@22
  2028
  border-top: 1px solid #dddddd;
jtulach@22
  2029
}
jtulach@22
  2030
jtulach@22
  2031
.table th {
jtulach@22
  2032
  font-weight: bold;
jtulach@22
  2033
}
jtulach@22
  2034
jtulach@22
  2035
.table thead th {
jtulach@22
  2036
  vertical-align: bottom;
jtulach@22
  2037
}
jtulach@22
  2038
jtulach@22
  2039
.table caption + thead tr:first-child th,
jtulach@22
  2040
.table caption + thead tr:first-child td,
jtulach@22
  2041
.table colgroup + thead tr:first-child th,
jtulach@22
  2042
.table colgroup + thead tr:first-child td,
jtulach@22
  2043
.table thead:first-child tr:first-child th,
jtulach@22
  2044
.table thead:first-child tr:first-child td {
jtulach@22
  2045
  border-top: 0;
jtulach@22
  2046
}
jtulach@22
  2047
jtulach@22
  2048
.table tbody + tbody {
jtulach@22
  2049
  border-top: 2px solid #dddddd;
jtulach@22
  2050
}
jtulach@22
  2051
jtulach@22
  2052
.table .table {
jtulach@22
  2053
  background-color: #ffffff;
jtulach@22
  2054
}
jtulach@22
  2055
jtulach@22
  2056
.table-condensed th,
jtulach@22
  2057
.table-condensed td {
jtulach@22
  2058
  padding: 4px 5px;
jtulach@22
  2059
}
jtulach@22
  2060
jtulach@22
  2061
.table-bordered {
jtulach@22
  2062
  border: 1px solid #dddddd;
jtulach@22
  2063
  border-collapse: separate;
jtulach@22
  2064
  *border-collapse: collapse;
jtulach@22
  2065
  border-left: 0;
jtulach@22
  2066
  -webkit-border-radius: 4px;
jtulach@22
  2067
     -moz-border-radius: 4px;
jtulach@22
  2068
          border-radius: 4px;
jtulach@22
  2069
}
jtulach@22
  2070
jtulach@22
  2071
.table-bordered th,
jtulach@22
  2072
.table-bordered td {
jtulach@22
  2073
  border-left: 1px solid #dddddd;
jtulach@22
  2074
}
jtulach@22
  2075
jtulach@22
  2076
.table-bordered caption + thead tr:first-child th,
jtulach@22
  2077
.table-bordered caption + tbody tr:first-child th,
jtulach@22
  2078
.table-bordered caption + tbody tr:first-child td,
jtulach@22
  2079
.table-bordered colgroup + thead tr:first-child th,
jtulach@22
  2080
.table-bordered colgroup + tbody tr:first-child th,
jtulach@22
  2081
.table-bordered colgroup + tbody tr:first-child td,
jtulach@22
  2082
.table-bordered thead:first-child tr:first-child th,
jtulach@22
  2083
.table-bordered tbody:first-child tr:first-child th,
jtulach@22
  2084
.table-bordered tbody:first-child tr:first-child td {
jtulach@22
  2085
  border-top: 0;
jtulach@22
  2086
}
jtulach@22
  2087
jtulach@22
  2088
.table-bordered thead:first-child tr:first-child > th:first-child,
jtulach@22
  2089
.table-bordered tbody:first-child tr:first-child > td:first-child,
jtulach@22
  2090
.table-bordered tbody:first-child tr:first-child > th:first-child {
jtulach@22
  2091
  -webkit-border-top-left-radius: 4px;
jtulach@22
  2092
          border-top-left-radius: 4px;
jtulach@22
  2093
  -moz-border-radius-topleft: 4px;
jtulach@22
  2094
}
jtulach@22
  2095
jtulach@22
  2096
.table-bordered thead:first-child tr:first-child > th:last-child,
jtulach@22
  2097
.table-bordered tbody:first-child tr:first-child > td:last-child,
jtulach@22
  2098
.table-bordered tbody:first-child tr:first-child > th:last-child {
jtulach@22
  2099
  -webkit-border-top-right-radius: 4px;
jtulach@22
  2100
          border-top-right-radius: 4px;
jtulach@22
  2101
  -moz-border-radius-topright: 4px;
jtulach@22
  2102
}
jtulach@22
  2103
jtulach@22
  2104
.table-bordered thead:last-child tr:last-child > th:first-child,
jtulach@22
  2105
.table-bordered tbody:last-child tr:last-child > td:first-child,
jtulach@22
  2106
.table-bordered tbody:last-child tr:last-child > th:first-child,
jtulach@22
  2107
.table-bordered tfoot:last-child tr:last-child > td:first-child,
jtulach@22
  2108
.table-bordered tfoot:last-child tr:last-child > th:first-child {
jtulach@22
  2109
  -webkit-border-bottom-left-radius: 4px;
jtulach@22
  2110
          border-bottom-left-radius: 4px;
jtulach@22
  2111
  -moz-border-radius-bottomleft: 4px;
jtulach@22
  2112
}
jtulach@22
  2113
jtulach@22
  2114
.table-bordered thead:last-child tr:last-child > th:last-child,
jtulach@22
  2115
.table-bordered tbody:last-child tr:last-child > td:last-child,
jtulach@22
  2116
.table-bordered tbody:last-child tr:last-child > th:last-child,
jtulach@22
  2117
.table-bordered tfoot:last-child tr:last-child > td:last-child,
jtulach@22
  2118
.table-bordered tfoot:last-child tr:last-child > th:last-child {
jtulach@22
  2119
  -webkit-border-bottom-right-radius: 4px;
jtulach@22
  2120
          border-bottom-right-radius: 4px;
jtulach@22
  2121
  -moz-border-radius-bottomright: 4px;
jtulach@22
  2122
}
jtulach@22
  2123
jtulach@22
  2124
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
jtulach@22
  2125
  -webkit-border-bottom-left-radius: 0;
jtulach@22
  2126
          border-bottom-left-radius: 0;
jtulach@22
  2127
  -moz-border-radius-bottomleft: 0;
jtulach@22
  2128
}
jtulach@22
  2129
jtulach@22
  2130
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
jtulach@22
  2131
  -webkit-border-bottom-right-radius: 0;
jtulach@22
  2132
          border-bottom-right-radius: 0;
jtulach@22
  2133
  -moz-border-radius-bottomright: 0;
jtulach@22
  2134
}
jtulach@22
  2135
jtulach@22
  2136
.table-bordered caption + thead tr:first-child th:first-child,
jtulach@22
  2137
.table-bordered caption + tbody tr:first-child td:first-child,
jtulach@22
  2138
.table-bordered colgroup + thead tr:first-child th:first-child,
jtulach@22
  2139
.table-bordered colgroup + tbody tr:first-child td:first-child {
jtulach@22
  2140
  -webkit-border-top-left-radius: 4px;
jtulach@22
  2141
          border-top-left-radius: 4px;
jtulach@22
  2142
  -moz-border-radius-topleft: 4px;
jtulach@22
  2143
}
jtulach@22
  2144
jtulach@22
  2145
.table-bordered caption + thead tr:first-child th:last-child,
jtulach@22
  2146
.table-bordered caption + tbody tr:first-child td:last-child,
jtulach@22
  2147
.table-bordered colgroup + thead tr:first-child th:last-child,
jtulach@22
  2148
.table-bordered colgroup + tbody tr:first-child td:last-child {
jtulach@22
  2149
  -webkit-border-top-right-radius: 4px;
jtulach@22
  2150
          border-top-right-radius: 4px;
jtulach@22
  2151
  -moz-border-radius-topright: 4px;
jtulach@22
  2152
}
jtulach@22
  2153
jtulach@22
  2154
.table-striped tbody > tr:nth-child(odd) > td,
jtulach@22
  2155
.table-striped tbody > tr:nth-child(odd) > th {
jtulach@22
  2156
  background-color: #f9f9f9;
jtulach@22
  2157
}
jtulach@22
  2158
jtulach@22
  2159
.table-hover tbody tr:hover > td,
jtulach@22
  2160
.table-hover tbody tr:hover > th {
jtulach@22
  2161
  background-color: #f5f5f5;
jtulach@22
  2162
}
jtulach@22
  2163
jtulach@22
  2164
table td[class*="span"],
jtulach@22
  2165
table th[class*="span"],
jtulach@22
  2166
.row-fluid table td[class*="span"],
jtulach@22
  2167
.row-fluid table th[class*="span"] {
jtulach@22
  2168
  display: table-cell;
jtulach@22
  2169
  float: none;
jtulach@22
  2170
  margin-left: 0;
jtulach@22
  2171
}
jtulach@22
  2172
jtulach@22
  2173
.table td.span1,
jtulach@22
  2174
.table th.span1 {
jtulach@22
  2175
  float: none;
jtulach@22
  2176
  width: 44px;
jtulach@22
  2177
  margin-left: 0;
jtulach@22
  2178
}
jtulach@22
  2179
jtulach@22
  2180
.table td.span2,
jtulach@22
  2181
.table th.span2 {
jtulach@22
  2182
  float: none;
jtulach@22
  2183
  width: 124px;
jtulach@22
  2184
  margin-left: 0;
jtulach@22
  2185
}
jtulach@22
  2186
jtulach@22
  2187
.table td.span3,
jtulach@22
  2188
.table th.span3 {
jtulach@22
  2189
  float: none;
jtulach@22
  2190
  width: 204px;
jtulach@22
  2191
  margin-left: 0;
jtulach@22
  2192
}
jtulach@22
  2193
jtulach@22
  2194
.table td.span4,
jtulach@22
  2195
.table th.span4 {
jtulach@22
  2196
  float: none;
jtulach@22
  2197
  width: 284px;
jtulach@22
  2198
  margin-left: 0;
jtulach@22
  2199
}
jtulach@22
  2200
jtulach@22
  2201
.table td.span5,
jtulach@22
  2202
.table th.span5 {
jtulach@22
  2203
  float: none;
jtulach@22
  2204
  width: 364px;
jtulach@22
  2205
  margin-left: 0;
jtulach@22
  2206
}
jtulach@22
  2207
jtulach@22
  2208
.table td.span6,
jtulach@22
  2209
.table th.span6 {
jtulach@22
  2210
  float: none;
jtulach@22
  2211
  width: 444px;
jtulach@22
  2212
  margin-left: 0;
jtulach@22
  2213
}
jtulach@22
  2214
jtulach@22
  2215
.table td.span7,
jtulach@22
  2216
.table th.span7 {
jtulach@22
  2217
  float: none;
jtulach@22
  2218
  width: 524px;
jtulach@22
  2219
  margin-left: 0;
jtulach@22
  2220
}
jtulach@22
  2221
jtulach@22
  2222
.table td.span8,
jtulach@22
  2223
.table th.span8 {
jtulach@22
  2224
  float: none;
jtulach@22
  2225
  width: 604px;
jtulach@22
  2226
  margin-left: 0;
jtulach@22
  2227
}
jtulach@22
  2228
jtulach@22
  2229
.table td.span9,
jtulach@22
  2230
.table th.span9 {
jtulach@22
  2231
  float: none;
jtulach@22
  2232
  width: 684px;
jtulach@22
  2233
  margin-left: 0;
jtulach@22
  2234
}
jtulach@22
  2235
jtulach@22
  2236
.table td.span10,
jtulach@22
  2237
.table th.span10 {
jtulach@22
  2238
  float: none;
jtulach@22
  2239
  width: 764px;
jtulach@22
  2240
  margin-left: 0;
jtulach@22
  2241
}
jtulach@22
  2242
jtulach@22
  2243
.table td.span11,
jtulach@22
  2244
.table th.span11 {
jtulach@22
  2245
  float: none;
jtulach@22
  2246
  width: 844px;
jtulach@22
  2247
  margin-left: 0;
jtulach@22
  2248
}
jtulach@22
  2249
jtulach@22
  2250
.table td.span12,
jtulach@22
  2251
.table th.span12 {
jtulach@22
  2252
  float: none;
jtulach@22
  2253
  width: 924px;
jtulach@22
  2254
  margin-left: 0;
jtulach@22
  2255
}
jtulach@22
  2256
jtulach@22
  2257
.table tbody tr.success > td {
jtulach@22
  2258
  background-color: #dff0d8;
jtulach@22
  2259
}
jtulach@22
  2260
jtulach@22
  2261
.table tbody tr.error > td {
jtulach@22
  2262
  background-color: #f2dede;
jtulach@22
  2263
}
jtulach@22
  2264
jtulach@22
  2265
.table tbody tr.warning > td {
jtulach@22
  2266
  background-color: #fcf8e3;
jtulach@22
  2267
}
jtulach@22
  2268
jtulach@22
  2269
.table tbody tr.info > td {
jtulach@22
  2270
  background-color: #d9edf7;
jtulach@22
  2271
}
jtulach@22
  2272
jtulach@22
  2273
.table-hover tbody tr.success:hover > td {
jtulach@22
  2274
  background-color: #d0e9c6;
jtulach@22
  2275
}
jtulach@22
  2276
jtulach@22
  2277
.table-hover tbody tr.error:hover > td {
jtulach@22
  2278
  background-color: #ebcccc;
jtulach@22
  2279
}
jtulach@22
  2280
jtulach@22
  2281
.table-hover tbody tr.warning:hover > td {
jtulach@22
  2282
  background-color: #faf2cc;
jtulach@22
  2283
}
jtulach@22
  2284
jtulach@22
  2285
.table-hover tbody tr.info:hover > td {
jtulach@22
  2286
  background-color: #c4e3f3;
jtulach@22
  2287
}
jtulach@22
  2288
jtulach@22
  2289
[class^="icon-"],
jtulach@22
  2290
[class*=" icon-"] {
jtulach@22
  2291
  display: inline-block;
jtulach@22
  2292
  width: 14px;
jtulach@22
  2293
  height: 14px;
jtulach@22
  2294
  margin-top: 1px;
jtulach@22
  2295
  *margin-right: .3em;
jtulach@22
  2296
  line-height: 14px;
jtulach@22
  2297
  vertical-align: text-top;
jtulach@22
  2298
  background-image: url("../img/glyphicons-halflings.png");
jtulach@22
  2299
  background-position: 14px 14px;
jtulach@22
  2300
  background-repeat: no-repeat;
jtulach@22
  2301
}
jtulach@22
  2302
jtulach@22
  2303
/* White icons with optional class, or on hover/focus/active states of certain elements */
jtulach@22
  2304
jtulach@22
  2305
.icon-white,
jtulach@22
  2306
.nav-pills > .active > a > [class^="icon-"],
jtulach@22
  2307
.nav-pills > .active > a > [class*=" icon-"],
jtulach@22
  2308
.nav-list > .active > a > [class^="icon-"],
jtulach@22
  2309
.nav-list > .active > a > [class*=" icon-"],
jtulach@22
  2310
.navbar-inverse .nav > .active > a > [class^="icon-"],
jtulach@22
  2311
.navbar-inverse .nav > .active > a > [class*=" icon-"],
jtulach@22
  2312
.dropdown-menu > li > a:hover > [class^="icon-"],
jtulach@22
  2313
.dropdown-menu > li > a:focus > [class^="icon-"],
jtulach@22
  2314
.dropdown-menu > li > a:hover > [class*=" icon-"],
jtulach@22
  2315
.dropdown-menu > li > a:focus > [class*=" icon-"],
jtulach@22
  2316
.dropdown-menu > .active > a > [class^="icon-"],
jtulach@22
  2317
.dropdown-menu > .active > a > [class*=" icon-"],
jtulach@22
  2318
.dropdown-submenu:hover > a > [class^="icon-"],
jtulach@22
  2319
.dropdown-submenu:focus > a > [class^="icon-"],
jtulach@22
  2320
.dropdown-submenu:hover > a > [class*=" icon-"],
jtulach@22
  2321
.dropdown-submenu:focus > a > [class*=" icon-"] {
jtulach@22
  2322
  background-image: url("../img/glyphicons-halflings-white.png");
jtulach@22
  2323
}
jtulach@22
  2324
jtulach@22
  2325
.icon-glass {
jtulach@22
  2326
  background-position: 0      0;
jtulach@22
  2327
}
jtulach@22
  2328
jtulach@22
  2329
.icon-music {
jtulach@22
  2330
  background-position: -24px 0;
jtulach@22
  2331
}
jtulach@22
  2332
jtulach@22
  2333
.icon-search {
jtulach@22
  2334
  background-position: -48px 0;
jtulach@22
  2335
}
jtulach@22
  2336
jtulach@22
  2337
.icon-envelope {
jtulach@22
  2338
  background-position: -72px 0;
jtulach@22
  2339
}
jtulach@22
  2340
jtulach@22
  2341
.icon-heart {
jtulach@22
  2342
  background-position: -96px 0;
jtulach@22
  2343
}
jtulach@22
  2344
jtulach@22
  2345
.icon-star {
jtulach@22
  2346
  background-position: -120px 0;
jtulach@22
  2347
}
jtulach@22
  2348
jtulach@22
  2349
.icon-star-empty {
jtulach@22
  2350
  background-position: -144px 0;
jtulach@22
  2351
}
jtulach@22
  2352
jtulach@22
  2353
.icon-user {
jtulach@22
  2354
  background-position: -168px 0;
jtulach@22
  2355
}
jtulach@22
  2356
jtulach@22
  2357
.icon-film {
jtulach@22
  2358
  background-position: -192px 0;
jtulach@22
  2359
}
jtulach@22
  2360
jtulach@22
  2361
.icon-th-large {
jtulach@22
  2362
  background-position: -216px 0;
jtulach@22
  2363
}
jtulach@22
  2364
jtulach@22
  2365
.icon-th {
jtulach@22
  2366
  background-position: -240px 0;
jtulach@22
  2367
}
jtulach@22
  2368
jtulach@22
  2369
.icon-th-list {
jtulach@22
  2370
  background-position: -264px 0;
jtulach@22
  2371
}
jtulach@22
  2372
jtulach@22
  2373
.icon-ok {
jtulach@22
  2374
  background-position: -288px 0;
jtulach@22
  2375
}
jtulach@22
  2376
jtulach@22
  2377
.icon-remove {
jtulach@22
  2378
  background-position: -312px 0;
jtulach@22
  2379
}
jtulach@22
  2380
jtulach@22
  2381
.icon-zoom-in {
jtulach@22
  2382
  background-position: -336px 0;
jtulach@22
  2383
}
jtulach@22
  2384
jtulach@22
  2385
.icon-zoom-out {
jtulach@22
  2386
  background-position: -360px 0;
jtulach@22
  2387
}
jtulach@22
  2388
jtulach@22
  2389
.icon-off {
jtulach@22
  2390
  background-position: -384px 0;
jtulach@22
  2391
}
jtulach@22
  2392
jtulach@22
  2393
.icon-signal {
jtulach@22
  2394
  background-position: -408px 0;
jtulach@22
  2395
}
jtulach@22
  2396
jtulach@22
  2397
.icon-cog {
jtulach@22
  2398
  background-position: -432px 0;
jtulach@22
  2399
}
jtulach@22
  2400
jtulach@22
  2401
.icon-trash {
jtulach@22
  2402
  background-position: -456px 0;
jtulach@22
  2403
}
jtulach@22
  2404
jtulach@22
  2405
.icon-home {
jtulach@22
  2406
  background-position: 0 -24px;
jtulach@22
  2407
}
jtulach@22
  2408
jtulach@22
  2409
.icon-file {
jtulach@22
  2410
  background-position: -24px -24px;
jtulach@22
  2411
}
jtulach@22
  2412
jtulach@22
  2413
.icon-time {
jtulach@22
  2414
  background-position: -48px -24px;
jtulach@22
  2415
}
jtulach@22
  2416
jtulach@22
  2417
.icon-road {
jtulach@22
  2418
  background-position: -72px -24px;
jtulach@22
  2419
}
jtulach@22
  2420
jtulach@22
  2421
.icon-download-alt {
jtulach@22
  2422
  background-position: -96px -24px;
jtulach@22
  2423
}
jtulach@22
  2424
jtulach@22
  2425
.icon-download {
jtulach@22
  2426
  background-position: -120px -24px;
jtulach@22
  2427
}
jtulach@22
  2428
jtulach@22
  2429
.icon-upload {
jtulach@22
  2430
  background-position: -144px -24px;
jtulach@22
  2431
}
jtulach@22
  2432
jtulach@22
  2433
.icon-inbox {
jtulach@22
  2434
  background-position: -168px -24px;
jtulach@22
  2435
}
jtulach@22
  2436
jtulach@22
  2437
.icon-play-circle {
jtulach@22
  2438
  background-position: -192px -24px;
jtulach@22
  2439
}
jtulach@22
  2440
jtulach@22
  2441
.icon-repeat {
jtulach@22
  2442
  background-position: -216px -24px;
jtulach@22
  2443
}
jtulach@22
  2444
jtulach@22
  2445
.icon-refresh {
jtulach@22
  2446
  background-position: -240px -24px;
jtulach@22
  2447
}
jtulach@22
  2448
jtulach@22
  2449
.icon-list-alt {
jtulach@22
  2450
  background-position: -264px -24px;
jtulach@22
  2451
}
jtulach@22
  2452
jtulach@22
  2453
.icon-lock {
jtulach@22
  2454
  background-position: -287px -24px;
jtulach@22
  2455
}
jtulach@22
  2456
jtulach@22
  2457
.icon-flag {
jtulach@22
  2458
  background-position: -312px -24px;
jtulach@22
  2459
}
jtulach@22
  2460
jtulach@22
  2461
.icon-headphones {
jtulach@22
  2462
  background-position: -336px -24px;
jtulach@22
  2463
}
jtulach@22
  2464
jtulach@22
  2465
.icon-volume-off {
jtulach@22
  2466
  background-position: -360px -24px;
jtulach@22
  2467
}
jtulach@22
  2468
jtulach@22
  2469
.icon-volume-down {
jtulach@22
  2470
  background-position: -384px -24px;
jtulach@22
  2471
}
jtulach@22
  2472
jtulach@22
  2473
.icon-volume-up {
jtulach@22
  2474
  background-position: -408px -24px;
jtulach@22
  2475
}
jtulach@22
  2476
jtulach@22
  2477
.icon-qrcode {
jtulach@22
  2478
  background-position: -432px -24px;
jtulach@22
  2479
}
jtulach@22
  2480
jtulach@22
  2481
.icon-barcode {
jtulach@22
  2482
  background-position: -456px -24px;
jtulach@22
  2483
}
jtulach@22
  2484
jtulach@22
  2485
.icon-tag {
jtulach@22
  2486
  background-position: 0 -48px;
jtulach@22
  2487
}
jtulach@22
  2488
jtulach@22
  2489
.icon-tags {
jtulach@22
  2490
  background-position: -25px -48px;
jtulach@22
  2491
}
jtulach@22
  2492
jtulach@22
  2493
.icon-book {
jtulach@22
  2494
  background-position: -48px -48px;
jtulach@22
  2495
}
jtulach@22
  2496
jtulach@22
  2497
.icon-bookmark {
jtulach@22
  2498
  background-position: -72px -48px;
jtulach@22
  2499
}
jtulach@22
  2500
jtulach@22
  2501
.icon-print {
jtulach@22
  2502
  background-position: -96px -48px;
jtulach@22
  2503
}
jtulach@22
  2504
jtulach@22
  2505
.icon-camera {
jtulach@22
  2506
  background-position: -120px -48px;
jtulach@22
  2507
}
jtulach@22
  2508
jtulach@22
  2509
.icon-font {
jtulach@22
  2510
  background-position: -144px -48px;
jtulach@22
  2511
}
jtulach@22
  2512
jtulach@22
  2513
.icon-bold {
jtulach@22
  2514
  background-position: -167px -48px;
jtulach@22
  2515
}
jtulach@22
  2516
jtulach@22
  2517
.icon-italic {
jtulach@22
  2518
  background-position: -192px -48px;
jtulach@22
  2519
}
jtulach@22
  2520
jtulach@22
  2521
.icon-text-height {
jtulach@22
  2522
  background-position: -216px -48px;
jtulach@22
  2523
}
jtulach@22
  2524
jtulach@22
  2525
.icon-text-width {
jtulach@22
  2526
  background-position: -240px -48px;
jtulach@22
  2527
}
jtulach@22
  2528
jtulach@22
  2529
.icon-align-left {
jtulach@22
  2530
  background-position: -264px -48px;
jtulach@22
  2531
}
jtulach@22
  2532
jtulach@22
  2533
.icon-align-center {
jtulach@22
  2534
  background-position: -288px -48px;
jtulach@22
  2535
}
jtulach@22
  2536
jtulach@22
  2537
.icon-align-right {
jtulach@22
  2538
  background-position: -312px -48px;
jtulach@22
  2539
}
jtulach@22
  2540
jtulach@22
  2541
.icon-align-justify {
jtulach@22
  2542
  background-position: -336px -48px;
jtulach@22
  2543
}
jtulach@22
  2544
jtulach@22
  2545
.icon-list {
jtulach@22
  2546
  background-position: -360px -48px;
jtulach@22
  2547
}
jtulach@22
  2548
jtulach@22
  2549
.icon-indent-left {
jtulach@22
  2550
  background-position: -384px -48px;
jtulach@22
  2551
}
jtulach@22
  2552
jtulach@22
  2553
.icon-indent-right {
jtulach@22
  2554
  background-position: -408px -48px;
jtulach@22
  2555
}
jtulach@22
  2556
jtulach@22
  2557
.icon-facetime-video {
jtulach@22
  2558
  background-position: -432px -48px;
jtulach@22
  2559
}
jtulach@22
  2560
jtulach@22
  2561
.icon-picture {
jtulach@22
  2562
  background-position: -456px -48px;
jtulach@22
  2563
}
jtulach@22
  2564
jtulach@22
  2565
.icon-pencil {
jtulach@22
  2566
  background-position: 0 -72px;
jtulach@22
  2567
}
jtulach@22
  2568
jtulach@22
  2569
.icon-map-marker {
jtulach@22
  2570
  background-position: -24px -72px;
jtulach@22
  2571
}
jtulach@22
  2572
jtulach@22
  2573
.icon-adjust {
jtulach@22
  2574
  background-position: -48px -72px;
jtulach@22
  2575
}
jtulach@22
  2576
jtulach@22
  2577
.icon-tint {
jtulach@22
  2578
  background-position: -72px -72px;
jtulach@22
  2579
}
jtulach@22
  2580
jtulach@22
  2581
.icon-edit {
jtulach@22
  2582
  background-position: -96px -72px;
jtulach@22
  2583
}
jtulach@22
  2584
jtulach@22
  2585
.icon-share {
jtulach@22
  2586
  background-position: -120px -72px;
jtulach@22
  2587
}
jtulach@22
  2588
jtulach@22
  2589
.icon-check {
jtulach@22
  2590
  background-position: -144px -72px;
jtulach@22
  2591
}
jtulach@22
  2592
jtulach@22
  2593
.icon-move {
jtulach@22
  2594
  background-position: -168px -72px;
jtulach@22
  2595
}
jtulach@22
  2596
jtulach@22
  2597
.icon-step-backward {
jtulach@22
  2598
  background-position: -192px -72px;
jtulach@22
  2599
}
jtulach@22
  2600
jtulach@22
  2601
.icon-fast-backward {
jtulach@22
  2602
  background-position: -216px -72px;
jtulach@22
  2603
}
jtulach@22
  2604
jtulach@22
  2605
.icon-backward {
jtulach@22
  2606
  background-position: -240px -72px;
jtulach@22
  2607
}
jtulach@22
  2608
jtulach@22
  2609
.icon-play {
jtulach@22
  2610
  background-position: -264px -72px;
jtulach@22
  2611
}
jtulach@22
  2612
jtulach@22
  2613
.icon-pause {
jtulach@22
  2614
  background-position: -288px -72px;
jtulach@22
  2615
}
jtulach@22
  2616
jtulach@22
  2617
.icon-stop {
jtulach@22
  2618
  background-position: -312px -72px;
jtulach@22
  2619
}
jtulach@22
  2620
jtulach@22
  2621
.icon-forward {
jtulach@22
  2622
  background-position: -336px -72px;
jtulach@22
  2623
}
jtulach@22
  2624
jtulach@22
  2625
.icon-fast-forward {
jtulach@22
  2626
  background-position: -360px -72px;
jtulach@22
  2627
}
jtulach@22
  2628
jtulach@22
  2629
.icon-step-forward {
jtulach@22
  2630
  background-position: -384px -72px;
jtulach@22
  2631
}
jtulach@22
  2632
jtulach@22
  2633
.icon-eject {
jtulach@22
  2634
  background-position: -408px -72px;
jtulach@22
  2635
}
jtulach@22
  2636
jtulach@22
  2637
.icon-chevron-left {
jtulach@22
  2638
  background-position: -432px -72px;
jtulach@22
  2639
}
jtulach@22
  2640
jtulach@22
  2641
.icon-chevron-right {
jtulach@22
  2642
  background-position: -456px -72px;
jtulach@22
  2643
}
jtulach@22
  2644
jtulach@22
  2645
.icon-plus-sign {
jtulach@22
  2646
  background-position: 0 -96px;
jtulach@22
  2647
}
jtulach@22
  2648
jtulach@22
  2649
.icon-minus-sign {
jtulach@22
  2650
  background-position: -24px -96px;
jtulach@22
  2651
}
jtulach@22
  2652
jtulach@22
  2653
.icon-remove-sign {
jtulach@22
  2654
  background-position: -48px -96px;
jtulach@22
  2655
}
jtulach@22
  2656
jtulach@22
  2657
.icon-ok-sign {
jtulach@22
  2658
  background-position: -72px -96px;
jtulach@22
  2659
}
jtulach@22
  2660
jtulach@22
  2661
.icon-question-sign {
jtulach@22
  2662
  background-position: -96px -96px;
jtulach@22
  2663
}
jtulach@22
  2664
jtulach@22
  2665
.icon-info-sign {
jtulach@22
  2666
  background-position: -120px -96px;
jtulach@22
  2667
}
jtulach@22
  2668
jtulach@22
  2669
.icon-screenshot {
jtulach@22
  2670
  background-position: -144px -96px;
jtulach@22
  2671
}
jtulach@22
  2672
jtulach@22
  2673
.icon-remove-circle {
jtulach@22
  2674
  background-position: -168px -96px;
jtulach@22
  2675
}
jtulach@22
  2676
jtulach@22
  2677
.icon-ok-circle {
jtulach@22
  2678
  background-position: -192px -96px;
jtulach@22
  2679
}
jtulach@22
  2680
jtulach@22
  2681
.icon-ban-circle {
jtulach@22
  2682
  background-position: -216px -96px;
jtulach@22
  2683
}
jtulach@22
  2684
jtulach@22
  2685
.icon-arrow-left {
jtulach@22
  2686
  background-position: -240px -96px;
jtulach@22
  2687
}
jtulach@22
  2688
jtulach@22
  2689
.icon-arrow-right {
jtulach@22
  2690
  background-position: -264px -96px;
jtulach@22
  2691
}
jtulach@22
  2692
jtulach@22
  2693
.icon-arrow-up {
jtulach@22
  2694
  background-position: -289px -96px;
jtulach@22
  2695
}
jtulach@22
  2696
jtulach@22
  2697
.icon-arrow-down {
jtulach@22
  2698
  background-position: -312px -96px;
jtulach@22
  2699
}
jtulach@22
  2700
jtulach@22
  2701
.icon-share-alt {
jtulach@22
  2702
  background-position: -336px -96px;
jtulach@22
  2703
}
jtulach@22
  2704
jtulach@22
  2705
.icon-resize-full {
jtulach@22
  2706
  background-position: -360px -96px;
jtulach@22
  2707
}
jtulach@22
  2708
jtulach@22
  2709
.icon-resize-small {
jtulach@22
  2710
  background-position: -384px -96px;
jtulach@22
  2711
}
jtulach@22
  2712
jtulach@22
  2713
.icon-plus {
jtulach@22
  2714
  background-position: -408px -96px;
jtulach@22
  2715
}
jtulach@22
  2716
jtulach@22
  2717
.icon-minus {
jtulach@22
  2718
  background-position: -433px -96px;
jtulach@22
  2719
}
jtulach@22
  2720
jtulach@22
  2721
.icon-asterisk {
jtulach@22
  2722
  background-position: -456px -96px;
jtulach@22
  2723
}
jtulach@22
  2724
jtulach@22
  2725
.icon-exclamation-sign {
jtulach@22
  2726
  background-position: 0 -120px;
jtulach@22
  2727
}
jtulach@22
  2728
jtulach@22
  2729
.icon-gift {
jtulach@22
  2730
  background-position: -24px -120px;
jtulach@22
  2731
}
jtulach@22
  2732
jtulach@22
  2733
.icon-leaf {
jtulach@22
  2734
  background-position: -48px -120px;
jtulach@22
  2735
}
jtulach@22
  2736
jtulach@22
  2737
.icon-fire {
jtulach@22
  2738
  background-position: -72px -120px;
jtulach@22
  2739
}
jtulach@22
  2740
jtulach@22
  2741
.icon-eye-open {
jtulach@22
  2742
  background-position: -96px -120px;
jtulach@22
  2743
}
jtulach@22
  2744
jtulach@22
  2745
.icon-eye-close {
jtulach@22
  2746
  background-position: -120px -120px;
jtulach@22
  2747
}
jtulach@22
  2748
jtulach@22
  2749
.icon-warning-sign {
jtulach@22
  2750
  background-position: -144px -120px;
jtulach@22
  2751
}
jtulach@22
  2752
jtulach@22
  2753
.icon-plane {
jtulach@22
  2754
  background-position: -168px -120px;
jtulach@22
  2755
}
jtulach@22
  2756
jtulach@22
  2757
.icon-calendar {
jtulach@22
  2758
  background-position: -192px -120px;
jtulach@22
  2759
}
jtulach@22
  2760
jtulach@22
  2761
.icon-random {
jtulach@22
  2762
  width: 16px;
jtulach@22
  2763
  background-position: -216px -120px;
jtulach@22
  2764
}
jtulach@22
  2765
jtulach@22
  2766
.icon-comment {
jtulach@22
  2767
  background-position: -240px -120px;
jtulach@22
  2768
}
jtulach@22
  2769
jtulach@22
  2770
.icon-magnet {
jtulach@22
  2771
  background-position: -264px -120px;
jtulach@22
  2772
}
jtulach@22
  2773
jtulach@22
  2774
.icon-chevron-up {
jtulach@22
  2775
  background-position: -288px -120px;
jtulach@22
  2776
}
jtulach@22
  2777
jtulach@22
  2778
.icon-chevron-down {
jtulach@22
  2779
  background-position: -313px -119px;
jtulach@22
  2780
}
jtulach@22
  2781
jtulach@22
  2782
.icon-retweet {
jtulach@22
  2783
  background-position: -336px -120px;
jtulach@22
  2784
}
jtulach@22
  2785
jtulach@22
  2786
.icon-shopping-cart {
jtulach@22
  2787
  background-position: -360px -120px;
jtulach@22
  2788
}
jtulach@22
  2789
jtulach@22
  2790
.icon-folder-close {
jtulach@22
  2791
  width: 16px;
jtulach@22
  2792
  background-position: -384px -120px;
jtulach@22
  2793
}
jtulach@22
  2794
jtulach@22
  2795
.icon-folder-open {
jtulach@22
  2796
  width: 16px;
jtulach@22
  2797
  background-position: -408px -120px;
jtulach@22
  2798
}
jtulach@22
  2799
jtulach@22
  2800
.icon-resize-vertical {
jtulach@22
  2801
  background-position: -432px -119px;
jtulach@22
  2802
}
jtulach@22
  2803
jtulach@22
  2804
.icon-resize-horizontal {
jtulach@22
  2805
  background-position: -456px -118px;
jtulach@22
  2806
}
jtulach@22
  2807
jtulach@22
  2808
.icon-hdd {
jtulach@22
  2809
  background-position: 0 -144px;
jtulach@22
  2810
}
jtulach@22
  2811
jtulach@22
  2812
.icon-bullhorn {
jtulach@22
  2813
  background-position: -24px -144px;
jtulach@22
  2814
}
jtulach@22
  2815
jtulach@22
  2816
.icon-bell {
jtulach@22
  2817
  background-position: -48px -144px;
jtulach@22
  2818
}
jtulach@22
  2819
jtulach@22
  2820
.icon-certificate {
jtulach@22
  2821
  background-position: -72px -144px;
jtulach@22
  2822
}
jtulach@22
  2823
jtulach@22
  2824
.icon-thumbs-up {
jtulach@22
  2825
  background-position: -96px -144px;
jtulach@22
  2826
}
jtulach@22
  2827
jtulach@22
  2828
.icon-thumbs-down {
jtulach@22
  2829
  background-position: -120px -144px;
jtulach@22
  2830
}
jtulach@22
  2831
jtulach@22
  2832
.icon-hand-right {
jtulach@22
  2833
  background-position: -144px -144px;
jtulach@22
  2834
}
jtulach@22
  2835
jtulach@22
  2836
.icon-hand-left {
jtulach@22
  2837
  background-position: -168px -144px;
jtulach@22
  2838
}
jtulach@22
  2839
jtulach@22
  2840
.icon-hand-up {
jtulach@22
  2841
  background-position: -192px -144px;
jtulach@22
  2842
}
jtulach@22
  2843
jtulach@22
  2844
.icon-hand-down {
jtulach@22
  2845
  background-position: -216px -144px;
jtulach@22
  2846
}
jtulach@22
  2847
jtulach@22
  2848
.icon-circle-arrow-right {
jtulach@22
  2849
  background-position: -240px -144px;
jtulach@22
  2850
}
jtulach@22
  2851
jtulach@22
  2852
.icon-circle-arrow-left {
jtulach@22
  2853
  background-position: -264px -144px;
jtulach@22
  2854
}
jtulach@22
  2855
jtulach@22
  2856
.icon-circle-arrow-up {
jtulach@22
  2857
  background-position: -288px -144px;
jtulach@22
  2858
}
jtulach@22
  2859
jtulach@22
  2860
.icon-circle-arrow-down {
jtulach@22
  2861
  background-position: -312px -144px;
jtulach@22
  2862
}
jtulach@22
  2863
jtulach@22
  2864
.icon-globe {
jtulach@22
  2865
  background-position: -336px -144px;
jtulach@22
  2866
}
jtulach@22
  2867
jtulach@22
  2868
.icon-wrench {
jtulach@22
  2869
  background-position: -360px -144px;
jtulach@22
  2870
}
jtulach@22
  2871
jtulach@22
  2872
.icon-tasks {
jtulach@22
  2873
  background-position: -384px -144px;
jtulach@22
  2874
}
jtulach@22
  2875
jtulach@22
  2876
.icon-filter {
jtulach@22
  2877
  background-position: -408px -144px;
jtulach@22
  2878
}
jtulach@22
  2879
jtulach@22
  2880
.icon-briefcase {
jtulach@22
  2881
  background-position: -432px -144px;
jtulach@22
  2882
}
jtulach@22
  2883
jtulach@22
  2884
.icon-fullscreen {
jtulach@22
  2885
  background-position: -456px -144px;
jtulach@22
  2886
}
jtulach@22
  2887
jtulach@22
  2888
.dropup,
jtulach@22
  2889
.dropdown {
jtulach@22
  2890
  position: relative;
jtulach@22
  2891
}
jtulach@22
  2892
jtulach@22
  2893
.dropdown-toggle {
jtulach@22
  2894
  *margin-bottom: -3px;
jtulach@22
  2895
}
jtulach@22
  2896
jtulach@22
  2897
.dropdown-toggle:active,
jtulach@22
  2898
.open .dropdown-toggle {
jtulach@22
  2899
  outline: 0;
jtulach@22
  2900
}
jtulach@22
  2901
jtulach@22
  2902
.caret {
jtulach@22
  2903
  display: inline-block;
jtulach@22
  2904
  width: 0;
jtulach@22
  2905
  height: 0;
jtulach@22
  2906
  vertical-align: top;
jtulach@22
  2907
  border-top: 4px solid #000000;
jtulach@22
  2908
  border-right: 4px solid transparent;
jtulach@22
  2909
  border-left: 4px solid transparent;
jtulach@22
  2910
  content: "";
jtulach@22
  2911
}
jtulach@22
  2912
jtulach@22
  2913
.dropdown .caret {
jtulach@22
  2914
  margin-top: 8px;
jtulach@22
  2915
  margin-left: 2px;
jtulach@22
  2916
}
jtulach@22
  2917
jtulach@22
  2918
.dropdown-menu {
jtulach@22
  2919
  position: absolute;
jtulach@22
  2920
  top: 100%;
jtulach@22
  2921
  left: 0;
jtulach@22
  2922
  z-index: 1000;
jtulach@22
  2923
  display: none;
jtulach@22
  2924
  float: left;
jtulach@22
  2925
  min-width: 160px;
jtulach@22
  2926
  padding: 5px 0;
jtulach@22
  2927
  margin: 2px 0 0;
jtulach@22
  2928
  list-style: none;
jtulach@22
  2929
  background-color: #ffffff;
jtulach@22
  2930
  border: 1px solid #ccc;
jtulach@22
  2931
  border: 1px solid rgba(0, 0, 0, 0.2);
jtulach@22
  2932
  *border-right-width: 2px;
jtulach@22
  2933
  *border-bottom-width: 2px;
jtulach@22
  2934
  -webkit-border-radius: 6px;
jtulach@22
  2935
     -moz-border-radius: 6px;
jtulach@22
  2936
          border-radius: 6px;
jtulach@22
  2937
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  2938
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  2939
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  2940
  -webkit-background-clip: padding-box;
jtulach@22
  2941
     -moz-background-clip: padding;
jtulach@22
  2942
          background-clip: padding-box;
jtulach@22
  2943
}
jtulach@22
  2944
jtulach@22
  2945
.dropdown-menu.pull-right {
jtulach@22
  2946
  right: 0;
jtulach@22
  2947
  left: auto;
jtulach@22
  2948
}
jtulach@22
  2949
jtulach@22
  2950
.dropdown-menu .divider {
jtulach@22
  2951
  *width: 100%;
jtulach@22
  2952
  height: 1px;
jtulach@22
  2953
  margin: 9px 1px;
jtulach@22
  2954
  *margin: -5px 0 5px;
jtulach@22
  2955
  overflow: hidden;
jtulach@22
  2956
  background-color: #e5e5e5;
jtulach@22
  2957
  border-bottom: 1px solid #ffffff;
jtulach@22
  2958
}
jtulach@22
  2959
jtulach@22
  2960
.dropdown-menu > li > a {
jtulach@22
  2961
  display: block;
jtulach@22
  2962
  padding: 3px 20px;
jtulach@22
  2963
  clear: both;
jtulach@22
  2964
  font-weight: normal;
jtulach@22
  2965
  line-height: 20px;
jtulach@22
  2966
  color: #333333;
jtulach@22
  2967
  white-space: nowrap;
jtulach@22
  2968
}
jtulach@22
  2969
jtulach@22
  2970
.dropdown-menu > li > a:hover,
jtulach@22
  2971
.dropdown-menu > li > a:focus,
jtulach@22
  2972
.dropdown-submenu:hover > a,
jtulach@22
  2973
.dropdown-submenu:focus > a {
jtulach@22
  2974
  color: #ffffff;
jtulach@22
  2975
  text-decoration: none;
jtulach@22
  2976
  background-color: #0081c2;
jtulach@22
  2977
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2978
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
jtulach@22
  2979
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2980
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2981
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
jtulach@22
  2982
  background-repeat: repeat-x;
jtulach@22
  2983
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
jtulach@22
  2984
}
jtulach@22
  2985
jtulach@22
  2986
.dropdown-menu > .active > a,
jtulach@22
  2987
.dropdown-menu > .active > a:hover,
jtulach@22
  2988
.dropdown-menu > .active > a:focus {
jtulach@22
  2989
  color: #ffffff;
jtulach@22
  2990
  text-decoration: none;
jtulach@22
  2991
  background-color: #0081c2;
jtulach@22
  2992
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2993
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
jtulach@22
  2994
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2995
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
jtulach@22
  2996
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
jtulach@22
  2997
  background-repeat: repeat-x;
jtulach@22
  2998
  outline: 0;
jtulach@22
  2999
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
jtulach@22
  3000
}
jtulach@22
  3001
jtulach@22
  3002
.dropdown-menu > .disabled > a,
jtulach@22
  3003
.dropdown-menu > .disabled > a:hover,
jtulach@22
  3004
.dropdown-menu > .disabled > a:focus {
jtulach@22
  3005
  color: #999999;
jtulach@22
  3006
}
jtulach@22
  3007
jtulach@22
  3008
.dropdown-menu > .disabled > a:hover,
jtulach@22
  3009
.dropdown-menu > .disabled > a:focus {
jtulach@22
  3010
  text-decoration: none;
jtulach@22
  3011
  cursor: default;
jtulach@22
  3012
  background-color: transparent;
jtulach@22
  3013
  background-image: none;
jtulach@22
  3014
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3015
}
jtulach@22
  3016
jtulach@22
  3017
.open {
jtulach@22
  3018
  *z-index: 1000;
jtulach@22
  3019
}
jtulach@22
  3020
jtulach@22
  3021
.open > .dropdown-menu {
jtulach@22
  3022
  display: block;
jtulach@22
  3023
}
jtulach@22
  3024
jtulach@22
  3025
.dropdown-backdrop {
jtulach@22
  3026
  position: fixed;
jtulach@22
  3027
  top: 0;
jtulach@22
  3028
  right: 0;
jtulach@22
  3029
  bottom: 0;
jtulach@22
  3030
  left: 0;
jtulach@22
  3031
  z-index: 990;
jtulach@22
  3032
}
jtulach@22
  3033
jtulach@22
  3034
.pull-right > .dropdown-menu {
jtulach@22
  3035
  right: 0;
jtulach@22
  3036
  left: auto;
jtulach@22
  3037
}
jtulach@22
  3038
jtulach@22
  3039
.dropup .caret,
jtulach@22
  3040
.navbar-fixed-bottom .dropdown .caret {
jtulach@22
  3041
  border-top: 0;
jtulach@22
  3042
  border-bottom: 4px solid #000000;
jtulach@22
  3043
  content: "";
jtulach@22
  3044
}
jtulach@22
  3045
jtulach@22
  3046
.dropup .dropdown-menu,
jtulach@22
  3047
.navbar-fixed-bottom .dropdown .dropdown-menu {
jtulach@22
  3048
  top: auto;
jtulach@22
  3049
  bottom: 100%;
jtulach@22
  3050
  margin-bottom: 1px;
jtulach@22
  3051
}
jtulach@22
  3052
jtulach@22
  3053
.dropdown-submenu {
jtulach@22
  3054
  position: relative;
jtulach@22
  3055
}
jtulach@22
  3056
jtulach@22
  3057
.dropdown-submenu > .dropdown-menu {
jtulach@22
  3058
  top: 0;
jtulach@22
  3059
  left: 100%;
jtulach@22
  3060
  margin-top: -6px;
jtulach@22
  3061
  margin-left: -1px;
jtulach@22
  3062
  -webkit-border-radius: 0 6px 6px 6px;
jtulach@22
  3063
     -moz-border-radius: 0 6px 6px 6px;
jtulach@22
  3064
          border-radius: 0 6px 6px 6px;
jtulach@22
  3065
}
jtulach@22
  3066
jtulach@22
  3067
.dropdown-submenu:hover > .dropdown-menu {
jtulach@22
  3068
  display: block;
jtulach@22
  3069
}
jtulach@22
  3070
jtulach@22
  3071
.dropup .dropdown-submenu > .dropdown-menu {
jtulach@22
  3072
  top: auto;
jtulach@22
  3073
  bottom: 0;
jtulach@22
  3074
  margin-top: 0;
jtulach@22
  3075
  margin-bottom: -2px;
jtulach@22
  3076
  -webkit-border-radius: 5px 5px 5px 0;
jtulach@22
  3077
     -moz-border-radius: 5px 5px 5px 0;
jtulach@22
  3078
          border-radius: 5px 5px 5px 0;
jtulach@22
  3079
}
jtulach@22
  3080
jtulach@22
  3081
.dropdown-submenu > a:after {
jtulach@22
  3082
  display: block;
jtulach@22
  3083
  float: right;
jtulach@22
  3084
  width: 0;
jtulach@22
  3085
  height: 0;
jtulach@22
  3086
  margin-top: 5px;
jtulach@22
  3087
  margin-right: -10px;
jtulach@22
  3088
  border-color: transparent;
jtulach@22
  3089
  border-left-color: #cccccc;
jtulach@22
  3090
  border-style: solid;
jtulach@22
  3091
  border-width: 5px 0 5px 5px;
jtulach@22
  3092
  content: " ";
jtulach@22
  3093
}
jtulach@22
  3094
jtulach@22
  3095
.dropdown-submenu:hover > a:after {
jtulach@22
  3096
  border-left-color: #ffffff;
jtulach@22
  3097
}
jtulach@22
  3098
jtulach@22
  3099
.dropdown-submenu.pull-left {
jtulach@22
  3100
  float: none;
jtulach@22
  3101
}
jtulach@22
  3102
jtulach@22
  3103
.dropdown-submenu.pull-left > .dropdown-menu {
jtulach@22
  3104
  left: -100%;
jtulach@22
  3105
  margin-left: 10px;
jtulach@22
  3106
  -webkit-border-radius: 6px 0 6px 6px;
jtulach@22
  3107
     -moz-border-radius: 6px 0 6px 6px;
jtulach@22
  3108
          border-radius: 6px 0 6px 6px;
jtulach@22
  3109
}
jtulach@22
  3110
jtulach@22
  3111
.dropdown .dropdown-menu .nav-header {
jtulach@22
  3112
  padding-right: 20px;
jtulach@22
  3113
  padding-left: 20px;
jtulach@22
  3114
}
jtulach@22
  3115
jtulach@22
  3116
.typeahead {
jtulach@22
  3117
  z-index: 1051;
jtulach@22
  3118
  margin-top: 2px;
jtulach@22
  3119
  -webkit-border-radius: 4px;
jtulach@22
  3120
     -moz-border-radius: 4px;
jtulach@22
  3121
          border-radius: 4px;
jtulach@22
  3122
}
jtulach@22
  3123
jtulach@22
  3124
.well {
jtulach@22
  3125
  min-height: 20px;
jtulach@22
  3126
  padding: 19px;
jtulach@22
  3127
  margin-bottom: 20px;
jtulach@22
  3128
  background-color: #f5f5f5;
jtulach@22
  3129
  border: 1px solid #e3e3e3;
jtulach@22
  3130
  -webkit-border-radius: 4px;
jtulach@22
  3131
     -moz-border-radius: 4px;
jtulach@22
  3132
          border-radius: 4px;
jtulach@22
  3133
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
jtulach@22
  3134
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
jtulach@22
  3135
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
jtulach@22
  3136
}
jtulach@22
  3137
jtulach@22
  3138
.well blockquote {
jtulach@22
  3139
  border-color: #ddd;
jtulach@22
  3140
  border-color: rgba(0, 0, 0, 0.15);
jtulach@22
  3141
}
jtulach@22
  3142
jtulach@22
  3143
.well-large {
jtulach@22
  3144
  padding: 24px;
jtulach@22
  3145
  -webkit-border-radius: 6px;
jtulach@22
  3146
     -moz-border-radius: 6px;
jtulach@22
  3147
          border-radius: 6px;
jtulach@22
  3148
}
jtulach@22
  3149
jtulach@22
  3150
.well-small {
jtulach@22
  3151
  padding: 9px;
jtulach@22
  3152
  -webkit-border-radius: 3px;
jtulach@22
  3153
     -moz-border-radius: 3px;
jtulach@22
  3154
          border-radius: 3px;
jtulach@22
  3155
}
jtulach@22
  3156
jtulach@22
  3157
.fade {
jtulach@22
  3158
  opacity: 0;
jtulach@22
  3159
  -webkit-transition: opacity 0.15s linear;
jtulach@22
  3160
     -moz-transition: opacity 0.15s linear;
jtulach@22
  3161
       -o-transition: opacity 0.15s linear;
jtulach@22
  3162
          transition: opacity 0.15s linear;
jtulach@22
  3163
}
jtulach@22
  3164
jtulach@22
  3165
.fade.in {
jtulach@22
  3166
  opacity: 1;
jtulach@22
  3167
}
jtulach@22
  3168
jtulach@22
  3169
.collapse {
jtulach@22
  3170
  position: relative;
jtulach@22
  3171
  height: 0;
jtulach@22
  3172
  overflow: hidden;
jtulach@22
  3173
  -webkit-transition: height 0.35s ease;
jtulach@22
  3174
     -moz-transition: height 0.35s ease;
jtulach@22
  3175
       -o-transition: height 0.35s ease;
jtulach@22
  3176
          transition: height 0.35s ease;
jtulach@22
  3177
}
jtulach@22
  3178
jtulach@22
  3179
.collapse.in {
jtulach@22
  3180
  height: auto;
jtulach@22
  3181
}
jtulach@22
  3182
jtulach@22
  3183
.close {
jtulach@22
  3184
  float: right;
jtulach@22
  3185
  font-size: 20px;
jtulach@22
  3186
  font-weight: bold;
jtulach@22
  3187
  line-height: 20px;
jtulach@22
  3188
  color: #000000;
jtulach@22
  3189
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  3190
  opacity: 0.2;
jtulach@22
  3191
  filter: alpha(opacity=20);
jtulach@22
  3192
}
jtulach@22
  3193
jtulach@22
  3194
.close:hover,
jtulach@22
  3195
.close:focus {
jtulach@22
  3196
  color: #000000;
jtulach@22
  3197
  text-decoration: none;
jtulach@22
  3198
  cursor: pointer;
jtulach@22
  3199
  opacity: 0.4;
jtulach@22
  3200
  filter: alpha(opacity=40);
jtulach@22
  3201
}
jtulach@22
  3202
jtulach@22
  3203
button.close {
jtulach@22
  3204
  padding: 0;
jtulach@22
  3205
  cursor: pointer;
jtulach@22
  3206
  background: transparent;
jtulach@22
  3207
  border: 0;
jtulach@22
  3208
  -webkit-appearance: none;
jtulach@22
  3209
}
jtulach@22
  3210
jtulach@22
  3211
.btn {
jtulach@22
  3212
  display: inline-block;
jtulach@22
  3213
  *display: inline;
jtulach@22
  3214
  padding: 4px 12px;
jtulach@22
  3215
  margin-bottom: 0;
jtulach@22
  3216
  *margin-left: .3em;
jtulach@22
  3217
  font-size: 14px;
jtulach@22
  3218
  line-height: 20px;
jtulach@22
  3219
  color: #333333;
jtulach@22
  3220
  text-align: center;
jtulach@22
  3221
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
jtulach@22
  3222
  vertical-align: middle;
jtulach@22
  3223
  cursor: pointer;
jtulach@22
  3224
  background-color: #f5f5f5;
jtulach@22
  3225
  *background-color: #e6e6e6;
jtulach@22
  3226
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
jtulach@22
  3227
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
jtulach@22
  3228
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
jtulach@22
  3229
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
jtulach@22
  3230
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
jtulach@22
  3231
  background-repeat: repeat-x;
jtulach@22
  3232
  border: 1px solid #cccccc;
jtulach@22
  3233
  *border: 0;
jtulach@22
  3234
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
jtulach@22
  3235
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3236
  border-bottom-color: #b3b3b3;
jtulach@22
  3237
  -webkit-border-radius: 4px;
jtulach@22
  3238
     -moz-border-radius: 4px;
jtulach@22
  3239
          border-radius: 4px;
jtulach@22
  3240
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
jtulach@22
  3241
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3242
  *zoom: 1;
jtulach@22
  3243
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3244
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3245
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3246
}
jtulach@22
  3247
jtulach@22
  3248
.btn:hover,
jtulach@22
  3249
.btn:focus,
jtulach@22
  3250
.btn:active,
jtulach@22
  3251
.btn.active,
jtulach@22
  3252
.btn.disabled,
jtulach@22
  3253
.btn[disabled] {
jtulach@22
  3254
  color: #333333;
jtulach@22
  3255
  background-color: #e6e6e6;
jtulach@22
  3256
  *background-color: #d9d9d9;
jtulach@22
  3257
}
jtulach@22
  3258
jtulach@22
  3259
.btn:active,
jtulach@22
  3260
.btn.active {
jtulach@22
  3261
  background-color: #cccccc \9;
jtulach@22
  3262
}
jtulach@22
  3263
jtulach@22
  3264
.btn:first-child {
jtulach@22
  3265
  *margin-left: 0;
jtulach@22
  3266
}
jtulach@22
  3267
jtulach@22
  3268
.btn:hover,
jtulach@22
  3269
.btn:focus {
jtulach@22
  3270
  color: #333333;
jtulach@22
  3271
  text-decoration: none;
jtulach@22
  3272
  background-position: 0 -15px;
jtulach@22
  3273
  -webkit-transition: background-position 0.1s linear;
jtulach@22
  3274
     -moz-transition: background-position 0.1s linear;
jtulach@22
  3275
       -o-transition: background-position 0.1s linear;
jtulach@22
  3276
          transition: background-position 0.1s linear;
jtulach@22
  3277
}
jtulach@22
  3278
jtulach@22
  3279
.btn:focus {
jtulach@22
  3280
  outline: thin dotted #333;
jtulach@22
  3281
  outline: 5px auto -webkit-focus-ring-color;
jtulach@22
  3282
  outline-offset: -2px;
jtulach@22
  3283
}
jtulach@22
  3284
jtulach@22
  3285
.btn.active,
jtulach@22
  3286
.btn:active {
jtulach@22
  3287
  background-image: none;
jtulach@22
  3288
  outline: 0;
jtulach@22
  3289
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3290
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3291
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3292
}
jtulach@22
  3293
jtulach@22
  3294
.btn.disabled,
jtulach@22
  3295
.btn[disabled] {
jtulach@22
  3296
  cursor: default;
jtulach@22
  3297
  background-image: none;
jtulach@22
  3298
  opacity: 0.65;
jtulach@22
  3299
  filter: alpha(opacity=65);
jtulach@22
  3300
  -webkit-box-shadow: none;
jtulach@22
  3301
     -moz-box-shadow: none;
jtulach@22
  3302
          box-shadow: none;
jtulach@22
  3303
}
jtulach@22
  3304
jtulach@22
  3305
.btn-large {
jtulach@22
  3306
  padding: 11px 19px;
jtulach@22
  3307
  font-size: 17.5px;
jtulach@22
  3308
  -webkit-border-radius: 6px;
jtulach@22
  3309
     -moz-border-radius: 6px;
jtulach@22
  3310
          border-radius: 6px;
jtulach@22
  3311
}
jtulach@22
  3312
jtulach@22
  3313
.btn-large [class^="icon-"],
jtulach@22
  3314
.btn-large [class*=" icon-"] {
jtulach@22
  3315
  margin-top: 4px;
jtulach@22
  3316
}
jtulach@22
  3317
jtulach@22
  3318
.btn-small {
jtulach@22
  3319
  padding: 2px 10px;
jtulach@22
  3320
  font-size: 11.9px;
jtulach@22
  3321
  -webkit-border-radius: 3px;
jtulach@22
  3322
     -moz-border-radius: 3px;
jtulach@22
  3323
          border-radius: 3px;
jtulach@22
  3324
}
jtulach@22
  3325
jtulach@22
  3326
.btn-small [class^="icon-"],
jtulach@22
  3327
.btn-small [class*=" icon-"] {
jtulach@22
  3328
  margin-top: 0;
jtulach@22
  3329
}
jtulach@22
  3330
jtulach@22
  3331
.btn-mini [class^="icon-"],
jtulach@22
  3332
.btn-mini [class*=" icon-"] {
jtulach@22
  3333
  margin-top: -1px;
jtulach@22
  3334
}
jtulach@22
  3335
jtulach@22
  3336
.btn-mini {
jtulach@22
  3337
  padding: 0 6px;
jtulach@22
  3338
  font-size: 10.5px;
jtulach@22
  3339
  -webkit-border-radius: 3px;
jtulach@22
  3340
     -moz-border-radius: 3px;
jtulach@22
  3341
          border-radius: 3px;
jtulach@22
  3342
}
jtulach@22
  3343
jtulach@22
  3344
.btn-block {
jtulach@22
  3345
  display: block;
jtulach@22
  3346
  width: 100%;
jtulach@22
  3347
  padding-right: 0;
jtulach@22
  3348
  padding-left: 0;
jtulach@22
  3349
  -webkit-box-sizing: border-box;
jtulach@22
  3350
     -moz-box-sizing: border-box;
jtulach@22
  3351
          box-sizing: border-box;
jtulach@22
  3352
}
jtulach@22
  3353
jtulach@22
  3354
.btn-block + .btn-block {
jtulach@22
  3355
  margin-top: 5px;
jtulach@22
  3356
}
jtulach@22
  3357
jtulach@22
  3358
input[type="submit"].btn-block,
jtulach@22
  3359
input[type="reset"].btn-block,
jtulach@22
  3360
input[type="button"].btn-block {
jtulach@22
  3361
  width: 100%;
jtulach@22
  3362
}
jtulach@22
  3363
jtulach@22
  3364
.btn-primary.active,
jtulach@22
  3365
.btn-warning.active,
jtulach@22
  3366
.btn-danger.active,
jtulach@22
  3367
.btn-success.active,
jtulach@22
  3368
.btn-info.active,
jtulach@22
  3369
.btn-inverse.active {
jtulach@22
  3370
  color: rgba(255, 255, 255, 0.75);
jtulach@22
  3371
}
jtulach@22
  3372
jtulach@22
  3373
.btn-primary {
jtulach@22
  3374
  color: #ffffff;
jtulach@22
  3375
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3376
  background-color: #006dcc;
jtulach@22
  3377
  *background-color: #0044cc;
jtulach@22
  3378
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
jtulach@22
  3379
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
jtulach@22
  3380
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
jtulach@22
  3381
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
jtulach@22
  3382
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
jtulach@22
  3383
  background-repeat: repeat-x;
jtulach@22
  3384
  border-color: #0044cc #0044cc #002a80;
jtulach@22
  3385
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3386
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
jtulach@22
  3387
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3388
}
jtulach@22
  3389
jtulach@22
  3390
.btn-primary:hover,
jtulach@22
  3391
.btn-primary:focus,
jtulach@22
  3392
.btn-primary:active,
jtulach@22
  3393
.btn-primary.active,
jtulach@22
  3394
.btn-primary.disabled,
jtulach@22
  3395
.btn-primary[disabled] {
jtulach@22
  3396
  color: #ffffff;
jtulach@22
  3397
  background-color: #0044cc;
jtulach@22
  3398
  *background-color: #003bb3;
jtulach@22
  3399
}
jtulach@22
  3400
jtulach@22
  3401
.btn-primary:active,
jtulach@22
  3402
.btn-primary.active {
jtulach@22
  3403
  background-color: #003399 \9;
jtulach@22
  3404
}
jtulach@22
  3405
jtulach@22
  3406
.btn-warning {
jtulach@22
  3407
  color: #ffffff;
jtulach@22
  3408
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3409
  background-color: #faa732;
jtulach@22
  3410
  *background-color: #f89406;
jtulach@22
  3411
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  3412
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
jtulach@22
  3413
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  3414
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  3415
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
jtulach@22
  3416
  background-repeat: repeat-x;
jtulach@22
  3417
  border-color: #f89406 #f89406 #ad6704;
jtulach@22
  3418
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3419
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
jtulach@22
  3420
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3421
}
jtulach@22
  3422
jtulach@22
  3423
.btn-warning:hover,
jtulach@22
  3424
.btn-warning:focus,
jtulach@22
  3425
.btn-warning:active,
jtulach@22
  3426
.btn-warning.active,
jtulach@22
  3427
.btn-warning.disabled,
jtulach@22
  3428
.btn-warning[disabled] {
jtulach@22
  3429
  color: #ffffff;
jtulach@22
  3430
  background-color: #f89406;
jtulach@22
  3431
  *background-color: #df8505;
jtulach@22
  3432
}
jtulach@22
  3433
jtulach@22
  3434
.btn-warning:active,
jtulach@22
  3435
.btn-warning.active {
jtulach@22
  3436
  background-color: #c67605 \9;
jtulach@22
  3437
}
jtulach@22
  3438
jtulach@22
  3439
.btn-danger {
jtulach@22
  3440
  color: #ffffff;
jtulach@22
  3441
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3442
  background-color: #da4f49;
jtulach@22
  3443
  *background-color: #bd362f;
jtulach@22
  3444
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
jtulach@22
  3445
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
jtulach@22
  3446
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
jtulach@22
  3447
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
jtulach@22
  3448
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
jtulach@22
  3449
  background-repeat: repeat-x;
jtulach@22
  3450
  border-color: #bd362f #bd362f #802420;
jtulach@22
  3451
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3452
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
jtulach@22
  3453
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3454
}
jtulach@22
  3455
jtulach@22
  3456
.btn-danger:hover,
jtulach@22
  3457
.btn-danger:focus,
jtulach@22
  3458
.btn-danger:active,
jtulach@22
  3459
.btn-danger.active,
jtulach@22
  3460
.btn-danger.disabled,
jtulach@22
  3461
.btn-danger[disabled] {
jtulach@22
  3462
  color: #ffffff;
jtulach@22
  3463
  background-color: #bd362f;
jtulach@22
  3464
  *background-color: #a9302a;
jtulach@22
  3465
}
jtulach@22
  3466
jtulach@22
  3467
.btn-danger:active,
jtulach@22
  3468
.btn-danger.active {
jtulach@22
  3469
  background-color: #942a25 \9;
jtulach@22
  3470
}
jtulach@22
  3471
jtulach@22
  3472
.btn-success {
jtulach@22
  3473
  color: #ffffff;
jtulach@22
  3474
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3475
  background-color: #5bb75b;
jtulach@22
  3476
  *background-color: #51a351;
jtulach@22
  3477
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
jtulach@22
  3478
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
jtulach@22
  3479
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
jtulach@22
  3480
  background-image: -o-linear-gradient(top, #62c462, #51a351);
jtulach@22
  3481
  background-image: linear-gradient(to bottom, #62c462, #51a351);
jtulach@22
  3482
  background-repeat: repeat-x;
jtulach@22
  3483
  border-color: #51a351 #51a351 #387038;
jtulach@22
  3484
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3485
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
jtulach@22
  3486
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3487
}
jtulach@22
  3488
jtulach@22
  3489
.btn-success:hover,
jtulach@22
  3490
.btn-success:focus,
jtulach@22
  3491
.btn-success:active,
jtulach@22
  3492
.btn-success.active,
jtulach@22
  3493
.btn-success.disabled,
jtulach@22
  3494
.btn-success[disabled] {
jtulach@22
  3495
  color: #ffffff;
jtulach@22
  3496
  background-color: #51a351;
jtulach@22
  3497
  *background-color: #499249;
jtulach@22
  3498
}
jtulach@22
  3499
jtulach@22
  3500
.btn-success:active,
jtulach@22
  3501
.btn-success.active {
jtulach@22
  3502
  background-color: #408140 \9;
jtulach@22
  3503
}
jtulach@22
  3504
jtulach@22
  3505
.btn-info {
jtulach@22
  3506
  color: #ffffff;
jtulach@22
  3507
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3508
  background-color: #49afcd;
jtulach@22
  3509
  *background-color: #2f96b4;
jtulach@22
  3510
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
jtulach@22
  3511
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
jtulach@22
  3512
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
jtulach@22
  3513
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
jtulach@22
  3514
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
jtulach@22
  3515
  background-repeat: repeat-x;
jtulach@22
  3516
  border-color: #2f96b4 #2f96b4 #1f6377;
jtulach@22
  3517
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3518
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
jtulach@22
  3519
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3520
}
jtulach@22
  3521
jtulach@22
  3522
.btn-info:hover,
jtulach@22
  3523
.btn-info:focus,
jtulach@22
  3524
.btn-info:active,
jtulach@22
  3525
.btn-info.active,
jtulach@22
  3526
.btn-info.disabled,
jtulach@22
  3527
.btn-info[disabled] {
jtulach@22
  3528
  color: #ffffff;
jtulach@22
  3529
  background-color: #2f96b4;
jtulach@22
  3530
  *background-color: #2a85a0;
jtulach@22
  3531
}
jtulach@22
  3532
jtulach@22
  3533
.btn-info:active,
jtulach@22
  3534
.btn-info.active {
jtulach@22
  3535
  background-color: #24748c \9;
jtulach@22
  3536
}
jtulach@22
  3537
jtulach@22
  3538
.btn-inverse {
jtulach@22
  3539
  color: #ffffff;
jtulach@22
  3540
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  3541
  background-color: #363636;
jtulach@22
  3542
  *background-color: #222222;
jtulach@22
  3543
  background-image: -moz-linear-gradient(top, #444444, #222222);
jtulach@22
  3544
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
jtulach@22
  3545
  background-image: -webkit-linear-gradient(top, #444444, #222222);
jtulach@22
  3546
  background-image: -o-linear-gradient(top, #444444, #222222);
jtulach@22
  3547
  background-image: linear-gradient(to bottom, #444444, #222222);
jtulach@22
  3548
  background-repeat: repeat-x;
jtulach@22
  3549
  border-color: #222222 #222222 #000000;
jtulach@22
  3550
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  3551
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
jtulach@22
  3552
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  3553
}
jtulach@22
  3554
jtulach@22
  3555
.btn-inverse:hover,
jtulach@22
  3556
.btn-inverse:focus,
jtulach@22
  3557
.btn-inverse:active,
jtulach@22
  3558
.btn-inverse.active,
jtulach@22
  3559
.btn-inverse.disabled,
jtulach@22
  3560
.btn-inverse[disabled] {
jtulach@22
  3561
  color: #ffffff;
jtulach@22
  3562
  background-color: #222222;
jtulach@22
  3563
  *background-color: #151515;
jtulach@22
  3564
}
jtulach@22
  3565
jtulach@22
  3566
.btn-inverse:active,
jtulach@22
  3567
.btn-inverse.active {
jtulach@22
  3568
  background-color: #080808 \9;
jtulach@22
  3569
}
jtulach@22
  3570
jtulach@22
  3571
button.btn,
jtulach@22
  3572
input[type="submit"].btn {
jtulach@22
  3573
  *padding-top: 3px;
jtulach@22
  3574
  *padding-bottom: 3px;
jtulach@22
  3575
}
jtulach@22
  3576
jtulach@22
  3577
button.btn::-moz-focus-inner,
jtulach@22
  3578
input[type="submit"].btn::-moz-focus-inner {
jtulach@22
  3579
  padding: 0;
jtulach@22
  3580
  border: 0;
jtulach@22
  3581
}
jtulach@22
  3582
jtulach@22
  3583
button.btn.btn-large,
jtulach@22
  3584
input[type="submit"].btn.btn-large {
jtulach@22
  3585
  *padding-top: 7px;
jtulach@22
  3586
  *padding-bottom: 7px;
jtulach@22
  3587
}
jtulach@22
  3588
jtulach@22
  3589
button.btn.btn-small,
jtulach@22
  3590
input[type="submit"].btn.btn-small {
jtulach@22
  3591
  *padding-top: 3px;
jtulach@22
  3592
  *padding-bottom: 3px;
jtulach@22
  3593
}
jtulach@22
  3594
jtulach@22
  3595
button.btn.btn-mini,
jtulach@22
  3596
input[type="submit"].btn.btn-mini {
jtulach@22
  3597
  *padding-top: 1px;
jtulach@22
  3598
  *padding-bottom: 1px;
jtulach@22
  3599
}
jtulach@22
  3600
jtulach@22
  3601
.btn-link,
jtulach@22
  3602
.btn-link:active,
jtulach@22
  3603
.btn-link[disabled] {
jtulach@22
  3604
  background-color: transparent;
jtulach@22
  3605
  background-image: none;
jtulach@22
  3606
  -webkit-box-shadow: none;
jtulach@22
  3607
     -moz-box-shadow: none;
jtulach@22
  3608
          box-shadow: none;
jtulach@22
  3609
}
jtulach@22
  3610
jtulach@22
  3611
.btn-link {
jtulach@22
  3612
  color: #0088cc;
jtulach@22
  3613
  cursor: pointer;
jtulach@22
  3614
  border-color: transparent;
jtulach@22
  3615
  -webkit-border-radius: 0;
jtulach@22
  3616
     -moz-border-radius: 0;
jtulach@22
  3617
          border-radius: 0;
jtulach@22
  3618
}
jtulach@22
  3619
jtulach@22
  3620
.btn-link:hover,
jtulach@22
  3621
.btn-link:focus {
jtulach@22
  3622
  color: #005580;
jtulach@22
  3623
  text-decoration: underline;
jtulach@22
  3624
  background-color: transparent;
jtulach@22
  3625
}
jtulach@22
  3626
jtulach@22
  3627
.btn-link[disabled]:hover,
jtulach@22
  3628
.btn-link[disabled]:focus {
jtulach@22
  3629
  color: #333333;
jtulach@22
  3630
  text-decoration: none;
jtulach@22
  3631
}
jtulach@22
  3632
jtulach@22
  3633
.btn-group {
jtulach@22
  3634
  position: relative;
jtulach@22
  3635
  display: inline-block;
jtulach@22
  3636
  *display: inline;
jtulach@22
  3637
  *margin-left: .3em;
jtulach@22
  3638
  font-size: 0;
jtulach@22
  3639
  white-space: nowrap;
jtulach@22
  3640
  vertical-align: middle;
jtulach@22
  3641
  *zoom: 1;
jtulach@22
  3642
}
jtulach@22
  3643
jtulach@22
  3644
.btn-group:first-child {
jtulach@22
  3645
  *margin-left: 0;
jtulach@22
  3646
}
jtulach@22
  3647
jtulach@22
  3648
.btn-group + .btn-group {
jtulach@22
  3649
  margin-left: 5px;
jtulach@22
  3650
}
jtulach@22
  3651
jtulach@22
  3652
.btn-toolbar {
jtulach@22
  3653
  margin-top: 10px;
jtulach@22
  3654
  margin-bottom: 10px;
jtulach@22
  3655
  font-size: 0;
jtulach@22
  3656
}
jtulach@22
  3657
jtulach@22
  3658
.btn-toolbar > .btn + .btn,
jtulach@22
  3659
.btn-toolbar > .btn-group + .btn,
jtulach@22
  3660
.btn-toolbar > .btn + .btn-group {
jtulach@22
  3661
  margin-left: 5px;
jtulach@22
  3662
}
jtulach@22
  3663
jtulach@22
  3664
.btn-group > .btn {
jtulach@22
  3665
  position: relative;
jtulach@22
  3666
  -webkit-border-radius: 0;
jtulach@22
  3667
     -moz-border-radius: 0;
jtulach@22
  3668
          border-radius: 0;
jtulach@22
  3669
}
jtulach@22
  3670
jtulach@22
  3671
.btn-group > .btn + .btn {
jtulach@22
  3672
  margin-left: -1px;
jtulach@22
  3673
}
jtulach@22
  3674
jtulach@22
  3675
.btn-group > .btn,
jtulach@22
  3676
.btn-group > .dropdown-menu,
jtulach@22
  3677
.btn-group > .popover {
jtulach@22
  3678
  font-size: 14px;
jtulach@22
  3679
}
jtulach@22
  3680
jtulach@22
  3681
.btn-group > .btn-mini {
jtulach@22
  3682
  font-size: 10.5px;
jtulach@22
  3683
}
jtulach@22
  3684
jtulach@22
  3685
.btn-group > .btn-small {
jtulach@22
  3686
  font-size: 11.9px;
jtulach@22
  3687
}
jtulach@22
  3688
jtulach@22
  3689
.btn-group > .btn-large {
jtulach@22
  3690
  font-size: 17.5px;
jtulach@22
  3691
}
jtulach@22
  3692
jtulach@22
  3693
.btn-group > .btn:first-child {
jtulach@22
  3694
  margin-left: 0;
jtulach@22
  3695
  -webkit-border-bottom-left-radius: 4px;
jtulach@22
  3696
          border-bottom-left-radius: 4px;
jtulach@22
  3697
  -webkit-border-top-left-radius: 4px;
jtulach@22
  3698
          border-top-left-radius: 4px;
jtulach@22
  3699
  -moz-border-radius-bottomleft: 4px;
jtulach@22
  3700
  -moz-border-radius-topleft: 4px;
jtulach@22
  3701
}
jtulach@22
  3702
jtulach@22
  3703
.btn-group > .btn:last-child,
jtulach@22
  3704
.btn-group > .dropdown-toggle {
jtulach@22
  3705
  -webkit-border-top-right-radius: 4px;
jtulach@22
  3706
          border-top-right-radius: 4px;
jtulach@22
  3707
  -webkit-border-bottom-right-radius: 4px;
jtulach@22
  3708
          border-bottom-right-radius: 4px;
jtulach@22
  3709
  -moz-border-radius-topright: 4px;
jtulach@22
  3710
  -moz-border-radius-bottomright: 4px;
jtulach@22
  3711
}
jtulach@22
  3712
jtulach@22
  3713
.btn-group > .btn.large:first-child {
jtulach@22
  3714
  margin-left: 0;
jtulach@22
  3715
  -webkit-border-bottom-left-radius: 6px;
jtulach@22
  3716
          border-bottom-left-radius: 6px;
jtulach@22
  3717
  -webkit-border-top-left-radius: 6px;
jtulach@22
  3718
          border-top-left-radius: 6px;
jtulach@22
  3719
  -moz-border-radius-bottomleft: 6px;
jtulach@22
  3720
  -moz-border-radius-topleft: 6px;
jtulach@22
  3721
}
jtulach@22
  3722
jtulach@22
  3723
.btn-group > .btn.large:last-child,
jtulach@22
  3724
.btn-group > .large.dropdown-toggle {
jtulach@22
  3725
  -webkit-border-top-right-radius: 6px;
jtulach@22
  3726
          border-top-right-radius: 6px;
jtulach@22
  3727
  -webkit-border-bottom-right-radius: 6px;
jtulach@22
  3728
          border-bottom-right-radius: 6px;
jtulach@22
  3729
  -moz-border-radius-topright: 6px;
jtulach@22
  3730
  -moz-border-radius-bottomright: 6px;
jtulach@22
  3731
}
jtulach@22
  3732
jtulach@22
  3733
.btn-group > .btn:hover,
jtulach@22
  3734
.btn-group > .btn:focus,
jtulach@22
  3735
.btn-group > .btn:active,
jtulach@22
  3736
.btn-group > .btn.active {
jtulach@22
  3737
  z-index: 2;
jtulach@22
  3738
}
jtulach@22
  3739
jtulach@22
  3740
.btn-group .dropdown-toggle:active,
jtulach@22
  3741
.btn-group.open .dropdown-toggle {
jtulach@22
  3742
  outline: 0;
jtulach@22
  3743
}
jtulach@22
  3744
jtulach@22
  3745
.btn-group > .btn + .dropdown-toggle {
jtulach@22
  3746
  *padding-top: 5px;
jtulach@22
  3747
  padding-right: 8px;
jtulach@22
  3748
  *padding-bottom: 5px;
jtulach@22
  3749
  padding-left: 8px;
jtulach@22
  3750
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3751
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3752
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3753
}
jtulach@22
  3754
jtulach@22
  3755
.btn-group > .btn-mini + .dropdown-toggle {
jtulach@22
  3756
  *padding-top: 2px;
jtulach@22
  3757
  padding-right: 5px;
jtulach@22
  3758
  *padding-bottom: 2px;
jtulach@22
  3759
  padding-left: 5px;
jtulach@22
  3760
}
jtulach@22
  3761
jtulach@22
  3762
.btn-group > .btn-small + .dropdown-toggle {
jtulach@22
  3763
  *padding-top: 5px;
jtulach@22
  3764
  *padding-bottom: 4px;
jtulach@22
  3765
}
jtulach@22
  3766
jtulach@22
  3767
.btn-group > .btn-large + .dropdown-toggle {
jtulach@22
  3768
  *padding-top: 7px;
jtulach@22
  3769
  padding-right: 12px;
jtulach@22
  3770
  *padding-bottom: 7px;
jtulach@22
  3771
  padding-left: 12px;
jtulach@22
  3772
}
jtulach@22
  3773
jtulach@22
  3774
.btn-group.open .dropdown-toggle {
jtulach@22
  3775
  background-image: none;
jtulach@22
  3776
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3777
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3778
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  3779
}
jtulach@22
  3780
jtulach@22
  3781
.btn-group.open .btn.dropdown-toggle {
jtulach@22
  3782
  background-color: #e6e6e6;
jtulach@22
  3783
}
jtulach@22
  3784
jtulach@22
  3785
.btn-group.open .btn-primary.dropdown-toggle {
jtulach@22
  3786
  background-color: #0044cc;
jtulach@22
  3787
}
jtulach@22
  3788
jtulach@22
  3789
.btn-group.open .btn-warning.dropdown-toggle {
jtulach@22
  3790
  background-color: #f89406;
jtulach@22
  3791
}
jtulach@22
  3792
jtulach@22
  3793
.btn-group.open .btn-danger.dropdown-toggle {
jtulach@22
  3794
  background-color: #bd362f;
jtulach@22
  3795
}
jtulach@22
  3796
jtulach@22
  3797
.btn-group.open .btn-success.dropdown-toggle {
jtulach@22
  3798
  background-color: #51a351;
jtulach@22
  3799
}
jtulach@22
  3800
jtulach@22
  3801
.btn-group.open .btn-info.dropdown-toggle {
jtulach@22
  3802
  background-color: #2f96b4;
jtulach@22
  3803
}
jtulach@22
  3804
jtulach@22
  3805
.btn-group.open .btn-inverse.dropdown-toggle {
jtulach@22
  3806
  background-color: #222222;
jtulach@22
  3807
}
jtulach@22
  3808
jtulach@22
  3809
.btn .caret {
jtulach@22
  3810
  margin-top: 8px;
jtulach@22
  3811
  margin-left: 0;
jtulach@22
  3812
}
jtulach@22
  3813
jtulach@22
  3814
.btn-large .caret {
jtulach@22
  3815
  margin-top: 6px;
jtulach@22
  3816
}
jtulach@22
  3817
jtulach@22
  3818
.btn-large .caret {
jtulach@22
  3819
  border-top-width: 5px;
jtulach@22
  3820
  border-right-width: 5px;
jtulach@22
  3821
  border-left-width: 5px;
jtulach@22
  3822
}
jtulach@22
  3823
jtulach@22
  3824
.btn-mini .caret,
jtulach@22
  3825
.btn-small .caret {
jtulach@22
  3826
  margin-top: 8px;
jtulach@22
  3827
}
jtulach@22
  3828
jtulach@22
  3829
.dropup .btn-large .caret {
jtulach@22
  3830
  border-bottom-width: 5px;
jtulach@22
  3831
}
jtulach@22
  3832
jtulach@22
  3833
.btn-primary .caret,
jtulach@22
  3834
.btn-warning .caret,
jtulach@22
  3835
.btn-danger .caret,
jtulach@22
  3836
.btn-info .caret,
jtulach@22
  3837
.btn-success .caret,
jtulach@22
  3838
.btn-inverse .caret {
jtulach@22
  3839
  border-top-color: #ffffff;
jtulach@22
  3840
  border-bottom-color: #ffffff;
jtulach@22
  3841
}
jtulach@22
  3842
jtulach@22
  3843
.btn-group-vertical {
jtulach@22
  3844
  display: inline-block;
jtulach@22
  3845
  *display: inline;
jtulach@22
  3846
  /* IE7 inline-block hack */
jtulach@22
  3847
jtulach@22
  3848
  *zoom: 1;
jtulach@22
  3849
}
jtulach@22
  3850
jtulach@22
  3851
.btn-group-vertical > .btn {
jtulach@22
  3852
  display: block;
jtulach@22
  3853
  float: none;
jtulach@22
  3854
  max-width: 100%;
jtulach@22
  3855
  -webkit-border-radius: 0;
jtulach@22
  3856
     -moz-border-radius: 0;
jtulach@22
  3857
          border-radius: 0;
jtulach@22
  3858
}
jtulach@22
  3859
jtulach@22
  3860
.btn-group-vertical > .btn + .btn {
jtulach@22
  3861
  margin-top: -1px;
jtulach@22
  3862
  margin-left: 0;
jtulach@22
  3863
}
jtulach@22
  3864
jtulach@22
  3865
.btn-group-vertical > .btn:first-child {
jtulach@22
  3866
  -webkit-border-radius: 4px 4px 0 0;
jtulach@22
  3867
     -moz-border-radius: 4px 4px 0 0;
jtulach@22
  3868
          border-radius: 4px 4px 0 0;
jtulach@22
  3869
}
jtulach@22
  3870
jtulach@22
  3871
.btn-group-vertical > .btn:last-child {
jtulach@22
  3872
  -webkit-border-radius: 0 0 4px 4px;
jtulach@22
  3873
     -moz-border-radius: 0 0 4px 4px;
jtulach@22
  3874
          border-radius: 0 0 4px 4px;
jtulach@22
  3875
}
jtulach@22
  3876
jtulach@22
  3877
.btn-group-vertical > .btn-large:first-child {
jtulach@22
  3878
  -webkit-border-radius: 6px 6px 0 0;
jtulach@22
  3879
     -moz-border-radius: 6px 6px 0 0;
jtulach@22
  3880
          border-radius: 6px 6px 0 0;
jtulach@22
  3881
}
jtulach@22
  3882
jtulach@22
  3883
.btn-group-vertical > .btn-large:last-child {
jtulach@22
  3884
  -webkit-border-radius: 0 0 6px 6px;
jtulach@22
  3885
     -moz-border-radius: 0 0 6px 6px;
jtulach@22
  3886
          border-radius: 0 0 6px 6px;
jtulach@22
  3887
}
jtulach@22
  3888
jtulach@22
  3889
.alert {
jtulach@22
  3890
  padding: 8px 35px 8px 14px;
jtulach@22
  3891
  margin-bottom: 20px;
jtulach@22
  3892
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
jtulach@22
  3893
  background-color: #fcf8e3;
jtulach@22
  3894
  border: 1px solid #fbeed5;
jtulach@22
  3895
  -webkit-border-radius: 4px;
jtulach@22
  3896
     -moz-border-radius: 4px;
jtulach@22
  3897
          border-radius: 4px;
jtulach@22
  3898
}
jtulach@22
  3899
jtulach@22
  3900
.alert,
jtulach@22
  3901
.alert h4 {
jtulach@22
  3902
  color: #c09853;
jtulach@22
  3903
}
jtulach@22
  3904
jtulach@22
  3905
.alert h4 {
jtulach@22
  3906
  margin: 0;
jtulach@22
  3907
}
jtulach@22
  3908
jtulach@22
  3909
.alert .close {
jtulach@22
  3910
  position: relative;
jtulach@22
  3911
  top: -2px;
jtulach@22
  3912
  right: -21px;
jtulach@22
  3913
  line-height: 20px;
jtulach@22
  3914
}
jtulach@22
  3915
jtulach@22
  3916
.alert-success {
jtulach@22
  3917
  color: #468847;
jtulach@22
  3918
  background-color: #dff0d8;
jtulach@22
  3919
  border-color: #d6e9c6;
jtulach@22
  3920
}
jtulach@22
  3921
jtulach@22
  3922
.alert-success h4 {
jtulach@22
  3923
  color: #468847;
jtulach@22
  3924
}
jtulach@22
  3925
jtulach@22
  3926
.alert-danger,
jtulach@22
  3927
.alert-error {
jtulach@22
  3928
  color: #b94a48;
jtulach@22
  3929
  background-color: #f2dede;
jtulach@22
  3930
  border-color: #eed3d7;
jtulach@22
  3931
}
jtulach@22
  3932
jtulach@22
  3933
.alert-danger h4,
jtulach@22
  3934
.alert-error h4 {
jtulach@22
  3935
  color: #b94a48;
jtulach@22
  3936
}
jtulach@22
  3937
jtulach@22
  3938
.alert-info {
jtulach@22
  3939
  color: #3a87ad;
jtulach@22
  3940
  background-color: #d9edf7;
jtulach@22
  3941
  border-color: #bce8f1;
jtulach@22
  3942
}
jtulach@22
  3943
jtulach@22
  3944
.alert-info h4 {
jtulach@22
  3945
  color: #3a87ad;
jtulach@22
  3946
}
jtulach@22
  3947
jtulach@22
  3948
.alert-block {
jtulach@22
  3949
  padding-top: 14px;
jtulach@22
  3950
  padding-bottom: 14px;
jtulach@22
  3951
}
jtulach@22
  3952
jtulach@22
  3953
.alert-block > p,
jtulach@22
  3954
.alert-block > ul {
jtulach@22
  3955
  margin-bottom: 0;
jtulach@22
  3956
}
jtulach@22
  3957
jtulach@22
  3958
.alert-block p + p {
jtulach@22
  3959
  margin-top: 5px;
jtulach@22
  3960
}
jtulach@22
  3961
jtulach@22
  3962
.nav {
jtulach@22
  3963
  margin-bottom: 20px;
jtulach@22
  3964
  margin-left: 0;
jtulach@22
  3965
  list-style: none;
jtulach@22
  3966
}
jtulach@22
  3967
jtulach@22
  3968
.nav > li > a {
jtulach@22
  3969
  display: block;
jtulach@22
  3970
}
jtulach@22
  3971
jtulach@22
  3972
.nav > li > a:hover,
jtulach@22
  3973
.nav > li > a:focus {
jtulach@22
  3974
  text-decoration: none;
jtulach@22
  3975
  background-color: #eeeeee;
jtulach@22
  3976
}
jtulach@22
  3977
jtulach@22
  3978
.nav > li > a > img {
jtulach@22
  3979
  max-width: none;
jtulach@22
  3980
}
jtulach@22
  3981
jtulach@22
  3982
.nav > .pull-right {
jtulach@22
  3983
  float: right;
jtulach@22
  3984
}
jtulach@22
  3985
jtulach@22
  3986
.nav-header {
jtulach@22
  3987
  display: block;
jtulach@22
  3988
  padding: 3px 15px;
jtulach@22
  3989
  font-size: 11px;
jtulach@22
  3990
  font-weight: bold;
jtulach@22
  3991
  line-height: 20px;
jtulach@22
  3992
  color: #999999;
jtulach@22
  3993
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
jtulach@22
  3994
  text-transform: uppercase;
jtulach@22
  3995
}
jtulach@22
  3996
jtulach@22
  3997
.nav li + .nav-header {
jtulach@22
  3998
  margin-top: 9px;
jtulach@22
  3999
}
jtulach@22
  4000
jtulach@22
  4001
.nav-list {
jtulach@22
  4002
  padding-right: 15px;
jtulach@22
  4003
  padding-left: 15px;
jtulach@22
  4004
  margin-bottom: 0;
jtulach@22
  4005
}
jtulach@22
  4006
jtulach@22
  4007
.nav-list > li > a,
jtulach@22
  4008
.nav-list .nav-header {
jtulach@22
  4009
  margin-right: -15px;
jtulach@22
  4010
  margin-left: -15px;
jtulach@22
  4011
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
jtulach@22
  4012
}
jtulach@22
  4013
jtulach@22
  4014
.nav-list > li > a {
jtulach@22
  4015
  padding: 3px 15px;
jtulach@22
  4016
}
jtulach@22
  4017
jtulach@22
  4018
.nav-list > .active > a,
jtulach@22
  4019
.nav-list > .active > a:hover,
jtulach@22
  4020
.nav-list > .active > a:focus {
jtulach@22
  4021
  color: #ffffff;
jtulach@22
  4022
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
jtulach@22
  4023
  background-color: #0088cc;
jtulach@22
  4024
}
jtulach@22
  4025
jtulach@22
  4026
.nav-list [class^="icon-"],
jtulach@22
  4027
.nav-list [class*=" icon-"] {
jtulach@22
  4028
  margin-right: 2px;
jtulach@22
  4029
}
jtulach@22
  4030
jtulach@22
  4031
.nav-list .divider {
jtulach@22
  4032
  *width: 100%;
jtulach@22
  4033
  height: 1px;
jtulach@22
  4034
  margin: 9px 1px;
jtulach@22
  4035
  *margin: -5px 0 5px;
jtulach@22
  4036
  overflow: hidden;
jtulach@22
  4037
  background-color: #e5e5e5;
jtulach@22
  4038
  border-bottom: 1px solid #ffffff;
jtulach@22
  4039
}
jtulach@22
  4040
jtulach@22
  4041
.nav-tabs,
jtulach@22
  4042
.nav-pills {
jtulach@22
  4043
  *zoom: 1;
jtulach@22
  4044
}
jtulach@22
  4045
jtulach@22
  4046
.nav-tabs:before,
jtulach@22
  4047
.nav-pills:before,
jtulach@22
  4048
.nav-tabs:after,
jtulach@22
  4049
.nav-pills:after {
jtulach@22
  4050
  display: table;
jtulach@22
  4051
  line-height: 0;
jtulach@22
  4052
  content: "";
jtulach@22
  4053
}
jtulach@22
  4054
jtulach@22
  4055
.nav-tabs:after,
jtulach@22
  4056
.nav-pills:after {
jtulach@22
  4057
  clear: both;
jtulach@22
  4058
}
jtulach@22
  4059
jtulach@22
  4060
.nav-tabs > li,
jtulach@22
  4061
.nav-pills > li {
jtulach@22
  4062
  float: left;
jtulach@22
  4063
}
jtulach@22
  4064
jtulach@22
  4065
.nav-tabs > li > a,
jtulach@22
  4066
.nav-pills > li > a {
jtulach@22
  4067
  padding-right: 12px;
jtulach@22
  4068
  padding-left: 12px;
jtulach@22
  4069
  margin-right: 2px;
jtulach@22
  4070
  line-height: 14px;
jtulach@22
  4071
}
jtulach@22
  4072
jtulach@22
  4073
.nav-tabs {
jtulach@22
  4074
  border-bottom: 1px solid #ddd;
jtulach@22
  4075
}
jtulach@22
  4076
jtulach@22
  4077
.nav-tabs > li {
jtulach@22
  4078
  margin-bottom: -1px;
jtulach@22
  4079
}
jtulach@22
  4080
jtulach@22
  4081
.nav-tabs > li > a {
jtulach@22
  4082
  padding-top: 8px;
jtulach@22
  4083
  padding-bottom: 8px;
jtulach@22
  4084
  line-height: 20px;
jtulach@22
  4085
  border: 1px solid transparent;
jtulach@22
  4086
  -webkit-border-radius: 4px 4px 0 0;
jtulach@22
  4087
     -moz-border-radius: 4px 4px 0 0;
jtulach@22
  4088
          border-radius: 4px 4px 0 0;
jtulach@22
  4089
}
jtulach@22
  4090
jtulach@22
  4091
.nav-tabs > li > a:hover,
jtulach@22
  4092
.nav-tabs > li > a:focus {
jtulach@22
  4093
  border-color: #eeeeee #eeeeee #dddddd;
jtulach@22
  4094
}
jtulach@22
  4095
jtulach@22
  4096
.nav-tabs > .active > a,
jtulach@22
  4097
.nav-tabs > .active > a:hover,
jtulach@22
  4098
.nav-tabs > .active > a:focus {
jtulach@22
  4099
  color: #555555;
jtulach@22
  4100
  cursor: default;
jtulach@22
  4101
  background-color: #ffffff;
jtulach@22
  4102
  border: 1px solid #ddd;
jtulach@22
  4103
  border-bottom-color: transparent;
jtulach@22
  4104
}
jtulach@22
  4105
jtulach@22
  4106
.nav-pills > li > a {
jtulach@22
  4107
  padding-top: 8px;
jtulach@22
  4108
  padding-bottom: 8px;
jtulach@22
  4109
  margin-top: 2px;
jtulach@22
  4110
  margin-bottom: 2px;
jtulach@22
  4111
  -webkit-border-radius: 5px;
jtulach@22
  4112
     -moz-border-radius: 5px;
jtulach@22
  4113
          border-radius: 5px;
jtulach@22
  4114
}
jtulach@22
  4115
jtulach@22
  4116
.nav-pills > .active > a,
jtulach@22
  4117
.nav-pills > .active > a:hover,
jtulach@22
  4118
.nav-pills > .active > a:focus {
jtulach@22
  4119
  color: #ffffff;
jtulach@22
  4120
  background-color: #0088cc;
jtulach@22
  4121
}
jtulach@22
  4122
jtulach@22
  4123
.nav-stacked > li {
jtulach@22
  4124
  float: none;
jtulach@22
  4125
}
jtulach@22
  4126
jtulach@22
  4127
.nav-stacked > li > a {
jtulach@22
  4128
  margin-right: 0;
jtulach@22
  4129
}
jtulach@22
  4130
jtulach@22
  4131
.nav-tabs.nav-stacked {
jtulach@22
  4132
  border-bottom: 0;
jtulach@22
  4133
}
jtulach@22
  4134
jtulach@22
  4135
.nav-tabs.nav-stacked > li > a {
jtulach@22
  4136
  border: 1px solid #ddd;
jtulach@22
  4137
  -webkit-border-radius: 0;
jtulach@22
  4138
     -moz-border-radius: 0;
jtulach@22
  4139
          border-radius: 0;
jtulach@22
  4140
}
jtulach@22
  4141
jtulach@22
  4142
.nav-tabs.nav-stacked > li:first-child > a {
jtulach@22
  4143
  -webkit-border-top-right-radius: 4px;
jtulach@22
  4144
          border-top-right-radius: 4px;
jtulach@22
  4145
  -webkit-border-top-left-radius: 4px;
jtulach@22
  4146
          border-top-left-radius: 4px;
jtulach@22
  4147
  -moz-border-radius-topright: 4px;
jtulach@22
  4148
  -moz-border-radius-topleft: 4px;
jtulach@22
  4149
}
jtulach@22
  4150
jtulach@22
  4151
.nav-tabs.nav-stacked > li:last-child > a {
jtulach@22
  4152
  -webkit-border-bottom-right-radius: 4px;
jtulach@22
  4153
          border-bottom-right-radius: 4px;
jtulach@22
  4154
  -webkit-border-bottom-left-radius: 4px;
jtulach@22
  4155
          border-bottom-left-radius: 4px;
jtulach@22
  4156
  -moz-border-radius-bottomright: 4px;
jtulach@22
  4157
  -moz-border-radius-bottomleft: 4px;
jtulach@22
  4158
}
jtulach@22
  4159
jtulach@22
  4160
.nav-tabs.nav-stacked > li > a:hover,
jtulach@22
  4161
.nav-tabs.nav-stacked > li > a:focus {
jtulach@22
  4162
  z-index: 2;
jtulach@22
  4163
  border-color: #ddd;
jtulach@22
  4164
}
jtulach@22
  4165
jtulach@22
  4166
.nav-pills.nav-stacked > li > a {
jtulach@22
  4167
  margin-bottom: 3px;
jtulach@22
  4168
}
jtulach@22
  4169
jtulach@22
  4170
.nav-pills.nav-stacked > li:last-child > a {
jtulach@22
  4171
  margin-bottom: 1px;
jtulach@22
  4172
}
jtulach@22
  4173
jtulach@22
  4174
.nav-tabs .dropdown-menu {
jtulach@22
  4175
  -webkit-border-radius: 0 0 6px 6px;
jtulach@22
  4176
     -moz-border-radius: 0 0 6px 6px;
jtulach@22
  4177
          border-radius: 0 0 6px 6px;
jtulach@22
  4178
}
jtulach@22
  4179
jtulach@22
  4180
.nav-pills .dropdown-menu {
jtulach@22
  4181
  -webkit-border-radius: 6px;
jtulach@22
  4182
     -moz-border-radius: 6px;
jtulach@22
  4183
          border-radius: 6px;
jtulach@22
  4184
}
jtulach@22
  4185
jtulach@22
  4186
.nav .dropdown-toggle .caret {
jtulach@22
  4187
  margin-top: 6px;
jtulach@22
  4188
  border-top-color: #0088cc;
jtulach@22
  4189
  border-bottom-color: #0088cc;
jtulach@22
  4190
}
jtulach@22
  4191
jtulach@22
  4192
.nav .dropdown-toggle:hover .caret,
jtulach@22
  4193
.nav .dropdown-toggle:focus .caret {
jtulach@22
  4194
  border-top-color: #005580;
jtulach@22
  4195
  border-bottom-color: #005580;
jtulach@22
  4196
}
jtulach@22
  4197
jtulach@22
  4198
/* move down carets for tabs */
jtulach@22
  4199
jtulach@22
  4200
.nav-tabs .dropdown-toggle .caret {
jtulach@22
  4201
  margin-top: 8px;
jtulach@22
  4202
}
jtulach@22
  4203
jtulach@22
  4204
.nav .active .dropdown-toggle .caret {
jtulach@22
  4205
  border-top-color: #fff;
jtulach@22
  4206
  border-bottom-color: #fff;
jtulach@22
  4207
}
jtulach@22
  4208
jtulach@22
  4209
.nav-tabs .active .dropdown-toggle .caret {
jtulach@22
  4210
  border-top-color: #555555;
jtulach@22
  4211
  border-bottom-color: #555555;
jtulach@22
  4212
}
jtulach@22
  4213
jtulach@22
  4214
.nav > .dropdown.active > a:hover,
jtulach@22
  4215
.nav > .dropdown.active > a:focus {
jtulach@22
  4216
  cursor: pointer;
jtulach@22
  4217
}
jtulach@22
  4218
jtulach@22
  4219
.nav-tabs .open .dropdown-toggle,
jtulach@22
  4220
.nav-pills .open .dropdown-toggle,
jtulach@22
  4221
.nav > li.dropdown.open.active > a:hover,
jtulach@22
  4222
.nav > li.dropdown.open.active > a:focus {
jtulach@22
  4223
  color: #ffffff;
jtulach@22
  4224
  background-color: #999999;
jtulach@22
  4225
  border-color: #999999;
jtulach@22
  4226
}
jtulach@22
  4227
jtulach@22
  4228
.nav li.dropdown.open .caret,
jtulach@22
  4229
.nav li.dropdown.open.active .caret,
jtulach@22
  4230
.nav li.dropdown.open a:hover .caret,
jtulach@22
  4231
.nav li.dropdown.open a:focus .caret {
jtulach@22
  4232
  border-top-color: #ffffff;
jtulach@22
  4233
  border-bottom-color: #ffffff;
jtulach@22
  4234
  opacity: 1;
jtulach@22
  4235
  filter: alpha(opacity=100);
jtulach@22
  4236
}
jtulach@22
  4237
jtulach@22
  4238
.tabs-stacked .open > a:hover,
jtulach@22
  4239
.tabs-stacked .open > a:focus {
jtulach@22
  4240
  border-color: #999999;
jtulach@22
  4241
}
jtulach@22
  4242
jtulach@22
  4243
.tabbable {
jtulach@22
  4244
  *zoom: 1;
jtulach@22
  4245
}
jtulach@22
  4246
jtulach@22
  4247
.tabbable:before,
jtulach@22
  4248
.tabbable:after {
jtulach@22
  4249
  display: table;
jtulach@22
  4250
  line-height: 0;
jtulach@22
  4251
  content: "";
jtulach@22
  4252
}
jtulach@22
  4253
jtulach@22
  4254
.tabbable:after {
jtulach@22
  4255
  clear: both;
jtulach@22
  4256
}
jtulach@22
  4257
jtulach@22
  4258
.tab-content {
jtulach@22
  4259
  overflow: auto;
jtulach@22
  4260
}
jtulach@22
  4261
jtulach@22
  4262
.tabs-below > .nav-tabs,
jtulach@22
  4263
.tabs-right > .nav-tabs,
jtulach@22
  4264
.tabs-left > .nav-tabs {
jtulach@22
  4265
  border-bottom: 0;
jtulach@22
  4266
}
jtulach@22
  4267
jtulach@22
  4268
.tab-content > .tab-pane,
jtulach@22
  4269
.pill-content > .pill-pane {
jtulach@22
  4270
  display: none;
jtulach@22
  4271
}
jtulach@22
  4272
jtulach@22
  4273
.tab-content > .active,
jtulach@22
  4274
.pill-content > .active {
jtulach@22
  4275
  display: block;
jtulach@22
  4276
}
jtulach@22
  4277
jtulach@22
  4278
.tabs-below > .nav-tabs {
jtulach@22
  4279
  border-top: 1px solid #ddd;
jtulach@22
  4280
}
jtulach@22
  4281
jtulach@22
  4282
.tabs-below > .nav-tabs > li {
jtulach@22
  4283
  margin-top: -1px;
jtulach@22
  4284
  margin-bottom: 0;
jtulach@22
  4285
}
jtulach@22
  4286
jtulach@22
  4287
.tabs-below > .nav-tabs > li > a {
jtulach@22
  4288
  -webkit-border-radius: 0 0 4px 4px;
jtulach@22
  4289
     -moz-border-radius: 0 0 4px 4px;
jtulach@22
  4290
          border-radius: 0 0 4px 4px;
jtulach@22
  4291
}
jtulach@22
  4292
jtulach@22
  4293
.tabs-below > .nav-tabs > li > a:hover,
jtulach@22
  4294
.tabs-below > .nav-tabs > li > a:focus {
jtulach@22
  4295
  border-top-color: #ddd;
jtulach@22
  4296
  border-bottom-color: transparent;
jtulach@22
  4297
}
jtulach@22
  4298
jtulach@22
  4299
.tabs-below > .nav-tabs > .active > a,
jtulach@22
  4300
.tabs-below > .nav-tabs > .active > a:hover,
jtulach@22
  4301
.tabs-below > .nav-tabs > .active > a:focus {
jtulach@22
  4302
  border-color: transparent #ddd #ddd #ddd;
jtulach@22
  4303
}
jtulach@22
  4304
jtulach@22
  4305
.tabs-left > .nav-tabs > li,
jtulach@22
  4306
.tabs-right > .nav-tabs > li {
jtulach@22
  4307
  float: none;
jtulach@22
  4308
}
jtulach@22
  4309
jtulach@22
  4310
.tabs-left > .nav-tabs > li > a,
jtulach@22
  4311
.tabs-right > .nav-tabs > li > a {
jtulach@22
  4312
  min-width: 74px;
jtulach@22
  4313
  margin-right: 0;
jtulach@22
  4314
  margin-bottom: 3px;
jtulach@22
  4315
}
jtulach@22
  4316
jtulach@22
  4317
.tabs-left > .nav-tabs {
jtulach@22
  4318
  float: left;
jtulach@22
  4319
  margin-right: 19px;
jtulach@22
  4320
  border-right: 1px solid #ddd;
jtulach@22
  4321
}
jtulach@22
  4322
jtulach@22
  4323
.tabs-left > .nav-tabs > li > a {
jtulach@22
  4324
  margin-right: -1px;
jtulach@22
  4325
  -webkit-border-radius: 4px 0 0 4px;
jtulach@22
  4326
     -moz-border-radius: 4px 0 0 4px;
jtulach@22
  4327
          border-radius: 4px 0 0 4px;
jtulach@22
  4328
}
jtulach@22
  4329
jtulach@22
  4330
.tabs-left > .nav-tabs > li > a:hover,
jtulach@22
  4331
.tabs-left > .nav-tabs > li > a:focus {
jtulach@22
  4332
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
jtulach@22
  4333
}
jtulach@22
  4334
jtulach@22
  4335
.tabs-left > .nav-tabs .active > a,
jtulach@22
  4336
.tabs-left > .nav-tabs .active > a:hover,
jtulach@22
  4337
.tabs-left > .nav-tabs .active > a:focus {
jtulach@22
  4338
  border-color: #ddd transparent #ddd #ddd;
jtulach@22
  4339
  *border-right-color: #ffffff;
jtulach@22
  4340
}
jtulach@22
  4341
jtulach@22
  4342
.tabs-right > .nav-tabs {
jtulach@22
  4343
  float: right;
jtulach@22
  4344
  margin-left: 19px;
jtulach@22
  4345
  border-left: 1px solid #ddd;
jtulach@22
  4346
}
jtulach@22
  4347
jtulach@22
  4348
.tabs-right > .nav-tabs > li > a {
jtulach@22
  4349
  margin-left: -1px;
jtulach@22
  4350
  -webkit-border-radius: 0 4px 4px 0;
jtulach@22
  4351
     -moz-border-radius: 0 4px 4px 0;
jtulach@22
  4352
          border-radius: 0 4px 4px 0;
jtulach@22
  4353
}
jtulach@22
  4354
jtulach@22
  4355
.tabs-right > .nav-tabs > li > a:hover,
jtulach@22
  4356
.tabs-right > .nav-tabs > li > a:focus {
jtulach@22
  4357
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
jtulach@22
  4358
}
jtulach@22
  4359
jtulach@22
  4360
.tabs-right > .nav-tabs .active > a,
jtulach@22
  4361
.tabs-right > .nav-tabs .active > a:hover,
jtulach@22
  4362
.tabs-right > .nav-tabs .active > a:focus {
jtulach@22
  4363
  border-color: #ddd #ddd #ddd transparent;
jtulach@22
  4364
  *border-left-color: #ffffff;
jtulach@22
  4365
}
jtulach@22
  4366
jtulach@22
  4367
.nav > .disabled > a {
jtulach@22
  4368
  color: #999999;
jtulach@22
  4369
}
jtulach@22
  4370
jtulach@22
  4371
.nav > .disabled > a:hover,
jtulach@22
  4372
.nav > .disabled > a:focus {
jtulach@22
  4373
  text-decoration: none;
jtulach@22
  4374
  cursor: default;
jtulach@22
  4375
  background-color: transparent;
jtulach@22
  4376
}
jtulach@22
  4377
jtulach@22
  4378
.navbar {
jtulach@22
  4379
  *position: relative;
jtulach@22
  4380
  *z-index: 2;
jtulach@22
  4381
  margin-bottom: 20px;
jtulach@22
  4382
  overflow: visible;
jtulach@22
  4383
}
jtulach@22
  4384
jtulach@22
  4385
.navbar-inner {
jtulach@22
  4386
  min-height: 40px;
jtulach@22
  4387
  padding-right: 20px;
jtulach@22
  4388
  padding-left: 20px;
jtulach@22
  4389
  background-color: #fafafa;
jtulach@22
  4390
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
jtulach@22
  4391
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
jtulach@22
  4392
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
jtulach@22
  4393
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
jtulach@22
  4394
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
jtulach@22
  4395
  background-repeat: repeat-x;
jtulach@22
  4396
  border: 1px solid #d4d4d4;
jtulach@22
  4397
  -webkit-border-radius: 4px;
jtulach@22
  4398
     -moz-border-radius: 4px;
jtulach@22
  4399
          border-radius: 4px;
jtulach@22
  4400
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
jtulach@22
  4401
  *zoom: 1;
jtulach@22
  4402
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
jtulach@22
  4403
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
jtulach@22
  4404
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
jtulach@22
  4405
}
jtulach@22
  4406
jtulach@22
  4407
.navbar-inner:before,
jtulach@22
  4408
.navbar-inner:after {
jtulach@22
  4409
  display: table;
jtulach@22
  4410
  line-height: 0;
jtulach@22
  4411
  content: "";
jtulach@22
  4412
}
jtulach@22
  4413
jtulach@22
  4414
.navbar-inner:after {
jtulach@22
  4415
  clear: both;
jtulach@22
  4416
}
jtulach@22
  4417
jtulach@22
  4418
.navbar .container {
jtulach@22
  4419
  width: auto;
jtulach@22
  4420
}
jtulach@22
  4421
jtulach@22
  4422
.nav-collapse.collapse {
jtulach@22
  4423
  height: auto;
jtulach@22
  4424
  overflow: visible;
jtulach@22
  4425
}
jtulach@22
  4426
jtulach@22
  4427
.navbar .brand {
jtulach@22
  4428
  display: block;
jtulach@22
  4429
  float: left;
jtulach@22
  4430
  padding: 10px 20px 10px;
jtulach@22
  4431
  margin-left: -20px;
jtulach@22
  4432
  font-size: 20px;
jtulach@22
  4433
  font-weight: 200;
jtulach@22
  4434
  color: #777777;
jtulach@22
  4435
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  4436
}
jtulach@22
  4437
jtulach@22
  4438
.navbar .brand:hover,
jtulach@22
  4439
.navbar .brand:focus {
jtulach@22
  4440
  text-decoration: none;
jtulach@22
  4441
}
jtulach@22
  4442
jtulach@22
  4443
.navbar-text {
jtulach@22
  4444
  margin-bottom: 0;
jtulach@22
  4445
  line-height: 40px;
jtulach@22
  4446
  color: #777777;
jtulach@22
  4447
}
jtulach@22
  4448
jtulach@22
  4449
.navbar-link {
jtulach@22
  4450
  color: #777777;
jtulach@22
  4451
}
jtulach@22
  4452
jtulach@22
  4453
.navbar-link:hover,
jtulach@22
  4454
.navbar-link:focus {
jtulach@22
  4455
  color: #333333;
jtulach@22
  4456
}
jtulach@22
  4457
jtulach@22
  4458
.navbar .divider-vertical {
jtulach@22
  4459
  height: 40px;
jtulach@22
  4460
  margin: 0 9px;
jtulach@22
  4461
  border-right: 1px solid #ffffff;
jtulach@22
  4462
  border-left: 1px solid #f2f2f2;
jtulach@22
  4463
}
jtulach@22
  4464
jtulach@22
  4465
.navbar .btn,
jtulach@22
  4466
.navbar .btn-group {
jtulach@22
  4467
  margin-top: 5px;
jtulach@22
  4468
}
jtulach@22
  4469
jtulach@22
  4470
.navbar .btn-group .btn,
jtulach@22
  4471
.navbar .input-prepend .btn,
jtulach@22
  4472
.navbar .input-append .btn,
jtulach@22
  4473
.navbar .input-prepend .btn-group,
jtulach@22
  4474
.navbar .input-append .btn-group {
jtulach@22
  4475
  margin-top: 0;
jtulach@22
  4476
}
jtulach@22
  4477
jtulach@22
  4478
.navbar-form {
jtulach@22
  4479
  margin-bottom: 0;
jtulach@22
  4480
  *zoom: 1;
jtulach@22
  4481
}
jtulach@22
  4482
jtulach@22
  4483
.navbar-form:before,
jtulach@22
  4484
.navbar-form:after {
jtulach@22
  4485
  display: table;
jtulach@22
  4486
  line-height: 0;
jtulach@22
  4487
  content: "";
jtulach@22
  4488
}
jtulach@22
  4489
jtulach@22
  4490
.navbar-form:after {
jtulach@22
  4491
  clear: both;
jtulach@22
  4492
}
jtulach@22
  4493
jtulach@22
  4494
.navbar-form input,
jtulach@22
  4495
.navbar-form select,
jtulach@22
  4496
.navbar-form .radio,
jtulach@22
  4497
.navbar-form .checkbox {
jtulach@22
  4498
  margin-top: 5px;
jtulach@22
  4499
}
jtulach@22
  4500
jtulach@22
  4501
.navbar-form input,
jtulach@22
  4502
.navbar-form select,
jtulach@22
  4503
.navbar-form .btn {
jtulach@22
  4504
  display: inline-block;
jtulach@22
  4505
  margin-bottom: 0;
jtulach@22
  4506
}
jtulach@22
  4507
jtulach@22
  4508
.navbar-form input[type="image"],
jtulach@22
  4509
.navbar-form input[type="checkbox"],
jtulach@22
  4510
.navbar-form input[type="radio"] {
jtulach@22
  4511
  margin-top: 3px;
jtulach@22
  4512
}
jtulach@22
  4513
jtulach@22
  4514
.navbar-form .input-append,
jtulach@22
  4515
.navbar-form .input-prepend {
jtulach@22
  4516
  margin-top: 5px;
jtulach@22
  4517
  white-space: nowrap;
jtulach@22
  4518
}
jtulach@22
  4519
jtulach@22
  4520
.navbar-form .input-append input,
jtulach@22
  4521
.navbar-form .input-prepend input {
jtulach@22
  4522
  margin-top: 0;
jtulach@22
  4523
}
jtulach@22
  4524
jtulach@22
  4525
.navbar-search {
jtulach@22
  4526
  position: relative;
jtulach@22
  4527
  float: left;
jtulach@22
  4528
  margin-top: 5px;
jtulach@22
  4529
  margin-bottom: 0;
jtulach@22
  4530
}
jtulach@22
  4531
jtulach@22
  4532
.navbar-search .search-query {
jtulach@22
  4533
  padding: 4px 14px;
jtulach@22
  4534
  margin-bottom: 0;
jtulach@22
  4535
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
jtulach@22
  4536
  font-size: 13px;
jtulach@22
  4537
  font-weight: normal;
jtulach@22
  4538
  line-height: 1;
jtulach@22
  4539
  -webkit-border-radius: 15px;
jtulach@22
  4540
     -moz-border-radius: 15px;
jtulach@22
  4541
          border-radius: 15px;
jtulach@22
  4542
}
jtulach@22
  4543
jtulach@22
  4544
.navbar-static-top {
jtulach@22
  4545
  position: static;
jtulach@22
  4546
  margin-bottom: 0;
jtulach@22
  4547
}
jtulach@22
  4548
jtulach@22
  4549
.navbar-static-top .navbar-inner {
jtulach@22
  4550
  -webkit-border-radius: 0;
jtulach@22
  4551
     -moz-border-radius: 0;
jtulach@22
  4552
          border-radius: 0;
jtulach@22
  4553
}
jtulach@22
  4554
jtulach@22
  4555
.navbar-fixed-top,
jtulach@22
  4556
.navbar-fixed-bottom {
jtulach@22
  4557
  position: fixed;
jtulach@22
  4558
  right: 0;
jtulach@22
  4559
  left: 0;
jtulach@22
  4560
  z-index: 1030;
jtulach@22
  4561
  margin-bottom: 0;
jtulach@22
  4562
}
jtulach@22
  4563
jtulach@22
  4564
.navbar-fixed-top .navbar-inner,
jtulach@22
  4565
.navbar-static-top .navbar-inner {
jtulach@22
  4566
  border-width: 0 0 1px;
jtulach@22
  4567
}
jtulach@22
  4568
jtulach@22
  4569
.navbar-fixed-bottom .navbar-inner {
jtulach@22
  4570
  border-width: 1px 0 0;
jtulach@22
  4571
}
jtulach@22
  4572
jtulach@22
  4573
.navbar-fixed-top .navbar-inner,
jtulach@22
  4574
.navbar-fixed-bottom .navbar-inner {
jtulach@22
  4575
  padding-right: 0;
jtulach@22
  4576
  padding-left: 0;
jtulach@22
  4577
  -webkit-border-radius: 0;
jtulach@22
  4578
     -moz-border-radius: 0;
jtulach@22
  4579
          border-radius: 0;
jtulach@22
  4580
}
jtulach@22
  4581
jtulach@22
  4582
.navbar-static-top .container,
jtulach@22
  4583
.navbar-fixed-top .container,
jtulach@22
  4584
.navbar-fixed-bottom .container {
jtulach@22
  4585
  width: 940px;
jtulach@22
  4586
}
jtulach@22
  4587
jtulach@22
  4588
.navbar-fixed-top {
jtulach@22
  4589
  top: 0;
jtulach@22
  4590
}
jtulach@22
  4591
jtulach@22
  4592
.navbar-fixed-top .navbar-inner,
jtulach@22
  4593
.navbar-static-top .navbar-inner {
jtulach@22
  4594
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4595
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4596
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4597
}
jtulach@22
  4598
jtulach@22
  4599
.navbar-fixed-bottom {
jtulach@22
  4600
  bottom: 0;
jtulach@22
  4601
}
jtulach@22
  4602
jtulach@22
  4603
.navbar-fixed-bottom .navbar-inner {
jtulach@22
  4604
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4605
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4606
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
jtulach@22
  4607
}
jtulach@22
  4608
jtulach@22
  4609
.navbar .nav {
jtulach@22
  4610
  position: relative;
jtulach@22
  4611
  left: 0;
jtulach@22
  4612
  display: block;
jtulach@22
  4613
  float: left;
jtulach@22
  4614
  margin: 0 10px 0 0;
jtulach@22
  4615
}
jtulach@22
  4616
jtulach@22
  4617
.navbar .nav.pull-right {
jtulach@22
  4618
  float: right;
jtulach@22
  4619
  margin-right: 0;
jtulach@22
  4620
}
jtulach@22
  4621
jtulach@22
  4622
.navbar .nav > li {
jtulach@22
  4623
  float: left;
jtulach@22
  4624
}
jtulach@22
  4625
jtulach@22
  4626
.navbar .nav > li > a {
jtulach@22
  4627
  float: none;
jtulach@22
  4628
  padding: 10px 15px 10px;
jtulach@22
  4629
  color: #777777;
jtulach@22
  4630
  text-decoration: none;
jtulach@22
  4631
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  4632
}
jtulach@22
  4633
jtulach@22
  4634
.navbar .nav .dropdown-toggle .caret {
jtulach@22
  4635
  margin-top: 8px;
jtulach@22
  4636
}
jtulach@22
  4637
jtulach@22
  4638
.navbar .nav > li > a:focus,
jtulach@22
  4639
.navbar .nav > li > a:hover {
jtulach@22
  4640
  color: #333333;
jtulach@22
  4641
  text-decoration: none;
jtulach@22
  4642
  background-color: transparent;
jtulach@22
  4643
}
jtulach@22
  4644
jtulach@22
  4645
.navbar .nav > .active > a,
jtulach@22
  4646
.navbar .nav > .active > a:hover,
jtulach@22
  4647
.navbar .nav > .active > a:focus {
jtulach@22
  4648
  color: #555555;
jtulach@22
  4649
  text-decoration: none;
jtulach@22
  4650
  background-color: #e5e5e5;
jtulach@22
  4651
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
jtulach@22
  4652
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
jtulach@22
  4653
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
jtulach@22
  4654
}
jtulach@22
  4655
jtulach@22
  4656
.navbar .btn-navbar {
jtulach@22
  4657
  display: none;
jtulach@22
  4658
  float: right;
jtulach@22
  4659
  padding: 7px 10px;
jtulach@22
  4660
  margin-right: 5px;
jtulach@22
  4661
  margin-left: 5px;
jtulach@22
  4662
  color: #ffffff;
jtulach@22
  4663
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4664
  background-color: #ededed;
jtulach@22
  4665
  *background-color: #e5e5e5;
jtulach@22
  4666
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
jtulach@22
  4667
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
jtulach@22
  4668
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
jtulach@22
  4669
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
jtulach@22
  4670
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
jtulach@22
  4671
  background-repeat: repeat-x;
jtulach@22
  4672
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
jtulach@22
  4673
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  4674
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
jtulach@22
  4675
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  4676
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
jtulach@22
  4677
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
jtulach@22
  4678
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
jtulach@22
  4679
}
jtulach@22
  4680
jtulach@22
  4681
.navbar .btn-navbar:hover,
jtulach@22
  4682
.navbar .btn-navbar:focus,
jtulach@22
  4683
.navbar .btn-navbar:active,
jtulach@22
  4684
.navbar .btn-navbar.active,
jtulach@22
  4685
.navbar .btn-navbar.disabled,
jtulach@22
  4686
.navbar .btn-navbar[disabled] {
jtulach@22
  4687
  color: #ffffff;
jtulach@22
  4688
  background-color: #e5e5e5;
jtulach@22
  4689
  *background-color: #d9d9d9;
jtulach@22
  4690
}
jtulach@22
  4691
jtulach@22
  4692
.navbar .btn-navbar:active,
jtulach@22
  4693
.navbar .btn-navbar.active {
jtulach@22
  4694
  background-color: #cccccc \9;
jtulach@22
  4695
}
jtulach@22
  4696
jtulach@22
  4697
.navbar .btn-navbar .icon-bar {
jtulach@22
  4698
  display: block;
jtulach@22
  4699
  width: 18px;
jtulach@22
  4700
  height: 2px;
jtulach@22
  4701
  background-color: #f5f5f5;
jtulach@22
  4702
  -webkit-border-radius: 1px;
jtulach@22
  4703
     -moz-border-radius: 1px;
jtulach@22
  4704
          border-radius: 1px;
jtulach@22
  4705
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4706
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4707
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4708
}
jtulach@22
  4709
jtulach@22
  4710
.btn-navbar .icon-bar + .icon-bar {
jtulach@22
  4711
  margin-top: 3px;
jtulach@22
  4712
}
jtulach@22
  4713
jtulach@22
  4714
.navbar .nav > li > .dropdown-menu:before {
jtulach@22
  4715
  position: absolute;
jtulach@22
  4716
  top: -7px;
jtulach@22
  4717
  left: 9px;
jtulach@22
  4718
  display: inline-block;
jtulach@22
  4719
  border-right: 7px solid transparent;
jtulach@22
  4720
  border-bottom: 7px solid #ccc;
jtulach@22
  4721
  border-left: 7px solid transparent;
jtulach@22
  4722
  border-bottom-color: rgba(0, 0, 0, 0.2);
jtulach@22
  4723
  content: '';
jtulach@22
  4724
}
jtulach@22
  4725
jtulach@22
  4726
.navbar .nav > li > .dropdown-menu:after {
jtulach@22
  4727
  position: absolute;
jtulach@22
  4728
  top: -6px;
jtulach@22
  4729
  left: 10px;
jtulach@22
  4730
  display: inline-block;
jtulach@22
  4731
  border-right: 6px solid transparent;
jtulach@22
  4732
  border-bottom: 6px solid #ffffff;
jtulach@22
  4733
  border-left: 6px solid transparent;
jtulach@22
  4734
  content: '';
jtulach@22
  4735
}
jtulach@22
  4736
jtulach@22
  4737
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
jtulach@22
  4738
  top: auto;
jtulach@22
  4739
  bottom: -7px;
jtulach@22
  4740
  border-top: 7px solid #ccc;
jtulach@22
  4741
  border-bottom: 0;
jtulach@22
  4742
  border-top-color: rgba(0, 0, 0, 0.2);
jtulach@22
  4743
}
jtulach@22
  4744
jtulach@22
  4745
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
jtulach@22
  4746
  top: auto;
jtulach@22
  4747
  bottom: -6px;
jtulach@22
  4748
  border-top: 6px solid #ffffff;
jtulach@22
  4749
  border-bottom: 0;
jtulach@22
  4750
}
jtulach@22
  4751
jtulach@22
  4752
.navbar .nav li.dropdown > a:hover .caret,
jtulach@22
  4753
.navbar .nav li.dropdown > a:focus .caret {
jtulach@22
  4754
  border-top-color: #333333;
jtulach@22
  4755
  border-bottom-color: #333333;
jtulach@22
  4756
}
jtulach@22
  4757
jtulach@22
  4758
.navbar .nav li.dropdown.open > .dropdown-toggle,
jtulach@22
  4759
.navbar .nav li.dropdown.active > .dropdown-toggle,
jtulach@22
  4760
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
jtulach@22
  4761
  color: #555555;
jtulach@22
  4762
  background-color: #e5e5e5;
jtulach@22
  4763
}
jtulach@22
  4764
jtulach@22
  4765
.navbar .nav li.dropdown > .dropdown-toggle .caret {
jtulach@22
  4766
  border-top-color: #777777;
jtulach@22
  4767
  border-bottom-color: #777777;
jtulach@22
  4768
}
jtulach@22
  4769
jtulach@22
  4770
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
jtulach@22
  4771
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
jtulach@22
  4772
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
jtulach@22
  4773
  border-top-color: #555555;
jtulach@22
  4774
  border-bottom-color: #555555;
jtulach@22
  4775
}
jtulach@22
  4776
jtulach@22
  4777
.navbar .pull-right > li > .dropdown-menu,
jtulach@22
  4778
.navbar .nav > li > .dropdown-menu.pull-right {
jtulach@22
  4779
  right: 0;
jtulach@22
  4780
  left: auto;
jtulach@22
  4781
}
jtulach@22
  4782
jtulach@22
  4783
.navbar .pull-right > li > .dropdown-menu:before,
jtulach@22
  4784
.navbar .nav > li > .dropdown-menu.pull-right:before {
jtulach@22
  4785
  right: 12px;
jtulach@22
  4786
  left: auto;
jtulach@22
  4787
}
jtulach@22
  4788
jtulach@22
  4789
.navbar .pull-right > li > .dropdown-menu:after,
jtulach@22
  4790
.navbar .nav > li > .dropdown-menu.pull-right:after {
jtulach@22
  4791
  right: 13px;
jtulach@22
  4792
  left: auto;
jtulach@22
  4793
}
jtulach@22
  4794
jtulach@22
  4795
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
jtulach@22
  4796
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
jtulach@22
  4797
  right: 100%;
jtulach@22
  4798
  left: auto;
jtulach@22
  4799
  margin-right: -1px;
jtulach@22
  4800
  margin-left: 0;
jtulach@22
  4801
  -webkit-border-radius: 6px 0 6px 6px;
jtulach@22
  4802
     -moz-border-radius: 6px 0 6px 6px;
jtulach@22
  4803
          border-radius: 6px 0 6px 6px;
jtulach@22
  4804
}
jtulach@22
  4805
jtulach@22
  4806
.navbar-inverse .navbar-inner {
jtulach@22
  4807
  background-color: #1b1b1b;
jtulach@22
  4808
  background-image: -moz-linear-gradient(top, #222222, #111111);
jtulach@22
  4809
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
jtulach@22
  4810
  background-image: -webkit-linear-gradient(top, #222222, #111111);
jtulach@22
  4811
  background-image: -o-linear-gradient(top, #222222, #111111);
jtulach@22
  4812
  background-image: linear-gradient(to bottom, #222222, #111111);
jtulach@22
  4813
  background-repeat: repeat-x;
jtulach@22
  4814
  border-color: #252525;
jtulach@22
  4815
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
jtulach@22
  4816
}
jtulach@22
  4817
jtulach@22
  4818
.navbar-inverse .brand,
jtulach@22
  4819
.navbar-inverse .nav > li > a {
jtulach@22
  4820
  color: #999999;
jtulach@22
  4821
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4822
}
jtulach@22
  4823
jtulach@22
  4824
.navbar-inverse .brand:hover,
jtulach@22
  4825
.navbar-inverse .nav > li > a:hover,
jtulach@22
  4826
.navbar-inverse .brand:focus,
jtulach@22
  4827
.navbar-inverse .nav > li > a:focus {
jtulach@22
  4828
  color: #ffffff;
jtulach@22
  4829
}
jtulach@22
  4830
jtulach@22
  4831
.navbar-inverse .brand {
jtulach@22
  4832
  color: #999999;
jtulach@22
  4833
}
jtulach@22
  4834
jtulach@22
  4835
.navbar-inverse .navbar-text {
jtulach@22
  4836
  color: #999999;
jtulach@22
  4837
}
jtulach@22
  4838
jtulach@22
  4839
.navbar-inverse .nav > li > a:focus,
jtulach@22
  4840
.navbar-inverse .nav > li > a:hover {
jtulach@22
  4841
  color: #ffffff;
jtulach@22
  4842
  background-color: transparent;
jtulach@22
  4843
}
jtulach@22
  4844
jtulach@22
  4845
.navbar-inverse .nav .active > a,
jtulach@22
  4846
.navbar-inverse .nav .active > a:hover,
jtulach@22
  4847
.navbar-inverse .nav .active > a:focus {
jtulach@22
  4848
  color: #ffffff;
jtulach@22
  4849
  background-color: #111111;
jtulach@22
  4850
}
jtulach@22
  4851
jtulach@22
  4852
.navbar-inverse .navbar-link {
jtulach@22
  4853
  color: #999999;
jtulach@22
  4854
}
jtulach@22
  4855
jtulach@22
  4856
.navbar-inverse .navbar-link:hover,
jtulach@22
  4857
.navbar-inverse .navbar-link:focus {
jtulach@22
  4858
  color: #ffffff;
jtulach@22
  4859
}
jtulach@22
  4860
jtulach@22
  4861
.navbar-inverse .divider-vertical {
jtulach@22
  4862
  border-right-color: #222222;
jtulach@22
  4863
  border-left-color: #111111;
jtulach@22
  4864
}
jtulach@22
  4865
jtulach@22
  4866
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
jtulach@22
  4867
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
jtulach@22
  4868
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
jtulach@22
  4869
  color: #ffffff;
jtulach@22
  4870
  background-color: #111111;
jtulach@22
  4871
}
jtulach@22
  4872
jtulach@22
  4873
.navbar-inverse .nav li.dropdown > a:hover .caret,
jtulach@22
  4874
.navbar-inverse .nav li.dropdown > a:focus .caret {
jtulach@22
  4875
  border-top-color: #ffffff;
jtulach@22
  4876
  border-bottom-color: #ffffff;
jtulach@22
  4877
}
jtulach@22
  4878
jtulach@22
  4879
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
jtulach@22
  4880
  border-top-color: #999999;
jtulach@22
  4881
  border-bottom-color: #999999;
jtulach@22
  4882
}
jtulach@22
  4883
jtulach@22
  4884
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
jtulach@22
  4885
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
jtulach@22
  4886
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
jtulach@22
  4887
  border-top-color: #ffffff;
jtulach@22
  4888
  border-bottom-color: #ffffff;
jtulach@22
  4889
}
jtulach@22
  4890
jtulach@22
  4891
.navbar-inverse .navbar-search .search-query {
jtulach@22
  4892
  color: #ffffff;
jtulach@22
  4893
  background-color: #515151;
jtulach@22
  4894
  border-color: #111111;
jtulach@22
  4895
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
jtulach@22
  4896
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
jtulach@22
  4897
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
jtulach@22
  4898
  -webkit-transition: none;
jtulach@22
  4899
     -moz-transition: none;
jtulach@22
  4900
       -o-transition: none;
jtulach@22
  4901
          transition: none;
jtulach@22
  4902
}
jtulach@22
  4903
jtulach@22
  4904
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
jtulach@22
  4905
  color: #cccccc;
jtulach@22
  4906
}
jtulach@22
  4907
jtulach@22
  4908
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
jtulach@22
  4909
  color: #cccccc;
jtulach@22
  4910
}
jtulach@22
  4911
jtulach@22
  4912
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
jtulach@22
  4913
  color: #cccccc;
jtulach@22
  4914
}
jtulach@22
  4915
jtulach@22
  4916
.navbar-inverse .navbar-search .search-query:focus,
jtulach@22
  4917
.navbar-inverse .navbar-search .search-query.focused {
jtulach@22
  4918
  padding: 5px 15px;
jtulach@22
  4919
  color: #333333;
jtulach@22
  4920
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  4921
  background-color: #ffffff;
jtulach@22
  4922
  border: 0;
jtulach@22
  4923
  outline: 0;
jtulach@22
  4924
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
jtulach@22
  4925
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
jtulach@22
  4926
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
jtulach@22
  4927
}
jtulach@22
  4928
jtulach@22
  4929
.navbar-inverse .btn-navbar {
jtulach@22
  4930
  color: #ffffff;
jtulach@22
  4931
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  4932
  background-color: #0e0e0e;
jtulach@22
  4933
  *background-color: #040404;
jtulach@22
  4934
  background-image: -moz-linear-gradient(top, #151515, #040404);
jtulach@22
  4935
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
jtulach@22
  4936
  background-image: -webkit-linear-gradient(top, #151515, #040404);
jtulach@22
  4937
  background-image: -o-linear-gradient(top, #151515, #040404);
jtulach@22
  4938
  background-image: linear-gradient(to bottom, #151515, #040404);
jtulach@22
  4939
  background-repeat: repeat-x;
jtulach@22
  4940
  border-color: #040404 #040404 #000000;
jtulach@22
  4941
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
jtulach@22
  4942
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
jtulach@22
  4943
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
jtulach@22
  4944
}
jtulach@22
  4945
jtulach@22
  4946
.navbar-inverse .btn-navbar:hover,
jtulach@22
  4947
.navbar-inverse .btn-navbar:focus,
jtulach@22
  4948
.navbar-inverse .btn-navbar:active,
jtulach@22
  4949
.navbar-inverse .btn-navbar.active,
jtulach@22
  4950
.navbar-inverse .btn-navbar.disabled,
jtulach@22
  4951
.navbar-inverse .btn-navbar[disabled] {
jtulach@22
  4952
  color: #ffffff;
jtulach@22
  4953
  background-color: #040404;
jtulach@22
  4954
  *background-color: #000000;
jtulach@22
  4955
}
jtulach@22
  4956
jtulach@22
  4957
.navbar-inverse .btn-navbar:active,
jtulach@22
  4958
.navbar-inverse .btn-navbar.active {
jtulach@22
  4959
  background-color: #000000 \9;
jtulach@22
  4960
}
jtulach@22
  4961
jtulach@22
  4962
.breadcrumb {
jtulach@22
  4963
  padding: 8px 15px;
jtulach@22
  4964
  margin: 0 0 20px;
jtulach@22
  4965
  list-style: none;
jtulach@22
  4966
  background-color: #f5f5f5;
jtulach@22
  4967
  -webkit-border-radius: 4px;
jtulach@22
  4968
     -moz-border-radius: 4px;
jtulach@22
  4969
          border-radius: 4px;
jtulach@22
  4970
}
jtulach@22
  4971
jtulach@22
  4972
.breadcrumb > li {
jtulach@22
  4973
  display: inline-block;
jtulach@22
  4974
  *display: inline;
jtulach@22
  4975
  text-shadow: 0 1px 0 #ffffff;
jtulach@22
  4976
  *zoom: 1;
jtulach@22
  4977
}
jtulach@22
  4978
jtulach@22
  4979
.breadcrumb > li > .divider {
jtulach@22
  4980
  padding: 0 5px;
jtulach@22
  4981
  color: #ccc;
jtulach@22
  4982
}
jtulach@22
  4983
jtulach@22
  4984
.breadcrumb > .active {
jtulach@22
  4985
  color: #999999;
jtulach@22
  4986
}
jtulach@22
  4987
jtulach@22
  4988
.pagination {
jtulach@22
  4989
  margin: 20px 0;
jtulach@22
  4990
}
jtulach@22
  4991
jtulach@22
  4992
.pagination ul {
jtulach@22
  4993
  display: inline-block;
jtulach@22
  4994
  *display: inline;
jtulach@22
  4995
  margin-bottom: 0;
jtulach@22
  4996
  margin-left: 0;
jtulach@22
  4997
  -webkit-border-radius: 4px;
jtulach@22
  4998
     -moz-border-radius: 4px;
jtulach@22
  4999
          border-radius: 4px;
jtulach@22
  5000
  *zoom: 1;
jtulach@22
  5001
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  5002
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  5003
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
jtulach@22
  5004
}
jtulach@22
  5005
jtulach@22
  5006
.pagination ul > li {
jtulach@22
  5007
  display: inline;
jtulach@22
  5008
}
jtulach@22
  5009
jtulach@22
  5010
.pagination ul > li > a,
jtulach@22
  5011
.pagination ul > li > span {
jtulach@22
  5012
  float: left;
jtulach@22
  5013
  padding: 4px 12px;
jtulach@22
  5014
  line-height: 20px;
jtulach@22
  5015
  text-decoration: none;
jtulach@22
  5016
  background-color: #ffffff;
jtulach@22
  5017
  border: 1px solid #dddddd;
jtulach@22
  5018
  border-left-width: 0;
jtulach@22
  5019
}
jtulach@22
  5020
jtulach@22
  5021
.pagination ul > li > a:hover,
jtulach@22
  5022
.pagination ul > li > a:focus,
jtulach@22
  5023
.pagination ul > .active > a,
jtulach@22
  5024
.pagination ul > .active > span {
jtulach@22
  5025
  background-color: #f5f5f5;
jtulach@22
  5026
}
jtulach@22
  5027
jtulach@22
  5028
.pagination ul > .active > a,
jtulach@22
  5029
.pagination ul > .active > span {
jtulach@22
  5030
  color: #999999;
jtulach@22
  5031
  cursor: default;
jtulach@22
  5032
}
jtulach@22
  5033
jtulach@22
  5034
.pagination ul > .disabled > span,
jtulach@22
  5035
.pagination ul > .disabled > a,
jtulach@22
  5036
.pagination ul > .disabled > a:hover,
jtulach@22
  5037
.pagination ul > .disabled > a:focus {
jtulach@22
  5038
  color: #999999;
jtulach@22
  5039
  cursor: default;
jtulach@22
  5040
  background-color: transparent;
jtulach@22
  5041
}
jtulach@22
  5042
jtulach@22
  5043
.pagination ul > li:first-child > a,
jtulach@22
  5044
.pagination ul > li:first-child > span {
jtulach@22
  5045
  border-left-width: 1px;
jtulach@22
  5046
  -webkit-border-bottom-left-radius: 4px;
jtulach@22
  5047
          border-bottom-left-radius: 4px;
jtulach@22
  5048
  -webkit-border-top-left-radius: 4px;
jtulach@22
  5049
          border-top-left-radius: 4px;
jtulach@22
  5050
  -moz-border-radius-bottomleft: 4px;
jtulach@22
  5051
  -moz-border-radius-topleft: 4px;
jtulach@22
  5052
}
jtulach@22
  5053
jtulach@22
  5054
.pagination ul > li:last-child > a,
jtulach@22
  5055
.pagination ul > li:last-child > span {
jtulach@22
  5056
  -webkit-border-top-right-radius: 4px;
jtulach@22
  5057
          border-top-right-radius: 4px;
jtulach@22
  5058
  -webkit-border-bottom-right-radius: 4px;
jtulach@22
  5059
          border-bottom-right-radius: 4px;
jtulach@22
  5060
  -moz-border-radius-topright: 4px;
jtulach@22
  5061
  -moz-border-radius-bottomright: 4px;
jtulach@22
  5062
}
jtulach@22
  5063
jtulach@22
  5064
.pagination-centered {
jtulach@22
  5065
  text-align: center;
jtulach@22
  5066
}
jtulach@22
  5067
jtulach@22
  5068
.pagination-right {
jtulach@22
  5069
  text-align: right;
jtulach@22
  5070
}
jtulach@22
  5071
jtulach@22
  5072
.pagination-large ul > li > a,
jtulach@22
  5073
.pagination-large ul > li > span {
jtulach@22
  5074
  padding: 11px 19px;
jtulach@22
  5075
  font-size: 17.5px;
jtulach@22
  5076
}
jtulach@22
  5077
jtulach@22
  5078
.pagination-large ul > li:first-child > a,
jtulach@22
  5079
.pagination-large ul > li:first-child > span {
jtulach@22
  5080
  -webkit-border-bottom-left-radius: 6px;
jtulach@22
  5081
          border-bottom-left-radius: 6px;
jtulach@22
  5082
  -webkit-border-top-left-radius: 6px;
jtulach@22
  5083
          border-top-left-radius: 6px;
jtulach@22
  5084
  -moz-border-radius-bottomleft: 6px;
jtulach@22
  5085
  -moz-border-radius-topleft: 6px;
jtulach@22
  5086
}
jtulach@22
  5087
jtulach@22
  5088
.pagination-large ul > li:last-child > a,
jtulach@22
  5089
.pagination-large ul > li:last-child > span {
jtulach@22
  5090
  -webkit-border-top-right-radius: 6px;
jtulach@22
  5091
          border-top-right-radius: 6px;
jtulach@22
  5092
  -webkit-border-bottom-right-radius: 6px;
jtulach@22
  5093
          border-bottom-right-radius: 6px;
jtulach@22
  5094
  -moz-border-radius-topright: 6px;
jtulach@22
  5095
  -moz-border-radius-bottomright: 6px;
jtulach@22
  5096
}
jtulach@22
  5097
jtulach@22
  5098
.pagination-mini ul > li:first-child > a,
jtulach@22
  5099
.pagination-small ul > li:first-child > a,
jtulach@22
  5100
.pagination-mini ul > li:first-child > span,
jtulach@22
  5101
.pagination-small ul > li:first-child > span {
jtulach@22
  5102
  -webkit-border-bottom-left-radius: 3px;
jtulach@22
  5103
          border-bottom-left-radius: 3px;
jtulach@22
  5104
  -webkit-border-top-left-radius: 3px;
jtulach@22
  5105
          border-top-left-radius: 3px;
jtulach@22
  5106
  -moz-border-radius-bottomleft: 3px;
jtulach@22
  5107
  -moz-border-radius-topleft: 3px;
jtulach@22
  5108
}
jtulach@22
  5109
jtulach@22
  5110
.pagination-mini ul > li:last-child > a,
jtulach@22
  5111
.pagination-small ul > li:last-child > a,
jtulach@22
  5112
.pagination-mini ul > li:last-child > span,
jtulach@22
  5113
.pagination-small ul > li:last-child > span {
jtulach@22
  5114
  -webkit-border-top-right-radius: 3px;
jtulach@22
  5115
          border-top-right-radius: 3px;
jtulach@22
  5116
  -webkit-border-bottom-right-radius: 3px;
jtulach@22
  5117
          border-bottom-right-radius: 3px;
jtulach@22
  5118
  -moz-border-radius-topright: 3px;
jtulach@22
  5119
  -moz-border-radius-bottomright: 3px;
jtulach@22
  5120
}
jtulach@22
  5121
jtulach@22
  5122
.pagination-small ul > li > a,
jtulach@22
  5123
.pagination-small ul > li > span {
jtulach@22
  5124
  padding: 2px 10px;
jtulach@22
  5125
  font-size: 11.9px;
jtulach@22
  5126
}
jtulach@22
  5127
jtulach@22
  5128
.pagination-mini ul > li > a,
jtulach@22
  5129
.pagination-mini ul > li > span {
jtulach@22
  5130
  padding: 0 6px;
jtulach@22
  5131
  font-size: 10.5px;
jtulach@22
  5132
}
jtulach@22
  5133
jtulach@22
  5134
.pager {
jtulach@22
  5135
  margin: 20px 0;
jtulach@22
  5136
  text-align: center;
jtulach@22
  5137
  list-style: none;
jtulach@22
  5138
  *zoom: 1;
jtulach@22
  5139
}
jtulach@22
  5140
jtulach@22
  5141
.pager:before,
jtulach@22
  5142
.pager:after {
jtulach@22
  5143
  display: table;
jtulach@22
  5144
  line-height: 0;
jtulach@22
  5145
  content: "";
jtulach@22
  5146
}
jtulach@22
  5147
jtulach@22
  5148
.pager:after {
jtulach@22
  5149
  clear: both;
jtulach@22
  5150
}
jtulach@22
  5151
jtulach@22
  5152
.pager li {
jtulach@22
  5153
  display: inline;
jtulach@22
  5154
}
jtulach@22
  5155
jtulach@22
  5156
.pager li > a,
jtulach@22
  5157
.pager li > span {
jtulach@22
  5158
  display: inline-block;
jtulach@22
  5159
  padding: 5px 14px;
jtulach@22
  5160
  background-color: #fff;
jtulach@22
  5161
  border: 1px solid #ddd;
jtulach@22
  5162
  -webkit-border-radius: 15px;
jtulach@22
  5163
     -moz-border-radius: 15px;
jtulach@22
  5164
          border-radius: 15px;
jtulach@22
  5165
}
jtulach@22
  5166
jtulach@22
  5167
.pager li > a:hover,
jtulach@22
  5168
.pager li > a:focus {
jtulach@22
  5169
  text-decoration: none;
jtulach@22
  5170
  background-color: #f5f5f5;
jtulach@22
  5171
}
jtulach@22
  5172
jtulach@22
  5173
.pager .next > a,
jtulach@22
  5174
.pager .next > span {
jtulach@22
  5175
  float: right;
jtulach@22
  5176
}
jtulach@22
  5177
jtulach@22
  5178
.pager .previous > a,
jtulach@22
  5179
.pager .previous > span {
jtulach@22
  5180
  float: left;
jtulach@22
  5181
}
jtulach@22
  5182
jtulach@22
  5183
.pager .disabled > a,
jtulach@22
  5184
.pager .disabled > a:hover,
jtulach@22
  5185
.pager .disabled > a:focus,
jtulach@22
  5186
.pager .disabled > span {
jtulach@22
  5187
  color: #999999;
jtulach@22
  5188
  cursor: default;
jtulach@22
  5189
  background-color: #fff;
jtulach@22
  5190
}
jtulach@22
  5191
jtulach@22
  5192
.modal-backdrop {
jtulach@22
  5193
  position: fixed;
jtulach@22
  5194
  top: 0;
jtulach@22
  5195
  right: 0;
jtulach@22
  5196
  bottom: 0;
jtulach@22
  5197
  left: 0;
jtulach@22
  5198
  z-index: 1040;
jtulach@22
  5199
  background-color: #000000;
jtulach@22
  5200
}
jtulach@22
  5201
jtulach@22
  5202
.modal-backdrop.fade {
jtulach@22
  5203
  opacity: 0;
jtulach@22
  5204
}
jtulach@22
  5205
jtulach@22
  5206
.modal-backdrop,
jtulach@22
  5207
.modal-backdrop.fade.in {
jtulach@22
  5208
  opacity: 0.8;
jtulach@22
  5209
  filter: alpha(opacity=80);
jtulach@22
  5210
}
jtulach@22
  5211
jtulach@22
  5212
.modal {
jtulach@22
  5213
  position: fixed;
jtulach@22
  5214
  top: 10%;
jtulach@22
  5215
  left: 50%;
jtulach@22
  5216
  z-index: 1050;
jtulach@22
  5217
  width: 560px;
jtulach@22
  5218
  margin-left: -280px;
jtulach@22
  5219
  background-color: #ffffff;
jtulach@22
  5220
  border: 1px solid #999;
jtulach@22
  5221
  border: 1px solid rgba(0, 0, 0, 0.3);
jtulach@22
  5222
  *border: 1px solid #999;
jtulach@22
  5223
  -webkit-border-radius: 6px;
jtulach@22
  5224
     -moz-border-radius: 6px;
jtulach@22
  5225
          border-radius: 6px;
jtulach@22
  5226
  outline: none;
jtulach@22
  5227
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
jtulach@22
  5228
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
jtulach@22
  5229
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
jtulach@22
  5230
  -webkit-background-clip: padding-box;
jtulach@22
  5231
     -moz-background-clip: padding-box;
jtulach@22
  5232
          background-clip: padding-box;
jtulach@22
  5233
}
jtulach@22
  5234
jtulach@22
  5235
.modal.fade {
jtulach@22
  5236
  top: -25%;
jtulach@22
  5237
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
jtulach@22
  5238
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
jtulach@22
  5239
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
jtulach@22
  5240
          transition: opacity 0.3s linear, top 0.3s ease-out;
jtulach@22
  5241
}
jtulach@22
  5242
jtulach@22
  5243
.modal.fade.in {
jtulach@22
  5244
  top: 10%;
jtulach@22
  5245
}
jtulach@22
  5246
jtulach@22
  5247
.modal-header {
jtulach@22
  5248
  padding: 9px 15px;
jtulach@22
  5249
  border-bottom: 1px solid #eee;
jtulach@22
  5250
}
jtulach@22
  5251
jtulach@22
  5252
.modal-header .close {
jtulach@22
  5253
  margin-top: 2px;
jtulach@22
  5254
}
jtulach@22
  5255
jtulach@22
  5256
.modal-header h3 {
jtulach@22
  5257
  margin: 0;
jtulach@22
  5258
  line-height: 30px;
jtulach@22
  5259
}
jtulach@22
  5260
jtulach@22
  5261
.modal-body {
jtulach@22
  5262
  position: relative;
jtulach@22
  5263
  max-height: 400px;
jtulach@22
  5264
  padding: 15px;
jtulach@22
  5265
  overflow-y: auto;
jtulach@22
  5266
}
jtulach@22
  5267
jtulach@22
  5268
.modal-form {
jtulach@22
  5269
  margin-bottom: 0;
jtulach@22
  5270
}
jtulach@22
  5271
jtulach@22
  5272
.modal-footer {
jtulach@22
  5273
  padding: 14px 15px 15px;
jtulach@22
  5274
  margin-bottom: 0;
jtulach@22
  5275
  text-align: right;
jtulach@22
  5276
  background-color: #f5f5f5;
jtulach@22
  5277
  border-top: 1px solid #ddd;
jtulach@22
  5278
  -webkit-border-radius: 0 0 6px 6px;
jtulach@22
  5279
     -moz-border-radius: 0 0 6px 6px;
jtulach@22
  5280
          border-radius: 0 0 6px 6px;
jtulach@22
  5281
  *zoom: 1;
jtulach@22
  5282
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
jtulach@22
  5283
     -moz-box-shadow: inset 0 1px 0 #ffffff;
jtulach@22
  5284
          box-shadow: inset 0 1px 0 #ffffff;
jtulach@22
  5285
}
jtulach@22
  5286
jtulach@22
  5287
.modal-footer:before,
jtulach@22
  5288
.modal-footer:after {
jtulach@22
  5289
  display: table;
jtulach@22
  5290
  line-height: 0;
jtulach@22
  5291
  content: "";
jtulach@22
  5292
}
jtulach@22
  5293
jtulach@22
  5294
.modal-footer:after {
jtulach@22
  5295
  clear: both;
jtulach@22
  5296
}
jtulach@22
  5297
jtulach@22
  5298
.modal-footer .btn + .btn {
jtulach@22
  5299
  margin-bottom: 0;
jtulach@22
  5300
  margin-left: 5px;
jtulach@22
  5301
}
jtulach@22
  5302
jtulach@22
  5303
.modal-footer .btn-group .btn + .btn {
jtulach@22
  5304
  margin-left: -1px;
jtulach@22
  5305
}
jtulach@22
  5306
jtulach@22
  5307
.modal-footer .btn-block + .btn-block {
jtulach@22
  5308
  margin-left: 0;
jtulach@22
  5309
}
jtulach@22
  5310
jtulach@22
  5311
.tooltip {
jtulach@22
  5312
  position: absolute;
jtulach@22
  5313
  z-index: 1030;
jtulach@22
  5314
  display: block;
jtulach@22
  5315
  font-size: 11px;
jtulach@22
  5316
  line-height: 1.4;
jtulach@22
  5317
  opacity: 0;
jtulach@22
  5318
  filter: alpha(opacity=0);
jtulach@22
  5319
  visibility: visible;
jtulach@22
  5320
}
jtulach@22
  5321
jtulach@22
  5322
.tooltip.in {
jtulach@22
  5323
  opacity: 0.8;
jtulach@22
  5324
  filter: alpha(opacity=80);
jtulach@22
  5325
}
jtulach@22
  5326
jtulach@22
  5327
.tooltip.top {
jtulach@22
  5328
  padding: 5px 0;
jtulach@22
  5329
  margin-top: -3px;
jtulach@22
  5330
}
jtulach@22
  5331
jtulach@22
  5332
.tooltip.right {
jtulach@22
  5333
  padding: 0 5px;
jtulach@22
  5334
  margin-left: 3px;
jtulach@22
  5335
}
jtulach@22
  5336
jtulach@22
  5337
.tooltip.bottom {
jtulach@22
  5338
  padding: 5px 0;
jtulach@22
  5339
  margin-top: 3px;
jtulach@22
  5340
}
jtulach@22
  5341
jtulach@22
  5342
.tooltip.left {
jtulach@22
  5343
  padding: 0 5px;
jtulach@22
  5344
  margin-left: -3px;
jtulach@22
  5345
}
jtulach@22
  5346
jtulach@22
  5347
.tooltip-inner {
jtulach@22
  5348
  max-width: 200px;
jtulach@22
  5349
  padding: 8px;
jtulach@22
  5350
  color: #ffffff;
jtulach@22
  5351
  text-align: center;
jtulach@22
  5352
  text-decoration: none;
jtulach@22
  5353
  background-color: #000000;
jtulach@22
  5354
  -webkit-border-radius: 4px;
jtulach@22
  5355
     -moz-border-radius: 4px;
jtulach@22
  5356
          border-radius: 4px;
jtulach@22
  5357
}
jtulach@22
  5358
jtulach@22
  5359
.tooltip-arrow {
jtulach@22
  5360
  position: absolute;
jtulach@22
  5361
  width: 0;
jtulach@22
  5362
  height: 0;
jtulach@22
  5363
  border-color: transparent;
jtulach@22
  5364
  border-style: solid;
jtulach@22
  5365
}
jtulach@22
  5366
jtulach@22
  5367
.tooltip.top .tooltip-arrow {
jtulach@22
  5368
  bottom: 0;
jtulach@22
  5369
  left: 50%;
jtulach@22
  5370
  margin-left: -5px;
jtulach@22
  5371
  border-top-color: #000000;
jtulach@22
  5372
  border-width: 5px 5px 0;
jtulach@22
  5373
}
jtulach@22
  5374
jtulach@22
  5375
.tooltip.right .tooltip-arrow {
jtulach@22
  5376
  top: 50%;
jtulach@22
  5377
  left: 0;
jtulach@22
  5378
  margin-top: -5px;
jtulach@22
  5379
  border-right-color: #000000;
jtulach@22
  5380
  border-width: 5px 5px 5px 0;
jtulach@22
  5381
}
jtulach@22
  5382
jtulach@22
  5383
.tooltip.left .tooltip-arrow {
jtulach@22
  5384
  top: 50%;
jtulach@22
  5385
  right: 0;
jtulach@22
  5386
  margin-top: -5px;
jtulach@22
  5387
  border-left-color: #000000;
jtulach@22
  5388
  border-width: 5px 0 5px 5px;
jtulach@22
  5389
}
jtulach@22
  5390
jtulach@22
  5391
.tooltip.bottom .tooltip-arrow {
jtulach@22
  5392
  top: 0;
jtulach@22
  5393
  left: 50%;
jtulach@22
  5394
  margin-left: -5px;
jtulach@22
  5395
  border-bottom-color: #000000;
jtulach@22
  5396
  border-width: 0 5px 5px;
jtulach@22
  5397
}
jtulach@22
  5398
jtulach@22
  5399
.popover {
jtulach@22
  5400
  position: absolute;
jtulach@22
  5401
  top: 0;
jtulach@22
  5402
  left: 0;
jtulach@22
  5403
  z-index: 1010;
jtulach@22
  5404
  display: none;
jtulach@22
  5405
  max-width: 276px;
jtulach@22
  5406
  padding: 1px;
jtulach@22
  5407
  text-align: left;
jtulach@22
  5408
  white-space: normal;
jtulach@22
  5409
  background-color: #ffffff;
jtulach@22
  5410
  border: 1px solid #ccc;
jtulach@22
  5411
  border: 1px solid rgba(0, 0, 0, 0.2);
jtulach@22
  5412
  -webkit-border-radius: 6px;
jtulach@22
  5413
     -moz-border-radius: 6px;
jtulach@22
  5414
          border-radius: 6px;
jtulach@22
  5415
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  5416
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  5417
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
jtulach@22
  5418
  -webkit-background-clip: padding-box;
jtulach@22
  5419
     -moz-background-clip: padding;
jtulach@22
  5420
          background-clip: padding-box;
jtulach@22
  5421
}
jtulach@22
  5422
jtulach@22
  5423
.popover.top {
jtulach@22
  5424
  margin-top: -10px;
jtulach@22
  5425
}
jtulach@22
  5426
jtulach@22
  5427
.popover.right {
jtulach@22
  5428
  margin-left: 10px;
jtulach@22
  5429
}
jtulach@22
  5430
jtulach@22
  5431
.popover.bottom {
jtulach@22
  5432
  margin-top: 10px;
jtulach@22
  5433
}
jtulach@22
  5434
jtulach@22
  5435
.popover.left {
jtulach@22
  5436
  margin-left: -10px;
jtulach@22
  5437
}
jtulach@22
  5438
jtulach@22
  5439
.popover-title {
jtulach@22
  5440
  padding: 8px 14px;
jtulach@22
  5441
  margin: 0;
jtulach@22
  5442
  font-size: 14px;
jtulach@22
  5443
  font-weight: normal;
jtulach@22
  5444
  line-height: 18px;
jtulach@22
  5445
  background-color: #f7f7f7;
jtulach@22
  5446
  border-bottom: 1px solid #ebebeb;
jtulach@22
  5447
  -webkit-border-radius: 5px 5px 0 0;
jtulach@22
  5448
     -moz-border-radius: 5px 5px 0 0;
jtulach@22
  5449
          border-radius: 5px 5px 0 0;
jtulach@22
  5450
}
jtulach@22
  5451
jtulach@22
  5452
.popover-title:empty {
jtulach@22
  5453
  display: none;
jtulach@22
  5454
}
jtulach@22
  5455
jtulach@22
  5456
.popover-content {
jtulach@22
  5457
  padding: 9px 14px;
jtulach@22
  5458
}
jtulach@22
  5459
jtulach@22
  5460
.popover .arrow,
jtulach@22
  5461
.popover .arrow:after {
jtulach@22
  5462
  position: absolute;
jtulach@22
  5463
  display: block;
jtulach@22
  5464
  width: 0;
jtulach@22
  5465
  height: 0;
jtulach@22
  5466
  border-color: transparent;
jtulach@22
  5467
  border-style: solid;
jtulach@22
  5468
}
jtulach@22
  5469
jtulach@22
  5470
.popover .arrow {
jtulach@22
  5471
  border-width: 11px;
jtulach@22
  5472
}
jtulach@22
  5473
jtulach@22
  5474
.popover .arrow:after {
jtulach@22
  5475
  border-width: 10px;
jtulach@22
  5476
  content: "";
jtulach@22
  5477
}
jtulach@22
  5478
jtulach@22
  5479
.popover.top .arrow {
jtulach@22
  5480
  bottom: -11px;
jtulach@22
  5481
  left: 50%;
jtulach@22
  5482
  margin-left: -11px;
jtulach@22
  5483
  border-top-color: #999;
jtulach@22
  5484
  border-top-color: rgba(0, 0, 0, 0.25);
jtulach@22
  5485
  border-bottom-width: 0;
jtulach@22
  5486
}
jtulach@22
  5487
jtulach@22
  5488
.popover.top .arrow:after {
jtulach@22
  5489
  bottom: 1px;
jtulach@22
  5490
  margin-left: -10px;
jtulach@22
  5491
  border-top-color: #ffffff;
jtulach@22
  5492
  border-bottom-width: 0;
jtulach@22
  5493
}
jtulach@22
  5494
jtulach@22
  5495
.popover.right .arrow {
jtulach@22
  5496
  top: 50%;
jtulach@22
  5497
  left: -11px;
jtulach@22
  5498
  margin-top: -11px;
jtulach@22
  5499
  border-right-color: #999;
jtulach@22
  5500
  border-right-color: rgba(0, 0, 0, 0.25);
jtulach@22
  5501
  border-left-width: 0;
jtulach@22
  5502
}
jtulach@22
  5503
jtulach@22
  5504
.popover.right .arrow:after {
jtulach@22
  5505
  bottom: -10px;
jtulach@22
  5506
  left: 1px;
jtulach@22
  5507
  border-right-color: #ffffff;
jtulach@22
  5508
  border-left-width: 0;
jtulach@22
  5509
}
jtulach@22
  5510
jtulach@22
  5511
.popover.bottom .arrow {
jtulach@22
  5512
  top: -11px;
jtulach@22
  5513
  left: 50%;
jtulach@22
  5514
  margin-left: -11px;
jtulach@22
  5515
  border-bottom-color: #999;
jtulach@22
  5516
  border-bottom-color: rgba(0, 0, 0, 0.25);
jtulach@22
  5517
  border-top-width: 0;
jtulach@22
  5518
}
jtulach@22
  5519
jtulach@22
  5520
.popover.bottom .arrow:after {
jtulach@22
  5521
  top: 1px;
jtulach@22
  5522
  margin-left: -10px;
jtulach@22
  5523
  border-bottom-color: #ffffff;
jtulach@22
  5524
  border-top-width: 0;
jtulach@22
  5525
}
jtulach@22
  5526
jtulach@22
  5527
.popover.left .arrow {
jtulach@22
  5528
  top: 50%;
jtulach@22
  5529
  right: -11px;
jtulach@22
  5530
  margin-top: -11px;
jtulach@22
  5531
  border-left-color: #999;
jtulach@22
  5532
  border-left-color: rgba(0, 0, 0, 0.25);
jtulach@22
  5533
  border-right-width: 0;
jtulach@22
  5534
}
jtulach@22
  5535
jtulach@22
  5536
.popover.left .arrow:after {
jtulach@22
  5537
  right: 1px;
jtulach@22
  5538
  bottom: -10px;
jtulach@22
  5539
  border-left-color: #ffffff;
jtulach@22
  5540
  border-right-width: 0;
jtulach@22
  5541
}
jtulach@22
  5542
jtulach@22
  5543
.thumbnails {
jtulach@22
  5544
  margin-left: -20px;
jtulach@22
  5545
  list-style: none;
jtulach@22
  5546
  *zoom: 1;
jtulach@22
  5547
}
jtulach@22
  5548
jtulach@22
  5549
.thumbnails:before,
jtulach@22
  5550
.thumbnails:after {
jtulach@22
  5551
  display: table;
jtulach@22
  5552
  line-height: 0;
jtulach@22
  5553
  content: "";
jtulach@22
  5554
}
jtulach@22
  5555
jtulach@22
  5556
.thumbnails:after {
jtulach@22
  5557
  clear: both;
jtulach@22
  5558
}
jtulach@22
  5559
jtulach@22
  5560
.row-fluid .thumbnails {
jtulach@22
  5561
  margin-left: 0;
jtulach@22
  5562
}
jtulach@22
  5563
jtulach@22
  5564
.thumbnails > li {
jtulach@22
  5565
  float: left;
jtulach@22
  5566
  margin-bottom: 20px;
jtulach@22
  5567
  margin-left: 20px;
jtulach@22
  5568
}
jtulach@22
  5569
jtulach@22
  5570
.thumbnail {
jtulach@22
  5571
  display: block;
jtulach@22
  5572
  padding: 4px;
jtulach@22
  5573
  line-height: 20px;
jtulach@22
  5574
  border: 1px solid #ddd;
jtulach@22
  5575
  -webkit-border-radius: 4px;
jtulach@22
  5576
     -moz-border-radius: 4px;
jtulach@22
  5577
          border-radius: 4px;
jtulach@22
  5578
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
jtulach@22
  5579
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
jtulach@22
  5580
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
jtulach@22
  5581
  -webkit-transition: all 0.2s ease-in-out;
jtulach@22
  5582
     -moz-transition: all 0.2s ease-in-out;
jtulach@22
  5583
       -o-transition: all 0.2s ease-in-out;
jtulach@22
  5584
          transition: all 0.2s ease-in-out;
jtulach@22
  5585
}
jtulach@22
  5586
jtulach@22
  5587
a.thumbnail:hover,
jtulach@22
  5588
a.thumbnail:focus {
jtulach@22
  5589
  border-color: #0088cc;
jtulach@22
  5590
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
jtulach@22
  5591
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
jtulach@22
  5592
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
jtulach@22
  5593
}
jtulach@22
  5594
jtulach@22
  5595
.thumbnail > img {
jtulach@22
  5596
  display: block;
jtulach@22
  5597
  max-width: 100%;
jtulach@22
  5598
  margin-right: auto;
jtulach@22
  5599
  margin-left: auto;
jtulach@22
  5600
}
jtulach@22
  5601
jtulach@22
  5602
.thumbnail .caption {
jtulach@22
  5603
  padding: 9px;
jtulach@22
  5604
  color: #555555;
jtulach@22
  5605
}
jtulach@22
  5606
jtulach@22
  5607
.media,
jtulach@22
  5608
.media-body {
jtulach@22
  5609
  overflow: hidden;
jtulach@22
  5610
  *overflow: visible;
jtulach@22
  5611
  zoom: 1;
jtulach@22
  5612
}
jtulach@22
  5613
jtulach@22
  5614
.media,
jtulach@22
  5615
.media .media {
jtulach@22
  5616
  margin-top: 15px;
jtulach@22
  5617
}
jtulach@22
  5618
jtulach@22
  5619
.media:first-child {
jtulach@22
  5620
  margin-top: 0;
jtulach@22
  5621
}
jtulach@22
  5622
jtulach@22
  5623
.media-object {
jtulach@22
  5624
  display: block;
jtulach@22
  5625
}
jtulach@22
  5626
jtulach@22
  5627
.media-heading {
jtulach@22
  5628
  margin: 0 0 5px;
jtulach@22
  5629
}
jtulach@22
  5630
jtulach@22
  5631
.media > .pull-left {
jtulach@22
  5632
  margin-right: 10px;
jtulach@22
  5633
}
jtulach@22
  5634
jtulach@22
  5635
.media > .pull-right {
jtulach@22
  5636
  margin-left: 10px;
jtulach@22
  5637
}
jtulach@22
  5638
jtulach@22
  5639
.media-list {
jtulach@22
  5640
  margin-left: 0;
jtulach@22
  5641
  list-style: none;
jtulach@22
  5642
}
jtulach@22
  5643
jtulach@22
  5644
.label,
jtulach@22
  5645
.badge {
jtulach@22
  5646
  display: inline-block;
jtulach@22
  5647
  padding: 2px 4px;
jtulach@22
  5648
  font-size: 11.844px;
jtulach@22
  5649
  font-weight: bold;
jtulach@22
  5650
  line-height: 14px;
jtulach@22
  5651
  color: #ffffff;
jtulach@22
  5652
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  5653
  white-space: nowrap;
jtulach@22
  5654
  vertical-align: baseline;
jtulach@22
  5655
  background-color: #999999;
jtulach@22
  5656
}
jtulach@22
  5657
jtulach@22
  5658
.label {
jtulach@22
  5659
  -webkit-border-radius: 3px;
jtulach@22
  5660
     -moz-border-radius: 3px;
jtulach@22
  5661
          border-radius: 3px;
jtulach@22
  5662
}
jtulach@22
  5663
jtulach@22
  5664
.badge {
jtulach@22
  5665
  padding-right: 9px;
jtulach@22
  5666
  padding-left: 9px;
jtulach@22
  5667
  -webkit-border-radius: 9px;
jtulach@22
  5668
     -moz-border-radius: 9px;
jtulach@22
  5669
          border-radius: 9px;
jtulach@22
  5670
}
jtulach@22
  5671
jtulach@22
  5672
.label:empty,
jtulach@22
  5673
.badge:empty {
jtulach@22
  5674
  display: none;
jtulach@22
  5675
}
jtulach@22
  5676
jtulach@22
  5677
a.label:hover,
jtulach@22
  5678
a.label:focus,
jtulach@22
  5679
a.badge:hover,
jtulach@22
  5680
a.badge:focus {
jtulach@22
  5681
  color: #ffffff;
jtulach@22
  5682
  text-decoration: none;
jtulach@22
  5683
  cursor: pointer;
jtulach@22
  5684
}
jtulach@22
  5685
jtulach@22
  5686
.label-important,
jtulach@22
  5687
.badge-important {
jtulach@22
  5688
  background-color: #b94a48;
jtulach@22
  5689
}
jtulach@22
  5690
jtulach@22
  5691
.label-important[href],
jtulach@22
  5692
.badge-important[href] {
jtulach@22
  5693
  background-color: #953b39;
jtulach@22
  5694
}
jtulach@22
  5695
jtulach@22
  5696
.label-warning,
jtulach@22
  5697
.badge-warning {
jtulach@22
  5698
  background-color: #f89406;
jtulach@22
  5699
}
jtulach@22
  5700
jtulach@22
  5701
.label-warning[href],
jtulach@22
  5702
.badge-warning[href] {
jtulach@22
  5703
  background-color: #c67605;
jtulach@22
  5704
}
jtulach@22
  5705
jtulach@22
  5706
.label-success,
jtulach@22
  5707
.badge-success {
jtulach@22
  5708
  background-color: #468847;
jtulach@22
  5709
}
jtulach@22
  5710
jtulach@22
  5711
.label-success[href],
jtulach@22
  5712
.badge-success[href] {
jtulach@22
  5713
  background-color: #356635;
jtulach@22
  5714
}
jtulach@22
  5715
jtulach@22
  5716
.label-info,
jtulach@22
  5717
.badge-info {
jtulach@22
  5718
  background-color: #3a87ad;
jtulach@22
  5719
}
jtulach@22
  5720
jtulach@22
  5721
.label-info[href],
jtulach@22
  5722
.badge-info[href] {
jtulach@22
  5723
  background-color: #2d6987;
jtulach@22
  5724
}
jtulach@22
  5725
jtulach@22
  5726
.label-inverse,
jtulach@22
  5727
.badge-inverse {
jtulach@22
  5728
  background-color: #333333;
jtulach@22
  5729
}
jtulach@22
  5730
jtulach@22
  5731
.label-inverse[href],
jtulach@22
  5732
.badge-inverse[href] {
jtulach@22
  5733
  background-color: #1a1a1a;
jtulach@22
  5734
}
jtulach@22
  5735
jtulach@22
  5736
.btn .label,
jtulach@22
  5737
.btn .badge {
jtulach@22
  5738
  position: relative;
jtulach@22
  5739
  top: -1px;
jtulach@22
  5740
}
jtulach@22
  5741
jtulach@22
  5742
.btn-mini .label,
jtulach@22
  5743
.btn-mini .badge {
jtulach@22
  5744
  top: 0;
jtulach@22
  5745
}
jtulach@22
  5746
jtulach@22
  5747
@-webkit-keyframes progress-bar-stripes {
jtulach@22
  5748
  from {
jtulach@22
  5749
    background-position: 40px 0;
jtulach@22
  5750
  }
jtulach@22
  5751
  to {
jtulach@22
  5752
    background-position: 0 0;
jtulach@22
  5753
  }
jtulach@22
  5754
}
jtulach@22
  5755
jtulach@22
  5756
@-moz-keyframes progress-bar-stripes {
jtulach@22
  5757
  from {
jtulach@22
  5758
    background-position: 40px 0;
jtulach@22
  5759
  }
jtulach@22
  5760
  to {
jtulach@22
  5761
    background-position: 0 0;
jtulach@22
  5762
  }
jtulach@22
  5763
}
jtulach@22
  5764
jtulach@22
  5765
@-ms-keyframes progress-bar-stripes {
jtulach@22
  5766
  from {
jtulach@22
  5767
    background-position: 40px 0;
jtulach@22
  5768
  }
jtulach@22
  5769
  to {
jtulach@22
  5770
    background-position: 0 0;
jtulach@22
  5771
  }
jtulach@22
  5772
}
jtulach@22
  5773
jtulach@22
  5774
@-o-keyframes progress-bar-stripes {
jtulach@22
  5775
  from {
jtulach@22
  5776
    background-position: 0 0;
jtulach@22
  5777
  }
jtulach@22
  5778
  to {
jtulach@22
  5779
    background-position: 40px 0;
jtulach@22
  5780
  }
jtulach@22
  5781
}
jtulach@22
  5782
jtulach@22
  5783
@keyframes progress-bar-stripes {
jtulach@22
  5784
  from {
jtulach@22
  5785
    background-position: 40px 0;
jtulach@22
  5786
  }
jtulach@22
  5787
  to {
jtulach@22
  5788
    background-position: 0 0;
jtulach@22
  5789
  }
jtulach@22
  5790
}
jtulach@22
  5791
jtulach@22
  5792
.progress {
jtulach@22
  5793
  height: 20px;
jtulach@22
  5794
  margin-bottom: 20px;
jtulach@22
  5795
  overflow: hidden;
jtulach@22
  5796
  background-color: #f7f7f7;
jtulach@22
  5797
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
jtulach@22
  5798
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
jtulach@22
  5799
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
jtulach@22
  5800
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
jtulach@22
  5801
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
jtulach@22
  5802
  background-repeat: repeat-x;
jtulach@22
  5803
  -webkit-border-radius: 4px;
jtulach@22
  5804
     -moz-border-radius: 4px;
jtulach@22
  5805
          border-radius: 4px;
jtulach@22
  5806
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
jtulach@22
  5807
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
jtulach@22
  5808
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
jtulach@22
  5809
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
jtulach@22
  5810
}
jtulach@22
  5811
jtulach@22
  5812
.progress .bar {
jtulach@22
  5813
  float: left;
jtulach@22
  5814
  width: 0;
jtulach@22
  5815
  height: 100%;
jtulach@22
  5816
  font-size: 12px;
jtulach@22
  5817
  color: #ffffff;
jtulach@22
  5818
  text-align: center;
jtulach@22
  5819
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
jtulach@22
  5820
  background-color: #0e90d2;
jtulach@22
  5821
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
jtulach@22
  5822
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
jtulach@22
  5823
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
jtulach@22
  5824
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
jtulach@22
  5825
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
jtulach@22
  5826
  background-repeat: repeat-x;
jtulach@22
  5827
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
jtulach@22
  5828
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5829
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5830
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5831
  -webkit-box-sizing: border-box;
jtulach@22
  5832
     -moz-box-sizing: border-box;
jtulach@22
  5833
          box-sizing: border-box;
jtulach@22
  5834
  -webkit-transition: width 0.6s ease;
jtulach@22
  5835
     -moz-transition: width 0.6s ease;
jtulach@22
  5836
       -o-transition: width 0.6s ease;
jtulach@22
  5837
          transition: width 0.6s ease;
jtulach@22
  5838
}
jtulach@22
  5839
jtulach@22
  5840
.progress .bar + .bar {
jtulach@22
  5841
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5842
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5843
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
jtulach@22
  5844
}
jtulach@22
  5845
jtulach@22
  5846
.progress-striped .bar {
jtulach@22
  5847
  background-color: #149bdf;
jtulach@22
  5848
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
jtulach@22
  5849
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5850
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5851
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5852
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5853
  -webkit-background-size: 40px 40px;
jtulach@22
  5854
     -moz-background-size: 40px 40px;
jtulach@22
  5855
       -o-background-size: 40px 40px;
jtulach@22
  5856
          background-size: 40px 40px;
jtulach@22
  5857
}
jtulach@22
  5858
jtulach@22
  5859
.progress.active .bar {
jtulach@22
  5860
  -webkit-animation: progress-bar-stripes 2s linear infinite;
jtulach@22
  5861
     -moz-animation: progress-bar-stripes 2s linear infinite;
jtulach@22
  5862
      -ms-animation: progress-bar-stripes 2s linear infinite;
jtulach@22
  5863
       -o-animation: progress-bar-stripes 2s linear infinite;
jtulach@22
  5864
          animation: progress-bar-stripes 2s linear infinite;
jtulach@22
  5865
}
jtulach@22
  5866
jtulach@22
  5867
.progress-danger .bar,
jtulach@22
  5868
.progress .bar-danger {
jtulach@22
  5869
  background-color: #dd514c;
jtulach@22
  5870
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
jtulach@22
  5871
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
jtulach@22
  5872
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
jtulach@22
  5873
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
jtulach@22
  5874
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
jtulach@22
  5875
  background-repeat: repeat-x;
jtulach@22
  5876
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
jtulach@22
  5877
}
jtulach@22
  5878
jtulach@22
  5879
.progress-danger.progress-striped .bar,
jtulach@22
  5880
.progress-striped .bar-danger {
jtulach@22
  5881
  background-color: #ee5f5b;
jtulach@22
  5882
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
jtulach@22
  5883
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5884
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5885
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5886
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5887
}
jtulach@22
  5888
jtulach@22
  5889
.progress-success .bar,
jtulach@22
  5890
.progress .bar-success {
jtulach@22
  5891
  background-color: #5eb95e;
jtulach@22
  5892
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
jtulach@22
  5893
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
jtulach@22
  5894
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
jtulach@22
  5895
  background-image: -o-linear-gradient(top, #62c462, #57a957);
jtulach@22
  5896
  background-image: linear-gradient(to bottom, #62c462, #57a957);
jtulach@22
  5897
  background-repeat: repeat-x;
jtulach@22
  5898
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
jtulach@22
  5899
}
jtulach@22
  5900
jtulach@22
  5901
.progress-success.progress-striped .bar,
jtulach@22
  5902
.progress-striped .bar-success {
jtulach@22
  5903
  background-color: #62c462;
jtulach@22
  5904
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
jtulach@22
  5905
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5906
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5907
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5908
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5909
}
jtulach@22
  5910
jtulach@22
  5911
.progress-info .bar,
jtulach@22
  5912
.progress .bar-info {
jtulach@22
  5913
  background-color: #4bb1cf;
jtulach@22
  5914
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
jtulach@22
  5915
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
jtulach@22
  5916
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
jtulach@22
  5917
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
jtulach@22
  5918
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
jtulach@22
  5919
  background-repeat: repeat-x;
jtulach@22
  5920
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
jtulach@22
  5921
}
jtulach@22
  5922
jtulach@22
  5923
.progress-info.progress-striped .bar,
jtulach@22
  5924
.progress-striped .bar-info {
jtulach@22
  5925
  background-color: #5bc0de;
jtulach@22
  5926
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
jtulach@22
  5927
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5928
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5929
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5930
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5931
}
jtulach@22
  5932
jtulach@22
  5933
.progress-warning .bar,
jtulach@22
  5934
.progress .bar-warning {
jtulach@22
  5935
  background-color: #faa732;
jtulach@22
  5936
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  5937
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
jtulach@22
  5938
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  5939
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
jtulach@22
  5940
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
jtulach@22
  5941
  background-repeat: repeat-x;
jtulach@22
  5942
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
jtulach@22
  5943
}
jtulach@22
  5944
jtulach@22
  5945
.progress-warning.progress-striped .bar,
jtulach@22
  5946
.progress-striped .bar-warning {
jtulach@22
  5947
  background-color: #fbb450;
jtulach@22
  5948
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
jtulach@22
  5949
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5950
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5951
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5952
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
jtulach@22
  5953
}
jtulach@22
  5954
jtulach@22
  5955
.accordion {
jtulach@22
  5956
  margin-bottom: 20px;
jtulach@22
  5957
}
jtulach@22
  5958
jtulach@22
  5959
.accordion-group {
jtulach@22
  5960
  margin-bottom: 2px;
jtulach@22
  5961
  border: 1px solid #e5e5e5;
jtulach@22
  5962
  -webkit-border-radius: 4px;
jtulach@22
  5963
     -moz-border-radius: 4px;
jtulach@22
  5964
          border-radius: 4px;
jtulach@22
  5965
}
jtulach@22
  5966
jtulach@22
  5967
.accordion-heading {
jtulach@22
  5968
  border-bottom: 0;
jtulach@22
  5969
}
jtulach@22
  5970
jtulach@22
  5971
.accordion-heading .accordion-toggle {
jtulach@22
  5972
  display: block;
jtulach@22
  5973
  padding: 8px 15px;
jtulach@22
  5974
}
jtulach@22
  5975
jtulach@22
  5976
.accordion-toggle {
jtulach@22
  5977
  cursor: pointer;
jtulach@22
  5978
}
jtulach@22
  5979
jtulach@22
  5980
.accordion-inner {
jtulach@22
  5981
  padding: 9px 15px;
jtulach@22
  5982
  border-top: 1px solid #e5e5e5;
jtulach@22
  5983
}
jtulach@22
  5984
jtulach@22
  5985
.carousel {
jtulach@22
  5986
  position: relative;
jtulach@22
  5987
  margin-bottom: 20px;
jtulach@22
  5988
  line-height: 1;
jtulach@22
  5989
}
jtulach@22
  5990
jtulach@22
  5991
.carousel-inner {
jtulach@22
  5992
  position: relative;
jtulach@22
  5993
  width: 100%;
jtulach@22
  5994
  overflow: hidden;
jtulach@22
  5995
}
jtulach@22
  5996
jtulach@22
  5997
.carousel-inner > .item {
jtulach@22
  5998
  position: relative;
jtulach@22
  5999
  display: none;
jtulach@22
  6000
  -webkit-transition: 0.6s ease-in-out left;
jtulach@22
  6001
     -moz-transition: 0.6s ease-in-out left;
jtulach@22
  6002
       -o-transition: 0.6s ease-in-out left;
jtulach@22
  6003
          transition: 0.6s ease-in-out left;
jtulach@22
  6004
}
jtulach@22
  6005
jtulach@22
  6006
.carousel-inner > .item > img,
jtulach@22
  6007
.carousel-inner > .item > a > img {
jtulach@22
  6008
  display: block;
jtulach@22
  6009
  line-height: 1;
jtulach@22
  6010
}
jtulach@22
  6011
jtulach@22
  6012
.carousel-inner > .active,
jtulach@22
  6013
.carousel-inner > .next,
jtulach@22
  6014
.carousel-inner > .prev {
jtulach@22
  6015
  display: block;
jtulach@22
  6016
}
jtulach@22
  6017
jtulach@22
  6018
.carousel-inner > .active {
jtulach@22
  6019
  left: 0;
jtulach@22
  6020
}
jtulach@22
  6021
jtulach@22
  6022
.carousel-inner > .next,
jtulach@22
  6023
.carousel-inner > .prev {
jtulach@22
  6024
  position: absolute;
jtulach@22
  6025
  top: 0;
jtulach@22
  6026
  width: 100%;
jtulach@22
  6027
}
jtulach@22
  6028
jtulach@22
  6029
.carousel-inner > .next {
jtulach@22
  6030
  left: 100%;
jtulach@22
  6031
}
jtulach@22
  6032
jtulach@22
  6033
.carousel-inner > .prev {
jtulach@22
  6034
  left: -100%;
jtulach@22
  6035
}
jtulach@22
  6036
jtulach@22
  6037
.carousel-inner > .next.left,
jtulach@22
  6038
.carousel-inner > .prev.right {
jtulach@22
  6039
  left: 0;
jtulach@22
  6040
}
jtulach@22
  6041
jtulach@22
  6042
.carousel-inner > .active.left {
jtulach@22
  6043
  left: -100%;
jtulach@22
  6044
}
jtulach@22
  6045
jtulach@22
  6046
.carousel-inner > .active.right {
jtulach@22
  6047
  left: 100%;
jtulach@22
  6048
}
jtulach@22
  6049
jtulach@22
  6050
.carousel-control {
jtulach@22
  6051
  position: absolute;
jtulach@22
  6052
  top: 40%;
jtulach@22
  6053
  left: 15px;
jtulach@22
  6054
  width: 40px;
jtulach@22
  6055
  height: 40px;
jtulach@22
  6056
  margin-top: -20px;
jtulach@22
  6057
  font-size: 60px;
jtulach@22
  6058
  font-weight: 100;
jtulach@22
  6059
  line-height: 30px;
jtulach@22
  6060
  color: #ffffff;
jtulach@22
  6061
  text-align: center;
jtulach@22
  6062
  background: #222222;
jtulach@22
  6063
  border: 3px solid #ffffff;
jtulach@22
  6064
  -webkit-border-radius: 23px;
jtulach@22
  6065
     -moz-border-radius: 23px;
jtulach@22
  6066
          border-radius: 23px;
jtulach@22
  6067
  opacity: 0.5;
jtulach@22
  6068
  filter: alpha(opacity=50);
jtulach@22
  6069
}
jtulach@22
  6070
jtulach@22
  6071
.carousel-control.right {
jtulach@22
  6072
  right: 15px;
jtulach@22
  6073
  left: auto;
jtulach@22
  6074
}
jtulach@22
  6075
jtulach@22
  6076
.carousel-control:hover,
jtulach@22
  6077
.carousel-control:focus {
jtulach@22
  6078
  color: #ffffff;
jtulach@22
  6079
  text-decoration: none;
jtulach@22
  6080
  opacity: 0.9;
jtulach@22
  6081
  filter: alpha(opacity=90);
jtulach@22
  6082
}
jtulach@22
  6083
jtulach@22
  6084
.carousel-indicators {
jtulach@22
  6085
  position: absolute;
jtulach@22
  6086
  top: 15px;
jtulach@22
  6087
  right: 15px;
jtulach@22
  6088
  z-index: 5;
jtulach@22
  6089
  margin: 0;
jtulach@22
  6090
  list-style: none;
jtulach@22
  6091
}
jtulach@22
  6092
jtulach@22
  6093
.carousel-indicators li {
jtulach@22
  6094
  display: block;
jtulach@22
  6095
  float: left;
jtulach@22
  6096
  width: 10px;
jtulach@22
  6097
  height: 10px;
jtulach@22
  6098
  margin-left: 5px;
jtulach@22
  6099
  text-indent: -999px;
jtulach@22
  6100
  background-color: #ccc;
jtulach@22
  6101
  background-color: rgba(255, 255, 255, 0.25);
jtulach@22
  6102
  border-radius: 5px;
jtulach@22
  6103
}
jtulach@22
  6104
jtulach@22
  6105
.carousel-indicators .active {
jtulach@22
  6106
  background-color: #fff;
jtulach@22
  6107
}
jtulach@22
  6108
jtulach@22
  6109
.carousel-caption {
jtulach@22
  6110
  position: absolute;
jtulach@22
  6111
  right: 0;
jtulach@22
  6112
  bottom: 0;
jtulach@22
  6113
  left: 0;
jtulach@22
  6114
  padding: 15px;
jtulach@22
  6115
  background: #333333;
jtulach@22
  6116
  background: rgba(0, 0, 0, 0.75);
jtulach@22
  6117
}
jtulach@22
  6118
jtulach@22
  6119
.carousel-caption h4,
jtulach@22
  6120
.carousel-caption p {
jtulach@22
  6121
  line-height: 20px;
jtulach@22
  6122
  color: #ffffff;
jtulach@22
  6123
}
jtulach@22
  6124
jtulach@22
  6125
.carousel-caption h4 {
jtulach@22
  6126
  margin: 0 0 5px;
jtulach@22
  6127
}
jtulach@22
  6128
jtulach@22
  6129
.carousel-caption p {
jtulach@22
  6130
  margin-bottom: 0;
jtulach@22
  6131
}
jtulach@22
  6132
jtulach@22
  6133
.hero-unit {
jtulach@22
  6134
  padding: 60px;
jtulach@22
  6135
  margin-bottom: 30px;
jtulach@22
  6136
  font-size: 18px;
jtulach@22
  6137
  font-weight: 200;
jtulach@22
  6138
  line-height: 30px;
jtulach@22
  6139
  color: inherit;
jtulach@22
  6140
  background-color: #eeeeee;
jtulach@22
  6141
  -webkit-border-radius: 6px;
jtulach@22
  6142
     -moz-border-radius: 6px;
jtulach@22
  6143
          border-radius: 6px;
jtulach@22
  6144
}
jtulach@22
  6145
jtulach@22
  6146
.hero-unit h1 {
jtulach@22
  6147
  margin-bottom: 0;
jtulach@22
  6148
  font-size: 60px;
jtulach@22
  6149
  line-height: 1;
jtulach@22
  6150
  letter-spacing: -1px;
jtulach@22
  6151
  color: inherit;
jtulach@22
  6152
}
jtulach@22
  6153
jtulach@22
  6154
.hero-unit li {
jtulach@22
  6155
  line-height: 30px;
jtulach@22
  6156
}
jtulach@22
  6157
jtulach@22
  6158
.pull-right {
jtulach@22
  6159
  float: right;
jtulach@22
  6160
}
jtulach@22
  6161
jtulach@22
  6162
.pull-left {
jtulach@22
  6163
  float: left;
jtulach@22
  6164
}
jtulach@22
  6165
jtulach@22
  6166
.hide {
jtulach@22
  6167
  display: none;
jtulach@22
  6168
}
jtulach@22
  6169
jtulach@22
  6170
.show {
jtulach@22
  6171
  display: block;
jtulach@22
  6172
}
jtulach@22
  6173
jtulach@22
  6174
.invisible {
jtulach@22
  6175
  visibility: hidden;
jtulach@22
  6176
}
jtulach@22
  6177
jtulach@22
  6178
.affix {
jtulach@22
  6179
  position: fixed;
jtulach@22
  6180
}