Matteo Scandolo | 67c105f | 2017-01-09 09:30:52 -0800 | [diff] [blame^] | 1 | .btn:active,.btn.active{ |
| 2 | box-shadow:none |
| 3 | } |
| 4 | |
| 5 | .btn{ |
| 6 | color:inherit; |
| 7 | background-color:transparent |
| 8 | } |
| 9 | |
| 10 | .buttons-margin .btn{ |
| 11 | |
| 12 | margin-bottom:5px |
| 13 | } |
| 14 | |
| 15 | .btn-default{ |
| 16 | border-color:#585d6e |
| 17 | } |
| 18 | |
| 19 | .btn.btn-w-sm{ |
| 20 | min-width:80px |
| 21 | } |
| 22 | |
| 23 | .btn.btn-w-md{ |
| 24 | min-width:120px |
| 25 | } |
| 26 | |
| 27 | .btn.btn-w-lg{ |
| 28 | min-width:160px |
| 29 | } |
| 30 | |
| 31 | .btn.btn-rounded{ |
| 32 | border-radius:50px |
| 33 | } |
| 34 | |
| 35 | .btn.btn-squared{ |
| 36 | border-radius:0 |
| 37 | } |
| 38 | |
| 39 | .btn-accent{ |
| 40 | color:#949ba2; |
| 41 | background-color:transparent; |
| 42 | border-color:#f6a821 |
| 43 | } |
| 44 | |
| 45 | .btn-accent:focus,.btn-accent.focus{ |
| 46 | color:#ffffff; |
| 47 | background-color:rgba(246,168,33,0.1); |
| 48 | border-color:#f6a821; |
| 49 | outline:0; |
| 50 | box-shadow:none |
| 51 | } |
| 52 | |
| 53 | .btn-accent:hover{ |
| 54 | color:#ffffff; |
| 55 | background-color:rgba(246,168,33,0.1); |
| 56 | border-color:#f6a821 |
| 57 | } |
| 58 | |
| 59 | .btn-accent:active,.btn-accent.active,.open>.dropdown-toggle.btn-accent{ |
| 60 | color:#ffffff; |
| 61 | background-color:rgba(246,168,33,0.1); |
| 62 | border-color:#f6a821 |
| 63 | } |
| 64 | |
| 65 | .btn-accent:active:hover,.btn-accent.active:hover,.open>.dropdown-toggle.btn-accent:hover,.btn-accent:active:focus,.btn-accent.active:focus,.open>.dropdown-toggle.btn-accent:focus,.btn-accent:active.focus,.btn-accent.active.focus,.open>.dropdown-toggle.btn-accent.focus{ |
| 66 | color:#ffffff; |
| 67 | background-color:rgba(246,168,33,0.1); |
| 68 | border-color:#f8bb52; |
| 69 | outline:0; |
| 70 | box-shadow:none |
| 71 | } |
| 72 | |
| 73 | .btn-accent:active,.btn-accent.active,.open>.dropdown-toggle.btn-accent{ |
| 74 | background-image:none |
| 75 | } |
| 76 | |
| 77 | .btn-accent.disabled:hover,.btn-accent[disabled]:hover,fieldset[disabled] .btn-accent:hover,.btn-accent.disabled:focus,.btn-accent[disabled]:focus,fieldset[disabled] .btn-accent:focus,.btn-accent.disabled.focus,.btn-accent[disabled].focus,fieldset[disabled] .btn-accent.focus{ |
| 78 | background-color:rgba(246,168,33,0.1); |
| 79 | border-color:#f6a821 |
| 80 | } |
| 81 | |
| 82 | .btn-accent .badge{ |
| 83 | color:transparent; |
| 84 | background-color:#949ba2 |
| 85 | } |
| 86 | |
| 87 | .btn-default{ |
| 88 | color:#949ba2; |
| 89 | background-color:transparent; |
| 90 | border-color:#616779 |
| 91 | } |
| 92 | |
| 93 | .btn-default:focus,.btn-default.focus{ |
| 94 | color:#ffffff; |
| 95 | background-color:rgba(97,103,121,0.1); |
| 96 | border-color:#616779; |
| 97 | outline:0; |
| 98 | box-shadow:none |
| 99 | } |
| 100 | |
| 101 | .btn-default:hover{ |
| 102 | color:#ffffff; |
| 103 | background-color:rgba(97,103,121,0.1); |
| 104 | border-color:#616779 |
| 105 | } |
| 106 | |
| 107 | .btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{ |
| 108 | color:#ffffff; |
| 109 | background-color:rgba(97,103,121,0.1); |
| 110 | border-color:#616779 |
| 111 | } |
| 112 | |
| 113 | .btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{ |
| 114 | color:#ffffff; |
| 115 | background-color:rgba(97,103,121,0.1); |
| 116 | border-color:#798094; |
| 117 | outline:0; |
| 118 | box-shadow:none |
| 119 | } |
| 120 | |
| 121 | .btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{ |
| 122 | background-image:none |
| 123 | } |
| 124 | |
| 125 | .btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{ |
| 126 | background-color:rgba(97,103,121,0.1); |
| 127 | border-color:#616779 |
| 128 | } |
| 129 | |
| 130 | .btn-default .badge{ |
| 131 | color:transparent; |
| 132 | background-color:#949ba2 |
| 133 | } |
| 134 | |
| 135 | .btn-primary{ |
| 136 | color:#949ba2; |
| 137 | background-color:transparent; |
| 138 | border-color:#0F83C9 |
| 139 | } |
| 140 | |
| 141 | .btn-primary:focus,.btn-primary.focus{ |
| 142 | color:#ffffff; |
| 143 | background-color:rgba(15,131,201,0.1); |
| 144 | border-color:#0F83C9; |
| 145 | outline:0; |
| 146 | box-shadow:none |
| 147 | } |
| 148 | |
| 149 | .btn-primary:hover{ |
| 150 | color:#ffffff; |
| 151 | background-color:rgba(15,131,201,0.1); |
| 152 | border-color:#0F83C9 |
| 153 | } |
| 154 | |
| 155 | .btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{ |
| 156 | color:#ffffff; |
| 157 | background-color:rgba(15,131,201,0.1); |
| 158 | border-color:#0F83C9 |
| 159 | } |
| 160 | |
| 161 | .btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{ |
| 162 | color:#ffffff; |
| 163 | background-color:rgba(15,131,201,0.1); |
| 164 | border-color:#1d9fee; |
| 165 | outline:0; |
| 166 | box-shadow:none |
| 167 | } |
| 168 | |
| 169 | .btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{ |
| 170 | background-image:none |
| 171 | } |
| 172 | |
| 173 | .btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{ |
| 174 | background-color:rgba(15,131,201,0.1); |
| 175 | border-color:#0F83C9 |
| 176 | } |
| 177 | |
| 178 | .btn-primary .badge{ |
| 179 | color:transparent; |
| 180 | background-color:#949ba2 |
| 181 | } |
| 182 | |
| 183 | .btn-success{ |
| 184 | color:#949ba2; |
| 185 | background-color:transparent; |
| 186 | border-color:#1bbf89 |
| 187 | } |
| 188 | |
| 189 | .btn-success:focus,.btn-success.focus{ |
| 190 | color:#ffffff; |
| 191 | background-color:rgba(27,191,137,0.1); |
| 192 | border-color:#1bbf89; |
| 193 | outline:0; |
| 194 | box-shadow:none |
| 195 | } |
| 196 | |
| 197 | .btn-success:hover{ |
| 198 | color:#ffffff; |
| 199 | background-color:rgba(27,191,137,0.1); |
| 200 | border-color:#1bbf89 |
| 201 | } |
| 202 | |
| 203 | .btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{ |
| 204 | color:#ffffff; |
| 205 | background-color:rgba(27,191,137,0.1); |
| 206 | border-color:#1bbf89 |
| 207 | } |
| 208 | |
| 209 | .btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{ |
| 210 | color:#ffffff; |
| 211 | background-color:rgba(27,191,137,0.1); |
| 212 | border-color:#2ce1a5; |
| 213 | outline:0; |
| 214 | box-shadow:none |
| 215 | } |
| 216 | |
| 217 | .btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{ |
| 218 | background-image:none |
| 219 | } |
| 220 | |
| 221 | .btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{ |
| 222 | background-color:rgba(27,191,137,0.1); |
| 223 | border-color:#1bbf89 |
| 224 | } |
| 225 | |
| 226 | .btn-success .badge{ |
| 227 | color:transparent; |
| 228 | background-color:#949ba2 |
| 229 | } |
| 230 | |
| 231 | .btn-info{ |
| 232 | color:#949ba2; |
| 233 | background-color:transparent; |
| 234 | border-color:#56C0E0 |
| 235 | } |
| 236 | |
| 237 | .btn-info:focus,.btn-info.focus{ |
| 238 | color:#ffffff; |
| 239 | background-color:rgba(86,192,224,0.1); |
| 240 | border-color:#56C0E0; |
| 241 | outline:0; |
| 242 | box-shadow:none |
| 243 | } |
| 244 | |
| 245 | .btn-info:hover{ |
| 246 | color:#ffffff; |
| 247 | background-color:rgba(86,192,224,0.1); |
| 248 | border-color:#56C0E0 |
| 249 | } |
| 250 | |
| 251 | .btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{ |
| 252 | color:#ffffff; |
| 253 | background-color:rgba(86,192,224,0.1); |
| 254 | border-color:#56C0E0 |
| 255 | } |
| 256 | |
| 257 | .btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{ |
| 258 | color:#ffffff; |
| 259 | background-color:rgba(86,192,224,0.1); |
| 260 | border-color:#81d0e8; |
| 261 | outline:0; |
| 262 | box-shadow:none |
| 263 | } |
| 264 | |
| 265 | .btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{ |
| 266 | background-image:none |
| 267 | } |
| 268 | |
| 269 | .btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{ |
| 270 | background-color:rgba(86,192,224,0.1); |
| 271 | border-color:#56C0E0 |
| 272 | } |
| 273 | |
| 274 | .btn-info .badge{ |
| 275 | color:transparent; |
| 276 | background-color:#949ba2 |
| 277 | } |
| 278 | |
| 279 | .btn-warning{ |
| 280 | color:#949ba2; |
| 281 | background-color:transparent; |
| 282 | border-color:#f7af3e |
| 283 | } |
| 284 | |
| 285 | .btn-warning:focus,.btn-warning.focus{ |
| 286 | color:#ffffff; |
| 287 | background-color:rgba(247,175,62,0.1); |
| 288 | border-color:#f7af3e; |
| 289 | outline:0; |
| 290 | box-shadow:none |
| 291 | } |
| 292 | |
| 293 | .btn-warning:hover{ |
| 294 | color:#ffffff; |
| 295 | background-color:rgba(247,175,62,0.1); |
| 296 | border-color:#f7af3e |
| 297 | } |
| 298 | |
| 299 | .btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{ |
| 300 | color:#ffffff; |
| 301 | background-color:rgba(247,175,62,0.1); |
| 302 | border-color:#f7af3e |
| 303 | } |
| 304 | |
| 305 | .btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{ |
| 306 | color:#ffffff; |
| 307 | background-color:rgba(247,175,62,0.1); |
| 308 | border-color:#f9c36f; |
| 309 | outline:0; |
| 310 | box-shadow:none |
| 311 | } |
| 312 | |
| 313 | .btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{ |
| 314 | background-image:none |
| 315 | } |
| 316 | |
| 317 | .btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{ |
| 318 | background-color:rgba(247,175,62,0.1); |
| 319 | border-color:#f7af3e |
| 320 | } |
| 321 | |
| 322 | .btn-warning .badge{ |
| 323 | color:transparent; |
| 324 | background-color:#949ba2 |
| 325 | } |
| 326 | |
| 327 | .btn-danger{ |
| 328 | color:#949ba2; |
| 329 | background-color:transparent; |
| 330 | border-color:#DB524B |
| 331 | } |
| 332 | |
| 333 | .btn-danger:focus,.btn-danger.focus{ |
| 334 | color:#ffffff; |
| 335 | background-color:rgba(219,82,75,0.1); |
| 336 | border-color:#DB524B; |
| 337 | outline:0; |
| 338 | box-shadow:none |
| 339 | } |
| 340 | |
| 341 | .btn-danger:hover{ |
| 342 | color:#ffffff; |
| 343 | background-color:rgba(219,82,75,0.1); |
| 344 | border-color:#DB524B |
| 345 | } |
| 346 | |
| 347 | .btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{ |
| 348 | color:#ffffff; |
| 349 | background-color:rgba(219,82,75,0.1); |
| 350 | border-color:#DB524B |
| 351 | } |
| 352 | |
| 353 | .btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{ |
| 354 | color:#ffffff; |
| 355 | background-color:rgba(219,82,75,0.1); |
| 356 | border-color:#e47b75; |
| 357 | outline:0; |
| 358 | box-shadow:none |
| 359 | } |
| 360 | |
| 361 | .btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{ |
| 362 | background-image:none |
| 363 | } |
| 364 | |
| 365 | .btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{ |
| 366 | background-color:rgba(219,82,75,0.1); |
| 367 | border-color:#DB524B |
| 368 | } |
| 369 | |
| 370 | .btn-danger .badge{ |
| 371 | color:transparent; |
| 372 | background-color:#949ba2 |
| 373 | } |
| 374 | |
| 375 | .btn-default:hover,.btn-default:active,.btn-default:active:focus,.btn-default:focus,.btn-default.active{ |
| 376 | background-color:#3d404c |
| 377 | } |
| 378 | |
| 379 | .btn-link:hover,.btn-link:active,.btn-link:active:focus,.btn-link:focus,.btn-link.active{ |
| 380 | color:#f6a821; |
| 381 | text-decoration:none |
| 382 | } |
| 383 | |
| 384 | .content>div{ |
| 385 | opacity:0 |
| 386 | } |
| 387 | |
| 388 | .pace{ |
| 389 | -webkit-pointer-events:none; |
| 390 | pointer-events:none; |
| 391 | -webkit-user-select:none; |
| 392 | -moz-user-select:none; |
| 393 | user-select:none; |
| 394 | z-index:2000; |
| 395 | position:fixed; |
| 396 | margin:auto; |
| 397 | top:0; |
| 398 | left:0; |
| 399 | right:0; |
| 400 | bottom:0; |
| 401 | height:5px; |
| 402 | width:200px; |
| 403 | background:#fff; |
| 404 | overflow:hidden |
| 405 | } |
| 406 | |
| 407 | .pace .pace-progress{ |
| 408 | -webkit-box-sizing:border-box; |
| 409 | -moz-box-sizing:border-box; |
| 410 | -ms-box-sizing:border-box; |
| 411 | -o-box-sizing:border-box; |
| 412 | box-sizing:border-box; |
| 413 | -webkit-transform:translate3d(0, 0, 0); |
| 414 | -moz-transform:translate3d(0, 0, 0); |
| 415 | -ms-transform:translate3d(0, 0, 0); |
| 416 | -o-transform:translate3d(0, 0, 0); |
| 417 | transform:translate3d(0, 0, 0); |
| 418 | max-width:200px; |
| 419 | z-index:2000; |
| 420 | display:block; |
| 421 | position:absolute; |
| 422 | top:0; |
| 423 | right:100%; |
| 424 | height:100%; |
| 425 | width:100%; |
| 426 | background:#f6a821 |
| 427 | } |
| 428 | |
| 429 | .pace.pace-inactive{ |
| 430 | display:none |
| 431 | } |
| 432 | |
| 433 | .pace-done .content>div{ |
| 434 | opacity:1 |
| 435 | } |
| 436 | |
| 437 | .text-muted{ |
| 438 | color:#868e96 |
| 439 | } |
| 440 | |
| 441 | .text-accent{ |
| 442 | color:#f6a821 |
| 443 | } |
| 444 | |
| 445 | .text-primary{ |
| 446 | color:#0F83C9 |
| 447 | } |
| 448 | |
| 449 | .text-success{ |
| 450 | color:#1bbf89 |
| 451 | } |
| 452 | |
| 453 | .text-info{ |
| 454 | color:#56C0E0 |
| 455 | } |
| 456 | |
| 457 | .text-warning{ |
| 458 | color:#f7af3e |
| 459 | } |
| 460 | |
| 461 | .text-danger{ |
| 462 | color:#DB524B |
| 463 | } |
| 464 | |
| 465 | .p-xxs{ |
| 466 | padding:5px !important |
| 467 | } |
| 468 | |
| 469 | .p-xs{ |
| 470 | padding:10px !important |
| 471 | } |
| 472 | |
| 473 | .p-sm{ |
| 474 | padding:15px !important |
| 475 | } |
| 476 | |
| 477 | .p-m{ |
| 478 | padding:20px !important |
| 479 | } |
| 480 | |
| 481 | .p-md{ |
| 482 | padding:25px !important |
| 483 | } |
| 484 | |
| 485 | .p-lg{ |
| 486 | padding:30px !important |
| 487 | } |
| 488 | |
| 489 | .p-xl{ |
| 490 | padding:40px !important |
| 491 | } |
| 492 | |
| 493 | .m-xxs{ |
| 494 | margin:2px 4px |
| 495 | } |
| 496 | |
| 497 | .m-xs{ |
| 498 | margin:5px |
| 499 | } |
| 500 | |
| 501 | .m-sm{ |
| 502 | margin:10px |
| 503 | } |
| 504 | |
| 505 | .m{ |
| 506 | margin:15px |
| 507 | } |
| 508 | |
| 509 | .m-md{ |
| 510 | margin:20px |
| 511 | } |
| 512 | |
| 513 | .m-lg{ |
| 514 | margin:30px |
| 515 | } |
| 516 | |
| 517 | .m-xl{ |
| 518 | margin:50px |
| 519 | } |
| 520 | |
| 521 | .m-n{ |
| 522 | margin:0 !important |
| 523 | } |
| 524 | |
| 525 | .m-l-none{ |
| 526 | margin-left:0 |
| 527 | } |
| 528 | |
| 529 | .m-l-xs{ |
| 530 | margin-left:5px |
| 531 | } |
| 532 | |
| 533 | .m-l-sm{ |
| 534 | margin-left:10px |
| 535 | } |
| 536 | |
| 537 | .m-l{ |
| 538 | margin-left:15px |
| 539 | } |
| 540 | |
| 541 | .m-l-md{ |
| 542 | margin-left:20px |
| 543 | } |
| 544 | |
| 545 | .m-l-lg{ |
| 546 | margin-left:30px |
| 547 | } |
| 548 | |
| 549 | .m-l-xl{ |
| 550 | margin-left:40px |
| 551 | } |
| 552 | |
| 553 | .m-l-n-xxs{ |
| 554 | margin-left:-1px |
| 555 | } |
| 556 | |
| 557 | .m-l-n-xs{ |
| 558 | margin-left:-5px |
| 559 | } |
| 560 | |
| 561 | .m-l-n-sm{ |
| 562 | margin-left:-10px |
| 563 | } |
| 564 | |
| 565 | .m-l-n{ |
| 566 | margin-left:-15px |
| 567 | } |
| 568 | |
| 569 | .m-l-n-md{ |
| 570 | margin-left:-20px |
| 571 | } |
| 572 | |
| 573 | .m-l-n-lg{ |
| 574 | margin-left:-30px |
| 575 | } |
| 576 | |
| 577 | .m-l-n-xl{ |
| 578 | margin-left:-40px |
| 579 | } |
| 580 | |
| 581 | .m-t-none{ |
| 582 | margin-top:0 |
| 583 | } |
| 584 | |
| 585 | .m-t-xxs{ |
| 586 | margin-top:1px |
| 587 | } |
| 588 | |
| 589 | .m-t-xs{ |
| 590 | margin-top:5px |
| 591 | } |
| 592 | |
| 593 | .m-t-sm{ |
| 594 | margin-top:10px |
| 595 | } |
| 596 | |
| 597 | .m-t{ |
| 598 | margin-top:15px |
| 599 | } |
| 600 | |
| 601 | .m-t-md{ |
| 602 | margin-top:20px |
| 603 | } |
| 604 | |
| 605 | .m-t-lg{ |
| 606 | margin-top:30px |
| 607 | } |
| 608 | |
| 609 | .m-t-xl{ |
| 610 | margin-top:40px |
| 611 | } |
| 612 | |
| 613 | .m-t-xxl{ |
| 614 | margin-top:50px |
| 615 | } |
| 616 | |
| 617 | .m-t-xxxl{ |
| 618 | margin-top:60px |
| 619 | } |
| 620 | |
| 621 | .m-t-n-xxs{ |
| 622 | margin-top:-1px |
| 623 | } |
| 624 | |
| 625 | .m-t-n-xs{ |
| 626 | margin-top:-5px |
| 627 | } |
| 628 | |
| 629 | .m-t-n-sm{ |
| 630 | margin-top:-10px |
| 631 | } |
| 632 | |
| 633 | .m-t-n{ |
| 634 | margin-top:-15px |
| 635 | } |
| 636 | |
| 637 | .m-t-n-md{ |
| 638 | margin-top:-20px |
| 639 | } |
| 640 | |
| 641 | .m-t-n-lg{ |
| 642 | margin-top:-30px |
| 643 | } |
| 644 | |
| 645 | .m-t-n-xl{ |
| 646 | margin-top:-40px |
| 647 | } |
| 648 | |
| 649 | .m-r-none{ |
| 650 | margin-right:0 |
| 651 | } |
| 652 | |
| 653 | .m-r-xxs{ |
| 654 | margin-right:1px |
| 655 | } |
| 656 | |
| 657 | .m-r-xs{ |
| 658 | margin-right:5px |
| 659 | } |
| 660 | |
| 661 | .m-r-sm{ |
| 662 | margin-right:10px |
| 663 | } |
| 664 | |
| 665 | .m-r{ |
| 666 | margin-right:15px |
| 667 | } |
| 668 | |
| 669 | .m-r-md{ |
| 670 | margin-right:20px |
| 671 | } |
| 672 | |
| 673 | .m-r-lg{ |
| 674 | margin-right:30px |
| 675 | } |
| 676 | |
| 677 | .m-r-xl{ |
| 678 | margin-right:40px |
| 679 | } |
| 680 | |
| 681 | .m-r-n-xxs{ |
| 682 | margin-right:-1px |
| 683 | } |
| 684 | |
| 685 | .m-r-n-xs{ |
| 686 | margin-right:-5px |
| 687 | } |
| 688 | |
| 689 | .m-r-n-sm{ |
| 690 | margin-right:-10px |
| 691 | } |
| 692 | |
| 693 | .m-r-n{ |
| 694 | margin-right:-15px |
| 695 | } |
| 696 | |
| 697 | .m-r-n-md{ |
| 698 | margin-right:-20px |
| 699 | } |
| 700 | |
| 701 | .m-r-n-lg{ |
| 702 | margin-right:-30px |
| 703 | } |
| 704 | |
| 705 | .m-r-n-xl{ |
| 706 | margin-right:-40px |
| 707 | } |
| 708 | |
| 709 | .m-b-none{ |
| 710 | margin-bottom:0 |
| 711 | } |
| 712 | |
| 713 | .m-b-xxs{ |
| 714 | margin-bottom:1px |
| 715 | } |
| 716 | |
| 717 | .m-b-xs{ |
| 718 | margin-bottom:5px |
| 719 | } |
| 720 | |
| 721 | .m-b-sm{ |
| 722 | margin-bottom:10px |
| 723 | } |
| 724 | |
| 725 | .m-b{ |
| 726 | margin-bottom:15px |
| 727 | } |
| 728 | |
| 729 | .m-b-md{ |
| 730 | margin-bottom:20px |
| 731 | } |
| 732 | |
| 733 | .m-b-lg{ |
| 734 | margin-bottom:30px |
| 735 | } |
| 736 | |
| 737 | .m-b-xl{ |
| 738 | margin-bottom:40px |
| 739 | } |
| 740 | |
| 741 | .m-b-n-xxs{ |
| 742 | margin-bottom:-1px |
| 743 | } |
| 744 | |
| 745 | .m-b-n-xs{ |
| 746 | margin-bottom:-5px |
| 747 | } |
| 748 | |
| 749 | .m-b-n-sm{ |
| 750 | margin-bottom:-10px |
| 751 | } |
| 752 | |
| 753 | .m-b-n{ |
| 754 | margin-bottom:-15px |
| 755 | } |
| 756 | |
| 757 | .m-b-n-md{ |
| 758 | margin-bottom:-20px |
| 759 | } |
| 760 | |
| 761 | .m-b-n-lg{ |
| 762 | margin-bottom:-30px |
| 763 | } |
| 764 | |
| 765 | .m-b-n-xl{ |
| 766 | margin-bottom:-40px |
| 767 | } |
| 768 | |
| 769 | .space-15{ |
| 770 | margin:15px 0 |
| 771 | } |
| 772 | |
| 773 | .space-20{ |
| 774 | margin:20px 0 |
| 775 | } |
| 776 | |
| 777 | .space-25{ |
| 778 | margin:25px 0 |
| 779 | } |
| 780 | |
| 781 | .space-30{ |
| 782 | margin:30px 0 |
| 783 | } |
| 784 | |
| 785 | .label-accent{ |
| 786 | background-color:#f6a821 |
| 787 | } |
| 788 | body{ |
| 789 | background:#2f323b; |
| 790 | font-family:'Roboto',sans-serif; |
| 791 | color:#949ba2 |
| 792 | } |
| 793 | |
| 794 | .content{ |
| 795 | margin-top:60px; |
| 796 | margin-left:200px; |
| 797 | position:relative; |
| 798 | padding:30px; |
| 799 | transition:margin-left .3s ease-out; |
| 800 | -webkit-transition:margin-left .3s ease-out |
| 801 | } |
| 802 | |
| 803 | .content:before{ |
| 804 | content:''; |
| 805 | position:fixed; |
| 806 | top:0; |
| 807 | bottom:0; |
| 808 | z-index:-2; |
| 809 | left:0; |
| 810 | right:0; |
| 811 | background-image:radial-gradient(center, circle cover, #393b45 0, #2d3038 70%); |
| 812 | background-position:50%,50% |
| 813 | } |
| 814 | |
| 815 | .navigation{ |
| 816 | margin-top:60px; |
| 817 | background-color:#24262d; |
| 818 | width:200px; |
| 819 | position:absolute; |
| 820 | left:0; |
| 821 | bottom:0; |
| 822 | top:0; |
| 823 | transition:left .3s ease-out; |
| 824 | -webkit-transition:left .3s ease-out |
| 825 | } |
| 826 | |
| 827 | .navigation nav{ |
| 828 | background-color:#2a2d35 |
| 829 | } |
| 830 | |
| 831 | .navigation:before{ |
| 832 | transition:left .3s ease-out; |
| 833 | -webkit-transition:left .3s ease-out; |
| 834 | content:''; |
| 835 | position:fixed; |
| 836 | top:0; |
| 837 | bottom:0; |
| 838 | z-index:-1; |
| 839 | left:0; |
| 840 | background-color:#24262d; |
| 841 | width:200px |
| 842 | } |
| 843 | |
| 844 | body.nav-toggle .content{ |
| 845 | margin-left:0 |
| 846 | } |
| 847 | |
| 848 | body.nav-toggle .navigation{ |
| 849 | left:-200px |
| 850 | } |
| 851 | |
| 852 | body.nav-toggle .navigation:before{ |
| 853 | left:-200px |
| 854 | } |
| 855 | @media (max-width:767px){ |
| 856 | .content{ |
| 857 | margin-left:0; |
| 858 | padding:30px 0 10px 0 |
| 859 | } |
| 860 | |
| 861 | .navigation{ |
| 862 | left:-200px; |
| 863 | z-index:2 |
| 864 | } |
| 865 | |
| 866 | .navigation:before{ |
| 867 | left:-200px |
| 868 | } |
| 869 | body.nav-toggle .content{ |
| 870 | margin-left:0 |
| 871 | } |
| 872 | body.nav-toggle .navigation{ |
| 873 | left:0; |
| 874 | z-index:2 |
| 875 | } |
| 876 | body.nav-toggle .navigation:before{ |
| 877 | left:0 |
| 878 | } |
| 879 | |
| 880 | } |
| 881 | body.blank .content{ |
| 882 | margin:0 |
| 883 | } |
| 884 | |
| 885 | .container-center{ |
| 886 | max-width:400px; |
| 887 | margin:10% auto 0; |
| 888 | padding:20px |
| 889 | } |
| 890 | |
| 891 | .container-center.sm{ |
| 892 | max-width:200px |
| 893 | } |
| 894 | |
| 895 | .container-center.md{ |
| 896 | max-width:600px |
| 897 | } |
| 898 | |
| 899 | .container-center.lg{ |
| 900 | max-width:800px |
| 901 | } |
| 902 | a{ |
| 903 | color:#f6a821; |
| 904 | text-decoration:none |
| 905 | } |
| 906 | a:hover,a:focus{ |
| 907 | color:#f8bb52; |
| 908 | outline:none |
| 909 | } |
| 910 | hr{ |
| 911 | margin-top:20px; |
| 912 | margin-bottom:20px; |
| 913 | border:0; |
| 914 | border-top:1px solid #3d404c |
| 915 | } |
| 916 | code{ |
| 917 | padding:2px 4px; |
| 918 | font-size:90%; |
| 919 | color:#f6a821; |
| 920 | background-color:#24262d; |
| 921 | border-radius:3px |
| 922 | } |
| 923 | pre{ |
| 924 | font-size:90%; |
| 925 | color:#949ba2; |
| 926 | background-color:#24262d; |
| 927 | border-radius:3px; |
| 928 | border:none |
| 929 | } |
| 930 | mark{ |
| 931 | background-color:#e9e599; |
| 932 | border-radius:2px; |
| 933 | padding:.1em .4em |
| 934 | } |
| 935 | label{ |
| 936 | color:#ffffff; |
| 937 | font-weight:500 |
| 938 | } |
| 939 | sup{ |
| 940 | font-size:12px; |
| 941 | top:-0.8em |
| 942 | } |
| 943 | |
| 944 | .help-block{ |
| 945 | color:#6d757d |
| 946 | } |
| 947 | |
| 948 | .bs-example{ |
| 949 | background-color:#2f323b; |
| 950 | padding:10px; |
| 951 | border-radius:3px |
| 952 | } |
| 953 | |
| 954 | .show-grid [class^="col-"]{ |
| 955 | background-color:#2f323b !important; |
| 956 | border:1px solid #3d404c; |
| 957 | padding-bottom:10px; |
| 958 | padding-top:10px |
| 959 | } |
| 960 | |
| 961 | .slight{ |
| 962 | font-size:11px; |
| 963 | font-weight:300 |
| 964 | } |
| 965 | |
| 966 | .show-grid{ |
| 967 | margin:10px 0 !important |
| 968 | } |
| 969 | |
| 970 | .row{ |
| 971 | margin-left:-10px; |
| 972 | margin-right:-10px |
| 973 | } |
| 974 | |
| 975 | .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{ |
| 976 | padding-left:10px; |
| 977 | padding-right:10px |
| 978 | } |
| 979 | |
| 980 | .font-example-box:hover{ |
| 981 | color:#ffffff |
| 982 | } |
| 983 | |
| 984 | .font-example-box{ |
| 985 | text-align:center; |
| 986 | min-height:90px; |
| 987 | margin:10px 0; |
| 988 | font-size:42px |
| 989 | } |
| 990 | |
| 991 | .font-example-box i{ |
| 992 | font-size:22px |
| 993 | } |
| 994 | |
| 995 | .icon-example-name{ |
| 996 | display:block; |
| 997 | font-size:11px |
| 998 | } |
| 999 | |
| 1000 | .back-link{ |
| 1001 | float:left; |
| 1002 | width:100%; |
| 1003 | margin:10px |
| 1004 | } |
| 1005 | |
| 1006 | .ui-sortable .panel-body{ |
| 1007 | cursor:move |
| 1008 | } |
| 1009 | |
| 1010 | .ui-sortable-placeholder{ |
| 1011 | border:1px dashed #535868 !important; |
| 1012 | visibility:visible !important |
| 1013 | } |
| 1014 | |
| 1015 | .navbar{ |
| 1016 | min-height:60px |
| 1017 | } |
| 1018 | |
| 1019 | .navbar-default .navbar-brand,.navbar-default .navbar-brand:focus{ |
| 1020 | width:200px; |
| 1021 | background-color:#f6a821; |
| 1022 | height:60px; |
| 1023 | padding:20px 25px; |
| 1024 | font-weight:400; |
| 1025 | letter-spacing:10px; |
| 1026 | color:#FFFFFF |
| 1027 | } |
| 1028 | |
| 1029 | .navbar-default .navbar-brand{ |
| 1030 | color:#FFFFFF |
| 1031 | } |
| 1032 | |
| 1033 | .navbar-default .navbar-brand:hover{ |
| 1034 | color:#FFFFFF; |
| 1035 | background-color:#f5a212 |
| 1036 | } |
| 1037 | |
| 1038 | .navbar-brand span{ |
| 1039 | letter-spacing:normal; |
| 1040 | float:right; |
| 1041 | font-size:12px; |
| 1042 | margin-left:-15px; |
| 1043 | color:#fce2b4 |
| 1044 | } |
| 1045 | |
| 1046 | .navbar-default{ |
| 1047 | border-bottom:none; |
| 1048 | background-color:#FFFFFF |
| 1049 | } |
| 1050 | |
| 1051 | .left-nav-toggle{ |
| 1052 | float:left; |
| 1053 | padding:9px 10px 8px 25px |
| 1054 | } |
| 1055 | |
| 1056 | .left-nav-toggle:hover a{ |
| 1057 | color:#f6a821 |
| 1058 | } |
| 1059 | |
| 1060 | .left-nav-toggle a{ |
| 1061 | font-size:30px; |
| 1062 | color:#949ba2 |
| 1063 | } |
| 1064 | |
| 1065 | .navbar-default .navbar-nav>li>a{ |
| 1066 | color:#6a727a |
| 1067 | } |
| 1068 | |
| 1069 | .left-nav-toggle a:hover,.left-nav-toggle a:focus{ |
| 1070 | text-decoration:none |
| 1071 | } |
| 1072 | |
| 1073 | .navbar-form{ |
| 1074 | margin-top:11px; |
| 1075 | padding:0 |
| 1076 | } |
| 1077 | |
| 1078 | .navbar-form input.form-control{ |
| 1079 | border:none; |
| 1080 | box-shadow:none; |
| 1081 | color:#949ba2 |
| 1082 | } |
| 1083 | |
| 1084 | .navbar-form input.form-control::-webkit-input-placeholder{ |
| 1085 | color:#6f7780 |
| 1086 | } |
| 1087 | |
| 1088 | .navbar-form input.form-control:-moz-placeholder{ |
| 1089 | color:#6f7780 |
| 1090 | } |
| 1091 | |
| 1092 | .navbar-form input.form-control::-moz-placeholder{ |
| 1093 | color:#6f7780 |
| 1094 | } |
| 1095 | |
| 1096 | .navbar-form input.form-control:-ms-input-placeholder{ |
| 1097 | color:#6f7780 |
| 1098 | } |
| 1099 | |
| 1100 | .navbar-nav>li>a{ |
| 1101 | padding:20px 15px; |
| 1102 | text-transform:uppercase; |
| 1103 | font-weight:500 |
| 1104 | } |
| 1105 | |
| 1106 | .navbar-nav>li:first-child>a{ |
| 1107 | padding-left:0 |
| 1108 | } |
| 1109 | |
| 1110 | .navbar-nav>li:last-child>a{ |
| 1111 | padding:10px 25px 10px 15px |
| 1112 | } |
| 1113 | |
| 1114 | .navbar-nav.navbar-right a .label{ |
| 1115 | margin:-5px 0 0 5px |
| 1116 | } |
| 1117 | |
| 1118 | .profil-link img{ |
| 1119 | height:40px; |
| 1120 | margin-left:10px |
| 1121 | } |
| 1122 | |
| 1123 | .profil-link .profile-address{ |
| 1124 | text-transform:lowercase |
| 1125 | } |
| 1126 | #mobile-menu{ |
| 1127 | display:none |
| 1128 | } |
| 1129 | @media (max-width:767px){ |
| 1130 | #mobile-menu{ |
| 1131 | display:block |
| 1132 | } |
| 1133 | |
| 1134 | } |
| 1135 | #mobile-menu{ |
| 1136 | float:right |
| 1137 | } |
| 1138 | #mobile-menu .left-nav-toggle{ |
| 1139 | padding-right:25px |
| 1140 | } |
| 1141 | |
| 1142 | .luna-nav.nav{ |
| 1143 | padding-top:15px |
| 1144 | } |
| 1145 | |
| 1146 | .luna-nav.nav li>a,.luna-nav.nav .nav-category{ |
| 1147 | padding:8px 15px 8px 25px; |
| 1148 | margin:0 0 |
| 1149 | } |
| 1150 | |
| 1151 | .luna-nav.nav .nav-info{ |
| 1152 | margin-top:50px; |
| 1153 | padding:20px 25px 25px 25px; |
| 1154 | font-size:12px; |
| 1155 | background-color:#24262d |
| 1156 | } |
| 1157 | |
| 1158 | .luna-nav.nav .nav-info i{ |
| 1159 | font-size:34px |
| 1160 | } |
| 1161 | |
| 1162 | .luna-nav.nav .nav-second li>a{ |
| 1163 | padding-left:40px |
| 1164 | } |
| 1165 | |
| 1166 | .luna-nav.nav li.active .nav-second li>a{ |
| 1167 | padding-left:40px; |
| 1168 | border-left:none; |
| 1169 | color:#848c94 |
| 1170 | } |
| 1171 | |
| 1172 | .luna-nav.nav li.active .nav-second li.active a{ |
| 1173 | padding-left:34px; |
| 1174 | border-left:6px solid #c37e08; |
| 1175 | color:#c0c4c8 |
| 1176 | } |
| 1177 | |
| 1178 | .luna-nav.nav li.active .nav-second li a:hover{ |
| 1179 | color:#c0c4c8 |
| 1180 | } |
| 1181 | |
| 1182 | .luna-nav.nav li>a{ |
| 1183 | color:#848c94 |
| 1184 | } |
| 1185 | |
| 1186 | .luna-nav.nav li.active a{ |
| 1187 | border-left:6px solid #f6a821; |
| 1188 | padding-left:19px; |
| 1189 | color:#c0c4c8 |
| 1190 | } |
| 1191 | |
| 1192 | .luna-nav.nav li a:hover,.luna-nav.nav li a:focus{ |
| 1193 | color:#c0c4c8; |
| 1194 | background:inherit |
| 1195 | } |
| 1196 | |
| 1197 | .luna-nav.nav .nav-category{ |
| 1198 | color:#FFFFFF; |
| 1199 | margin-top:10px |
| 1200 | } |
| 1201 | |
| 1202 | .luna-nav.nav .sub-nav-icon{ |
| 1203 | float:right; |
| 1204 | transform:rotate(90deg); |
| 1205 | -webkit-transform:rotate(90deg); |
| 1206 | -moz-transform:rotate(90deg); |
| 1207 | -o-transform:rotate(90deg); |
| 1208 | -ms-transform:rotate(90deg) |
| 1209 | } |
| 1210 | |
| 1211 | .panel{ |
| 1212 | background-color:transparent; |
| 1213 | -webkit-box-shadow:none; |
| 1214 | -moz-box-shadow:none; |
| 1215 | box-shadow:none; |
| 1216 | color:#949ba2; |
| 1217 | border-radius:3px |
| 1218 | } |
| 1219 | |
| 1220 | .panel .panel-body{ |
| 1221 | padding:5px 15px 15px 15px |
| 1222 | } |
| 1223 | |
| 1224 | .panel.panel-filled .panel-body{ |
| 1225 | padding-top:10px |
| 1226 | } |
| 1227 | |
| 1228 | .panel .panel-footer{ |
| 1229 | background-color:transparent; |
| 1230 | border:none |
| 1231 | } |
| 1232 | |
| 1233 | .panel>.panel-heading{ |
| 1234 | color:#ffffff |
| 1235 | } |
| 1236 | |
| 1237 | .panel-tools{ |
| 1238 | display:inline-block; |
| 1239 | float:right; |
| 1240 | margin-top:0; |
| 1241 | padding:0; |
| 1242 | position:relative |
| 1243 | } |
| 1244 | |
| 1245 | .panel-tools a{ |
| 1246 | margin-left:2px; |
| 1247 | color:#949ba2; |
| 1248 | cursor:pointer |
| 1249 | } |
| 1250 | |
| 1251 | .panel-tools a:hover{ |
| 1252 | color:#ffffff |
| 1253 | } |
| 1254 | |
| 1255 | .panel.panel-c-white{ |
| 1256 | border-left:3px solid #949ba2 |
| 1257 | } |
| 1258 | |
| 1259 | .panel.panel-c-accent{ |
| 1260 | border-left:3px solid #f6a821 |
| 1261 | } |
| 1262 | |
| 1263 | .panel.panel-c-primary{ |
| 1264 | border-left:3px solid #0F83C9 |
| 1265 | } |
| 1266 | |
| 1267 | .panel.panel-c-warning{ |
| 1268 | border-left:3px solid #f7af3e |
| 1269 | } |
| 1270 | |
| 1271 | .panel.panel-c-info{ |
| 1272 | border-left:3px solid #56C0E0 |
| 1273 | } |
| 1274 | |
| 1275 | .panel.panel-c-success{ |
| 1276 | border-left:3px solid #1bbf89 |
| 1277 | } |
| 1278 | |
| 1279 | .panel.panel-c-danger{ |
| 1280 | border-left:3px solid #DB524B |
| 1281 | } |
| 1282 | |
| 1283 | .panel.panel-b-accent{ |
| 1284 | background-color:#f6a821; |
| 1285 | color:#ffffff |
| 1286 | } |
| 1287 | |
| 1288 | .panel.panel-b-white{ |
| 1289 | background-color:white; |
| 1290 | color:#61686f |
| 1291 | } |
| 1292 | |
| 1293 | .panel.panel-b-white .panel-heading{ |
| 1294 | color:#61686f |
| 1295 | } |
| 1296 | |
| 1297 | .panel.panel-b-white .panel-footer{ |
| 1298 | color:#61686f |
| 1299 | } |
| 1300 | |
| 1301 | .panel.panel-filled{ |
| 1302 | background-color:rgba(68,70,79,0.5) |
| 1303 | } |
| 1304 | |
| 1305 | .view-header{ |
| 1306 | margin:20px 0; |
| 1307 | min-height:50px; |
| 1308 | padding:0 15px |
| 1309 | } |
| 1310 | |
| 1311 | .view-header .header-icon{ |
| 1312 | font-size:60px; |
| 1313 | color:#f6a821; |
| 1314 | width:68px; |
| 1315 | float:left; |
| 1316 | margin-top:-8px; |
| 1317 | line-height:0 |
| 1318 | } |
| 1319 | |
| 1320 | .view-header .header-title{ |
| 1321 | margin-left:68px |
| 1322 | } |
| 1323 | |
| 1324 | .view-header .header-title h3{ |
| 1325 | margin-bottom:2px |
| 1326 | } |
| 1327 | |
| 1328 | .panel.collapsed .panel-body,.panel.collapsed .panel-footer{ |
| 1329 | display:none |
| 1330 | } |
| 1331 | |
| 1332 | .panel.collapsed .fa.fa-chevron-up:before{ |
| 1333 | content:"\f078" |
| 1334 | } |
| 1335 | |
| 1336 | .panel.collapsed .fa.fa-chevron-down:before{ |
| 1337 | content:"\f077" |
| 1338 | } |
| 1339 | |
| 1340 | .pagination>li>a,.pagination>li>span{ |
| 1341 | color:#949ba2; |
| 1342 | background-color:transparent; |
| 1343 | border:1px solid #585d6e |
| 1344 | } |
| 1345 | |
| 1346 | .pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{ |
| 1347 | color:#ffffff; |
| 1348 | background-color:rgba(97,103,121,0.1); |
| 1349 | border-color:#616779 |
| 1350 | } |
| 1351 | |
| 1352 | .pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{ |
| 1353 | color:#ffffff; |
| 1354 | background-color:rgba(97,103,121,0.1); |
| 1355 | border-color:#616779 |
| 1356 | } |
| 1357 | |
| 1358 | .pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{ |
| 1359 | color:#949ba2; |
| 1360 | background-color:transparent; |
| 1361 | border-color:#4a4f5d |
| 1362 | } |
| 1363 | |
| 1364 | .progress{ |
| 1365 | border-radius:2px; |
| 1366 | margin-bottom:10px |
| 1367 | } |
| 1368 | |
| 1369 | .progress-bar{ |
| 1370 | background-color:#2f323b; |
| 1371 | text-align:right; |
| 1372 | padding-right:10px; |
| 1373 | color:#949ba2 |
| 1374 | } |
| 1375 | |
| 1376 | .progress-small,.progress-small .progress-bar{ |
| 1377 | height:10px |
| 1378 | } |
| 1379 | |
| 1380 | .progress-bar-primary{ |
| 1381 | border-right:4px solid #0d74b1 |
| 1382 | } |
| 1383 | |
| 1384 | .progress-bar-success{ |
| 1385 | border-right:4px solid #18a979 |
| 1386 | } |
| 1387 | |
| 1388 | .progress-bar-info{ |
| 1389 | border-right:4px solid #0d74b1 |
| 1390 | } |
| 1391 | |
| 1392 | .progress-bar-warning{ |
| 1393 | border-right:4px solid #f6a526 |
| 1394 | } |
| 1395 | |
| 1396 | .progress-bar-danger{ |
| 1397 | border-right:4px solid #d73e36 |
| 1398 | } |
| 1399 | |
| 1400 | .full .progress-bar-success{ |
| 1401 | background-color:#1bbf89; |
| 1402 | border-right:4px solid #18a979 |
| 1403 | } |
| 1404 | |
| 1405 | .full .progress-bar-info{ |
| 1406 | background-color:#0F83C9; |
| 1407 | border-right:4px solid #0d74b1 |
| 1408 | } |
| 1409 | |
| 1410 | .full .progress-bar-warning{ |
| 1411 | background-color:#f7af3e; |
| 1412 | border-right:4px solid #f6a526 |
| 1413 | } |
| 1414 | |
| 1415 | .full .progress-bar-danger{ |
| 1416 | background-color:#DB524B; |
| 1417 | border-right:4px solid #d73e36 |
| 1418 | } |
| 1419 | |
| 1420 | .full .progress-bar-primary{ |
| 1421 | background-color:#0F83C9; |
| 1422 | border-right:4px solid #0d74b1 |
| 1423 | } |
| 1424 | |
| 1425 | .full .progress-bar{ |
| 1426 | color:#ffffff |
| 1427 | } |
| 1428 | |
| 1429 | .modal-content{ |
| 1430 | background-color:#21242a |
| 1431 | } |
| 1432 | |
| 1433 | .modal-content .modal-title{ |
| 1434 | font-size:22px |
| 1435 | } |
| 1436 | |
| 1437 | .modal-content .modal-header{ |
| 1438 | border-color:#3d404c; |
| 1439 | background-color:#1d1f24; |
| 1440 | padding:40px 20px |
| 1441 | } |
| 1442 | |
| 1443 | .modal-content .modal-body{ |
| 1444 | padding:40px |
| 1445 | } |
| 1446 | |
| 1447 | .modal-content .modal-footer{ |
| 1448 | border-color:#3d404c; |
| 1449 | background-color:#1d1f24; |
| 1450 | padding:20px |
| 1451 | } |
| 1452 | |
| 1453 | .modal-backdrop.in{ |
| 1454 | filter:alpha(opacity=10); |
| 1455 | opacity:.1 |
| 1456 | } |
| 1457 | h1,h2,h3,h4,h5,h6{ |
| 1458 | color:#FFFFFF |
| 1459 | } |
| 1460 | h1,.h1,h2,.h2,h3,.h3{ |
| 1461 | margin-top:10px |
| 1462 | } |
| 1463 | |
| 1464 | .c-accent{ |
| 1465 | color:#f6a821 |
| 1466 | } |
| 1467 | |
| 1468 | .c-white{ |
| 1469 | color:#FFFFFF |
| 1470 | } |
| 1471 | |
| 1472 | .c-text{ |
| 1473 | color:#949ba2 |
| 1474 | } |
| 1475 | |
| 1476 | .font-light{ |
| 1477 | font-weight:300 |
| 1478 | } |
| 1479 | |
| 1480 | .font-normal{ |
| 1481 | font-weight:400 |
| 1482 | } |
| 1483 | |
| 1484 | .font-bold{ |
| 1485 | font-weight:600 |
| 1486 | } |
| 1487 | |
| 1488 | .font-extra-bold{ |
| 1489 | font-weight:700 |
| 1490 | } |
| 1491 | h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{ |
| 1492 | color:#a4aab0 |
| 1493 | } |
| 1494 | |
| 1495 | .label-default{ |
| 1496 | background-color:#44464f |
| 1497 | } |
| 1498 | |
| 1499 | .label-primary{ |
| 1500 | background-color:#0F83C9 |
| 1501 | } |
| 1502 | |
| 1503 | .label-success{ |
| 1504 | background-color:#1bbf89 |
| 1505 | } |
| 1506 | |
| 1507 | .label-info{ |
| 1508 | background-color:#56C0E0 |
| 1509 | } |
| 1510 | |
| 1511 | .label-warning{ |
| 1512 | background-color:#f7af3e |
| 1513 | } |
| 1514 | |
| 1515 | .label-danger{ |
| 1516 | background-color:#DB524B |
| 1517 | } |
| 1518 | |
| 1519 | .badge{ |
| 1520 | background-color:transparent; |
| 1521 | border:1px solid #44464f; |
| 1522 | font-weight:300; |
| 1523 | color:#aaacb5 |
| 1524 | } |
| 1525 | |
| 1526 | .vertical-container{ |
| 1527 | width:98%; |
| 1528 | margin:0 auto |
| 1529 | } |
| 1530 | |
| 1531 | .vertical-container::after{ |
| 1532 | content:''; |
| 1533 | display:table; |
| 1534 | clear:both |
| 1535 | } |
| 1536 | |
| 1537 | .v-timeline{ |
| 1538 | position:relative; |
| 1539 | padding:0; |
| 1540 | margin-top:2em; |
| 1541 | margin-bottom:2em |
| 1542 | } |
| 1543 | |
| 1544 | .v-timeline::before{ |
| 1545 | content:''; |
| 1546 | position:absolute; |
| 1547 | top:0; |
| 1548 | left:18px; |
| 1549 | height:100%; |
| 1550 | width:4px; |
| 1551 | background:#3d404c |
| 1552 | } |
| 1553 | |
| 1554 | .vertical-timeline-content .btn{ |
| 1555 | float:right |
| 1556 | } |
| 1557 | |
| 1558 | .vertical-timeline-block{ |
| 1559 | position:relative; |
| 1560 | margin:2em 0 |
| 1561 | } |
| 1562 | |
| 1563 | .vertical-timeline-block:after{ |
| 1564 | content:""; |
| 1565 | display:table; |
| 1566 | clear:both |
| 1567 | } |
| 1568 | |
| 1569 | .vertical-timeline-block:first-child{ |
| 1570 | margin-top:0 |
| 1571 | } |
| 1572 | |
| 1573 | .vertical-timeline-block:last-child{ |
| 1574 | margin-bottom:0 |
| 1575 | } |
| 1576 | |
| 1577 | .vertical-timeline-icon{ |
| 1578 | position:absolute; |
| 1579 | top:0; |
| 1580 | left:0; |
| 1581 | width:40px; |
| 1582 | height:40px; |
| 1583 | border-radius:50%; |
| 1584 | font-size:16px; |
| 1585 | border:1px solid #3d404c; |
| 1586 | text-align:center; |
| 1587 | background:#2f323b; |
| 1588 | color:#ffffff |
| 1589 | } |
| 1590 | |
| 1591 | .vertical-timeline-icon i{ |
| 1592 | display:block; |
| 1593 | width:24px; |
| 1594 | height:24px; |
| 1595 | position:relative; |
| 1596 | left:50%; |
| 1597 | top:50%; |
| 1598 | margin-left:-12px; |
| 1599 | margin-top:-9px |
| 1600 | } |
| 1601 | |
| 1602 | .vertical-timeline-content{ |
| 1603 | position:relative; |
| 1604 | margin-left:60px; |
| 1605 | background-color:rgba(68,70,79,0.5); |
| 1606 | border-radius:.25em; |
| 1607 | border:1px solid #3d404c |
| 1608 | } |
| 1609 | |
| 1610 | .vertical-timeline-content:after{ |
| 1611 | content:""; |
| 1612 | display:table; |
| 1613 | clear:both |
| 1614 | } |
| 1615 | |
| 1616 | .vertical-timeline-content h2{ |
| 1617 | font-weight:400; |
| 1618 | margin-top:4px |
| 1619 | } |
| 1620 | |
| 1621 | .vertical-timeline-content p{ |
| 1622 | margin:1em 0 0 0; |
| 1623 | line-height:1.6 |
| 1624 | } |
| 1625 | |
| 1626 | .vertical-timeline-content .vertical-date{ |
| 1627 | font-weight:500; |
| 1628 | text-align:right |
| 1629 | } |
| 1630 | |
| 1631 | .vertical-date small{ |
| 1632 | color:#ffffff; |
| 1633 | font-weight:400 |
| 1634 | } |
| 1635 | |
| 1636 | .vertical-timeline-content:after,.vertical-timeline-content:before{ |
| 1637 | right:100%; |
| 1638 | top:20px; |
| 1639 | border:solid transparent; |
| 1640 | content:" "; |
| 1641 | height:0; |
| 1642 | width:0; |
| 1643 | position:absolute; |
| 1644 | pointer-events:none |
| 1645 | } |
| 1646 | |
| 1647 | .vertical-timeline-content:after{ |
| 1648 | border-color:transparent; |
| 1649 | border-right-color:#3d404c; |
| 1650 | border-width:10px; |
| 1651 | margin-top:-10px |
| 1652 | } |
| 1653 | |
| 1654 | .vertical-timeline-content:before{ |
| 1655 | border-color:transparent; |
| 1656 | border-right-color:#3d404c; |
| 1657 | border-width:11px; |
| 1658 | margin-top:-11px |
| 1659 | } |
| 1660 | |
| 1661 | .vertical-timeline-content h2{ |
| 1662 | font-size:16px |
| 1663 | } |
| 1664 | |
| 1665 | .dd{ |
| 1666 | position:relative; |
| 1667 | display:block; |
| 1668 | margin:0; |
| 1669 | padding:0; |
| 1670 | list-style:none; |
| 1671 | line-height:20px |
| 1672 | } |
| 1673 | |
| 1674 | .dd-list{ |
| 1675 | display:block; |
| 1676 | position:relative; |
| 1677 | margin:0; |
| 1678 | padding:0; |
| 1679 | list-style:none |
| 1680 | } |
| 1681 | |
| 1682 | .dd-list .dd-list{ |
| 1683 | padding-left:30px |
| 1684 | } |
| 1685 | |
| 1686 | .dd-collapsed .dd-list{ |
| 1687 | display:none |
| 1688 | } |
| 1689 | |
| 1690 | .dd-item,.dd-empty,.dd-placeholder{ |
| 1691 | display:block; |
| 1692 | position:relative; |
| 1693 | margin:0; |
| 1694 | padding:0; |
| 1695 | min-height:20px; |
| 1696 | line-height:20px |
| 1697 | } |
| 1698 | |
| 1699 | .dd-handle{ |
| 1700 | display:block; |
| 1701 | margin:5px 0; |
| 1702 | padding:10px 10px; |
| 1703 | color:#949ba2; |
| 1704 | text-decoration:none; |
| 1705 | border:1px solid #3d404c; |
| 1706 | background-color:rgba(68,70,79,0.5); |
| 1707 | -webkit-border-radius:3px; |
| 1708 | border-radius:3px; |
| 1709 | box-sizing:border-box; |
| 1710 | -moz-box-sizing:border-box |
| 1711 | } |
| 1712 | |
| 1713 | .dd-handle span{ |
| 1714 | font-weight:bold |
| 1715 | } |
| 1716 | |
| 1717 | .dd-handle:hover{ |
| 1718 | background-color:rgba(68,70,79,0.8); |
| 1719 | cursor:pointer |
| 1720 | } |
| 1721 | |
| 1722 | .dd-item>button{ |
| 1723 | display:block; |
| 1724 | position:relative; |
| 1725 | cursor:pointer; |
| 1726 | float:left; |
| 1727 | width:25px; |
| 1728 | height:20px; |
| 1729 | margin:10px 0; |
| 1730 | padding:0; |
| 1731 | text-indent:100%; |
| 1732 | white-space:nowrap; |
| 1733 | overflow:hidden; |
| 1734 | border:0; |
| 1735 | background:transparent; |
| 1736 | font-size:12px; |
| 1737 | line-height:1; |
| 1738 | text-align:center; |
| 1739 | font-weight:bold |
| 1740 | } |
| 1741 | |
| 1742 | .dd-item>button:before{ |
| 1743 | content:'+'; |
| 1744 | display:block; |
| 1745 | position:absolute; |
| 1746 | width:100%; |
| 1747 | text-align:center; |
| 1748 | text-indent:0 |
| 1749 | } |
| 1750 | |
| 1751 | .dd-item>button[data-action="collapse"]:before{ |
| 1752 | content:'-' |
| 1753 | } |
| 1754 | |
| 1755 | .dd-placeholder,.dd-empty{ |
| 1756 | margin:5px 0; |
| 1757 | padding:0; |
| 1758 | min-height:30px; |
| 1759 | background:transparent; |
| 1760 | border:1px dashed #535868; |
| 1761 | box-sizing:border-box; |
| 1762 | -moz-box-sizing:border-box |
| 1763 | } |
| 1764 | |
| 1765 | .dd-empty{ |
| 1766 | border:1px dashed #3d404c; |
| 1767 | min-height:100px; |
| 1768 | background-color:transparent; |
| 1769 | background-size:60px 60px; |
| 1770 | background-position:0 0,30px 30px |
| 1771 | } |
| 1772 | |
| 1773 | .dd-dragel{ |
| 1774 | position:absolute; |
| 1775 | z-index:9999; |
| 1776 | pointer-events:none |
| 1777 | } |
| 1778 | |
| 1779 | .dd-dragel>.dd-item .dd-handle{ |
| 1780 | margin-top:0 |
| 1781 | } |
| 1782 | |
| 1783 | .dd-dragel .dd-handle{ |
| 1784 | -webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1); |
| 1785 | box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1) |
| 1786 | } |
| 1787 | |
| 1788 | .nestable-lists{ |
| 1789 | display:block; |
| 1790 | clear:both; |
| 1791 | padding:30px 0; |
| 1792 | width:100%; |
| 1793 | border:0; |
| 1794 | border-top:2px solid #e4e5e7; |
| 1795 | border-bottom:2px solid #e4e5e7 |
| 1796 | } |
| 1797 | #nestable-menu{ |
| 1798 | padding:0; |
| 1799 | margin:10px 0 20px 0 |
| 1800 | } |
| 1801 | #nestable-output{ |
| 1802 | width:100%; |
| 1803 | font-size:.75em; |
| 1804 | line-height:1.333333em; |
| 1805 | font-family:open sans,lucida grande,lucida sans unicode,helvetica,arial,sans-serif; |
| 1806 | padding:5px; |
| 1807 | box-sizing:border-box; |
| 1808 | -moz-box-sizing:border-box |
| 1809 | } |
| 1810 | #nestable-output{ |
| 1811 | font-size:14px; |
| 1812 | padding:25px; |
| 1813 | box-sizing:border-box; |
| 1814 | -moz-box-sizing:border-box |
| 1815 | } |
| 1816 | |
| 1817 | .nav-tabs{ |
| 1818 | border:none |
| 1819 | } |
| 1820 | |
| 1821 | .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{ |
| 1822 | background-color:rgba(68,70,79,0.5); |
| 1823 | color:#ffffff; |
| 1824 | border-width:0 0 1px 0 |
| 1825 | } |
| 1826 | |
| 1827 | .tab-pane .panel-body{ |
| 1828 | border-top:none; |
| 1829 | background-color:rgba(68,70,79,0.5); |
| 1830 | margin-bottom:20px |
| 1831 | } |
| 1832 | |
| 1833 | .nav-tabs>li a:hover{ |
| 1834 | background:transparent; |
| 1835 | border-color:transparent |
| 1836 | } |
| 1837 | |
| 1838 | .nav-tabs>li>a{ |
| 1839 | color:#949ba2 |
| 1840 | } |
| 1841 | |
| 1842 | .tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{ |
| 1843 | border-bottom:0 |
| 1844 | } |
| 1845 | |
| 1846 | .tabs-left .panel-body{ |
| 1847 | position:static |
| 1848 | } |
| 1849 | |
| 1850 | .tabs-left>.nav-tabs,.tabs-right>.nav-tabs{ |
| 1851 | width:20% |
| 1852 | } |
| 1853 | |
| 1854 | .tabs-left .panel-body{ |
| 1855 | width:80%; |
| 1856 | margin-left:20% |
| 1857 | } |
| 1858 | |
| 1859 | .tabs-right .panel-body{ |
| 1860 | width:80%; |
| 1861 | margin-right:20% |
| 1862 | } |
| 1863 | |
| 1864 | .tab-content>.tab-pane,.pill-content>.pill-pane{ |
| 1865 | display:none |
| 1866 | } |
| 1867 | |
| 1868 | .tab-content>.active,.pill-content>.active{ |
| 1869 | display:block |
| 1870 | } |
| 1871 | |
| 1872 | .tabs-below>.nav-tabs>li{ |
| 1873 | margin-bottom:0 |
| 1874 | } |
| 1875 | |
| 1876 | .tabs-below>.nav-tabs>li>a{ |
| 1877 | -webkit-border-radius:0 0 4px 4px; |
| 1878 | -moz-border-radius:0 0 4px 4px; |
| 1879 | border-radius:0 0 4px 4px |
| 1880 | } |
| 1881 | |
| 1882 | .tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{ |
| 1883 | float:none |
| 1884 | } |
| 1885 | |
| 1886 | .tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{ |
| 1887 | margin-right:0; |
| 1888 | margin-bottom:3px |
| 1889 | } |
| 1890 | |
| 1891 | .tabs-left>.nav-tabs{ |
| 1892 | float:left; |
| 1893 | margin-right:19px |
| 1894 | } |
| 1895 | |
| 1896 | .tabs-left>.nav-tabs>li>a{ |
| 1897 | -webkit-border-radius:4px 0 0 4px; |
| 1898 | -moz-border-radius:4px 0 0 4px; |
| 1899 | border-radius:4px 0 0 4px |
| 1900 | } |
| 1901 | |
| 1902 | .tabs-right>.nav-tabs{ |
| 1903 | float:right; |
| 1904 | margin-left:19px |
| 1905 | } |
| 1906 | |
| 1907 | .tabs-right>.nav-tabs>li>a{ |
| 1908 | -webkit-border-radius:0 4px 4px 0; |
| 1909 | -moz-border-radius:0 4px 4px 0; |
| 1910 | border-radius:0 4px 4px 0 |
| 1911 | } |
| 1912 | |
| 1913 | .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{ |
| 1914 | border-top:1px solid #3d404c |
| 1915 | } |
| 1916 | |
| 1917 | .table>thead>tr>th{ |
| 1918 | border-bottom:none |
| 1919 | } |
| 1920 | |
| 1921 | .table-striped>tbody>tr:nth-of-type(odd){ |
| 1922 | background-color:rgba(68,70,79,0.5) |
| 1923 | } |
| 1924 | |
| 1925 | .table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{ |
| 1926 | background-color:#494b54 |
| 1927 | } |
| 1928 | |
| 1929 | .table-hover>tbody>tr:hover{ |
| 1930 | background-color:#494b54 |
| 1931 | } |
| 1932 | |
| 1933 | .table-bordered,.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{ |
| 1934 | border-color:#3d404c |
| 1935 | } |
| 1936 | |
| 1937 | .panel-filled .table>thead>tr>th,.panel-filled .table>tbody>tr>th,.panel-filled .table>tfoot>tr>th,.panel-filled .table>thead>tr>td,.panel-filled .table>tbody>tr>td,.panel-filled .table>tfoot>tr>td{ |
| 1938 | border-color:#484c5a |
| 1939 | } |
| 1940 | |
| 1941 | .panel-filled .table-bordered,.panel-filled .table-bordered>thead>tr>th,.panel-filled .table-bordered>tbody>tr>th,.panel-filled .table-bordered>tfoot>tr>th,.panel-filled .table-bordered>thead>tr>td,.panel-filled .table-bordered>tbody>tr>td,.panel-filled .table-bordered>tfoot>tr>td{ |
| 1942 | border-color:#484c5a |
| 1943 | } |
| 1944 | |
| 1945 | .panel-filled .table-striped>tbody>tr:nth-of-type(odd){ |
| 1946 | background-color:#44464f |
| 1947 | } |
| 1948 | |
| 1949 | .panel-filled .table-hover>tbody>tr:hover{ |
| 1950 | background-color:#494b54 |
| 1951 | } |
| 1952 | th{ |
| 1953 | color:#ffffff |
| 1954 | } |
| 1955 | |
| 1956 | .table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{ |
| 1957 | background-color:rgba(27,191,137,0.2); |
| 1958 | border:none |
| 1959 | } |
| 1960 | |
| 1961 | .table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{ |
| 1962 | background-color:#18a979 |
| 1963 | } |
| 1964 | |
| 1965 | .table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{ |
| 1966 | background-color:rgba(86,192,224,0.2); |
| 1967 | border:none |
| 1968 | } |
| 1969 | |
| 1970 | .table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{ |
| 1971 | background-color:#40b8dc |
| 1972 | } |
| 1973 | |
| 1974 | .table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{ |
| 1975 | background-color:rgba(247,175,62,0.2); |
| 1976 | border:none |
| 1977 | } |
| 1978 | |
| 1979 | .table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{ |
| 1980 | background-color:#f6a526 |
| 1981 | } |
| 1982 | |
| 1983 | .table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{ |
| 1984 | background-color:rgba(219,82,75,0.2); |
| 1985 | border:none |
| 1986 | } |
| 1987 | |
| 1988 | .table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{ |
| 1989 | background-color:#d73e36 |
| 1990 | } |
| 1991 | div.dt-button-info{ |
| 1992 | background-color:#21242a; |
| 1993 | border-radius:6px; |
| 1994 | border:none |
| 1995 | } |
| 1996 | div.dt-button-info h2{ |
| 1997 | background-color:transparent; |
| 1998 | border-color:#3d404c |
| 1999 | } |
| 2000 | |
| 2001 | .table-responsive{ |
| 2002 | border-color:#484c5a !important |
| 2003 | } |
| 2004 | |
| 2005 | .alert-success{ |
| 2006 | color:#ffffff; |
| 2007 | border-color:#1bbf89; |
| 2008 | background-color:#1bbf89 |
| 2009 | } |
| 2010 | |
| 2011 | .alert-success .alert-link{ |
| 2012 | color:#1bbf89 |
| 2013 | } |
| 2014 | |
| 2015 | .alert-warning{ |
| 2016 | color:#ffffff; |
| 2017 | border-color:#f7af3e; |
| 2018 | background-color:#f7af3e |
| 2019 | } |
| 2020 | |
| 2021 | .alert-warning .alert-link{ |
| 2022 | color:#f7af3e |
| 2023 | } |
| 2024 | |
| 2025 | .alert-info{ |
| 2026 | color:#ffffff; |
| 2027 | border-color:#56C0E0; |
| 2028 | background-color:#56C0E0 |
| 2029 | } |
| 2030 | |
| 2031 | .alert-info .alert-link{ |
| 2032 | color:#56C0E0 |
| 2033 | } |
| 2034 | |
| 2035 | .alert-danger{ |
| 2036 | color:#ffffff; |
| 2037 | border-color:#DB524B; |
| 2038 | background-color:#DB524B |
| 2039 | } |
| 2040 | |
| 2041 | .alert-danger .alert-link{ |
| 2042 | color:#DB524B |
| 2043 | } |
| 2044 | |
| 2045 | .toast-success{ |
| 2046 | color:#ffffff; |
| 2047 | border-color:#1bbf89; |
| 2048 | background-color:#1bbf89 |
| 2049 | } |
| 2050 | |
| 2051 | .toast-warning{ |
| 2052 | color:#ffffff; |
| 2053 | border-color:#f7af3e; |
| 2054 | background-color:#f7af3e |
| 2055 | } |
| 2056 | |
| 2057 | .toast-info{ |
| 2058 | color:#ffffff; |
| 2059 | border-color:#56C0E0; |
| 2060 | background-color:#56C0E0 |
| 2061 | } |
| 2062 | |
| 2063 | .toast-error{ |
| 2064 | color:#ffffff; |
| 2065 | border-color:#DB524B; |
| 2066 | background-color:#DB524B |
| 2067 | } |
| 2068 | #toast-container>div,#toast-container .toast{ |
| 2069 | opacity:1; |
| 2070 | margin-top:20px; |
| 2071 | border-radius:4px; |
| 2072 | -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5); |
| 2073 | -moz-box-shadow:0 5px 15px rgba(0,0,0,0.5); |
| 2074 | box-shadow:0 5px 15px rgba(0,0,0,0.5) |
| 2075 | } |
| 2076 | #toast-container>div:hover,#toast-container .toast:hover{ |
| 2077 | -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.7); |
| 2078 | -moz-box-shadow:0 5px 15px rgba(0,0,0,0.7); |
| 2079 | box-shadow:0 5px 15px rgba(0,0,0,0.7) |
| 2080 | } |
| 2081 | #toast-container.toast-top-right>div{ |
| 2082 | margin-top:60px |
| 2083 | } |
| 2084 | |
| 2085 | .form-control{ |
| 2086 | color:#949ba2; |
| 2087 | border:none; |
| 2088 | border-radius:4px; |
| 2089 | -webkit-box-shadow:none; |
| 2090 | box-shadow:none; |
| 2091 | -webkit-transition:none; |
| 2092 | -o-transition:none; |
| 2093 | transition:none; |
| 2094 | background-color:#494b54 |
| 2095 | } |
| 2096 | |
| 2097 | .form-control:focus{ |
| 2098 | -webkit-box-shadow:none; |
| 2099 | box-shadow:none |
| 2100 | } |
| 2101 | |
| 2102 | .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{ |
| 2103 | background-color:#2c2e34; |
| 2104 | opacity:1 |
| 2105 | } |
| 2106 | |
| 2107 | .navbar-form .form-control{ |
| 2108 | //background-color:#ffffff |
| 2109 | } |
| 2110 | |
| 2111 | .has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{ |
| 2112 | color:#159269 |
| 2113 | } |
| 2114 | |
| 2115 | .has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{ |
| 2116 | color:#f59b0d |
| 2117 | } |
| 2118 | |
| 2119 | .has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{ |
| 2120 | color:#cb3029 |
| 2121 | } |
| 2122 | |
| 2123 | .has-success .form-control{ |
| 2124 | border-color:#159269; |
| 2125 | border-style:solid; |
| 2126 | border-width:1px; |
| 2127 | -webkit-box-shadow:none !important; |
| 2128 | box-shadow:none !important |
| 2129 | } |
| 2130 | |
| 2131 | .has-warning .form-control{ |
| 2132 | border-color:#f59b0d; |
| 2133 | border-style:solid; |
| 2134 | border-width:1px; |
| 2135 | -webkit-box-shadow:none !important; |
| 2136 | box-shadow:none !important |
| 2137 | } |
| 2138 | |
| 2139 | .has-error .form-control{ |
| 2140 | border-color:#cb3029; |
| 2141 | border-style:solid; |
| 2142 | border-width:1px; |
| 2143 | -webkit-box-shadow:none !important; |
| 2144 | box-shadow:none !important |
| 2145 | } |
| 2146 | |
| 2147 | .support-question a{ |
| 2148 | color:#949ba2 |
| 2149 | } |
| 2150 | |
| 2151 | .support-question a:hover{ |
| 2152 | text-decoration:none |
| 2153 | } |
| 2154 | |
| 2155 | .support-question a:focus{ |
| 2156 | text-decoration:none |
| 2157 | } |
| 2158 | |
| 2159 | .support-question:hover{ |
| 2160 | background-color:rgba(68,70,79,0.7) |
| 2161 | } |
| 2162 | |
| 2163 | .support-question.active{ |
| 2164 | border-left:3px solid #f6a821 |
| 2165 | } |
| 2166 | |
| 2167 | .support-question.active .panel-body{ |
| 2168 | padding-left:13px |
| 2169 | } |
| 2170 | |
| 2171 | .flot-chart{ |
| 2172 | display:block; |
| 2173 | height:300px; |
| 2174 | position:relative; |
| 2175 | color:#545454 |
| 2176 | } |
| 2177 | |
| 2178 | .flot-chart-analytics{ |
| 2179 | margin-top:10px; |
| 2180 | margin-bottom:10px; |
| 2181 | display:block; |
| 2182 | height:150px; |
| 2183 | position:relative |
| 2184 | } |
| 2185 | |
| 2186 | .flot-chart-content{ |
| 2187 | width:100%; |
| 2188 | height:100%; |
| 2189 | color:#545454 |
| 2190 | } |
| 2191 | |
| 2192 | .flot-text{ |
| 2193 | color:#949ba2 !important |
| 2194 | } |
| 2195 | |
| 2196 | .jqstooltip{ |
| 2197 | padding:5px !important; |
| 2198 | border:none !important; |
| 2199 | border-radius:10px; |
| 2200 | background-color:#f6a821 !important; |
| 2201 | width:auto !important; |
| 2202 | height:auto !important |
| 2203 | } |
| 2204 | |
| 2205 | .hoverinfo{ |
| 2206 | background-color:#f6a821 !important; |
| 2207 | box-shadow:0 5px 15px rgba(0,0,0,0.5) !important; |
| 2208 | -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5) !important; |
| 2209 | border:none !important; |
| 2210 | border-radius:4px !important; |
| 2211 | color:#ffffff !important; |
| 2212 | padding:6px 12px !important |
| 2213 | |
| 2214 | } |