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