| 1 |
/*! |
| 2 |
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/) |
| 3 |
*/ |
| 4 |
/*! |
| 5 |
* Bootstrap v3.4.1 (https://getbootstrap.com/) |
| 6 |
* Copyright 2011-2019 Twitter, Inc. |
| 7 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| 8 |
*/ |
| 9 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| 10 |
.img-responsive { |
| 11 |
display: block; |
| 12 |
max-width: 100%; |
| 13 |
height: auto; |
| 14 |
} |
| 15 |
.img-rounded { |
| 16 |
border-radius: 6px; |
| 17 |
} |
| 18 |
.img-thumbnail { |
| 19 |
padding: 4px; |
| 20 |
line-height: 1.42857143; |
| 21 |
background-color: #ffffff; |
| 22 |
border: 1px solid #dddddd; |
| 23 |
border-radius: 4px; |
| 24 |
-webkit-transition: all 0.2s ease-in-out; |
| 25 |
-o-transition: all 0.2s ease-in-out; |
| 26 |
transition: all 0.2s ease-in-out; |
| 27 |
display: inline-block; |
| 28 |
max-width: 100%; |
| 29 |
height: auto; |
| 30 |
} |
| 31 |
.img-circle { |
| 32 |
border-radius: 50%; |
| 33 |
} |
| 34 |
hr { |
| 35 |
margin-top: 20px; |
| 36 |
margin-bottom: 20px; |
| 37 |
border: 0; |
| 38 |
border-top: 1px solid #eeeeee; |
| 39 |
} |
| 40 |
.sr-only { |
| 41 |
position: absolute; |
| 42 |
width: 1px; |
| 43 |
height: 1px; |
| 44 |
padding: 0; |
| 45 |
margin: -1px; |
| 46 |
overflow: hidden; |
| 47 |
clip: rect(0, 0, 0, 0); |
| 48 |
border: 0; |
| 49 |
} |
| 50 |
.sr-only-focusable:active, |
| 51 |
.sr-only-focusable:focus { |
| 52 |
position: static; |
| 53 |
width: auto; |
| 54 |
height: auto; |
| 55 |
margin: 0; |
| 56 |
overflow: visible; |
| 57 |
clip: auto; |
| 58 |
} |
| 59 |
[role="button"] { |
| 60 |
cursor: pointer; |
| 61 |
} |
| 62 |
.btn { |
| 63 |
display: inline-block; |
| 64 |
margin-bottom: 0; |
| 65 |
font-weight: normal; |
| 66 |
text-align: center; |
| 67 |
white-space: nowrap; |
| 68 |
vertical-align: middle; |
| 69 |
-ms-touch-action: manipulation; |
| 70 |
touch-action: manipulation; |
| 71 |
cursor: pointer; |
| 72 |
background-image: none; |
| 73 |
border: 1px solid transparent; |
| 74 |
padding: 6px 12px; |
| 75 |
font-size: 14px; |
| 76 |
line-height: 1.42857143; |
| 77 |
border-radius: 4px; |
| 78 |
-webkit-user-select: none; |
| 79 |
-moz-user-select: none; |
| 80 |
-ms-user-select: none; |
| 81 |
user-select: none; |
| 82 |
} |
| 83 |
.btn:focus, |
| 84 |
.btn:active:focus, |
| 85 |
.btn.active:focus, |
| 86 |
.btn.focus, |
| 87 |
.btn:active.focus, |
| 88 |
.btn.active.focus { |
| 89 |
outline: 5px auto -webkit-focus-ring-color; |
| 90 |
outline-offset: -2px; |
| 91 |
} |
| 92 |
.btn:hover, |
| 93 |
.btn:focus, |
| 94 |
.btn.focus { |
| 95 |
color: #333333; |
| 96 |
text-decoration: none; |
| 97 |
} |
| 98 |
.btn:active, |
| 99 |
.btn.active { |
| 100 |
background-image: none; |
| 101 |
outline: 0; |
| 102 |
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 103 |
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
| 104 |
} |
| 105 |
.btn.disabled, |
| 106 |
.btn[disabled], |
| 107 |
fieldset[disabled] .btn { |
| 108 |
cursor: not-allowed; |
| 109 |
filter: alpha(opacity=65); |
| 110 |
opacity: 0.65; |
| 111 |
-webkit-box-shadow: none; |
| 112 |
box-shadow: none; |
| 113 |
} |
| 114 |
a.btn.disabled, |
| 115 |
fieldset[disabled] a.btn { |
| 116 |
pointer-events: none; |
| 117 |
} |
| 118 |
.btn-default { |
| 119 |
color: #333333; |
| 120 |
background-color: #ffffff; |
| 121 |
border-color: #cccccc; |
| 122 |
} |
| 123 |
.btn-default:focus, |
| 124 |
.btn-default.focus { |
| 125 |
color: #333333; |
| 126 |
background-color: #e6e6e6; |
| 127 |
border-color: #8c8c8c; |
| 128 |
} |
| 129 |
.btn-default:hover { |
| 130 |
color: #333333; |
| 131 |
background-color: #e6e6e6; |
| 132 |
border-color: #adadad; |
| 133 |
} |
| 134 |
.btn-default:active, |
| 135 |
.btn-default.active, |
| 136 |
.open > .dropdown-toggle.btn-default { |
| 137 |
color: #333333; |
| 138 |
background-color: #e6e6e6; |
| 139 |
background-image: none; |
| 140 |
border-color: #adadad; |
| 141 |
} |
| 142 |
.btn-default:active:hover, |
| 143 |
.btn-default.active:hover, |
| 144 |
.open > .dropdown-toggle.btn-default:hover, |
| 145 |
.btn-default:active:focus, |
| 146 |
.btn-default.active:focus, |
| 147 |
.open > .dropdown-toggle.btn-default:focus, |
| 148 |
.btn-default:active.focus, |
| 149 |
.btn-default.active.focus, |
| 150 |
.open > .dropdown-toggle.btn-default.focus { |
| 151 |
color: #333333; |
| 152 |
background-color: #d4d4d4; |
| 153 |
border-color: #8c8c8c; |
| 154 |
} |
| 155 |
.btn-default.disabled:hover, |
| 156 |
.btn-default[disabled]:hover, |
| 157 |
fieldset[disabled] .btn-default:hover, |
| 158 |
.btn-default.disabled:focus, |
| 159 |
.btn-default[disabled]:focus, |
| 160 |
fieldset[disabled] .btn-default:focus, |
| 161 |
.btn-default.disabled.focus, |
| 162 |
.btn-default[disabled].focus, |
| 163 |
fieldset[disabled] .btn-default.focus { |
| 164 |
background-color: #ffffff; |
| 165 |
border-color: #cccccc; |
| 166 |
} |
| 167 |
.btn-default .badge { |
| 168 |
color: #ffffff; |
| 169 |
background-color: #333333; |
| 170 |
} |
| 171 |
.btn-primary { |
| 172 |
color: #ffffff; |
| 173 |
background-color: #337ab7; |
| 174 |
border-color: #2e6da4; |
| 175 |
} |
| 176 |
.btn-primary:focus, |
| 177 |
.btn-primary.focus { |
| 178 |
color: #ffffff; |
| 179 |
background-color: #286090; |
| 180 |
border-color: #122b40; |
| 181 |
} |
| 182 |
.btn-primary:hover { |
| 183 |
color: #ffffff; |
| 184 |
background-color: #286090; |
| 185 |
border-color: #204d74; |
| 186 |
} |
| 187 |
.btn-primary:active, |
| 188 |
.btn-primary.active, |
| 189 |
.open > .dropdown-toggle.btn-primary { |
| 190 |
color: #ffffff; |
| 191 |
background-color: #286090; |
| 192 |
background-image: none; |
| 193 |
border-color: #204d74; |
| 194 |
} |
| 195 |
.btn-primary:active:hover, |
| 196 |
.btn-primary.active:hover, |
| 197 |
.open > .dropdown-toggle.btn-primary:hover, |
| 198 |
.btn-primary:active:focus, |
| 199 |
.btn-primary.active:focus, |
| 200 |
.open > .dropdown-toggle.btn-primary:focus, |
| 201 |
.btn-primary:active.focus, |
| 202 |
.btn-primary.active.focus, |
| 203 |
.open > .dropdown-toggle.btn-primary.focus { |
| 204 |
color: #ffffff; |
| 205 |
background-color: #204d74; |
| 206 |
border-color: #122b40; |
| 207 |
} |
| 208 |
.btn-primary.disabled:hover, |
| 209 |
.btn-primary[disabled]:hover, |
| 210 |
fieldset[disabled] .btn-primary:hover, |
| 211 |
.btn-primary.disabled:focus, |
| 212 |
.btn-primary[disabled]:focus, |
| 213 |
fieldset[disabled] .btn-primary:focus, |
| 214 |
.btn-primary.disabled.focus, |
| 215 |
.btn-primary[disabled].focus, |
| 216 |
fieldset[disabled] .btn-primary.focus { |
| 217 |
background-color: #337ab7; |
| 218 |
border-color: #2e6da4; |
| 219 |
} |
| 220 |
.btn-primary .badge { |
| 221 |
color: #337ab7; |
| 222 |
background-color: #ffffff; |
| 223 |
} |
| 224 |
.btn-success { |
| 225 |
color: #ffffff; |
| 226 |
background-color: #5cb85c; |
| 227 |
border-color: #4cae4c; |
| 228 |
} |
| 229 |
.btn-success:focus, |
| 230 |
.btn-success.focus { |
| 231 |
color: #ffffff; |
| 232 |
background-color: #449d44; |
| 233 |
border-color: #255625; |
| 234 |
} |
| 235 |
.btn-success:hover { |
| 236 |
color: #ffffff; |
| 237 |
background-color: #449d44; |
| 238 |
border-color: #398439; |
| 239 |
} |
| 240 |
.btn-success:active, |
| 241 |
.btn-success.active, |
| 242 |
.open > .dropdown-toggle.btn-success { |
| 243 |
color: #ffffff; |
| 244 |
background-color: #449d44; |
| 245 |
background-image: none; |
| 246 |
border-color: #398439; |
| 247 |
} |
| 248 |
.btn-success:active:hover, |
| 249 |
.btn-success.active:hover, |
| 250 |
.open > .dropdown-toggle.btn-success:hover, |
| 251 |
.btn-success:active:focus, |
| 252 |
.btn-success.active:focus, |
| 253 |
.open > .dropdown-toggle.btn-success:focus, |
| 254 |
.btn-success:active.focus, |
| 255 |
.btn-success.active.focus, |
| 256 |
.open > .dropdown-toggle.btn-success.focus { |
| 257 |
color: #ffffff; |
| 258 |
background-color: #398439; |
| 259 |
border-color: #255625; |
| 260 |
} |
| 261 |
.btn-success.disabled:hover, |
| 262 |
.btn-success[disabled]:hover, |
| 263 |
fieldset[disabled] .btn-success:hover, |
| 264 |
.btn-success.disabled:focus, |
| 265 |
.btn-success[disabled]:focus, |
| 266 |
fieldset[disabled] .btn-success:focus, |
| 267 |
.btn-success.disabled.focus, |
| 268 |
.btn-success[disabled].focus, |
| 269 |
fieldset[disabled] .btn-success.focus { |
| 270 |
background-color: #5cb85c; |
| 271 |
border-color: #4cae4c; |
| 272 |
} |
| 273 |
.btn-success .badge { |
| 274 |
color: #5cb85c; |
| 275 |
background-color: #ffffff; |
| 276 |
} |
| 277 |
.btn-info { |
| 278 |
color: #ffffff; |
| 279 |
background-color: #5bc0de; |
| 280 |
border-color: #46b8da; |
| 281 |
} |
| 282 |
.btn-info:focus, |
| 283 |
.btn-info.focus { |
| 284 |
color: #ffffff; |
| 285 |
background-color: #31b0d5; |
| 286 |
border-color: #1b6d85; |
| 287 |
} |
| 288 |
.btn-info:hover { |
| 289 |
color: #ffffff; |
| 290 |
background-color: #31b0d5; |
| 291 |
border-color: #269abc; |
| 292 |
} |
| 293 |
.btn-info:active, |
| 294 |
.btn-info.active, |
| 295 |
.open > .dropdown-toggle.btn-info { |
| 296 |
color: #ffffff; |
| 297 |
background-color: #31b0d5; |
| 298 |
background-image: none; |
| 299 |
border-color: #269abc; |
| 300 |
} |
| 301 |
.btn-info:active:hover, |
| 302 |
.btn-info.active:hover, |
| 303 |
.open > .dropdown-toggle.btn-info:hover, |
| 304 |
.btn-info:active:focus, |
| 305 |
.btn-info.active:focus, |
| 306 |
.open > .dropdown-toggle.btn-info:focus, |
| 307 |
.btn-info:active.focus, |
| 308 |
.btn-info.active.focus, |
| 309 |
.open > .dropdown-toggle.btn-info.focus { |
| 310 |
color: #ffffff; |
| 311 |
background-color: #269abc; |
| 312 |
border-color: #1b6d85; |
| 313 |
} |
| 314 |
.btn-info.disabled:hover, |
| 315 |
.btn-info[disabled]:hover, |
| 316 |
fieldset[disabled] .btn-info:hover, |
| 317 |
.btn-info.disabled:focus, |
| 318 |
.btn-info[disabled]:focus, |
| 319 |
fieldset[disabled] .btn-info:focus, |
| 320 |
.btn-info.disabled.focus, |
| 321 |
.btn-info[disabled].focus, |
| 322 |
fieldset[disabled] .btn-info.focus { |
| 323 |
background-color: #5bc0de; |
| 324 |
border-color: #46b8da; |
| 325 |
} |
| 326 |
.btn-info .badge { |
| 327 |
color: #5bc0de; |
| 328 |
background-color: #ffffff; |
| 329 |
} |
| 330 |
.btn-warning { |
| 331 |
color: #ffffff; |
| 332 |
background-color: #f0ad4e; |
| 333 |
border-color: #eea236; |
| 334 |
} |
| 335 |
.btn-warning:focus, |
| 336 |
.btn-warning.focus { |
| 337 |
color: #ffffff; |
| 338 |
background-color: #ec971f; |
| 339 |
border-color: #985f0d; |
| 340 |
} |
| 341 |
.btn-warning:hover { |
| 342 |
color: #ffffff; |
| 343 |
background-color: #ec971f; |
| 344 |
border-color: #d58512; |
| 345 |
} |
| 346 |
.btn-warning:active, |
| 347 |
.btn-warning.active, |
| 348 |
.open > .dropdown-toggle.btn-warning { |
| 349 |
color: #ffffff; |
| 350 |
background-color: #ec971f; |
| 351 |
background-image: none; |
| 352 |
border-color: #d58512; |
| 353 |
} |
| 354 |
.btn-warning:active:hover, |
| 355 |
.btn-warning.active:hover, |
| 356 |
.open > .dropdown-toggle.btn-warning:hover, |
| 357 |
.btn-warning:active:focus, |
| 358 |
.btn-warning.active:focus, |
| 359 |
.open > .dropdown-toggle.btn-warning:focus, |
| 360 |
.btn-warning:active.focus, |
| 361 |
.btn-warning.active.focus, |
| 362 |
.open > .dropdown-toggle.btn-warning.focus { |
| 363 |
color: #ffffff; |
| 364 |
background-color: #d58512; |
| 365 |
border-color: #985f0d; |
| 366 |
} |
| 367 |
.btn-warning.disabled:hover, |
| 368 |
.btn-warning[disabled]:hover, |
| 369 |
fieldset[disabled] .btn-warning:hover, |
| 370 |
.btn-warning.disabled:focus, |
| 371 |
.btn-warning[disabled]:focus, |
| 372 |
fieldset[disabled] .btn-warning:focus, |
| 373 |
.btn-warning.disabled.focus, |
| 374 |
.btn-warning[disabled].focus, |
| 375 |
fieldset[disabled] .btn-warning.focus { |
| 376 |
background-color: #f0ad4e; |
| 377 |
border-color: #eea236; |
| 378 |
} |
| 379 |
.btn-warning .badge { |
| 380 |
color: #f0ad4e; |
| 381 |
background-color: #ffffff; |
| 382 |
} |
| 383 |
.btn-danger { |
| 384 |
color: #ffffff; |
| 385 |
background-color: #d9534f; |
| 386 |
border-color: #d43f3a; |
| 387 |
} |
| 388 |
.btn-danger:focus, |
| 389 |
.btn-danger.focus { |
| 390 |
color: #ffffff; |
| 391 |
background-color: #c9302c; |
| 392 |
border-color: #761c19; |
| 393 |
} |
| 394 |
.btn-danger:hover { |
| 395 |
color: #ffffff; |
| 396 |
background-color: #c9302c; |
| 397 |
border-color: #ac2925; |
| 398 |
} |
| 399 |
.btn-danger:active, |
| 400 |
.btn-danger.active, |
| 401 |
.open > .dropdown-toggle.btn-danger { |
| 402 |
color: #ffffff; |
| 403 |
background-color: #c9302c; |
| 404 |
background-image: none; |
| 405 |
border-color: #ac2925; |
| 406 |
} |
| 407 |
.btn-danger:active:hover, |
| 408 |
.btn-danger.active:hover, |
| 409 |
.open > .dropdown-toggle.btn-danger:hover, |
| 410 |
.btn-danger:active:focus, |
| 411 |
.btn-danger.active:focus, |
| 412 |
.open > .dropdown-toggle.btn-danger:focus, |
| 413 |
.btn-danger:active.focus, |
| 414 |
.btn-danger.active.focus, |
| 415 |
.open > .dropdown-toggle.btn-danger.focus { |
| 416 |
color: #ffffff; |
| 417 |
background-color: #ac2925; |
| 418 |
border-color: #761c19; |
| 419 |
} |
| 420 |
.btn-danger.disabled:hover, |
| 421 |
.btn-danger[disabled]:hover, |
| 422 |
fieldset[disabled] .btn-danger:hover, |
| 423 |
.btn-danger.disabled:focus, |
| 424 |
.btn-danger[disabled]:focus, |
| 425 |
fieldset[disabled] .btn-danger:focus, |
| 426 |
.btn-danger.disabled.focus, |
| 427 |
.btn-danger[disabled].focus, |
| 428 |
fieldset[disabled] .btn-danger.focus { |
| 429 |
background-color: #d9534f; |
| 430 |
border-color: #d43f3a; |
| 431 |
} |
| 432 |
.btn-danger .badge { |
| 433 |
color: #d9534f; |
| 434 |
background-color: #ffffff; |
| 435 |
} |
| 436 |
.btn-link { |
| 437 |
font-weight: 400; |
| 438 |
color: #337ab7; |
| 439 |
border-radius: 0; |
| 440 |
} |
| 441 |
.btn-link, |
| 442 |
.btn-link:active, |
| 443 |
.btn-link.active, |
| 444 |
.btn-link[disabled], |
| 445 |
fieldset[disabled] .btn-link { |
| 446 |
background-color: transparent; |
| 447 |
-webkit-box-shadow: none; |
| 448 |
box-shadow: none; |
| 449 |
} |
| 450 |
.btn-link, |
| 451 |
.btn-link:hover, |
| 452 |
.btn-link:focus, |
| 453 |
.btn-link:active { |
| 454 |
border-color: transparent; |
| 455 |
} |
| 456 |
.btn-link:hover, |
| 457 |
.btn-link:focus { |
| 458 |
color: #23527c; |
| 459 |
text-decoration: underline; |
| 460 |
background-color: transparent; |
| 461 |
} |
| 462 |
.btn-link[disabled]:hover, |
| 463 |
fieldset[disabled] .btn-link:hover, |
| 464 |
.btn-link[disabled]:focus, |
| 465 |
fieldset[disabled] .btn-link:focus { |
| 466 |
color: #777777; |
| 467 |
text-decoration: none; |
| 468 |
} |
| 469 |
.btn-lg { |
| 470 |
padding: 10px 16px; |
| 471 |
font-size: 18px; |
| 472 |
line-height: 1.3333333; |
| 473 |
border-radius: 6px; |
| 474 |
} |
| 475 |
.btn-sm { |
| 476 |
padding: 5px 10px; |
| 477 |
font-size: 12px; |
| 478 |
line-height: 1.5; |
| 479 |
border-radius: 3px; |
| 480 |
} |
| 481 |
.btn-xs { |
| 482 |
padding: 1px 5px; |
| 483 |
font-size: 12px; |
| 484 |
line-height: 1.5; |
| 485 |
border-radius: 3px; |
| 486 |
} |
| 487 |
.btn-block { |
| 488 |
display: block; |
| 489 |
width: 100%; |
| 490 |
} |
| 491 |
.btn-block + .btn-block { |
| 492 |
margin-top: 5px; |
| 493 |
} |
| 494 |
input[type="submit"].btn-block, |
| 495 |
input[type="reset"].btn-block, |
| 496 |
input[type="button"].btn-block { |
| 497 |
width: 100%; |
| 498 |
} |
| 499 |
.fade { |
| 500 |
opacity: 0; |
| 501 |
-webkit-transition: opacity 0.15s linear; |
| 502 |
-o-transition: opacity 0.15s linear; |
| 503 |
transition: opacity 0.15s linear; |
| 504 |
} |
| 505 |
.fade.in { |
| 506 |
opacity: 1; |
| 507 |
} |
| 508 |
.collapse { |
| 509 |
display: none; |
| 510 |
} |
| 511 |
.collapse.in { |
| 512 |
display: block; |
| 513 |
} |
| 514 |
tr.collapse.in { |
| 515 |
display: table-row; |
| 516 |
} |
| 517 |
tbody.collapse.in { |
| 518 |
display: table-row-group; |
| 519 |
} |
| 520 |
.collapsing { |
| 521 |
position: relative; |
| 522 |
height: 0; |
| 523 |
overflow: hidden; |
| 524 |
-webkit-transition-property: height, visibility; |
| 525 |
-o-transition-property: height, visibility; |
| 526 |
transition-property: height, visibility; |
| 527 |
-webkit-transition-duration: 0.35s; |
| 528 |
-o-transition-duration: 0.35s; |
| 529 |
transition-duration: 0.35s; |
| 530 |
-webkit-transition-timing-function: ease; |
| 531 |
-o-transition-timing-function: ease; |
| 532 |
transition-timing-function: ease; |
| 533 |
} |
| 534 |
.close { |
| 535 |
float: right; |
| 536 |
font-size: 21px; |
| 537 |
font-weight: bold; |
| 538 |
line-height: 1; |
| 539 |
color: #000000; |
| 540 |
text-shadow: 0 1px 0 #ffffff; |
| 541 |
filter: alpha(opacity=20); |
| 542 |
opacity: 0.2; |
| 543 |
} |
| 544 |
.close:hover, |
| 545 |
.close:focus { |
| 546 |
color: #000000; |
| 547 |
text-decoration: none; |
| 548 |
cursor: pointer; |
| 549 |
filter: alpha(opacity=50); |
| 550 |
opacity: 0.5; |
| 551 |
} |
| 552 |
button.close { |
| 553 |
padding: 0; |
| 554 |
cursor: pointer; |
| 555 |
background: transparent; |
| 556 |
border: 0; |
| 557 |
-webkit-appearance: none; |
| 558 |
appearance: none; |
| 559 |
} |
| 560 |
.modal-open { |
| 561 |
overflow: hidden; |
| 562 |
} |
| 563 |
.modal { |
| 564 |
position: fixed; |
| 565 |
top: 0; |
| 566 |
right: 0; |
| 567 |
bottom: 0; |
| 568 |
left: 0; |
| 569 |
z-index: 1050; |
| 570 |
display: none; |
| 571 |
overflow: hidden; |
| 572 |
-webkit-overflow-scrolling: touch; |
| 573 |
outline: 0; |
| 574 |
} |
| 575 |
.modal.fade .modal-dialog { |
| 576 |
-webkit-transform: translate(0, -25%); |
| 577 |
-ms-transform: translate(0, -25%); |
| 578 |
-o-transform: translate(0, -25%); |
| 579 |
transform: translate(0, -25%); |
| 580 |
-webkit-transition: -webkit-transform 0.3s ease-out; |
| 581 |
-o-transition: -o-transform 0.3s ease-out; |
| 582 |
transition: transform 0.3s ease-out; |
| 583 |
} |
| 584 |
.modal.in .modal-dialog { |
| 585 |
-webkit-transform: translate(0, 0); |
| 586 |
-ms-transform: translate(0, 0); |
| 587 |
-o-transform: translate(0, 0); |
| 588 |
transform: translate(0, 0); |
| 589 |
} |
| 590 |
.modal-open .modal { |
| 591 |
overflow-x: hidden; |
| 592 |
overflow-y: auto; |
| 593 |
} |
| 594 |
.modal-dialog { |
| 595 |
position: relative; |
| 596 |
width: auto; |
| 597 |
margin: 10px; |
| 598 |
} |
| 599 |
.modal-content { |
| 600 |
position: relative; |
| 601 |
background-color: #ffffff; |
| 602 |
-webkit-background-clip: padding-box; |
| 603 |
background-clip: padding-box; |
| 604 |
border: 1px solid #999999; |
| 605 |
border: 1px solid rgba(0, 0, 0, 0.2); |
| 606 |
border-radius: 6px; |
| 607 |
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
| 608 |
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); |
| 609 |
outline: 0; |
| 610 |
} |
| 611 |
.modal-backdrop { |
| 612 |
position: fixed; |
| 613 |
top: 0; |
| 614 |
right: 0; |
| 615 |
bottom: 0; |
| 616 |
left: 0; |
| 617 |
z-index: 1040; |
| 618 |
background-color: #000000; |
| 619 |
} |
| 620 |
.modal-backdrop.fade { |
| 621 |
filter: alpha(opacity=0); |
| 622 |
opacity: 0; |
| 623 |
} |
| 624 |
.modal-backdrop.in { |
| 625 |
filter: alpha(opacity=50); |
| 626 |
opacity: 0.5; |
| 627 |
} |
| 628 |
.modal-header { |
| 629 |
padding: 15px; |
| 630 |
border-bottom: 1px solid #e5e5e5; |
| 631 |
} |
| 632 |
.modal-header .close { |
| 633 |
margin-top: -2px; |
| 634 |
} |
| 635 |
.modal-title { |
| 636 |
margin: 0; |
| 637 |
line-height: 1.42857143; |
| 638 |
} |
| 639 |
.modal-body { |
| 640 |
position: relative; |
| 641 |
padding: 15px; |
| 642 |
} |
| 643 |
.modal-footer { |
| 644 |
padding: 15px; |
| 645 |
text-align: right; |
| 646 |
border-top: 1px solid #e5e5e5; |
| 647 |
} |
| 648 |
.modal-footer .btn + .btn { |
| 649 |
margin-bottom: 0; |
| 650 |
margin-left: 5px; |
| 651 |
} |
| 652 |
.modal-footer .btn-group .btn + .btn { |
| 653 |
margin-left: -1px; |
| 654 |
} |
| 655 |
.modal-footer .btn-block + .btn-block { |
| 656 |
margin-left: 0; |
| 657 |
} |
| 658 |
.modal-scrollbar-measure { |
| 659 |
position: absolute; |
| 660 |
top: -9999px; |
| 661 |
width: 50px; |
| 662 |
height: 50px; |
| 663 |
overflow: scroll; |
| 664 |
} |
| 665 |
@media (min-width: 768px) { |
| 666 |
.modal-dialog { |
| 667 |
width: 600px; |
| 668 |
margin: 30px auto; |
| 669 |
} |
| 670 |
.modal-content { |
| 671 |
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
| 672 |
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); |
| 673 |
} |
| 674 |
.modal-sm { |
| 675 |
width: 300px; |
| 676 |
} |
| 677 |
} |
| 678 |
@media (min-width: 992px) { |
| 679 |
.modal-lg { |
| 680 |
width: 900px; |
| 681 |
} |
| 682 |
} |
| 683 |
.clearfix:before, |
| 684 |
.clearfix:after, |
| 685 |
.modal-header:before, |
| 686 |
.modal-header:after, |
| 687 |
.modal-footer:before, |
| 688 |
.modal-footer:after { |
| 689 |
display: table; |
| 690 |
content: " "; |
| 691 |
} |
| 692 |
.clearfix:after, |
| 693 |
.modal-header:after, |
| 694 |
.modal-footer:after { |
| 695 |
clear: both; |
| 696 |
} |
| 697 |
.center-block { |
| 698 |
display: block; |
| 699 |
margin-right: auto; |
| 700 |
margin-left: auto; |
| 701 |
} |
| 702 |
.pull-right { |
| 703 |
float: right !important; |
| 704 |
} |
| 705 |
.pull-left { |
| 706 |
float: left !important; |
| 707 |
} |
| 708 |
.hide { |
| 709 |
display: none !important; |
| 710 |
} |
| 711 |
.show { |
| 712 |
display: block !important; |
| 713 |
} |
| 714 |
.invisible { |
| 715 |
visibility: hidden; |
| 716 |
} |
| 717 |
.text-hide { |
| 718 |
font: 0/0 a; |
| 719 |
color: transparent; |
| 720 |
text-shadow: none; |
| 721 |
background-color: transparent; |
| 722 |
border: 0; |
| 723 |
} |
| 724 |
.hidden { |
| 725 |
display: none !important; |
| 726 |
} |
| 727 |
.affix { |
| 728 |
position: fixed; |
| 729 |
} |
| 730 |
|