| 1 |
/*******************/ |
| 2 |
|
| 3 |
|
| 4 |
/*Calendar widget*/ |
| 5 |
|
| 6 |
|
| 7 |
/*******************/ |
| 8 |
|
| 9 |
|
| 10 |
.calendar { |
| 11 |
|
| 12 |
|
| 13 |
float: left; |
| 14 |
|
| 15 |
|
| 16 |
margin-bottom: 0px; } |
| 17 |
|
| 18 |
|
| 19 |
|
| 20 |
|
| 21 |
|
| 22 |
.fc-view { |
| 23 |
|
| 24 |
|
| 25 |
margin-top: 30px; } |
| 26 |
|
| 27 |
|
| 28 |
|
| 29 |
|
| 30 |
|
| 31 |
.none-border .modal-footer { |
| 32 |
|
| 33 |
|
| 34 |
border-top: none; |
| 35 |
|
| 36 |
|
| 37 |
} |
| 38 |
|
| 39 |
|
| 40 |
|
| 41 |
|
| 42 |
|
| 43 |
.fc-toolbar { |
| 44 |
|
| 45 |
|
| 46 |
margin-bottom: 5px; |
| 47 |
|
| 48 |
|
| 49 |
margin-top: 15px; |
| 50 |
|
| 51 |
|
| 52 |
} |
| 53 |
|
| 54 |
|
| 55 |
|
| 56 |
|
| 57 |
|
| 58 |
.fc-toolbar h2 { |
| 59 |
|
| 60 |
|
| 61 |
font-size: 18px; |
| 62 |
|
| 63 |
|
| 64 |
font-weight: 500; |
| 65 |
|
| 66 |
|
| 67 |
line-height: 30px; |
| 68 |
|
| 69 |
|
| 70 |
text-transform: uppercase; |
| 71 |
|
| 72 |
|
| 73 |
} |
| 74 |
|
| 75 |
|
| 76 |
|
| 77 |
|
| 78 |
|
| 79 |
.fc-day { |
| 80 |
|
| 81 |
|
| 82 |
background: #ffffff; |
| 83 |
|
| 84 |
|
| 85 |
} |
| 86 |
|
| 87 |
|
| 88 |
.fc-day:hover { |
| 89 |
|
| 90 |
|
| 91 |
cursor: pointer; |
| 92 |
|
| 93 |
|
| 94 |
background: #f2f7f8; |
| 95 |
|
| 96 |
|
| 97 |
} |
| 98 |
|
| 99 |
|
| 100 |
|
| 101 |
|
| 102 |
|
| 103 |
.fc-toolbar .fc-state-active, |
| 104 |
|
| 105 |
|
| 106 |
.fc-toolbar .ui-state-active, |
| 107 |
|
| 108 |
|
| 109 |
.fc-toolbar button:focus, |
| 110 |
|
| 111 |
|
| 112 |
.fc-toolbar button:hover, |
| 113 |
|
| 114 |
|
| 115 |
.fc-toolbar .ui-state-hover { |
| 116 |
|
| 117 |
|
| 118 |
z-index: 0; |
| 119 |
|
| 120 |
|
| 121 |
} |
| 122 |
|
| 123 |
|
| 124 |
|
| 125 |
|
| 126 |
|
| 127 |
.fc-widget-header { |
| 128 |
|
| 129 |
|
| 130 |
border: 0px !important; |
| 131 |
|
| 132 |
|
| 133 |
} |
| 134 |
|
| 135 |
|
| 136 |
|
| 137 |
|
| 138 |
|
| 139 |
.fc-widget-content { |
| 140 |
|
| 141 |
|
| 142 |
border-color: rgba(120, 130, 140, 0.13) !important; |
| 143 |
|
| 144 |
|
| 145 |
} |
| 146 |
|
| 147 |
|
| 148 |
|
| 149 |
|
| 150 |
|
| 151 |
.fc th.fc-widget-header { |
| 152 |
|
| 153 |
|
| 154 |
color: #54667a; |
| 155 |
|
| 156 |
|
| 157 |
font-size: 13px; |
| 158 |
|
| 159 |
|
| 160 |
font-weight: 300; |
| 161 |
|
| 162 |
|
| 163 |
line-height: 20px; |
| 164 |
|
| 165 |
|
| 166 |
padding: 7px 0px; |
| 167 |
|
| 168 |
|
| 169 |
text-transform: uppercase; |
| 170 |
|
| 171 |
|
| 172 |
} |
| 173 |
|
| 174 |
|
| 175 |
|
| 176 |
|
| 177 |
|
| 178 |
.fc th.fc-sun, |
| 179 |
|
| 180 |
|
| 181 |
.fc th.fc-tue, |
| 182 |
|
| 183 |
|
| 184 |
.fc th.fc-thu, |
| 185 |
|
| 186 |
|
| 187 |
.fc th.fc-sat { |
| 188 |
|
| 189 |
|
| 190 |
background: #f2f7f8; |
| 191 |
|
| 192 |
|
| 193 |
} |
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
|
| 198 |
|
| 199 |
.fc th.fc-mon, |
| 200 |
|
| 201 |
|
| 202 |
.fc th.fc-wed, |
| 203 |
|
| 204 |
|
| 205 |
.fc th.fc-fri { |
| 206 |
|
| 207 |
|
| 208 |
background: #f2f7f8; |
| 209 |
|
| 210 |
|
| 211 |
} |
| 212 |
|
| 213 |
|
| 214 |
|
| 215 |
|
| 216 |
|
| 217 |
.fc-view { |
| 218 |
|
| 219 |
|
| 220 |
margin-top: 0px; |
| 221 |
|
| 222 |
|
| 223 |
} |
| 224 |
|
| 225 |
|
| 226 |
|
| 227 |
|
| 228 |
|
| 229 |
.fc-toolbar { |
| 230 |
|
| 231 |
|
| 232 |
margin: 0px; |
| 233 |
|
| 234 |
|
| 235 |
padding: 24px 0px; |
| 236 |
|
| 237 |
|
| 238 |
} |
| 239 |
|
| 240 |
|
| 241 |
|
| 242 |
|
| 243 |
|
| 244 |
.fc-button { |
| 245 |
|
| 246 |
|
| 247 |
background: #ffffff; |
| 248 |
|
| 249 |
|
| 250 |
border: 1px solid rgba(120, 130, 140, 0.13); |
| 251 |
|
| 252 |
|
| 253 |
color: #54667a; |
| 254 |
|
| 255 |
|
| 256 |
text-transform: capitalize; |
| 257 |
|
| 258 |
|
| 259 |
box-shadow: none; |
| 260 |
|
| 261 |
|
| 262 |
} |
| 263 |
|
| 264 |
|
| 265 |
.fc-button:hover { |
| 266 |
|
| 267 |
|
| 268 |
background: #f2f7f8; |
| 269 |
|
| 270 |
|
| 271 |
opacity: 0.8; |
| 272 |
|
| 273 |
|
| 274 |
} |
| 275 |
|
| 276 |
|
| 277 |
|
| 278 |
|
| 279 |
|
| 280 |
.fc-text-arrow { |
| 281 |
|
| 282 |
|
| 283 |
font-family: inherit; |
| 284 |
|
| 285 |
|
| 286 |
font-size: 16px; |
| 287 |
|
| 288 |
|
| 289 |
} |
| 290 |
|
| 291 |
|
| 292 |
|
| 293 |
|
| 294 |
|
| 295 |
.fc-state-hover { |
| 296 |
|
| 297 |
|
| 298 |
background: #F5F5F5; } |
| 299 |
|
| 300 |
|
| 301 |
|
| 302 |
|
| 303 |
|
| 304 |
.fc-unthemed .fc-today { |
| 305 |
|
| 306 |
|
| 307 |
border: 1px solid #f62d51; |
| 308 |
|
| 309 |
|
| 310 |
background: #f2f7f8 !important; } |
| 311 |
|
| 312 |
|
| 313 |
|
| 314 |
|
| 315 |
|
| 316 |
.fc-state-highlight { |
| 317 |
|
| 318 |
|
| 319 |
background: #f0f0f0; } |
| 320 |
|
| 321 |
|
| 322 |
|
| 323 |
|
| 324 |
|
| 325 |
.fc-cell-overlay { |
| 326 |
|
| 327 |
|
| 328 |
background: #f0f0f0; } |
| 329 |
|
| 330 |
|
| 331 |
|
| 332 |
|
| 333 |
|
| 334 |
.fc-unthemed .fc-today { |
| 335 |
|
| 336 |
|
| 337 |
background: #ffffff; } |
| 338 |
|
| 339 |
|
| 340 |
|
| 341 |
|
| 342 |
|
| 343 |
.fc-event { |
| 344 |
|
| 345 |
|
| 346 |
border-radius: 0px; |
| 347 |
|
| 348 |
|
| 349 |
border: none; |
| 350 |
|
| 351 |
|
| 352 |
cursor: move; |
| 353 |
|
| 354 |
|
| 355 |
color: #ffffff !important; |
| 356 |
|
| 357 |
|
| 358 |
font-size: 13px; |
| 359 |
|
| 360 |
|
| 361 |
margin: 1px -1px 0 -1px; |
| 362 |
|
| 363 |
|
| 364 |
padding: 5px 5px; |
| 365 |
|
| 366 |
|
| 367 |
text-align: center; |
| 368 |
|
| 369 |
|
| 370 |
background: #009efb; } |
| 371 |
|
| 372 |
|
| 373 |
|
| 374 |
|
| 375 |
|
| 376 |
.calendar-event { |
| 377 |
|
| 378 |
|
| 379 |
cursor: move; |
| 380 |
|
| 381 |
|
| 382 |
margin: 10px 5px 0 0; |
| 383 |
|
| 384 |
|
| 385 |
padding: 6px 10px; |
| 386 |
|
| 387 |
|
| 388 |
display: inline-block; |
| 389 |
|
| 390 |
|
| 391 |
color: #ffffff; |
| 392 |
|
| 393 |
|
| 394 |
min-width: 140px; |
| 395 |
|
| 396 |
|
| 397 |
text-align: center; |
| 398 |
|
| 399 |
|
| 400 |
background: #009efb; } |
| 401 |
|
| 402 |
|
| 403 |
.calendar-event a { |
| 404 |
|
| 405 |
|
| 406 |
float: right; |
| 407 |
|
| 408 |
|
| 409 |
opacity: 0.6; |
| 410 |
|
| 411 |
|
| 412 |
font-size: 10px; |
| 413 |
|
| 414 |
|
| 415 |
margin: 4px 0 0 10px; |
| 416 |
|
| 417 |
|
| 418 |
color: #ffffff; } |
| 419 |
|
| 420 |
|
| 421 |
|
| 422 |
|
| 423 |
|
| 424 |
.fc-basic-view td.fc-week-number span { |
| 425 |
|
| 426 |
|
| 427 |
padding-right: 5px; } |
| 428 |
|
| 429 |
|
| 430 |
|
| 431 |
|
| 432 |
|
| 433 |
.fc-basic-view .fc-day-number { |
| 434 |
|
| 435 |
|
| 436 |
padding: 10px 15px; |
| 437 |
|
| 438 |
|
| 439 |
/* display: inline-block; */ |
| 440 |
|
| 441 |
|
| 442 |
} |
| 443 |
|
| 444 |
|
| 445 |
.fc-state-active{ |
| 446 |
|
| 447 |
|
| 448 |
background: #f2f7f8; |
| 449 |
|
| 450 |
|
| 451 |
} |
| 452 |
|
| 453 |
|
| 454 |
|
| 455 |
|
| 456 |
|
| 457 |
|
| 458 |
|
| 459 |
|
| 460 |
/* Custome Model Popup */ |
| 461 |
|
| 462 |
|
| 463 |
.wpsp-popupMain { |
| 464 |
|
| 465 |
|
| 466 |
position: fixed; |
| 467 |
|
| 468 |
|
| 469 |
left: 0; |
| 470 |
|
| 471 |
|
| 472 |
right: 0; |
| 473 |
|
| 474 |
|
| 475 |
top: 0; |
| 476 |
|
| 477 |
|
| 478 |
bottom: 0; |
| 479 |
|
| 480 |
|
| 481 |
z-index: 999999; |
| 482 |
|
| 483 |
|
| 484 |
text-align: center; |
| 485 |
|
| 486 |
|
| 487 |
overflow: auto; |
| 488 |
|
| 489 |
|
| 490 |
opacity: 0; |
| 491 |
|
| 492 |
|
| 493 |
visibility: hidden; |
| 494 |
|
| 495 |
|
| 496 |
transition: .3s all; |
| 497 |
|
| 498 |
|
| 499 |
-webkit-transition: .3s all; |
| 500 |
|
| 501 |
|
| 502 |
padding: 100px 15px |
| 503 |
|
| 504 |
|
| 505 |
} |
| 506 |
|
| 507 |
|
| 508 |
.wpsp-popVisible, |
| 509 |
|
| 510 |
|
| 511 |
.wpsp-popVisible .wpsp-overlayer { |
| 512 |
|
| 513 |
|
| 514 |
opacity: 1; |
| 515 |
|
| 516 |
|
| 517 |
visibility: visible |
| 518 |
|
| 519 |
|
| 520 |
} |
| 521 |
|
| 522 |
|
| 523 |
|
| 524 |
|
| 525 |
|
| 526 |
.wpsp-bodyFixed { |
| 527 |
|
| 528 |
|
| 529 |
overflow: hidden |
| 530 |
|
| 531 |
|
| 532 |
} |
| 533 |
|
| 534 |
|
| 535 |
.wpsp-overlayer { |
| 536 |
|
| 537 |
|
| 538 |
position: fixed; |
| 539 |
|
| 540 |
|
| 541 |
left: 0; |
| 542 |
|
| 543 |
|
| 544 |
right: 0; |
| 545 |
|
| 546 |
|
| 547 |
top: 0; |
| 548 |
|
| 549 |
|
| 550 |
bottom: 0; |
| 551 |
|
| 552 |
|
| 553 |
background-color: rgba(0, 0, 0, .8); |
| 554 |
|
| 555 |
|
| 556 |
opacity: 0; |
| 557 |
|
| 558 |
|
| 559 |
visibility: hidden; |
| 560 |
|
| 561 |
|
| 562 |
transition: .3s all; |
| 563 |
|
| 564 |
|
| 565 |
-webkit-transition: .3s all |
| 566 |
|
| 567 |
|
| 568 |
} |
| 569 |
|
| 570 |
|
| 571 |
.wpsp-popupMain:before { |
| 572 |
|
| 573 |
|
| 574 |
content: ''; |
| 575 |
|
| 576 |
|
| 577 |
display: inline-block; |
| 578 |
|
| 579 |
|
| 580 |
vertical-align: middle; |
| 581 |
|
| 582 |
|
| 583 |
margin-left: -5px; |
| 584 |
|
| 585 |
|
| 586 |
height: 100% |
| 587 |
|
| 588 |
|
| 589 |
} |
| 590 |
|
| 591 |
|
| 592 |
.wpsp-popBody { |
| 593 |
|
| 594 |
|
| 595 |
display: inline-block; |
| 596 |
|
| 597 |
|
| 598 |
vertical-align: middle; |
| 599 |
|
| 600 |
|
| 601 |
text-align: left; |
| 602 |
|
| 603 |
|
| 604 |
position: relative; |
| 605 |
|
| 606 |
|
| 607 |
z-index: 99; |
| 608 |
|
| 609 |
|
| 610 |
transition: .6s all; |
| 611 |
|
| 612 |
|
| 613 |
-webkit-transition: .6s all; |
| 614 |
|
| 615 |
|
| 616 |
background: #fff; |
| 617 |
|
| 618 |
|
| 619 |
max-width: 700px; |
| 620 |
|
| 621 |
|
| 622 |
width: auto; |
| 623 |
|
| 624 |
|
| 625 |
height: auto; |
| 626 |
|
| 627 |
|
| 628 |
padding: 0; |
| 629 |
|
| 630 |
|
| 631 |
-moz-transform: translateY(-50%); |
| 632 |
|
| 633 |
|
| 634 |
-ms-transform: translateY(-50%); |
| 635 |
|
| 636 |
|
| 637 |
-webkit-transform: translateY(-50%); |
| 638 |
|
| 639 |
|
| 640 |
transform: translateY(-50%); |
| 641 |
|
| 642 |
|
| 643 |
/* overflow: hidden; */ |
| 644 |
|
| 645 |
|
| 646 |
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, .2); |
| 647 |
|
| 648 |
|
| 649 |
-ms-box-shadow: 0 0 9px rgba(0, 0, 0, .2); |
| 650 |
|
| 651 |
|
| 652 |
-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .2); |
| 653 |
|
| 654 |
|
| 655 |
box-shadow: 0 0 9px rgba(0, 0, 0, .2); |
| 656 |
|
| 657 |
|
| 658 |
width: 100%; |
| 659 |
|
| 660 |
|
| 661 |
/* border-radius: 7px; */ |
| 662 |
|
| 663 |
|
| 664 |
border: 5px solid; |
| 665 |
|
| 666 |
|
| 667 |
} |
| 668 |
|
| 669 |
|
| 670 |
.wpsp-popVisible .wpsp-popBody { |
| 671 |
|
| 672 |
|
| 673 |
-moz-transform: translateY(0); |
| 674 |
|
| 675 |
|
| 676 |
-ms-transform: translateY(0); |
| 677 |
|
| 678 |
|
| 679 |
-webkit-transform: translateY(0); |
| 680 |
|
| 681 |
|
| 682 |
transform: translateY(0) |
| 683 |
|
| 684 |
|
| 685 |
} |
| 686 |
|
| 687 |
|
| 688 |
.wpsp-popInner{ |
| 689 |
|
| 690 |
|
| 691 |
display: inline-block; |
| 692 |
|
| 693 |
|
| 694 |
width: 100%; |
| 695 |
|
| 696 |
|
| 697 |
} |
| 698 |
|
| 699 |
|
| 700 |
.wpsp-popup-cont{ |
| 701 |
|
| 702 |
|
| 703 |
display: inline-block; |
| 704 |
|
| 705 |
|
| 706 |
padding: 20px 10px; |
| 707 |
|
| 708 |
|
| 709 |
} |
| 710 |
|
| 711 |
|
| 712 |
.wpsp-popBody:before { |
| 713 |
|
| 714 |
|
| 715 |
position: absolute; |
| 716 |
|
| 717 |
|
| 718 |
left: 0; |
| 719 |
|
| 720 |
|
| 721 |
right: 0; |
| 722 |
|
| 723 |
|
| 724 |
top: 50px; |
| 725 |
|
| 726 |
|
| 727 |
bottom: 50px; |
| 728 |
|
| 729 |
|
| 730 |
background-color: #fff; |
| 731 |
|
| 732 |
|
| 733 |
content: ''; |
| 734 |
|
| 735 |
|
| 736 |
z-index: -1 |
| 737 |
|
| 738 |
|
| 739 |
} |
| 740 |
|
| 741 |
|
| 742 |
.wpsp-closePopup { |
| 743 |
|
| 744 |
|
| 745 |
position: absolute; |
| 746 |
|
| 747 |
|
| 748 |
right: -40px; |
| 749 |
|
| 750 |
|
| 751 |
top: -40px; |
| 752 |
|
| 753 |
|
| 754 |
width: 30px; |
| 755 |
|
| 756 |
|
| 757 |
height: 30px; |
| 758 |
|
| 759 |
|
| 760 |
transition: all .4s ease-in-out; |
| 761 |
|
| 762 |
|
| 763 |
z-index: 12; |
| 764 |
|
| 765 |
|
| 766 |
} |
| 767 |
|
| 768 |
|
| 769 |
.wpsp-closePopup:after, |
| 770 |
|
| 771 |
|
| 772 |
.wpsp-closePopup:before { |
| 773 |
|
| 774 |
|
| 775 |
position: absolute; |
| 776 |
|
| 777 |
|
| 778 |
content: ''; |
| 779 |
|
| 780 |
|
| 781 |
top: 0; |
| 782 |
|
| 783 |
|
| 784 |
bottom: 0; |
| 785 |
|
| 786 |
|
| 787 |
height: 3px; |
| 788 |
|
| 789 |
|
| 790 |
background: #fff; |
| 791 |
|
| 792 |
|
| 793 |
width: 100%; |
| 794 |
|
| 795 |
|
| 796 |
right: 0; |
| 797 |
|
| 798 |
|
| 799 |
margin: auto; |
| 800 |
|
| 801 |
|
| 802 |
left: 0 |
| 803 |
|
| 804 |
|
| 805 |
} |
| 806 |
|
| 807 |
|
| 808 |
.wpsp-closePopup:before { |
| 809 |
|
| 810 |
|
| 811 |
-moz-transform: rotate(-45deg); |
| 812 |
|
| 813 |
|
| 814 |
-ms-transform: rotate(-45deg); |
| 815 |
|
| 816 |
|
| 817 |
-webkit-transform: rotate(-45deg); |
| 818 |
|
| 819 |
|
| 820 |
transform: rotate(-45deg) |
| 821 |
|
| 822 |
|
| 823 |
} |
| 824 |
|
| 825 |
|
| 826 |
.wpsp-closePopup:after { |
| 827 |
|
| 828 |
|
| 829 |
-moz-transform: rotate(45deg); |
| 830 |
|
| 831 |
|
| 832 |
-ms-transform: rotate(45deg); |
| 833 |
|
| 834 |
|
| 835 |
-webkit-transform: rotate(45deg); |
| 836 |
|
| 837 |
|
| 838 |
transform: rotate(45deg) |
| 839 |
|
| 840 |
|
| 841 |
} |
| 842 |
|
| 843 |
|
| 844 |
.wpsp-closePopup:hover { |
| 845 |
|
| 846 |
|
| 847 |
-moz-transform: rotate(180deg); |
| 848 |
|
| 849 |
|
| 850 |
-ms-transform: rotate(180deg); |
| 851 |
|
| 852 |
|
| 853 |
-webkit-transform: rotate(180deg); |
| 854 |
|
| 855 |
|
| 856 |
transform: rotate(180deg); |
| 857 |
|
| 858 |
|
| 859 |
} |
| 860 |
|
| 861 |
|
| 862 |
|
| 863 |
|
| 864 |
|
| 865 |
|
| 866 |
|
| 867 |
|
| 868 |
.wpsp-panel-title{ |
| 869 |
|
| 870 |
|
| 871 |
display: block; |
| 872 |
|
| 873 |
|
| 874 |
width: 100%; |
| 875 |
|
| 876 |
|
| 877 |
padding:15px; |
| 878 |
|
| 879 |
|
| 880 |
background: rgb(1,120,188); |
| 881 |
|
| 882 |
|
| 883 |
background: -moz-linear-gradient(left, rgba(1,120,188,1) 0%, rgba(0,189,218,1) 100%); |
| 884 |
|
| 885 |
|
| 886 |
background: -webkit-linear-gradient(left, rgba(1,120,188,1) 0%,rgba(0,189,218,1) 100%); |
| 887 |
|
| 888 |
|
| 889 |
background: linear-gradient(to right, rgba(1,120,188,1) 0%,rgba(0,189,218,1) 100%); |
| 890 |
|
| 891 |
|
| 892 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0178bc', endColorstr='#00bdda',GradientType=1 ); |
| 893 |
|
| 894 |
|
| 895 |
color: #fff; |
| 896 |
|
| 897 |
|
| 898 |
margin:0; |
| 899 |
|
| 900 |
|
| 901 |
} |
| 902 |
|
| 903 |
|
| 904 |
|
| 905 |
|
| 906 |
|
| 907 |
.wpsp-panel-body{ |
| 908 |
|
| 909 |
|
| 910 |
display: block; |
| 911 |
|
| 912 |
|
| 913 |
padding:20px 15px; |
| 914 |
|
| 915 |
|
| 916 |
} |
| 917 |
|
| 918 |
|
| 919 |
|
| 920 |
|
| 921 |
|
| 922 |
.wpsp-userpic{ |
| 923 |
|
| 924 |
|
| 925 |
display: inline-block; |
| 926 |
|
| 927 |
|
| 928 |
width: 150px; |
| 929 |
|
| 930 |
|
| 931 |
height: 150px; |
| 932 |
|
| 933 |
|
| 934 |
border-radius: 50%; |
| 935 |
|
| 936 |
|
| 937 |
margin:0 0 10px 0; |
| 938 |
|
| 939 |
|
| 940 |
background: #f1f1f1; |
| 941 |
|
| 942 |
|
| 943 |
position: relative; |
| 944 |
|
| 945 |
|
| 946 |
margin-top: -90px; |
| 947 |
|
| 948 |
|
| 949 |
border: 5px solid #fff; |
| 950 |
|
| 951 |
|
| 952 |
overflow: hidden; |
| 953 |
|
| 954 |
|
| 955 |
} |
| 956 |
|
| 957 |
|
| 958 |
.wpsp-userpic img{ |
| 959 |
|
| 960 |
|
| 961 |
width: 100%; |
| 962 |
|
| 963 |
|
| 964 |
height: 100%; |
| 965 |
|
| 966 |
|
| 967 |
object-fit: cover; |
| 968 |
|
| 969 |
|
| 970 |
object-position: center center; |
| 971 |
|
| 972 |
|
| 973 |
} |
| 974 |
|
| 975 |
|
| 976 |
.wpsp-userDetails { |
| 977 |
|
| 978 |
|
| 979 |
float: left; |
| 980 |
|
| 981 |
|
| 982 |
width: 100%; |
| 983 |
|
| 984 |
|
| 985 |
text-align: left; |
| 986 |
|
| 987 |
|
| 988 |
padding-bottom: 15px; |
| 989 |
|
| 990 |
|
| 991 |
} |
| 992 |
|
| 993 |
|
| 994 |
|
| 995 |
|
| 996 |
|
| 997 |
.wpsp-userInfo{ |
| 998 |
|
| 999 |
|
| 1000 |
font-size: 16px; |
| 1001 |
|
| 1002 |
|
| 1003 |
font-weight: 400; |
| 1004 |
|
| 1005 |
|
| 1006 |
color: #333; |
| 1007 |
|
| 1008 |
|
| 1009 |
margin: 0 0 10px 0; |
| 1010 |
|
| 1011 |
|
| 1012 |
padding: 2px 0; |
| 1013 |
|
| 1014 |
|
| 1015 |
float: left; |
| 1016 |
|
| 1017 |
|
| 1018 |
width: 50%; |
| 1019 |
|
| 1020 |
|
| 1021 |
} |
| 1022 |
|
| 1023 |
|
| 1024 |
.wpsp-userInfo strong{ |
| 1025 |
|
| 1026 |
|
| 1027 |
display: inline-block; |
| 1028 |
|
| 1029 |
|
| 1030 |
/* min-width: 200px; */ |
| 1031 |
|
| 1032 |
|
| 1033 |
} |
| 1034 |
|
| 1035 |
|
| 1036 |
|
| 1037 |
|
| 1038 |
|
| 1039 |
#ViewModalContent{ |
| 1040 |
|
| 1041 |
|
| 1042 |
text-align: center; |
| 1043 |
|
| 1044 |
|
| 1045 |
} |
| 1046 |
|
| 1047 |
|
| 1048 |
.wpsp-full-width{ |
| 1049 |
|
| 1050 |
|
| 1051 |
width: 100%; |
| 1052 |
|
| 1053 |
|
| 1054 |
} |
| 1055 |
|
| 1056 |
|
| 1057 |
|
| 1058 |
|
| 1059 |
|
| 1060 |
|
| 1061 |
|
| 1062 |
|
| 1063 |
|
| 1064 |
|
| 1065 |
|
| 1066 |
/* |
| 1067 |
|
| 1068 |
|
| 1069 |
Datateble style |
| 1070 |
|
| 1071 |
|
| 1072 |
*/ |
| 1073 |
|
| 1074 |
|
| 1075 |
.dataTables_wrapper{ |
| 1076 |
|
| 1077 |
|
| 1078 |
display: block; |
| 1079 |
|
| 1080 |
|
| 1081 |
width: 100%; |
| 1082 |
|
| 1083 |
|
| 1084 |
/* overflow-x: auto; */ |
| 1085 |
|
| 1086 |
|
| 1087 |
-ms-overflow-style: -ms-autohiding-scrollbar; |
| 1088 |
|
| 1089 |
|
| 1090 |
} |
| 1091 |
|
| 1092 |
|
| 1093 |
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after { |
| 1094 |
|
| 1095 |
|
| 1096 |
position: absolute; |
| 1097 |
|
| 1098 |
|
| 1099 |
height: 22px; |
| 1100 |
|
| 1101 |
|
| 1102 |
bottom: 0; |
| 1103 |
|
| 1104 |
|
| 1105 |
top: 0; |
| 1106 |
|
| 1107 |
|
| 1108 |
margin: auto; |
| 1109 |
|
| 1110 |
|
| 1111 |
display: block; |
| 1112 |
|
| 1113 |
|
| 1114 |
opacity: 0.3; |
| 1115 |
|
| 1116 |
|
| 1117 |
} |
| 1118 |
|
| 1119 |
|
| 1120 |
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{ |
| 1121 |
|
| 1122 |
|
| 1123 |
right: 12px; |
| 1124 |
|
| 1125 |
|
| 1126 |
content: "\2191"; |
| 1127 |
|
| 1128 |
|
| 1129 |
position: absolute; |
| 1130 |
|
| 1131 |
|
| 1132 |
height: 22px; |
| 1133 |
|
| 1134 |
|
| 1135 |
bottom: 0; |
| 1136 |
|
| 1137 |
|
| 1138 |
top: 0; |
| 1139 |
|
| 1140 |
|
| 1141 |
margin: auto; |
| 1142 |
|
| 1143 |
|
| 1144 |
display: block; |
| 1145 |
|
| 1146 |
|
| 1147 |
opacity: 0.3; |
| 1148 |
|
| 1149 |
|
| 1150 |
} |
| 1151 |
|
| 1152 |
|
| 1153 |
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{ |
| 1154 |
|
| 1155 |
|
| 1156 |
right: 5px; |
| 1157 |
|
| 1158 |
|
| 1159 |
content: "\2193"; |
| 1160 |
|
| 1161 |
|
| 1162 |
} |
| 1163 |
|
| 1164 |
|
| 1165 |
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after { |
| 1166 |
|
| 1167 |
|
| 1168 |
opacity: 1; |
| 1169 |
|
| 1170 |
|
| 1171 |
} |
| 1172 |
|
| 1173 |
|
| 1174 |
|
| 1175 |
|
| 1176 |
|
| 1177 |
.dataTables_info, .dataTables_length { |
| 1178 |
|
| 1179 |
|
| 1180 |
display: inline-block; |
| 1181 |
|
| 1182 |
|
| 1183 |
vertical-align: middle; |
| 1184 |
|
| 1185 |
|
| 1186 |
} |
| 1187 |
|
| 1188 |
|
| 1189 |
.dataTables_info{ |
| 1190 |
|
| 1191 |
|
| 1192 |
color: #54667a; |
| 1193 |
|
| 1194 |
|
| 1195 |
font-weight: 300; |
| 1196 |
|
| 1197 |
|
| 1198 |
padding-top: 0.85em; |
| 1199 |
|
| 1200 |
|
| 1201 |
white-space: nowrap; |
| 1202 |
|
| 1203 |
|
| 1204 |
font-size: 16px; |
| 1205 |
|
| 1206 |
|
| 1207 |
} |
| 1208 |
|
| 1209 |
|
| 1210 |
|
| 1211 |
|
| 1212 |
|
| 1213 |
.wpsp-dataTable-bottom{ |
| 1214 |
|
| 1215 |
|
| 1216 |
display: block; |
| 1217 |
|
| 1218 |
|
| 1219 |
margin-top: 15px; |
| 1220 |
|
| 1221 |
|
| 1222 |
} |
| 1223 |
|
| 1224 |
|
| 1225 |
.wpsp-length-info{ |
| 1226 |
|
| 1227 |
|
| 1228 |
display: inline-block; |
| 1229 |
|
| 1230 |
|
| 1231 |
} |
| 1232 |
|
| 1233 |
|
| 1234 |
.wpsp-dataTable-bottom .dataTables_length + .dataTables_info{ |
| 1235 |
|
| 1236 |
|
| 1237 |
padding-top: 0; |
| 1238 |
|
| 1239 |
|
| 1240 |
margin-left: 10px; |
| 1241 |
|
| 1242 |
|
| 1243 |
margin-top: -7px; |
| 1244 |
|
| 1245 |
|
| 1246 |
} |
| 1247 |
|
| 1248 |
|
| 1249 |
|
| 1250 |
|
| 1251 |
|
| 1252 |
div.dataTables_wrapper div.dataTables_length label { |
| 1253 |
|
| 1254 |
|
| 1255 |
font-weight: normal; |
| 1256 |
|
| 1257 |
|
| 1258 |
text-align: left; |
| 1259 |
|
| 1260 |
|
| 1261 |
white-space: nowrap; |
| 1262 |
|
| 1263 |
|
| 1264 |
} |
| 1265 |
|
| 1266 |
|
| 1267 |
.dataTables_length select, .dataTables_filter input{ |
| 1268 |
|
| 1269 |
|
| 1270 |
display: block; |
| 1271 |
|
| 1272 |
|
| 1273 |
width: 100%; |
| 1274 |
|
| 1275 |
|
| 1276 |
height: calc(1.8125rem + 2px); |
| 1277 |
|
| 1278 |
|
| 1279 |
font-weight: 400; |
| 1280 |
|
| 1281 |
|
| 1282 |
line-height: 1.5; |
| 1283 |
|
| 1284 |
|
| 1285 |
color: #54667a; |
| 1286 |
|
| 1287 |
|
| 1288 |
background-color: #fff; |
| 1289 |
|
| 1290 |
|
| 1291 |
background-clip: padding-box; |
| 1292 |
|
| 1293 |
|
| 1294 |
border: 1px solid #ced4da; |
| 1295 |
|
| 1296 |
|
| 1297 |
border-radius: 3px; |
| 1298 |
|
| 1299 |
|
| 1300 |
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; |
| 1301 |
|
| 1302 |
|
| 1303 |
box-shadow: none; |
| 1304 |
|
| 1305 |
|
| 1306 |
padding: 4px 8px; |
| 1307 |
|
| 1308 |
|
| 1309 |
font-size: 14px; |
| 1310 |
|
| 1311 |
|
| 1312 |
line-height: 1.5; |
| 1313 |
|
| 1314 |
|
| 1315 |
min-height: 20px; |
| 1316 |
|
| 1317 |
|
| 1318 |
} |
| 1319 |
|
| 1320 |
|
| 1321 |
|
| 1322 |
|
| 1323 |
|
| 1324 |
.dataTables_filter, .dataTables_paginate{ |
| 1325 |
|
| 1326 |
|
| 1327 |
float: right; |
| 1328 |
|
| 1329 |
|
| 1330 |
} |
| 1331 |
|
| 1332 |
|
| 1333 |
|
| 1334 |
|
| 1335 |
|
| 1336 |
.dataTables_paginate{ |
| 1337 |
|
| 1338 |
|
| 1339 |
display: -ms-flexbox; |
| 1340 |
|
| 1341 |
|
| 1342 |
display: flex; |
| 1343 |
|
| 1344 |
|
| 1345 |
padding-left: 0; |
| 1346 |
|
| 1347 |
|
| 1348 |
list-style: none; |
| 1349 |
|
| 1350 |
|
| 1351 |
} |
| 1352 |
|
| 1353 |
|
| 1354 |
|
| 1355 |
|
| 1356 |
|
| 1357 |
.dataTables_paginate a { |
| 1358 |
|
| 1359 |
|
| 1360 |
display: inline-block; |
| 1361 |
|
| 1362 |
|
| 1363 |
vertical-align: middle; |
| 1364 |
|
| 1365 |
|
| 1366 |
padding: 5px 10px; |
| 1367 |
|
| 1368 |
|
| 1369 |
border-radius: 4px; |
| 1370 |
|
| 1371 |
|
| 1372 |
border: 0px; |
| 1373 |
|
| 1374 |
|
| 1375 |
text-decoration: none; |
| 1376 |
|
| 1377 |
|
| 1378 |
color: #54667a; |
| 1379 |
|
| 1380 |
|
| 1381 |
cursor: pointer; |
| 1382 |
|
| 1383 |
|
| 1384 |
margin-left: 2px; |
| 1385 |
|
| 1386 |
|
| 1387 |
} |
| 1388 |
|
| 1389 |
|
| 1390 |
.dataTables_paginate a.previous{ |
| 1391 |
|
| 1392 |
|
| 1393 |
margin-left: 0; |
| 1394 |
|
| 1395 |
|
| 1396 |
} |
| 1397 |
|
| 1398 |
|
| 1399 |
.dataTables_paginate a.current, .dataTables_paginate a:hover{ |
| 1400 |
|
| 1401 |
|
| 1402 |
background: #009efb; |
| 1403 |
|
| 1404 |
|
| 1405 |
color: #ffffff; |
| 1406 |
|
| 1407 |
|
| 1408 |
} |
| 1409 |
|
| 1410 |
|
| 1411 |
|
| 1412 |
|
| 1413 |
|
| 1414 |
/* File upload button Design */ |
| 1415 |
|
| 1416 |
|
| 1417 |
.wpsp-btn.wpsp-btn-file { |
| 1418 |
|
| 1419 |
|
| 1420 |
position: relative; |
| 1421 |
|
| 1422 |
|
| 1423 |
overflow: hidden |
| 1424 |
|
| 1425 |
|
| 1426 |
} |
| 1427 |
|
| 1428 |
|
| 1429 |
|
| 1430 |
|
| 1431 |
|
| 1432 |
.wpsp-btn.wpsp-btn-file>input[type='file'] { |
| 1433 |
|
| 1434 |
|
| 1435 |
position: absolute; |
| 1436 |
|
| 1437 |
|
| 1438 |
top: 0; |
| 1439 |
|
| 1440 |
|
| 1441 |
right: 0; |
| 1442 |
|
| 1443 |
|
| 1444 |
min-width: 100%; |
| 1445 |
|
| 1446 |
|
| 1447 |
min-height: 100%; |
| 1448 |
|
| 1449 |
|
| 1450 |
font-size: 100px; |
| 1451 |
|
| 1452 |
|
| 1453 |
text-align: right; |
| 1454 |
|
| 1455 |
|
| 1456 |
opacity: 0; |
| 1457 |
|
| 1458 |
|
| 1459 |
filter: alpha(opacity=0); |
| 1460 |
|
| 1461 |
|
| 1462 |
outline: none; |
| 1463 |
|
| 1464 |
|
| 1465 |
background: white; |
| 1466 |
|
| 1467 |
|
| 1468 |
cursor: inherit; |
| 1469 |
|
| 1470 |
|
| 1471 |
display: block |
| 1472 |
|
| 1473 |
|
| 1474 |
} |
| 1475 |
|
| 1476 |
|
| 1477 |
|