[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/jquery/jquery-ui/third-party/wijmo/ -> jquery.wijmo-open.1.5.0.css (source)

   1  .ui-helper-horizontal > DIV,
   2  .ui-helper-horizontal > LI,
   3  .ui-helper-horizontal > SPAN,
   4  .ui-helper-horizontal > LABEL,
   5  .ui-helper-horizontal > H1,
   6  .ui-helper-horizontal > H2,
   7  .ui-helper-horizontal > H3,
   8  .ui-helper-horizontal > H4
   9  {
  10      float: left;
  11      clear: none;
  12      display: block;
  13  }  /* WijSlider  horizontal
  14  ----------------------------------*/
  15  .wijmo-wijslider-horizontal
  16  {
  17      position: relative;
  18  }     
  19          
  20  .wijmo-wijslider-horizontal .wijmo-wijslider-track
  21  {
  22      
  23  }
  24          
  25  .wijmo-wijslider-horizontal .wijmo-wijslider-decbutton
  26  {
  27      position: absolute;
  28      left: 0px;
  29      right: auto;
  30      cursor:pointer;
  31  }
  32  
  33  .wijmo-wijslider-horizontal .wijmo-wijslider-incbutton
  34  {
  35      position: absolute;
  36      left: auto;
  37      right: 0px;
  38      cursor:pointer;
  39  }
  40  
  41    /* WijSlider  vertical
  42  ----------------------------------*/
  43  .wijmo-wijslider-vertical
  44  {
  45      position: relative;
  46  }     
  47          
  48  .wijmo-wijslider-vertical .wijmo-wijslider-track
  49  {
  50      
  51  }
  52          
  53  .wijmo-wijslider-vertical .wijmo-wijslider-decbutton
  54  {
  55      position: absolute;
  56      top: 0px;
  57      bottom: auto;
  58      cursor:pointer;
  59  }
  60  
  61  .wijmo-wijslider-vertical .wijmo-wijslider-incbutton
  62  {
  63      position: absolute;
  64      top: auto;
  65      bottom: 0px;
  66      cursor:pointer;
  67  }/* WijSplitter
  68  ----------------------------------*/
  69  
  70  .wijmo-wijsplitter-vertical
  71  {
  72      overflow: hidden; /* fixed bug for IE6.7 */
  73      position: relative;
  74  }
  75  .wijmo-wijsplitter-v-panel1
  76  {
  77      float: left;
  78      position: relative;
  79  }
  80  .wijmo-wijsplitter-v-panel1-content
  81  {
  82      position: relative;
  83  }
  84  .wijmo-wijsplitter-v-bar
  85  {
  86      float: left;
  87      position: relative;
  88      font-size: 1px;
  89      width: 2px;
  90      z-index: 99;
  91  }
  92  
  93  .wijmo-wijsplitter-vertical .ui-resizable-e
  94  {
  95      right: -7px;
  96      width: 10px;
  97      z-index: 999;
  98      display: block;
  99      background-color: white;
 100      filter: alpha(opacity=0);
 101      -moz-opacity: 0;
 102      opacity: 0;
 103  }
 104  
 105  *html .wijmo-wijsplitter-vertical .ui-resizable-e
 106  {
 107      right: -4px;
 108  }
 109  
 110  * + html .wijmo-wijsplitter-vertical .ui-resizable-e
 111  {
 112      right: -4px;
 113  }
 114  
 115  .wijmo-wijsplitter-v-expander
 116  {
 117      position: absolute;
 118      z-index: 999;
 119  }
 120  
 121  .wijmo-wijsplitter-vertical .wijmo-wijsplitter-v-expanded
 122  {
 123      border-right: medium none;
 124      overflow: hidden;
 125      padding: 12px 0;
 126      left: -8px;
 127      width: 6px;
 128      z-index: 999;
 129  }
 130  
 131  .wijmo-wijsplitter-vertical .wijmo-wijsplitter-v-expanded .ui-icon
 132  {
 133      margin-left: -6px;
 134  }
 135  
 136  .wijmo-wijsplitter-vertical .wijmo-wijsplitter-v-collapsed
 137  {
 138      border-left: medium none;
 139      overflow: hidden;
 140      padding: 12px 0;
 141      right: -8px;
 142      width: 6px;
 143      z-index: 999;
 144  }
 145  
 146  .wijmo-wijsplitter-vertical .wijmo-wijsplitter-v-collapsed .ui-icon
 147  {
 148      margin-left: -6px;
 149  }
 150  
 151  .wijmo-wijsplitter-v-panel2
 152  {
 153      float: left;
 154  }
 155  .wijmo-wijsplitter-v-panel2-content
 156  {
 157      position: relative;
 158  }
 159  .wijmo-wijsplitter-v-resize-helper
 160  {
 161      border-right: dotted 1px black;
 162      overflow: hidden;
 163      border-bottom: dotted 0 black;
 164  }
 165  
 166  .wijmo-wijsplitter-horizontal
 167  {
 168      overflow: hidden; /* fixed bug for IE6.7 */
 169      position: relative;
 170  }
 171  .wijmo-wijsplitter-h-panel1
 172  {
 173      position: relative;
 174  }
 175  .wijmo-wijsplitter-h-panel1-content
 176  {
 177      overflow: auto;
 178      position: relative;
 179  }
 180  .wijmo-wijsplitter-h-bar
 181  {
 182      position: relative;
 183      font-size: 1px;
 184      height: 2px;
 185      z-index: 999;
 186  }
 187  
 188  .wijmo-wijsplitter-horizontal .ui-resizable-s
 189  {
 190      bottom: -7px;
 191      height: 10px;
 192      z-index: 999;
 193      display: block;
 194      background-color: white;
 195      filter: alpha(opacity=0);
 196      -moz-opacity: 0;
 197      opacity: 0;
 198  }
 199  
 200  *html .wijmo-wijsplitter-horizontal .ui-resizable-s
 201  {
 202      bottom: -4px;
 203  }
 204  
 205  * + html .wijmo-wijsplitter-horizontal .ui-resizable-s
 206  {
 207      bottom: -4px;
 208  }
 209  
 210  .wijmo-wijsplitter-h-expander
 211  {
 212      position: absolute;
 213      z-index: 999;
 214  }
 215  
 216  
 217  .wijmo-wijsplitter-horizontal .wijmo-wijsplitter-h-expanded
 218  {
 219      border-bottom: none;
 220      height: 8px;
 221      overflow: hidden;
 222      padding: 0 10px;
 223      top: -10px;
 224      z-index: 999;
 225  }
 226  
 227  .wijmo-wijsplitter-horizontal .wijmo-wijsplitter-h-expanded .ui-icon
 228  {
 229      margin-top: -4px;
 230  }
 231  
 232  .wijmo-wijsplitter-horizontal .wijmo-wijsplitter-h-collapsed
 233  {
 234      border-top: none;
 235      height: 8px;
 236      overflow: hidden;
 237      padding: 0 10px;
 238      bottom: -10px;
 239      z-index: 999;
 240  }
 241  
 242  .wijmo-wijsplitter-horizontal .wijmo-wijsplitter-h-collapsed .ui-icon
 243  {
 244      margin-top: -4px;
 245  }
 246  
 247  .wijmo-wijsplitter-h-panel2
 248  {
 249  }
 250  
 251  .wijmo-wijsplitter-h-panel2-content
 252  {
 253      overflow: auto;
 254      position: relative;
 255  }
 256  
 257  .wijmo-wijsplitter-h-resize-helper
 258  {
 259      border-bottom: dotted 1px black;
 260      overflow: hidden;
 261      border-right: dotted 0 black;
 262  }
 263  
 264  
 265  
 266  .wijmo-wijprogressbar
 267  {
 268      moz-user-select: none;
 269      text-align: left;
 270      float: left;
 271      position: relative;
 272      overflow: hidden;
 273  }
 274  
 275  .wijmo-wijprogressbar .ui-progressbar-value
 276  {
 277      position: absolute;
 278      border-width: 0;
 279      margin: 0;
 280  }
 281  
 282  div.wijmo-wijprogressbar-east
 283  {
 284      width: 200px;
 285      height: 1.1em;
 286  }
 287  div.wijmo-wijprogressbar-west
 288  {
 289      width: 200px;
 290      height: 1.1em;
 291  }
 292  div.wijmo-wijprogressbar-south
 293  {
 294      height: 200px;
 295      width: 1.1em;
 296      line-height: 100%;
 297  }
 298  
 299  div.wijmo-wijprogressbar-north
 300  {
 301      height: 200px;
 302      width: 1.1em;
 303      line-height: 100%;
 304  }
 305  
 306  .wijmo-wijprogressbar-east .ui-progressbar-value
 307  {
 308      left: 0;
 309      height: 100%;
 310  }
 311  .wijmo-wijprogressbar-west .ui-progressbar-value
 312  {
 313      right: 0;
 314      height: 100%;
 315  }
 316  .wijmo-wijprogressbar-south .ui-progressbar-value
 317  {
 318      top: 0;
 319      width: 100%;
 320  }
 321  
 322  .wijmo-wijprogressbar-north .ui-progressbar-value
 323  {
 324      bottom: 0;
 325      width: 100%;
 326  }
 327  
 328  .wijmo-wijprogressbar .ui-progressbar-label
 329  {
 330      display: block;
 331      position:absolute;
 332      text-align: center;
 333      width: 100%;
 334      height:100%;
 335  }
 336  
 337  .wijmo-wijprogressbar .wijmo-wijprogressbar-lb-west
 338  {
 339      left:0;
 340      width:auto;
 341  }
 342  
 343  .wijmo-wijprogressbar .wijmo-wijprogressbar-lb-east
 344  {
 345      right:0;
 346      width:auto;
 347  }
 348  
 349  .wijmo-wijprogressbar .wijmo-wijprogressbar-lb-south
 350  {
 351      bottom: 0;
 352      height:auto;
 353  }
 354  
 355  .wijmo-wijprogressbar .wijmo-wijprogressbar-lb-north
 356  {
 357      top: 0;
 358      height:auto;
 359  }
 360  
 361  .wijmo-wijprogressbar-east .wijmo-wijprogressbar-lb-running,
 362  .wijmo-wijprogressbar-west .wijmo-wijprogressbar-lb-running
 363  {
 364      display:inline;
 365      width:auto;
 366  }
 367  
 368  .wijmo-wijprogressbar-north .wijmo-wijprogressbar-lb-running,
 369  .wijmo-wijprogressbar-south .wijmo-wijprogressbar-lb-running
 370  {
 371      height:auto;
 372  }
 373  
 374  .wijmo-wijprogressbar-north .ui-progressbar-label,
 375  .wijmo-wijprogressbar-south .ui-progressbar-label
 376  {
 377      -webkit-transform: rotate(-90deg);
 378      -moz-transform: rotate(-90deg);
 379  }.wijmo-wijdialog-captionbutton
 380  {
 381      height: 18px;
 382      padding: 1px;
 383      width: 19px;
 384      display: inline-block; /*margin-right:.2em;*/
 385      outline: none;
 386      text-align: left;
 387  }
 388  .wijmo-wijdialog-captionbutton:hover, .wijmo-wijdialog-captionbutton .ui-state-focus
 389  {
 390      padding: 0;
 391  }
 392  .wijmo-wijdialog-captionbutton .ui-icon
 393  {
 394      margin: 1px;
 395  }
 396  .wijmo-wijdialog .wijmo-wijdialog-hasframe
 397  {
 398      padding: 0;
 399  }
 400  .wijmo-wijdialog-defaultdockingzone
 401  {
 402      position: fixed;
 403      bottom: 0px;
 404      left: 0px;
 405  }
 406  
 407  .ui-dialog-titlebar
 408  {
 409      /* extend jquery.ui.dialog.css*/
 410      text-align: right;
 411  }
 412  
 413  /* for ie 6 minimize*/
 414  * html .wijmo-wijdialog-defaultdockingzone .ui-dialog-titlebar
 415  {
 416      float: left;
 417  }
 418  /*.wijmo-wijaccordion.ui-helper-horizontal > .ui-widget-content
 419  {
 420      width: 200px;
 421      height: 200px;  
 422      padding-top:0;
 423      padding-bottom:0;  
 424      margin-top:0;
 425      margin-bottom:0;    
 426  }
 427  
 428  .wijmo-wijaccordion.ui-helper-horizontal > .ui-accordion-header
 429  {
 430      height: 200px;    
 431      padding-top:0;
 432      padding-bottom:0;
 433      margin-top:0;
 434      margin-bottom:0;    
 435  }*/
 436  
 437  
 438  .ui-accordion a
 439  {
 440      outline: none;
 441  }
 442  
 443  /* RIGHT */
 444  
 445  .ui-accordion-right .ui-accordion-header
 446  {
 447      margin-top: 0;
 448      margin-left: 1px;
 449      width: 2em;
 450      height: 12em;
 451      overflow: hidden;
 452  }
 453  
 454  .ui-accordion-right .ui-accordion-content
 455  {
 456      margin: 0;
 457      height: 200px;
 458      width: 36em;
 459      height: 12em;
 460      padding: 0 2.2em;
 461  }
 462  .ui-accordion-right .ui-accordion-content
 463  {
 464      top: 0;
 465      margin-left: -2px;
 466      padding: 1px;
 467      border: none;
 468  }
 469  
 470  
 471  .ui-accordion-right .ui-state-active
 472  {
 473      border-right: none;
 474  }
 475  
 476  .ui-accordion-right .ui-accordion-header a
 477  {
 478      padding: 2.2em 0 0 0;
 479      text-align: center;
 480  }
 481  
 482  
 483  .ui-accordion-right .ui-accordion-header .ui-icon
 484  {
 485      top: 10%;
 486  }
 487  
 488  
 489  /* LEFT */
 490  
 491  .ui-accordion-left .ui-accordion-header
 492  {
 493      margin-top: 0;
 494      margin-right: 1px;
 495      width: 2em;
 496      height: 12em;
 497      overflow: hidden;
 498  }
 499  
 500  .ui-accordion-left .ui-accordion-content
 501  {
 502      margin: 0;
 503      height: 200px;
 504      width: 36em;
 505      height: 12em;
 506      padding: 0 2.2em;
 507  }
 508  .ui-accordion-left .ui-accordion-content
 509  {
 510      border: none;
 511      padding: 1px;
 512      top: 0;
 513      margin-right: -2px;
 514  }
 515  
 516  
 517  .ui-accordion-left .ui-state-active
 518  {
 519      border-left: none;
 520  }
 521  
 522  .ui-accordion-left .ui-accordion-header a
 523  {
 524      padding: 2.2em 0 0 0;
 525      text-align: center;
 526  }
 527  
 528  
 529  .ui-accordion-left .ui-accordion-header .ui-icon
 530  {
 531      top: 10%;
 532  }
 533  /* SuperPanel
 534  ----------------------------------*/
 535  .wijmo-wijsuperpanel
 536  {
 537      overflow: hidden;
 538      outline: none;
 539      background-image: none;
 540  }
 541  .wijmo-wijsuperpanel-statecontainer
 542  {
 543      overflow: hidden;
 544      position: relative;
 545      zoom:1;
 546  }
 547  .wijmo-wijsuperpanel-contentwrapper
 548  {
 549      position: absolute;
 550      overflow: hidden;
 551  
 552  }
 553  .wijmo-wijsuperpanel-hbarcontainer, .wijmo-wijsuperpanel-vbarcontainer
 554  {
 555      font-size: 0px;
 556      border:0;
 557  }
 558  .wijmo-wijsuperpanel-templateouterwrapper
 559  {
 560      position: relative; 
 561  /*    overflow:auto; */
 562      zoom: 1;
 563  }
 564  
 565  .wijmo-wijsuperpanel-vbarcontainer .ui-state-default, .wijmo-wijsuperpanel-hbarcontainer .ui-state-default
 566  {
 567      width: 16px;
 568      height: 16px;
 569      position: absolute;
 570  }
 571  .wijmo-wijsuperpanel .wijmo-wijsuperpanel-vbarcontainer
 572  {
 573      position: absolute;
 574      width: 18px;
 575      padding-top: 18px;
 576      padding-bottom: 18px;
 577      border: none;
 578  }
 579  .wijmo-wijsuperpanel .wijmo-wijsuperpanel-hbarcontainer
 580  {
 581      position: absolute;
 582      height: 18px;
 583      padding-left: 18px;
 584      padding-right: 18px;
 585      border: none;
 586  }
 587  .wijmo-wijsuperpanel-handle
 588  {
 589      position: absolute;
 590      font-size:0px;
 591      overflow:hidden;
 592  }
 593  .wijmo-wijsuperpanel-handle *
 594  {
 595      font-size:0px;
 596  }
 597  .wijmo-wijsuperpanel-helper
 598  {
 599      border-style: dotted;
 600      background: transparent;
 601  }
 602  
 603  .wijmo-wijsuperpanel-button
 604  {
 605      position: absolute;
 606      padding: 4px;
 607  }
 608  .wijmo-wijsuperpanel .ui-icon-gripsmall-diagonal-se
 609  {
 610      background: none;
 611      width: 7px;
 612      height: 7px;
 613  }
 614  .wijmo-wijsuperpanel-hbar-buttonleft
 615  {
 616      left: 0;
 617  }
 618  .wijmo-wijsuperpanel-hbar-buttonright
 619  {
 620      right: 0;
 621  }
 622  .wijmo-wijsuperpanel-vbar-buttontop
 623  {
 624      top: 0;
 625  }
 626  .wijmo-wijsuperpanel-vbar-buttonbottom
 627  {
 628      bottom: 0;
 629  }
 630  .wijmo-wijtextbox
 631  {
 632      outline:none;
 633      margin: 0;
 634      padding:5px;
 635  }
 636  
 637  .wijmo-wijdropdown
 638  {
 639      display: inline-block;
 640      position: relative;
 641      width: auto;
 642      zoom: 1;
 643      *display: inline;
 644      width:200px;
 645      /*z-index: 101;*/
 646  }
 647  
 648  
 649  
 650  
 651  .wijmo-wijdropdown div.wijmo-dropdown-trigger
 652  {
 653      border-right: none;
 654      border-top: none;
 655      border-bottom: none;
 656      cursor: pointer;
 657      width: 16px;
 658      height: 100%;
 659      position: absolute;
 660      right: 0;
 661      top: 0;
 662      padding: 0 3px;
 663  }
 664  
 665  .wijmo-wijdropdown .wijmo-dropdown-trigger .ui-icon
 666  {
 667      margin-top: 3px;
 668  }
 669  
 670  .wijmo-wijdropdown label.wijmo-dropdown-label
 671  {
 672      display: block;
 673      padding: 3px 26px 3px 5px;
 674      width: auto;
 675      border: none;
 676  }
 677  
 678  .wijmo-wijdropdown .wijmo-dropdown
 679  {
 680      position: absolute; height:250px;
 681  }
 682  
 683  .wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-list
 684  {
 685      padding: 0.4em;
 686      border: 0 none;
 687  }
 688  
 689  .wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-item
 690  {
 691  border:1px solid transparent;
 692  cursor:pointer;
 693  font-weight:normal;
 694  margin:1px 0;
 695  padding:3px 5px;
 696  text-align:left;
 697  *border-color: white;
 698  *filter: chroma(color=white);
 699  
 700  }
 701  
 702  /*
 703  .wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items
 704  {
 705      margin-left: 15%;
 706  }*/
 707  
 708  .wijmo-wijdropdown .wijmo-dropdown .wijmo-dropdown-optgroup .wijmo-dropdown-items li
 709  {
 710      padding-left: 10px;
 711  }
 712  
 713  .wijmo-wijdropdown .wijmo-dropdown .wijmo-optgroup-header
 714  {
 715      font-style: italic;
 716  }
 717  .wijmo-checkbox
 718  {
 719      position: relative; /*float: left;*/
 720      margin: 3px 0;
 721      line-height: 16px;
 722      width: 16px;
 723  }
 724  .wijmo-checkbox .wijmo-checkbox-inputwrapper
 725  {
 726      width: 0;
 727      height: 0;
 728      overflow: hidden;
 729  }
 730  .wijmo-checkbox label
 731  {
 732      display: block;
 733      position: relative;
 734      margin: 0;
 735      cursor: pointer;
 736      z-index: 1;
 737      padding: 0 0 0 1.4em;
 738      outline: none;
 739      margin: 0 3px;
 740      width: 8em;
 741  }
 742  .wijmo-checkbox .wijmo-checkbox-box
 743  {
 744      position: absolute;
 745      bottom: 0;
 746      left: 0;
 747      width: 16px;
 748      height: 16px;
 749      -moz-border-radius: 2px;
 750      -webkit-border-radius: 2px;
 751      border-radius: 2px;
 752      margin-right: 3px;
 753  }
 754  
 755  .wijmo-checkbox .wijmo-checkbox-relative
 756  {
 757      position: relative;
 758      float: left;
 759      margin-right: 3px;    
 760  }
 761  .wijmo-wijradio
 762  {
 763      position: relative; /*float: left;*/
 764      margin: 3px 0;
 765      width: 16px;
 766      line-height: 16px;
 767  }
 768  .wijmo-wijradio .wijmo-wijradio-inputwrapper
 769  {
 770      width: 0;
 771      height: 0;
 772      overflow: hidden;
 773  }
 774  .wijmo-wijradio label
 775  {
 776      display: block;
 777      position: relative;
 778      margin: 0;
 779      cursor: pointer;
 780      z-index: 1;
 781      padding: 0 0 0 1.4em;
 782      outline: none;
 783      margin: 0 3px;
 784      width: 8em;
 785  }
 786  .wijmo-wijradio .wijmo-wijradio-box
 787  {
 788      position: absolute;
 789      bottom: 0;
 790      left: 0;
 791      width: 16px;
 792      height: 16px;
 793      line-height: 16px;
 794      -moz-border-radius: 10px;
 795      -webkit-border-radius: 10px;
 796      border-radius: 10px;
 797  }
 798  .wijmo-wijradio .wijmo-wijradio-relative
 799  {
 800      position: relative;
 801      float: left;
 802      margin-right: 3px;   
 803  }
 804  
 805  .wijmo-wijlist-list
 806  {
 807      cursor: default;
 808      overflow: hidden;
 809  }
 810  .wijmo-wijlist-ul
 811  {
 812      list-style: none;
 813      padding: 2px;
 814      margin: 0;
 815      display: block;
 816      border: 0px;
 817      overflow: hidden;
 818  }
 819  .wijmo-wijlist-ul .wijmo-wijlist-item
 820  {
 821      margin: 1px 0;
 822      padding: 3px 5px;
 823      /*white-space: nowrap;*/
 824      cursor: pointer;
 825      text-align: left;
 826      font-weight: normal;
 827      border: solid 1px transparent;
 828  }
 829  .wijmo-wijlist-ul .wijmo-wijlist-item.ui-state-hover
 830  {
 831      font-weight: normal;
 832  }
 833  
 834  .wijmo-wijlist .ui-resizable-se
 835  {
 836      width: 7px;
 837      height: 7px;
 838      background: none;
 839  }
 840  .wijmo-wijcalendar
 841  {
 842      -webkit-user-select: none;
 843      -moz-user-select: none;
 844      display:block;
 845  }
 846  
 847  .wijmo-wijcalendar-header
 848  {
 849      position: relative;
 850  }
 851  
 852  .wijmo-wijcalendar-header-inner
 853  {
 854      margin: 0 1.8em;
 855      line-height: 1.8em;
 856  }
 857  
 858  .wijmo-wijcalendar .ui-datepicker-header
 859  {
 860      padding: 1px;
 861  }
 862  
 863  .wijmo-wijcalendar .ui-datepicker-header .ui-state-default
 864  {
 865      border-color: transparent;
 866      background: none;
 867      color: inherit;
 868  }
 869  
 870  .wijmo-wijcalendar .wijmo-wijcalendar-table
 871  {
 872      table-layout: fixed;
 873  }
 874  
 875  .wijmo-wijcalendar-prevpreview-button, .wijmo-wijcalendar-nextpreview-button
 876  {
 877      width: 16px;
 878      margin-top: 35%;
 879      float: left;
 880  }
 881  
 882  .wijmo-wijcalendar-nextpreview-button
 883  {
 884      float: right;
 885  }
 886  
 887  .wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar
 888  {
 889      float: left;
 890      width: 18em;
 891  }
 892  
 893  .wijmo-wijcalendar-preview-wrapper .wijmo-wijcalendar .ui-datepicker-calendar
 894  {
 895      width: 80%;
 896      float: left;
 897  }
 898  
 899  .wijmo-wijcalendar-title, .wijmo-wijcalendar-selectable
 900  {
 901      cursor: pointer;
 902  }
 903  
 904  .ui-datepicker-other-month
 905  {
 906      text-align: right;
 907  }
 908  
 909  .wijmo-wijcalendar-mygrid td span, .wijmo-wijcalendar-mygrid td a
 910  {
 911      display: block;
 912      text-align: center;
 913      text-decoration: none;
 914      padding: 0;
 915  }
 916  
 917  .wijmo-wijcalendar-mygrid .ui-state-default a, .wijmo-wijcalendar-mygrid .ui-state-default a:hover, .wijmo-wijcalendar-mygrid .ui-state-hover a, .wijmo-wijcalendar-mygrid .ui-state-hover a:hover
 918  {
 919      color: inherit;
 920  }
 921  
 922  .ui-header-custom img, .ui-footer-custom img
 923  {
 924      width: 100%;
 925  }
 926  
 927  .wijmo-wijcalendar table.wijmo-wijcalendar-mygrid
 928  {
 929      margin-top: 2px;
 930      border-collapse: separate;
 931      table-layout: fixed;
 932  }
 933  
 934  .wijmo-wijcalendar table.wijmo-wijcalendar-mygrid .ui-datepicker-week-day
 935  {
 936      cursor: pointer;
 937  }
 938  
 939  .wijmo-wijcalendar-aniwrapper
 940  {
 941      position: relative;
 942      left: 0;
 943      top: 0;
 944  }
 945  
 946  .wijmo-wijcalendar-multi-aniwrapper
 947  {
 948      position: absolute;
 949      overflow: hidden;
 950  }
 951  
 952  .ui-datepicker-rtl .ui-datepicker-prev .ui-icon, .ui-datepicker-rtl .ui-datepicker-next .ui-icon
 953  {
 954      direction: rtl;
 955  }
 956  .wijmo-wijexpander
 957  {
 958      margin: 1px;
 959      padding: 0;
 960      display: block;
 961  }
 962  
 963  .wijmo-wijexpander a
 964  {
 965      outline: none;
 966  }
 967  
 968  .wijmo-wijexpander .ui-expander-header
 969  {
 970      cursor: pointer;
 971      margin-top: 1px;
 972      position: relative;
 973  }
 974  /*.wijmo-wijexpander.ui-helper-horizontal > .ui-expander-header
 975  {
 976      cursor: pointer;
 977      width: 20px;
 978      height: 200px;
 979  }
 980  .wijmo-wijexpander.ui-state-disabled > .ui-expander-header
 981  {
 982      cursor: default;
 983  }
 984  .wijmo-wijexpander > .ui-widget-content
 985  {
 986      height: 100px;
 987      overflow: auto;
 988  }
 989  .wijmo-wijexpander.ui-state-disabled > .ui-widget-content
 990  {
 991  }*/
 992  
 993  
 994  .ui-expander .ui-expander-content
 995  {
 996      border-top: 0 none;
 997      display: none;
 998      margin-bottom: 2px;
 999      margin-top: -2px;
1000      overflow: auto;
1001      padding: 1em 2.2em;
1002      position: relative;
1003      top: 1px;
1004  }
1005  
1006  
1007  .wijmo-wijexpander .ui-expander-header a
1008  {
1009      display: block;
1010      font-size: 1em;
1011      padding: 0.5em 0.5em 0.5em 0.7em;
1012  }
1013  
1014  .wijmo-wijexpander .ui-expander-header .ui-icon
1015  {
1016      left: 0.5em;
1017      margin-top: -8px;
1018      position: absolute;
1019      top: 50%;
1020  }
1021  
1022  .wijmo-wijexpander .ui-expander-content-active
1023  {
1024      display: block;
1025      border-top: 0 none;
1026      padding: 1em 2.2em;
1027  }
1028  
1029  
1030  .wijmo-wijexpander .ui-expander-header > a
1031  {
1032      padding-left: 2.2em;
1033  }
1034  
1035  .ui-helper-horizontal.wijmo-wijexpander .ui-expander-header .ui-icon
1036  {
1037      left: inherit;
1038      margin-top: inherit;
1039      margin-left: -8px;
1040      position: absolute;
1041      top: 0.5em;
1042      left: 50%;
1043  }
1044  
1045  .ui-helper-horizontal.wijmo-wijexpander .ui-expander-header > a
1046  {
1047      padding-left: inherit;
1048      padding-top: 2.2em;
1049      display: inline-block;
1050  }
1051  
1052  
1053  /* RIGHT */
1054  
1055  .ui-expander-right .ui-expander-header
1056  {
1057      margin: 0 1px;
1058      width: 2em;
1059      height: 12em;
1060      overflow: hidden;
1061  }
1062  
1063  .ui-expander-right .ui-expander-content
1064  {
1065      margin: 0;
1066      height: 200px;
1067      width: 12em;
1068      height: 12em;
1069      padding: 0 2.2em;
1070  }
1071  .ui-expander-right .ui-expander-content
1072  {
1073      top: 0;
1074      margin-left: -2px;
1075      padding: 1px;
1076      border: none;
1077      margin-right: 1px;
1078  }
1079  
1080  
1081  .ui-expander-right .ui-state-active
1082  {
1083      border-right: none;
1084  }
1085  
1086  .ui-expander-right .ui-expander-header a
1087  {
1088      padding: 2.2em 0 0 0;
1089  }
1090  
1091  
1092  .ui-expander-right .ui-expander-header .ui-icon
1093  {
1094      top: 10%;
1095  }
1096  
1097  
1098  /* LEFT */
1099  
1100  .ui-expander-left .ui-expander-header
1101  {
1102      margin: 0 1px;
1103      width: 2em;
1104      height: 12em;
1105      overflow: hidden;
1106  }
1107  
1108  .ui-expander-left .ui-expander-content
1109  {
1110      margin: 0;
1111      height: 200px;
1112      width: 12em;
1113      height: 12em;
1114      padding: 0 2.2em;
1115  }
1116  .ui-expander-left .ui-expander-content
1117  {
1118      border: none;
1119      padding: 1px;
1120      top: 0;
1121      margin-right: -2px;
1122      margin-left: 1px;
1123  }
1124  
1125  
1126  .ui-expander-left .ui-state-active
1127  {
1128      border-left: none;
1129  }
1130  
1131  .ui-expander-left .ui-expander-header a
1132  {
1133      padding: 2.2em 0 0 0;
1134  }
1135  
1136  
1137  .ui-expander-left .ui-expander-header .ui-icon
1138  {
1139      top: 10%;
1140  }
1141  
1142  .ui-tabs .ui-tabs-nav li
1143  {
1144      top: 1px;
1145  }
1146  
1147  /* BOTTOM */
1148  
1149  .ui-tabs-bottom .ui-tabs-nav li
1150  {
1151      top: -3px;
1152      padding: 0;
1153      margin: 1px .2em 0 0;
1154  }
1155  
1156  .ui-tabs-bottom .ui-tabs-nav li.ui-tabs-selected
1157  {
1158      margin-top: -1px;
1159      padding-bottom: 2px;
1160  }
1161  
1162  .ui-tabs .ui-tabs-nav li
1163  {
1164      border: none;
1165  }
1166  
1167  /* LEFT */
1168  .ui-tabs-left .ui-tabs-nav
1169  {
1170      float: left;
1171      overflow: hidden;
1172  }
1173  
1174  .ui-tabs-left .ui-tabs-nav li
1175  {
1176      white-space: normal;
1177      float: right;
1178      display: block;
1179      width: 98%;
1180  }
1181  
1182  .ui-tabs-left .ui-tabs-nav li a, .ui-tabs-right .ui-tabs-nav li a
1183  {
1184      float: none;
1185      display: block;
1186  }
1187  
1188  .ui-tabs-left .ui-tabs-nav li
1189  {
1190      top: -1px;
1191      left: 3px;
1192      margin-bottom: 2px;
1193  }
1194  
1195  .ui-tabs-left .ui-tabs-panel
1196  {
1197      padding: 1.6em;
1198  }
1199  
1200  .ui-tabs-left .ui-tabs-nav li.ui-tabs-selected
1201  {
1202      border-right: medium none;
1203      margin-bottom: 2px;
1204  }
1205  .ui-tabs-left .ui-tabs-nav
1206  {
1207      padding: 0.2em 0 0 0;
1208  }
1209  
1210  .ui-tabs-left .wijmo-wijtabs-content
1211  {
1212      float: right;
1213      width: 75%;
1214      overflow: hidden;
1215  }
1216  
1217  .ui-tabs-left .ui-tabs-nav
1218  {
1219      min-height: 300px;
1220      width: 23%;
1221      height: 100%;
1222  }
1223  
1224  /* RIGHT */
1225  
1226  .ui-tabs-right .ui-tabs-nav
1227  {
1228      float: right;
1229      overflow: hidden;
1230  }
1231  
1232  .ui-tabs-right .ui-tabs-nav li
1233  {
1234      white-space: normal;
1235      float: left;
1236      display: block;
1237      width: 98%;
1238  }
1239  
1240  .ui-tabs-right .ui-tabs-nav li
1241  {
1242      top: -1px;
1243      left: 0;
1244      margin-bottom: 2px;
1245  }
1246  
1247  .ui-tabs-right .ui-tabs-panel
1248  {
1249      padding: 1.6em;
1250  }
1251  
1252  .ui-tabs-right .ui-tabs-nav li.ui-tabs-selected
1253  {
1254      border-left: medium none;
1255      margin-bottom: 2px;
1256  }
1257  .ui-tabs-right .ui-tabs-nav
1258  {
1259      padding: 0.2em 0 0 0;
1260  }
1261  
1262  .ui-tabs-right .wijmo-wijtabs-content
1263  {
1264      float: left;
1265      width: 75%;
1266      overflow: hidden;
1267  }
1268  
1269  .ui-tabs-right .ui-tabs-nav
1270  {
1271      min-height: 300px;
1272      width: 23%;
1273  }
1274  
1275  
1276  .ui-tabs-left .ui-tabs-nav li.ui-tabs-selected
1277  {
1278      margin-right: 2px;
1279      padding-right: 1px;
1280  }
1281  
1282  .ui-tabs-right .ui-tabs-nav li.ui-tabs-selected
1283  {
1284      margin-left: -1px;
1285      padding-left: 1px;
1286  }
1287  .wijmo-wijtooltip {
1288      position: absolute;
1289      z-index: 9999;
1290      margin:0;
1291  }
1292  
1293  
1294  .wijmo-wijtooltip .wijmo-wijtooltip-close
1295  {
1296      background:none repeat scroll 0 0 transparent;
1297  border:medium none;
1298  display:block;
1299  height:16px;
1300  position:absolute;
1301  right:3px;
1302  top:3px;
1303  width:16px;
1304      }
1305  
1306  .wijmo-wijtooltip .wijmo-wijtooltip-title
1307  {
1308      background:none repeat scroll 0 0 transparent;
1309  border:medium none;
1310  color:inherit;
1311  padding:0.4em;
1312  }
1313  .wijmo-wijtooltip .wijmo-wijtooltip-container
1314  {
1315      padding: 1em;
1316      overflow: hidden;
1317  }
1318  
1319  .wijmo-wijtooltip {
1320      border-width: 2px;
1321  }
1322  
1323  .wijmo-wijtooltip .wijmo-wijtooltip-pointer, .wijmo-wijtooltip .wijmo-wijtooltip-pointer-inner {
1324      background: none;
1325      height: 0;
1326      position: absolute;
1327      width: 0;
1328  }
1329  
1330  .wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer {
1331      border-bottom-width: 14px;
1332      border-top: 0 none;
1333      top: -14px;
1334      
1335  }
1336  
1337  .wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer {
1338      border-left: 18px dashed transparent;
1339      border-right: 0 none;
1340      right: 10px;
1341  }
1342  
1343  .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer {
1344      border-left: 10px dashed transparent;
1345      border-right: 10px dashed transparent;
1346      left: 50%;
1347      margin-left: -10px;
1348  }
1349  
1350  .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer {
1351      border-left: 0 none;
1352      border-right: 18px dashed transparent;
1353      left: 10px;
1354  }
1355  
1356  .wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner {
1357      border-bottom-color: inherit;
1358      border-bottom-style: solid;
1359      border-bottom-width: 10px;    
1360      bottom: -14px;
1361      *font-size:0;line-height:0;
1362  }
1363  
1364  .wijmo-wijtooltip-arrow-tr .wijmo-wijtooltip-pointer-inner {
1365      border-left: 12px dashed transparent;
1366      border-right: 0 none;
1367      +border-style:dashed;
1368      _border-style:dashed;
1369      right: 2px;
1370  }
1371  
1372  .wijmo-wijtooltip-arrow-tc .wijmo-wijtooltip-pointer-inner {
1373      border-left: 8px dashed transparent;
1374      border-right: 8px dashed transparent;
1375      +border-style:dashed;
1376      _border-style:dashed;
1377      left: -8px;
1378  }
1379  
1380  .wijmo-wijtooltip-arrow-tl .wijmo-wijtooltip-pointer-inner {
1381      border-left: 0 none;
1382      border-right-style: dashed;
1383      border-right-color: inherit;
1384      border-right-width: 12px;
1385      +border-style:dashed;
1386      _border-style:dashed;
1387      left: 2px;
1388  }
1389  
1390  .wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer {
1391      border-left-width: 14px;
1392      border-right: 0 none;
1393      right: -14px;
1394  }
1395  
1396  .wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer {
1397      border-bottom: 0 none;
1398      border-top: 18px dashed transparent;
1399      bottom: 10px;
1400  }
1401  
1402  .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer {
1403      border-bottom: 10px dashed transparent;
1404      border-top: 10px dashed transparent;
1405      bottom: 50%;
1406      margin-bottom: -10px;
1407  }
1408  
1409  .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer {
1410      border-bottom: 18px dashed transparent;
1411      border-top: 0 none;
1412      top: 10px;
1413  }
1414  
1415  .wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner {
1416      border-left-color: inherit;
1417      border-left-style: solid;
1418      border-left-width: 10px;
1419      left: -14px;
1420      *font-size:0;line-height:0;
1421  }
1422  
1423  
1424  .wijmo-wijtooltip-arrow-rb .wijmo-wijtooltip-pointer-inner {
1425      border-bottom: 0 none;
1426      border-top-style: dashed;
1427      border-top-color: inherit;
1428      border-top-width: 12px;
1429      +border-style:dashed;
1430      _border-style:dashed;
1431      bottom: 2px;
1432  }
1433  
1434  .wijmo-wijtooltip-arrow-rc .wijmo-wijtooltip-pointer-inner {
1435      border-bottom: 8px dashed transparent;
1436      border-top: 8px dashed transparent;
1437      +border-style:dashed;
1438      _border-style:dashed;
1439      bottom: -8px;
1440  }
1441  
1442  .wijmo-wijtooltip-arrow-rt .wijmo-wijtooltip-pointer-inner {
1443      border-bottom-style: dashed;
1444      border-bottom-color: inherit;
1445      border-bottom-width: 12px;
1446      +border-style:dashed;
1447      _border-style:dashed;
1448      border-top: 0 none;
1449      top: 2px;
1450  }
1451  
1452  .wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer {
1453      border-bottom: 0 none;
1454      border-top-width: 14px;
1455      bottom: -14px;
1456      
1457  }
1458  
1459  .wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer {
1460      border-left: 18px dashed transparent;
1461      border-right: 0 none;
1462      right: 10px;
1463  }
1464  
1465  .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer {
1466      border-left: 10px dashed transparent;
1467      border-right: 10px dashed transparent;
1468      left: 50%;
1469      margin-left: -10px;
1470  }
1471  
1472  .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer {
1473      border-left: 0 none;
1474      border-right: 18px dashed transparent;
1475      left: 10px;
1476  }
1477  
1478  .wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner {
1479      border-top-color: inherit;
1480      border-top-style: solid;
1481      border-top-width: 10px;
1482      top: -14px;
1483      *font-size:0;line-height:0;
1484  }
1485  
1486  .wijmo-wijtooltip-arrow-br .wijmo-wijtooltip-pointer-inner {
1487      border-left: 12px dashed transparent;
1488      +border-style:dashed;
1489      _border-style:dashed;
1490      border-right: 0 none;
1491      right: 2px;
1492  }
1493  
1494  .wijmo-wijtooltip-arrow-bc .wijmo-wijtooltip-pointer-inner {
1495      border-left: 8px dashed transparent;
1496      border-right: 8px dashed transparent;
1497      +border-style:dashed;
1498      _border-style:dashed;
1499      left: -8px;
1500  }
1501  
1502  .wijmo-wijtooltip-arrow-bl .wijmo-wijtooltip-pointer-inner {
1503      border-left: 0 none;
1504      border-right: 12px dashed transparent;
1505      +border-style:dashed;
1506      _border-style:dashed;
1507      left: 2px;
1508  }
1509  
1510  .wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer {
1511      border-left: 0 none;
1512      border-right-width: 14px;
1513      left: -14px;
1514  }
1515  
1516  .wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer {
1517      border-bottom: 0 none;
1518      border-top: 18px dashed transparent;
1519      bottom: 10px;
1520  }
1521  
1522  .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer {
1523      border-bottom: 10px dashed transparent;
1524      border-top: 10px dashed transparent;
1525      bottom: 50%;
1526      margin-bottom: -10px;
1527  }
1528  
1529  .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer {
1530      border-bottom: 18px dashed transparent;
1531      border-top: 0 none;
1532      top: 10px;
1533  }
1534  
1535  .wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner, .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner {
1536      border-right-color: inherit;
1537      border-right-style: solid;
1538      border-right-width: 10px;
1539      right: -14px;
1540      *font-size:0;line-height:0;
1541  }
1542  
1543  .wijmo-wijtooltip-arrow-lb .wijmo-wijtooltip-pointer-inner {
1544      border-bottom: 0 none;
1545      border-top: 12px dashed transparent;
1546      +border-style:dashed;
1547      _border-style:dashed;
1548      bottom: 2px;
1549  }
1550  
1551  .wijmo-wijtooltip-arrow-lc .wijmo-wijtooltip-pointer-inner {
1552      border-bottom: 8px dashed transparent;
1553      border-top: 8px dashed transparent;
1554      +border-style:dashed;
1555      _border-style:dashed;
1556      bottom: -8px;
1557  }
1558  
1559  .wijmo-wijtooltip-arrow-lt .wijmo-wijtooltip-pointer-inner {
1560      border-bottom-style: dashed;
1561      border-bottom-color: inherit;
1562      border-bottom-width: 12px;
1563      +border-style:dashed;
1564      _border-style:dashed;
1565      border-top: 0 none;
1566      top: 2px;
1567  }
1568  .wijmo-wijmenu {
1569  width:150px;
1570  padding:0.3em;
1571  position:relative;
1572  }
1573  
1574  .wijmo-wijmenu .wijmo-wijsuperpanel {
1575  border:none;
1576  background: inherit;
1577  padding:0;
1578  }
1579  
1580  .wijmo-wijmenu-list {
1581  position:static;
1582  }
1583  
1584  .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child {
1585  display:none;
1586  width:150px;
1587  padding:0.3em;
1588  }
1589  
1590  .wijmo-wijmenu .wijmo-wijmenu-parent {
1591  position:relative;
1592  }
1593  
1594  .wijmo-wijmenu .wijmo-wijmenu-child {
1595  position:relative;
1596  left:150px;
1597  top:0;
1598  }
1599  
1600  .wijmo-wijmenu .wijmo-wijmenu-item {
1601  width:100%;
1602  float:left;
1603  clear:both;
1604  margin:1px 0;
1605  padding:0;
1606  }
1607  
1608  .wijmo-wijmenu .wijmo-wijmenu-list .wijmo-wijmenu-item {
1609  background:none;
1610  border:none;
1611  }
1612  
1613  .wijmo-wijmenu .wijmo-wijmenu-link {
1614  display:block;
1615  width:92%;
1616  outline:none;
1617  text-decoration:none;
1618  font-weight:400;
1619  border:solid 1px transparent;
1620  float:left;
1621  line-height:16px;
1622  padding:0.3em;
1623  }
1624  
1625  .wijmo-wijmenu-horizontal {
1626  width:auto;
1627  }
1628  
1629  .wijmo-wijmenu-horizontal .wijmo-wijmenu-item {
1630  width:auto;
1631  clear:none;
1632  margin-right:3px;
1633  }
1634  
1635  .wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-item {
1636  width:100%;
1637  }
1638  
1639  .wijmo-wijmenu-horizontal .wijmo-wijmenu-child {
1640  top:25px;
1641  left:0;
1642  }
1643  
1644  .wijmo-wijmenu-horizontal .wijmo-wijmenu-link {
1645  width:auto;
1646  padding:0.4em 0.3em;
1647  }
1648  
1649  .wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-link {
1650  width:92%;
1651  }
1652  
1653  .wijmo-wijmenu .wijmo-wijmenu-list .ui-widget-header {
1654  clear:both;
1655  float:left;
1656  width:98%;
1657  margin:1px 0;
1658  }
1659  
1660  .wijmo-wijmenu-horizontal .wijmo-wijmenu-list .ui-widget-header
1661  {
1662      width: auto;
1663      clear: none;
1664      margin: -1px 2px -2px 1px;
1665  }
1666  .wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-widget-header
1667  {
1668      width: 98%;
1669      margin: 1px 0;
1670  }
1671  
1672  
1673  .wijmo-wijmenu-horizontal .ui-widget-header {
1674  clear:none;
1675  width:auto;
1676  margin:0 3px 0 0;
1677  }
1678  
1679  .wijmo-wijmenu .ui-widget-header h1,.wijmo-wijmenu .ui-widget-header h2,.wijmo-wijmenu .ui-widget-header h3,.wijmo-wijmenu .ui-widget-header h4,.wijmo-wijmenu .ui-widget-header h5,.wijmo-wijmenu .ui-widget-header h6 {
1680  float:left;
1681  display:block;
1682  font-size:1em;
1683  margin:0 auto;
1684  padding:0.3em 3%;
1685  }
1686  
1687  .wijmo-wijmenu-horizontal .ui-widget-header h1,.wijmo-wijmenu-horizontal .ui-widget-header h2,.wijmo-wijmenu-horizontal .ui-widget-header h3,.wijmo-wijmenu-horizontal .ui-widget-header h4,.wijmo-wijmenu-horizontal .ui-widget-header h5,.wijmo-wijmenu-horizontal .ui-widget-header h6 {
1688  padding:0.4em 0.3em;
1689  }
1690  
1691  .wijmo-wijmenu a.ui-state-default:link,.wijmo-wijmenu a.ui-state-default:visited,.wijmo-wijmenu a.ui-state-default:hover,.wijmo-wijmenu a.ui-state-default:active,.wijmo-wijmenu a.ui-state-hover:link,.wijmo-wijmenu a.ui-state-hover:visited,.wijmo-wijmenu a.ui-state-hover:hover,.wijmo-wijmenu a.ui-state-hover:active,.wijmo-wijmenu a.ui-state-active:link,.wijmo-wijmenu a.ui-state-active:visited,.wijmo-wijmenu a.ui-state-active:hover,.wijmo-wijmenu a.ui-state-active:active {
1692  font-weight:400;
1693  border-style:solid;
1694  }
1695  
1696  .wijmo-wijmenu .wijmo-wijmenu-child .ui-state-hover {
1697  font-weight:400;
1698  }
1699  
1700  .wijmo-wijmenu .wijmo-wijmenu-separator {
1701  clear:both;
1702  float:left;
1703  height:1px;
1704  text-indent:-9999px;
1705  width:98%;
1706  margin:1px 0;
1707  font-size:0;
1708  }
1709  
1710  .wijmo-wijmenu-horizontal .wijmo-wijmenu-separator {
1711  height:auto;
1712  clear:none;
1713  width:1px;
1714  text-indent:-9999px;
1715  margin:0 3px 0 0;
1716  padding:0.4em 0;
1717  }
1718  
1719  .wijmo-wijmenu-horizontal .wijmo-wijmenu-child .wijmo-wijmenu-separator {
1720  clear:both;
1721  float:left;
1722  height:1px;
1723  text-indent:-9999px;
1724  width:98%;
1725  margin:1px 0;
1726  padding:0;
1727  }
1728  
1729  .wijmo-wijmenu .wijmo-wijmenu-group {
1730  clear:both;
1731  float:left;
1732  width:98%;
1733  margin:3px 0;
1734  padding:0 0.4em;
1735  }
1736  
1737  .wijmo-wijmenu-ipod {
1738  width:180px;
1739  }
1740  
1741  .wijmo-wijmenu-container {
1742  overflow:hidden;
1743  }
1744  
1745  .wijmo-wijmenu-ipod .wijmo-wijmenu-list {
1746  background:inherit;
1747  position:absolute;
1748  border-width:0;
1749  -moz-box-shadow: none;
1750  -webkit-box-shadow:none;
1751  }
1752  
1753  .wijmo-wijmenu-breadcrumb {
1754  margin:0;
1755  padding:0;
1756  }
1757  
1758  .wijmo-wijmenu-footer {
1759  margin-top:3px;
1760  line-height: 22px;
1761  }
1762  
1763  .wijmo-wijmenu-footer .ui-icon {
1764  margin:3px 0;
1765  }
1766  
1767  .wijmo-wijmenu-header {
1768  margin-bottom:3px;
1769  }
1770  
1771  .wijmo-wijmenu-breadcrumb li {
1772  float:left;
1773  list-style:none;
1774  font-size:.9em;
1775  margin:0;
1776  padding:0 .2em;
1777  }
1778  
1779  .wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-prev-list,.wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb {
1780  clear:left;
1781  float:none;
1782  opacity:1;
1783  }
1784  
1785  .wijmo-wijmenu-breadcrumb li.wijmo-wijmenu-current-crumb {
1786  padding-top:.2em;
1787  }
1788  
1789  .wijmo-wijmenu-footer a:link,.wijmo-wijmenu-footer a:visited {
1790  float:left;
1791  width:100%;
1792  text-decoration:none;
1793  }
1794  
1795  .wijmo-wijmenu-footer a span {
1796  float:left;
1797  cursor:pointer;
1798  }
1799  
1800  .wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a:active {
1801  background-image:none;
1802  text-decoration:none;
1803  }
1804  
1805  .wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a {
1806  float:left;
1807  padding-right:.4em;
1808  }
1809  
1810  .wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:link,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:visited,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:hover,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-current-crumb a:active {
1811  display:block;
1812  background-image:none;
1813  font-size:1.3em;
1814  text-decoration:none;
1815  }
1816  
1817  .wijmo-wijmenu .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-horizontal .wijmo-wijmenu-child .ui-icon,.wijmo-wijmenu-ipod .ui-icon-triangle-1-e {
1818  float:right;
1819  }
1820  
1821  .wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-text,.wijmo-wijmenu-horizontal .wijmo-wijmenu-parent .ui-icon,.wijmo-wijmenu-breadcrumb a,.wijmo-wijmenu-breadcrumb span,.wijmo-wijmenu-breadcrumb .wijmo-wijmenu-prev-list a .ui-icon {
1822  float:left;
1823  }
1824  
1825  .wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-left {
1826  display:inline-block;
1827  float:left;
1828  }
1829  
1830  .wijmo-wijmenu .wijmo-wijmenu-link .wijmo-wijmenu-icon-right {
1831  display:inline-block;
1832  float:right;
1833  }


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1