| 1 |
#nts { |
| 2 |
margin: 0.5em 0; |
| 3 |
padding: 0 1.5em; |
| 4 |
white-space: normal; |
| 5 |
width: auto; |
| 6 |
background-color: inherit; |
| 7 |
} |
| 8 |
|
| 9 |
#nts ul, |
| 10 |
#nts li { |
| 11 |
list-style: none; |
| 12 |
margin-left: 0; |
| 13 |
margin-right: 0; |
| 14 |
} |
| 15 |
|
| 16 |
#nts form { |
| 17 |
margin: 0 0; |
| 18 |
padding: 0 0; |
| 19 |
} |
| 20 |
|
| 21 |
#nts .container-fluid { |
| 22 |
padding: 0 0; |
| 23 |
} |
| 24 |
|
| 25 |
#nts a { |
| 26 |
text-decoration: underline; |
| 27 |
} |
| 28 |
|
| 29 |
#nts a .label, |
| 30 |
#nts a.btn, |
| 31 |
#nts a.list-group-item, |
| 32 |
#nts .dropdown-menu a, |
| 33 |
#nts .nav a { |
| 34 |
text-decoration: none; |
| 35 |
} |
| 36 |
|
| 37 |
#nts .form-condensed .control-group { |
| 38 |
margin-top: 0; |
| 39 |
margin-bottom: 5px; |
| 40 |
} |
| 41 |
|
| 42 |
#nts .pagination { |
| 43 |
margin: 0 0; |
| 44 |
} |
| 45 |
#nts .pagination>li>a { |
| 46 |
width: auto; |
| 47 |
} |
| 48 |
|
| 49 |
#nts .row { |
| 50 |
*zoom: 1; |
| 51 |
} |
| 52 |
|
| 53 |
#nts input[type="checkbox"] { |
| 54 |
margin: 0 0; |
| 55 |
padding: 0 0; |
| 56 |
} |
| 57 |
|
| 58 |
/* overwrite wordpress */ |
| 59 |
#nts input[type="checkbox"] .form-control, |
| 60 |
#nts input[type="submit"] .form-control, |
| 61 |
#nts input[type="text"] .form-control, |
| 62 |
#nts input[type="password"] .form-control, |
| 63 |
#nts input[type="number"] .form-control, |
| 64 |
#nts input[type="search"] .form-control, |
| 65 |
#nts input[type="email"] .form-control, |
| 66 |
#nts input[type="url"] .form-control, |
| 67 |
#nts textarea { |
| 68 |
width: auto; |
| 69 |
-moz-box-sizing: content-box; |
| 70 |
-webkit-box-sizing: content-box; |
| 71 |
-ms-box-sizing: content-box; /* ie8 only */ |
| 72 |
box-sizing: content-box; |
| 73 |
vertical-align: middle; |
| 74 |
margin: 0em 0em; |
| 75 |
} |
| 76 |
|
| 77 |
#nts .navbar { |
| 78 |
z-index: 1; |
| 79 |
} |
| 80 |
#nts .nav { |
| 81 |
margin-left: 0; |
| 82 |
margin-right: 0; |
| 83 |
margin-bottom: 1em; |
| 84 |
} |
| 85 |
#nts .nav>li { |
| 86 |
margin-left: 0; |
| 87 |
margin-right: 0; |
| 88 |
} |
| 89 |
|
| 90 |
#nts .list-inline { |
| 91 |
margin-left: 0; |
| 92 |
margin-right: 0; |
| 93 |
} |
| 94 |
#nts .list-inline>li { |
| 95 |
margin-left: 0; |
| 96 |
margin-right: 0; |
| 97 |
padding: 0 0; |
| 98 |
vertical-align: middle; |
| 99 |
} |
| 100 |
|
| 101 |
#nts .btn input { |
| 102 |
margin: 2px 1px; |
| 103 |
} |
| 104 |
|
| 105 |
#nts .form-control { |
| 106 |
display: inline; |
| 107 |
width: auto; |
| 108 |
border-radius: 0px; |
| 109 |
-webkit-box-shadow: none; |
| 110 |
box-shadow: none; |
| 111 |
-webkit-transition: none; |
| 112 |
transition: none; |
| 113 |
} |
| 114 |
|
| 115 |
#nts .form-control:focus { |
| 116 |
border-color: #66afe9; |
| 117 |
border-color: #afe966; |
| 118 |
outline: 0; |
| 119 |
-webkit-box-shadow: none; |
| 120 |
box-shadow: none; |
| 121 |
} |
| 122 |
|
| 123 |
#nts .dropdown-menu>li, |
| 124 |
#nts .navbar .navbar-nav>li { |
| 125 |
/* |
| 126 |
margin: 0 0; |
| 127 |
padding: 0 0; |
| 128 |
*/ |
| 129 |
} |
| 130 |
|
| 131 |
#nts .navbar .navbar-nav { |
| 132 |
margin: 0 0; |
| 133 |
padding: 0 0; |
| 134 |
} |
| 135 |
|
| 136 |
#nts .smaller { |
| 137 |
font-size: 0.9em; |
| 138 |
} |
| 139 |
|
| 140 |
#nts .squeeze-in { |
| 141 |
/* display: block; */ |
| 142 |
overflow: hidden; |
| 143 |
white-space: nowrap; |
| 144 |
} |
| 145 |
|
| 146 |
/* |
| 147 |
#nts .squeeze-in a { |
| 148 |
display: block; |
| 149 |
overflow: hidden; |
| 150 |
white-space: nowrap; |
| 151 |
margin-right: 2px; |
| 152 |
} |
| 153 |
*/ |
| 154 |
|
| 155 |
#nts .nav-condensed { |
| 156 |
padding-right: 5px; |
| 157 |
padding-left: 5px; |
| 158 |
margin: 0 0; |
| 159 |
} |
| 160 |
#nts .nav-condensed>li>a, |
| 161 |
#nts .nav-condensed .nav-header { |
| 162 |
margin-right: -5px; |
| 163 |
margin-left: -5px; |
| 164 |
padding: 1px 2px; |
| 165 |
} |
| 166 |
#nts .nav-tabs-condensed>li>a, |
| 167 |
#nts .nav-condensed>li>a { |
| 168 |
padding: 3px 5px; |
| 169 |
} |
| 170 |
|
| 171 |
#nts .nav-condensed li.dropdown-header { |
| 172 |
margin-right: -5px; |
| 173 |
margin-left: -5px; |
| 174 |
padding: 1px 2px; |
| 175 |
} |
| 176 |
|
| 177 |
|
| 178 |
#nts .panel-heading, |
| 179 |
#nts .alert { |
| 180 |
padding: 8px 12px; |
| 181 |
} |
| 182 |
#nts .alert { |
| 183 |
margin-bottom: 8px; |
| 184 |
} |
| 185 |
|
| 186 |
#nts .panel { |
| 187 |
-webkit-box-shadow: none; |
| 188 |
box-shadow: none; |
| 189 |
} |
| 190 |
#nts .panel-heading { |
| 191 |
/* border-bottom: 0px solid transparent; */ |
| 192 |
} |
| 193 |
|
| 194 |
#nts .alert-archive, |
| 195 |
#nts .btn-archive { |
| 196 |
color: #666; |
| 197 |
background-color: #f5f5f5; |
| 198 |
} |
| 199 |
|
| 200 |
#nts .alert-archive, |
| 201 |
#nts .btn-archive, |
| 202 |
#nts .panel-archive, |
| 203 |
#nts .panel-archive>.panel-heading, |
| 204 |
#nts .panel-archive>.panel-heading+.panel-collapse .panel-body, |
| 205 |
#nts .panel-archive>.panel-footer+.panel-collapse .panel-body { |
| 206 |
border-color: #ddd; |
| 207 |
} |
| 208 |
|
| 209 |
#nts .label-archive { |
| 210 |
background-color: #ccc; |
| 211 |
} |
| 212 |
|
| 213 |
#nts .panel-danger-o .panel-heading>a, |
| 214 |
#nts .alert-danger-o a, |
| 215 |
#nts .alert-danger>a, |
| 216 |
#nts .alert-archive-o a, |
| 217 |
#nts .alert-archive a, |
| 218 |
#nts .label-archive>a, |
| 219 |
#nts .btn-archive>a, |
| 220 |
#nts .alert-available a, |
| 221 |
#nts .label-available>a, |
| 222 |
#nts .btn-available>a, |
| 223 |
#nts .alert-warning-o a, |
| 224 |
#nts .alert-warning>a, |
| 225 |
#nts .alert-success-o a, |
| 226 |
#nts .alert-success>a, |
| 227 |
#nts .label-success>a { |
| 228 |
color: inherit; |
| 229 |
background-color: inherit; |
| 230 |
} |
| 231 |
|
| 232 |
#nts .alert-available, |
| 233 |
#nts .label-available, |
| 234 |
#nts .btn-available { |
| 235 |
color: #333; |
| 236 |
color: #3c763d; |
| 237 |
background-color: #cf9; |
| 238 |
border-color: #9c6; |
| 239 |
} |
| 240 |
|
| 241 |
#nts .btn-default-o { |
| 242 |
color: #333; |
| 243 |
border-color: #ccc; |
| 244 |
} |
| 245 |
#nts .btn-success-o { |
| 246 |
border-color: #4cae4c; |
| 247 |
color: #1c7e1c; |
| 248 |
} |
| 249 |
#nts .btn-warning-o { |
| 250 |
border-color: #eea236; |
| 251 |
color: #be7206; |
| 252 |
} |
| 253 |
|
| 254 |
#nts .alert-archive-o, |
| 255 |
#nts .alert-archive2 { |
| 256 |
border-color: #ddd; |
| 257 |
color: #999; |
| 258 |
} |
| 259 |
|
| 260 |
#nts .alert-success-o, |
| 261 |
#nts .alert-success2 { |
| 262 |
color: #3c763d; |
| 263 |
border-color: #5cb85c; |
| 264 |
} |
| 265 |
|
| 266 |
#nts .btn-danger-o, |
| 267 |
#nts .panel-danger-o .panel-heading, |
| 268 |
#nts .panel-danger2, |
| 269 |
#nts .alert-danger-o, |
| 270 |
#nts .alert-danger2 { |
| 271 |
border-color: #d9534f; |
| 272 |
color: #a94442; |
| 273 |
border-color: #900; |
| 274 |
color: #a40f0a; |
| 275 |
border-width: 1px; |
| 276 |
border-style: solid; |
| 277 |
} |
| 278 |
|
| 279 |
#nts .panel-danger-o .panel-heading { |
| 280 |
border-style: solid; |
| 281 |
border-width: 1px; |
| 282 |
border-radius: 4px; |
| 283 |
} |
| 284 |
#nts .panel-danger-o .panel-heading+.panel-collapse .panel-body { |
| 285 |
border-width: 0px; |
| 286 |
} |
| 287 |
|
| 288 |
#nts .alert-warning-o { |
| 289 |
border-color: #f0ad4e; |
| 290 |
color: #8a6d3b; |
| 291 |
} |
| 292 |
|
| 293 |
#nts .alert-info-o { |
| 294 |
border-color: #5bc0de; |
| 295 |
color: #31708f; |
| 296 |
} |
| 297 |
|
| 298 |
#nts .alert-archive-success { |
| 299 |
color: #468847; |
| 300 |
} |
| 301 |
|
| 302 |
#nts .btn-success2 { |
| 303 |
/* |
| 304 |
color: #fff; |
| 305 |
background-color: #5cb85c; |
| 306 |
*/ |
| 307 |
/* color: #4cae4c; */ |
| 308 |
border-color: #5cb85c; |
| 309 |
} |
| 310 |
|
| 311 |
|
| 312 |
#nts .btn-success2:hover, |
| 313 |
#nts .btn-success2:focus, |
| 314 |
#nts .btn-success2:active, |
| 315 |
#nts .btn-success2.active, |
| 316 |
#nts .open .dropdown-toggle.btn-success2 { |
| 317 |
color: #fff; |
| 318 |
background-color: #47a447; |
| 319 |
border-color: #398439; |
| 320 |
} |
| 321 |
|
| 322 |
|
| 323 |
#nts .alert-none { |
| 324 |
color: #000; |
| 325 |
background-color: #fff; |
| 326 |
border-color: #ccc; |
| 327 |
} |
| 328 |
|
| 329 |
#nts .panel-condensed .panel-heading, |
| 330 |
#nts .panel-condensed .panel-body, |
| 331 |
#nts .panel-condensed .panel-footer, |
| 332 |
#nts .nav>li>a.alert-condensed, |
| 333 |
#nts .alert-condensed { |
| 334 |
padding: 3px 6px; |
| 335 |
} |
| 336 |
|
| 337 |
#nts .nav>li>a.alert-condensed, |
| 338 |
#nts .alert-condensed { |
| 339 |
margin-bottom: 4px; |
| 340 |
} |
| 341 |
|
| 342 |
#nts .alert-condensed2 { |
| 343 |
padding: 2px 4px 2px 4px; |
| 344 |
margin-bottom: 2px; |
| 345 |
} |
| 346 |
|
| 347 |
#nts .hc-nowrap { |
| 348 |
white-space: nowrap; |
| 349 |
} |
| 350 |
|
| 351 |
#nts .form-control-static { |
| 352 |
padding-top: 3px; |
| 353 |
margin-bottom: 0; |
| 354 |
} |
| 355 |
|
| 356 |
.hc-loading { |
| 357 |
background-color: #eee; |
| 358 |
background-image: url('../img/small-indicator.gif'); |
| 359 |
background-position: center center; |
| 360 |
background-repeat: no-repeat; |
| 361 |
opacity: 1; |
| 362 |
} |
| 363 |
.hc-loading * { |
| 364 |
opacity: 0.8; |
| 365 |
} |
| 366 |
|
| 367 |
@media print { |
| 368 |
#nts a[href]:after { |
| 369 |
content: ""; |
| 370 |
} |
| 371 |
|
| 372 |
#nts [class^="fa "], |
| 373 |
#nts [class*=" fa-"]{ |
| 374 |
display: none; |
| 375 |
} |
| 376 |
} |
| 377 |
|
| 378 |
#nts .label { |
| 379 |
display: inline-block; |
| 380 |
} |
| 381 |
|
| 382 |
#nts .label-lg, |
| 383 |
#nts .badge-lg, |
| 384 |
#nts .label-large, |
| 385 |
#nts .badge-large { |
| 386 |
padding: 2px 6px; |
| 387 |
font-size: 14px; |
| 388 |
} |
| 389 |
|
| 390 |
#nts .label-lg, |
| 391 |
#nts .label-large { |
| 392 |
-webkit-border-radius: 6px; |
| 393 |
-moz-border-radius: 6px; |
| 394 |
border-radius: 6px; |
| 395 |
} |
| 396 |
|
| 397 |
#nts .badge-lg, |
| 398 |
#nts .badge-large { |
| 399 |
padding-right: 12px; |
| 400 |
padding-left: 12px; |
| 401 |
-webkit-border-radius: 12px; |
| 402 |
-moz-border-radius: 12px; |
| 403 |
border-radius: 12px; |
| 404 |
} |
| 405 |
|
| 406 |
#nts dt, |
| 407 |
#nts dd { |
| 408 |
margin: 0 0; |
| 409 |
line-height: 2em; |
| 410 |
} |
| 411 |
|
| 412 |
#nts dt.dl-header, |
| 413 |
#nts dd.dl-header { |
| 414 |
font-weight: normal; |
| 415 |
} |
| 416 |
|
| 417 |
#nts .dropdown-menu-hori { |
| 418 |
overflow: auto; |
| 419 |
} |
| 420 |
#nts .dropdown-menu-hori>li { |
| 421 |
max-width: 12em; |
| 422 |
width: 12em; |
| 423 |
white-space: nowrap; |
| 424 |
overflow: hidden; |
| 425 |
float: left; |
| 426 |
margin-right: 2px; |
| 427 |
margin-bottom: 2px; |
| 428 |
} |
| 429 |
#nts .dropdown-menu-hori>li>a { |
| 430 |
padding: 3px 10px; |
| 431 |
} |
| 432 |
#nts .dropdown-menu-hori>li.dropdown-header { |
| 433 |
display: block; |
| 434 |
max-width: 100%; |
| 435 |
width: 100%; |
| 436 |
clear: both; |
| 437 |
float: none; |
| 438 |
padding: 3px 10px; |
| 439 |
border-bottom: #ddd 1px solid; |
| 440 |
} |
| 441 |
|
| 442 |
#nts .btn-label { |
| 443 |
max-width: 12em; |
| 444 |
font-weight: bold; |
| 445 |
overflow: hidden; |
| 446 |
white-space: nowrap; |
| 447 |
} |
| 448 |
|
| 449 |
#nts .error2 { |
| 450 |
border-color: #900; |
| 451 |
} |
| 452 |
|
| 453 |
#nts .radio, |
| 454 |
#nts .checkbox { |
| 455 |
display: inline-block; |
| 456 |
} |
| 457 |
#nts .checkbox input[type="checkbox"]{ |
| 458 |
margin-top: 5px; |
| 459 |
} |
| 460 |
|
| 461 |
#nts .text-big { |
| 462 |
font-size: 1.1em; |
| 463 |
} |
| 464 |
#nts .text-small { |
| 465 |
font-size: 0.9em; |
| 466 |
} |
| 467 |
#nts .text-underline { |
| 468 |
text-decoration: underline; |
| 469 |
} |
| 470 |
|
| 471 |
#nts .list-separated-ver>li, |
| 472 |
#nts .list-separated>li { |
| 473 |
margin-bottom: 0.5em; |
| 474 |
} |
| 475 |
#nts .list-inline.list-separated>li { |
| 476 |
margin-right: 0.25em; |
| 477 |
margin-left: 0.25em; |
| 478 |
margin-bottom: 0; |
| 479 |
} |
| 480 |
|
| 481 |
#nts .list-padded>li { |
| 482 |
padding: 0.5em 1em; |
| 483 |
} |
| 484 |
|
| 485 |
#nts .list-hori-separated>li { |
| 486 |
margin-right: 0.5em; |
| 487 |
margin-left: 0.5em; |
| 488 |
} |
| 489 |
|
| 490 |
#nts li.list-item-hori-separated { |
| 491 |
margin-right: 0.5em; |
| 492 |
margin-left: 0.5em; |
| 493 |
} |
| 494 |
|
| 495 |
#nts .nts-row-spaced { |
| 496 |
margin-top: 0.5em; |
| 497 |
} |
| 498 |
|
| 499 |
#nts .table-striped2 tbody:nth-child(odd)>tr:nth-child(1)>td { |
| 500 |
background-color: #f9f9f9; |
| 501 |
} |
| 502 |
|
| 503 |
#nts .table tbody+tbody { |
| 504 |
border-width: 0px; |
| 505 |
} |
| 506 |
|
| 507 |
#nts .close2 { |
| 508 |
padding: 0 0; |
| 509 |
margin: 0 0; |
| 510 |
font-weight: bold; |
| 511 |
text-shadow: 0 1px 0 #fff; |
| 512 |
opacity: .5; |
| 513 |
filter: alpha(opacity=50); |
| 514 |
} |
| 515 |
|
| 516 |
#nts .close { |
| 517 |
color: #900; |
| 518 |
opacity: .5; |
| 519 |
filter: alpha(opacity=50); |
| 520 |
} |
| 521 |
#nts a.close { |
| 522 |
text-decoration: none; |
| 523 |
} |
| 524 |
|
| 525 |
#nts .close:hover, |
| 526 |
#nts .close:focus { |
| 527 |
color: #b00; |
| 528 |
opacity: .8; |
| 529 |
filter: alpha(opacity=80); |
| 530 |
} |
| 531 |
|
| 532 |
#nts .list-inline>.divider, |
| 533 |
#nts .nav-pills>.divider, |
| 534 |
#nts .nav-tabs>.divider { |
| 535 |
width: 1px; |
| 536 |
margin: 0 9px; |
| 537 |
background-color: #ddd; |
| 538 |
padding: 10px 0px; |
| 539 |
} |
| 540 |
|
| 541 |
#nts .list-unstyled .divider, |
| 542 |
#nts .nav-stacked .divider { |
| 543 |
width: auto; |
| 544 |
height: 1px; |
| 545 |
margin: 9px 0; |
| 546 |
overflow: hidden; |
| 547 |
background-color: #f5f5f5; |
| 548 |
padding: 0px 10px; |
| 549 |
} |
| 550 |
|
| 551 |
#nts .nav>li>.nav-item { /* like a */ |
| 552 |
position: relative; |
| 553 |
display: block; |
| 554 |
padding: 5px 10px; |
| 555 |
border-radius: 5px; |
| 556 |
} |
| 557 |
|
| 558 |
#nts .nav-pills>li.active>.nav-item, |
| 559 |
#nts .nav-pills>li.active>a, |
| 560 |
#nts .nav-pills>li.active>a:hover, |
| 561 |
#nts .nav-pills>li.active>a:focus { |
| 562 |
background-color: 428bca; |
| 563 |
} |
| 564 |
|
| 565 |
#nts .help-inline { |
| 566 |
display: inline-block; |
| 567 |
*display: inline; |
| 568 |
padding-left: 5px; |
| 569 |
vertical-align: middle; |
| 570 |
*zoom: 1; |
| 571 |
} |
| 572 |
|
| 573 |
#nts .has-error .help-inline { |
| 574 |
color: #b94a48; |
| 575 |
} |
| 576 |
|
| 577 |
#nts .page-header { |
| 578 |
margin-top: 0; |
| 579 |
} |
| 580 |
#nts .page-header h2 { |
| 581 |
margin-top: 0; |
| 582 |
margin-bottom: 0; |
| 583 |
} |
| 584 |
|
| 585 |
#nts-footer { |
| 586 |
margin: 1em 0; |
| 587 |
padding: 0 0; |
| 588 |
font-size: 80%; |
| 589 |
border-top: #bbbbbb 1px dotted; |
| 590 |
} |
| 591 |
|
| 592 |
/* extend some bootstrap colors for tabs */ |
| 593 |
#nts .nav>li.tab-error>a, |
| 594 |
#nts .nav>li.tab-error>a:hover, |
| 595 |
#nts .nav>li.tab-error>a:focus { |
| 596 |
background-color: #f2dede; |
| 597 |
color: inherit; |
| 598 |
} |
| 599 |
#nts .nav>li.tab-info>a, |
| 600 |
#nts .nav>li.tab-info>a:hover, |
| 601 |
#nts .nav>li.tab-info>a:focus { |
| 602 |
background-color: #d9edf7; |
| 603 |
color: inherit; |
| 604 |
} |
| 605 |
#nts .nav>li.tab-success>a, |
| 606 |
#nts .nav>li.tab-success>a:hover, |
| 607 |
#nts .nav>li.tab-success>a:focus { |
| 608 |
background-color: #dff0d8; |
| 609 |
color: inherit; |
| 610 |
} |
| 611 |
#nts .nav>li.tab-warning>a, |
| 612 |
#nts .nav>li.tab-warning>a:hover, |
| 613 |
#nts .nav>li.tab-warning>a:focus { |
| 614 |
background-color: #fcf8e3; |
| 615 |
color: inherit; |
| 616 |
} |
| 617 |
#nts .nav>li.tab-archive>a, |
| 618 |
#nts .nav>li.tab-archive>a:hover, |
| 619 |
#nts .nav>li.tab-archive>a:focus { |
| 620 |
background-color: #ddd; |
| 621 |
background-color: #f8f8f8; |
| 622 |
color: inherit; |
| 623 |
} |
| 624 |
|
| 625 |
#nts .hc-radio-info { |
| 626 |
display: none; |
| 627 |
} |
| 628 |
|
| 629 |
.hc-tooltip { |
| 630 |
border-bottom: 1px dotted; |
| 631 |
} |
| 632 |
|
| 633 |
#nts li { |
| 634 |
margin: 0 0; |
| 635 |
padding: 0 0; |
| 636 |
} |
| 637 |
#nts .nav>li>a:hover, |
| 638 |
#nts .nav>li>a:focus { |
| 639 |
background-color: #f8f8f8; |
| 640 |
} |
| 641 |
#nts .nav .open>a, |
| 642 |
#nts .nav .open>a:hover, |
| 643 |
#nts .nav .open>a:focus { |
| 644 |
background-color: #f8f8f8; |
| 645 |
} |
| 646 |
|
| 647 |
#nts .page-header { |
| 648 |
border-color: #ddd; |
| 649 |
} |
| 650 |
|
| 651 |
#nts .radio-vertical label, |
| 652 |
#nts .checkbox-vertical label { |
| 653 |
display: block; |
| 654 |
} |
| 655 |
|
| 656 |
#nts .nav>li>.nav-item { |
| 657 |
position: relative; |
| 658 |
display: block; |
| 659 |
padding: 10px 15px; |
| 660 |
} |
| 661 |
|
| 662 |
#nts .hc-time-link { |
| 663 |
text-align: center; |
| 664 |
} |
| 665 |
#nts .hc-time-link>a { |
| 666 |
color: #000; |
| 667 |
display: block; |
| 668 |
} |
| 669 |
|
| 670 |
#nts .dropdown-menu>li>span { |
| 671 |
display: block; |
| 672 |
padding: 3px 20px; |
| 673 |
clear: both; |
| 674 |
font-weight: 400; |
| 675 |
line-height: 1.428571429; |
| 676 |
white-space: nowrap; |
| 677 |
color: #333; |
| 678 |
} |
| 679 |
|
| 680 |
#nts span.btn { |
| 681 |
cursor: auto; |
| 682 |
} |
| 683 |
#nts .btn:active, |
| 684 |
#nts .btn.active { |
| 685 |
-webkit-box-shadow: none; |
| 686 |
box-shadow: none; |
| 687 |
} |
| 688 |
|
| 689 |
#nts .panel { |
| 690 |
margin-bottom: 5px; |
| 691 |
} |
| 692 |
|
| 693 |
#nts .list-striped>li:nth-child(odd) { |
| 694 |
background-color: #f9f9f9; |
| 695 |
} |
| 696 |
|
| 697 |
#nts .text-strong { |
| 698 |
font-weight: bold; |
| 699 |
} |
| 700 |
#nts .text-italic { |
| 701 |
font-style: italic; |
| 702 |
} |
| 703 |
#nts dl { |
| 704 |
margin-bottom: 0.5em; |
| 705 |
} |
| 706 |
|
| 707 |
#nts hr { |
| 708 |
margin-top: 0.5em; |
| 709 |
margin-bottom: 1em; |
| 710 |
} |
| 711 |
|
| 712 |
/* the same as dt */ |
| 713 |
@media (min-width: 768px) { |
| 714 |
#nts .form-horizontal .control-label { |
| 715 |
float: left; |
| 716 |
width: 160px; |
| 717 |
clear: left; |
| 718 |
text-align: right; |
| 719 |
} |
| 720 |
#nts .form-horizontal .control-holder { |
| 721 |
margin-left: 180px; |
| 722 |
} |
| 723 |
} |
| 724 |
|
| 725 |
#nts .form-vertical .control-label { |
| 726 |
float: none; |
| 727 |
width: auto; |
| 728 |
text-align: auto; |
| 729 |
} |
| 730 |
#nts .form-vertical .control-holder { |
| 731 |
margin-left: 0; |
| 732 |
} |
| 733 |
|
| 734 |
|
| 735 |
#nts .form-horizontal .form-group { |
| 736 |
margin-left: 0; |
| 737 |
margin-right: 0; |
| 738 |
} |
| 739 |
|
| 740 |
#nts i.btn { |
| 741 |
font-style: normal; |
| 742 |
display: inline; |
| 743 |
margin-right: 0.25em; |
| 744 |
} |
| 745 |
|
| 746 |
#nts .fa-fw { |
| 747 |
width: 1.6em; |
| 748 |
} |
| 749 |
|
| 750 |
#nts .icon-info { |
| 751 |
color: #5bc0de; |
| 752 |
border-color: #46b8da; |
| 753 |
} |
| 754 |
#nts .icon-success { |
| 755 |
color: #5cb85c; |
| 756 |
border-color: #4cae4c; |
| 757 |
} |
| 758 |
#nts .icon-default, |
| 759 |
#nts .icon-archive { |
| 760 |
color: #999; |
| 761 |
border-color: #888; |
| 762 |
} |
| 763 |
#nts .icon-danger { |
| 764 |
color: #d9534f; |
| 765 |
border-color: #d43f3a; |
| 766 |
} |
| 767 |
#nts .icon-warning { |
| 768 |
color: #f0ad4e; |
| 769 |
border-color: #eea236; |
| 770 |
} |
| 771 |
|
| 772 |
/* copy from panel-default */ |
| 773 |
#nts .panel-archive { |
| 774 |
border-color: #ddd; |
| 775 |
} |
| 776 |
#nts .panel-archive>.panel-heading { |
| 777 |
color: #333; |
| 778 |
background-color: #f5f5f5; |
| 779 |
} |
| 780 |
|
| 781 |
#nts .dl-separated dt, |
| 782 |
#nts .dl-separated dd { |
| 783 |
margin-bottom: 0.5em; |
| 784 |
} |
| 785 |
|
| 786 |
#nts .alert-inverse>a, |
| 787 |
#nts .btn-inverse, |
| 788 |
#nts .alert-inverse, |
| 789 |
#nts .panel-default.panel-inverse>.panel-heading .dropdown-toggle, |
| 790 |
#nts .panel-default.panel-inverse>.panel-heading>a, |
| 791 |
#nts .panel-default.panel-inverse>.panel-heading { |
| 792 |
color: #fff; |
| 793 |
background-color: #999; |
| 794 |
} |
| 795 |
|
| 796 |
#nts .btn-condensed { |
| 797 |
padding: 3px 6px; |
| 798 |
} |
| 799 |
|
| 800 |
#nts .display-block { |
| 801 |
display: block; |
| 802 |
} |
| 803 |
#nts .no-decoration { |
| 804 |
text-decoration: none; |
| 805 |
} |