www-thermferm/jqwidgets/styles/jqx.base.css

changeset 511
2d1d43c3a2c2
parent 373
f6850e0b5d35
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
122 } 122 }
123 /*Disable browser selection*/ 123 /*Disable browser selection*/
124 .jqx-disableselect 124 .jqx-disableselect
125 { 125 {
126 -webkit-user-select: none; 126 -webkit-user-select: none;
127 -khtml-user-select: none;
128 -moz-user-select: none; 127 -moz-user-select: none;
129 -o-user-select: none;
130 user-select: none; 128 user-select: none;
131 -ms-user-select:none; 129 -ms-user-select:none;
132 -webkit-touch-callout:none; 130 -webkit-touch-callout:none;
133 -webkit-tap-highlight-color: rgba(0,0,0,0); 131 -webkit-tap-highlight-color: rgba(0,0,0,0);
134 } 132 }
135 .jqx-enableselect { 133 .jqx-enableselect {
136 -webkit-user-select: text; 134 -webkit-user-select: text;
137 -khtml-user-select: text;
138 -moz-user-select: text; 135 -moz-user-select: text;
139 -o-user-select: auto;
140 -ms-user-select:text; 136 -ms-user-select:text;
141 user-select:all; 137 user-select:all;
142 } 138 }
143 .jqx-hideborder 139 .jqx-hideborder
144 { 140 {
185 fill: #333333; 181 fill: #333333;
186 color: #333333; 182 color: #333333;
187 font-size: 11px; 183 font-size: 11px;
188 font-family: Verdana; 184 font-family: Verdana;
189 } 185 }
186 .jqx-knob {
187 text-align: center;
188 }
190 /*jqxChart Style*/ 189 /*jqxChart Style*/
190 .jqx-knob-label,
191 .jqx-chart-axis-text, 191 .jqx-chart-axis-text,
192 .jqx-chart-label-text, 192 .jqx-chart-label-text,
193 .jqx-chart-tooltip-text, 193 .jqx-chart-tooltip-text,
194 .jqx-chart-legend-text 194 .jqx-chart-legend-text
195 { 195 {
249 color: inherit !important; 249 color: inherit !important;
250 *color: expression(this.parentNode.currentStyle['color']) !important; 250 *color: expression(this.parentNode.currentStyle['color']) !important;
251 outline: none; 251 outline: none;
252 font-weight: normal !important; 252 font-weight: normal !important;
253 } 253 }
254 254 .jqx-grid-menu-item-touch {
255 padding-top: 6px !important;
256 padding-bottom: 6px !important;
257 }
255 /*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/ 258 /*applied to the Grid's bottom-right area between the horizontal and vertical scrollbars.*/
256 .jqx-grid-bottomright 259 .jqx-grid-bottomright
257 { 260 {
258 261
259 } 262 }
441 outline: 0 none; 444 outline: 0 none;
442 text-decoration: none; 445 text-decoration: none;
443 cursor: pointer; 446 cursor: pointer;
444 } 447 }
445 /*applied to the groups header area.*/ 448 /*applied to the groups header area.*/
446 .jqx-grid-groups-header, .jqx-grid-toolbar { 449 .jqx-grid-groups-header, .jqx-grid-toolbar, .jqx-scheduler-toolbar {
447 border-style: solid; 450 border-style: solid;
448 border-width: 0px 0px 1px 0px; 451 border-width: 0px 0px 1px 0px;
449 border-color: #aaa; 452 border-color: #aaa;
450 white-space: nowrap; 453 white-space: nowrap;
451 overflow: hidden; 454 overflow: hidden;
527 height: 100%; 530 height: 100%;
528 } 531 }
529 .jqx-grid-cell-locked { 532 .jqx-grid-cell-locked {
530 color: #aaa !important; 533 color: #aaa !important;
531 } 534 }
535 .jqx-grid-cell-left-align {
536 overflow: hidden;
537 text-overflow: ellipsis;
538 padding-bottom: 2px;
539 text-align: left;
540 margin-right: 2px;
541 margin-left: 4px;
542 }
543 .jqx-grid-cell-middle-align {
544 text-overflow: ellipsis;
545 overflow: hidden;
546 padding-bottom: 2px;
547 text-align: center;
548 }
549 .jqx-grid-cell-right-align {
550 overflow: hidden;
551 text-overflow: ellipsis;
552 padding-bottom: 2px;
553 text-align: right;
554 margin-right: 4px;
555 margin-left: 2px;
556 }
557
532 /*applied to a grid cell that is part of a rows group.*/ 558 /*applied to a grid cell that is part of a rows group.*/
533 .jqx-grid-group-cell{ 559 .jqx-grid-group-cell{
534 overflow: hidden; 560 overflow: hidden;
535 position: absolute !important; 561 position: absolute !important;
536 height: 100%; 562 height: 100%;
569 border: transparent !important; 595 border: transparent !important;
570 } 596 }
571 .jqx-grid-cell-wrap {white-space: normal !important;} 597 .jqx-grid-cell-wrap {white-space: normal !important;}
572 598
573 .jqx-tree-grid-indent { 599 .jqx-tree-grid-indent {
574 width: 14px; 600 width: 15px;
575 display: inline-block; 601 display: inline-block;
576 height: 8px; 602 height: 8px;
577 overflow: hidden; 603 overflow: hidden;
578 vertical-align: top; 604 vertical-align: top;
579 } 605 }
584 overflow: hidden; 610 overflow: hidden;
585 text-overflow: ellipsis; 611 text-overflow: ellipsis;
586 } 612 }
587 .jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button { 613 .jqx-tree-grid-collapse-button, .jqx-tree-grid-expand-button {
588 display: inline-block; 614 display: inline-block;
589 margin-top: 2px; 615 margin-top: 0px;
590 margin-right: 0px; 616 margin-right: 0px;
591 position: relative; 617 position: relative;
592 width: 14px; 618 width: 15px;
593 height: 13px; 619 height: 16px;
594 vertical-align: top; 620 vertical-align: top;
595 } 621 }
596 .jqx-tree-grid-checkbox { 622 .jqx-tree-grid-checkbox {
597 float: none !important; 623 float: none !important;
598 width: 14px; 624 width: 14px;
620 .jqx-tree-grid-checkbox-tick { 646 .jqx-tree-grid-checkbox-tick {
621 width: 100%; 647 width: 100%;
622 height: 100%; 648 height: 100%;
623 } 649 }
624 .jqx-tree-grid-expand-button { 650 .jqx-tree-grid-expand-button {
625 height: 10px; 651 height: 16px;
626 width: 14px; 652 width: 15px;
627 vertical-align: top; 653 vertical-align: top;
628 } 654 }
629 655
630 /*applied to a cell in jqxDataTable*/ 656 /*applied to a cell in jqxDataTable*/
631 .jqx-cell { 657 .jqx-cell {
799 cursor: pointer; 825 cursor: pointer;
800 } 826 }
801 /*jqxProgresBar Style*/ 827 /*jqxProgresBar Style*/
802 .jqx-progressbar 828 .jqx-progressbar
803 { 829 {
830 position: relative;
804 overflow: hidden; 831 overflow: hidden;
805 outline: none; 832 outline: none;
806 border: 1px solid transparent; 833 border: 1px solid transparent;
807 height: 2em; 834 height: 2em;
808 } 835 }
1407 background-image: url(images/close.png); 1434 background-image: url(images/close.png);
1408 cursor: pointer; 1435 cursor: pointer;
1409 margin: 0 0 0 0; 1436 margin: 0 0 0 0;
1410 padding: 0 0 0 0; 1437 padding: 0 0 0 0;
1411 } 1438 }
1439 .jqx-tabs-close-button, .jqx-tabs-close-button-selected, .jqx-tabs-close-button-hover{background-repeat:no-repeat; background-position:center;}
1412 /*applied to the tab's left scroll arrow.*/ 1440 /*applied to the tab's left scroll arrow.*/
1413 .jqx-tabs-arrow-left 1441 .jqx-tabs-arrow-left
1414 { 1442 {
1415 outline: none; 1443 outline: none;
1416 position: relative; 1444 position: relative;
1632 } 1660 }
1633 1661
1634 /*jqxCheckBox*/ 1662 /*jqxCheckBox*/
1635 .jqx-checkbox 1663 .jqx-checkbox
1636 { 1664 {
1665 overflow:hidden;
1637 text-align: left; 1666 text-align: left;
1638 border: none; 1667 border: none;
1639 outline: none; 1668 outline: none;
1640 margin: 0 0 0 0; 1669 margin: 0 0 0 0;
1641 white-space: nowrap; 1670 white-space: nowrap;
1725 float: right; 1754 float: right;
1726 } 1755 }
1727 /*jqxRadioButton*/ 1756 /*jqxRadioButton*/
1728 .jqx-radiobutton 1757 .jqx-radiobutton
1729 { 1758 {
1759 overflow:hidden;
1730 text-overflow: ellipsis; 1760 text-overflow: ellipsis;
1731 border: none; 1761 border: none;
1732 outline: none; 1762 outline: none;
1733 margin: 0 0 0 0; 1763 margin: 0 0 0 0;
1734 white-space: nowrap; 1764 white-space: nowrap;
2012 /*applied to a calendar cell when the cell's date is a special date(holiday, vacation, birthay. See the SpecialDates demo).*/ 2042 /*applied to a calendar cell when the cell's date is a special date(holiday, vacation, birthay. See the SpecialDates demo).*/
2013 .jqx-calendar-cell-specialDate 2043 .jqx-calendar-cell-specialDate
2014 { 2044 {
2015 color: #FF0000 !important; 2045 color: #FF0000 !important;
2016 background-color: transparent; 2046 background-color: transparent;
2047 border: 1px solid #fff;
2048 margin: 0 0 0 0;
2049 cursor: pointer;
2050 }
2051 /*applied to a calendar cell when the cell's date is a restricted date.*/
2052 .jqx-calendar-cell-restrictedDate
2053 {
2054 background-color: rgba(251, 132, 153, 1);
2017 border: 1px solid #fff; 2055 border: 1px solid #fff;
2018 margin: 0 0 0 0; 2056 margin: 0 0 0 0;
2019 cursor: pointer; 2057 cursor: pointer;
2020 } 2058 }
2021 .jqx-calendar-cell-selected-invalid 2059 .jqx-calendar-cell-selected-invalid
2545 { 2583 {
2546 margin: 0px; 2584 margin: 0px;
2547 padding: 0px; 2585 padding: 0px;
2548 background: transparent; 2586 background: transparent;
2549 border: 1px solid transparent; 2587 border: 1px solid transparent;
2588 touch-action:none;
2550 } 2589 }
2551 /*applied to the horizontal scrollbar thumb in hovered state.*/ 2590 /*applied to the horizontal scrollbar thumb in hovered state.*/
2552 .jqx-scrollbar-thumb-state-hover-horizontal 2591 .jqx-scrollbar-thumb-state-hover-horizontal
2553 { 2592 {
2554 margin: 0px; 2593 margin: 0px;
2566 .jqx-scrollbar-thumb-state-normal 2605 .jqx-scrollbar-thumb-state-normal
2567 { 2606 {
2568 margin: 0px; 2607 margin: 0px;
2569 padding: 0px; 2608 padding: 0px;
2570 border: 1px solid transparent; 2609 border: 1px solid transparent;
2610 touch-action:none;
2571 } 2611 }
2572 /*applied to the vertical scrollbar thumb in default state.*/ 2612 /*applied to the vertical scrollbar thumb in default state.*/
2573 .jqx-scrollbar-thumb-state-hover 2613 .jqx-scrollbar-thumb-state-hover
2574 { 2614 {
2575 margin: 0px; 2615 margin: 0px;
2686 /* applied to jqxSlider widget */ 2726 /* applied to jqxSlider widget */
2687 .jqx-slider 2727 .jqx-slider
2688 { 2728 {
2689 outline: none; 2729 outline: none;
2690 clear: both; 2730 clear: both;
2731 position: relative;
2732 overflow:hidden;
2691 } 2733 }
2692 /*applied to the ticks which can be in the top/bottom/both sides of the jqxSlider*/ 2734 /*applied to the ticks which can be in the top/bottom/both sides of the jqxSlider*/
2693 .jqx-slider-tick 2735 .jqx-slider-tick
2694 { 2736 {
2695 border-left: 1px solid transparent; 2737 border-left: 1px solid transparent;
2731 -webkit-border-radius: 100%; 2773 -webkit-border-radius: 100%;
2732 border-radius: 100%; 2774 border-radius: 100%;
2733 } 2775 }
2734 .jqx-slider-button 2776 .jqx-slider-button
2735 { 2777 {
2778 cursor: pointer;
2736 -moz-border-radius: 100%; 2779 -moz-border-radius: 100%;
2737 -webkit-border-radius: 100%; 2780 -webkit-border-radius: 100%;
2738 border-radius: 100%; 2781 border-radius: 100%;
2739 box-sizing: content-box !important; 2782 box-sizing: content-box !important;
2740 } 2783 }
2901 border-color: #dd4b39 !important; 2944 border-color: #dd4b39 !important;
2902 } 2945 }
2903 2946
2904 .jqx-switchbutton 2947 .jqx-switchbutton
2905 { 2948 {
2949 outline: none;
2906 overflow: hidden; 2950 overflow: hidden;
2907 -moz-border-radius: 5px; 2951 -moz-border-radius: 5px;
2908 -webkit-border-radius: 5px; 2952 -webkit-border-radius: 5px;
2909 border-radius: 5px; 2953 border-radius: 5px;
2910 border: 1px solid #ccc; 2954 border: 1px solid #ccc;
2937 2981
2938 /*left, right, up and down arrow icons.*/ 2982 /*left, right, up and down arrow icons.*/
2939 .jqx-left-arrow 2983 .jqx-left-arrow
2940 { 2984 {
2941 background: transparent; 2985 background: transparent;
2942 background-image: url('icon-left.png'); 2986 background-image: url('images/icon-left.png');
2943 cursor: pointer; 2987 cursor: pointer;
2944 } 2988 }
2945 .jqx-right-arrow 2989 .jqx-right-arrow
2946 { 2990 {
2947 background: transparent; 2991 background: transparent;
2948 background-image: url('icon-right.png'); 2992 background-image: url('images/icon-right.png');
2949 cursor: pointer; 2993 cursor: pointer;
2950 } 2994 }
2951 .jqx-icon-delete 2995 .jqx-icon-delete
2952 { 2996 {
2953 background-image: url('images/icon-delete.png'); 2997 background-image: url('images/icon-delete.png');
2982 { 3026 {
2983 background-image: url('images/icon-down.png'); 3027 background-image: url('images/icon-down.png');
2984 background-repeat: no-repeat; 3028 background-repeat: no-repeat;
2985 background-position: center; 3029 background-position: center;
2986 } 3030 }
3031
2987 .jqx-icon-arrow-left, .jqx-icon-arrow-left-hover, .jqx-icon-arrow-left-selected 3032 .jqx-icon-arrow-left, .jqx-icon-arrow-left-hover, .jqx-icon-arrow-left-selected
2988 { 3033 {
2989 background-image: url('images/icon-left.png'); 3034 background-image: url('images/icon-left.png');
2990 background-repeat: no-repeat; 3035 background-repeat: no-repeat;
2991 background-position: center; 3036 background-position: center;
3062 cursor: pointer; 3107 cursor: pointer;
3063 background-image: url(images/close.png); 3108 background-image: url(images/close.png);
3064 background-repeat: no-repeat; 3109 background-repeat: no-repeat;
3065 background-position: center; 3110 background-position: center;
3066 } 3111 }
3112 .jqx-icon-close-white {
3113 background-image: url(images/close_white.png);
3114 }
3067 .jqx-icon-close-hover 3115 .jqx-icon-close-hover
3068 { 3116 {
3069 cursor: pointer; 3117 cursor: pointer;
3070 background-image: url(images/close.png); 3118 background-image: url(images/close.png);
3071 background-repeat: no-repeat; 3119 background-repeat: no-repeat;
3089 background-position: center; 3137 background-position: center;
3090 background-size: 16px; 3138 background-size: 16px;
3091 width: 16px; 3139 width: 16px;
3092 height: 16px; 3140 height: 16px;
3093 } 3141 }
3142 .jqx-icon-plus-alt, .jqx-icon-plus-alt-white
3143 {
3144 background-image: url(images/icon-plus.png);
3145 background-repeat: no-repeat;
3146 background-position: center;
3147 background-size: 16px;
3148 width: 16px;
3149 height: 16px;
3150 }
3151 .jqx-icon-plus-alt-white {
3152 background-image: url(images/icon-plus-white.png);
3153 }
3094 /* jqxScrollView */ 3154 /* jqxScrollView */
3095 .jqx-scrollview-button 3155 .jqx-scrollview-button
3096 { 3156 {
3097 width: 10px; 3157 width: 10px;
3098 height: 10px; 3158 height: 10px;
3118 width: 15px !important; 3178 width: 15px !important;
3119 height: 15px !important; 3179 height: 15px !important;
3120 margin-top: -7.5px !important; 3180 margin-top: -7.5px !important;
3121 } 3181 }
3122 /*applied to Inputs*/ 3182 /*applied to Inputs*/
3123 .jqx-input{-webkit-user-modify:inherit; -moz-user-modify: inherit; overflow: hidden; background-color: inherit; border-color: #c7c7c7;} 3183 .jqx-input{overflow: hidden; background-color: inherit; border-color: #c7c7c7;}
3124 .jqx-input-invalid { 3184 .jqx-input-invalid {
3125 color: red !important; 3185 color: red !important;
3126 } 3186 }
3127 .jqx-input-group {overflow: hidden;} 3187 .jqx-input-group {overflow: hidden;}
3128 .jqx-input-group-addon {border: 1px solid transparent; position: relative; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; padding: 2px 8px !important; float: left; white-space: nowrap; vertical-align: middle; } 3188 .jqx-input-group-addon {border: 1px solid transparent; position: relative; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; box-sizing: border-box !important; padding: 2px 8px !important; float: left; white-space: nowrap; vertical-align: middle; }
3351 } 3411 }
3352 .jqx-editor-toolbar-group .jqx-editor-toolbar-button.jqx-fill-state-normal { 3412 .jqx-editor-toolbar-group .jqx-editor-toolbar-button.jqx-fill-state-normal {
3353 background: transparent !important; 3413 background: transparent !important;
3354 } 3414 }
3355 3415
3416 .jqx-date-time-input-popup table td a
3417 {
3418 border: 1px transparent solid;
3419 width: 100%;
3420 display: inline-block;
3421 margin: 0;
3422 padding: 0;
3423 outline: 0;
3424 color: #333;
3425 }
3426 .jqx-date-time-input-popup table td input {
3427 width: 25px;
3428 margin: 0;
3429 text-align: center;
3430 padding: 4px 6px;
3431 height:20px;
3432 line-height: 20px;
3433 vertical-align: middle;
3434 }
3435
3436 .jqx-scheduler .jqx-cell {
3437 padding: 0px !important;
3438 cursor: default;
3439 }
3440 .jqx-scheduler .jqx-widget-header.jqx-grid-header
3441 {
3442 border-bottom-color: transparent;
3443 border-bottom-width: 0px;
3444 }
3445 .jqx-scheduler .jqx-grid-column-header, .jqx-scheduler.jqx-widget .jqx-grid-column-header
3446 {
3447 border-bottom: 1px solid #c5c5c5;
3448 }
3449
3450 .jqx-scheduler-all-day-cell
3451 {
3452 text-align: left;
3453 }
3454 .jqx-scheduler-all-day-cell span
3455 {
3456 margin-left:3px;
3457 }
3458
3459 .jqx-scheduler-month-cell {
3460 background: #f2f2f2;
3461 color: #000;
3462 opacity: 0.8;
3463 border-bottom-width: 1px;
3464 border-bottom-style: solid;
3465 border-bottom-color: inherit;
3466 vertical-align: top;
3467 text-align: left;
3468 }
3469 .jqx-scheduler-month-cell-touch {
3470 background: transparent;
3471 border:none;
3472 vertical-align:middle;
3473 text-align:center;
3474 }
3475 .jqx-scheduler-month-cell-popup {
3476 border: 1px solid #333;
3477 background: #f2f2f2;
3478 box-shadow: 0 5px 0px rgba(0,0,0,.15)!important;
3479 }
3480 .jqx-widget .jqx-scheduler-middle-cell, .jqx-scheduler-middle-cell {
3481 border-bottom-color: #ddd !important;
3482 }
3483 .jqx-scheduler-cell-selected.jqx-scheduler-middle-cell
3484 {
3485 border-bottom-style:dotted;
3486 }
3487 .jqx-scheduler-work-time-cell
3488 {
3489 background: #fff;
3490 }
3491 .jqx-scheduler-not-work-time-cell
3492 {
3493 background: #eee;
3494 }
3495 .jqx-scheduler-month-outer-cell
3496 {
3497 color: #555;
3498 }
3499 .jqx-scheduler-month-weekend-cell
3500 {
3501 background: #eee;
3502 }
3503 .jqx-scheduler-disabled-cell {
3504 background: #e9edf1;
3505 }
3506 .jqx-scheduler-toolbar
3507 {
3508 font-size: 14px;
3509 }
3510 .jqx-scheduler-time-column, .jqx-scheduler-toolbar {
3511 background-image: none !important;
3512 background: #fff !important;
3513 color: #333 !important;
3514 }
3515 .jqx-scheduler-week-number-column {
3516 background: #e8e8e8 !important;
3517 color: #333;
3518 }
3519 .jqx-scheduler-time-column-header-cell
3520 {
3521 border-left-color:transparent !important;
3522 }
3523 .jqx-scheduler-time-column-header-cell-rtl
3524 {
3525 border-right-color:transparent !important;
3526 }
3527 .jqx-scheduler-appointment {
3528 overflow: visible;
3529 border: 1px solid #555;
3530 white-space:pre-line;
3531 cursor:pointer;
3532 vertical-align: middle;
3533 text-overflow:ellipsis;
3534 user-select: none;
3535 }
3536 .jqx-scheduler-appointment-rtl {
3537 direction: rtl;
3538 text-align: right;
3539 }
3540
3541 .jqx-scheduler-appointment-content {
3542 overflow: hidden;
3543 text-overflow:ellipsis;
3544 height:100%;
3545 padding-left:5px;
3546 padding-right:5px;
3547 }
3548 .jqx-scheduler-appointment-inner-content {
3549 overflow:hidden;
3550 width:100%;
3551 text-overflow: ellipsis;
3552 padding-bottom: 3px;
3553 }
3554 .jqx-scheduler-appointment-duration-status {
3555 height: 0px;
3556 border-bottom-width: 2px;
3557 border-bottom-style: dotted;
3558 border-color: #f05c2d;
3559 background: #f05c2d;
3560 position:absolute;
3561 bottom: -1px; left: 0px;
3562 border-radius: 5px;
3563 }
3564 .jqx-scheduler-appointment-status {
3565 width: 4px;
3566 height: 100%;
3567 border-right-width: 1px;
3568 border-right-style:solid;
3569 position:absolute;
3570 top: 0px; left: 0px;
3571 }
3572 .jqx-scheduler-appointment-status-rtl {
3573 width: 4px;
3574 height: 100%;
3575 border-right-width: 0px;
3576 border-right-style:none;
3577 border-left-width: 1px;
3578 border-left-style:solid;
3579 position:absolute;
3580 top: 0px; right:0px;
3581 }
3582 .jqx-scheduler-appointment-status-stripes {
3583 background-image: url('images/stripes.png');
3584 background-repeat:repeat-y;
3585 background-position: left top;
3586 }
3587 .jqx-scheduler-appointment-resize-indicator {
3588 width: 4px;
3589 height: 4px;
3590 position: absolute;
3591 border: 1px solid black;
3592 background: white;
3593 display: none;
3594 }
3595 .jqx-scheduler-appointment-top-resize-indicator {
3596 top: -3px;
3597 left: 50%;
3598 margin-left:-2px;
3599 cursor: row-resize;
3600 }
3601 .jqx-scheduler-appointment-bottom-resize-indicator {
3602 cursor: row-resize;
3603 bottom: -3px;
3604 left: 50%;
3605 margin-left:-2px;
3606 }
3607 .jqx-scheduler-appointment-left-resize-indicator {
3608 cursor: col-resize;
3609 top: 50%;
3610 left: -3px;
3611 margin-top: -2px;
3612 }
3613 .jqx-scheduler-appointment-right-resize-indicator {
3614 cursor: col-resize;
3615 top: 50%;
3616 margin-top: -2px;
3617 right: -3px;
3618 }
3619
3620 .jqx-scheduler-appointment span {
3621 vertical-align: middle;
3622 text-overflow:ellipsis;
3623 position: relative;
3624 top: -1px;
3625 }
3626 .jqx-scheduler-feedback-appointment {
3627 opacity: 0.7;
3628 position:absolute;
3629 z-index:99999;
3630 }
3631 .jqx-scheduler-selected-appointment {
3632 border: 1px solid #316293 !important;
3633 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
3634 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
3635 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
3636 white-space:pre-line;
3637 }
3638 .jqx-scheduler-appointment:hover {
3639 border: 1px solid #3f7ebe !important;
3640 }
3641 .jqx-scheduler-feedback-drag-appointment {
3642 background: #aaa !important;
3643 }
3644 .jqx-icon-recurrence, .jqx-icon-recurrence-exception,.jqx-icon-recurrence-white, .jqx-icon-recurrence-exception-white, .jqx-icon-time
3645 {
3646 background-image: url('images/icon-recurrence.png');
3647 background-repeat: no-repeat;
3648 background-position: center;
3649 width: 16px;
3650 height: 16px;
3651 float: left;
3652 margin:3px;
3653 margin-left:5px;
3654 }
3655 .jqx-icon-time
3656 {
3657 background-image: url('images/icon-time.png');
3658 margin:0px;
3659 position: relative;
3660 left: 1px;
3661 margin-top:-8px;
3662 }
3663 .jqx-icon-time-white
3664 {
3665 background-image: url('images/icon-time-white.png');
3666 }
3667 .jqx-icon-recurrence-exception
3668 {
3669 background-image: url('images/icon-recurrence-exception.png');
3670 }
3671 .jqx-icon-recurrence-exception-white {
3672 background-image: url('images/icon-recurrence-exception-white.png');
3673 }
3674 .jqx-icon-recurrence-white {
3675 background-image: url('images/icon-recurrence-white.png');
3676 }
3677 .jqx-scheduler-cell-hover {
3678 border-color: #3f7ebe !important;
3679 background: #a2c0df !important;
3680 }
3681 .jqx-scheduler-cell-selected {
3682 border-color: #316293 !important;
3683 background: #2f7eb6 !important;
3684 }
3685 .jqx-scheduler-edit-dialog-label {
3686 clear: both;
3687 float: left;
3688 margin-left: 2%;
3689 padding: 4px;
3690 text-align: right;
3691 width: 18%;
3692 line-height: 25px;
3693 }
3694 .jqx-scheduler-edit-dialog-field {
3695 clear: right;
3696 float: right;
3697 margin-right: 2%;
3698 padding: 4px;
3699 width: 72%;
3700 }
3701 .jqx-scheduler-edit-dialog-label-rtl {
3702 clear: both;
3703 float: right;
3704 margin-left: 0px;
3705 margin-right: 2%;
3706 padding: 4px;
3707 text-align: left;
3708 width: 18%;
3709 line-height: 25px;
3710 }
3711 .jqx-scheduler-edit-dialog-field-rtl {
3712 clear: left;
3713 float: left;
3714 margin-right: 0px;
3715 margin-left: 2%;
3716 padding: 4px;
3717 width: 72%;
3718 }
3719 .jqx-scheduler-legend-bar
3720 {
3721 overflow:hidden;
3722 border-color:inherit;
3723 border: none;
3724 }
3725 .jqx-scheduler-legend-bar-bottom
3726 {
3727 border-top-width: 1px;
3728 border-top-style:solid;
3729 }
3730 .jqx-scheduler-legend-bar-top
3731 {
3732 border-bottom-width: 1px;
3733 border-bottom-style:solid;
3734 }
3735 .jqx-scheduler-legend {
3736 width:14px;
3737 height:14px;
3738 float: left;
3739 margin-right: 3px;
3740 border-style:solid;
3741 border-width:1px;
3742 cursor: pointer;
3743 vertical-align: middle;
3744 margin-top:4px;
3745 }
3746 .jqx-scheduler-legend-label {
3747 float: left;
3748 margin-right: 12px;
3749 cursor: pointer;
3750 vertical-align: middle;
3751 margin-top:4px;
3752 }
3753 .jqx-scheduler-cell-selected .jqx-scheduler-agenda-date {
3754 color: #fff;
3755 }
3756 .jqx-scheduler-cell-selected .jqx-scheduler-agenda-time {
3757 color: #fff;
3758 }
3759 .jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment, .jqx-scheduler-cell-selected .jqx-scheduler-agenda-appointment-rtl {
3760 color: #fff;
3761 }
3762
3763 .jqx-scheduler-agenda-date {
3764 padding-top:5px;
3765 padding-bottom:5px;
3766 }
3767 .jqx-scheduler-agenda-time {
3768 padding: 5px;
3769 }
3770 .jqx-scheduler-agenda-appointment, .jqx-scheduler-agenda-appointment-rtl {
3771 cursor: pointer;
3772 }
3773 .jqx-scheduler-agenda-appointment-resource, .jqx-scheduler-agenda-appointment-resource-rtl {
3774 margin: 5px;
3775 cursor: pointer;
3776 }
3777 .jqx-scheduler-agenda-appointment-resource-rtl, .jqx-scheduler-agenda-appointment-rtl {
3778 float: right;
3779 }
3780 .jqx-scheduler-agenda-day {
3781 margin: 3px;
3782 font-size: 33px;
3783 font-weight: normal;
3784 }
3785 .jqx-scheduler-agenda-week {
3786 font-style: normal;
3787 font-size:13px;
3788 }
3789 .jqx-scheduler-agenda-date {
3790 font-size: 10px;
3791 }
3792 .jqx-scheduler-cell-focus
3793 {
3794 border-style:dotted;
3795 border-color: #59a0d5 !important;
3796 background: #59a0d5 !important;
3797 }
3356 /*applied to all widgets*/ 3798 /*applied to all widgets*/
3357 .jqx-widget{-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none; zoom: 1 !important; color: #000000; -moz-background-clip: padding; background-clip: padding-box; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-appearance: none; -webkit-background-clip: padding-box; direction: ltr !important; -webkit-tap-highlight-color: rgba(0,0,0,0); font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 13px;} 3799 .jqx-widget{-moz-box-sizing: content-box; box-sizing: content-box; -ms-touch-action: none; zoom: 1 !important; color: #000000; -moz-background-clip: padding; background-clip: padding-box; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-appearance: none; -webkit-background-clip: padding-box; direction: ltr !important; -webkit-tap-highlight-color: rgba(0,0,0,0); font-family: Verdana,Arial,sans-serif; font-style: normal; font-size: 13px;}
3358 3800
3359 .jqx-item{-ms-touch-action: none; -moz-box-sizing: content-box; box-sizing: content-box; color: inherit; -webkit-text-size-adjust: none;} 3801 .jqx-item{-ms-touch-action: none; -moz-box-sizing: content-box; box-sizing: content-box; color: inherit; -webkit-text-size-adjust: none;}
3360 3802
3427 margin: 0px; 3869 margin: 0px;
3428 border-width: 1px; 3870 border-width: 1px;
3429 border-style: solid; 3871 border-style: solid;
3430 font-size: 13px; 3872 font-size: 13px;
3431 padding: 0px; 3873 padding: 0px;
3874 padding-left:3px;
3875 padding-right: 3px;
3432 } 3876 }
3433 .jqx-input::-ms-reveal { 3877 .jqx-input::-ms-reveal {
3434 display: none; 3878 display: none;
3435 } 3879 }
3436 .jqx-input::-ms-clear { 3880 .jqx-input::-ms-clear {
3659 } 4103 }
3660 .jqx-listmenu-header .jqx-button 4104 .jqx-listmenu-header .jqx-button
3661 { 4105 {
3662 -moz-border-radius: 10px; 4106 -moz-border-radius: 10px;
3663 -webkit-border-radius: 10px; 4107 -webkit-border-radius: 10px;
3664 -o-border-radius: 10px;
3665 border-radius: 10px; 4108 border-radius: 10px;
3666 padding: 6px 10px; 4109 padding: 6px 10px;
3667 } 4110 }
3668 .jqx-listmenu-filter-input 4111 .jqx-listmenu-filter-input
3669 { 4112 {
3755 /*Sets the text-alignment to right.*/ 4198 /*Sets the text-alignment to right.*/
3756 .jqx-rtl{text-align: right !important;} 4199 .jqx-rtl{text-align: right !important;}
3757 .jqx-shadow{ 4200 .jqx-shadow{
3758 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15)!important; 4201 -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.15)!important;
3759 -moz-box-shadow : 0 2px 3px rgba(0,0,0,.15)!important; 4202 -moz-box-shadow : 0 2px 3px rgba(0,0,0,.15)!important;
3760 -o-box-shadow : 0 2px 3px rgba(0,0,0,.15)!important;
3761 box-shadow : 0 2px 3px rgba(0,0,0,.15)!important; 4203 box-shadow : 0 2px 3px rgba(0,0,0,.15)!important;
3762 } 4204 }
3763 .jqx-noshadow { 4205 .jqx-noshadow {
3764 -webkit-box-shadow: none !important; 4206 -webkit-box-shadow: none !important;
3765 -moz-box-shadow : none !important; 4207 -moz-box-shadow : none !important;
3766 -o-box-shadow : none !important;
3767 box-shadow : none !important; 4208 box-shadow : none !important;
3768 } 4209 }
3769 .jqx-passwordinput-password-icon, .jqx-passwordinput-password-icon-rtl 4210 .jqx-passwordinput-password-icon, .jqx-passwordinput-password-icon-rtl
3770 { 4211 {
3771 background-image: url(images/icon-showpassword.png) !important; 4212 background-image: url(images/icon-showpassword.png) !important;
4158 .jqx-link, .jqx-inverse, .jqx-primary, .jqx-warning, .jqx-danger, .jqx-success, .jqx-info { 4599 .jqx-link, .jqx-inverse, .jqx-primary, .jqx-warning, .jqx-danger, .jqx-success, .jqx-info {
4159 background: none !important; 4600 background: none !important;
4160 box-shadow: none !important; 4601 box-shadow: none !important;
4161 text-shadow: none !important; 4602 text-shadow: none !important;
4162 } 4603 }
4604
4605 .jqx-primary .jqx-icon-calendar, .jqx-primary .jqx-icon-calendar-hover, .jqx-primary .jqx-icon-calendar-pressed {
4606 background-image: url('images/icon-calendar-white.png');
4607 }
4608 .jqx-primary .jqx-icon-time, .jqx-primary .jqx-icon-time-hover, .jqx-primary .jqx-icon-time-pressed {
4609 background-image: url('images/icon-time-white.png');
4610 }
4611 .jqx-success .jqx-icon-calendar, .jqx-success .jqx-icon-calendar-hover, .jqx-success .jqx-icon-calendar-pressed {
4612 background-image: url('images/icon-calendar-white.png');
4613 }
4614 .jqx-success .jqx-icon-time, .jqx-success .jqx-icon-time-hover, .jqx-success .jqx-icon-time-pressed {
4615 background-image: url('images/icon-time-white.png');
4616 }
4617 .jqx-warning .jqx-icon-calendar, .jqx-warning .jqx-icon-calendar-hover, .jqx-warning .jqx-icon-calendar-pressed {
4618 background-image: url('images/icon-calendar-white.png');
4619 }
4620 .jqx-warning .jqx-icon-time, .jqx-warning .jqx-icon-time-hover, .jqx-warning .jqx-icon-time-pressed {
4621 background-image: url('images/icon-time-white.png');
4622 }
4623
4624 .jqx-danger .jqx-icon-calendar, .jqx-danger .jqx-icon-calendar-hover, .jqx-danger .jqx-icon-calendar-pressed {
4625 background-image: url('images/icon-calendar-white.png');
4626 }
4627 .jqx-danger .jqx-icon-time, .jqx-danger .jqx-icon-time-hover, .jqx-danger .jqx-icon-time-pressed {
4628 background-image: url('images/icon-time-white.png');
4629 }
4630
4631 .jqx-info .jqx-icon-calendar, .jqx-info .jqx-icon-calendar-hover, .jqx-info .jqx-icon-calendar-pressed {
4632 background-image: url('images/icon-calendar-white.png');
4633 }
4634 .jqx-info .jqx-icon-time, .jqx-info .jqx-icon-time-hover, .jqx-info .jqx-icon-time-pressed {
4635 background-image: url('images/icon-time-white.png');
4636 }
4637
4638 .jqx-inverse .jqx-icon-calendar, .jqx-inverse .jqx-icon-calendar-hover, .jqx-inverse .jqx-icon-calendar-pressed {
4639 background-image: url('images/icon-calendar-white.png');
4640 }
4641 .jqx-inverse .jqx-icon-time, .jqx-inverse .jqx-icon-time-hover, .jqx-inverse .jqx-icon-time-pressed {
4642 background-image: url('images/icon-time-white.png');
4643 }
4644
4645
4163 .jqx-notification-info, .jqx-info 4646 .jqx-notification-info, .jqx-info
4164 { 4647 {
4165 color: #ffffff !important; 4648 color: #ffffff !important;
4166 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4649 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4167 background-color: #49afcd !important; 4650 background-color: #5bc0de !important;
4168 *background-color: #2f96b4 !important; 4651 *background-color: #5bc0de !important;
4169 background-repeat: repeat-x !important; 4652 border-left-color: #46b8da !important;
4170 background-image: linear-gradient(to bottom, #5bc0de, #2f96b4) !important; 4653 border-right-color: #46b8da !important;
4171 border-left-color: #2f96b4 !important; 4654 border-top-color: #46b8da !important;
4172 border-right-color: #2f96b4 !important; 4655 border-bottom-color: #46b8da !important;
4173 border-top-color: #2f96b4 !important;
4174 border-bottom-color: #1f6377 !important;
4175 } 4656 }
4176 .jqx-info:hover, 4657 .jqx-info:hover,
4177 .jqx-info:focus, 4658 .jqx-info:focus,
4178 .jqx-info:active, 4659 .jqx-info:active,
4179 .jqx-info.active, 4660 .jqx-info.active,
4180 .jqx-info.disabled, 4661 .jqx-info.disabled,
4181 .jqx-info[disabled] { 4662 .jqx-info[disabled] {
4182 color: #ffffff !important; 4663 color: #ffffff !important;
4183 background-color: #2f96b4 !important; 4664 background-color: #31b0d5 !important;
4184 *background-color: #2a85a0 !important; 4665 *background-color: #31b0d5 !important;
4666 border-color: #269abc !important;
4185 } 4667 }
4186 4668
4187 .jqx-fill-state-pressed.jqx-info, 4669 .jqx-fill-state-pressed.jqx-info,
4188 .jqx-info:active, 4670 .jqx-info:active,
4189 .jqx-info.active { 4671 .jqx-info.active {
4190 background-color: #24748c \9 !important; 4672 background-color: #269abc \9 !important;
4191 background-image: linear-gradient(to bottom, #5bc0de, #24748c) !important;
4192 } 4673 }
4193 .jqx-notification-warning, .jqx-warning 4674 .jqx-notification-warning, .jqx-warning
4194 { 4675 {
4195 color: #ffffff !important; 4676 color: #ffffff !important;
4196 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4677 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4197 background-color: #faa732 !important; 4678 background-color: #f0ad4e !important;
4198 *background-color: #f89406 !important; 4679 *background-color: #f0ad4e !important;
4199 background-repeat: repeat-x !important; 4680 border-left-color: #eea236 !important;
4200 background-image: linear-gradient(to bottom, #fbb450, #f89406) !important; 4681 border-right-color: #eea236 !important;
4201 border-left-color: #f89406 !important; 4682 border-top-color: #eea236 !important;
4202 border-right-color: #f89406 !important; 4683 border-bottom-color: #eea236 !important;
4203 border-top-color: #f89406 !important;
4204 border-bottom-color: #ad6704 !important;
4205 } 4684 }
4206 .jqx-warning:hover, 4685 .jqx-warning:hover,
4207 .jqx-warning:focus, 4686 .jqx-warning:focus,
4208 .jqx-warning:active, 4687 .jqx-warning:active,
4209 .jqx-warning.active, 4688 .jqx-warning.active,
4210 .jqx-warning.disabled, 4689 .jqx-warning.disabled,
4211 .jqx-warning[disabled] { 4690 .jqx-warning[disabled] {
4212 color: #ffffff !important; 4691 color: #ffffff !important;
4213 background-color: #f89406 !important; 4692 background-color: #ec971f !important;
4214 *background-color: #df8505 !important; 4693 *background-color: #ec971f !important;
4694 border-color: #d58512 !important;
4215 } 4695 }
4216 4696
4217 .jqx-fill-state-pressed.jqx-warning, 4697 .jqx-fill-state-pressed.jqx-warning,
4218 .jqx-warning:active, 4698 .jqx-warning:active,
4219 .jqx-warning.active { 4699 .jqx-warning.active {
4220 background-color: #c67605 \9 !important; 4700 background-color: #d58512 \9 !important;
4221 background-image: linear-gradient(to bottom, #fbb450, #c67605) !important; 4701 border-color: #985f0d !important;
4222 } 4702 }
4223 .jqx-notification-success, .jqx-success 4703 .jqx-notification-success, .jqx-success
4224 { 4704 {
4225 color: #ffffff !important; 4705 color: #ffffff !important;
4226 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4706 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4227 background-color: #5bb75b !important; 4707 background-color: #5cb85c !important;
4228 *background-color: #51a351 !important; 4708 *background-color: #5cb85c !important;
4229 background-repeat: repeat-x !important; 4709 border-left-color: #4cae4c !important;
4230 background-image: linear-gradient(to bottom, #62c462, #51a351) !important; 4710 border-right-color: #4cae4c !important;
4231 border-left-color: #51a351 !important; 4711 border-top-color: #4cae4c !important;
4232 border-right-color: #51a351 !important; 4712 border-bottom-color: #4cae4c !important;
4233 border-top-color: #51a351 !important;
4234 border-bottom-color: #387038 !important;
4235 } 4713 }
4236 .jqx-success:hover, 4714 .jqx-success:hover,
4237 .jqx-success:focus, 4715 .jqx-success:focus,
4238 .jqx-success:active, 4716 .jqx-success:active,
4239 .jqx-success.active, 4717 .jqx-success.active,
4240 .jqx-success.disabled, 4718 .jqx-success.disabled,
4241 .jqx-success[disabled] { 4719 .jqx-success[disabled] {
4242 color: #ffffff !important; 4720 color: #ffffff !important;
4243 background-color: #51a351 !important; 4721 background-color: #449d44 !important;
4244 *background-color: #499249 !important; 4722 *background-color: #449d44 !important;
4723 border-color: #398439 !important;
4245 } 4724 }
4246 .jqx-fill-state-pressed.jqx-success, 4725 .jqx-fill-state-pressed.jqx-success,
4247 .jqx-success:active, 4726 .jqx-success:active,
4248 .jqx-success.active { 4727 .jqx-success.active {
4249 background-color: #408140 !important; 4728 background-color: #398439 !important;
4250 background-image: linear-gradient(to bottom, #62c462, #408140) !important; 4729 border-color: #255625 !important;
4251 } 4730 }
4252 .jqx-notification-error, .jqx-danger 4731 .jqx-notification-error, .jqx-danger
4253 { 4732 {
4254 color: #ffffff !important; 4733 color: #ffffff !important;
4255 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4734 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4256 background-color: #da4f49 !important; 4735 background-color: #d9534f !important;
4257 *background-color: #bd362f !important; 4736 *background-color: #d9534f !important;
4258 background-repeat: repeat-x !important; 4737 border-left-color: #d43f3a !important;
4259 background-image: linear-gradient(to bottom, #ee5f5b, #bd362f) !important; 4738 border-right-color: #d43f3a !important;
4260 border-left-color: #bd362f !important; 4739 border-top-color: #d43f3a !important;
4261 border-right-color: #bd362f !important; 4740 border-bottom-color: #d43f3a !important;
4262 border-top-color: #bd362f !important;
4263 border-bottom-color: #802420 !important;
4264 } 4741 }
4265 .jqx-danger:hover, 4742 .jqx-danger:hover,
4266 .jqx-danger:focus, 4743 .jqx-danger:focus,
4267 .jqx-danger:active, 4744 .jqx-danger:active,
4268 .jqx-danger.active, 4745 .jqx-danger.active,
4269 .jqx-danger.disabled, 4746 .jqx-danger.disabled,
4270 .jqx-danger[disabled] { 4747 .jqx-danger[disabled] {
4271 color: #ffffff !important; 4748 color: #ffffff !important;
4272 background-color: #bd362f !important; 4749 background-color: #c9302c !important;
4273 *background-color: #a9302a !important; 4750 *background-color: #c9302c !important;
4751 border-color: #ac2925 !important;
4274 } 4752 }
4275 4753
4276 .jqx-fill-state-pressed.jqx-danger, .jqx-danger:active, 4754 .jqx-fill-state-pressed.jqx-danger, .jqx-danger:active,
4277 .jqx-danger.active { 4755 .jqx-danger.active {
4278 background-color: #942a25 !important; 4756 background-color: #ac2925 !important;
4279 background-image: linear-gradient(to bottom, #ee5f5b, #942a25) !important; 4757 border-color: #761c19 !important;
4280 } 4758 }
4281 .jqx-notification-mail, .jqx-primary 4759 .jqx-notification-mail, .jqx-primary
4282 { 4760 {
4283 color: #ffffff !important; 4761 color: #ffffff !important;
4284 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4762 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4285 background-color: #006dcc !important; 4763 background-color: #337ab7 !important;
4286 *background-color: #0044cc !important; 4764 *background-color: #337ab7 !important;
4287 background-repeat: repeat-x !important; 4765 border-left-color: #2e6da4 !important;
4288 background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important; 4766 border-right-color: #2e6da4 !important;
4289 border-left-color: #0044cc !important; 4767 border-top-color: #2e6da4 !important;
4290 border-right-color: #0044cc !important; 4768 border-bottom-color: #2e6da4 !important;
4291 border-top-color: #0044cc !important;
4292 border-bottom-color: #002a80 !important;
4293 } 4769 }
4294 .jqx-primary:hover, 4770 .jqx-primary:hover,
4295 .jqx-primary:focus, 4771 .jqx-primary:focus,
4296 .jqx-primary:active, 4772 .jqx-primary:active,
4297 .jqx-primary.active, 4773 .jqx-primary.active,
4298 .jqx-primary.disabled, 4774 .jqx-primary.disabled,
4299 .jqx-primary[disabled] { 4775 .jqx-primary[disabled] {
4300 color: #ffffff !important; 4776 color: #ffffff !important;
4301 background-color: #0044cc !important; 4777 background-color: #286090 !important;
4302 *background-color: #003bb3 !important; 4778 *background-color: #286090 !important;
4303 } 4779 }
4304 4780
4305 .jqx-fill-state-pressed.jqx-primary, 4781 .jqx-fill-state-pressed.jqx-primary,
4306 .jqx-primary:active, 4782 .jqx-primary:active,
4307 .jqx-primary.active { 4783 .jqx-primary.active {
4308 background-color: #003399 !important; 4784 background-color: #204d74 !important;
4309 background-image: linear-gradient(to bottom, #0088cc, #003399) !important;
4310 } 4785 }
4311 .jqx-notification-time, .jqx-inverse 4786 .jqx-notification-time, .jqx-inverse
4312 { 4787 {
4313 color: #ffffff !important; 4788 color: #ffffff !important;
4314 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important; 4789 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
4315 background-color: #363636 !important; 4790 background-color: #363636 !important;
4316 *background-color: #222222 !important; 4791 *background-color: #222222 !important;
4317 background-repeat: repeat-x !important;
4318 background-image: linear-gradient(to bottom, #444444, #222222) !important;
4319 border-left-color: #222222 !important; 4792 border-left-color: #222222 !important;
4320 border-right-color: #222222 !important; 4793 border-right-color: #222222 !important;
4321 border-top-color: #222222 !important; 4794 border-top-color: #222222 !important;
4322 border-bottom-color: #000000 !important; 4795 border-bottom-color: #000000 !important;
4323 } 4796 }
4334 4807
4335 .jqx-fill-state-pressed.jqx-inverse, 4808 .jqx-fill-state-pressed.jqx-inverse,
4336 .jqx-inverse:active, 4809 .jqx-inverse:active,
4337 .jqx-inverse.active { 4810 .jqx-inverse.active {
4338 background-color: #080808 !important; 4811 background-color: #080808 !important;
4339 background-image: linear-gradient(to bottom, #444444, #080808) !important; 4812 background-image: linear-gradient(to bottom, #444444, #444444) !important;
4340 } 4813 }
4341 .jqx-link, 4814 .jqx-link,
4342 .jqx-link:active, 4815 .jqx-link:active,
4343 .jqx-link[disabled] { 4816 .jqx-link[disabled] {
4344 background-color: transparent !important; 4817 background-color: transparent !important;
4482 max-width: 100%; 4955 max-width: 100%;
4483 overflow: visible; 4956 overflow: visible;
4484 } 4957 }
4485 .jqx-navbar-block { 4958 .jqx-navbar-block {
4486 margin: 0; 4959 margin: 0;
4960 overflow:hidden;
4487 padding: 0px 12px; 4961 padding: 0px 12px;
4488 border-width:0px; 4962 border-width:0px;
4489 float: left; 4963 float: left;
4490 min-height: 1px; 4964 min-height: 1px;
4491 -webkit-box-sizing: border-box; 4965 -webkit-box-sizing: border-box;
4756 display: none; 5230 display: none;
4757 box-sizing: border-box; 5231 box-sizing: border-box;
4758 cursor: pointer; 5232 cursor: pointer;
4759 background-repeat: no-repeat !important; 5233 background-repeat: no-repeat !important;
4760 background-position: center !important; 5234 background-position: center !important;
4761 z-index: 1000; 5235 z-index: 0;
4762 } 5236 }
4763 .jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom 5237 .jqx-ribbon-scrollbutton-top, .jqx-ribbon-scrollbutton-bottom
4764 { 5238 {
4765 width: 17px; 5239 width: 17px;
4766 } 5240 }
4848 background-position: center; 5322 background-position: center;
4849 } 5323 }
4850 .jqx-ribbon-selection-token 5324 .jqx-ribbon-selection-token
4851 { 5325 {
4852 position: absolute; 5326 position: absolute;
4853 z-index: 1000; 5327 z-index: 0;
4854 } 5328 }
4855 .jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom 5329 .jqx-ribbon-selection-token-top, .jqx-ribbon-selection-token-bottom
4856 { 5330 {
4857 height: 1px; 5331 height: 1px;
4858 } 5332 }
5188 .jqx-file-upload-loading-element 5662 .jqx-file-upload-loading-element
5189 { 5663 {
5190 background-image: url('images/loader-small.gif'); 5664 background-image: url('images/loader-small.gif');
5191 background-repeat: no-repeat; 5665 background-repeat: no-repeat;
5192 } 5666 }
5193 .jqx-scheduler .jqx-cell { 5667
5194 padding: 0px !important; 5668 .jqx-date-time-input-popup .jqx-icon {
5195 } 5669 margin-top:0px;
5196 .jqx-scheduler-month-cell { 5670 }
5197 background: #f2f2f2; 5671
5198 opacity: 0.8; 5672
5673 .jqx-text-area-element
5674 {
5675 height: 100%;
5676 width: 100%;
5677 overflow: hidden;
5678 border: none;
5679 outline: none;
5680 left: 0px;
5681 top: 0px;
5682 margin: 0px;
5683 position: absolute;
5684 resize: none;
5685 }
5686 .jqx-text-area-element-rtl
5687 {
5688 direction: rtl !important;
5689 }
5690 .jqx-responsive-panel
5691 {
5692 overflow: auto;
5693 }
5694 .jqx-responsive-panel, .jqx-responsive-panel-button
5695 {
5696 border-width: 1px;
5697 border-style: solid;
5698 }
5699 .jqx-responsive-panel-button
5700 {
5701 display: none;
5702 cursor: pointer;
5703 }
5704 .jqx-responsive-panel-button-inner
5705 {
5706 margin: 0;
5707 width: 100%;
5708 height: 100%;
5709 background-position: center;
5710 }
5711 .jqx-loader
5712 {
5713 margin: auto;
5714 position: absolute;
5715 top: 0;
5716 left: 0;
5717 bottom: 0;
5718 right: 0;
5719 background-color: rgba(255,255,255,0.5);
5720 z-index: 999;
5721 border-style: solid;
5722 border-width: 1px;
5723 }
5724 .jqx-loader-ie-transparency
5725 {
5726 background: transparent;
5727 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff)"; /*For IE 8*/
5728 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff, endColorstr=#7fffffff); /*For IE 7*/
5729 }
5730 .jqx-loader-modal
5731 {
5732 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
5733 filter: alpha(opacity=50);
5734 position: fixed;
5735 height: 100%;
5736 width: 100%;
5737 z-index: 99;
5738 cursor: default;
5739 top: 0;
5740 left: 0;
5741 background-color: black;
5742 opacity: 0.6;
5743 }
5744 .jqx-loader-icon
5745 {
5746 background-image: url("images/loader.gif");
5747 background-repeat: no-repeat;
5748 background-position: center;
5749 width: 100%;
5750 height: 100%;
5751 position: absolute;
5752 z-index: 999;
5753 }
5754 .jqx-loader-text
5755 {
5756 z-index: 999;
5757 position: relative;
5758 }
5759 .jqx-loader-text-left
5760 {
5761 margin-left: 5px;
5762 position: absolute;
5763 top: 50%;
5764 }
5765 .jqx-loader-text-right
5766 {
5767 margin-right: 5px;
5768 position: absolute;
5769 top: 50%;
5770 right: 0px;
5771 }
5772 .jqx-loader-text-top
5773 {
5774 text-align: center;
5775 margin-top: 5px;
5776 }
5777 .jqx-loader-text-bottom
5778 {
5779 bottom: 0px;
5780 position: absolute;
5781 text-align: center;
5782 margin: 0 auto;
5783 width: 100%;
5784 margin-bottom: 5px;
5785 }
5786 .jqx-loader-rtl
5787 {
5788 direction: rtl;
5789 }
5790 /* jqxLayout and jqxDockingLayout */
5791 .jqx-layout, .jqx-layout-group-root, .jqx-layout-pseudo-window-header, .jqx-docking-layout-overlay-inner-square-content
5792 {
5793 position: relative;
5794 }
5795 .jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background, .jqx-layout-resize-feedback, .jqx-layout-overlay, .jqx-docking-layout-overlay, .jqx-docking-layout-overlay-highlight-right, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-drop-overlay
5796 {
5797 position: absolute;
5798 }
5799 .jqx-layout
5800 {
5801 background-color: #c5c5c5;
5802 }
5803 .jqx-layout-group-root, .jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon, .jqx-layout-overlay
5804 {
5805 width: 100%;
5806 height: 100%;
5807 }
5808 .jqx-layout-group-default-horizontal > div, .jqx-layout-pseudo-window-title-ltr, .jqx-docking-layout-overlay-square, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-square-edge-arrow-container-horizontal
5809 {
5810 float: left;
5811 }
5812 .jqx-layout-group-tabbed
5813 {
5814 position: static;
5815 box-sizing: border-box;
5816 min-height: 0 !important;
5817 }
5818 .jqx-layout-group-tabbed .jqx-window-content, .jqx-docking-layout-group-floating .jqx-window-content
5819 {
5820 padding: 0;
5821 }
5822 .jqx-layout-group-tabbed .jqx-ribbon-content-section, .jqx-layout-window, .jqx-docking-layout-group-floating .jqx-ribbon-content-section
5823 {
5824 border: none;
5825 }
5826 .jqx-layout-window
5827 {
5828 position: static;
5829 }
5830 .jqx-layout-group-auto-hide-content-vertical, .jqx-layout-group-auto-hide-content-horizontal
5831 {
5832 overflow: auto;
5833 }
5834 .jqx-layout-group-auto-hide-content-vertical
5835 {
5836 width: 150px;
5837 }
5838 .jqx-layout-group-auto-hide-content-horizontal
5839 {
5840 width: 100%;
5841 height: 150px;
5842 }
5843 .jqx-layout-pseudo-window
5844 {
5845 border-width: 1px;
5846 border-style: solid;
5847 box-sizing: border-box;
5848 box-shadow: none !important;
5849 }
5850 .jqx-layout-pseudo-window-header, .jqx-layout-pseudo-window-content
5851 {
5852 width: 100%;
5853 box-sizing: border-box;
5854 }
5855 .jqx-layout-pseudo-window-header
5856 {
5857 height: 30px;
5858 }
5859 .jqx-layout-pseudo-window-pin-background, .jqx-layout-pseudo-window-close-background
5860 {
5861 width: 16px;
5862 height: 16px;
5863 top: 5px;
5864 }
5865 .jqx-layout-pseudo-window-pin-background-ltr
5866 {
5867 right: 15px;
5868 }
5869 .jqx-layout-pseudo-window-close-background-ltr
5870 {
5871 right: 0;
5872 }
5873 .jqx-layout-pseudo-window-pin-background-rtl
5874 {
5875 left: 15px;
5876 }
5877 .jqx-layout-pseudo-window-close-background-rtl
5878 {
5879 left: 0;
5880 }
5881 .jqx-layout-pseudo-window-pin-icon, .jqx-layout-pseudo-window-pinned-icon, .jqx-layout-pseudo-window-close-icon
5882 {
5883 cursor: pointer;
5884 }
5885 .jqx-layout-pseudo-window-title
5886 {
5887 white-space: nowrap;
5888 overflow: hidden;
5889 text-overflow: ellipsis;
5890 }
5891 .jqx-layout-pseudo-window-pin-icon
5892 {
5893 background-image: url("images/pin.png");
5894 }
5895 .jqx-layout-pseudo-window-pinned-icon
5896 {
5897 background-image: url("images/pinned.png");
5898 }
5899 .jqx-layout-pseudo-window-title-rtl
5900 {
5901 float: right;
5902 }
5903 .jqx-layout-resize-feedback
5904 {
5905 z-index: 9999;
5906 top: 0;
5907 left: 0;
5908 border-width: 1px;
5909 border-style: solid;
5910 box-sizing: border-box;
5911 opacity: 0.6;
5912 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
5913 *filter: alpha(opacity=60);
5914 display: none;
5915 }
5916 .jqx-layout-resize-feedback-horizontal
5917 {
5918 width: 100%;
5919 height: 4px;
5920 cursor: row-resize;
5921 }
5922 .jqx-layout-resize-feedback-vertical
5923 {
5924 width: 4px;
5925 height: 100%;
5926 cursor: col-resize;
5927 }
5928 .jqx-layout-resize-feedback-warning
5929 {
5930 border-color: #800000 !important;
5931 background-color: Red !important;
5932 }
5933 .jqx-layout-overlay
5934 {
5935 top: 0;
5936 left: 0;
5937 display: none;
5938 background-color: transparent;
5939 z-index: 8999;
5940 }
5941 .jqx-layout-ribbon-header-ltr
5942 {
5943 padding-left: 20px;
5944 }
5945 .jqx-layout-ribbon-header-rtl
5946 {
5947 padding-right: 20px;
5948 }
5949
5950 /* jqxDockingLayout-specific */
5951 .jqx-docking-layout-group-floating
5952 {
5953 border-color: #FFD280 !important;
5954 }
5955 .jqx-docking-layout-group-floating .jqx-window-header
5956 {
5957 border-color: #FFD280;
5958 background-color: #FFD280 !important;
5959 background: -webkit-linear-gradient(#FFE4B5, #FFD280) !important;
5960 background: -o-linear-gradient(#FFE4B5, #FFD280) !important;
5961 background: -moz-linear-gradient(#FFE4B5, #FFD280) !important;
5962 background: linear-gradient(#FFE4B5, #FFD280 ) !important;
5963 }
5964 .jqx-docking-layout-overlay, .jqx-docking-layout-overlay-square-edge {
5965 z-index: 99999;
5966 opacity: 0.9;
5967 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
5968 *filter: alpha(opacity=90);
5969 }
5970 .jqx-docking-layout-overlay-square-edge {
5971 display: none;
5972 }
5973 .jqx-docking-layout-overlay
5974 {
5975 width: 100px;
5976 height: 100px;
5977 left: 100px;
5978 top: 70px;
5979 }
5980 .jqx-docking-layout-overlay-section
5981 {
5982 height: 33px;
5983 width: 100px;
5984 }
5985 .jqx-docking-layout-overlay-square
5986 {
5987 width: 26px;
5988 height: 26px;
5989 padding: 3px;
5990 }
5991 .jqx-docking-layout-overlay-square-invisible
5992 {
5993 background-color: transparent !important;
5994 background-image: none !important;
5995 }
5996 .jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-highlight-bottom
5997 {
5998 border-top-width: 1px;
5999 border-top-style: solid;
6000 }
6001 .jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-right
6002 {
6003 border-left-width: 1px;
6004 border-left-style: solid;
6005 }
6006 .jqx-docking-layout-overlay-square-top, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-highlight-left
6007 {
6008 border-right-width: 1px;
6009 border-right-style: solid;
6010 }
6011 .jqx-docking-layout-overlay-square-left, .jqx-docking-layout-overlay-square-center, .jqx-docking-layout-overlay-square-right, .jqx-docking-layout-overlay-square-bottom, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-highlight-top
6012 {
5199 border-bottom-width: 1px; 6013 border-bottom-width: 1px;
5200 border-bottom-style: solid; 6014 border-bottom-style: solid;
5201 border-bottom-color: inherit; 6015 }
5202 vertical-align: top; 6016 .jqx-docking-layout-overlay-square-center
5203 text-align: left; 6017 {
5204 } 6018 border-color: transparent !important;
5205 .jqx-scheduler-month-cell-popup { 6019 }
5206 border: 1px solid #333; 6020 .jqx-docking-layout-overlay-inner-square, .jqx-docking-layout-overlay-inner-square-header, .jqx-docking-layout-overlay-inner-square-content, .jqx-docking-layout-overlay-highlight-top, .jqx-docking-layout-overlay-highlight-bottom, .jqx-docking-layout-overlay-mini-window-edge-vertical
5207 background: #f2f2f2; 6021 {
5208 box-shadow: 0 5px 0px rgba(0,0,0,.15)!important; 6022 width: 24px;
5209 } 6023 }
5210 .jqx-scheduler-other-month-cell 6024 .jqx-docking-layout-overlay-inner-square
5211 { 6025 {
5212 color: #555; 6026 border-width: 1px;
5213 } 6027 border-style: solid;
5214 6028 height: 24px;
5215 .jqx-scheduler-time-column { 6029 }
5216 background-image: none !important; 6030 .jqx-docking-layout-overlay-inner-square-header
5217 background: #e8e8e8 !important; 6031 {
6032 height: 5px;
6033 }
6034 .jqx-docking-layout-overlay-inner-square-content
6035 {
6036 height: 18px;
6037 }
6038 .jqx-docking-layout-overlay-highlight
6039 {
6040 }
6041 .jqx-docking-layout-overlay-highlight-top
6042 {
6043 height: 9px;
6044 border-bottom-style: dashed;
6045 }
6046 .jqx-docking-layout-overlay-highlight-left, .jqx-docking-layout-overlay-highlight-right
6047 {
6048 width: 12px;
6049 height: 18px;
6050 }
6051 .jqx-docking-layout-overlay-highlight-left
6052 {
6053 border-right-style: dashed;
6054 }
6055 .jqx-docking-layout-overlay-highlight-right
6056 {
6057 right: 0;
6058 border-left-style: dashed;
6059 }
6060 .jqx-docking-layout-overlay-highlight-bottom
6061 {
6062 bottom: 0;
6063 height: 9px;
6064 border-top-style: dashed;
6065 }
6066 .jqx-docking-layout-drop-overlay {
6067 display: none;
6068 background-color: #6495ED;
6069 opacity: 0.5;
6070 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
6071 *filter: alpha(opacity=50);
6072 z-index: 10000;
6073 top: 0px;
6074 left: 0px;
6075 }
6076 .jqx-docking-layout-square-disabled
6077 {
6078 visibility: hidden;
6079 }
6080 .jqx-docking-layout-overlay-square-edge, .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-mini-window-edge-vertical
6081 {
6082 border-style: solid;
6083 border-width: 1px;
6084 }
6085 .jqx-docking-layout-overlay-inner-square-edge
6086 {
6087 width: 26px;
6088 height: 26px;
6089 }
6090 .jqx-docking-layout-overlay-mini-window-edge-horizontal
6091 {
6092 height: 24px;
6093 }
6094 .jqx-docking-layout-overlay-mini-window-edge-vertical
6095 {
6096 height: 13px;
6097 }
6098 .jqx-docking-layout-overlay-mini-window-edge-horizontal, .jqx-docking-layout-overlay-inner-square-header-horizontal, .jqx-docking-layout-overlay-inner-square-content-horizontal
6099 {
6100 width: 13px;
6101 }
6102 .jqx-docking-layout-overlay-inner-square-content-vertical
6103 {
6104 height: 7px;
6105 }
6106 .jqx-docking-layout-overlay-square-edge-arrow
6107 {
6108 border-style: solid;
6109 border-width: 5px;
6110 width: 0px;
6111 height: 0px;
6112 display: block;
6113 background: transparent !important;
6114 *filter: inherit;
6115 }
6116 .jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top
6117 {
6118 border-top-color: transparent !important;
6119 }
6120 .jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-bottom
6121 {
6122 border-bottom-color: transparent !important;
6123 }
6124 .jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom
6125 {
6126 border-left-color: transparent !important;
6127 }
6128 .jqx-docking-layout-overlay-square-edge-arrow-right, .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom
6129 {
6130 border-right-color: transparent !important;
6131 }
6132 .jqx-docking-layout-overlay-square-edge-arrow-left, .jqx-docking-layout-overlay-square-edge-arrow-right
6133 {
6134 margin-top: 8px;
6135 }
6136 .jqx-docking-layout-overlay-square-edge-arrow-top, .jqx-docking-layout-overlay-square-edge-arrow-bottom
6137 {
6138 margin-left: 8px;
6139 }
6140
6141 .jqx-tag-cloud ul {
6142 padding-left: 5px;
6143 }
6144
6145 .jqx-tag-cloud-item{
6146 padding: 3px;
6147 display:inline-block;
6148 }
6149
6150 .jqx-tag-cloud-item a {
6151 text-decoration: initial;
6152 }
6153
6154 .jqx-tag-cloud-item a:hover {
6155 text-decoration: underline;
6156 }
6157 .jqx-popover {
6158 position: absolute;
6159 top: 0;
6160 left: 0;
6161 z-index: 9999;
6162 background-color: #ffffff;
6163 border: 1px solid #aaa;
6164 border: 1px solid rgba(0, 0, 0, 0.3);
6165 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
6166 }
6167 .jqx-popover-modal-background
6168 {
6169 position:fixed;
6170 left:0px;
6171 top:0px;
6172 width:100%;
6173 height:100%;
6174 z-index:999;
6175 /* Fallback for web browsers that don't support RGBa */
6176 background-color: rgb(0, 0, 0);
6177 /* RGBa with 0.6 opacity */
6178 background-color: rgba(0, 0, 0, 0.6);
6179 /* For IE 5.5 - 7*/
6180 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
6181 /* For IE 8*/
6182 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
6183 }
6184 .jqx-popover-close-button {
6185 width:16px;
6186 height:16px;
6187 float:right;
6188 }
6189 .jqx-popover-close-button-rtl {
6190 float:left;
6191 }
6192 .jqx-popover.top {
6193 margin-top: -10px;
6194 }
6195
6196 .jqx-popover.right {
6197 margin-left: 10px;
6198 }
6199
6200 .jqx-popover.bottom {
6201 margin-top: 10px;
6202 }
6203
6204 .jqx-popover.left {
6205 margin-left: -10px;
6206 }
6207
6208 .jqx-popover-title {
6209 padding: 8px 14px;
6210 margin: 0;
6211 border-bottom: 1px solid inherit;
6212 -webkit-border-radius: 3px 3px 0 0;
6213 -moz-border-radius: 3px 3px 0 0;
6214 border-radius: 3px 3px 0 0;
6215 }
6216
6217 .jqx-popover-title:empty {
6218 display: none;
6219 }
6220
6221 .jqx-popover-content {
6222 padding: 9px 14px;
6223 }
6224
6225 .jqx-popover .jqx-popover-arrow,
6226 .jqx-popover .jqx-popover-arrow:after {
6227 position: absolute;
6228 display: block;
6229 width: 0;
6230 height: 0;
6231 border-color: transparent;
6232 border-style: solid;
6233 }
6234
6235 .jqx-popover .jqx-popover-arrow {
6236 border-width: 11px;
6237 }
6238
6239 .jqx-popover .jqx-popover-arrow:after {
6240 border-width: 10px;
6241 content: "";
6242 }
6243
6244 .jqx-popover.top .jqx-popover-arrow {
6245 bottom: -11px;
6246 left: 50%;
6247 margin-left: -11px;
6248 border-top-color: inherit;
6249 border-bottom-width: 0;
6250 }
6251
6252 .jqx-popover.top .jqx-popover-arrow:after {
6253 bottom: 1px;
6254 margin-left: -10px;
6255 border-top-color: #ffffff;
6256 border-bottom-width: 0;
6257 }
6258
6259 .jqx-popover.right .jqx-popover-arrow {
6260 top: 50%;
6261 left: -11px;
6262 margin-top: -11px;
6263 border-right-color: inherit;
6264 border-left-width: 0;
6265 }
6266
6267 .jqx-popover.right .jqx-popover-arrow:after {
6268 bottom: -10px;
6269 left: 1px;
6270 border-right-color: #ffffff;
6271 border-left-width: 0;
6272 }
6273
6274 .jqx-popover.bottom .jqx-popover-arrow {
6275 top: -11px;
6276 left: 50%;
6277 margin-left: -11px;
6278 border-bottom-color:inherit;
6279 border-top-width: 0;
6280 }
6281
6282 .jqx-popover.bottom .jqx-popover-arrow:after {
6283 top: 1px;
6284 margin-left: -10px;
6285 border-bottom-color: #ffffff;
6286 border-top-width: 0;
6287 }
6288
6289 .jqx-popover.left .jqx-popover-arrow {
6290 top: 50%;
6291 right: -11px;
6292 margin-top: -11px;
6293 border-right-width: 0; border-left-color: inherit;
6294 }
6295
6296 .jqx-popover.left .jqx-popover-arrow:after {
6297 right: 1px;
6298 bottom: -10px;
6299 border-left-color: #ffffff;
6300 border-right-width: 0;
6301 }
6302
6303
6304 .jqx-kanban-full-frame {
6305 width: 100vw;
6306 height: 100vh;
6307 }
6308
6309 .jqx-kanban-in-frame {
6310 width: 100%;
6311 height: 100%;
6312 box-sizing: border-box;
6313 }
6314
6315 .jqx-kanban-rtl {
6316 direction: rtl;
6317 text-align: right;
6318 }
6319
6320 .jqx-kanban-column {
6321 box-sizing: border-box;
6322 border-style: solid;
6323 border-width: 1px 1px 1px 0px;
6324 float: left;
6325 }
6326
6327 .jqx-kanban-column-collapsed {
6328 width: 50px;
6329 }
6330
6331 .jqx-kanban-column-first {
6332 border-width: 1px;
6333 }
6334
6335 .jqx-kanban-column:first-of-type {
6336 border-width: 1px 1px 1px 1px;
6337 }
6338
6339 .jqx-kanban-column-selected {
6340 /* background-color: blue;*/
6341 }
6342
6343 .jqx-kanban-column-header-collapsed { /*vertical column invisible*/
6344 display: none;
6345 box-sizing: border-box;
6346 height: 0px;
6347 width: 0px;
6348 position: relative;
6349 cursor: pointer;
6350 }
6351
6352 .jqx-kanban-column-header-collapsed-show { /*vertical column visible*/
6353 display: block !important;
6354 height: 100%;
6355 box-sizing: border-box;
6356 width: 100%;
6357 position: relative;
6358 cursor: pointer;
6359 }
6360
6361 .jqx-kanban-column-vertical-container {
6362 padding-top: 0px;
6363 padding-left: 0px;
6364 transform: rotate(-90deg);
6365 -webkit-transform: rotate(-90deg);
6366 -moz-transform: rotate(-90deg);
6367 -o-transform: rotate(-90deg);
6368 -ms-transform: rotate(-90deg);
6369 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
6370 white-space: nowrap;
6371 }
6372
6373 .jqx-kanban-column-vertical-container-inverse {
6374 padding-top: 0px;
6375 padding-left: 20px;
6376 transform: rotate(90deg);
6377 -webkit-transform: rotate(90deg);
6378 -moz-transform: rotate(90deg);
6379 -o-transform: rotate(90deg);
6380 white-space: nowrap;
6381 }
6382 .jqx-kanban-column-vertical-container .jqx-kanban-column-header-title, .jqx-kanban-column-vertical-container .jqx-kanban-column-header-status{
6383 position:relative;
6384 }
6385
6386 .jqx-kanban-column-hide { /*colapsed*/
6387 display: none !important;
6388 }
6389
6390 .jqx-kanban-column-header {
6391 border-width: 1px;
6392 border-style: solid;
6393 margin: 1px;
6394 white-space: nowrap;
6395 padding-left: 5px;
6396 padding-right: 5px;
6397 cursor: pointer;
6398 overflow:hidden;
6399 position: relative;
6400 }
6401 .jqx-kanban-column-header-button {
6402 position: absolute;
6403 right: 0px;
6404 top: 50%;
6405 margin-top: -8px;
6406 width:16px;
6407 height:16px;
6408 }
6409 .jqx-kanban-column-header .jqx-window-collapse-button {
6410 margin-top:1px !important;
6411 }
6412 .jqx-kanban-column-header-custom-button {
6413 position: absolute;
6414 right: 20px;
6415 top: 50%;
6416 margin-top: -8px;
6417 width:16px;
6418 height:16px;
6419 }
6420 .jqx-kanban-column-header-custom-button-rtl {
6421 left: 20px;
6422 }
6423 .jqx-kanban-column-header-button-rtl {
6424 left: 0px;
6425 }
6426 .jqx-kanban-column-header-collapsed .jqx-kanban-column-header-button {
6427 top: 100%;
6428 right: 50%;
6429 margin-top: -21px;
6430 left: 50%;
6431 margin-left:-8px;
6432 }
6433 .jqx-kanban-column-header-collapsed .jqx-kanban-column-header-custom-button {
6434 top: 100%;
6435 right: 50%;
6436 margin-top: -41px;
6437 left: 50%;
6438 margin-left:-8px;
6439 }
6440
6441 .jqx-kanban-column-container {
6442 margin: 1px;
6443 overflow-y: auto;
6444 }
6445
6446 .jqx-kanban-item-placeholder {
6447 height: 100px;
6448 border: gray dotted 1px;
6449 border-radius: 3px;
6450 margin: 5px;
6451 }
6452
6453 .jqx-kanban-column-vertical-container-inverse-ie8-fix {
6454 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
6455 }
6456
6457 .jqx-kanban-column-vertical-container-ie8-fix {
6458 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
6459 }
6460
6461 .jqx-kanban-item {
6462 margin: 2px;
6463 padding-top: 5px;
6464 padding-bottom: 5px;
6465 border-width: 1px;
6466 border-style: solid;
6467 border-color: inherit;
6468 position: relative;
6469 box-shadow: #ddd 2px 2px 3px;
6470 cursor: pointer;
6471 touch-action: none;
6472 -ms-touch-action: none;
6473 }
6474
6475 .jqx-kanban-item-selected {
6476 }
6477
6478 .jqx-kanban-item-color-status {
6479 background-color: #6bbd49;
6480 width: 3px;
6481 height: 100%;
6482 position: absolute;
6483 left: 0px;
6484 top: 0px;
6485 }
6486 .jqx-kanban-item-color-status-rtl {
6487 right:0px;
6488 left:100%;
6489 }
6490 .jqx-kanban-item-text {
6491 padding-left:6px;
6492 padding-right:23px;
6493 font-size: 14px;
6494 padding-bottom:5px;
6495 overflow:hidden;
6496 text-overflow: ellipsis;
6497 }
6498 .jqx-kanban-rtl .jqx-kanban-item-text {
6499 padding-right:6px;
6500 padding-left:23px;
6501 }
6502 .jqx-kanban-column-header-title {
6503 }
6504
6505 .jqx-kanban-column-header-status {
6506 }
6507
6508 .jqx-kanban-item-content {
6509
6510 }
6511
6512 .jqx-kanban-item-avatar {
6513 width: 22px;
6514 height: 22px;
6515 position: absolute;
6516 right: 3px;
6517 top: 3px;
6518 background: #eee;
6519 text-align: center;
6520 overflow: hidden;
6521 }
6522 .jqx-kanban-item-avatar-rtl {
6523 left: 3px;
6524 }
6525 .jqx-kanban-item-avatar-image {
6526 width: 20px;
6527 height: 20px;
6528 }
6529
6530 .jqx-kanban-item-avatar-image:hover {
6531 }
6532
6533 .jqx-kanban-item-footer {
6534 border-top: 1px solid transparent;
6535 border-color: inherit;
6536 overflow: hidden;
6537 padding-top: 5px;
6538 margin-top: 5px;
6539 padding-bottom:1px;
6540 padding-left:6px;
6541 padding-right:6px;
6542 }
6543
6544
6545 .jqx-kanban-item-keyword {
6546 float: left;
6547 margin:2px;
6548 overflow: hidden;
6549 text-overflow: ellipsis;
6550 border: 1px solid transparent;
6551 border-color:inherit;
6552 padding-left:2px;
6553 padding-right: 2px;
6554 cursor: pointer;
6555 }
6556
6557 .jqx-kanban-item-keyword-rtl {
6558 direction: rtl;
6559 text-align: right;
6560 float: right;
6561 }
6562
6563 .jqx-kanban-item-keyword:hover {
6564 }
6565
6566 .jqx-kanban-item-avatar {
6567 height: 20px;
6568 }
6569
6570 .jqx-kanban-handle {
6571 cursor: move;
6572 }
6573
6574 .jqx-kanban-clearing {
6575 clear: both;
6576 }
6577 .jqx-sortable {
6578 touch-action: none;
6579 -ms-touch-action: none;
6580 }
6581
6582 .jqx-bar-gauge-tooltip {
6583 position:absolute;
6584 left:20px;
6585 top:20px;
6586 display:none;
6587 padding: 6px 12px;
6588 border:black solid 1px;
6589 background-color: white;
6590 color: #333333;
6591 font-size: 11px;
6592 font-weight:100;
6593 font-family: Verdana;
6594 border:black solid 1px;
6595 border-radius:3px;
6596 opacity: 1;
6597 white-space: nowrap;
6598 z-index:5;
6599 }
6600
6601 .jqx-bar-gauge-measure-text {
6602 position: absolute;
6603 top: 0;
6604 right: 0;
6605 visibility: hidden;
6606 z-index:-99999;
6607 margin:0px;
6608 padding:0px;
6609 border-width:0px;
6610 }
6611 .jqx-scrollbar-mobile {
6612 background: transparent !important;
6613 }
6614 .jqx-scrollbar-mobile .jqx-scrollbar-state-normal {
6615 background: transparent !important;
6616 border-color: transparent !important;
6617 }
6618 .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal, .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal{
6619 background: #808080 ! important;
6620 border-color: #808080 !important;
6621 border-width: 1px;
6622 z-index:99999;
6623 border-radius: 0px !important;
6624 }
6625 .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
6626 width: 4px ! important;
6627 }
6628 .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal {
6629 height: 4px !important;
6630 }
6631
6632
6633 .jqx-primary .jqx-icon-arrow-down, .jqx-warning .jqx-icon-arrow-down, .jqx-danger .jqx-icon-arrow-down, .jqx-success .jqx-icon-arrow-down, .jqx-info .jqx-icon-arrow-down {
6634 background-image: url('images/icon-down-white.png');
6635 }
6636 .jqx-primary .jqx-icon-arrow-down-selected, .jqx-warning .jqx-icon-arrow-down-selected, .jqx-danger .jqx-icon-arrow-down-selected, .jqx-success .jqx-icon-arrow-down-selected, .jqx-info .jqx-icon-arrow-down-selected {
6637 background-image: url('images/icon-down-white.png');
6638 }
6639 .jqx-primary .jqx-icon-arrow-down-hover, .jqx-warning .jqx-icon-arrow-down-hover, .jqx-danger .jqx-icon-arrow-down-hover, .jqx-success .jqx-icon-arrow-down-hover, .jqx-info .jqx-icon-arrow-down-hover {
6640 background-image: url('images/icon-down-white.png');
6641 }
6642 .jqx-primary .jqx-icon-arrow-up, .jqx-warning .jqx-icon-arrow-up, .jqx-danger .jqx-icon-arrow-up, .jqx-success .jqx-icon-arrow-up, .jqx-info .jqx-icon-arrow-up {
6643 background-image: url('images/icon-up-white.png');
6644 }
6645 .jqx-primary .jqx-icon-arrow-up-selected, .jqx-warning .jqx-icon-arrow-up-selected, .jqx-danger .jqx-icon-arrow-up-selected, .jqx-success .jqx-icon-arrow-up-selected, .jqx-info .jqx-icon-arrow-up-selected {
6646 background-image: url('images/icon-up-white.png');
6647 }
6648 .jqx-primary .jqx-icon-arrow-up-hover, .jqx-warning .jqx-icon-arrow-up-hover, .jqx-danger .jqx-icon-arrow-up-hover, .jqx-success .jqx-icon-arrow-up-hover, .jqx-info .jqx-icon-arrow-up-hover {
6649 background-image: url('images/icon-up-white.png');
6650 }
6651
6652 .jqx-primary .jqx-icon-arrow-right, .jqx-warning .jqx-icon-arrow-right, .jqx-danger .jqx-icon-arrow-right, .jqx-success .jqx-icon-arrow-right, .jqx-info .jqx-icon-arrow-right {
6653 background-image: url('images/icon-right-white.png');
6654 }
6655 .jqx-primary .jqx-icon-arrow-right-selected, .jqx-warning .jqx-icon-arrow-right-selected, .jqx-danger .jqx-icon-arrow-right-selected, .jqx-success .jqx-icon-arrow-right-selected, .jqx-info .jqx-icon-arrow-right-selected {
6656 background-image: url('images/icon-right-white.png');
6657 }
6658 .jqx-primary .jqx-icon-arrow-right-hover, .jqx-warning .jqx-icon-arrow-right-hover, .jqx-danger .jqx-icon-arrow-right-hover, .jqx-success .jqx-icon-arrow-right-hover, .jqx-info .jqx-icon-arrow-right-hover {
6659 background-image: url('images/icon-right-white.png');
6660 }
6661 .jqx-primary .jqx-icon-arrow-left, .jqx-warning .jqx-icon-arrow-left, .jqx-danger .jqx-icon-arrow-left, .jqx-success .jqx-icon-arrow-left, .jqx-info .jqx-icon-arrow-left {
6662 background-image: url('images/icon-left-white.png');
6663 }
6664 .jqx-primary .jqx-icon-arrow-left-selected, .jqx-warning .jqx-icon-arrow-left-selected, .jqx-danger .jqx-icon-arrow-left-selected, .jqx-success .jqx-icon-arrow-left-selected, .jqx-info .jqx-icon-arrow-left-selected {
6665 background-image: url('images/icon-left-white.png');
6666 }
6667 .jqx-primary .jqx-icon-arrow-left-hover, .jqx-warning .jqx-icon-arrow-left-hover, .jqx-danger .jqx-icon-arrow-left-hover, .jqx-success .jqx-icon-arrow-left-hover, .jqx-info .jqx-icon-arrow-left-hover {
6668 background-image: url('images/icon-left-white.png');
6669 }
6670 .jqx-primary-item .jqx-listitem-state-hover, .jqx-primary-item .jqx-menu-item-hover, .jqx-primary-item .jqx-tree-item-hover, .jqx-primary-item .jqx-calendar-cell-hover, .jqx-primary-item .jqx-grid-cell-hover,
6671 .jqx-primary-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-primary-item .jqx-input-popup .jqx-fill-state-hover,
6672 .jqx-primary-item .jqx-input-popup .jqx-fill-state-pressed {
6673 background-color: #f5f5f5 !important;
5218 color: #333 !important; 6674 color: #333 !important;
5219 } 6675 text-shadow: none !important;
5220 .jqx-scheduler-appointment { 6676 border-color: #f5f5f5 !important;
5221 overflow: hidden; 6677 }
5222 border: 1px solid #555; 6678 .jqx-primary-item .jqx-listitem-state-selected, .jqx-primary-item .jqx-menu-item-selected, .jqx-primary-item .jqx-tree-item-selected, .jqx-primary-item .jqx-calendar-cell-selected, .jqx-primary-item .jqx-grid-cell-selected,
5223 white-space:pre-line; 6679 .jqx-primary-item .jqx-menu-vertical .jqx-primary-item .jqx-menu-item-top-selected, .jqx-primary-item .jqx-grid-selectionarea, .jqx-primary-item .jqx-input-button-header, .jqx-primary-item .jqx-input-button-innerHeader {
5224 cursor:pointer; 6680
5225 } 6681 background-color: #f5f5f5 !important;
5226 .jqx-scheduler-feedback-appointment { 6682 color: #333 !important;
5227 opacity: 0.8; 6683 text-shadow: none !important;
5228 position:absolute; 6684 border-color: #f5f5f5 !important;
5229 z-index:99999; 6685 }
5230 } 6686 .jqx-warning-item .jqx-listitem-state-hover, .jqx-warning-item .jqx-menu-item-hover, .jqx-warning-item .jqx-tree-item-hover, .jqx-warning-item .jqx-calendar-cell-hover, .jqx-warning-item .jqx-grid-cell-hover,
5231 .jqx-scheduler-selected-appointment { 6687 .jqx-warning-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-warning-item .jqx-input-popup .jqx-fill-state-hover,
5232 overflow: hidden; 6688 .jqx-warning-item .jqx-input-popup .jqx-fill-state-pressed {
5233 border: 1px solid #000; 6689 background-color: #f5f5f5 !important;
5234 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important; 6690 color: #333 !important;
5235 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important; 6691 text-shadow: none !important;
5236 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important; 6692 border-color: #f5f5f5 !important;
5237 white-space:pre-line; 6693 }
5238 } 6694 .jqx-warning-item .jqx-listitem-state-selected, .jqx-warning-item .jqx-menu-item-selected, .jqx-warning-item .jqx-tree-item-selected, .jqx-warning-item .jqx-calendar-cell-selected, .jqx-warning-item .jqx-grid-cell-selected,
5239 .jqx-scheduler-feedback-drag-appointment { 6695 .jqx-warning-item .jqx-menu-vertical .jqx-warning-item .jqx-menu-item-top-selected, .jqx-warning-item .jqx-grid-selectionarea, .jqx-warning-item .jqx-input-button-header, .jqx-warning-item .jqx-input-button-innerHeader {
5240 background: #aaa !important; 6696
5241 } 6697 background-color: #f5f5f5 !important;
6698 color: #333 !important;
6699 text-shadow: none !important;
6700 border-color: #f5f5f5 !important;
6701 }
6702 .jqx-danger-item .jqx-listitem-state-hover, .jqx-danger-item .jqx-menu-item-hover, .jqx-danger-item .jqx-tree-item-hover, .jqx-danger-item .jqx-calendar-cell-hover, .jqx-danger-item .jqx-grid-cell-hover,
6703 .jqx-danger-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-danger-item .jqx-input-popup .jqx-fill-state-hover,
6704 .jqx-danger-item .jqx-input-popup .jqx-fill-state-pressed {
6705 background-color: #f5f5f5 !important;
6706 color: #333 !important;
6707 text-shadow: none !important;
6708 border-color: #f5f5f5 !important;
6709 }
6710 .jqx-danger-item .jqx-listitem-state-selected, .jqx-danger-item .jqx-menu-item-selected, .jqx-danger-item .jqx-tree-item-selected, .jqx-danger-item .jqx-calendar-cell-selected, .jqx-danger-item .jqx-grid-cell-selected,
6711 .jqx-danger-item .jqx-menu-vertical .jqx-danger-item .jqx-menu-item-top-selected, .jqx-danger-item .jqx-grid-selectionarea, .jqx-danger-item .jqx-input-button-header, .jqx-danger-item .jqx-input-button-innerHeader {
6712
6713 background-color: #f5f5f5 !important;
6714 color: #333 !important;
6715 text-shadow: none !important;
6716 border-color: #f5f5f5 !important;
6717 }
6718 .jqx-success-item .jqx-listitem-state-hover, .jqx-success-item .jqx-menu-item-hover, .jqx-success-item .jqx-tree-item-hover, .jqx-success-item .jqx-calendar-cell-hover, .jqx-success-item .jqx-grid-cell-hover,
6719 .jqx-success-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-success-item .jqx-input-popup .jqx-fill-state-hover,
6720 .jqx-success-item .jqx-input-popup .jqx-fill-state-pressed {
6721 background-color: #f5f5f5 !important;
6722 color: #333 !important;
6723 text-shadow: none !important;
6724 border-color: #f5f5f5 !important;
6725 }
6726 .jqx-success-item .jqx-listitem-state-selected, .jqx-success-item .jqx-menu-item-selected, .jqx-success-item .jqx-tree-item-selected, .jqx-success-item .jqx-calendar-cell-selected, .jqx-success-item .jqx-grid-cell-selected,
6727 .jqx-success-item .jqx-menu-vertical .jqx-success-item .jqx-menu-item-top-selected, .jqx-success-item .jqx-grid-selectionarea, .jqx-success-item .jqx-input-button-header, .jqx-success-item .jqx-input-button-innerHeader {
6728
6729 background-color: #f5f5f5 !important;
6730 color: #333 !important;
6731 text-shadow: none !important;
6732 border-color: #f5f5f5 !important;
6733 }
6734 .jqx-info-item .jqx-listitem-state-hover, .jqx-info-item .jqx-menu-item-hover, .jqx-info-item .jqx-tree-item-hover, .jqx-info-item .jqx-calendar-cell-hover, .jqx-info-item .jqx-grid-cell-hover,
6735 .jqx-info-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-info-item .jqx-input-popup .jqx-fill-state-hover,
6736 .jqx-info-item .jqx-input-popup .jqx-fill-state-pressed {
6737 background-color: #f5f5f5 !important;
6738 color: #333 !important;
6739 text-shadow: none !important;
6740 border-color: #f5f5f5 !important;
6741 }
6742 .jqx-info-item .jqx-listitem-state-selected, .jqx-info-item .jqx-menu-item-selected, .jqx-info-item .jqx-tree-item-selected, .jqx-info-item .jqx-calendar-cell-selected, .jqx-info-item .jqx-grid-cell-selected,
6743 .jqx-info-item .jqx-menu-vertical .jqx-info-item .jqx-menu-item-top-selected, .jqx-info-item .jqx-grid-selectionarea, .jqx-info-item .jqx-input-button-header, .jqx-info-item .jqx-input-button-innerHeader {
6744
6745 background-color: #f5f5f5 !important;
6746 color: #333 !important;
6747 text-shadow: none !important;
6748 border-color: #f5f5f5 !important;
6749 }
6750 .jqx-inverse-item .jqx-listitem-state-hover, .jqx-inverse-item .jqx-menu-item-hover, .jqx-inverse-item .jqx-tree-item-hover, .jqx-inverse-item .jqx-calendar-cell-hover, .jqx-inverse-item .jqx-grid-cell-hover,
6751 .jqx-inverse-item .jqx-menu-vertical .jqx-menu-item-top-hover, .jqx-inverse-item .jqx-input-popup .jqx-fill-state-hover,
6752 .jqx-inverse-item .jqx-input-popup .jqx-fill-state-pressed {
6753 background-color: #f5f5f5 !important;
6754 color: #333 !important;
6755 text-shadow: none !important;
6756 border-color: #f5f5f5 !important;
6757 }
6758 .jqx-inverse-item .jqx-listitem-state-selected, .jqx-inverse-item .jqx-menu-item-selected, .jqx-inverse-item .jqx-tree-item-selected, .jqx-inverse-item .jqx-calendar-cell-selected, .jqx-inverse-item .jqx-grid-cell-selected,
6759 .jqx-inverse-item .jqx-menu-vertical .jqx-inverse-item .jqx-menu-item-top-selected, .jqx-inverse-item .jqx-grid-selectionarea, .jqx-inverse-item .jqx-input-button-header, .jqx-inverse-item .jqx-input-button-innerHeader {
6760
6761 background-color: #f5f5f5 !important;
6762 color: #333 !important;
6763 text-shadow: none !important;
6764 border-color: #f5f5f5 !important;
6765 }
6766 .jqx-element {
6767 overflow: hidden;
6768 border-style: solid;
6769 border-width: 1px;
6770 border-color: #c7c7c7;
6771 }
6772 .jqx-element-no-border {
6773 border-width:0px;
6774 }
6775 .jqx-element-container {
6776 border-width: 0px !important;
6777 }
6778 .jqx-resize-trigger, .jqx-resize-trigger-shrink {
6779 position: absolute;
6780 left: 0;
6781 top: 0;
6782 transition: 0s
6783 }
6784 .jqx-resize-trigger-shrink {
6785 width: 200%;
6786 height: 200%;
6787 }
6788 .jqx-resize-trigger-container {
6789 display: block;
6790 visibility:hidden;
6791 position: relative;
6792 top: -100%;
6793 left: 0;
6794 min-height:0.1px;
6795 height: 100%;
6796 width: 100%;
6797 overflow: hidden;
6798 pointer-events: none;
6799 z-index: -1;
6800 visibility:hidden;
6801 }

mercurial