custom.css 95.3 KB
Newer Older
N
#241  
Nicolae Gabriel 已提交
1
.daterangepicker .ranges li {
S
sunny kushwaha 已提交
2 3
  color: #73879C; }
  .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
N
#241  
Nicolae Gabriel 已提交
4 5
    background: #536A7F;
    border: 1px solid #536A7F;
S
sunny kushwaha 已提交
6
    color: #fff; }
N
#241  
Nicolae Gabriel 已提交
7
.daterangepicker .input-mini {
S
sunny kushwaha 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
  background-color: #eee;
  border: 1px solid #ccc;
  box-shadow: none !important; }
  .daterangepicker .input-mini.active {
    border: 1px solid #ccc; }
.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  height: 30px;
  border: 1px solid #ADB2B5;
  line-height: 30px;
  border-radius: 0px !important; }
N
#241  
Nicolae Gabriel 已提交
23
.daterangepicker select.monthselect {
S
sunny kushwaha 已提交
24
  margin-right: 2%; }
N
#241  
Nicolae Gabriel 已提交
25
.daterangepicker td.in-range {
S
sunny kushwaha 已提交
26 27 28 29 30
  background: #E4E7EA;
  color: #73879C; }
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #536A7F;
  color: #fff; }
N
#241  
Nicolae Gabriel 已提交
31
.daterangepicker th.available:hover {
S
sunny kushwaha 已提交
32 33 34 35
  background: #eee;
  color: #34495E; }
.daterangepicker:before, .daterangepicker:after {
  content: none; }
N
#241  
Nicolae Gabriel 已提交
36
.daterangepicker .calendar.single {
S
sunny kushwaha 已提交
37 38
  margin: 0 0 4px 0; }
  .daterangepicker .calendar.single .calendar-table {
N
#241  
Nicolae Gabriel 已提交
39
    width: 224px;
S
sunny kushwaha 已提交
40 41 42 43 44
    padding: 0 0 4px 0 !important; }
    .daterangepicker .calendar.single .calendar-table thead tr:first-child th {
      padding: 8px 5px; }
    .daterangepicker .calendar.single .calendar-table thead th {
      border-radius: 0; }
N
#241  
Nicolae Gabriel 已提交
45
.daterangepicker.picker_1 {
S
sunny kushwaha 已提交
46 47 48 49 50 51 52 53 54 55 56 57 58
  color: #fff;
  background: #34495E; }
  .daterangepicker.picker_1 .calendar-table {
    background: #34495E; }
    .daterangepicker.picker_1 .calendar-table thead tr {
      background: #213345; }
    .daterangepicker.picker_1 .calendar-table thead tr:first-child {
      background: #1ABB9C; }
    .daterangepicker.picker_1 .calendar-table td.off {
      background: #34495E;
      color: #999; }
    .daterangepicker.picker_1 .calendar-table td.available:hover {
      color: #34495E; }
N
#241  
Nicolae Gabriel 已提交
59
.daterangepicker.picker_2 .calendar-table thead tr {
S
sunny kushwaha 已提交
60
  color: #1ABB9C; }
N
#241  
Nicolae Gabriel 已提交
61
.daterangepicker.picker_2 .calendar-table thead tr:first-child {
S
sunny kushwaha 已提交
62
  color: #73879C; }
N
#241  
Nicolae Gabriel 已提交
63
.daterangepicker.picker_3 .calendar-table thead tr:first-child {
S
sunny kushwaha 已提交
64 65
  color: #fff;
  background: #1ABB9C; }
N
#241  
Nicolae Gabriel 已提交
66
.daterangepicker.picker_4 .calendar-table thead tr:first-child {
S
sunny kushwaha 已提交
67 68 69 70 71 72
  color: #fff;
  background: #34495E; }
.daterangepicker.picker_4 .calendar-table td, .daterangepicker.picker_4 .calendar-table td.off {
  background: #ECF0F1;
  border: 1px solid #fff;
  border-radius: 0; }
N
#241  
Nicolae Gabriel 已提交
73
.daterangepicker.picker_4 .calendar-table td.active {
S
sunny kushwaha 已提交
74 75
  background: #34495E; }

N
#241  
Nicolae Gabriel 已提交
76
.calendar-exibit .show-calendar {
S
sunny kushwaha 已提交
77 78 79 80 81 82 83 84 85 86 87 88
  float: none;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .calendar-exibit .show-calendar .calendar {
    margin: 0 0 4px 0; }
  .calendar-exibit .show-calendar.picker_1 {
    background: #34495E; }
N
#241  
Nicolae Gabriel 已提交
89
.calendar-exibit .calendar-table {
S
sunny kushwaha 已提交
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893
  padding: 0 0 4px 0; }

@charset "UTF-8";
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

N
#241  
Nicolae Gabriel 已提交
894
.left_col {
S
sunny kushwaha 已提交
895 896 897 898 899 900 901
  background: #2A3F54; }

.container {
  width: 100%;
  padding: 0;
  max-width: 100%; }

N
#241  
Nicolae Gabriel 已提交
902
.nav-sm .container.body .col-md-3.left_col {
S
sunny kushwaha 已提交
903 904 905 906 907 908
  min-height: 100%;
  width: 70px;
  padding: 0;
  z-index: 9999;
  position: absolute; }

N
#241  
Nicolae Gabriel 已提交
909
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
S
sunny kushwaha 已提交
910 911 912
  position: fixed;
  height: 100%; }

N
#241  
Nicolae Gabriel 已提交
913 914
.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
S
sunny kushwaha 已提交
915 916
  overflow: visible; }

N
#241  
Nicolae Gabriel 已提交
917
.nav-sm .hidden-small {
S
sunny kushwaha 已提交
918 919
  visibility: hidden; }

N
#241  
Nicolae Gabriel 已提交
920
.nav-sm .container.body .right_col {
S
sunny kushwaha 已提交
921 922 923 924
  padding: 10px 20px;
  margin-left: 70px;
  z-index: 2; }

N
#241  
Nicolae Gabriel 已提交
925
.nav-sm .navbar.nav_title {
S
sunny kushwaha 已提交
926 927
  width: 70px; }

N
#241  
Nicolae Gabriel 已提交
928
.nav-sm .navbar.nav_title a span {
S
sunny kushwaha 已提交
929 930
  display: none; }

N
#241  
Nicolae Gabriel 已提交
931
.nav-sm .navbar.nav_title a i {
S
sunny kushwaha 已提交
932 933 934
  font-size: 27px;
  margin: 13px 0 0 3px; }

N
#241  
Nicolae Gabriel 已提交
935
.site_title i {
S
sunny kushwaha 已提交
936 937 938 939
  border: 1px solid #EAEAEA;
  padding: 5px 6px;
  border-radius: 50%; }

N
#241  
Nicolae Gabriel 已提交
940
.nav-sm .main_container .top_nav {
S
sunny kushwaha 已提交
941 942 943 944
  display: block;
  margin-left: 70px;
  z-index: 2; }

N
#241  
Nicolae Gabriel 已提交
945
.nav-sm .nav.side-menu li a {
S
sunny kushwaha 已提交
946 947 948 949 950
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px; }

N
#241  
Nicolae Gabriel 已提交
951 952
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
S
sunny kushwaha 已提交
953 954
  border-right: 5px solid #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
955 956
.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
S
sunny kushwaha 已提交
957 958 959 960 961 962 963
  position: static;
  width: 200px;
  background: none; }

.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #1ABB9C !important; }

N
#241  
Nicolae Gabriel 已提交
964
.nav-sm .nav.side-menu li a i.toggle-up {
S
sunny kushwaha 已提交
965 966
  display: none !important; }

N
#241  
Nicolae Gabriel 已提交
967
.nav-sm .nav.side-menu li a i {
S
sunny kushwaha 已提交
968 969 970 971 972
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px; }

N
#241  
Nicolae Gabriel 已提交
973
.nav-sm ul.nav.child_menu {
S
sunny kushwaha 已提交
974 975 976 977 978 979 980 981
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none; }

N
#241  
Nicolae Gabriel 已提交
982
.nav-sm ul.nav.child_menu li {
S
sunny kushwaha 已提交
983 984
  padding: 0 10px; }

N
#241  
Nicolae Gabriel 已提交
985
.nav-sm ul.nav.child_menu li a {
S
sunny kushwaha 已提交
986 987
  text-align: left !important; }

N
#241  
Nicolae Gabriel 已提交
988
.nav-sm .profile {
S
sunny kushwaha 已提交
989 990
  display: none; }

N
#241  
Nicolae Gabriel 已提交
991
.menu_section {
S
sunny kushwaha 已提交
992 993
  margin-bottom: 35px; }

N
#241  
Nicolae Gabriel 已提交
994
.menu_section h3 {
S
sunny kushwaha 已提交
995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008
  padding-left: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000; }

.menu_section > ul {
  margin-top: 10px;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
1009
.profile_pic {
S
sunny kushwaha 已提交
1010 1011 1012
  width: 35%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
1013
.img-circle.profile_img {
S
sunny kushwaha 已提交
1014 1015 1016 1017 1018 1019 1020 1021 1022
  width: 70%;
  background: #fff;
  margin-left: 15%;
  z-index: 1000;
  position: inherit;
  margin-top: 20px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  padding: 4px; }

N
#241  
Nicolae Gabriel 已提交
1023
.profile_info {
S
sunny kushwaha 已提交
1024 1025 1026 1027
  padding: 25px 10px 10px;
  width: 65%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
1028
.profile_info span {
S
sunny kushwaha 已提交
1029 1030 1031 1032
  font-size: 13px;
  line-height: 30px;
  color: #BAB8B8; }

N
#241  
Nicolae Gabriel 已提交
1033
.profile_info h2 {
S
sunny kushwaha 已提交
1034 1035 1036 1037 1038
  font-size: 14px;
  color: #ECF0F1;
  margin: 0;
  font-weight: 300; }

N
#241  
Nicolae Gabriel 已提交
1039
.profile.img_2 {
S
sunny kushwaha 已提交
1040 1041
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
1042
.profile.img_2 .profile_pic {
S
sunny kushwaha 已提交
1043 1044
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1045
.profile.img_2 .profile_pic .img-circle.profile_img {
S
sunny kushwaha 已提交
1046 1047 1048
  width: 50%;
  margin: 10px 0 0; }

N
#241  
Nicolae Gabriel 已提交
1049
.profile.img_2 .profile_info {
S
sunny kushwaha 已提交
1050 1051 1052 1053 1054
  padding: 15px 10px 0;
  width: 100%;
  margin-bottom: 10px;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
1055
.main_menu span.fa {
S
sunny kushwaha 已提交
1056 1057 1058 1059 1060 1061 1062
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA; }

N
#241  
Nicolae Gabriel 已提交
1063
.active a span.fa {
S
sunny kushwaha 已提交
1064 1065 1066
  text-align: right !important;
  margin-right: 4px; }

N
#241  
Nicolae Gabriel 已提交
1067
.nav-sm .menu_section {
S
sunny kushwaha 已提交
1068 1069
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
1070 1071
.nav-sm span.fa,
.nav-sm .menu_section h3 {
S
sunny kushwaha 已提交
1072 1073
  display: none; }

N
#241  
Nicolae Gabriel 已提交
1074
.nav-sm li li span.fa {
S
sunny kushwaha 已提交
1075 1076
  display: inline-block; }

N
#241  
Nicolae Gabriel 已提交
1077
.nav_menu {
S
sunny kushwaha 已提交
1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093
  float: left;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative; }

.info-number .badge {
  font-size: 10px;
  font-weight: normal;
  line-height: 13px;
  padding: 2px 6px;
  position: absolute;
  right: -2px;
  top: -8px; }

N
#241  
Nicolae Gabriel 已提交
1094
@media (min-width: 480px) {
S
sunny kushwaha 已提交
1095 1096 1097 1098 1099
  .nav_menu {
    position: static; }

  .item {
    display: block; } }
N
#241  
Nicolae Gabriel 已提交
1100
.nav-md .container.body .col-md-3.left_col {
S
sunny kushwaha 已提交
1101 1102 1103 1104 1105 1106 1107 1108
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }

N
#241  
Nicolae Gabriel 已提交
1109
.nav-md .container.body .col-md-3.left_col.menu_fixed {
S
sunny kushwaha 已提交
1110 1111 1112
  height: 100%;
  position: fixed; }

N
#241  
Nicolae Gabriel 已提交
1113
body .container.body .right_col {
S
sunny kushwaha 已提交
1114 1115
  background: #F7F7F7; }

N
#241  
Nicolae Gabriel 已提交
1116
.nav-md .container.body .right_col {
S
sunny kushwaha 已提交
1117 1118 1119
  padding: 10px 20px 0;
  margin-left: 230px; }

N
#241  
Nicolae Gabriel 已提交
1120
.nav_title {
S
sunny kushwaha 已提交
1121 1122 1123 1124 1125 1126 1127
  width: 230px;
  float: left;
  background: #2A3F54;
  border-radius: 0;
  height: 57px;
  padding: 0px; }

N
#241  
Nicolae Gabriel 已提交
1128
@media (max-width: 991px) {
S
sunny kushwaha 已提交
1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144
  .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
    width: 100%;
    margin: 0; }

  .nav-md .container.body .col-md-3.left_col {
    display: none; }

  .nav-md .container.body .right_col {
    width: 100%;
    padding-right: 0; }

  .right_col {
    padding: 10px !important; }

  .item {
    display: block; } }
N
#241  
Nicolae Gabriel 已提交
1145
@media (max-width: 1200px) {
S
sunny kushwaha 已提交
1146 1147 1148 1149 1150
  .x_title h2 {
    width: 62%;
    font-size: 17px; }

  .tile, .graph {
S
sunny kushwaha 已提交
1151
    zoom: 76%;
S
sunny kushwaha 已提交
1152 1153 1154 1155
    height: inherit; }

  .item {
    display: block; } }
N
#241  
Nicolae Gabriel 已提交
1156
@media (max-width: 1270px) and (min-width: 192px) {
S
sunny kushwaha 已提交
1157 1158
  .x_title h2 small {
    display: none; } }
N
#241  
Nicolae Gabriel 已提交
1159
.left_col .mCSB_scrollTools {
S
sunny kushwaha 已提交
1160 1161
  width: 6px; }

N
#241  
Nicolae Gabriel 已提交
1162
.left_col .mCSB_dragger {
S
sunny kushwaha 已提交
1163 1164 1165
  max-height: 400px !important; }

/**  ------------------------------------------  **/
N
#241  
Nicolae Gabriel 已提交
1166
.blue {
S
sunny kushwaha 已提交
1167 1168
  color: #3498DB; }

N
#241  
Nicolae Gabriel 已提交
1169
.purple {
S
sunny kushwaha 已提交
1170 1171
  color: #9B59B6; }

N
#241  
Nicolae Gabriel 已提交
1172
.green {
S
sunny kushwaha 已提交
1173 1174
  color: #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
1175
.aero {
S
sunny kushwaha 已提交
1176 1177
  color: #9CC2CB; }

N
#241  
Nicolae Gabriel 已提交
1178
.red {
S
sunny kushwaha 已提交
1179 1180
  color: #E74C3C; }

N
#241  
Nicolae Gabriel 已提交
1181
.dark {
S
sunny kushwaha 已提交
1182 1183
  color: #34495E; }

N
#241  
Nicolae Gabriel 已提交
1184
.border-blue {
S
sunny kushwaha 已提交
1185 1186
  border-color: #3498DB !important; }

N
#241  
Nicolae Gabriel 已提交
1187
.border-purple {
S
sunny kushwaha 已提交
1188 1189
  border-color: #9B59B6 !important; }

N
#241  
Nicolae Gabriel 已提交
1190
.border-green {
S
sunny kushwaha 已提交
1191 1192
  border-color: #1ABB9C !important; }

N
#241  
Nicolae Gabriel 已提交
1193
.border-aero {
S
sunny kushwaha 已提交
1194 1195
  border-color: #9CC2CB !important; }

N
#241  
Nicolae Gabriel 已提交
1196
.border-red {
S
sunny kushwaha 已提交
1197 1198
  border-color: #E74C3C !important; }

N
#241  
Nicolae Gabriel 已提交
1199
.border-dark {
S
sunny kushwaha 已提交
1200 1201
  border-color: #34495E !important; }

N
#241  
Nicolae Gabriel 已提交
1202
.bg-white {
S
sunny kushwaha 已提交
1203 1204 1205 1206
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #73879C; }

N
#241  
Nicolae Gabriel 已提交
1207
.bg-green {
S
sunny kushwaha 已提交
1208 1209 1210 1211
  background: #1ABB9C !important;
  border: 1px solid #1ABB9C !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1212
.bg-red {
S
sunny kushwaha 已提交
1213 1214 1215 1216
  background: #E74C3C !important;
  border: 1px solid #E74C3C !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1217
.bg-blue {
S
sunny kushwaha 已提交
1218 1219 1220 1221
  background: #3498DB !important;
  border: 1px solid #3498DB !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1222
.bg-orange {
S
sunny kushwaha 已提交
1223 1224 1225 1226
  background: #F39C12 !important;
  border: 1px solid #F39C12 !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1227
.bg-purple {
S
sunny kushwaha 已提交
1228 1229 1230 1231
  background: #9B59B6 !important;
  border: 1px solid #9B59B6 !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1232
.bg-blue-sky {
S
sunny kushwaha 已提交
1233 1234 1235 1236
  background: #50C1CF !important;
  border: 1px solid #50C1CF !important;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
1237
.container {
S
sunny kushwaha 已提交
1238 1239 1240 1241 1242 1243 1244
  width: 100%;
  padding: 0;
  max-width: 100%; }

.navbar-nav > li > a, .navbar-brand, .navbar-nav > li > a {
  color: #fff !important; }

N
#241  
Nicolae Gabriel 已提交
1245
body {
S
sunny kushwaha 已提交
1246 1247 1248 1249 1250 1251 1252
  color: #73879C;
  background: #2A3F54;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471; }

N
#241  
Nicolae Gabriel 已提交
1253
.main_container .top_nav {
S
sunny kushwaha 已提交
1254 1255 1256
  display: block;
  margin-left: 230px; }

N
#241  
Nicolae Gabriel 已提交
1257
.no-padding {
S
sunny kushwaha 已提交
1258 1259
  padding: 0 !important; }

N
#241  
Nicolae Gabriel 已提交
1260
.page-title {
S
sunny kushwaha 已提交
1261 1262 1263 1264
  width: 100%;
  height: 65px;
  padding: 10px 0; }

N
#241  
Nicolae Gabriel 已提交
1265
.page-title .title_left {
S
sunny kushwaha 已提交
1266 1267 1268 1269
  width: 45%;
  float: left;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
1270
.page-title .title_left h3 {
S
sunny kushwaha 已提交
1271 1272
  margin: 9px 0; }

N
#241  
Nicolae Gabriel 已提交
1273
.page-title .title_right {
S
sunny kushwaha 已提交
1274 1275 1276 1277
  width: 55%;
  float: left;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
1278
.page-title .title_right .pull-right {
S
sunny kushwaha 已提交
1279 1280 1281
  margin: 10px 0;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
1282
.fixed_height_320 {
S
sunny kushwaha 已提交
1283 1284
  height: 320px; }

N
#241  
Nicolae Gabriel 已提交
1285
.fixed_height_390 {
S
sunny kushwaha 已提交
1286 1287
  height: 390px; }

N
#241  
Nicolae Gabriel 已提交
1288
.fixed_height_200 {
S
sunny kushwaha 已提交
1289 1290
  height: 200px; }

N
#241  
Nicolae Gabriel 已提交
1291
.overflow_hidden {
S
sunny kushwaha 已提交
1292 1293
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
1294
.progress-bar-dark {
S
sunny kushwaha 已提交
1295 1296
  background-color: #34495E !important; }

N
#241  
Nicolae Gabriel 已提交
1297
.progress-bar-gray {
S
sunny kushwaha 已提交
1298 1299
  background-color: #BDC3C7 !important; }

N
#241  
Nicolae Gabriel 已提交
1300
table.no-margin .progress {
S
sunny kushwaha 已提交
1301 1302
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
1303
.main_content {
S
sunny kushwaha 已提交
1304 1305
  padding: 10px 20px; }

N
#241  
Nicolae Gabriel 已提交
1306
.col-md-55 {
S
sunny kushwaha 已提交
1307 1308 1309
  width: 50%;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
1310
@media (min-width: 768px) {
S
sunny kushwaha 已提交
1311 1312
  .col-md-55 {
    width: 20%; } }
N
#241  
Nicolae Gabriel 已提交
1313
@media (min-width: 992px) {
S
sunny kushwaha 已提交
1314 1315
  .col-md-55 {
    width: 20%; } }
N
#241  
Nicolae Gabriel 已提交
1316
@media (min-width: 1200px) {
S
sunny kushwaha 已提交
1317 1318
  .col-md-55 {
    width: 20%; } }
N
#241  
Nicolae Gabriel 已提交
1319
@media (min-width: 192px) and (max-width: 1270px) {
S
sunny kushwaha 已提交
1320 1321 1322
  table.tile_info span.right {
    margin-right: 7px;
    float: left; } }
N
#241  
Nicolae Gabriel 已提交
1323
.center-margin {
S
sunny kushwaha 已提交
1324 1325 1326
  margin: 0 auto;
  float: none !important; }

S
sunny kushwaha 已提交
1327
.col-md-55, .col-xs-12, .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-sm-12, .col-md-12, .col-lg-12 {
S
sunny kushwaha 已提交
1328 1329 1330 1331 1332 1333
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px; }

N
#241  
Nicolae Gabriel 已提交
1334
.row {
S
sunny kushwaha 已提交
1335 1336 1337
  margin-right: -10px;
  margin-left: -10px; }

N
#241  
Nicolae Gabriel 已提交
1338
.grid_slider .col-md-6 {
S
sunny kushwaha 已提交
1339 1340 1341 1342 1343 1344
  padding: 0 40px; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
1345
a {
S
sunny kushwaha 已提交
1346 1347 1348 1349 1350 1351 1352 1353 1354
  color: #5A738E;
  text-decoration: none; }

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0; }

a:hover, a:focus {
  text-decoration: none; }

N
#241  
Nicolae Gabriel 已提交
1355
.navbar {
S
sunny kushwaha 已提交
1356 1357
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
1358
.navbar-header {
S
sunny kushwaha 已提交
1359 1360
  background: #34495E; }

N
#241  
Nicolae Gabriel 已提交
1361
.navbar-right {
S
sunny kushwaha 已提交
1362 1363
  margin-right: 0; }

N
#241  
Nicolae Gabriel 已提交
1364
.top_nav .navbar-right {
S
sunny kushwaha 已提交
1365 1366 1367 1368
  margin: 13px;
  width: auto;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
1369
.top_nav .navbar-right li {
S
sunny kushwaha 已提交
1370 1371 1372 1373
  display: inline-block;
  float: right;
  position: static; }

N
#241  
Nicolae Gabriel 已提交
1374
@media (min-width: 480px) {
S
sunny kushwaha 已提交
1375 1376 1377 1378 1379
  .top_nav .navbar-right li {
    position: relative; }

  .item {
    display: block; } }
N
#241  
Nicolae Gabriel 已提交
1380
.top_nav .dropdown-menu li {
S
sunny kushwaha 已提交
1381 1382 1383 1384 1385 1386
  width: 100%; }

.dropdown-item {
  width: 100%;
  padding: 12px 20px; }

N
#241  
Nicolae Gabriel 已提交
1387
.top_nav li a i {
S
sunny kushwaha 已提交
1388 1389
  font-size: 15px; }

N
#241  
Nicolae Gabriel 已提交
1390
.navbar-static-top {
S
sunny kushwaha 已提交
1391 1392 1393 1394
  position: fixed;
  top: 0;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1395
.sidebar-header {
S
sunny kushwaha 已提交
1396 1397 1398
  border-bottom: 0;
  margin-top: 46px; }

N
#241  
Nicolae Gabriel 已提交
1399
.sidebar-header:first-of-type {
S
sunny kushwaha 已提交
1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416
  margin-top: 0; }

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer; }

.nav.side-menu > li > a {
  margin-bottom: 6px; }

.nav.side-menu > li > a:hover {
  color: #F2F5F7 !important; }

.nav.side-menu > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background: transparent; }

N
#241  
Nicolae Gabriel 已提交
1417
.nav.child_menu {
S
sunny kushwaha 已提交
1418 1419
  display: none; }

N
#241  
Nicolae Gabriel 已提交
1420 1421
.nav.child_menu li:hover,
.nav.child_menu li.active {
S
sunny kushwaha 已提交
1422 1423
  background-color: rgba(255, 255, 255, 0.06); }

N
#241  
Nicolae Gabriel 已提交
1424
.nav.child_menu li {
S
sunny kushwaha 已提交
1425 1426
  padding-left: 36px; }

N
#241  
Nicolae Gabriel 已提交
1427
.nav-md ul.nav.child_menu li:before {
S
sunny kushwaha 已提交
1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%; }

N
#241  
Nicolae Gabriel 已提交
1440
.nav-md ul.nav.child_menu li:after {
S
sunny kushwaha 已提交
1441 1442 1443 1444 1445 1446 1447
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0; }

E
Ernani Azevedo 已提交
1448
.nav-md ul.nav.child_menu li:last-child::after {
S
sunny kushwaha 已提交
1449 1450 1451 1452 1453 1454
  bottom: 50%; }

.nav.side-menu > li > a, .nav.child_menu > li > a {
  color: #E7E7E7;
  font-weight: 500; }

N
#241  
Nicolae Gabriel 已提交
1455 1456
.nav.child_menu li li:hover,
.nav.child_menu li li.active {
S
sunny kushwaha 已提交
1457 1458
  background: none; }

N
#241  
Nicolae Gabriel 已提交
1459 1460
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
S
sunny kushwaha 已提交
1461 1462 1463 1464 1465 1466 1467 1468 1469 1470
  color: #fff; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 12px; }

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
  border-right: 5px solid #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
1471
.nav li.current-page {
S
sunny kushwaha 已提交
1472 1473
  background: rgba(255, 255, 255, 0.05); }

N
#241  
Nicolae Gabriel 已提交
1474
.nav li li li.current-page {
S
sunny kushwaha 已提交
1475 1476
  background: none; }

N
#241  
Nicolae Gabriel 已提交
1477
.nav li li.current-page a {
S
sunny kushwaha 已提交
1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490
  color: #fff; }

.nav.side-menu > li.active > a {
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  background: linear-gradient(#334556, #2C4257), #2A3F54;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0; }

.navbar-brand, .navbar-nav > li > a {
  font-weight: 500;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 32px; }

N
#241  
Nicolae Gabriel 已提交
1491
.site_title {
S
sunny kushwaha 已提交
1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 59px;
  display: block;
  height: 55px;
  margin: 0;
  padding-left: 10px; }

.site_title:hover, .site_title:focus {
  text-decoration: none; }

.nav.navbar-nav > li > a {
  color: #515356 !important; }

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495E !important; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

N
#241  
Nicolae Gabriel 已提交
1520
.top_search {
S
sunny kushwaha 已提交
1521 1522
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
1523
.top_search .form-control {
S
sunny kushwaha 已提交
1524 1525 1526 1527 1528 1529
  border-right: 0;
  box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075);
  border-radius: 25px 0px 0px 25px;
  padding-left: 20px;
  border: 1px solid rgba(221, 226, 232, 0.49); }

N
#241  
Nicolae Gabriel 已提交
1530
.top_search .form-control:focus {
S
sunny kushwaha 已提交
1531 1532 1533
  border: 1px solid rgba(221, 226, 232, 0.49);
  border-right: 0; }

N
#241  
Nicolae Gabriel 已提交
1534
.top_search .input-group-btn button {
S
sunny kushwaha 已提交
1535 1536 1537 1538 1539 1540 1541
  border-radius: 0px 25px 25px 0px;
  border: 1px solid rgba(221, 226, 232, 0.49);
  border-left: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #93A2B2;
  margin-bottom: 0 !important; }

N
#241  
Nicolae Gabriel 已提交
1542
.toggle {
S
sunny kushwaha 已提交
1543 1544 1545 1546
  float: left;
  margin: 0;
  width: 70px; }

N
#241  
Nicolae Gabriel 已提交
1547
.toggle a {
S
sunny kushwaha 已提交
1548 1549 1550 1551
  padding: 15px 15px 0;
  margin: 0;
  cursor: pointer; }

N
#241  
Nicolae Gabriel 已提交
1552
.toggle a i {
S
sunny kushwaha 已提交
1553 1554 1555 1556 1557 1558 1559
  font-size: 26px; }

.nav.child_menu > li > a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  padding: 9px; }

N
#241  
Nicolae Gabriel 已提交
1560
.panel_toolbox {
S
sunny kushwaha 已提交
1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575
  float: right;
  min-width: 70px; }

.panel_toolbox > li {
  float: left;
  cursor: pointer; }

.panel_toolbox > li > a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px; }

.panel_toolbox > li > a:hover {
  background: #F5F7FA; }

N
#241  
Nicolae Gabriel 已提交
1576
.line_30 {
S
sunny kushwaha 已提交
1577 1578
  line-height: 30px; }

N
#241  
Nicolae Gabriel 已提交
1579
.main_menu_side {
S
sunny kushwaha 已提交
1580 1581 1582 1583 1584 1585
  padding: 0; }

.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 6px; }

N
#241  
Nicolae Gabriel 已提交
1586
footer {
S
sunny kushwaha 已提交
1587 1588 1589 1590
  background: #fff;
  padding: 10px 20px;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
1591
.nav-sm footer {
S
sunny kushwaha 已提交
1592 1593
  margin-left: 70px; }

N
#241  
Nicolae Gabriel 已提交
1594
.footer_fixed footer {
S
sunny kushwaha 已提交
1595 1596 1597 1598 1599
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1600
@media (min-width: 768px) {
S
sunny kushwaha 已提交
1601 1602
  .footer_fixed footer {
    margin-left: 0; } }
N
#241  
Nicolae Gabriel 已提交
1603
@media (min-width: 768px) {
S
sunny kushwaha 已提交
1604 1605
  .footer_fixed .nav-sm footer {
    margin-left: 0; } }
N
#241  
Nicolae Gabriel 已提交
1606
.tile-stats.sparkline {
S
sunny kushwaha 已提交
1607 1608 1609
  padding: 10px;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
1610
.jqstooltip {
S
sunny kushwaha 已提交
1611 1612 1613 1614 1615
  background: #34495E !important;
  width: 30px !important;
  height: 22px !important;
  text-decoration: none; }

N
#241  
Nicolae Gabriel 已提交
1616
.tooltip {
S
sunny kushwaha 已提交
1617 1618
  display: block !important; }

N
#241  
Nicolae Gabriel 已提交
1619
.tiles {
S
sunny kushwaha 已提交
1620 1621 1622 1623 1624
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
1625
.tile {
S
sunny kushwaha 已提交
1626 1627
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
1628
.top_tiles {
S
sunny kushwaha 已提交
1629 1630
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
1631
.top_tiles .tile h2 {
S
sunny kushwaha 已提交
1632 1633 1634 1635 1636
  font-size: 30px;
  line-height: 30px;
  margin: 3px 0 7px;
  font-weight: bold; }

N
#241  
Nicolae Gabriel 已提交
1637
article.media {
S
sunny kushwaha 已提交
1638 1639 1640 1641 1642 1643
  width: 100%; }

/* *********  custom accordion  **************************** */
*, *:before, *:after {
  box-sizing: border-box; }

N
#241  
Nicolae Gabriel 已提交
1644
#integration-list {
S
sunny kushwaha 已提交
1645 1646 1647 1648
  width: 100%;
  margin: 0 auto;
  display: table; }

N
#241  
Nicolae Gabriel 已提交
1649
#integration-list ul {
S
sunny kushwaha 已提交
1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660
  padding: 0;
  margin: 20px 0;
  color: #555; }

#integration-list ul > li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
1661
#integration-list ul:last-child {
S
sunny kushwaha 已提交
1662 1663 1664 1665 1666
  border-bottom: 1px solid #ddd; }

#integration-list ul > li:hover {
  background: #efefef; }

N
#241  
Nicolae Gabriel 已提交
1667
.expand {
S
sunny kushwaha 已提交
1668 1669 1670 1671 1672
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer; }

N
#241  
Nicolae Gabriel 已提交
1673
.expand h2 {
S
sunny kushwaha 已提交
1674 1675 1676
  width: 85%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
1677
h2 {
S
sunny kushwaha 已提交
1678 1679 1680 1681 1682 1683
  font-size: 18px;
  font-weight: 400; }

#left, #right {
  display: table; }

N
#241  
Nicolae Gabriel 已提交
1684
#sup {
S
sunny kushwaha 已提交
1685 1686 1687 1688
  display: table-cell;
  vertical-align: middle;
  width: 80%; }

N
#241  
Nicolae Gabriel 已提交
1689
.detail a {
S
sunny kushwaha 已提交
1690 1691 1692 1693 1694 1695 1696
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 13px;
  margin-right: 7px; }

N
#241  
Nicolae Gabriel 已提交
1697
.detail {
S
sunny kushwaha 已提交
1698 1699 1700 1701 1702
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
  height: 150px; }

N
#241  
Nicolae Gabriel 已提交
1703
.detail span {
S
sunny kushwaha 已提交
1704 1705
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
1706
.right-arrow {
S
sunny kushwaha 已提交
1707 1708 1709 1710 1711
  width: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px; }

N
#241  
Nicolae Gabriel 已提交
1712
.accordion .panel {
S
sunny kushwaha 已提交
1713 1714 1715 1716
  margin-bottom: 5px;
  border-radius: 0;
  border-bottom: 1px solid #efefef; }

N
#241  
Nicolae Gabriel 已提交
1717
.accordion .panel-heading {
S
sunny kushwaha 已提交
1718 1719 1720 1721 1722
  background: #F2F5F7;
  padding: 13px;
  width: 100%;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
1723
.accordion .panel:hover {
S
sunny kushwaha 已提交
1724 1725
  background: #F2F5F7; }

N
#241  
Nicolae Gabriel 已提交
1726
.x_panel {
S
sunny kushwaha 已提交
1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  transition: all .2s ease; }

N
#241  
Nicolae Gabriel 已提交
1739
.x_title {
S
sunny kushwaha 已提交
1740 1741 1742 1743
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
1744
.x_title .filter {
S
sunny kushwaha 已提交
1745 1746 1747
  width: 40%;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
1748
.x_title h2 {
S
sunny kushwaha 已提交
1749 1750 1751 1752 1753 1754 1755
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

N
#241  
Nicolae Gabriel 已提交
1756
.x_title h2 small {
S
sunny kushwaha 已提交
1757 1758
  margin-left: 10px; }

N
#241  
Nicolae Gabriel 已提交
1759
.x_title span {
S
sunny kushwaha 已提交
1760 1761
  color: #BDBDBD; }

N
#241  
Nicolae Gabriel 已提交
1762
.x_content {
S
sunny kushwaha 已提交
1763 1764 1765 1766 1767 1768 1769
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px; }

N
#241  
Nicolae Gabriel 已提交
1770
.x_content h4 {
S
sunny kushwaha 已提交
1771 1772 1773
  font-size: 16px;
  font-weight: 500; }

N
#241  
Nicolae Gabriel 已提交
1774
legend {
S
sunny kushwaha 已提交
1775 1776
  padding-bottom: 7px; }

N
#241  
Nicolae Gabriel 已提交
1777
.demo-placeholder {
S
sunny kushwaha 已提交
1778 1779 1780
  height: 280px; }

/** Contacts **/
N
#241  
Nicolae Gabriel 已提交
1781
.profile_details:nth-child(3n) {
S
sunny kushwaha 已提交
1782 1783
  clear: both; }

N
#241  
Nicolae Gabriel 已提交
1784
.profile_details .profile_view {
S
sunny kushwaha 已提交
1785 1786 1787 1788
  display: inline-block;
  padding: 10px 0 0;
  background: #fff; }

N
#241  
Nicolae Gabriel 已提交
1789
.profile_details .profile_view .divider {
S
sunny kushwaha 已提交
1790 1791 1792 1793
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px; }

N
#241  
Nicolae Gabriel 已提交
1794
.profile_details .profile_view .ratings {
S
sunny kushwaha 已提交
1795 1796
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
1797
.profile_details .profile_view .left {
S
sunny kushwaha 已提交
1798 1799
  margin-top: 20px; }

N
#241  
Nicolae Gabriel 已提交
1800
.profile_details .profile_view .left p {
S
sunny kushwaha 已提交
1801 1802
  margin-bottom: 3px; }

N
#241  
Nicolae Gabriel 已提交
1803
.profile_details .profile_view .right {
S
sunny kushwaha 已提交
1804 1805 1806
  margin-top: 0px;
  padding: 10px; }

N
#241  
Nicolae Gabriel 已提交
1807
.profile_details .profile_view .img-circle {
S
sunny kushwaha 已提交
1808 1809 1810
  border: 1px solid #E6E9ED;
  padding: 2px; }

N
#241  
Nicolae Gabriel 已提交
1811
.profile_details .profile_view h2 {
S
sunny kushwaha 已提交
1812 1813
  margin: 5px 0; }

N
#241  
Nicolae Gabriel 已提交
1814
.profile_details .profile_view .ratings {
S
sunny kushwaha 已提交
1815 1816 1817 1818 1819 1820 1821
  text-align: left;
  font-size: 16px; }

.brief {
  margin: 0;
  font-weight: 300; }

N
#241  
Nicolae Gabriel 已提交
1822
.profile_details .profile_left {
S
sunny kushwaha 已提交
1823 1824
  background: white; }

N
#241  
Nicolae Gabriel 已提交
1825
.pagination.pagination-split li {
S
sunny kushwaha 已提交
1826 1827 1828
  display: inline-block;
  margin-right: 3px; }

N
#241  
Nicolae Gabriel 已提交
1829
.pagination.pagination-split li a {
S
sunny kushwaha 已提交
1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844
  border-radius: 4px;
  color: #768399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

/** Contacts **/
/* *********  /custom accordion  **************************** */
/* *********  dashboard widget  **************************** */
table.tile h3, table.tile h4, table.tile span {
  font-weight: bold;
  vertical-align: middle !important; }

table.tile th, table.tile td {
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
1845
table.tile th {
S
sunny kushwaha 已提交
1846 1847
  border-bottom: 1px solid #E6ECEE; }

N
#241  
Nicolae Gabriel 已提交
1848
table.tile td {
S
sunny kushwaha 已提交
1849 1850
  padding: 5px 0; }

N
#241  
Nicolae Gabriel 已提交
1851
table.tile td ul {
S
sunny kushwaha 已提交
1852 1853 1854
  text-align: left;
  padding-left: 0; }

N
#241  
Nicolae Gabriel 已提交
1855
table.tile td ul li {
S
sunny kushwaha 已提交
1856 1857 1858
  list-style: none;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1859
table.tile td ul li a {
S
sunny kushwaha 已提交
1860 1861
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1862
table.tile td ul li a big {
S
sunny kushwaha 已提交
1863 1864 1865 1866
  right: 0;
  float: right;
  margin-right: 13px; }

N
#241  
Nicolae Gabriel 已提交
1867
table.tile_info {
S
sunny kushwaha 已提交
1868 1869
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1870
table.tile_info td {
S
sunny kushwaha 已提交
1871 1872 1873 1874
  text-align: left;
  padding: 1px;
  font-size: 15px; }

N
#241  
Nicolae Gabriel 已提交
1875
table.tile_info td p {
S
sunny kushwaha 已提交
1876 1877 1878 1879 1880 1881
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 28px; }

N
#241  
Nicolae Gabriel 已提交
1882
table.tile_info td i {
S
sunny kushwaha 已提交
1883 1884 1885 1886 1887 1888
  margin-right: 8px;
  font-size: 17px;
  float: left;
  width: 18px;
  line-height: 28px; }

N
#241  
Nicolae Gabriel 已提交
1889
table.tile_info td:first-child {
S
sunny kushwaha 已提交
1890 1891
  width: 83%; }

N
#241  
Nicolae Gabriel 已提交
1892
td span {
S
sunny kushwaha 已提交
1893 1894
  line-height: 28px; }

N
#241  
Nicolae Gabriel 已提交
1895
.sidebar-widget {
S
sunny kushwaha 已提交
1896 1897
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
1898
.error-number {
S
sunny kushwaha 已提交
1899 1900 1901 1902
  font-size: 90px;
  line-height: 90px;
  margin: 20px 0; }

N
#241  
Nicolae Gabriel 已提交
1903
.col-middle {
S
sunny kushwaha 已提交
1904 1905
  margin-top: 5%; }

N
#241  
Nicolae Gabriel 已提交
1906
.mid_center {
S
sunny kushwaha 已提交
1907 1908 1909 1910 1911
  width: 370px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px; }

N
#241  
Nicolae Gabriel 已提交
1912
h3.degrees {
S
sunny kushwaha 已提交
1913 1914 1915 1916
  font-size: 22px;
  font-weight: 400;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
1917
.degrees:after {
S
sunny kushwaha 已提交
1918 1919 1920 1921 1922 1923
  content: "o";
  position: relative;
  top: -12px;
  font-size: 13px;
  font-weight: 300; }

N
#241  
Nicolae Gabriel 已提交
1924
.daily-weather .day {
S
sunny kushwaha 已提交
1925 1926 1927 1928 1929 1930
  font-size: 14px;
  border-top: 2px solid rgba(115, 135, 156, 0.36);
  text-align: center;
  border-bottom: 2px solid rgba(115, 135, 156, 0.36);
  padding: 5px 0; }

N
#241  
Nicolae Gabriel 已提交
1931
.weather-days .col-sm-2 {
S
sunny kushwaha 已提交
1932 1933 1934
  overflow: hidden;
  width: 16.66666667%; }

N
#241  
Nicolae Gabriel 已提交
1935
.weather .row {
S
sunny kushwaha 已提交
1936 1937 1938
  margin-bottom: 0; }

/* *********  tables styling  ******************************* */
N
#241  
Nicolae Gabriel 已提交
1939
.bulk-actions {
S
sunny kushwaha 已提交
1940 1941
  display: none; }

N
#241  
Nicolae Gabriel 已提交
1942
table.countries_list {
S
sunny kushwaha 已提交
1943 1944
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
1945
table.countries_list td {
S
sunny kushwaha 已提交
1946 1947 1948 1949
  padding: 0 10px;
  line-height: 30px;
  border-top: 1px solid #eeeeee; }

N
#241  
Nicolae Gabriel 已提交
1950
.dataTables_paginate a {
S
sunny kushwaha 已提交
1951 1952 1953 1954
  padding: 6px 9px !important;
  background: #ddd !important;
  border-color: #ddd !important; }

N
#241  
Nicolae Gabriel 已提交
1955
.paging_full_numbers a.paginate_active {
S
sunny kushwaha 已提交
1956 1957 1958 1959 1960 1961 1962 1963
  background-color: rgba(38, 185, 154, 0.59) !important;
  border-color: rgba(38, 185, 154, 0.59) !important; }

button.DTTT_button, div.DTTT_button, a.DTTT_button {
  border: 1px solid #E7E7E7 !important;
  background: #E7E7E7 !important;
  box-shadow: none !important; }

N
#241  
Nicolae Gabriel 已提交
1964
table.jambo_table {
S
sunny kushwaha 已提交
1965 1966
  border: 1px solid rgba(221, 221, 221, 0.78); }

N
#241  
Nicolae Gabriel 已提交
1967
table.jambo_table thead {
S
sunny kushwaha 已提交
1968 1969 1970
  background: rgba(52, 73, 94, 0.94);
  color: #ECF0F1; }

N
#241  
Nicolae Gabriel 已提交
1971
table.jambo_table tbody tr:hover td {
S
sunny kushwaha 已提交
1972 1973 1974 1975
  background: rgba(38, 185, 154, 0.07);
  border-top: 1px solid rgba(38, 185, 154, 0.11);
  border-bottom: 1px solid rgba(38, 185, 154, 0.11); }

N
#241  
Nicolae Gabriel 已提交
1976
table.jambo_table tbody tr.selected {
S
sunny kushwaha 已提交
1977 1978
  background: rgba(38, 185, 154, 0.16); }

N
#241  
Nicolae Gabriel 已提交
1979
table.jambo_table tbody tr.selected td {
S
sunny kushwaha 已提交
1980 1981 1982
  border-top: 1px solid rgba(38, 185, 154, 0.4);
  border-bottom: 1px solid rgba(38, 185, 154, 0.4); }

N
#241  
Nicolae Gabriel 已提交
1983
.dataTables_paginate a {
S
sunny kushwaha 已提交
1984 1985
  background: #ff0000; }

N
#241  
Nicolae Gabriel 已提交
1986
.dataTables_wrapper {
S
sunny kushwaha 已提交
1987 1988 1989 1990
  position: relative;
  clear: both;
  zoom: 1; }

N
#241  
Nicolae Gabriel 已提交
1991
.dataTables_processing {
S
sunny kushwaha 已提交
1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white; }

N
#241  
Nicolae Gabriel 已提交
2006
.dataTables_info {
S
sunny kushwaha 已提交
2007 2008 2009
  width: 60%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
2010
.dataTables_paginate {
S
sunny kushwaha 已提交
2011 2012 2013
  float: right;
  text-align: right; }

N
#241  
Nicolae Gabriel 已提交
2014 2015
table.dataTable th.focus,
table.dataTable td.focus {
S
sunny kushwaha 已提交
2016 2017 2018
  outline: 2px solid #1ABB9C !important;
  outline-offset: -1px; }

N
#241  
Nicolae Gabriel 已提交
2019
table.display {
S
sunny kushwaha 已提交
2020 2021 2022 2023
  margin: 0 auto;
  clear: both;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
2024
table.display thead th {
S
sunny kushwaha 已提交
2025 2026 2027 2028 2029
  padding: 8px 18px 8px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer; }

N
#241  
Nicolae Gabriel 已提交
2030
table.display tfoot th {
S
sunny kushwaha 已提交
2031 2032 2033 2034
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold; }

N
#241  
Nicolae Gabriel 已提交
2035
table.display tr.heading2 td {
S
sunny kushwaha 已提交
2036 2037
  border-bottom: 1px solid #aaa; }

N
#241  
Nicolae Gabriel 已提交
2038
table.display td {
S
sunny kushwaha 已提交
2039 2040
  padding: 3px 10px; }

N
#241  
Nicolae Gabriel 已提交
2041
table.display td.center {
S
sunny kushwaha 已提交
2042 2043 2044 2045 2046
  text-align: center; }

table.display thead th:active, table.display thead td:active {
  outline: none; }

N
#241  
Nicolae Gabriel 已提交
2047
.dataTables_scroll {
S
sunny kushwaha 已提交
2048 2049
  clear: both; }

N
#241  
Nicolae Gabriel 已提交
2050
.dataTables_scrollBody {
S
sunny kushwaha 已提交
2051 2052 2053
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

N
#241  
Nicolae Gabriel 已提交
2054
.top .dataTables_info {
S
sunny kushwaha 已提交
2055 2056
  float: none; }

N
#241  
Nicolae Gabriel 已提交
2057
.clear {
S
sunny kushwaha 已提交
2058 2059
  clear: both; }

N
#241  
Nicolae Gabriel 已提交
2060
.dataTables_empty {
S
sunny kushwaha 已提交
2061 2062
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
2063
tfoot input {
S
sunny kushwaha 已提交
2064 2065 2066 2067
  margin: 0.5em 0;
  width: 100%;
  color: #444; }

N
#241  
Nicolae Gabriel 已提交
2068
tfoot input.search_init {
S
sunny kushwaha 已提交
2069 2070
  color: #999; }

N
#241  
Nicolae Gabriel 已提交
2071
td.group {
S
sunny kushwaha 已提交
2072 2073 2074 2075
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E; }

N
#241  
Nicolae Gabriel 已提交
2076
td.details {
S
sunny kushwaha 已提交
2077 2078 2079
  background-color: #d1cfd0;
  border: 2px solid #A19B9E; }

N
#241  
Nicolae Gabriel 已提交
2080
.example_alt_pagination div.dataTables_info {
S
sunny kushwaha 已提交
2081 2082
  width: 40%; }

N
#241  
Nicolae Gabriel 已提交
2083
.paging_full_numbers {
S
sunny kushwaha 已提交
2084 2085 2086 2087
  width: 400px;
  height: 22px;
  line-height: 22px; }

N
#241  
Nicolae Gabriel 已提交
2088
.paging_full_numbers a:active {
S
sunny kushwaha 已提交
2089 2090
  outline: none; }

N
#241  
Nicolae Gabriel 已提交
2091
.paging_full_numbers a:hover {
S
sunny kushwaha 已提交
2092 2093 2094 2095 2096 2097 2098 2099 2100 2101
  text-decoration: none; }

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer; }

N
#241  
Nicolae Gabriel 已提交
2102
.paging_full_numbers a.paginate_button {
S
sunny kushwaha 已提交
2103 2104
  background-color: #ddd; }

N
#241  
Nicolae Gabriel 已提交
2105
.paging_full_numbers a.paginate_button:hover {
S
sunny kushwaha 已提交
2106 2107 2108
  background-color: #ccc;
  text-decoration: none !important; }

N
#241  
Nicolae Gabriel 已提交
2109
.paging_full_numbers a.paginate_active {
S
sunny kushwaha 已提交
2110 2111
  background-color: #99B3FF; }

N
#241  
Nicolae Gabriel 已提交
2112
table.display tr.even.row_selected td {
S
sunny kushwaha 已提交
2113 2114
  background-color: #B0BED9; }

N
#241  
Nicolae Gabriel 已提交
2115
table.display tr.odd.row_selected td {
S
sunny kushwaha 已提交
2116 2117
  background-color: #9FAFD1; }

N
#241  
Nicolae Gabriel 已提交
2118
div.box {
S
sunny kushwaha 已提交
2119 2120 2121 2122 2123 2124 2125 2126 2127
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080FF;
  background-color: #E5E5FF; }

/* *********  /tables styling  ****************************** */
/* *********  /dashboard widget  **************************** */
/* *********  widgets  *************************************** */
N
#241  
Nicolae Gabriel 已提交
2128
ul.msg_list li {
S
sunny kushwaha 已提交
2129 2130 2131 2132 2133 2134 2135
  background: #f7f7f7;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 6px 0;
  width: 96% !important; }

N
#241  
Nicolae Gabriel 已提交
2136
ul.msg_list li:last-child {
S
sunny kushwaha 已提交
2137 2138 2139
  margin-bottom: 6px;
  padding: 10px; }

N
#241  
Nicolae Gabriel 已提交
2140
ul.msg_list li a {
S
sunny kushwaha 已提交
2141 2142
  padding: 3px 5px !important; }

N
#241  
Nicolae Gabriel 已提交
2143
ul.msg_list li a .image img {
S
sunny kushwaha 已提交
2144 2145 2146 2147 2148 2149
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  float: left;
  margin-right: 10px;
  width: 11%; }

N
#241  
Nicolae Gabriel 已提交
2150
ul.msg_list li a .time {
S
sunny kushwaha 已提交
2151 2152 2153 2154 2155 2156
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 35px; }

N
#241  
Nicolae Gabriel 已提交
2157
ul.msg_list li a .message {
S
sunny kushwaha 已提交
2158 2159 2160
  display: block !important;
  font-size: 11px; }

N
#241  
Nicolae Gabriel 已提交
2161
.dropdown-menu.msg_list span {
S
sunny kushwaha 已提交
2162 2163
  white-space: normal; }

N
#241  
Nicolae Gabriel 已提交
2164
.dropdown-menu {
S
sunny kushwaha 已提交
2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.dropdown-menu > li > a {
  color: #5A738E; }

N
#241  
Nicolae Gabriel 已提交
2184
.navbar-nav .open .dropdown-menu {
S
sunny kushwaha 已提交
2185 2186 2187 2188 2189 2190 2191 2192 2193
  position: absolute;
  background: #fff;
  margin-top: 0;
  border: 1px solid #D9DEE4;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
  width: 220px; }

N
#241  
Nicolae Gabriel 已提交
2194
.navbar-nav .open .dropdown-menu.msg_list {
S
sunny kushwaha 已提交
2195 2196
  width: 300px !important; }

N
#241  
Nicolae Gabriel 已提交
2197
ul.to_do {
S
sunny kushwaha 已提交
2198 2199
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
2200
ul.to_do li {
S
sunny kushwaha 已提交
2201 2202 2203 2204 2205 2206 2207
  background: #f3f3f3;
  border-radius: 3px;
  position: relative;
  padding: 7px;
  margin-bottom: 5px;
  list-style: none; }

N
#241  
Nicolae Gabriel 已提交
2208
ul.to_do p {
S
sunny kushwaha 已提交
2209 2210
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
2211
.dashboard-widget {
S
sunny kushwaha 已提交
2212 2213 2214 2215 2216
  background: #f6f6f6;
  border-top: 5px solid #79C3DF;
  border-radius: 3px;
  padding: 5px 10px 10px; }

N
#241  
Nicolae Gabriel 已提交
2217
.dashboard-widget .dashboard-widget-title {
S
sunny kushwaha 已提交
2218 2219 2220 2221 2222 2223 2224
  font-weight: normal;
  border-bottom: 1px solid #c1cdcd;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  padding-left: 40px;
  line-height: 30px; }

N
#241  
Nicolae Gabriel 已提交
2225
.dashboard-widget .dashboard-widget-title i {
S
sunny kushwaha 已提交
2226 2227 2228 2229 2230 2231 2232 2233 2234
  font-size: 100%;
  margin-left: -35px;
  margin-right: 10px;
  color: #33a1c9;
  padding: 3px 6px;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  background: #fff; }

N
#241  
Nicolae Gabriel 已提交
2235
ul.quick-list {
S
sunny kushwaha 已提交
2236 2237 2238 2239
  width: 45%;
  padding-left: 0;
  display: inline-block; }

N
#241  
Nicolae Gabriel 已提交
2240
ul.quick-list li {
S
sunny kushwaha 已提交
2241 2242 2243 2244 2245 2246 2247 2248 2249
  padding-left: 10px;
  list-style: none;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
2250
ul.quick-list li i {
S
sunny kushwaha 已提交
2251 2252 2253
  padding-right: 10px;
  color: #757679; }

N
#241  
Nicolae Gabriel 已提交
2254
.dashboard-widget-content {
S
sunny kushwaha 已提交
2255 2256
  padding-top: 9px; }

N
#241  
Nicolae Gabriel 已提交
2257
.dashboard-widget-content .sidebar-widget {
S
sunny kushwaha 已提交
2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  text-align: center;
  float: right;
  padding: 2px;
  margin-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
2269
.widget_summary {
S
sunny kushwaha 已提交
2270 2271 2272 2273
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex; }

N
#241  
Nicolae Gabriel 已提交
2274
.widget_summary .w_left {
S
sunny kushwaha 已提交
2275 2276 2277
  float: left;
  text-align: left; }

N
#241  
Nicolae Gabriel 已提交
2278
.widget_summary .w_center {
S
sunny kushwaha 已提交
2279 2280
  float: left; }

N
#241  
Nicolae Gabriel 已提交
2281
.widget_summary .w_right {
S
sunny kushwaha 已提交
2282 2283 2284
  float: left;
  text-align: right; }

N
#241  
Nicolae Gabriel 已提交
2285
.widget_summary .w_right span {
S
sunny kushwaha 已提交
2286 2287
  font-size: 20px; }

N
#241  
Nicolae Gabriel 已提交
2288
.w_20 {
S
sunny kushwaha 已提交
2289 2290
  width: 20%; }

N
#241  
Nicolae Gabriel 已提交
2291
.w_25 {
S
sunny kushwaha 已提交
2292 2293
  width: 25%; }

N
#241  
Nicolae Gabriel 已提交
2294
.w_55 {
S
sunny kushwaha 已提交
2295 2296
  width: 55%; }

N
#241  
Nicolae Gabriel 已提交
2297
h5.graph_title {
S
sunny kushwaha 已提交
2298 2299 2300
  text-align: left;
  margin-left: 10px; }

N
#241  
Nicolae Gabriel 已提交
2301
h5.graph_title i {
S
sunny kushwaha 已提交
2302 2303 2304
  margin-right: 10px;
  font-size: 17px; }

N
#241  
Nicolae Gabriel 已提交
2305
span.right {
S
sunny kushwaha 已提交
2306 2307 2308
  float: right;
  font-size: 14px !important; }

N
#241  
Nicolae Gabriel 已提交
2309
.tile_info a {
S
sunny kushwaha 已提交
2310 2311
  text-overflow: ellipsis; }

N
#241  
Nicolae Gabriel 已提交
2312
.sidebar-footer {
S
sunny kushwaha 已提交
2313 2314 2315 2316 2317 2318 2319 2320
  bottom: 0px;
  clear: both;
  display: block;
  padding: 5px 0 0 0;
  position: fixed;
  width: 230px;
  background: #2A3F54; }

N
#241  
Nicolae Gabriel 已提交
2321
.sidebar-footer a {
S
sunny kushwaha 已提交
2322 2323 2324 2325 2326 2327 2328 2329
  padding: 7px 0 3px;
  text-align: center;
  width: 25%;
  font-size: 17px;
  display: block;
  float: left;
  background: #172D44; }

N
#241  
Nicolae Gabriel 已提交
2330
.sidebar-footer a:hover {
S
sunny kushwaha 已提交
2331 2332 2333
  background: #425567; }

/** top tiles  */
N
#241  
Nicolae Gabriel 已提交
2334
.tile_count {
S
sunny kushwaha 已提交
2335 2336 2337
  margin-bottom: 20px;
  margin-top: 20px; }

N
#241  
Nicolae Gabriel 已提交
2338
.tile_count .tile_stats_count {
S
sunny kushwaha 已提交
2339 2340 2341 2342 2343 2344 2345
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }

N
#241  
Nicolae Gabriel 已提交
2346
@media (min-width: 992px) {
S
sunny kushwaha 已提交
2347 2348
  footer {
    margin-left: 230px; } }
N
#241  
Nicolae Gabriel 已提交
2349
@media (min-width: 992px) {
S
sunny kushwaha 已提交
2350 2351 2352 2353
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px; } }
N
#241  
Nicolae Gabriel 已提交
2354
.tile_count .tile_stats_count:before {
S
sunny kushwaha 已提交
2355 2356 2357 2358 2359 2360 2361
  content: "";
  position: absolute;
  left: 0;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
2362
@media (min-width: 992px) {
S
sunny kushwaha 已提交
2363 2364
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0; } }
N
#241  
Nicolae Gabriel 已提交
2365
.tile_count .tile_stats_count .count {
S
sunny kushwaha 已提交
2366 2367 2368 2369
  font-size: 30px;
  line-height: 47px;
  font-weight: 600; }

N
#241  
Nicolae Gabriel 已提交
2370
@media (min-width: 768px) {
S
sunny kushwaha 已提交
2371 2372
  .tile_count .tile_stats_count .count {
    font-size: 40px; } }
N
#241  
Nicolae Gabriel 已提交
2373
@media (min-width: 992px) and (max-width: 1100px) {
S
sunny kushwaha 已提交
2374 2375
  .tile_count .tile_stats_count .count {
    font-size: 30px; } }
N
#241  
Nicolae Gabriel 已提交
2376
.tile_count .tile_stats_count span {
S
sunny kushwaha 已提交
2377 2378
  font-size: 12px; }

N
#241  
Nicolae Gabriel 已提交
2379
@media (min-width: 768px) {
S
sunny kushwaha 已提交
2380 2381
  .tile_count .tile_stats_count span {
    font-size: 13px; } }
N
#241  
Nicolae Gabriel 已提交
2382
.tile_count .tile_stats_count .count_bottom i {
S
sunny kushwaha 已提交
2383 2384 2385
  width: 12px; }

/** /top tiles **/
N
#241  
Nicolae Gabriel 已提交
2386
.dashboard_graph {
S
sunny kushwaha 已提交
2387 2388 2389 2390 2391 2392
  background: #fff;
  padding: 7px 10px; }

.dashboard_graph .col-md-9, .dashboard_graph .col-md-3 {
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
2393
a.user-profile {
S
sunny kushwaha 已提交
2394 2395
  color: #5E6974 !important; }

N
#241  
Nicolae Gabriel 已提交
2396
.user-profile img {
S
sunny kushwaha 已提交
2397 2398 2399 2400 2401
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-right: 10px; }

N
#241  
Nicolae Gabriel 已提交
2402
ul.top_profiles {
S
sunny kushwaha 已提交
2403 2404
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
2405
ul.top_profiles li {
S
sunny kushwaha 已提交
2406 2407 2408
  margin: 0;
  padding: 3px 5px; }

N
#241  
Nicolae Gabriel 已提交
2409
ul.top_profiles li:nth-child(odd) {
S
sunny kushwaha 已提交
2410 2411
  background-color: #eee; }

N
#241  
Nicolae Gabriel 已提交
2412
.media .profile_thumb {
S
sunny kushwaha 已提交
2413 2414 2415 2416 2417 2418 2419
  border: 1px solid;
  width: 50px;
  height: 50px;
  margin: 5px 10px 5px 0;
  border-radius: 50%;
  padding: 9px 12px; }

N
#241  
Nicolae Gabriel 已提交
2420
.media .profile_thumb i {
S
sunny kushwaha 已提交
2421 2422
  font-size: 30px; }

N
#241  
Nicolae Gabriel 已提交
2423
.media .date {
S
sunny kushwaha 已提交
2424 2425 2426 2427 2428 2429
  background: #ccc;
  width: 52px;
  margin-right: 10px;
  border-radius: 10px;
  padding: 5px; }

N
#241  
Nicolae Gabriel 已提交
2430
.media .date .month {
S
sunny kushwaha 已提交
2431 2432 2433 2434
  margin: 0;
  text-align: center;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
2435
.media .date .day {
S
sunny kushwaha 已提交
2436 2437 2438 2439 2440 2441 2442
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin: 0;
  line-height: 27px;
  font-weight: bold; }

N
#241  
Nicolae Gabriel 已提交
2443
.event .media-body a.title {
S
sunny kushwaha 已提交
2444 2445
  font-weight: bold; }

N
#241  
Nicolae Gabriel 已提交
2446
.event .media-body p {
S
sunny kushwaha 已提交
2447 2448
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
2449
h4.graph_title {
S
sunny kushwaha 已提交
2450 2451 2452 2453 2454
  margin: 7px;
  text-align: center; }

/* *********  /widgets  *************************************** */
/* *********  iconts-display  **************************** */
N
#241  
Nicolae Gabriel 已提交
2455
.fontawesome-icon-list .fa-hover a:hover {
S
sunny kushwaha 已提交
2456 2457 2458 2459
  background-color: #ddd;
  color: #fff;
  text-decoration: none; }

N
#241  
Nicolae Gabriel 已提交
2460
.fontawesome-icon-list .fa-hover a {
S
sunny kushwaha 已提交
2461 2462 2463 2464 2465 2466
  display: block;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px; }

N
#241  
Nicolae Gabriel 已提交
2467
.fontawesome-icon-list .fa-hover a:hover .fa {
S
sunny kushwaha 已提交
2468 2469 2470
  font-size: 28px;
  vertical-align: -6px; }

N
#241  
Nicolae Gabriel 已提交
2471
.fontawesome-icon-list .fa-hover a .fa {
S
sunny kushwaha 已提交
2472 2473 2474 2475 2476 2477
  width: 32px;
  font-size: 16px;
  display: inline-block;
  text-align: right;
  margin-right: 10px; }

N
#241  
Nicolae Gabriel 已提交
2478
.main_menu .fa {
S
sunny kushwaha 已提交
2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490
  width: 26px;
  opacity: .99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* *********  /iconts-display  **************************** */
/** tile stats **/
N
#241  
Nicolae Gabriel 已提交
2491
.tile-stats {
S
sunny kushwaha 已提交
2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background: #FFF;
  transition: all 300ms ease-in-out; }

N
#241  
Nicolae Gabriel 已提交
2507
.tile-stats:hover .icon i {
S
sunny kushwaha 已提交
2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards; }

N
#241  
Nicolae Gabriel 已提交
2525
.tile-stats .icon {
S
sunny kushwaha 已提交
2526 2527 2528 2529 2530 2531 2532 2533
  width: 20px;
  height: 20px;
  color: #BAB8B8;
  position: absolute;
  right: 53px;
  top: 22px;
  z-index: 1; }

N
#241  
Nicolae Gabriel 已提交
2534
.tile-stats .icon i {
S
sunny kushwaha 已提交
2535 2536 2537 2538 2539 2540
  margin: 0;
  font-size: 60px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
2541
.tile-stats .count {
S
sunny kushwaha 已提交
2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857143; }

.tile-stats .count, .tile-stats h3, .tile-stats p {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
2553
.tile-stats h3 {
S
sunny kushwaha 已提交
2554 2555
  color: #BAB8B8; }

N
#241  
Nicolae Gabriel 已提交
2556
.tile-stats p {
S
sunny kushwaha 已提交
2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579
  margin-top: 5px;
  font-size: 12px; }

.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none; }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15); }

N
#241  
Nicolae Gabriel 已提交
2580
table.tile_info {
S
sunny kushwaha 已提交
2581 2582
  padding: 10px 15px; }

N
#241  
Nicolae Gabriel 已提交
2583
table.tile_info span.right {
S
sunny kushwaha 已提交
2584 2585 2586 2587 2588
  margin-right: 0;
  float: right;
  position: absolute;
  right: 4%; }

N
#241  
Nicolae Gabriel 已提交
2589
.tile:hover {
S
sunny kushwaha 已提交
2590 2591
  text-decoration: none; }

N
#241  
Nicolae Gabriel 已提交
2592
.tile_header {
S
sunny kushwaha 已提交
2593 2594 2595 2596 2597
  border-bottom: transparent;
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #E7E7E7; }

N
#241  
Nicolae Gabriel 已提交
2598
.tile_head h4 {
S
sunny kushwaha 已提交
2599 2600 2601
  margin-top: 0;
  margin-bottom: 5px; }

N
#241  
Nicolae Gabriel 已提交
2602
.tiles-bottom {
S
sunny kushwaha 已提交
2603 2604 2605 2606 2607 2608 2609
  padding: 5px 10px;
  margin-top: 10px;
  background: rgba(194, 194, 194, 0.3);
  text-align: left; }

/** /tile stats **/
/** inbox **/
N
#241  
Nicolae Gabriel 已提交
2610
a.star {
S
sunny kushwaha 已提交
2611 2612
  color: #428bca !important; }

N
#241  
Nicolae Gabriel 已提交
2613
.mail_content {
S
sunny kushwaha 已提交
2614 2615 2616 2617 2618 2619 2620
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  min-height: 500px;
  padding: 10px 11px;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
2621
.list-btn-mail {
S
sunny kushwaha 已提交
2622 2623
  margin-bottom: 15px; }

N
#241  
Nicolae Gabriel 已提交
2624
.list-btn-mail.active {
S
sunny kushwaha 已提交
2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641
  border-bottom: 1px solid #39B3D7;
  padding: 0 0 14px; }

.list-btn-mail > i {
  float: left;
  font-size: 18px;
  font-style: normal;
  width: 33px; }

.list-btn-mail > .cn {
  background: none repeat scroll 0 0 #39B3D7;
  border-radius: 12px;
  color: #FFFFFF;
  float: right;
  font-style: normal;
  padding: 0 5px; }

N
#241  
Nicolae Gabriel 已提交
2642
.button-mail {
S
sunny kushwaha 已提交
2643 2644 2645 2646
  margin: 0 0 15px !important;
  text-align: left;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
2647 2648 2649
button,
.buttons,
.btn,
S
sunny kushwaha 已提交
2650 2651 2652 2653 2654 2655 2656 2657
.modal-footer .btn + .btn {
  margin-bottom: 5px;
  margin-right: 5px; }

.btn-group-vertical .btn, .btn-group .btn {
  margin-bottom: 0;
  margin-right: 0; }

N
#241  
Nicolae Gabriel 已提交
2658
.mail_list_column {
S
sunny kushwaha 已提交
2659 2660
  border-left: 1px solid #DBDBDB; }

N
#241  
Nicolae Gabriel 已提交
2661
.mail_view {
S
sunny kushwaha 已提交
2662 2663
  border-left: 1px solid #DBDBDB; }

N
#241  
Nicolae Gabriel 已提交
2664
.mail_list {
S
sunny kushwaha 已提交
2665 2666 2667 2668 2669
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2px;
  display: inline-block; }

N
#241  
Nicolae Gabriel 已提交
2670
.mail_list .left {
S
sunny kushwaha 已提交
2671 2672 2673 2674
  width: 5%;
  float: left;
  margin-right: 3%; }

N
#241  
Nicolae Gabriel 已提交
2675
.mail_list .right {
S
sunny kushwaha 已提交
2676 2677 2678
  width: 90%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
2679
.mail_list h3 {
S
sunny kushwaha 已提交
2680 2681 2682 2683
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0 6px; }

N
#241  
Nicolae Gabriel 已提交
2684
.mail_list h3 small {
S
sunny kushwaha 已提交
2685 2686 2687 2688 2689
  float: right;
  color: #ADABAB;
  font-size: 11px;
  line-height: 20px; }

N
#241  
Nicolae Gabriel 已提交
2690
.mail_list .badge {
S
sunny kushwaha 已提交
2691 2692 2693 2694
  padding: 3px 6px;
  font-size: 8px;
  background: #BAB7B7; }

N
#241  
Nicolae Gabriel 已提交
2695
@media (max-width: 767px) {
S
sunny kushwaha 已提交
2696 2697 2698
  .mail_list {
    margin-bottom: 5px;
    display: inline-block; } }
N
#241  
Nicolae Gabriel 已提交
2699
.mail_heading h4 {
S
sunny kushwaha 已提交
2700 2701 2702 2703 2704
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-top: 20px; }

N
#241  
Nicolae Gabriel 已提交
2705
.attachment {
S
sunny kushwaha 已提交
2706 2707
  margin-top: 30px; }

N
#241  
Nicolae Gabriel 已提交
2708
.attachment ul {
S
sunny kushwaha 已提交
2709 2710 2711 2712 2713 2714
  width: 100%;
  list-style: none;
  padding-left: 0;
  display: inline-block;
  margin-bottom: 30px; }

N
#241  
Nicolae Gabriel 已提交
2715
.attachment ul li {
S
sunny kushwaha 已提交
2716 2717 2718 2719 2720
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
2721
.attachment ul li img {
S
sunny kushwaha 已提交
2722 2723 2724 2725 2726
  height: 150px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
2727
.attachment ul li span {
S
sunny kushwaha 已提交
2728 2729
  float: right; }

N
#241  
Nicolae Gabriel 已提交
2730
.attachment .file-name {
S
sunny kushwaha 已提交
2731 2732
  float: left; }

N
#241  
Nicolae Gabriel 已提交
2733
.attachment .links {
S
sunny kushwaha 已提交
2734 2735 2736
  width: 100%;
  display: inline-block; }

N
#241  
Nicolae Gabriel 已提交
2737
.compose {
S
sunny kushwaha 已提交
2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749
  padding: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px solid #D9DEE4;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 5px;
  z-index: 9999;
  display: none; }

N
#241  
Nicolae Gabriel 已提交
2750
.compose .compose-header {
S
sunny kushwaha 已提交
2751 2752 2753 2754 2755
  padding: 5px;
  background: #169F85;
  color: #fff;
  border-top-left-radius: 5px; }

N
#241  
Nicolae Gabriel 已提交
2756
.compose .compose-header .close {
S
sunny kushwaha 已提交
2757 2758 2759
  text-shadow: 0 1px 0 #ffffff;
  line-height: .8; }

N
#241  
Nicolae Gabriel 已提交
2760
.compose .compose-body .editor.btn-toolbar {
S
sunny kushwaha 已提交
2761 2762
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
2763
.compose .compose-body .editor-wrapper {
S
sunny kushwaha 已提交
2764 2765 2766 2767 2768 2769 2770 2771
  height: 100%;
  min-height: 50px;
  max-height: 180px;
  border-radius: 0;
  border-left: none;
  border-right: none;
  overflow: auto; }

N
#241  
Nicolae Gabriel 已提交
2772
.compose .compose-footer {
S
sunny kushwaha 已提交
2773 2774 2775 2776
  padding: 10px; }

/** /inbox **/
/* *********  form design  **************************** */
N
#241  
Nicolae Gabriel 已提交
2777
.editor.btn-toolbar {
S
sunny kushwaha 已提交
2778 2779 2780 2781 2782 2783
  zoom: 1;
  background: #F7F7F7;
  margin: 5px 2px;
  padding: 3px 0;
  border: 1px solid #EFEFEF; }

N
#241  
Nicolae Gabriel 已提交
2784
.input-group {
S
sunny kushwaha 已提交
2785 2786
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
2787
.ln_solid {
S
sunny kushwaha 已提交
2788 2789 2790 2791 2792 2793
  border-top: 1px solid #e5e5e5;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0; }

N
#241  
Nicolae Gabriel 已提交
2794
span.section {
S
sunny kushwaha 已提交
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

N
#241  
Nicolae Gabriel 已提交
2805
.form-control {
S
sunny kushwaha 已提交
2806 2807 2808
  border-radius: 0;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
2809
.form-horizontal .control-label {
S
sunny kushwaha 已提交
2810 2811
  padding-top: 8px; }

N
#241  
Nicolae Gabriel 已提交
2812
.form-control:focus {
S
sunny kushwaha 已提交
2813 2814 2815
  border-color: #CCD0D7;
  box-shadow: none !important; }

N
#241  
Nicolae Gabriel 已提交
2816
legend {
S
sunny kushwaha 已提交
2817 2818 2819
  font-size: 18px;
  color: inherit; }

N
#241  
Nicolae Gabriel 已提交
2820
.form-horizontal .form-group {
S
sunny kushwaha 已提交
2821 2822 2823
  margin-right: 0;
  margin-left: 0; }

N
#241  
Nicolae Gabriel 已提交
2824
.form-control-feedback {
S
sunny kushwaha 已提交
2825 2826 2827 2828 2829 2830 2831 2832 2833 2834
  position: absolute;
  margin-top: 8px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
2835
.form-control-feedback.left {
S
sunny kushwaha 已提交
2836 2837 2838
  border-right: 1px solid #ccc;
  left: 13px; }

N
#241  
Nicolae Gabriel 已提交
2839
.form-control-feedback.right {
S
sunny kushwaha 已提交
2840 2841 2842
  border-left: 1px solid #ccc;
  right: 13px; }

N
#241  
Nicolae Gabriel 已提交
2843
.form-control.has-feedback-left {
S
sunny kushwaha 已提交
2844 2845
  padding-left: 45px; }

N
#241  
Nicolae Gabriel 已提交
2846
.form-control.has-feedback-right {
S
sunny kushwaha 已提交
2847 2848
  padding-right: 45px; }

N
#241  
Nicolae Gabriel 已提交
2849
.form-group {
S
sunny kushwaha 已提交
2850 2851
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
2852
.validate {
S
sunny kushwaha 已提交
2853 2854
  margin-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
2855
.invalid-form-error-message {
S
sunny kushwaha 已提交
2856 2857 2858
  margin-top: 10px;
  padding: 5px; }

N
#241  
Nicolae Gabriel 已提交
2859
.invalid-form-error-message.filled {
S
sunny kushwaha 已提交
2860 2861
  border-left: 2px solid #E74C3C; }

N
#241  
Nicolae Gabriel 已提交
2862
p.parsley-success {
S
sunny kushwaha 已提交
2863 2864 2865 2866
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

N
#241  
Nicolae Gabriel 已提交
2867
p.parsley-error {
S
sunny kushwaha 已提交
2868 2869 2870 2871
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }

N
#241  
Nicolae Gabriel 已提交
2872
ul.parsley-errors-list {
S
sunny kushwaha 已提交
2873 2874 2875 2876 2877 2878 2879 2880
  list-style: none;
  color: #E74C3C;
  padding-left: 0; }

input.parsley-error, textarea.parsley-error, select.parsley-error {
  background: #FAEDEC;
  border: 1px solid #E85445; }

N
#241  
Nicolae Gabriel 已提交
2881
.btn-group .parsley-errors-list {
S
sunny kushwaha 已提交
2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899
  display: none; }

.bad input, .bad select, .bad textarea {
  border: 1px solid #CE5454;
  box-shadow: 0 0 4px -2px #CE5454;
  position: relative;
  left: 0;
  -moz-animation: .7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear; }

.item {
  display: -ms-flexbox;
  display: flex; }

.item input, .item textarea {
  transition: 0.42s; }

/* alerts (when validation fails) */
N
#241  
Nicolae Gabriel 已提交
2900
.item .alert {
S
sunny kushwaha 已提交
2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  max-width: 170px;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out; }

N
#241  
Nicolae Gabriel 已提交
2915
.item .alert::after {
S
sunny kushwaha 已提交
2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px; }

N
#241  
Nicolae Gabriel 已提交
2927
.item.bad .alert {
S
sunny kushwaha 已提交
2928 2929 2930
  left: 0;
  opacity: 1; }

N
#241  
Nicolae Gabriel 已提交
2931
.inl-bl {
S
sunny kushwaha 已提交
2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942
  display: inline-block; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

N
#241  
Nicolae Gabriel 已提交
2943
.well .markup {
S
sunny kushwaha 已提交
2944 2945 2946 2947 2948 2949 2950 2951 2952
  background: #fff;
  color: #777;
  position: relative;
  padding: 45px 15px 15px;
  margin: 15px 0 0 0;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: none; }

N
#241  
Nicolae Gabriel 已提交
2953
.well .markup::after {
S
sunny kushwaha 已提交
2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964
  content: "Example";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* ***** autocomplete ***** */
N
#241  
Nicolae Gabriel 已提交
2965
.autocomplete-suggestions {
S
sunny kushwaha 已提交
2966 2967 2968 2969 2970
  border: 1px solid #e4e4e4;
  background: #F4F4F4;
  cursor: default;
  overflow: auto; }

N
#241  
Nicolae Gabriel 已提交
2971
.autocomplete-suggestion {
S
sunny kushwaha 已提交
2972 2973 2974 2975 2976
  padding: 2px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
2977
.autocomplete-selected {
S
sunny kushwaha 已提交
2978 2979
  background: #f0f0f0; }

N
#241  
Nicolae Gabriel 已提交
2980
.autocomplete-suggestions strong {
S
sunny kushwaha 已提交
2981 2982 2983 2984 2985 2986
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder; }

/* ***** /autocomplete *****/
/* ***** buttons ********/
N
#241  
Nicolae Gabriel 已提交
2987
.btn {
S
sunny kushwaha 已提交
2988 2989 2990 2991 2992
  border-radius: 3px; }

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
2993
.btn-success {
S
sunny kushwaha 已提交
2994 2995 2996 2997 2998 2999
  background: #26B99A;
  border: 1px solid #169F85; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background: #169F85; }

N
#241  
Nicolae Gabriel 已提交
3000
.btn-dark {
S
sunny kushwaha 已提交
3001 3002 3003 3004 3005 3006 3007 3008 3009
  color: #E9EDEF;
  background-color: #4B5F71;
  border-color: #364B5F; }

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
  color: #FFFFFF;
  background-color: #394D5F;
  border-color: #394D5F; }

N
#241  
Nicolae Gabriel 已提交
3010
.btn-round {
S
sunny kushwaha 已提交
3011 3012
  border-radius: 30px; }

N
#241  
Nicolae Gabriel 已提交
3013
.btn.btn-app {
S
sunny kushwaha 已提交
3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px; }

.btn.btn-app > .fa, .btn.btn-app > .glyphicon, .btn.btn-app > .ion {
  font-size: 20px;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
3031
.btn.btn-app:hover {
S
sunny kushwaha 已提交
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048
  background: #f4f4f4;
  color: #444;
  border-color: #aaa; }

.btn.btn-app:active, .btn.btn-app:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400; }

/* ***** /buttons *******/
/* *********  /form design  **************************** */
/* *********  form textarea  **************************** */
N
#241  
Nicolae Gabriel 已提交
3049
textarea {
S
sunny kushwaha 已提交
3050 3051 3052 3053
  padding: 10px;
  vertical-align: top;
  width: 200px; }

N
#241  
Nicolae Gabriel 已提交
3054
textarea:focus {
S
sunny kushwaha 已提交
3055 3056 3057
  outline-style: solid;
  outline-width: 2px; }

N
#241  
Nicolae Gabriel 已提交
3058
.btn_ {
S
sunny kushwaha 已提交
3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082
  display: inline-block;
  padding: 3px 9px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)";
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* *********  /form textarea  **************************** */
/* *********  glyphicons  **************************** */
N
#241  
Nicolae Gabriel 已提交
3083
.bs-glyphicons {
S
sunny kushwaha 已提交
3084 3085 3086
  margin: 0 -10px 20px;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
3087
.bs-glyphicons-list {
S
sunny kushwaha 已提交
3088 3089 3090
  padding-left: 0;
  list-style: none; }

N
#241  
Nicolae Gabriel 已提交
3091
.bs-glyphicons li {
S
sunny kushwaha 已提交
3092 3093 3094 3095 3096 3097 3098 3099 3100 3101
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff; }

N
#241  
Nicolae Gabriel 已提交
3102
.bs-glyphicons .glyphicon {
S
sunny kushwaha 已提交
3103 3104 3105 3106
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px; }

N
#241  
Nicolae Gabriel 已提交
3107
.bs-glyphicons .glyphicon-class {
S
sunny kushwaha 已提交
3108 3109 3110 3111
  display: block;
  text-align: center;
  word-wrap: break-word; }

N
#241  
Nicolae Gabriel 已提交
3112
.bs-glyphicons li:hover {
S
sunny kushwaha 已提交
3113 3114 3115
  color: #fff;
  background-color: #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
3116
@media (min-width: 768px) {
S
sunny kushwaha 已提交
3117 3118 3119 3120 3121 3122 3123 3124 3125
  .bs-glyphicons {
    margin-right: 0;
    margin-left: 0; }

  .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px; } }
/* *********  /glyphicons  **************************** */
/* *********  form tags input  **************************** */
N
#241  
Nicolae Gabriel 已提交
3126
.tagsinput {
S
sunny kushwaha 已提交
3127 3128 3129 3130 3131 3132
  border: 1px solid #CCC;
  background: #FFF;
  padding: 6px 6px 0;
  width: 300px;
  overflow-y: auto; }

N
#241  
Nicolae Gabriel 已提交
3133
span.tag {
S
sunny kushwaha 已提交
3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px 9px;
  text-decoration: none;
  background: #1ABB9C;
  color: #F1F6F7;
  margin-right: 5px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: helvetica; }

N
#241  
Nicolae Gabriel 已提交
3147
span.tag a {
S
sunny kushwaha 已提交
3148 3149
  color: #F1F6F7 !important; }

N
#241  
Nicolae Gabriel 已提交
3150
.tagsinput span.tag a {
S
sunny kushwaha 已提交
3151 3152 3153 3154 3155
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px; }

N
#241  
Nicolae Gabriel 已提交
3156
.tagsinput input {
S
sunny kushwaha 已提交
3157 3158 3159 3160 3161 3162 3163 3164 3165 3166
  width: 80px;
  margin: 0px;
  font-family: helvetica;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 3px;
  background: transparent;
  color: #000;
  outline: 0px; }

N
#241  
Nicolae Gabriel 已提交
3167
.tagsinput div {
S
sunny kushwaha 已提交
3168 3169 3170
  display: block;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
3171
.tags_clear {
S
sunny kushwaha 已提交
3172 3173 3174 3175
  clear: both;
  width: 100%;
  height: 0px; }

N
#241  
Nicolae Gabriel 已提交
3176
.not_valid {
S
sunny kushwaha 已提交
3177 3178 3179 3180 3181
  background: #FBD8DB !important;
  color: #90111A !important; }

/* *********  /form tags input  **************************** */
/** Tabs **/
N
#241  
Nicolae Gabriel 已提交
3182
ul.bar_tabs {
S
sunny kushwaha 已提交
3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218
  overflow: visible;
  background: #F5F7FA;
  height: 25px;
  margin: 21px 0 14px;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #E6E9ED; }

ul.bar_tabs > li {
  border: 1px solid #E6E9ED;
  color: #333 !important;
  margin-top: -17px;
  margin-left: 8px;
  background: #fff;
  border-bottom: none;
  border-radius: 4px 4px 0 0; }

ul.bar_tabs > li.active {
  border-right: 6px solid #D3D6DA;
  border-top: 0;
  margin-top: -15px; }

ul.bar_tabs > li a {
  padding: 10px 17px;
  background: #F5F7FA;
  margin: 0;
  border-top-right-radius: 0; }

ul.bar_tabs > li a:hover {
  border: 1px solid transparent; }

ul.bar_tabs > li.active a {
  border-bottom: none; }

N
#241  
Nicolae Gabriel 已提交
3219
ul.bar_tabs.right {
S
sunny kushwaha 已提交
3220 3221
  padding-right: 14px; }

N
#241  
Nicolae Gabriel 已提交
3222
ul.bar_tabs.right li {
S
sunny kushwaha 已提交
3223 3224
  float: right; }

N
#241  
Nicolae Gabriel 已提交
3225
a:focus {
S
sunny kushwaha 已提交
3226 3227 3228 3229
  outline: none; }

/** /Tabs **/
/* *********  timeline  **************************** */
N
#241  
Nicolae Gabriel 已提交
3230
ul.timeline li {
S
sunny kushwaha 已提交
3231 3232 3233 3234
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  clear: both; }

N
#241  
Nicolae Gabriel 已提交
3235
.timeline .block {
S
sunny kushwaha 已提交
3236 3237 3238 3239 3240 3241
  margin: 0;
  border-left: 3px solid #e8e8e8;
  overflow: visible;
  padding: 10px 15px;
  margin-left: 105px; }

N
#241  
Nicolae Gabriel 已提交
3242
.timeline.widget {
S
sunny kushwaha 已提交
3243 3244 3245
  min-width: 0;
  max-width: inherit; }

N
#241  
Nicolae Gabriel 已提交
3246
.timeline.widget .block {
S
sunny kushwaha 已提交
3247 3248
  margin-left: 5px; }

N
#241  
Nicolae Gabriel 已提交
3249
.timeline .tags {
S
sunny kushwaha 已提交
3250 3251 3252 3253 3254
  position: absolute;
  top: 15px;
  left: 0;
  width: 84px; }

N
#241  
Nicolae Gabriel 已提交
3255
.timeline .tag {
S
sunny kushwaha 已提交
3256 3257 3258 3259 3260
  display: block;
  height: 30px;
  font-size: 13px;
  padding: 8px; }

N
#241  
Nicolae Gabriel 已提交
3261
.timeline .tag span {
S
sunny kushwaha 已提交
3262 3263 3264 3265 3266 3267
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

N
#241  
Nicolae Gabriel 已提交
3268
.tag {
S
sunny kushwaha 已提交
3269 3270 3271 3272
  line-height: 1;
  background: #1ABB9C;
  color: #fff !important; }

N
#241  
Nicolae Gabriel 已提交
3273
.tag:after {
S
sunny kushwaha 已提交
3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285
  content: " ";
  height: 30px;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  pointer-events: none;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
3286
.timeline h2.title {
S
sunny kushwaha 已提交
3287 3288 3289 3290
  position: relative;
  font-size: 16px;
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
3291
.timeline h2.title:before {
S
sunny kushwaha 已提交
3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302
  content: "";
  position: absolute;
  left: -23px;
  top: 3px;
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #d2d3d2;
  border-radius: 14px;
  background: #f9f9f9; }

N
#241  
Nicolae Gabriel 已提交
3303
.timeline .byline {
S
sunny kushwaha 已提交
3304 3305
  padding: .25em 0; }

N
#241  
Nicolae Gabriel 已提交
3306
.byline {
S
sunny kushwaha 已提交
3307 3308 3309 3310 3311 3312
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-size: .9375em;
  line-height: 1.3;
  color: #aab6aa; }

N
#241  
Nicolae Gabriel 已提交
3313
ul.social li {
S
sunny kushwaha 已提交
3314 3315 3316 3317 3318 3319 3320
  border: 0; }

/* *********  /timeline  **************************** */
/* *********  profile/social  **************************** */
.social-sidebar, .social-body {
  float: right; }

N
#241  
Nicolae Gabriel 已提交
3321
.social-sidebar {
S
sunny kushwaha 已提交
3322 3323 3324
  background: #EDEDED;
  width: 22%; }

N
#241  
Nicolae Gabriel 已提交
3325
.social-body {
S
sunny kushwaha 已提交
3326 3327 3328
  border: 1px solid #ccc;
  width: 78%; }

N
#241  
Nicolae Gabriel 已提交
3329
.thumb img {
S
sunny kushwaha 已提交
3330 3331 3332 3333
  width: 50px;
  height: 50px;
  border-radius: 50%; }

N
#241  
Nicolae Gabriel 已提交
3334
.chat .thumb img {
S
sunny kushwaha 已提交
3335 3336 3337 3338
  width: 27px;
  height: 27px;
  border-radius: 50%; }

N
#241  
Nicolae Gabriel 已提交
3339
.chat .status {
S
sunny kushwaha 已提交
3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350
  float: left;
  margin: 16px 0 0 -16px;
  font-size: 14px;
  font-weight: bold;
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #FFF;
  z-index: 12312;
  border-radius: 50%; }

N
#241  
Nicolae Gabriel 已提交
3351
.chat .status.online {
S
sunny kushwaha 已提交
3352 3353
  background: #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
3354
.chat .status.away {
S
sunny kushwaha 已提交
3355 3356
  background: #F39C12; }

N
#241  
Nicolae Gabriel 已提交
3357
.chat .status.offline {
S
sunny kushwaha 已提交
3358 3359
  background: #ccc; }

N
#241  
Nicolae Gabriel 已提交
3360
.chat .media-body {
S
sunny kushwaha 已提交
3361 3362 3363 3364
  padding-top: 5px; }

/* *********  /profile/social  **************************** */
/* *********  widgets  **************************** */
N
#241  
Nicolae Gabriel 已提交
3365
.dashboard_graph .x_title {
S
sunny kushwaha 已提交
3366 3367
  padding: 5px 5px 7px; }

N
#241  
Nicolae Gabriel 已提交
3368
.dashboard_graph .x_title h3 {
S
sunny kushwaha 已提交
3369 3370 3371
  margin: 0;
  font-weight: normal; }

N
#241  
Nicolae Gabriel 已提交
3372
.chart {
S
sunny kushwaha 已提交
3373 3374 3375 3376 3377 3378 3379 3380
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3381
.chart canvas {
S
sunny kushwaha 已提交
3382 3383 3384 3385
  position: absolute;
  top: 0;
  left: 0; }

N
#241  
Nicolae Gabriel 已提交
3386
.percent {
S
sunny kushwaha 已提交
3387 3388 3389 3390 3391
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 18px; }

N
#241  
Nicolae Gabriel 已提交
3392
.percent:after {
S
sunny kushwaha 已提交
3393 3394 3395 3396
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

N
#241  
Nicolae Gabriel 已提交
3397
.angular {
S
sunny kushwaha 已提交
3398 3399
  margin-top: 100px; }

N
#241  
Nicolae Gabriel 已提交
3400
.angular .chart {
S
sunny kushwaha 已提交
3401 3402
  margin-top: 0; }

N
#241  
Nicolae Gabriel 已提交
3403
.widget {
S
sunny kushwaha 已提交
3404 3405 3406
  min-width: 250px;
  max-width: 310px; }

N
#241  
Nicolae Gabriel 已提交
3407
.widget_tally_box .btn-group button {
S
sunny kushwaha 已提交
3408 3409
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3410
.widget_tally_box .btn-group button {
S
sunny kushwaha 已提交
3411 3412 3413 3414 3415 3416 3417 3418
  color: inherit;
  font-weight: 500;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7; }

ul.widget_tally, ul.widget_tally li {
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
3419
ul.widget_tally li {
S
sunny kushwaha 已提交
3420 3421 3422 3423
  padding: 2px 10px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 4px; }

N
#241  
Nicolae Gabriel 已提交
3424
ul.widget_tally .month {
S
sunny kushwaha 已提交
3425 3426 3427
  width: 70%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
3428
ul.widget_tally .count {
S
sunny kushwaha 已提交
3429 3430 3431 3432
  width: 30%;
  float: left;
  text-align: right; }

N
#241  
Nicolae Gabriel 已提交
3433
.pie_bg {
S
sunny kushwaha 已提交
3434 3435 3436 3437 3438 3439 3440 3441
  border-bottom: 1px solid rgba(101, 204, 182, 0.16);
  padding-bottom: 15px;
  border-radius: 4px;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  padding-bottom: 10px;
  box-shadow: 0 4px 6px -6px #222; }

N
#241  
Nicolae Gabriel 已提交
3442
.widget_tally_box .flex {
S
sunny kushwaha 已提交
3443 3444 3445
  display: -ms-flexbox;
  display: flex; }

N
#241  
Nicolae Gabriel 已提交
3446
ul.widget_profile_box {
S
sunny kushwaha 已提交
3447 3448 3449 3450 3451 3452 3453
  width: 100%;
  height: 42px;
  padding: 3px;
  background: #ececec;
  margin-top: 40px;
  margin-left: 1px; }

N
#241  
Nicolae Gabriel 已提交
3454
ul.widget_profile_box li:first-child {
S
sunny kushwaha 已提交
3455 3456 3457
  width: 25%;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
3458
ul.widget_profile_box li:first-child a {
S
sunny kushwaha 已提交
3459 3460
  float: left; }

N
#241  
Nicolae Gabriel 已提交
3461
ul.widget_profile_box li:last-child {
S
sunny kushwaha 已提交
3462 3463 3464
  width: 25%;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
3465
ul.widget_profile_box li:last-child a {
S
sunny kushwaha 已提交
3466 3467
  float: right; }

N
#241  
Nicolae Gabriel 已提交
3468
ul.widget_profile_box li a {
S
sunny kushwaha 已提交
3469 3470 3471 3472 3473 3474 3475 3476 3477
  font-size: 22px;
  text-align: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(52, 73, 94, 0.44);
  display: block;
  border-radius: 50%;
  padding: 0px; }

N
#241  
Nicolae Gabriel 已提交
3478
ul.widget_profile_box li a:hover {
S
sunny kushwaha 已提交
3479 3480 3481
  color: #1ABB9C !important;
  border: 1px solid #26b99a; }

N
#241  
Nicolae Gabriel 已提交
3482
ul.widget_profile_box li .profile_img {
S
sunny kushwaha 已提交
3483 3484 3485 3486 3487 3488 3489 3490
  width: 85px;
  height: 85px;
  margin: 0;
  margin-top: -28px; }

.widget_tally_box p, .widget_tally_box span {
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3491
.widget_tally_box .name {
S
sunny kushwaha 已提交
3492 3493 3494
  text-align: center;
  margin: 25px; }

N
#241  
Nicolae Gabriel 已提交
3495
.widget_tally_box .name_title {
S
sunny kushwaha 已提交
3496 3497 3498
  text-align: center;
  margin: 5px; }

N
#241  
Nicolae Gabriel 已提交
3499
.widget_tally_box ul.legend {
S
sunny kushwaha 已提交
3500 3501 3502 3503 3504
  margin: 0; }

.widget_tally_box ul.legend p, .widget_tally_box ul.legend span {
  text-align: left; }

N
#241  
Nicolae Gabriel 已提交
3505
.widget_tally_box ul.legend li .icon {
S
sunny kushwaha 已提交
3506 3507 3508 3509
  font-size: 20px;
  float: left;
  width: 14px; }

N
#241  
Nicolae Gabriel 已提交
3510
.widget_tally_box ul.legend li .name {
S
sunny kushwaha 已提交
3511 3512 3513 3514 3515
  font-size: 14px;
  margin: 5px 0 0 14px;
  text-overflow: ellipsis;
  float: left; }

N
#241  
Nicolae Gabriel 已提交
3516
.widget_tally_box ul.legend p {
S
sunny kushwaha 已提交
3517 3518 3519
  display: inline-block;
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
3520
.widget_tally_box ul.verticle_bars li {
S
sunny kushwaha 已提交
3521 3522 3523
  height: 140px;
  width: 23%; }

N
#241  
Nicolae Gabriel 已提交
3524
.widget .verticle_bars li .progress.vertical.progress_wide {
S
sunny kushwaha 已提交
3525 3526
  width: 65%; }

N
#241  
Nicolae Gabriel 已提交
3527
ul.count2 {
S
sunny kushwaha 已提交
3528 3529 3530 3531 3532 3533 3534 3535
  width: 100%;
  margin-left: 1px;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  display: inherit; }

N
#241  
Nicolae Gabriel 已提交
3536
ul.count2 li {
S
sunny kushwaha 已提交
3537 3538 3539
  width: 30%;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3540
ul.count2 li h3 {
S
sunny kushwaha 已提交
3541 3542 3543
  font-weight: 400;
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
3544
ul.count2 li span {
S
sunny kushwaha 已提交
3545 3546 3547
  font-weight: 300; }

/* *********  /widgets  **************************** */
N
#241  
Nicolae Gabriel 已提交
3548
.divider {
S
sunny kushwaha 已提交
3549 3550 3551
  border-bottom: 1px solid #ddd;
  margin: 10px; }

N
#241  
Nicolae Gabriel 已提交
3552
.divider-dashed {
S
sunny kushwaha 已提交
3553 3554 3555 3556 3557
  border-top: 1px dashed #e7eaec;
  background-color: #ffffff;
  height: 1px;
  margin: 10px 0; }

N
#241  
Nicolae Gabriel 已提交
3558
ul.messages {
S
sunny kushwaha 已提交
3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575
  padding: 0;
  list-style: none; }

ul.messages li, .tasks li {
  border-bottom: 1px dotted #e6e6e6;
  padding: 8px 0; }

ul.messages li img.avatar, img.avatar {
  height: 32px;
  width: 32px;
  float: left;
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  background: #f7f7f7;
  border: 1px solid #e6e6e6; }

N
#241  
Nicolae Gabriel 已提交
3576
ul.messages li .message_date {
S
sunny kushwaha 已提交
3577 3578 3579
  float: right;
  text-align: right; }

N
#241  
Nicolae Gabriel 已提交
3580
ul.messages li .message_wrapper {
S
sunny kushwaha 已提交
3581 3582 3583
  margin-left: 50px;
  margin-right: 40px; }

N
#241  
Nicolae Gabriel 已提交
3584
ul.messages li .message_wrapper h4.heading {
S
sunny kushwaha 已提交
3585 3586 3587 3588 3589 3590
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 100%; }

N
#241  
Nicolae Gabriel 已提交
3591
ul.messages li .message_wrapper blockquote {
S
sunny kushwaha 已提交
3592 3593 3594 3595
  padding: 0px 10px;
  margin: 0;
  border-left: 5px solid #eee; }

N
#241  
Nicolae Gabriel 已提交
3596
ul.user_data li {
S
sunny kushwaha 已提交
3597 3598
  margin-bottom: 6px; }

N
#241  
Nicolae Gabriel 已提交
3599
ul.user_data li p {
S
sunny kushwaha 已提交
3600 3601
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
3602
ul.user_data li .progress {
S
sunny kushwaha 已提交
3603 3604
  width: 90%; }

N
#241  
Nicolae Gabriel 已提交
3605
.project_progress .progress {
S
sunny kushwaha 已提交
3606 3607 3608
  margin-bottom: 3px !important;
  margin-top: 5px; }

N
#241  
Nicolae Gabriel 已提交
3609
.projects .list-inline {
S
sunny kushwaha 已提交
3610 3611
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
3612
.profile_title {
S
sunny kushwaha 已提交
3613 3614 3615 3616 3617 3618
  background: #F5F7FA;
  border: 0;
  padding: 7px 0;
  display: -ms-flexbox;
  display: flex; }

N
#241  
Nicolae Gabriel 已提交
3619
ul.stats-overview {
S
sunny kushwaha 已提交
3620 3621 3622 3623
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
3624
ul.stats-overview li {
S
sunny kushwaha 已提交
3625 3626 3627 3628 3629 3630 3631
  display: inline-block;
  text-align: center;
  padding: 0 15px;
  width: 30%;
  font-size: 14px;
  border-right: 1px solid #e8e8e8; }

N
#241  
Nicolae Gabriel 已提交
3632
ul.stats-overview li:last-child {
S
sunny kushwaha 已提交
3633 3634
  border-right: 0; }

N
#241  
Nicolae Gabriel 已提交
3635
ul.stats-overview li .name {
S
sunny kushwaha 已提交
3636 3637
  font-size: 12px; }

N
#241  
Nicolae Gabriel 已提交
3638
ul.stats-overview li .value {
S
sunny kushwaha 已提交
3639 3640 3641 3642
  font-size: 14px;
  font-weight: bold;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
3643
ul.stats-overview li:first-child {
S
sunny kushwaha 已提交
3644 3645
  padding-left: 0; }

N
#241  
Nicolae Gabriel 已提交
3646
ul.project_files li {
S
sunny kushwaha 已提交
3647 3648
  margin-bottom: 5px; }

N
#241  
Nicolae Gabriel 已提交
3649
ul.project_files li a i {
S
sunny kushwaha 已提交
3650 3651
  width: 20px; }

N
#241  
Nicolae Gabriel 已提交
3652
.project_detail p {
S
sunny kushwaha 已提交
3653 3654
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
3655
.project_detail p.title {
S
sunny kushwaha 已提交
3656 3657 3658
  font-weight: bold;
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
3659
.avatar img {
S
sunny kushwaha 已提交
3660 3661 3662 3663
  border-radius: 50%;
  max-width: 45px; }

/* *********  pricing  **************************** */
N
#241  
Nicolae Gabriel 已提交
3664
.pricing {
S
sunny kushwaha 已提交
3665 3666
  background: #fff; }

N
#241  
Nicolae Gabriel 已提交
3667
.pricing .title {
S
sunny kushwaha 已提交
3668 3669 3670 3671 3672 3673
  background: #1ABB9C;
  height: 110px;
  color: #fff;
  padding: 15px 0 0;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3674
.pricing .title h2 {
S
sunny kushwaha 已提交
3675 3676 3677 3678 3679 3680
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-weight: 400; }

N
#241  
Nicolae Gabriel 已提交
3681
.pricing .title h1 {
S
sunny kushwaha 已提交
3682 3683 3684
  font-size: 25px;
  margin: 12px; }

N
#241  
Nicolae Gabriel 已提交
3685
.pricing .title span {
S
sunny kushwaha 已提交
3686 3687 3688
  background: rgba(51, 51, 51, 0.28);
  padding: 2px 5px; }

N
#241  
Nicolae Gabriel 已提交
3689
.pricing_features {
S
sunny kushwaha 已提交
3690 3691 3692 3693 3694
  background: #FAFAFA;
  padding: 20px 15px;
  min-height: 230px;
  font-size: 13.5px; }

N
#241  
Nicolae Gabriel 已提交
3695
.pricing_features ul li {
S
sunny kushwaha 已提交
3696 3697
  margin-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
3698
.pricing_footer {
S
sunny kushwaha 已提交
3699 3700 3701 3702 3703 3704 3705
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

N
#241  
Nicolae Gabriel 已提交
3706
.pricing_footer p {
S
sunny kushwaha 已提交
3707 3708 3709 3710
  font-size: 13px;
  padding: 10px 0 2px;
  display: block; }

N
#241  
Nicolae Gabriel 已提交
3711
.ui-ribbon-container {
S
sunny kushwaha 已提交
3712 3713
  position: relative; }

N
#241  
Nicolae Gabriel 已提交
3714
.ui-ribbon-container .ui-ribbon-wrapper {
S
sunny kushwaha 已提交
3715 3716 3717 3718 3719 3720 3721
  position: absolute;
  overflow: hidden;
  width: 85px;
  height: 88px;
  top: -3px;
  right: -3px; }

N
#241  
Nicolae Gabriel 已提交
3722
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
S
sunny kushwaha 已提交
3723 3724
  background-color: #5b90bf; }

N
#241  
Nicolae Gabriel 已提交
3725
.ui-ribbon-container .ui-ribbon {
S
sunny kushwaha 已提交
3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743
  position: relative;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  line-height: 20px;
  background-color: #555;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
  border-top: 2px solid #5b90bf; }

N
#241  
Nicolae Gabriel 已提交
3744
.ui-ribbon-container .ui-ribbon:before {
S
sunny kushwaha 已提交
3745 3746 3747
  left: 0;
  bottom: -1px; }

N
#241  
Nicolae Gabriel 已提交
3748
.ui-ribbon-container .ui-ribbon:before {
S
sunny kushwaha 已提交
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760
  right: 0; }

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
  position: absolute;
  content: " ";
  line-height: 0;
  border-top: 2px solid #555;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent; }

/* *********  /pricing  **************************** */
/* *********  media gallery  **************************** */
N
#241  
Nicolae Gabriel 已提交
3761
.thumbnail .image {
S
sunny kushwaha 已提交
3762 3763 3764
  height: 120px;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
3765
.caption {
S
sunny kushwaha 已提交
3766 3767 3768
  padding: 9px 5px;
  background: #F7F7F7; }

N
#241  
Nicolae Gabriel 已提交
3769
.caption p {
S
sunny kushwaha 已提交
3770 3771
  margin-bottom: 5px; }

N
#241  
Nicolae Gabriel 已提交
3772
.thumbnail {
S
sunny kushwaha 已提交
3773 3774 3775
  height: 190px;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
3776
.view {
S
sunny kushwaha 已提交
3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default; }

.view .mask, .view .content {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0; }

N
#241  
Nicolae Gabriel 已提交
3790
.view img {
S
sunny kushwaha 已提交
3791 3792 3793
  display: block;
  position: relative; }

N
#241  
Nicolae Gabriel 已提交
3794
.view .tools {
S
sunny kushwaha 已提交
3795 3796 3797 3798 3799 3800 3801 3802 3803
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 3px;
  background: rgba(0, 0, 0, 0.35);
  margin: 43px 0 0 0; }

N
#241  
Nicolae Gabriel 已提交
3804
.mask.no-caption .tools {
S
sunny kushwaha 已提交
3805 3806
  margin: 90px 0 0 0; }

N
#241  
Nicolae Gabriel 已提交
3807
.view .tools a {
S
sunny kushwaha 已提交
3808 3809 3810 3811 3812 3813
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 0 4px; }

N
#241  
Nicolae Gabriel 已提交
3814
.view p {
S
sunny kushwaha 已提交
3815 3816 3817 3818 3819 3820 3821 3822
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3823
.view a.info {
S
sunny kushwaha 已提交
3824 3825 3826 3827 3828 3829 3830 3831
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000; }

N
#241  
Nicolae Gabriel 已提交
3832
.view-first img {
S
sunny kushwaha 已提交
3833 3834
  transition: all 0.2s linear; }

N
#241  
Nicolae Gabriel 已提交
3835
.view-first .mask {
S
sunny kushwaha 已提交
3836 3837 3838 3839
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out; }

N
#241  
Nicolae Gabriel 已提交
3840
.view-first .tools {
S
sunny kushwaha 已提交
3841 3842 3843 3844
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out; }

N
#241  
Nicolae Gabriel 已提交
3845
.view-first p {
S
sunny kushwaha 已提交
3846 3847 3848 3849
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear; }

N
#241  
Nicolae Gabriel 已提交
3850
.view-first:hover img {
S
sunny kushwaha 已提交
3851 3852
  transform: scale(1.1); }

N
#241  
Nicolae Gabriel 已提交
3853
.view-first:hover .mask {
S
sunny kushwaha 已提交
3854
  opacity: 1; }
N
* Me  
Nicolae Gabriel 已提交
3855

S
sunny kushwaha 已提交
3856 3857 3858
.view-first:hover .tools, .view-first:hover p {
  opacity: 1;
  transform: translateY(0px); }
N
* Me  
Nicolae Gabriel 已提交
3859

S
sunny kushwaha 已提交
3860 3861 3862 3863 3864
.view-first:hover p {
  transition-delay: 0.1s; }

/* *********  /media gallery  **************************** */
/* *********  verticle tabs  **************************** */
N
#241  
Nicolae Gabriel 已提交
3865 3866 3867 3868 3869 3870 3871
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
S
sunny kushwaha 已提交
3872 3873 3874
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px; }
N
#241  
Nicolae Gabriel 已提交
3875 3876

.tabs-left {
S
sunny kushwaha 已提交
3877 3878
  border-right: 1px solid #F7F7F7; }

N
#241  
Nicolae Gabriel 已提交
3879
.tabs-right {
S
sunny kushwaha 已提交
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914
  border-left: 1px solid #F7F7F7; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
  border-bottom-color: #F7F7F7;
  border-right-color: transparent; }

.tabs-right > li.active > a, .tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
  border-bottom: 1px solid #F7F7F7;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
  background: #F7F7F7;
  text-overflow: ellipsis;
  overflow: hidden; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
  background: #F7F7F7;
  text-overflow: ellipsis;
  overflow: hidden; }

N
#241  
Nicolae Gabriel 已提交
3915
.sideways {
S
sunny kushwaha 已提交
3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px; }

.sideways > li.active > a, .sideways > li.active > a:hover, .sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

N
#241  
Nicolae Gabriel 已提交
3936
.sideways.tabs-left {
S
sunny kushwaha 已提交
3937 3938
  left: -50px; }

N
#241  
Nicolae Gabriel 已提交
3939
.sideways.tabs-right {
S
sunny kushwaha 已提交
3940 3941 3942 3943 3944 3945 3946 3947 3948 3949
  right: -50px; }

.sideways.tabs-right > li {
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  transform: rotate(-90deg); }

/* *********  /verticle tabs  **************************** */
/* *********  moris  **************************** */
N
#241  
Nicolae Gabriel 已提交
3950
.morris-hover {
S
sunny kushwaha 已提交
3951 3952 3953
  position: absolute;
  z-index: 1000; }

N
#241  
Nicolae Gabriel 已提交
3954
.morris-hover.morris-default-style {
S
sunny kushwaha 已提交
3955 3956 3957 3958 3959 3960 3961 3962
  padding: 6px;
  color: #666;
  background: rgba(243, 242, 243, 0.8);
  border: solid 2px rgba(195, 194, 196, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
3963
.morris-hover.morris-default-style .morris-hover-row-label {
S
sunny kushwaha 已提交
3964 3965 3966
  font-weight: bold;
  margin: 0.25em 0; }

N
#241  
Nicolae Gabriel 已提交
3967
.morris-hover.morris-default-style .morris-hover-point {
S
sunny kushwaha 已提交
3968 3969 3970 3971 3972
  white-space: nowrap;
  margin: 0.1em 0; }

/* *********  /moris  **************************** */
/* *********  ecommerce  **************************** */
N
#241  
Nicolae Gabriel 已提交
3973
.price {
S
sunny kushwaha 已提交
3974 3975 3976 3977 3978
  font-size: 40px;
  font-weight: 400;
  color: #26B99A;
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
3979
.prod_title {
S
sunny kushwaha 已提交
3980 3981 3982 3983 3984 3985
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 400; }

N
#241  
Nicolae Gabriel 已提交
3986
.product-image img {
S
sunny kushwaha 已提交
3987 3988
  width: 90%; }

N
#241  
Nicolae Gabriel 已提交
3989
.prod_color li {
S
sunny kushwaha 已提交
3990 3991
  margin: 0 10px; }

N
#241  
Nicolae Gabriel 已提交
3992
.prod_color li p {
S
sunny kushwaha 已提交
3993 3994
  margin-bottom: 0; }

N
#241  
Nicolae Gabriel 已提交
3995
.prod_size li {
S
sunny kushwaha 已提交
3996 3997
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
3998
.prod_color .color {
S
sunny kushwaha 已提交
3999 4000 4001 4002 4003 4004
  width: 25px;
  height: 25px;
  border: 2px solid rgba(51, 51, 51, 0.28) !important;
  padding: 2px;
  border-radius: 50px; }

N
#241  
Nicolae Gabriel 已提交
4005
.product_gallery a {
S
sunny kushwaha 已提交
4006 4007 4008 4009 4010 4011
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
  border: 1px solid #e5e5e5; }

N
#241  
Nicolae Gabriel 已提交
4012
.product_gallery a img {
S
sunny kushwaha 已提交
4013 4014 4015
  width: 100%;
  margin-top: 15px; }

N
#241  
Nicolae Gabriel 已提交
4016
.product_price {
S
sunny kushwaha 已提交
4017 4018 4019 4020 4021 4022
  margin: 20px 0;
  padding: 5px 10px;
  background-color: #FFFFFF;
  text-align: left;
  border: 2px dashed #E0E0E0; }

N
#241  
Nicolae Gabriel 已提交
4023
.price-tax {
S
sunny kushwaha 已提交
4024 4025
  font-size: 18px; }

N
#241  
Nicolae Gabriel 已提交
4026
.product_social {
S
sunny kushwaha 已提交
4027 4028
  margin: 20px 0; }

N
#241  
Nicolae Gabriel 已提交
4029
.product_social ul li a i {
S
sunny kushwaha 已提交
4030 4031 4032 4033
  font-size: 35px; }

/* *********  /ecommerce  **************************** */
/** login **/
N
#241  
Nicolae Gabriel 已提交
4034
.login {
S
sunny kushwaha 已提交
4035 4036
  background: #F7F7F7; }

N
#241  
Nicolae Gabriel 已提交
4037
.login .fa-paw {
S
sunny kushwaha 已提交
4038 4039
  font-size: 26px; }

N
#241  
Nicolae Gabriel 已提交
4040
a.hiddenanchor {
S
sunny kushwaha 已提交
4041 4042
  display: none; }

N
#241  
Nicolae Gabriel 已提交
4043
.login_wrapper {
S
sunny kushwaha 已提交
4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054
  right: 0px;
  margin: 0px auto;
  margin-top: 5%;
  max-width: 350px;
  position: relative; }

.registration_form, .login_form {
  position: absolute;
  top: 0px;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4055
.registration_form {
S
sunny kushwaha 已提交
4056 4057 4058 4059
  z-index: 21;
  opacity: 0;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4060
.login_form {
S
sunny kushwaha 已提交
4061 4062 4063 4064 4065 4066 4067 4068 4069 4070
  z-index: 22; }

#signup:target ~ .login_wrapper .registration_form, #signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: .1s; }

#signup:target ~ .login_wrapper .login_form, #signin:target ~ .login_wrapper .registration_form {
  animation-name: fadeOutLeft; }

N
#241  
Nicolae Gabriel 已提交
4071
.animate {
S
sunny kushwaha 已提交
4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both; }

/** /login **/
/** signup **/
N
#241  
Nicolae Gabriel 已提交
4090
.login_box {
S
sunny kushwaha 已提交
4091 4092 4093
  padding: 20px;
  margin: auto; }

N
#241  
Nicolae Gabriel 已提交
4094
.left {
S
sunny kushwaha 已提交
4095 4096 4097 4098 4099
  float: left; }

.calendar.left {
  float: initial !important; }

N
#241  
Nicolae Gabriel 已提交
4100
.alignleft {
S
sunny kushwaha 已提交
4101 4102 4103
  float: left;
  margin-right: 15px; }

N
#241  
Nicolae Gabriel 已提交
4104
.alignright {
S
sunny kushwaha 已提交
4105 4106 4107 4108 4109 4110 4111 4112 4113 4114
  float: right;
  margin-left: 15px; }

.clearfix:after, form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

N
#241  
Nicolae Gabriel 已提交
4115
.login_content {
S
sunny kushwaha 已提交
4116 4117 4118 4119 4120 4121 4122
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  min-width: 280px; }

N
#241  
Nicolae Gabriel 已提交
4123 4124
.login_content a,
.login_content .btn-default:hover {
S
sunny kushwaha 已提交
4125 4126
  text-decoration: none; }

N
#241  
Nicolae Gabriel 已提交
4127
.login_content a:hover {
S
sunny kushwaha 已提交
4128 4129
  text-decoration: underline; }

N
#241  
Nicolae Gabriel 已提交
4130
.login_content h1 {
S
sunny kushwaha 已提交
4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142
  font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 30px; }

.login_content h1:before, .login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 27%; }

N
#241  
Nicolae Gabriel 已提交
4143
.login_content h1:after {
S
sunny kushwaha 已提交
4144 4145 4146 4147
  background: #7e7e7e;
  background: linear-gradient(to right, #7e7e7e 0%, white 100%);
  right: 0; }

N
#241  
Nicolae Gabriel 已提交
4148
.login_content h1:before {
S
sunny kushwaha 已提交
4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159
  background: #7e7e7e;
  background: linear-gradient(to left, #7e7e7e 0%, white 100%);
  left: 0; }

.login_content h1:before, .login_content h1:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: 20%; }

N
#241  
Nicolae Gabriel 已提交
4160
.login_content h1:after {
S
sunny kushwaha 已提交
4161 4162 4163 4164
  background: #7e7e7e;
  background: linear-gradient(to right, #7e7e7e 0%, white 100%);
  right: 0; }

N
#241  
Nicolae Gabriel 已提交
4165
.login_content h1:before {
S
sunny kushwaha 已提交
4166 4167 4168 4169
  background: #7e7e7e;
  background: linear-gradient(to left, #7e7e7e 0%, white 100%);
  left: 0; }

N
#241  
Nicolae Gabriel 已提交
4170
.login_content form {
S
sunny kushwaha 已提交
4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191
  margin: 20px 0;
  position: relative; }

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
  border-radius: 3px;
  -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
  border: 1px solid #c8c8c8;
  color: #777;
  margin: 0 0 20px;
  width: 100%; }

.login_content form input[type="text"]:focus, .login_content form input[type="email"]:focus, .login_content form input[type="password"]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #A97AAD inset;
  background-color: #fff;
  border: 1px solid #A878AF;
  outline: none; }

N
#241  
Nicolae Gabriel 已提交
4192
#username {
S
sunny kushwaha 已提交
4193 4194
  background-position: 10px 10px !important; }

N
#241  
Nicolae Gabriel 已提交
4195
#password {
S
sunny kushwaha 已提交
4196 4197
  background-position: 10px -53px !important; }

N
#241  
Nicolae Gabriel 已提交
4198
.login_content form div a {
S
sunny kushwaha 已提交
4199 4200 4201
  font-size: 12px;
  margin: 10px 15px 0 0; }

N
#241  
Nicolae Gabriel 已提交
4202
.reset_pass {
S
sunny kushwaha 已提交
4203 4204
  margin-top: 10px !important; }

N
#241  
Nicolae Gabriel 已提交
4205
.login_content div .reset_pass {
S
sunny kushwaha 已提交
4206 4207 4208 4209
  margin-top: 13px !important;
  margin-right: 39px;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
4210
.separator {
S
sunny kushwaha 已提交
4211 4212 4213 4214
  border-top: 1px solid #D8D8D8;
  margin-top: 10px;
  padding-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
4215
.button {
S
sunny kushwaha 已提交
4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229
  background: #f7f9fa;
  background: linear-gradient(to bottom, #f7f9fa 0%, #f0f0f0 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0)";
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #CFD5D9;
  padding: 15px 0; }

.login_content form input[type="submit"], #content form .submit {
  float: left;
  margin-left: 38px; }

N
#241  
Nicolae Gabriel 已提交
4230
.button a {
S
sunny kushwaha 已提交
4231 4232 4233 4234 4235 4236 4237
  background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
  color: #7E7E7E;
  font-size: 17px;
  padding: 2px 0 2px 40px;
  text-decoration: none;
  transition: all 0.3s ease; }

N
#241  
Nicolae Gabriel 已提交
4238
.button a:hover {
S
sunny kushwaha 已提交
4239 4240 4241
  background-position: 0 -135px;
  color: #00aeef; }

N
#241  
Nicolae Gabriel 已提交
4242
header {
S
sunny kushwaha 已提交
4243 4244 4245 4246
  width: 100%; }

/** signup **/
/** NProgress **/
N
#241  
Nicolae Gabriel 已提交
4247
#nprogress .bar {
S
sunny kushwaha 已提交
4248 4249
  background: #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
4250
#nprogress .peg {
S
sunny kushwaha 已提交
4251 4252
  box-shadow: 0 0 10px #1ABB9C, 0 0 5px #1ABB9C; }

N
#241  
Nicolae Gabriel 已提交
4253
#nprogress .spinner-icon {
S
sunny kushwaha 已提交
4254 4255 4256 4257 4258
  border-top-color: #1ABB9C;
  border-left-color: #1ABB9C; }

/** /NProgress **/
/** bootstrap-wysiwyg **/
N
#241  
Nicolae Gabriel 已提交
4259
.editor-wrapper {
S
sunny kushwaha 已提交
4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273
  min-height: 250px;
  background-color: white;
  border-collapse: separate;
  border: 1px solid #cccccc;
  padding: 4px;
  box-sizing: content-box;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  overflow: scroll;
  outline: none; }

N
#241  
Nicolae Gabriel 已提交
4274
.voiceBtn {
S
sunny kushwaha 已提交
4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2, 2);
  -webkit-transform: scale(2, 2);
  -moz-transform: scale(2, 2);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none; }

N
#241  
Nicolae Gabriel 已提交
4286
div[data-role="editor-toolbar"] {
S
sunny kushwaha 已提交
4287 4288 4289 4290 4291
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

N
#241  
Nicolae Gabriel 已提交
4292
.dropdown-menu a {
S
sunny kushwaha 已提交
4293 4294 4295 4296
  cursor: pointer; }

/** /bootstrap-wysiwyg **/
/** Select2 **/
N
#241  
Nicolae Gabriel 已提交
4297 4298
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
S
sunny kushwaha 已提交
4299 4300 4301 4302 4303
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px; }

N
#241  
Nicolae Gabriel 已提交
4304
.select2-container--default .select2-selection--single .select2-selection__rendered {
S
sunny kushwaha 已提交
4305 4306 4307
  color: #73879C;
  padding-top: 5px; }

N
#241  
Nicolae Gabriel 已提交
4308
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
S
sunny kushwaha 已提交
4309 4310
  padding-top: 3px; }

N
#241  
Nicolae Gabriel 已提交
4311
.select2-container--default .select2-selection--single .select2-selection__arrow {
S
sunny kushwaha 已提交
4312 4313
  height: 36px; }

N
#241  
Nicolae Gabriel 已提交
4314 4315
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
S
sunny kushwaha 已提交
4316 4317 4318 4319 4320
  margin-top: 2px;
  border: none;
  border-radius: 0;
  padding: 3px 5px; }

N
#241  
Nicolae Gabriel 已提交
4321
.select2-container--default.select2-container--focus .select2-selection--multiple {
S
sunny kushwaha 已提交
4322 4323 4324 4325
  border: 1px solid #ccc; }

/** /Select2 **/
/** Switchery **/
N
#241  
Nicolae Gabriel 已提交
4326
.switchery {
S
sunny kushwaha 已提交
4327 4328 4329 4330 4331 4332 4333 4334 4335
  width: 32px;
  height: 20px; }

.switchery > small {
  width: 20px;
  height: 20px; }

/** /Switchery **/
/** Normalize.css **/
N
#241  
Nicolae Gabriel 已提交
4336
fieldset {
S
sunny kushwaha 已提交
4337 4338 4339 4340 4341 4342
  border: none;
  margin: 0;
  padding: 0; }

/** /Normalize.css **/
/** Cropper **/
N
#241  
Nicolae Gabriel 已提交
4343 4344
.cropper .img-container,
.cropper .img-preview {
S
sunny kushwaha 已提交
4345 4346 4347 4348
  background-color: #f7f7f7;
  width: 100%;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
4349
.cropper .img-container {
S
sunny kushwaha 已提交
4350 4351 4352 4353
  min-height: 200px;
  max-height: 516px;
  margin-bottom: 20px; }

N
#241  
Nicolae Gabriel 已提交
4354
@media (min-width: 768px) {
S
sunny kushwaha 已提交
4355 4356 4357 4358 4359
  .cropper .img-container {
    min-height: 516px; } }
.cropper .img-container > img {
  max-width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4360
.cropper .docs-preview {
S
sunny kushwaha 已提交
4361 4362
  margin-right: -15px; }

N
#241  
Nicolae Gabriel 已提交
4363
.cropper .img-preview {
S
sunny kushwaha 已提交
4364 4365 4366 4367 4368 4369 4370 4371
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden; }

.cropper .img-preview > img {
  max-width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4372
.cropper .preview-lg {
S
sunny kushwaha 已提交
4373 4374 4375
  width: 263px;
  height: 148px; }

N
#241  
Nicolae Gabriel 已提交
4376
.cropper .preview-md {
S
sunny kushwaha 已提交
4377 4378 4379
  width: 139px;
  height: 78px; }

N
#241  
Nicolae Gabriel 已提交
4380
.cropper .preview-sm {
S
sunny kushwaha 已提交
4381 4382 4383
  width: 69px;
  height: 39px; }

N
#241  
Nicolae Gabriel 已提交
4384
.cropper .preview-xs {
S
sunny kushwaha 已提交
4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408
  width: 35px;
  height: 20px;
  margin-right: 0; }

.cropper .docs-data > .input-group {
  margin-bottom: 10px; }

.cropper .docs-data > .input-group > label {
  min-width: 80px; }

.cropper .docs-data > .input-group > span {
  min-width: 50px; }

.cropper .docs-buttons > .btn,
.cropper .docs-buttons > .btn-group,
.cropper .docs-buttons > .form-control {
  margin-right: 5px;
  margin-bottom: 10px; }

.cropper .docs-toggles > .btn,
.cropper .docs-toggles > .btn-group,
.cropper .docs-toggles > .dropdown {
  margin-bottom: 10px; }

N
#241  
Nicolae Gabriel 已提交
4409
.cropper .docs-tooltip {
S
sunny kushwaha 已提交
4410 4411 4412 4413 4414 4415 4416 4417
  display: block;
  margin: -6px -12px;
  padding: 6px 12px; }

.cropper .docs-tooltip > .icon {
  margin: 0 -3px;
  vertical-align: top; }

N
#241  
Nicolae Gabriel 已提交
4418
.cropper .tooltip-inner {
S
sunny kushwaha 已提交
4419 4420
  white-space: normal; }

N
#241  
Nicolae Gabriel 已提交
4421 4422
.cropper .btn-upload .tooltip-inner,
.cropper .btn-toggle .tooltip-inner {
S
sunny kushwaha 已提交
4423 4424
  white-space: nowrap; }

N
#241  
Nicolae Gabriel 已提交
4425
.cropper .btn-toggle {
S
sunny kushwaha 已提交
4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440
  padding: 6px; }

.cropper .btn-toggle > .docs-tooltip {
  margin: -6px;
  padding: 6px; }

.label-align {
  text-align: right; }

@media (max-width: 414px) {
  .item {
    display: block; }

  .label-align {
    text-align: left; } }
N
#241  
Nicolae Gabriel 已提交
4441
@media (max-width: 400px) {
S
sunny kushwaha 已提交
4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459
  .cropper .btn-group-crop {
    margin-right: -15px !important; }

  .item {
    display: block; }

  .label-align {
    text-align: left; }

  .cropper .btn-group-crop > .btn {
    padding-left: 5px;
    padding-right: 5px; }

  .cropper .btn-group-crop .docs-tooltip {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 5px; } }
N
#241  
Nicolae Gabriel 已提交
4460
.cropper .docs-options .dropdown-menu {
S
sunny kushwaha 已提交
4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471
  width: 100%; }

.cropper .docs-options .dropdown-menu > li {
  padding: 3px 20px; }

.cropper .docs-options .dropdown-menu > li:hover {
  background-color: #f7f7f7; }

.cropper .docs-options .dropdown-menu > li > label {
  display: block; }

N
#241  
Nicolae Gabriel 已提交
4472
.cropper .docs-cropped .modal-body {
S
sunny kushwaha 已提交
4473 4474 4475 4476 4477 4478
  text-align: center; }

.cropper .docs-cropped .modal-body > img,
.cropper .docs-cropped .modal-body > canvas {
  max-width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4479
.cropper .docs-diagram .modal-dialog {
S
sunny kushwaha 已提交
4480 4481
  max-width: 352px; }

N
#241  
Nicolae Gabriel 已提交
4482
.cropper .docs-cropped canvas {
S
sunny kushwaha 已提交
4483 4484 4485 4486
  max-width: 100%; }

/** /Cropper **/
/** jQuery Smart Wizard  **/
N
#241  
Nicolae Gabriel 已提交
4487
.form_wizard .stepContainer {
S
sunny kushwaha 已提交
4488 4489 4490 4491 4492 4493 4494
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0 solid #CCC;
  overflow-x: hidden; }

N
#241  
Nicolae Gabriel 已提交
4495
.wizard_horizontal ul.wizard_steps {
S
sunny kushwaha 已提交
4496 4497 4498 4499 4500 4501
  display: table;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0 0 20px; }

N
#241  
Nicolae Gabriel 已提交
4502
.wizard_horizontal ul.wizard_steps li {
S
sunny kushwaha 已提交
4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513
  display: table-cell;
  text-align: center; }

.wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #666; }

N
#241  
Nicolae Gabriel 已提交
4514
.wizard_horizontal ul.wizard_steps li a:before {
S
sunny kushwaha 已提交
4515 4516 4517 4518 4519 4520 4521 4522 4523
  content: "";
  position: absolute;
  height: 4px;
  background: #ccc;
  top: 20px;
  width: 100%;
  z-index: 4;
  left: 0; }

N
#241  
Nicolae Gabriel 已提交
4524
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
S
sunny kushwaha 已提交
4525 4526
  background: #ccc; }

N
#241  
Nicolae Gabriel 已提交
4527
.wizard_horizontal ul.wizard_steps li a .step_no {
S
sunny kushwaha 已提交
4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5; }

.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
  background: #34495E;
  color: #fff; }

.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
  background: #1ABB9C;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
4547
.wizard_horizontal ul.wizard_steps li:first-child a:before {
S
sunny kushwaha 已提交
4548 4549
  left: 50%; }

N
#241  
Nicolae Gabriel 已提交
4550
.wizard_horizontal ul.wizard_steps li:last-child a:before {
S
sunny kushwaha 已提交
4551 4552 4553 4554
  right: 50%;
  width: 50%;
  left: auto; }

N
#241  
Nicolae Gabriel 已提交
4555
.wizard_verticle .stepContainer {
S
sunny kushwaha 已提交
4556 4557 4558 4559
  width: 80%;
  float: left;
  padding: 0 10px; }

N
#241  
Nicolae Gabriel 已提交
4560
.actionBar {
S
sunny kushwaha 已提交
4561 4562 4563 4564 4565 4566
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 5px;
  text-align: right;
  margin-top: 10px; }

N
#241  
Nicolae Gabriel 已提交
4567
.actionBar .buttonDisabled {
S
sunny kushwaha 已提交
4568 4569 4570 4571 4572 4573
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  box-shadow: none; }

N
#241  
Nicolae Gabriel 已提交
4574
.actionBar a {
S
sunny kushwaha 已提交
4575 4576
  margin: 0 3px; }

N
#241  
Nicolae Gabriel 已提交
4577
.wizard_verticle .wizard_content {
S
sunny kushwaha 已提交
4578 4579 4580 4581
  width: 80%;
  float: left;
  padding-left: 20px; }

N
#241  
Nicolae Gabriel 已提交
4582
.wizard_verticle ul.wizard_steps {
S
sunny kushwaha 已提交
4583 4584 4585 4586 4587 4588 4589
  display: table;
  list-style: none;
  position: relative;
  width: 20%;
  float: left;
  margin: 0 0 20px; }

N
#241  
Nicolae Gabriel 已提交
4590
.wizard_verticle ul.wizard_steps li {
S
sunny kushwaha 已提交
4591 4592 4593
  display: list-item;
  text-align: center; }

N
#241  
Nicolae Gabriel 已提交
4594
.wizard_verticle ul.wizard_steps li a {
S
sunny kushwaha 已提交
4595 4596
  height: 80px; }

N
#241  
Nicolae Gabriel 已提交
4597
.wizard_verticle ul.wizard_steps li a:first-child {
S
sunny kushwaha 已提交
4598 4599 4600 4601 4602 4603 4604 4605 4606 4607
  margin-top: 20px; }

.wizard_verticle ul.wizard_steps li a, .wizard_verticle ul.wizard_steps li:hover {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #666; }

N
#241  
Nicolae Gabriel 已提交
4608
.wizard_verticle ul.wizard_steps li a:before {
S
sunny kushwaha 已提交
4609 4610 4611 4612 4613 4614 4615 4616 4617
  content: "";
  position: absolute;
  height: 100%;
  background: #ccc;
  top: 20px;
  width: 4px;
  z-index: 4;
  left: 49%; }

N
#241  
Nicolae Gabriel 已提交
4618
.wizard_verticle ul.wizard_steps li a.disabled .step_no {
S
sunny kushwaha 已提交
4619 4620
  background: #ccc; }

N
#241  
Nicolae Gabriel 已提交
4621
.wizard_verticle ul.wizard_steps li a .step_no {
S
sunny kushwaha 已提交
4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 5; }

.wizard_verticle ul.wizard_steps li a.selected:before, .step_no {
  background: #34495E;
  color: #fff; }

.wizard_verticle ul.wizard_steps li a.done:before, .wizard_verticle ul.wizard_steps li a.done .step_no {
  background: #1ABB9C;
  color: #fff; }

N
#241  
Nicolae Gabriel 已提交
4641
.wizard_verticle ul.wizard_steps li:first-child a:before {
S
sunny kushwaha 已提交
4642 4643
  left: 49%; }

N
#241  
Nicolae Gabriel 已提交
4644
.wizard_verticle ul.wizard_steps li:last-child a:before {
S
sunny kushwaha 已提交
4645 4646 4647 4648
  left: 49%;
  left: auto;
  width: 0; }

N
#241  
Nicolae Gabriel 已提交
4649
.form_wizard .loader {
S
sunny kushwaha 已提交
4650 4651
  display: none; }

N
#241  
Nicolae Gabriel 已提交
4652
.form_wizard .msgBox {
S
sunny kushwaha 已提交
4653 4654 4655 4656
  display: none; }

/** jQuery Smart Wizard  **/
/** bootstrap-progressbar  **/
N
#241  
Nicolae Gabriel 已提交
4657
.progress {
S
sunny kushwaha 已提交
4658 4659
  border-radius: 0; }

N
#241  
Nicolae Gabriel 已提交
4660
.progress-bar-info {
S
sunny kushwaha 已提交
4661 4662
  background-color: #3498DB; }

N
#241  
Nicolae Gabriel 已提交
4663
.progress-bar-success {
S
sunny kushwaha 已提交
4664 4665
  background-color: #26B99A; }

N
#241  
Nicolae Gabriel 已提交
4666
.progress_summary .progress {
S
sunny kushwaha 已提交
4667 4668
  margin: 5px 0 12px !important; }

N
#241  
Nicolae Gabriel 已提交
4669
.progress_summary .row {
S
sunny kushwaha 已提交
4670 4671
  margin-bottom: 5px; }

N
#241  
Nicolae Gabriel 已提交
4672
.progress_summary .row .col-xs-2 {
S
sunny kushwaha 已提交
4673 4674
  padding: 0; }

N
#241  
Nicolae Gabriel 已提交
4675
.progress_summary .more_info span {
S
sunny kushwaha 已提交
4676 4677 4678
  text-align: right;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
4679
.progress_summary .data span {
S
sunny kushwaha 已提交
4680 4681 4682
  text-align: right;
  float: right; }

N
#241  
Nicolae Gabriel 已提交
4683
.progress_summary p {
S
sunny kushwaha 已提交
4684 4685 4686
  margin-bottom: 3px;
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4687
.progress_title .left {
S
sunny kushwaha 已提交
4688 4689 4690
  float: left;
  text-align: left; }

N
#241  
Nicolae Gabriel 已提交
4691
.progress_title .right {
S
sunny kushwaha 已提交
4692 4693 4694 4695
  float: right;
  text-align: right;
  font-weight: 300; }

N
#241  
Nicolae Gabriel 已提交
4696
.progress.progress_sm {
S
sunny kushwaha 已提交
4697 4698 4699 4700
  border-radius: 0;
  margin-bottom: 18px;
  height: 10px !important; }

N
#241  
Nicolae Gabriel 已提交
4701
.progress.progress_sm .progress-bar {
S
sunny kushwaha 已提交
4702 4703
  height: 10px !important; }

N
#241  
Nicolae Gabriel 已提交
4704
.dashboard_graph p {
S
sunny kushwaha 已提交
4705 4706
  margin: 0 0 4px; }

N
#241  
Nicolae Gabriel 已提交
4707
ul.verticle_bars {
S
sunny kushwaha 已提交
4708 4709
  width: 100%; }

N
#241  
Nicolae Gabriel 已提交
4710
ul.verticle_bars li {
S
sunny kushwaha 已提交
4711 4712 4713 4714
  width: 23%;
  height: 200px;
  margin: 0; }

N
#241  
Nicolae Gabriel 已提交
4715
.progress.vertical.progress_wide {
S
sunny kushwaha 已提交
4716 4717 4718 4719
  width: 35px; }

/** bootstrap-progressbar  **/
/** PNotify **/
N
#241  
Nicolae Gabriel 已提交
4720
.alert-success {
S
sunny kushwaha 已提交
4721 4722 4723 4724
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88); }

N
#241  
Nicolae Gabriel 已提交
4725
.alert-info {
S
sunny kushwaha 已提交
4726 4727 4728 4729
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88); }

N
#241  
Nicolae Gabriel 已提交
4730
.alert-warning {
S
sunny kushwaha 已提交
4731 4732 4733 4734
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88); }

N
#241  
Nicolae Gabriel 已提交
4735 4736
.alert-danger,
.alert-error {
S
sunny kushwaha 已提交
4737 4738 4739 4740
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88); }

N
#241  
Nicolae Gabriel 已提交
4741
.ui-pnotify.dark .ui-pnotify-container {
S
sunny kushwaha 已提交
4742 4743 4744
  color: #E9EDEF;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88); }
N
*Me  
Nicolae Gabriel 已提交
4745

S
sunny kushwaha 已提交
4746 4747 4748 4749 4750 4751 4752 4753
.custom-notifications {
  position: fixed;
  margin: 15px;
  right: 0;
  float: right;
  width: 400px;
  z-index: 4000;
  bottom: 0; }
N
#241  
Nicolae Gabriel 已提交
4754

S
sunny kushwaha 已提交
4755 4756 4757 4758 4759 4760
ul.notifications {
  float: right;
  display: block;
  margin-bottom: 7px;
  padding: 0;
  width: 100%; }
N
#241  
Nicolae Gabriel 已提交
4761

S
sunny kushwaha 已提交
4762 4763 4764 4765 4766
.notifications li {
  float: right;
  margin: 3px;
  width: 36px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
N
#241  
Nicolae Gabriel 已提交
4767

S
sunny kushwaha 已提交
4768 4769
.notifications li:last-child {
  margin-left: 0; }
N
#241  
Nicolae Gabriel 已提交
4770

S
sunny kushwaha 已提交
4771 4772 4773 4774 4775 4776
.notifications a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 9px 8px; }
N
*Me  
Nicolae Gabriel 已提交
4777

S
sunny kushwaha 已提交
4778 4779 4780 4781 4782
.tabbed_notifications .text {
  padding: 5px 15px;
  height: 140px;
  border-radius: 7px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3); }
N
*Me  
Nicolae Gabriel 已提交
4783

S
sunny kushwaha 已提交
4784 4785
.tabbed_notifications div p {
  display: inline-block; }
N
*Me  
Nicolae Gabriel 已提交
4786

S
sunny kushwaha 已提交
4787 4788 4789 4790 4791 4792 4793 4794 4795
.tabbed_notifications h2 {
  font-weight: bold;
  text-transform: uppercase;
  width: 80%;
  float: left;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }
N
*Me  
Nicolae Gabriel 已提交
4796

S
sunny kushwaha 已提交
4797 4798 4799 4800 4801
.tabbed_notifications .close {
  padding: 5px;
  color: #E9EDEF;
  float: right;
  opacity: 1; }
N
*Me  
Nicolae Gabriel 已提交
4802

S
sunny kushwaha 已提交
4803 4804 4805 4806
.join-btn {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
N
*Me  
Nicolae Gabriel 已提交
4807

S
sunny kushwaha 已提交
4808 4809
.go-class {
  margin-right: 0px; }
N
*Me  
Nicolae Gabriel 已提交
4810

S
sunny kushwaha 已提交
4811 4812 4813 4814 4815
.input-group-sm > .input-group-addon {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }
N
*Me  
Nicolae Gabriel 已提交
4816

S
sunny kushwaha 已提交
4817 4818 4819 4820 4821 4822 4823 4824 4825
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc; }
N
*Me  
Nicolae Gabriel 已提交
4826

S
sunny kushwaha 已提交
4827 4828
.img-circle {
  border-radius: 50%; }
N
*Me  
Nicolae Gabriel 已提交
4829

S
sunny kushwaha 已提交
4830 4831 4832
.display-layout {
  display: -ms-flexbox;
  display: flex; }
N
*Me  
Nicolae Gabriel 已提交
4833

S
sunny kushwaha 已提交
4834 4835 4836 4837
.profile-bottom {
  background: #F2F5F7;
  padding: 9px 0;
  border-top: 1px solid #E6E9ED; }
N
*Me  
Nicolae Gabriel 已提交
4838

S
sunny kushwaha 已提交
4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860
@media (min-width: 360px) and (max-width: 812px) {
  .info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: 135px;
    top: 7px; }

  .tile, .graph {
    zoom: 71%;
    height: inherit; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .info-number .badge {
    font-size: 10px;
    font-weight: normal;
    line-height: 13px;
    padding: 2px 6px;
    position: absolute;
    right: -2px;
    top: -6px; } }
S
sunny kushwaha 已提交
4861 4862 4863 4864 4865
/** /PNotify **/
/** FullCalendar **/
.fc-state-default {
  background: #f5f5f5;
  color: #73879C; }
N
*Me  
Nicolae Gabriel 已提交
4866

S
sunny kushwaha 已提交
4867 4868 4869 4870
.fc-state-down,
.fc-state-active {
  color: #333;
  background: #ccc; }
N
*Me  
Nicolae Gabriel 已提交
4871

S
sunny kushwaha 已提交
4872 4873 4874 4875 4876
/** /FullCalendar **/
/** Dropzone.js **/
.dropzone {
  min-height: 300px;
  border: 1px solid #e5e5e5; }
W
William 已提交
4877

S
sunny kushwaha 已提交
4878
/** /Dropzone.js **/