| 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 form { |
| 10 |
margin: 0 0; |
| 11 |
padding: 0 0; |
| 12 |
} |
| 13 |
|
| 14 |
#nts .container-fluid { |
| 15 |
padding: 0 0; |
| 16 |
} |
| 17 |
|
| 18 |
#nts a { |
| 19 |
text-decoration: underline; |
| 20 |
} |
| 21 |
|
| 22 |
#nts a .label, |
| 23 |
#nts a.btn, |
| 24 |
#nts a.list-group-item, |
| 25 |
#nts .dropdown-menu a, |
| 26 |
#nts .nav a { |
| 27 |
text-decoration: none; |
| 28 |
} |
| 29 |
|
| 30 |
#nts .form-condensed .control-group { |
| 31 |
margin-top: 0; |
| 32 |
margin-bottom: 5px; |
| 33 |
} |
| 34 |
|
| 35 |
#nts .pagination { |
| 36 |
margin: 0 0; |
| 37 |
} |
| 38 |
|
| 39 |
#nts .row { |
| 40 |
*zoom: 1; |
| 41 |
} |
| 42 |
|
| 43 |
#nts a .inlink-icon{ |
| 44 |
margin-right: 0.5em; |
| 45 |
} |
| 46 |
|
| 47 |
#nts input[type="checkbox"] { |
| 48 |
margin: 0 0; |
| 49 |
padding: 0 0; |
| 50 |
} |
| 51 |
|
| 52 |
/* overwrite wordpress */ |
| 53 |
#nts input[type="checkbox"] .form-control, |
| 54 |
#nts input[type="submit"] .form-control, |
| 55 |
#nts input[type="text"] .form-control, |
| 56 |
#nts input[type="password"] .form-control, |
| 57 |
#nts input[type="number"] .form-control, |
| 58 |
#nts input[type="search"] .form-control, |
| 59 |
#nts input[type="email"] .form-control, |
| 60 |
#nts input[type="url"] .form-control, |
| 61 |
#nts textarea { |
| 62 |
width: auto; |
| 63 |
-moz-box-sizing: content-box; |
| 64 |
-webkit-box-sizing: content-box; |
| 65 |
-ms-box-sizing: content-box; /* ie8 only */ |
| 66 |
box-sizing: content-box; |
| 67 |
vertical-align: middle; |
| 68 |
margin: 0em 0em; |
| 69 |
} |
| 70 |
|
| 71 |
#nts .navbar { |
| 72 |
z-index: 1; |
| 73 |
} |
| 74 |
#nts .nav { |
| 75 |
margin-left: 0; |
| 76 |
margin-right: 0; |
| 77 |
margin-bottom: 1em; |
| 78 |
} |
| 79 |
#nts .nav>li { |
| 80 |
margin-left: 0; |
| 81 |
margin-right: 0; |
| 82 |
} |
| 83 |
|
| 84 |
#nts .list-inline { |
| 85 |
margin-left: 0; |
| 86 |
margin-right: 0; |
| 87 |
} |
| 88 |
#nts .list-inline>li { |
| 89 |
margin-left: 0; |
| 90 |
margin-right: 0; |
| 91 |
padding: 0 0; |
| 92 |
vertical-align: middle; |
| 93 |
} |
| 94 |
|
| 95 |
#nts .btn input { |
| 96 |
margin: 2px 1px; |
| 97 |
} |
| 98 |
|
| 99 |
#nts .form-control { |
| 100 |
display: inline; |
| 101 |
width: auto; |
| 102 |
border-radius: 0px; |
| 103 |
-webkit-box-shadow: none; |
| 104 |
box-shadow: none; |
| 105 |
-webkit-transition: none; |
| 106 |
transition: none; |
| 107 |
} |
| 108 |
|
| 109 |
#nts .form-control:focus { |
| 110 |
border-color: #66afe9; |
| 111 |
border-color: #afe966; |
| 112 |
outline: 0; |
| 113 |
-webkit-box-shadow: none; |
| 114 |
box-shadow: none; |
| 115 |
} |
| 116 |
|
| 117 |
#nts .dropdown-menu>li, |
| 118 |
#nts .navbar .navbar-nav>li { |
| 119 |
/* |
| 120 |
margin: 0 0; |
| 121 |
padding: 0 0; |
| 122 |
*/ |
| 123 |
} |
| 124 |
|
| 125 |
#nts .navbar .navbar-nav { |
| 126 |
margin: 0 0; |
| 127 |
padding: 0 0; |
| 128 |
} |
| 129 |
|
| 130 |
#nts .smaller { |
| 131 |
font-size: 0.9em; |
| 132 |
} |
| 133 |
|
| 134 |
#nts .squeeze-in { |
| 135 |
display: block; |
| 136 |
overflow: hidden; |
| 137 |
white-space: nowrap; |
| 138 |
} |
| 139 |
#nts .squeeze-in a { |
| 140 |
display: block; |
| 141 |
overflow: hidden; |
| 142 |
white-space: nowrap; |
| 143 |
margin-right: 2px; |
| 144 |
} |
| 145 |
|
| 146 |
#nts .nav-condensed { |
| 147 |
padding-right: 5px; |
| 148 |
padding-left: 5px; |
| 149 |
margin: 0 0; |
| 150 |
} |
| 151 |
#nts .nav-condensed>li>a, |
| 152 |
#nts .nav-condensed .nav-header { |
| 153 |
margin-right: -5px; |
| 154 |
margin-left: -5px; |
| 155 |
padding: 1px 2px; |
| 156 |
} |
| 157 |
#nts .nav-tabs-condensed>li>a, |
| 158 |
#nts .nav-condensed>li>a { |
| 159 |
padding: 3px 5px; |
| 160 |
} |
| 161 |
|
| 162 |
#nts .nav-condensed li.dropdown-header { |
| 163 |
margin-right: -5px; |
| 164 |
margin-left: -5px; |
| 165 |
padding: 1px 2px; |
| 166 |
} |
| 167 |
|
| 168 |
#nts .alert { |
| 169 |
padding: 8px 12px; |
| 170 |
margin-bottom: 8px; |
| 171 |
} |
| 172 |
|
| 173 |
#nts .alert-archive { |
| 174 |
background-color: #eee; |
| 175 |
background-color: #f8f8f8; |
| 176 |
border-color: #ddd; |
| 177 |
} |
| 178 |
|
| 179 |
#nts .btn-archive { |
| 180 |
color: #fff; |
| 181 |
background-color: #999; |
| 182 |
border-color: #888; |
| 183 |
} |
| 184 |
|
| 185 |
#nts .btn-danger-o { |
| 186 |
border-color: #d43f3a; |
| 187 |
color: #a40f0a; |
| 188 |
} |
| 189 |
#nts .btn-success-o { |
| 190 |
border-color: #4cae4c; |
| 191 |
color: #1c7e1c; |
| 192 |
} |
| 193 |
#nts .btn-warning-o { |
| 194 |
border-color: #eea236; |
| 195 |
color: #be7206; |
| 196 |
} |
| 197 |
|
| 198 |
|
| 199 |
#nts .alert-archive2 { |
| 200 |
border-color: #ddd; |
| 201 |
} |
| 202 |
|
| 203 |
#nts .alert-archive-success { |
| 204 |
color: #468847; |
| 205 |
} |
| 206 |
|
| 207 |
#nts .alert-danger2 { |
| 208 |
border: #c00 1px solid; |
| 209 |
} |
| 210 |
|
| 211 |
#nts .alert-none { |
| 212 |
color: #000; |
| 213 |
background-color: #fff; |
| 214 |
border-color: #ccc; |
| 215 |
} |
| 216 |
|
| 217 |
#nts .nav>li>a.alert-condensed, |
| 218 |
#nts .alert-condensed { |
| 219 |
padding: 2px 4px 2px 4px; |
| 220 |
margin-bottom: 4px; |
| 221 |
} |
| 222 |
|
| 223 |
#nts .alert-condensed2 { |
| 224 |
padding: 2px 4px 2px 4px; |
| 225 |
margin-bottom: 2px; |
| 226 |
} |
| 227 |
|
| 228 |
#nts .hc-nowrap { |
| 229 |
white-space: nowrap; |
| 230 |
} |
| 231 |
|
| 232 |
#nts .form-control-static { |
| 233 |
padding-top: 3px; |
| 234 |
margin-bottom: 0; |
| 235 |
} |
| 236 |
|
| 237 |
.hc-loading { |
| 238 |
background-color: #eee; |
| 239 |
background-image: url('../img/small-indicator.gif'); |
| 240 |
background-position: center center; |
| 241 |
background-repeat: no-repeat; |
| 242 |
opacity: 1; |
| 243 |
} |
| 244 |
.hc-loading * { |
| 245 |
opacity: 0.8; |
| 246 |
} |
| 247 |
|
| 248 |
@media print { |
| 249 |
#nts a[href]:after { |
| 250 |
content: ""; |
| 251 |
} |
| 252 |
|
| 253 |
#nts [class^="fa "], |
| 254 |
#nts [class*=" fa-"]{ |
| 255 |
display: none; |
| 256 |
} |
| 257 |
} |
| 258 |
|
| 259 |
#nts .label { |
| 260 |
display: inline-block; |
| 261 |
} |
| 262 |
|
| 263 |
#nts .label-lg, |
| 264 |
#nts .badge-lg, |
| 265 |
#nts .label-large, |
| 266 |
#nts .badge-large { |
| 267 |
padding: 2px 6px; |
| 268 |
font-size: 14px; |
| 269 |
} |
| 270 |
|
| 271 |
#nts .label-lg, |
| 272 |
#nts .label-large { |
| 273 |
-webkit-border-radius: 6px; |
| 274 |
-moz-border-radius: 6px; |
| 275 |
border-radius: 6px; |
| 276 |
} |
| 277 |
|
| 278 |
#nts .badge-lg, |
| 279 |
#nts .badge-large { |
| 280 |
padding-right: 12px; |
| 281 |
padding-left: 12px; |
| 282 |
-webkit-border-radius: 12px; |
| 283 |
-moz-border-radius: 12px; |
| 284 |
border-radius: 12px; |
| 285 |
} |
| 286 |
|
| 287 |
#nts dt, |
| 288 |
#nts dd { |
| 289 |
margin: 0 0; |
| 290 |
line-height: 2em; |
| 291 |
} |
| 292 |
|
| 293 |
#nts dt.dl-header, |
| 294 |
#nts dd.dl-header { |
| 295 |
font-weight: normal; |
| 296 |
} |
| 297 |
|
| 298 |
#nts .dropdown-menu-hori { |
| 299 |
overflow: auto; |
| 300 |
} |
| 301 |
#nts .dropdown-menu-hori>li { |
| 302 |
max-width: 12em; |
| 303 |
width: 12em; |
| 304 |
white-space: nowrap; |
| 305 |
overflow: hidden; |
| 306 |
float: left; |
| 307 |
margin-right: 2px; |
| 308 |
margin-bottom: 2px; |
| 309 |
} |
| 310 |
#nts .dropdown-menu-hori>li>a { |
| 311 |
padding: 3px 10px; |
| 312 |
} |
| 313 |
#nts .dropdown-menu-hori>li.dropdown-header { |
| 314 |
display: block; |
| 315 |
max-width: 100%; |
| 316 |
width: 100%; |
| 317 |
clear: both; |
| 318 |
float: none; |
| 319 |
padding: 3px 10px; |
| 320 |
border-bottom: #ddd 1px solid; |
| 321 |
} |
| 322 |
|
| 323 |
#nts .btn-label { |
| 324 |
max-width: 12em; |
| 325 |
font-weight: bold; |
| 326 |
overflow: hidden; |
| 327 |
white-space: nowrap; |
| 328 |
} |
| 329 |
|
| 330 |
#nts .error2 { |
| 331 |
border-color: #900; |
| 332 |
} |
| 333 |
|
| 334 |
#nts .radio, |
| 335 |
#nts .checkbox { |
| 336 |
display: inline-block; |
| 337 |
} |
| 338 |
#nts .checkbox input[type="checkbox"]{ |
| 339 |
margin-top: 5px; |
| 340 |
} |
| 341 |
|
| 342 |
#nts .text-big { |
| 343 |
font-size: 1.1em; |
| 344 |
} |
| 345 |
#nts .text-small { |
| 346 |
font-size: 0.9em; |
| 347 |
} |
| 348 |
#nts .text-underline { |
| 349 |
text-decoration: underline; |
| 350 |
} |
| 351 |
|
| 352 |
#nts .list-separated>li { |
| 353 |
margin-bottom: 0.5em; |
| 354 |
} |
| 355 |
#nts .list-inline.list-separated>li { |
| 356 |
margin-right: 0.25em; |
| 357 |
margin-left: 0.25em; |
| 358 |
} |
| 359 |
|
| 360 |
#nts .list-padded>li { |
| 361 |
padding: 0.5em 1em; |
| 362 |
} |
| 363 |
|
| 364 |
#nts .list-hori-separated>li { |
| 365 |
margin-right: 0.5em; |
| 366 |
margin-left: 0.5em; |
| 367 |
} |
| 368 |
|
| 369 |
#nts li.list-item-hori-separated { |
| 370 |
margin-right: 0.5em; |
| 371 |
margin-left: 0.5em; |
| 372 |
} |
| 373 |
|
| 374 |
#nts .nts-row-spaced { |
| 375 |
margin-top: 0.5em; |
| 376 |
} |
| 377 |
|
| 378 |
#nts .table-striped2 tbody:nth-child(odd)>tr:nth-child(1)>td { |
| 379 |
background-color: #f9f9f9; |
| 380 |
} |
| 381 |
|
| 382 |
#nts .table tbody+tbody { |
| 383 |
border-width: 0px; |
| 384 |
} |
| 385 |
|
| 386 |
#nts .close2 { |
| 387 |
padding: 0 0; |
| 388 |
margin: 0 0; |
| 389 |
font-weight: bold; |
| 390 |
text-shadow: 0 1px 0 #fff; |
| 391 |
opacity: .5; |
| 392 |
filter: alpha(opacity=50); |
| 393 |
} |
| 394 |
|
| 395 |
#nts .close { |
| 396 |
color: #900; |
| 397 |
opacity: .5; |
| 398 |
filter: alpha(opacity=50); |
| 399 |
} |
| 400 |
#nts a.close { |
| 401 |
text-decoration: none; |
| 402 |
} |
| 403 |
|
| 404 |
#nts .close:hover, |
| 405 |
#nts .close:focus { |
| 406 |
color: #b00; |
| 407 |
opacity: .8; |
| 408 |
filter: alpha(opacity=80); |
| 409 |
} |
| 410 |
|
| 411 |
#nts .list-inline>.divider, |
| 412 |
#nts .nav-pills>.divider, |
| 413 |
#nts .nav-tabs>.divider { |
| 414 |
width: 1px; |
| 415 |
margin: 0 9px; |
| 416 |
background-color: #ddd; |
| 417 |
padding: 10px 0px; |
| 418 |
} |
| 419 |
|
| 420 |
#nts .nav-stacked .divider { |
| 421 |
width: auto; |
| 422 |
height: 1px; |
| 423 |
margin: 9px 0; |
| 424 |
overflow: hidden; |
| 425 |
background-color: #e5e5e5; |
| 426 |
padding: 0px 10px; |
| 427 |
} |
| 428 |
|
| 429 |
#nts .nav>li>.nav-item { /* like a */ |
| 430 |
position: relative; |
| 431 |
display: block; |
| 432 |
padding: 5px 10px; |
| 433 |
border-radius: 5px; |
| 434 |
} |
| 435 |
|
| 436 |
#nts .nav-pills>li.active>.nav-item, |
| 437 |
#nts .nav-pills>li.active>a, |
| 438 |
#nts .nav-pills>li.active>a:hover, |
| 439 |
#nts .nav-pills>li.active>a:focus { |
| 440 |
background-color: 428bca; |
| 441 |
} |
| 442 |
|
| 443 |
#nts .help-inline { |
| 444 |
display: inline-block; |
| 445 |
*display: inline; |
| 446 |
padding-left: 5px; |
| 447 |
vertical-align: middle; |
| 448 |
*zoom: 1; |
| 449 |
} |
| 450 |
|
| 451 |
#nts .has-error .help-inline { |
| 452 |
color: #b94a48; |
| 453 |
} |
| 454 |
|
| 455 |
#nts .page-header { |
| 456 |
margin-top: 0; |
| 457 |
} |
| 458 |
#nts .page-header h2 { |
| 459 |
margin-top: 0; |
| 460 |
margin-bottom: 0; |
| 461 |
} |
| 462 |
|
| 463 |
#nts-footer { |
| 464 |
margin: 1em 0; |
| 465 |
padding: 0 0; |
| 466 |
font-size: 80%; |
| 467 |
border-top: #bbbbbb 1px dotted; |
| 468 |
} |
| 469 |
|
| 470 |
/* extend some bootstrap colors for tabs */ |
| 471 |
#nts .nav>li.tab-error>a, |
| 472 |
#nts .nav>li.tab-error>a:hover, |
| 473 |
#nts .nav>li.tab-error>a:focus { |
| 474 |
background-color: #f2dede; |
| 475 |
color: inherit; |
| 476 |
} |
| 477 |
#nts .nav>li.tab-info>a, |
| 478 |
#nts .nav>li.tab-info>a:hover, |
| 479 |
#nts .nav>li.tab-info>a:focus { |
| 480 |
background-color: #d9edf7; |
| 481 |
color: inherit; |
| 482 |
} |
| 483 |
#nts .nav>li.tab-success>a, |
| 484 |
#nts .nav>li.tab-success>a:hover, |
| 485 |
#nts .nav>li.tab-success>a:focus { |
| 486 |
background-color: #dff0d8; |
| 487 |
color: inherit; |
| 488 |
} |
| 489 |
#nts .nav>li.tab-warning>a, |
| 490 |
#nts .nav>li.tab-warning>a:hover, |
| 491 |
#nts .nav>li.tab-warning>a:focus { |
| 492 |
background-color: #fcf8e3; |
| 493 |
color: inherit; |
| 494 |
} |
| 495 |
#nts .nav>li.tab-archive>a, |
| 496 |
#nts .nav>li.tab-archive>a:hover, |
| 497 |
#nts .nav>li.tab-archive>a:focus { |
| 498 |
background-color: #ddd; |
| 499 |
background-color: #f8f8f8; |
| 500 |
color: inherit; |
| 501 |
} |
| 502 |
|
| 503 |
#nts .hc-radio-info { |
| 504 |
display: none; |
| 505 |
} |
| 506 |
|
| 507 |
.hc-tooltip { |
| 508 |
border-bottom: 1px dotted; |
| 509 |
} |
| 510 |
|
| 511 |
#nts li { |
| 512 |
margin: 0 0; |
| 513 |
padding: 0 0; |
| 514 |
} |
| 515 |
#nts .nav>li>a:hover, |
| 516 |
#nts .nav>li>a:focus { |
| 517 |
background-color: #f8f8f8; |
| 518 |
} |
| 519 |
#nts .nav .open>a, |
| 520 |
#nts .nav .open>a:hover, |
| 521 |
#nts .nav .open>a:focus { |
| 522 |
background-color: #f8f8f8; |
| 523 |
} |
| 524 |
|
| 525 |
#nts .page-header { |
| 526 |
border-color: #ddd; |
| 527 |
} |
| 528 |
|
| 529 |
#nts .radio-vertical label, |
| 530 |
#nts .checkbox-vertical label { |
| 531 |
display: block; |
| 532 |
} |
| 533 |
|
| 534 |
#nts .nav>li>.nav-item { |
| 535 |
position: relative; |
| 536 |
display: block; |
| 537 |
padding: 10px 15px; |
| 538 |
} |
| 539 |
|
| 540 |
#nts .hc-time-link { |
| 541 |
text-align: center; |
| 542 |
} |
| 543 |
#nts .hc-time-link>a { |
| 544 |
color: #000; |
| 545 |
display: block; |
| 546 |
} |
| 547 |
|
| 548 |
|
| 549 |
#nts .dropdown-menu>li>span { |
| 550 |
display: block; |
| 551 |
padding: 3px 20px; |
| 552 |
clear: both; |
| 553 |
font-weight: 400; |
| 554 |
line-height: 1.428571429; |
| 555 |
white-space: nowrap; |
| 556 |
color: #333; |
| 557 |
} |
| 558 |
|
| 559 |
#nts span.btn { |
| 560 |
cursor: auto; |
| 561 |
} |
| 562 |
#nts .btn:active, |
| 563 |
#nts .btn.active { |
| 564 |
-webkit-box-shadow: none; |
| 565 |
box-shadow: none; |
| 566 |
} |
| 567 |
|
| 568 |
#nts .panel-condensed .panel-heading, |
| 569 |
#nts .panel-condensed .panel-body, |
| 570 |
#nts .panel-condensed .panel-footer{ |
| 571 |
padding: 3px 6px; |
| 572 |
} |
| 573 |
|
| 574 |
#nts .panel { |
| 575 |
margin-bottom: 5px; |
| 576 |
} |
| 577 |
|
| 578 |
#nts .list-striped>li:nth-child(odd) { |
| 579 |
background-color: #f9f9f9; |
| 580 |
} |
| 581 |
|
| 582 |
#nts .text-strong { |
| 583 |
font-weight: bold; |
| 584 |
} |
| 585 |
#nts .text-italic { |
| 586 |
font-style: italic; |
| 587 |
} |
| 588 |
#nts dl { |
| 589 |
margin-bottom: 0.5em; |
| 590 |
} |
| 591 |
|
| 592 |
#nts hr { |
| 593 |
margin-top: 0.5em; |
| 594 |
margin-bottom: 1em; |
| 595 |
} |
| 596 |
|
| 597 |
/* the same as dt */ |
| 598 |
@media (min-width: 768px) { |
| 599 |
#nts .form-horizontal .control-label { |
| 600 |
float: left; |
| 601 |
width: 160px; |
| 602 |
clear: left; |
| 603 |
text-align: right; |
| 604 |
} |
| 605 |
#nts .form-horizontal .control-holder { |
| 606 |
margin-left: 180px; |
| 607 |
} |
| 608 |
} |
| 609 |
|
| 610 |
#nts .form-horizontal .form-group { |
| 611 |
margin-left: 0; |
| 612 |
margin-right: 0; |
| 613 |
} |
| 614 |
|
| 615 |
#nts i.btn { |
| 616 |
font-style: normal; |
| 617 |
display: inline; |
| 618 |
margin-right: 0.25em; |
| 619 |
} |
| 620 |
|