Przeglądaj źródła

删除无用的CSS

d123 8 lat temu
rodzic
commit
79b891c4d9
25 zmienionych plików z 0 dodań i 5872 usunięć
  1. BIN
      CallCenterWeb.UI/css/plugins/chosen/chosen-sprite.png
  2. BIN
      CallCenterWeb.UI/css/plugins/chosen/chosen-sprite@2x.png
  3. 0 423
      CallCenterWeb.UI/css/plugins/chosen/chosen.css
  4. 0 168
      CallCenterWeb.UI/css/plugins/clockpicker/clockpicker.css
  5. 0 9
      CallCenterWeb.UI/css/plugins/cropper/cropper.min.css
  6. 0 155
      CallCenterWeb.UI/css/plugins/dropzone/basic.css
  7. 0 410
      CallCenterWeb.UI/css/plugins/dropzone/dropzone.css
  8. 0 589
      CallCenterWeb.UI/css/plugins/fullcalendar/fullcalendar.css
  9. 0 32
      CallCenterWeb.UI/css/plugins/fullcalendar/fullcalendar.print.css
  10. 0 59
      CallCenterWeb.UI/css/plugins/iCheck/custom.css
  11. BIN
      CallCenterWeb.UI/css/plugins/iCheck/green.png
  12. BIN
      CallCenterWeb.UI/css/plugins/iCheck/green@2x.png
  13. 0 126
      CallCenterWeb.UI/css/plugins/ionRangeSlider/ion.rangeSlider.css
  14. 0 89
      CallCenterWeb.UI/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css
  15. 0 851
      CallCenterWeb.UI/css/plugins/jqgrid/ui.jqgridffe4.css
  16. 0 2
      CallCenterWeb.UI/css/plugins/morris/morris-0.4.3.min.css
  17. 0 165
      CallCenterWeb.UI/css/plugins/nouslider/jquery.nouislider.css
  18. 0 1
      CallCenterWeb.UI/css/plugins/plyr/plyr.css
  19. 0 1
      CallCenterWeb.UI/css/plugins/plyr/sprite.svg
  20. 0 620
      CallCenterWeb.UI/css/plugins/simditor/simditor.css
  21. 0 380
      CallCenterWeb.UI/css/plugins/steps/jquery.steps.css
  22. 0 222
      CallCenterWeb.UI/css/plugins/toastr/toastr.min.css
  23. 0 409
      CallCenterWeb.UI/inde_7.html
  24. 0 673
      CallCenterWeb.UI/index_6.html
  25. 0 488
      CallCenterWeb.UI/index_v5.html

BIN
CallCenterWeb.UI/css/plugins/chosen/chosen-sprite.png


BIN
CallCenterWeb.UI/css/plugins/chosen/chosen-sprite@2x.png


+ 0 - 423
CallCenterWeb.UI/css/plugins/chosen/chosen.css

@@ -1,423 +0,0 @@
1
-/*!
2
-Chosen, a Select Box Enhancer for jQuery and Prototype
3
-by Patrick Filler for Harvest, http://getharvest.com
4
-
5
-Version 1.1.0
6
-Full source at https://github.com/harvesthq/chosen
7
-Copyright (c) 2011 Harvest http://getharvest.com
8
-
9
-MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
10
-This file is generated by `grunt build`, do not edit it by hand.
11
-*/
12
-
13
-/* @group Base */
14
-.chosen-container {
15
-    position: relative;
16
-    display: inline-block;
17
-    vertical-align: middle;
18
-    font-size: 13px;
19
-    zoom: 1;
20
-    *display: inline;
21
-    -webkit-user-select: none;
22
-    -moz-user-select: none;
23
-    user-select: none;
24
-}
25
-.chosen-container .chosen-drop {
26
-    position: absolute;
27
-    top: 100%;
28
-    left: -9999px;
29
-    z-index: 1010;
30
-    -webkit-box-sizing: border-box;
31
-    -moz-box-sizing: border-box;
32
-    box-sizing: border-box;
33
-    width: 100%;
34
-    border: 1px solid #aaa;
35
-    border-top: 0;
36
-    background: #fff;
37
-    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
38
-}
39
-.chosen-container.chosen-with-drop .chosen-drop {
40
-    left: 0;
41
-}
42
-.chosen-container a {
43
-    cursor: pointer;
44
-}
45
-
46
-/* @end */
47
-/* @group Single Chosen */
48
-.chosen-container-single .chosen-single {
49
-    position: relative;
50
-    display: block;
51
-    overflow: hidden;
52
-    padding: 0 0 0 8px;
53
-    height: 23px;
54
-    border: 1px solid #aaa;
55
-    border-radius: 5px;
56
-    background-color: #fff;
57
-    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
58
-    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
59
-    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
60
-    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
61
-    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
62
-    background-clip: padding-box;
63
-    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
64
-    color: #444;
65
-    text-decoration: none;
66
-    white-space: nowrap;
67
-    line-height: 24px;
68
-}
69
-.chosen-container-single .chosen-default {
70
-    color: #999;
71
-}
72
-.chosen-container-single .chosen-single span {
73
-    display: block;
74
-    overflow: hidden;
75
-    margin-right: 26px;
76
-    text-overflow: ellipsis;
77
-    white-space: nowrap;
78
-}
79
-.chosen-container-single .chosen-single-with-deselect span {
80
-    margin-right: 38px;
81
-}
82
-.chosen-container-single .chosen-single abbr {
83
-    position: absolute;
84
-    top: 6px;
85
-    right: 26px;
86
-    display: block;
87
-    width: 12px;
88
-    height: 12px;
89
-    background: url('chosen-sprite.png') -42px 1px no-repeat;
90
-    font-size: 1px;
91
-}
92
-.chosen-container-single .chosen-single abbr:hover {
93
-    background-position: -42px -10px;
94
-}
95
-.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
96
-    background-position: -42px -10px;
97
-}
98
-.chosen-container-single .chosen-single div {
99
-    position: absolute;
100
-    top: 0;
101
-    right: 0;
102
-    display: block;
103
-    width: 18px;
104
-    height: 100%;
105
-}
106
-.chosen-container-single .chosen-single div b {
107
-    display: block;
108
-    width: 100%;
109
-    height: 100%;
110
-    background: url('chosen-sprite.png') no-repeat 0px 7px;
111
-}
112
-.chosen-container-single .chosen-search {
113
-    position: relative;
114
-    z-index: 1010;
115
-    margin: 0;
116
-    padding: 3px 4px;
117
-    white-space: nowrap;
118
-}
119
-.chosen-container-single .chosen-search input[type="text"] {
120
-    -webkit-box-sizing: border-box;
121
-    -moz-box-sizing: border-box;
122
-    box-sizing: border-box;
123
-    margin: 1px 0;
124
-    padding: 4px 20px 4px 5px;
125
-    width: 100%;
126
-    height: auto;
127
-    outline: 0;
128
-    border: 1px solid #aaa;
129
-    background: white url('chosen-sprite.png') no-repeat 100% -20px;
130
-    background: url('chosen-sprite.png') no-repeat 100% -20px;
131
-    font-size: 1em;
132
-    font-family: sans-serif;
133
-    line-height: normal;
134
-    border-radius: 0;
135
-}
136
-.chosen-container-single .chosen-drop {
137
-    margin-top: -1px;
138
-    border-radius: 0 0 4px 4px;
139
-    background-clip: padding-box;
140
-}
141
-.chosen-container-single.chosen-container-single-nosearch .chosen-search {
142
-    position: absolute;
143
-    left: -9999px;
144
-}
145
-
146
-/* @end */
147
-/* @group Results */
148
-.chosen-container .chosen-results {
149
-    position: relative;
150
-    overflow-x: hidden;
151
-    overflow-y: auto;
152
-    margin: 0 4px 4px 0;
153
-    padding: 0 0 0 4px;
154
-    max-height: 240px;
155
-    -webkit-overflow-scrolling: touch;
156
-}
157
-.chosen-container .chosen-results li {
158
-    display: none;
159
-    margin: 0;
160
-    padding: 5px 6px;
161
-    list-style: none;
162
-    line-height: 15px;
163
-    -webkit-touch-callout: none;
164
-}
165
-.chosen-container .chosen-results li.active-result {
166
-    display: list-item;
167
-    cursor: pointer;
168
-}
169
-.chosen-container .chosen-results li.disabled-result {
170
-    display: list-item;
171
-    color: #ccc;
172
-    cursor: default;
173
-}
174
-.chosen-container .chosen-results li.highlighted {
175
-    background-color: #3875d7;
176
-    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
177
-    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
178
-    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
179
-    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
180
-    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
181
-    color: #fff;
182
-}
183
-.chosen-container .chosen-results li.no-results {
184
-    display: list-item;
185
-    background: #f4f4f4;
186
-}
187
-.chosen-container .chosen-results li.group-result {
188
-    display: list-item;
189
-    font-weight: bold;
190
-    cursor: default;
191
-}
192
-.chosen-container .chosen-results li.group-option {
193
-    padding-left: 15px;
194
-}
195
-.chosen-container .chosen-results li em {
196
-    font-style: normal;
197
-    text-decoration: underline;
198
-}
199
-
200
-/* @end */
201
-/* @group Multi Chosen */
202
-.chosen-container-multi .chosen-choices {
203
-    -moz-box-sizing: border-box;
204
-    background-color: #FFFFFF;
205
-    border: 1px solid #CBD5DD;
206
-    border-radius: 2px;
207
-    cursor: text;
208
-    height: auto !important;
209
-    margin: 0;
210
-    min-height: 30px;
211
-    overflow: hidden;
212
-    padding: 2px;
213
-    position: relative;
214
-    width: 100%;
215
-}
216
-.chosen-container-multi .chosen-choices li {
217
-    float: left;
218
-    list-style: none;
219
-}
220
-.chosen-container-multi .chosen-choices li.search-field {
221
-    margin: 0;
222
-    padding: 0;
223
-    white-space: nowrap;
224
-}
225
-.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
226
-    margin: 1px 0;
227
-    padding: 5px;
228
-    height: 25px;
229
-    outline: 0;
230
-    border: 0 !important;
231
-    background: transparent !important;
232
-    box-shadow: none;
233
-    color: #666;
234
-    font-size: 100%;
235
-    font-family: sans-serif;
236
-    line-height: normal;
237
-    border-radius: 0;
238
-}
239
-.chosen-container-multi .chosen-choices li.search-field .default {
240
-    color: #999;
241
-}
242
-.chosen-container-multi .chosen-choices li.search-choice {
243
-    position: relative;
244
-    margin: 3px 0 3px 5px;
245
-    padding: 3px 20px 3px 5px;
246
-    border: 1px solid #aaa;
247
-    border-radius: 3px;
248
-    background-color: #e4e4e4;
249
-    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
250
-    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
251
-    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
252
-    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
253
-    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
254
-    background-clip: padding-box;
255
-    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
256
-    color: #333;
257
-    line-height: 13px;
258
-    cursor: default;
259
-}
260
-.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
261
-    position: absolute;
262
-    top: 4px;
263
-    right: 3px;
264
-    display: block;
265
-    width: 12px;
266
-    height: 12px;
267
-    background: url('chosen-sprite.png') -42px 1px no-repeat;
268
-    font-size: 1px;
269
-}
270
-.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
271
-    background-position: -42px -10px;
272
-}
273
-.chosen-container-multi .chosen-choices li.search-choice-disabled {
274
-    padding-right: 5px;
275
-    border: 1px solid #ccc;
276
-    background-color: #e4e4e4;
277
-    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
278
-    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
279
-    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
280
-    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
281
-    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
282
-    color: #666;
283
-}
284
-.chosen-container-multi .chosen-choices li.search-choice-focus {
285
-    background: #d4d4d4;
286
-}
287
-.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
288
-    background-position: -42px -10px;
289
-}
290
-.chosen-container-multi .chosen-results {
291
-    margin: 0;
292
-    padding: 0;
293
-}
294
-.chosen-container-multi .chosen-drop .result-selected {
295
-    display: list-item;
296
-    color: #ccc;
297
-    cursor: default;
298
-}
299
-
300
-/* @end */
301
-/* @group Active  */
302
-.chosen-container-active .chosen-single {
303
-    border: 1px solid #5897fb;
304
-    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
305
-}
306
-.chosen-container-active.chosen-with-drop .chosen-single {
307
-    border: 1px solid #aaa;
308
-    -moz-border-radius-bottomright: 0;
309
-    border-bottom-right-radius: 0;
310
-    -moz-border-radius-bottomleft: 0;
311
-    border-bottom-left-radius: 0;
312
-}
313
-.chosen-container-active.chosen-with-drop .chosen-single div {
314
-    border-left: none;
315
-    background: transparent;
316
-}
317
-.chosen-container-active.chosen-with-drop .chosen-single div b {
318
-    background-position: -18px 7px;
319
-}
320
-.chosen-container-active .chosen-choices {
321
-    border: 1px solid #5897fb;
322
-    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
323
-}
324
-.chosen-container-active .chosen-choices li.search-field input[type="text"] {
325
-    color: #111 !important;
326
-}
327
-
328
-/* @end */
329
-/* @group Disabled Support */
330
-.chosen-disabled {
331
-    opacity: 0.5 !important;
332
-    cursor: default;
333
-}
334
-.chosen-disabled .chosen-single {
335
-    cursor: default;
336
-}
337
-.chosen-disabled .chosen-choices .search-choice .search-choice-close {
338
-    cursor: default;
339
-}
340
-
341
-/* @end */
342
-/* @group Right to Left */
343
-.chosen-rtl {
344
-    text-align: right;
345
-}
346
-.chosen-rtl .chosen-single {
347
-    overflow: visible;
348
-    padding: 0 8px 0 0;
349
-}
350
-.chosen-rtl .chosen-single span {
351
-    margin-right: 0;
352
-    margin-left: 26px;
353
-    direction: rtl;
354
-}
355
-.chosen-rtl .chosen-single-with-deselect span {
356
-    margin-left: 38px;
357
-}
358
-.chosen-rtl .chosen-single div {
359
-    right: auto;
360
-    left: 3px;
361
-}
362
-.chosen-rtl .chosen-single abbr {
363
-    right: auto;
364
-    left: 26px;
365
-}
366
-.chosen-rtl .chosen-choices li {
367
-    float: right;
368
-}
369
-.chosen-rtl .chosen-choices li.search-field input[type="text"] {
370
-    direction: rtl;
371
-}
372
-.chosen-rtl .chosen-choices li.search-choice {
373
-    margin: 3px 5px 3px 0;
374
-    padding: 3px 5px 3px 19px;
375
-}
376
-.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
377
-    right: auto;
378
-    left: 4px;
379
-}
380
-.chosen-rtl.chosen-container-single-nosearch .chosen-search,
381
-.chosen-rtl .chosen-drop {
382
-    left: 9999px;
383
-}
384
-.chosen-rtl.chosen-container-single .chosen-results {
385
-    margin: 0 0 4px 4px;
386
-    padding: 0 4px 0 0;
387
-}
388
-.chosen-rtl .chosen-results li.group-option {
389
-    padding-right: 15px;
390
-    padding-left: 0;
391
-}
392
-.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
393
-    border-right: none;
394
-}
395
-.chosen-rtl .chosen-search input[type="text"] {
396
-    padding: 4px 5px 4px 20px;
397
-    background: white url('chosen-sprite.png') no-repeat -30px -20px;
398
-    background: url('chosen-sprite.png') no-repeat -30px -20px;
399
-    direction: rtl;
400
-}
401
-.chosen-rtl.chosen-container-single .chosen-single div b {
402
-    background-position: 6px 2px;
403
-}
404
-.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
405
-    background-position: -12px 2px;
406
-}
407
-
408
-/* @end */
409
-/* @group Retina compatibility */
410
-@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
411
-    .chosen-rtl .chosen-search input[type="text"],
412
-    .chosen-container-single .chosen-single abbr,
413
-    .chosen-container-single .chosen-single div b,
414
-    .chosen-container-single .chosen-search input[type="text"],
415
-    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
416
-    .chosen-container .chosen-results-scroll-down span,
417
-    .chosen-container .chosen-results-scroll-up span {
418
-        background-image: url('chosen-sprite%402x.png') !important;
419
-        background-size: 52px 37px !important;
420
-        background-repeat: no-repeat !important;
421
-    }
422
-}
423
-/* @end */

+ 0 - 168
CallCenterWeb.UI/css/plugins/clockpicker/clockpicker.css

@@ -1,168 +0,0 @@
1
-/*!
2
- * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
3
- * Copyright 2014 Wang Shenwei.
4
- * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
5
- */
6
-
7
-.clockpicker .input-group-addon {
8
-	cursor: pointer;
9
-}
10
-.clockpicker-moving {
11
-	cursor: move;
12
-}
13
-.clockpicker-align-left.popover > .arrow {
14
-	left: 25px;
15
-}
16
-.clockpicker-align-top.popover > .arrow {
17
-	top: 17px;
18
-}
19
-.clockpicker-align-right.popover > .arrow {
20
-	left: auto;
21
-	right: 25px;
22
-}
23
-.clockpicker-align-bottom.popover > .arrow {
24
-	top: auto;
25
-	bottom: 6px;
26
-}
27
-.clockpicker-popover .popover-title {
28
-	background-color: #fff;
29
-	color: #999;
30
-	font-size: 24px;
31
-	font-weight: bold;
32
-	line-height: 30px;
33
-	text-align: center;
34
-}
35
-.clockpicker-popover .popover-title span {
36
-	cursor: pointer;
37
-}
38
-.clockpicker-popover .popover-content {
39
-	background-color: #f8f8f8;
40
-	padding: 12px;
41
-}
42
-.popover-content:last-child {
43
-	border-bottom-left-radius: 5px;
44
-	border-bottom-right-radius: 5px;
45
-}
46
-.clockpicker-plate {
47
-	background-color: #fff;
48
-	border: 1px solid #ccc;
49
-	border-radius: 50%;
50
-	width: 200px;
51
-	height: 200px;
52
-	overflow: visible;
53
-	position: relative;
54
-	/* Disable text selection highlighting. Thanks to Hermanya */
55
-	-webkit-touch-callout: none;
56
-	-webkit-user-select: none;
57
-	-khtml-user-select: none;
58
-	-moz-user-select: none;
59
-	-ms-user-select: none;
60
-	user-select: none;
61
-}
62
-.clockpicker-canvas,
63
-.clockpicker-dial {
64
-	width: 200px;
65
-	height: 200px;
66
-	position: absolute;
67
-	left: -1px;
68
-	top: -1px;
69
-}
70
-.clockpicker-minutes {
71
-	visibility: hidden;
72
-}
73
-.clockpicker-tick {
74
-	border-radius: 50%;
75
-	color: #666;
76
-	line-height: 26px;
77
-	text-align: center;
78
-	width: 26px;
79
-	height: 26px;
80
-	position: absolute;
81
-	cursor: pointer;
82
-}
83
-.clockpicker-tick.active,
84
-.clockpicker-tick:hover {
85
-	background-color: rgb(192, 229, 247);
86
-	background-color: rgba(0, 149, 221, .25);
87
-}
88
-.clockpicker-button {
89
-	background-image: none;
90
-	background-color: #fff;
91
-	border-width: 1px 0 0;
92
-	border-top-left-radius: 0;
93
-	border-top-right-radius: 0;
94
-	margin: 0;
95
-	padding: 10px 0;
96
-}
97
-.clockpicker-button:hover {
98
-	background-image: none;
99
-	background-color: #ebebeb;
100
-}
101
-.clockpicker-button:focus {
102
-	outline: none!important;
103
-}
104
-.clockpicker-dial {
105
-	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
106
-	-moz-transition: -moz-transform 350ms, opacity 350ms;
107
-	-ms-transition: -ms-transform 350ms, opacity 350ms;
108
-	-o-transition: -o-transform 350ms, opacity 350ms;
109
-	transition: transform 350ms, opacity 350ms;
110
-}
111
-.clockpicker-dial-out {
112
-	opacity: 0;
113
-}
114
-.clockpicker-hours.clockpicker-dial-out {
115
-	-webkit-transform: scale(1.2, 1.2);
116
-	-moz-transform: scale(1.2, 1.2);
117
-	-ms-transform: scale(1.2, 1.2);
118
-	-o-transform: scale(1.2, 1.2);
119
-	transform: scale(1.2, 1.2);
120
-}
121
-.clockpicker-minutes.clockpicker-dial-out {
122
-	-webkit-transform: scale(.8, .8);
123
-	-moz-transform: scale(.8, .8);
124
-	-ms-transform: scale(.8, .8);
125
-	-o-transform: scale(.8, .8);
126
-	transform: scale(.8, .8);
127
-}
128
-.clockpicker-canvas {
129
-	-webkit-transition: opacity 175ms;
130
-	-moz-transition: opacity 175ms;
131
-	-ms-transition: opacity 175ms;
132
-	-o-transition: opacity 175ms;
133
-	transition: opacity 175ms;
134
-}
135
-.clockpicker-canvas-out {
136
-	opacity: 0.25;
137
-}
138
-.clockpicker-canvas-bearing,
139
-.clockpicker-canvas-fg {
140
-	stroke: none;
141
-	fill: rgb(0, 149, 221);
142
-}
143
-.clockpicker-canvas-bg {
144
-	stroke: none;
145
-	fill: rgb(192, 229, 247);
146
-}
147
-.clockpicker-canvas-bg-trans {
148
-	fill: rgba(0, 149, 221, .25);
149
-}
150
-.clockpicker-canvas line {
151
-	stroke: rgb(0, 149, 221);
152
-	stroke-width: 1;
153
-	stroke-linecap: round;
154
-	/*shape-rendering: crispEdges;*/
155
-}
156
-.clockpicker-button.am-button {
157
-	margin: 1px;
158
-	padding: 5px;
159
-	border: 1px solid rgba(0, 0, 0, .2);
160
-	border-radius: 4px;
161
-
162
-}
163
-.clockpicker-button.pm-button {
164
-	margin: 1px 1px 1px 136px;
165
-	padding: 5px;
166
-	border: 1px solid rgba(0, 0, 0, .2);
167
-	border-radius: 4px;
168
-}

Plik diff jest za duży
+ 0 - 9
CallCenterWeb.UI/css/plugins/cropper/cropper.min.css


+ 0 - 155
CallCenterWeb.UI/css/plugins/dropzone/basic.css

@@ -1,155 +0,0 @@
1
-/* The MIT License */
2
-.dropzone,
3
-.dropzone *,
4
-.dropzone-previews,
5
-.dropzone-previews * {
6
-  -webkit-box-sizing: border-box;
7
-  -moz-box-sizing: border-box;
8
-  box-sizing: border-box;
9
-}
10
-.dropzone {
11
-  position: relative;
12
-  border: 1px solid rgba(0,0,0,0.08);
13
-  background: rgba(0,0,0,0.02);
14
-  padding: 1em;
15
-}
16
-.dropzone.dz-clickable {
17
-  cursor: pointer;
18
-}
19
-.dropzone.dz-clickable .dz-message,
20
-.dropzone.dz-clickable .dz-message span {
21
-  cursor: pointer;
22
-}
23
-.dropzone.dz-clickable * {
24
-  cursor: default;
25
-}
26
-.dropzone .dz-message {
27
-  opacity: 1;
28
-  -ms-filter: none;
29
-  filter: none;
30
-}
31
-.dropzone.dz-drag-hover {
32
-  border-color: rgba(0,0,0,0.15);
33
-  background: rgba(0,0,0,0.04);
34
-}
35
-.dropzone.dz-started .dz-message {
36
-  display: none;
37
-}
38
-.dropzone .dz-preview,
39
-.dropzone-previews .dz-preview {
40
-  background: rgba(255,255,255,0.8);
41
-  position: relative;
42
-  display: inline-block;
43
-  margin: 17px;
44
-  vertical-align: top;
45
-  border: 1px solid #acacac;
46
-  padding: 6px 6px 6px 6px;
47
-}
48
-.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
49
-.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
50
-  display: none;
51
-}
52
-.dropzone .dz-preview .dz-details,
53
-.dropzone-previews .dz-preview .dz-details {
54
-  width: 100px;
55
-  height: 100px;
56
-  position: relative;
57
-  background: #ebebeb;
58
-  padding: 5px;
59
-  margin-bottom: 22px;
60
-}
61
-.dropzone .dz-preview .dz-details .dz-filename,
62
-.dropzone-previews .dz-preview .dz-details .dz-filename {
63
-  overflow: hidden;
64
-  height: 100%;
65
-}
66
-.dropzone .dz-preview .dz-details img,
67
-.dropzone-previews .dz-preview .dz-details img {
68
-  position: absolute;
69
-  top: 0;
70
-  left: 0;
71
-  width: 100px;
72
-  height: 100px;
73
-}
74
-.dropzone .dz-preview .dz-details .dz-size,
75
-.dropzone-previews .dz-preview .dz-details .dz-size {
76
-  position: absolute;
77
-  bottom: -28px;
78
-  left: 3px;
79
-  height: 28px;
80
-  line-height: 28px;
81
-}
82
-.dropzone .dz-preview.dz-error .dz-error-mark,
83
-.dropzone-previews .dz-preview.dz-error .dz-error-mark {
84
-  display: block;
85
-}
86
-.dropzone .dz-preview.dz-success .dz-success-mark,
87
-.dropzone-previews .dz-preview.dz-success .dz-success-mark {
88
-  display: block;
89
-}
90
-.dropzone .dz-preview:hover .dz-details img,
91
-.dropzone-previews .dz-preview:hover .dz-details img {
92
-  display: none;
93
-}
94
-.dropzone .dz-preview .dz-success-mark,
95
-.dropzone-previews .dz-preview .dz-success-mark,
96
-.dropzone .dz-preview .dz-error-mark,
97
-.dropzone-previews .dz-preview .dz-error-mark {
98
-  display: none;
99
-  position: absolute;
100
-  width: 40px;
101
-  height: 40px;
102
-  font-size: 30px;
103
-  text-align: center;
104
-  right: -10px;
105
-  top: -10px;
106
-}
107
-.dropzone .dz-preview .dz-success-mark,
108
-.dropzone-previews .dz-preview .dz-success-mark {
109
-  color: #8cc657;
110
-}
111
-.dropzone .dz-preview .dz-error-mark,
112
-.dropzone-previews .dz-preview .dz-error-mark {
113
-  color: #ee162d;
114
-}
115
-.dropzone .dz-preview .dz-progress,
116
-.dropzone-previews .dz-preview .dz-progress {
117
-  position: absolute;
118
-  top: 100px;
119
-  left: 6px;
120
-  right: 6px;
121
-  height: 6px;
122
-  background: #d7d7d7;
123
-  display: none;
124
-}
125
-.dropzone .dz-preview .dz-progress .dz-upload,
126
-.dropzone-previews .dz-preview .dz-progress .dz-upload {
127
-  display: block;
128
-  position: absolute;
129
-  top: 0;
130
-  bottom: 0;
131
-  left: 0;
132
-  width: 0%;
133
-  background-color: #8cc657;
134
-}
135
-.dropzone .dz-preview.dz-processing .dz-progress,
136
-.dropzone-previews .dz-preview.dz-processing .dz-progress {
137
-  display: block;
138
-}
139
-.dropzone .dz-preview .dz-error-message,
140
-.dropzone-previews .dz-preview .dz-error-message {
141
-  display: none;
142
-  position: absolute;
143
-  top: -5px;
144
-  left: -20px;
145
-  background: rgba(245,245,245,0.8);
146
-  padding: 8px 10px;
147
-  color: #800;
148
-  min-width: 140px;
149
-  max-width: 500px;
150
-  z-index: 500;
151
-}
152
-.dropzone .dz-preview:hover.dz-error .dz-error-message,
153
-.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
154
-  display: block;
155
-}

+ 0 - 410
CallCenterWeb.UI/css/plugins/dropzone/dropzone.css

@@ -1,410 +0,0 @@
1
-/* The MIT License */
2
-.dropzone,
3
-.dropzone *,
4
-.dropzone-previews,
5
-.dropzone-previews * {
6
-  -webkit-box-sizing: border-box;
7
-  -moz-box-sizing: border-box;
8
-  box-sizing: border-box;
9
-}
10
-.dropzone {
11
-  position: relative;
12
-  border: 1px solid rgba(0,0,0,0.08);
13
-  background: rgba(0,0,0,0.02);
14
-  padding: 1em;
15
-}
16
-.dropzone.dz-clickable {
17
-  cursor: pointer;
18
-}
19
-.dropzone.dz-clickable .dz-message,
20
-.dropzone.dz-clickable .dz-message span {
21
-  cursor: pointer;
22
-}
23
-.dropzone.dz-clickable * {
24
-  cursor: default;
25
-}
26
-.dropzone .dz-message {
27
-  opacity: 1;
28
-  -ms-filter: none;
29
-  filter: none;
30
-}
31
-.dropzone.dz-drag-hover {
32
-  border-color: rgba(0,0,0,0.15);
33
-  background: rgba(0,0,0,0.04);
34
-}
35
-.dropzone.dz-started .dz-message {
36
-  display: none;
37
-}
38
-.dropzone .dz-preview,
39
-.dropzone-previews .dz-preview {
40
-  background: rgba(255,255,255,0.8);
41
-  position: relative;
42
-  display: inline-block;
43
-  margin: 17px;
44
-  vertical-align: top;
45
-  border: 1px solid #acacac;
46
-  padding: 6px 6px 6px 6px;
47
-}
48
-.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
49
-.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
50
-  display: none;
51
-}
52
-.dropzone .dz-preview .dz-details,
53
-.dropzone-previews .dz-preview .dz-details {
54
-  width: 100px;
55
-  height: 100px;
56
-  position: relative;
57
-  background: #ebebeb;
58
-  padding: 5px;
59
-  margin-bottom: 22px;
60
-}
61
-.dropzone .dz-preview .dz-details .dz-filename,
62
-.dropzone-previews .dz-preview .dz-details .dz-filename {
63
-  overflow: hidden;
64
-  height: 100%;
65
-}
66
-.dropzone .dz-preview .dz-details img,
67
-.dropzone-previews .dz-preview .dz-details img {
68
-  position: absolute;
69
-  top: 0;
70
-  left: 0;
71
-  width: 100px;
72
-  height: 100px;
73
-}
74
-.dropzone .dz-preview .dz-details .dz-size,
75
-.dropzone-previews .dz-preview .dz-details .dz-size {
76
-  position: absolute;
77
-  bottom: -28px;
78
-  left: 3px;
79
-  height: 28px;
80
-  line-height: 28px;
81
-}
82
-.dropzone .dz-preview.dz-error .dz-error-mark,
83
-.dropzone-previews .dz-preview.dz-error .dz-error-mark {
84
-  display: block;
85
-}
86
-.dropzone .dz-preview.dz-success .dz-success-mark,
87
-.dropzone-previews .dz-preview.dz-success .dz-success-mark {
88
-  display: block;
89
-}
90
-.dropzone .dz-preview:hover .dz-details img,
91
-.dropzone-previews .dz-preview:hover .dz-details img {
92
-  display: none;
93
-}
94
-.dropzone .dz-preview .dz-success-mark,
95
-.dropzone-previews .dz-preview .dz-success-mark,
96
-.dropzone .dz-preview .dz-error-mark,
97
-.dropzone-previews .dz-preview .dz-error-mark {
98
-  display: none;
99
-  position: absolute;
100
-  width: 40px;
101
-  height: 40px;
102
-  font-size: 30px;
103
-  text-align: center;
104
-  right: -10px;
105
-  top: -10px;
106
-}
107
-.dropzone .dz-preview .dz-success-mark,
108
-.dropzone-previews .dz-preview .dz-success-mark {
109
-  color: #8cc657;
110
-}
111
-.dropzone .dz-preview .dz-error-mark,
112
-.dropzone-previews .dz-preview .dz-error-mark {
113
-  color: #ee162d;
114
-}
115
-.dropzone .dz-preview .dz-progress,
116
-.dropzone-previews .dz-preview .dz-progress {
117
-  position: absolute;
118
-  top: 100px;
119
-  left: 6px;
120
-  right: 6px;
121
-  height: 6px;
122
-  background: #d7d7d7;
123
-  display: none;
124
-}
125
-.dropzone .dz-preview .dz-progress .dz-upload,
126
-.dropzone-previews .dz-preview .dz-progress .dz-upload {
127
-  display: block;
128
-  position: absolute;
129
-  top: 0;
130
-  bottom: 0;
131
-  left: 0;
132
-  width: 0%;
133
-  background-color: #8cc657;
134
-}
135
-.dropzone .dz-preview.dz-processing .dz-progress,
136
-.dropzone-previews .dz-preview.dz-processing .dz-progress {
137
-  display: block;
138
-}
139
-.dropzone .dz-preview .dz-error-message,
140
-.dropzone-previews .dz-preview .dz-error-message {
141
-  display: none;
142
-  position: absolute;
143
-  top: -5px;
144
-  left: -20px;
145
-  background: rgba(245,245,245,0.8);
146
-  padding: 8px 10px;
147
-  color: #800;
148
-  min-width: 140px;
149
-  max-width: 500px;
150
-  z-index: 500;
151
-}
152
-.dropzone .dz-preview:hover.dz-error .dz-error-message,
153
-.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
154
-  display: block;
155
-}
156
-.dropzone {
157
-  border: 1px solid rgba(0,0,0,0.03);
158
-  min-height: 360px;
159
-  -webkit-border-radius: 3px;
160
-  border-radius: 3px;
161
-  background: rgba(0,0,0,0.03);
162
-  padding: 23px;
163
-}
164
-.dropzone .dz-default.dz-message {
165
-  opacity: 1;
166
-  -ms-filter: none;
167
-  filter: none;
168
-  -webkit-transition: opacity 0.3s ease-in-out;
169
-  -moz-transition: opacity 0.3s ease-in-out;
170
-  -o-transition: opacity 0.3s ease-in-out;
171
-  -ms-transition: opacity 0.3s ease-in-out;
172
-  transition: opacity 0.3s ease-in-out;
173
-  background-image: url("../images/spritemap.png");
174
-  background-repeat: no-repeat;
175
-  background-position: 0 0;
176
-  position: absolute;
177
-  width: 428px;
178
-  height: 123px;
179
-  margin-left: -214px;
180
-  margin-top: -61.5px;
181
-  top: 50%;
182
-  left: 50%;
183
-}
184
-@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
185
-  .dropzone .dz-default.dz-message {
186
-    background-image: url("../images/spritemap%402x.png");
187
-    -webkit-background-size: 428px 406px;
188
-    -moz-background-size: 428px 406px;
189
-    background-size: 428px 406px;
190
-  }
191
-}
192
-.dropzone .dz-default.dz-message span {
193
-  display: none;
194
-}
195
-.dropzone.dz-square .dz-default.dz-message {
196
-  background-position: 0 -123px;
197
-  width: 268px;
198
-  margin-left: -134px;
199
-  height: 174px;
200
-  margin-top: -87px;
201
-}
202
-.dropzone.dz-drag-hover .dz-message {
203
-  opacity: 0.15;
204
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
205
-  filter: alpha(opacity=15);
206
-}
207
-.dropzone.dz-started .dz-message {
208
-  display: block;
209
-  opacity: 0;
210
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
211
-  filter: alpha(opacity=0);
212
-}
213
-.dropzone .dz-preview,
214
-.dropzone-previews .dz-preview {
215
-  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
216
-  box-shadow: 1px 1px 4px rgba(0,0,0,0.16);
217
-  font-size: 14px;
218
-}
219
-.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
220
-.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
221
-  display: block;
222
-  opacity: 0.1;
223
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
224
-  filter: alpha(opacity=10);
225
-}
226
-.dropzone .dz-preview.dz-success .dz-success-mark,
227
-.dropzone-previews .dz-preview.dz-success .dz-success-mark {
228
-  opacity: 1;
229
-  -ms-filter: none;
230
-  filter: none;
231
-}
232
-.dropzone .dz-preview.dz-error .dz-error-mark,
233
-.dropzone-previews .dz-preview.dz-error .dz-error-mark {
234
-  opacity: 1;
235
-  -ms-filter: none;
236
-  filter: none;
237
-}
238
-.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
239
-.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
240
-  background: #ee1e2d;
241
-}
242
-.dropzone .dz-preview .dz-error-mark,
243
-.dropzone-previews .dz-preview .dz-error-mark,
244
-.dropzone .dz-preview .dz-success-mark,
245
-.dropzone-previews .dz-preview .dz-success-mark {
246
-  display: block;
247
-  opacity: 0;
248
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
249
-  filter: alpha(opacity=0);
250
-  -webkit-transition: opacity 0.4s ease-in-out;
251
-  -moz-transition: opacity 0.4s ease-in-out;
252
-  -o-transition: opacity 0.4s ease-in-out;
253
-  -ms-transition: opacity 0.4s ease-in-out;
254
-  transition: opacity 0.4s ease-in-out;
255
-  background-image: url("../images/spritemap.png");
256
-  background-repeat: no-repeat;
257
-}
258
-@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
259
-  .dropzone .dz-preview .dz-error-mark,
260
-  .dropzone-previews .dz-preview .dz-error-mark,
261
-  .dropzone .dz-preview .dz-success-mark,
262
-  .dropzone-previews .dz-preview .dz-success-mark {
263
-    background-image: url("../images/spritemap%402x.png");
264
-    -webkit-background-size: 428px 406px;
265
-    -moz-background-size: 428px 406px;
266
-    background-size: 428px 406px;
267
-  }
268
-}
269
-.dropzone .dz-preview .dz-error-mark span,
270
-.dropzone-previews .dz-preview .dz-error-mark span,
271
-.dropzone .dz-preview .dz-success-mark span,
272
-.dropzone-previews .dz-preview .dz-success-mark span {
273
-  display: none;
274
-}
275
-.dropzone .dz-preview .dz-error-mark,
276
-.dropzone-previews .dz-preview .dz-error-mark {
277
-  background-position: -268px -123px;
278
-}
279
-.dropzone .dz-preview .dz-success-mark,
280
-.dropzone-previews .dz-preview .dz-success-mark {
281
-  background-position: -268px -163px;
282
-}
283
-.dropzone .dz-preview .dz-progress .dz-upload,
284
-.dropzone-previews .dz-preview .dz-progress .dz-upload {
285
-  -webkit-animation: loading 0.4s linear infinite;
286
-  -moz-animation: loading 0.4s linear infinite;
287
-  -o-animation: loading 0.4s linear infinite;
288
-  -ms-animation: loading 0.4s linear infinite;
289
-  animation: loading 0.4s linear infinite;
290
-  -webkit-transition: width 0.3s ease-in-out;
291
-  -moz-transition: width 0.3s ease-in-out;
292
-  -o-transition: width 0.3s ease-in-out;
293
-  -ms-transition: width 0.3s ease-in-out;
294
-  transition: width 0.3s ease-in-out;
295
-  -webkit-border-radius: 2px;
296
-  border-radius: 2px;
297
-  position: absolute;
298
-  top: 0;
299
-  left: 0;
300
-  width: 0%;
301
-  height: 100%;
302
-  background-image: url("../images/spritemap.png");
303
-  background-repeat: repeat-x;
304
-  background-position: 0px -400px;
305
-}
306
-@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
307
-  .dropzone .dz-preview .dz-progress .dz-upload,
308
-  .dropzone-previews .dz-preview .dz-progress .dz-upload {
309
-    background-image: url("../images/spritemap%402x.png");
310
-    -webkit-background-size: 428px 406px;
311
-    -moz-background-size: 428px 406px;
312
-    background-size: 428px 406px;
313
-  }
314
-}
315
-.dropzone .dz-preview.dz-success .dz-progress,
316
-.dropzone-previews .dz-preview.dz-success .dz-progress {
317
-  display: block;
318
-  opacity: 0;
319
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
320
-  filter: alpha(opacity=0);
321
-  -webkit-transition: opacity 0.4s ease-in-out;
322
-  -moz-transition: opacity 0.4s ease-in-out;
323
-  -o-transition: opacity 0.4s ease-in-out;
324
-  -ms-transition: opacity 0.4s ease-in-out;
325
-  transition: opacity 0.4s ease-in-out;
326
-}
327
-.dropzone .dz-preview .dz-error-message,
328
-.dropzone-previews .dz-preview .dz-error-message {
329
-  display: block;
330
-  opacity: 0;
331
-  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
332
-  filter: alpha(opacity=0);
333
-  -webkit-transition: opacity 0.3s ease-in-out;
334
-  -moz-transition: opacity 0.3s ease-in-out;
335
-  -o-transition: opacity 0.3s ease-in-out;
336
-  -ms-transition: opacity 0.3s ease-in-out;
337
-  transition: opacity 0.3s ease-in-out;
338
-}
339
-.dropzone .dz-preview:hover.dz-error .dz-error-message,
340
-.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
341
-  opacity: 1;
342
-  -ms-filter: none;
343
-  filter: none;
344
-}
345
-.dropzone a.dz-remove,
346
-.dropzone-previews a.dz-remove {
347
-  background-image: -webkit-linear-gradient(top, #fafafa, #eee);
348
-  background-image: -moz-linear-gradient(top, #fafafa, #eee);
349
-  background-image: -o-linear-gradient(top, #fafafa, #eee);
350
-  background-image: -ms-linear-gradient(top, #fafafa, #eee);
351
-  background-image: linear-gradient(to bottom, #fafafa, #eee);
352
-  -webkit-border-radius: 2px;
353
-  border-radius: 2px;
354
-  border: 1px solid #eee;
355
-  text-decoration: none;
356
-  display: block;
357
-  padding: 4px 5px;
358
-  text-align: center;
359
-  color: #aaa;
360
-  margin-top: 26px;
361
-}
362
-.dropzone a.dz-remove:hover,
363
-.dropzone-previews a.dz-remove:hover {
364
-  color: #666;
365
-}
366
-@-moz-keyframes loading {
367
-  0% {
368
-    background-position: 0 -400px;
369
-  }
370
-
371
-  100% {
372
-    background-position: -7px -400px;
373
-  }
374
-}
375
-@-webkit-keyframes loading {
376
-  0% {
377
-    background-position: 0 -400px;
378
-  }
379
-
380
-  100% {
381
-    background-position: -7px -400px;
382
-  }
383
-}
384
-@-o-keyframes loading {
385
-  0% {
386
-    background-position: 0 -400px;
387
-  }
388
-
389
-  100% {
390
-    background-position: -7px -400px;
391
-  }
392
-}
393
-@-ms-keyframes loading {
394
-  0% {
395
-    background-position: 0 -400px;
396
-  }
397
-
398
-  100% {
399
-    background-position: -7px -400px;
400
-  }
401
-}
402
-@keyframes loading {
403
-  0% {
404
-    background-position: 0 -400px;
405
-  }
406
-
407
-  100% {
408
-    background-position: -7px -400px;
409
-  }
410
-}

+ 0 - 589
CallCenterWeb.UI/css/plugins/fullcalendar/fullcalendar.css

@@ -1,589 +0,0 @@
1
-/*!
2
- * FullCalendar v1.6.4 Stylesheet
3
- * Docs & License: http://arshaw.com/fullcalendar/
4
- * (c) 2013 Adam Shaw
5
- */
6
-
7
-
8
-.fc {
9
-	direction: ltr;
10
-	text-align: left;
11
-	}
12
-
13
-.fc table {
14
-	border-collapse: collapse;
15
-	border-spacing: 0;
16
-	}
17
-
18
-html .fc,
19
-.fc table {
20
-	font-size: 1em;
21
-	}
22
-
23
-.fc td,
24
-.fc th {
25
-	padding: 0;
26
-	vertical-align: top;
27
-	}
28
-
29
-
30
-
31
-/* Header
32
-------------------------------------------------------------------------*/
33
-
34
-.fc-header td {
35
-	white-space: nowrap;
36
-	}
37
-
38
-.fc-header-left {
39
-	width: 25%;
40
-	text-align: left;
41
-	}
42
-
43
-.fc-header-center {
44
-	text-align: center;
45
-	}
46
-
47
-.fc-header-right {
48
-	width: 25%;
49
-	text-align: right;
50
-	}
51
-
52
-.fc-header-title {
53
-	display: inline-block;
54
-	vertical-align: top;
55
-	}
56
-
57
-.fc-header-title h2 {
58
-	margin-top: 0;
59
-	white-space: nowrap;
60
-	}
61
-
62
-.fc .fc-header-space {
63
-	padding-left: 10px;
64
-	}
65
-
66
-.fc-header .fc-button {
67
-	margin-bottom: 1em;
68
-	vertical-align: top;
69
-	}
70
-
71
-/* buttons edges butting together */
72
-
73
-.fc-header .fc-button {
74
-	margin-right: -1px;
75
-	}
76
-
77
-.fc-header .fc-corner-right,  /* non-theme */
78
-.fc-header .ui-corner-right { /* theme */
79
-	margin-right: 0; /* back to normal */
80
-	}
81
-
82
-/* button layering (for border precedence) */
83
-
84
-.fc-header .fc-state-hover,
85
-.fc-header .ui-state-hover {
86
-	z-index: 2;
87
-	}
88
-
89
-.fc-header .fc-state-down {
90
-	z-index: 3;
91
-	}
92
-
93
-.fc-header .fc-state-active,
94
-.fc-header .ui-state-active {
95
-	z-index: 4;
96
-	}
97
-
98
-
99
-
100
-/* Content
101
-------------------------------------------------------------------------*/
102
-
103
-.fc-content {
104
-	clear: both;
105
-	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
106
-	}
107
-
108
-.fc-view {
109
-	width: 100%;
110
-	overflow: hidden;
111
-	}
112
-
113
-
114
-
115
-/* Cell Styles
116
-------------------------------------------------------------------------*/
117
-
118
-.fc-widget-header,    /* <th>, usually */
119
-.fc-widget-content {  /* <td>, usually */
120
-	border: 1px solid #ddd;
121
-	}
122
-
123
-.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
124
-	background: #fcf8e3;
125
-	}
126
-
127
-.fc-cell-overlay { /* semi-transparent rectangle while dragging */
128
-	background: #bce8f1;
129
-	opacity: .3;
130
-	filter: alpha(opacity=30); /* for IE */
131
-	}
132
-
133
-
134
-
135
-/* Buttons
136
-------------------------------------------------------------------------*/
137
-
138
-.fc-button {
139
-	position: relative;
140
-	display: inline-block;
141
-	padding: 0 .6em;
142
-	overflow: hidden;
143
-	height: 1.9em;
144
-	line-height: 1.9em;
145
-	white-space: nowrap;
146
-	cursor: pointer;
147
-	}
148
-
149
-.fc-state-default { /* non-theme */
150
-	border: 1px solid;
151
-	}
152
-
153
-.fc-state-default.fc-corner-left { /* non-theme */
154
-	border-top-left-radius: 4px;
155
-	border-bottom-left-radius: 4px;
156
-	}
157
-
158
-.fc-state-default.fc-corner-right { /* non-theme */
159
-	border-top-right-radius: 4px;
160
-	border-bottom-right-radius: 4px;
161
-	}
162
-
163
-/*
164
-	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
165
-	and we'll try to make them look good cross-browser.
166
-*/
167
-
168
-.fc-text-arrow {
169
-	margin: 0 .1em;
170
-	font-size: 2em;
171
-	font-family: "Courier New", Courier, monospace;
172
-	vertical-align: baseline; /* for IE7 */
173
-	}
174
-
175
-.fc-button-prev .fc-text-arrow,
176
-.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
177
-	font-weight: bold;
178
-	}
179
-
180
-/* icon (for jquery ui) */
181
-
182
-.fc-button .fc-icon-wrap {
183
-	position: relative;
184
-	float: left;
185
-	top: 50%;
186
-	}
187
-
188
-.fc-button .ui-icon {
189
-	position: relative;
190
-	float: left;
191
-	margin-top: -50%;
192
-	*margin-top: 0;
193
-	*top: -50%;
194
-	}
195
-
196
-/*
197
-  button states
198
-  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
199
-*/
200
-
201
-.fc-state-default {
202
-	background-color: #f5f5f5;
203
-	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
204
-	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
205
-	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
206
-	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
207
-	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
208
-	background-repeat: repeat-x;
209
-	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
210
-	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
211
-	color: #333;
212
-	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
213
-	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
214
-	}
215
-
216
-.fc-state-hover,
217
-.fc-state-down,
218
-.fc-state-active,
219
-.fc-state-disabled {
220
-	color: #333333;
221
-	background-color: #e6e6e6;
222
-	}
223
-
224
-.fc-state-hover {
225
-	color: #333333;
226
-	text-decoration: none;
227
-	background-position: 0 -15px;
228
-	-webkit-transition: background-position 0.1s linear;
229
-	   -moz-transition: background-position 0.1s linear;
230
-	     -o-transition: background-position 0.1s linear;
231
-	        transition: background-position 0.1s linear;
232
-	}
233
-
234
-.fc-state-down,
235
-.fc-state-active {
236
-	background-color: #cccccc;
237
-	background-image: none;
238
-	outline: 0;
239
-	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
240
-	}
241
-
242
-.fc-state-disabled {
243
-	cursor: default;
244
-	background-image: none;
245
-	opacity: 0.65;
246
-	filter: alpha(opacity=65);
247
-	box-shadow: none;
248
-	}
249
-
250
-
251
-
252
-/* Global Event Styles
253
-------------------------------------------------------------------------*/
254
-
255
-.fc-event-container > * {
256
-	z-index: 8;
257
-	}
258
-
259
-.fc-event-container > .ui-draggable-dragging,
260
-.fc-event-container > .ui-resizable-resizing {
261
-	z-index: 9;
262
-	}
263
-
264
-.fc-event {
265
-	border: 1px solid #3a87ad; /* default BORDER color */
266
-	background-color: #3a87ad; /* default BACKGROUND color */
267
-	color: #fff;               /* default TEXT color */
268
-	font-size: .85em;
269
-	cursor: default;
270
-	}
271
-
272
-a.fc-event {
273
-	text-decoration: none;
274
-	}
275
-
276
-a.fc-event,
277
-.fc-event-draggable {
278
-	cursor: pointer;
279
-	}
280
-
281
-.fc-rtl .fc-event {
282
-	text-align: right;
283
-	}
284
-
285
-.fc-event-inner {
286
-	width: 100%;
287
-	height: 100%;
288
-	overflow: hidden;
289
-	}
290
-
291
-.fc-event-time,
292
-.fc-event-title {
293
-	padding: 0 1px;
294
-	}
295
-
296
-.fc .ui-resizable-handle {
297
-	display: block;
298
-	position: absolute;
299
-	z-index: 99999;
300
-	overflow: hidden; /* hacky spaces (IE6/7) */
301
-	font-size: 300%;  /* */
302
-	line-height: 50%; /* */
303
-	}
304
-
305
-
306
-
307
-/* Horizontal Events
308
-------------------------------------------------------------------------*/
309
-
310
-.fc-event-hori {
311
-	border-width: 1px 0;
312
-	margin-bottom: 1px;
313
-	}
314
-
315
-.fc-ltr .fc-event-hori.fc-event-start,
316
-.fc-rtl .fc-event-hori.fc-event-end {
317
-	border-left-width: 1px;
318
-	border-top-left-radius: 3px;
319
-	border-bottom-left-radius: 3px;
320
-	}
321
-
322
-.fc-ltr .fc-event-hori.fc-event-end,
323
-.fc-rtl .fc-event-hori.fc-event-start {
324
-	border-right-width: 1px;
325
-	border-top-right-radius: 3px;
326
-	border-bottom-right-radius: 3px;
327
-	}
328
-
329
-/* resizable */
330
-
331
-.fc-event-hori .ui-resizable-e {
332
-	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
333
-	right: -3px      !important;
334
-	width: 7px       !important;
335
-	height: 100%     !important;
336
-	cursor: e-resize;
337
-	}
338
-
339
-.fc-event-hori .ui-resizable-w {
340
-	top: 0           !important;
341
-	left: -3px       !important;
342
-	width: 7px       !important;
343
-	height: 100%     !important;
344
-	cursor: w-resize;
345
-	}
346
-
347
-.fc-event-hori .ui-resizable-handle {
348
-	_padding-bottom: 14px; /* IE6 had 0 height */
349
-	}
350
-
351
-
352
-
353
-/* Reusable Separate-border Table
354
-------------------------------------------------------------*/
355
-
356
-table.fc-border-separate {
357
-	border-collapse: separate;
358
-	}
359
-
360
-.fc-border-separate th,
361
-.fc-border-separate td {
362
-	border-width: 1px 0 0 1px;
363
-	}
364
-
365
-.fc-border-separate th.fc-last,
366
-.fc-border-separate td.fc-last {
367
-	border-right-width: 1px;
368
-	}
369
-
370
-.fc-border-separate tr.fc-last th,
371
-.fc-border-separate tr.fc-last td {
372
-	border-bottom-width: 1px;
373
-	}
374
-
375
-.fc-border-separate tbody tr.fc-first td,
376
-.fc-border-separate tbody tr.fc-first th {
377
-	border-top-width: 0;
378
-	}
379
-
380
-
381
-
382
-/* Month View, Basic Week View, Basic Day View
383
-------------------------------------------------------------------------*/
384
-
385
-.fc-grid th {
386
-	text-align: center;
387
-	}
388
-
389
-.fc .fc-week-number {
390
-	width: 22px;
391
-	text-align: center;
392
-	}
393
-
394
-.fc .fc-week-number div {
395
-	padding: 0 2px;
396
-	}
397
-
398
-.fc-grid .fc-day-number {
399
-	float: right;
400
-	padding: 0 2px;
401
-	}
402
-
403
-.fc-grid .fc-other-month .fc-day-number {
404
-	opacity: 0.3;
405
-	filter: alpha(opacity=30); /* for IE */
406
-	/* opacity with small font can sometimes look too faded
407
-	   might want to set the 'color' property instead
408
-	   making day-numbers bold also fixes the problem */
409
-	}
410
-
411
-.fc-grid .fc-day-content {
412
-	clear: both;
413
-	padding: 2px 2px 1px; /* distance between events and day edges */
414
-	}
415
-
416
-/* event styles */
417
-
418
-.fc-grid .fc-event-time {
419
-	font-weight: bold;
420
-	}
421
-
422
-/* right-to-left */
423
-
424
-.fc-rtl .fc-grid .fc-day-number {
425
-	float: left;
426
-	}
427
-
428
-.fc-rtl .fc-grid .fc-event-time {
429
-	float: right;
430
-	}
431
-
432
-
433
-
434
-/* Agenda Week View, Agenda Day View
435
-------------------------------------------------------------------------*/
436
-
437
-.fc-agenda table {
438
-	border-collapse: separate;
439
-	}
440
-
441
-.fc-agenda-days th {
442
-	text-align: center;
443
-	}
444
-
445
-.fc-agenda .fc-agenda-axis {
446
-	width: 50px;
447
-	padding: 0 4px;
448
-	vertical-align: middle;
449
-	text-align: right;
450
-	white-space: nowrap;
451
-	font-weight: normal;
452
-	}
453
-
454
-.fc-agenda .fc-week-number {
455
-	font-weight: bold;
456
-	}
457
-
458
-.fc-agenda .fc-day-content {
459
-	padding: 2px 2px 1px;
460
-	}
461
-
462
-/* make axis border take precedence */
463
-
464
-.fc-agenda-days .fc-agenda-axis {
465
-	border-right-width: 1px;
466
-	}
467
-
468
-.fc-agenda-days .fc-col0 {
469
-	border-left-width: 0;
470
-	}
471
-
472
-/* all-day area */
473
-
474
-.fc-agenda-allday th {
475
-	border-width: 0 1px;
476
-	}
477
-
478
-.fc-agenda-allday .fc-day-content {
479
-	min-height: 34px; /* TODO: doesnt work well in quirksmode */
480
-	_height: 34px;
481
-	}
482
-
483
-/* divider (between all-day and slots) */
484
-
485
-.fc-agenda-divider-inner {
486
-	height: 2px;
487
-	overflow: hidden;
488
-	}
489
-
490
-.fc-widget-header .fc-agenda-divider-inner {
491
-	background: #eee;
492
-	}
493
-
494
-/* slot rows */
495
-
496
-.fc-agenda-slots th {
497
-	border-width: 1px 1px 0;
498
-	}
499
-
500
-.fc-agenda-slots td {
501
-	border-width: 1px 0 0;
502
-	background: none;
503
-	}
504
-
505
-.fc-agenda-slots td div {
506
-	height: 20px;
507
-	}
508
-
509
-.fc-agenda-slots tr.fc-slot0 th,
510
-.fc-agenda-slots tr.fc-slot0 td {
511
-	border-top-width: 0;
512
-	}
513
-
514
-.fc-agenda-slots tr.fc-minor th,
515
-.fc-agenda-slots tr.fc-minor td {
516
-	border-top-style: dotted;
517
-	}
518
-
519
-.fc-agenda-slots tr.fc-minor th.ui-widget-header {
520
-	*border-top-style: solid; /* doesn't work with background in IE6/7 */
521
-	}
522
-
523
-
524
-
525
-/* Vertical Events
526
-------------------------------------------------------------------------*/
527
-
528
-.fc-event-vert {
529
-	border-width: 0 1px;
530
-	}
531
-
532
-.fc-event-vert.fc-event-start {
533
-	border-top-width: 1px;
534
-	border-top-left-radius: 3px;
535
-	border-top-right-radius: 3px;
536
-	}
537
-
538
-.fc-event-vert.fc-event-end {
539
-	border-bottom-width: 1px;
540
-	border-bottom-left-radius: 3px;
541
-	border-bottom-right-radius: 3px;
542
-	}
543
-
544
-.fc-event-vert .fc-event-time {
545
-	white-space: nowrap;
546
-	font-size: 10px;
547
-	}
548
-
549
-.fc-event-vert .fc-event-inner {
550
-	position: relative;
551
-	z-index: 2;
552
-	}
553
-
554
-.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
555
-	position: absolute;
556
-	z-index: 1;
557
-	top: 0;
558
-	left: 0;
559
-	width: 100%;
560
-	height: 100%;
561
-	background: #fff;
562
-	opacity: .25;
563
-	filter: alpha(opacity=25);
564
-	}
565
-
566
-.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
567
-.fc-select-helper .fc-event-bg {
568
-	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
569
-	}
570
-
571
-/* resizable */
572
-
573
-.fc-event-vert .ui-resizable-s {
574
-	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
575
-	width: 100%      !important;
576
-	height: 8px      !important;
577
-	overflow: hidden !important;
578
-	line-height: 8px !important;
579
-	font-size: 11px  !important;
580
-	font-family: monospace;
581
-	text-align: center;
582
-	cursor: s-resize;
583
-	}
584
-
585
-.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
586
-	_overflow: hidden;
587
-	}
588
-
589
-

+ 0 - 32
CallCenterWeb.UI/css/plugins/fullcalendar/fullcalendar.print.css

@@ -1,32 +0,0 @@
1
-/*!
2
- * FullCalendar v1.6.4 Print Stylesheet
3
- * Docs & License: http://arshaw.com/fullcalendar/
4
- * (c) 2013 Adam Shaw
5
- */
6
-
7
-/*
8
- * Include this stylesheet on your page to get a more printer-friendly calendar.
9
- * When including this stylesheet, use the media='print' attribute of the <link> tag.
10
- * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
11
- */
12
-
13
-
14
- /* Events
15
------------------------------------------------------*/
16
-
17
-.fc-event {
18
-	background: #fff !important;
19
-	color: #000 !important;
20
-	}
21
-
22
-/* for vertical events */
23
-
24
-.fc-event-bg {
25
-	display: none !important;
26
-	}
27
-
28
-.fc-event .ui-resizable-handle {
29
-	display: none !important;
30
-	}
31
-
32
-

+ 0 - 59
CallCenterWeb.UI/css/plugins/iCheck/custom.css

@@ -1,59 +0,0 @@
1
-/* iCheck plugin Square skin, green
2
------------------------------------ */
3
-.icheckbox_square-green,
4
-.iradio_square-green {
5
-    display: inline-block;
6
-    *display: inline;
7
-    vertical-align: middle;
8
-    margin: 0;
9
-    padding: 0;
10
-    width: 22px;
11
-    height: 22px;
12
-    background: url(green.png) no-repeat;
13
-    border: none;
14
-    cursor: pointer;
15
-}
16
-
17
-.icheckbox_square-green {
18
-    background-position: 0 0;
19
-}
20
-.icheckbox_square-green.hover {
21
-    background-position: -24px 0;
22
-}
23
-.icheckbox_square-green.checked {
24
-    background-position: -48px 0;
25
-}
26
-.icheckbox_square-green.disabled {
27
-    background-position: -72px 0;
28
-    cursor: default;
29
-}
30
-.icheckbox_square-green.checked.disabled {
31
-    background-position: -96px 0;
32
-}
33
-
34
-.iradio_square-green {
35
-    background-position: -120px 0;
36
-}
37
-.iradio_square-green.hover {
38
-    background-position: -144px 0;
39
-}
40
-.iradio_square-green.checked {
41
-    background-position: -168px 0;
42
-}
43
-.iradio_square-green.disabled {
44
-    background-position: -192px 0;
45
-    cursor: default;
46
-}
47
-.iradio_square-green.checked.disabled {
48
-    background-position: -216px 0;
49
-}
50
-
51
-/* HiDPI support */
52
-@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
53
-    .icheckbox_square-green,
54
-    .iradio_square-green {
55
-        background-image: url(green%402x.png);
56
-        -webkit-background-size: 240px 24px;
57
-        background-size: 240px 24px;
58
-    }
59
-}

BIN
CallCenterWeb.UI/css/plugins/iCheck/green.png


BIN
CallCenterWeb.UI/css/plugins/iCheck/green@2x.png


+ 0 - 126
CallCenterWeb.UI/css/plugins/ionRangeSlider/ion.rangeSlider.css

@@ -1,126 +0,0 @@
1
-/* Ion.RangeSlider
2
-// css version 1.8.5
3
-// by Denis Ineshin | ionden.com
4
-// ===================================================================================================================*/
5
-
6
-/* =====================================================================================================================
7
-// RangeSlider */
8
-
9
-.irs {
10
-    position: relative; display: block;
11
-}
12
-    .irs-line {
13
-        position: relative; display: block;
14
-        overflow: hidden;
15
-    }
16
-        .irs-line-left, .irs-line-mid, .irs-line-right {
17
-            position: absolute; display: block;
18
-            top: 0;
19
-        }
20
-        .irs-line-left {
21
-            left: 0; width: 10%;
22
-        }
23
-        .irs-line-mid {
24
-            left: 10%; width: 80%;
25
-        }
26
-        .irs-line-right {
27
-            right: 0; width: 10%;
28
-        }
29
-
30
-    .irs-diapason {
31
-        position: absolute; display: block;
32
-        left: 0; width: 100%;
33
-    }
34
-    .irs-slider {
35
-        position: absolute; display: block;
36
-        cursor: default;
37
-        z-index: 1;
38
-    }
39
-        .irs-slider.single {
40
-            left: 10px;
41
-        }
42
-            .irs-slider.single:before {
43
-                position: absolute; display: block; content: "";
44
-                top: -30%; left: -30%;
45
-                width: 160%; height: 160%;
46
-                background: rgba(0,0,0,0.0);
47
-            }
48
-        .irs-slider.from {
49
-            left: 100px;
50
-        }
51
-            .irs-slider.from:before {
52
-                position: absolute; display: block; content: "";
53
-                top: -30%; left: -30%;
54
-                width: 130%; height: 160%;
55
-                background: rgba(0,0,0,0.0);
56
-            }
57
-        .irs-slider.to {
58
-            left: 300px;
59
-        }
60
-            .irs-slider.to:before {
61
-                position: absolute; display: block; content: "";
62
-                top: -30%; left: 0;
63
-                width: 130%; height: 160%;
64
-                background: rgba(0,0,0,0.0);
65
-            }
66
-        .irs-slider.last {
67
-            z-index: 2;
68
-        }
69
-
70
-    .irs-min {
71
-        position: absolute; display: block;
72
-        left: 0;
73
-        cursor: default;
74
-    }
75
-    .irs-max {
76
-        position: absolute; display: block;
77
-        right: 0;
78
-        cursor: default;
79
-    }
80
-
81
-    .irs-from, .irs-to, .irs-single {
82
-        position: absolute; display: block;
83
-        top: 0; left: 0;
84
-        cursor: default;
85
-        white-space: nowrap;
86
-    }
87
-
88
-
89
-.irs-grid {
90
-    position: absolute; display: none;
91
-    bottom: 0; left: 0;
92
-    width: 100%; height: 20px;
93
-}
94
-.irs-with-grid .irs-grid {
95
-    display: block;
96
-}
97
-    .irs-grid-pol {
98
-        position: absolute;
99
-        top: 0; left: 0;
100
-        width: 1px; height: 8px;
101
-        background: #000;
102
-    }
103
-    .irs-grid-pol.small {
104
-        height: 4px;
105
-    }
106
-    .irs-grid-text {
107
-        position: absolute;
108
-        bottom: 0; left: 0;
109
-        width: 100px;
110
-        white-space: nowrap;
111
-        text-align: center;
112
-        font-size: 9px; line-height: 9px;
113
-        color: #000;
114
-    }
115
-
116
-.irs-disable-mask {
117
-    position: absolute; display: block;
118
-    top: 0; left: 0;
119
-    width: 100%; height: 100%;
120
-    cursor: default;
121
-    background: rgba(0,0,0,0.0);
122
-    z-index: 2;
123
-}
124
-.irs-disabled {
125
-    opacity: 0.4;
126
-}

+ 0 - 89
CallCenterWeb.UI/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css

@@ -1,89 +0,0 @@
1
-/* Ion.RangeSlider, Flat UI Skin
2
-// css version 1.8.5
3
-// by Denis Ineshin | ionden.com
4
-// ===================================================================================================================*/
5
-
6
-/* =====================================================================================================================
7
-// Skin details */
8
-
9
-.irs-line-mid,
10
-.irs-line-left,
11
-.irs-line-right,
12
-.irs-diapason,
13
-.irs-slider {
14
-    background: url(../images/sprite-skin-flat.png) repeat-x;
15
-}
16
-
17
-.irs {
18
-    height: 40px;
19
-}
20
-.irs-with-grid {
21
-    height: 60px;
22
-}
23
-.irs-line {
24
-    height: 12px; top: 25px;
25
-}
26
-    .irs-line-left {
27
-        height: 12px;
28
-        background-position: 0 -30px;
29
-    }
30
-    .irs-line-mid {
31
-        height: 12px;
32
-        background-position: 0 0;
33
-    }
34
-    .irs-line-right {
35
-        height: 12px;
36
-        background-position: 100% -30px;
37
-    }
38
-
39
-.irs-diapason {
40
-    height: 12px; top: 25px;
41
-    background-position: 0 -60px;
42
-}
43
-
44
-.irs-slider {
45
-    width: 16px; height: 18px;
46
-    top: 22px;
47
-    background-position: 0 -90px;
48
-}
49
-#irs-active-slider, .irs-slider:hover {
50
-    background-position: 0 -120px;
51
-}
52
-
53
-.irs-min, .irs-max {
54
-    color: #999;
55
-    font-size: 10px; line-height: 1.333;
56
-    text-shadow: none;
57
-    top: 0; padding: 1px 3px;
58
-    background: #e1e4e9;
59
-    border-radius: 4px;
60
-}
61
-
62
-.irs-from, .irs-to, .irs-single {
63
-    color: #fff;
64
-    font-size: 10px; line-height: 1.333;
65
-    text-shadow: none;
66
-    padding: 1px 5px;
67
-    background: #ed5565;
68
-    border-radius: 4px;
69
-}
70
-.irs-from:after, .irs-to:after, .irs-single:after {
71
-    position: absolute; display: block; content: "";
72
-    bottom: -6px; left: 50%;
73
-    width: 0; height: 0;
74
-    margin-left: -3px;
75
-    overflow: hidden;
76
-    border: 3px solid transparent;
77
-    border-top-color: #ed5565;
78
-}
79
-
80
-
81
-.irs-grid-pol {
82
-    background: #e1e4e9;
83
-}
84
-.irs-grid-text {
85
-    color: #999;
86
-}
87
-
88
-.irs-disabled {
89
-}

+ 0 - 851
CallCenterWeb.UI/css/plugins/jqgrid/ui.jqgridffe4.css

@@ -1,851 +0,0 @@
1
-/*Grid*/
2
-.ui-jqgrid {
3
-	position: relative;
4
-	border: 1px solid #ddd;
5
-    overflow: hidden;
6
-}
7
-.ui-jqgrid .ui-jqgrid-view {
8
-	position: relative;
9
-	left:0;
10
-	top: 0;
11
-	padding: 0;
12
-}
13
-.ui-jqgrid .ui-common-table {}
14
-
15
-/* Caption*/
16
-.ui-jqgrid .ui-jqgrid-titlebar {
17
-	font-weight: normal;
18
-	min-height:37px;
19
-	padding: 4px 8px;
20
-	position: relative;
21
-	margin-right: 2px;
22
-	border-bottom: 1px solid #ddd; //default
23
-
24
-}
25
-.ui-jqgrid .ui-jqgrid-caption {
26
-	text-align: left;
27
-}
28
-.ui-jqgrid .ui-jqgrid-title {
29
-	padding-top: 5px;
30
-	vertical-align: middle;
31
-}
32
-.ui-jqgrid .ui-jqgrid-titlebar-close {
33
-	color: inherit;
34
-	position: absolute;
35
-	top: 50%;
36
-	margin: -10px 7px 0 0;
37
-	padding: 1px;
38
-	cursor:pointer;
39
-}
40
-.ui-jqgrid .ui-jqgrid-titlebar-close span {
41
-	display: block;
42
-	margin: 1px;
43
-}
44
-.ui-jqgrid .ui-jqgrid-titlebar-close:hover {  }
45
-
46
-/* Header*/
47
-.ui-jqgrid .ui-jqgrid-hdiv {
48
-	position: relative;
49
-	margin: 0;
50
-	padding: 0;
51
-	overflow: hidden;
52
-}
53
-.ui-jqgrid .ui-jqgrid-hbox {
54
-	float: left;
55
-	padding-right: 20px;
56
-}
57
-.ui-jqgrid .ui-jqgrid-htable {
58
-	margin-bottom: 0;
59
-	table-layout: fixed;
60
-	border-top:none;
61
-}
62
-.ui-jqgrid .ui-jqgrid-htable thead th {
63
-	overflow : hidden;
64
-	border-bottom : none;
65
-	padding-right: 2px;
66
-}
67
-.ui-jqgrid .ui-jqgrid-htable thead th div {
68
-	overflow: hidden;
69
-	position:relative;
70
-}
71
-.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
72
-	overflow: hidden;
73
-	white-space: nowrap;
74
-}
75
-.ui-th-column-header,
76
-.ui-jqgrid .ui-jqgrid-htable th.ui-th-column-header {
77
-	overflow: hidden;
78
-	white-space: nowrap;
79
-}
80
-.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {}
81
-.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {text-align: center; }
82
-.ui-first-th-ltr { }
83
-.ui-first-th-rtl { }
84
-.ui-jqgrid tr.jqg-first-row-header th {
85
-	height:auto;
86
-	border-top:none;
87
-	padding-bottom: 0;
88
-	padding-top: 0;
89
-	border-bottom: none;
90
-	padding-right: 2px;
91
-	text-align: center;
92
-}
93
-.ui-jqgrid tr.jqg-second-row-header th,
94
-.ui-jqgrid tr.jqg-third--row-header th
95
-{
96
-	border-top:none;
97
-	text-align: center;
98
-}
99
-
100
-.ui-jqgrid .ui-th-div-ie {
101
-	white-space: nowrap;
102
-	zoom :1;
103
-	height:17px;
104
-}
105
-.ui-jqgrid .ui-jqgrid-resize {
106
-	height:20px !important;
107
-	position: relative;
108
-	cursor :e-resize;
109
-	display: inline;
110
-	overflow: hidden;
111
-}
112
-.ui-jqgrid .ui-grid-ico-sort {
113
-	margin-left:5px;
114
-	overflow:hidden;
115
-	position:absolute;
116
-	right: 3px;
117
-	font-size:12px;
118
-}
119
-.ui-jqgrid .ui-icon-asc {
120
-	margin-top:-3px;
121
-}
122
-.ui-jqgrid .ui-icon-desc {
123
-	margin-top:4px;
124
-}
125
-.ui-jqgrid .ui-i-asc {
126
-	margin-top:0;
127
-}
128
-.ui-jqgrid .ui-i-desc {
129
-	margin-top:0;
130
-	margin-right:13px;
131
-}
132
-.ui-jqgrid .ui-single-sort-asc {
133
-	margin-top:0;
134
-}
135
-.ui-jqgrid .ui-single-sort-desc {}
136
-.ui-jqgrid .ui-jqgrid-sortable {
137
-	cursor:pointer;
138
-}
139
-.ui-jqgrid tr.ui-search-toolbar th { }
140
-.ui-jqgrid .ui-search-table td.ui-search-clear { }
141
-.ui-jqgrid tr.ui-search-toolbar td > input { }
142
-.ui-jqgrid tr.ui-search-toolbar select {}
143
-
144
-/* Body */
145
-.ui-jqgrid .table-bordered,
146
-.ui-jqgrid .table-bordered td,
147
-.ui-jqgrid .table-bordered th.ui-th-ltr
148
-{
149
-	border-left:0px none !important;
150
-}
151
-.ui-jqgrid .table-bordered th.ui-th-rtl
152
-{
153
-	border-right:0px none !important;
154
-}
155
-.ui-jqgrid .table-bordered tr.ui-row-rtl td
156
-{
157
-	border-right:0px none !important;
158
-	border-left: 1px solid #ddd !important;
159
-}
160
-div.tablediv > .table-bordered {
161
-	border-left : 1px solid #ddd !important;
162
-}
163
-.ui-jqgrid  .ui-jqgrid-bdiv table.table-bordered td {
164
-	border-top: 0px none;
165
-}
166
-.ui-jqgrid .ui-jqgrid-bdiv {
167
-	position: relative;
168
-	margin: 0;
169
-	padding:0;
170
-	overflow-x:hidden;
171
-	text-align:left;
172
-}
173
-.ui-jqgrid .ui-jqgrid-btable {
174
-	table-layout: fixed;
175
-	border-left:none ;
176
-	border-top:none;
177
-	margin-bottom: 0px
178
-}
179
-.ui-jqgrid tr.jqgrow {
180
-	outline-style: none;
181
-}
182
-.ui-jqgrid tr.jqgroup {
183
-	outline-style: none;
184
-}
185
-.ui-jqgrid tr.jqgrow td {
186
-	overflow: hidden;
187
-	white-space: pre;
188
-	padding-right: 2px;
189
-}
190
-.ui-jqgrid tr.jqgfirstrow  td {
191
-	height:auto;
192
-	border-top:none;
193
-	padding-bottom: 0;
194
-	padding-top: 0;
195
-	border-bottom: none;
196
-	padding-right: 2px;
197
-}
198
-.ui-jqgrid tr.jqgroup td { }
199
-.ui-jqgrid tr.jqfoot td {}
200
-.ui-jqgrid tr.ui-row-ltr td {}
201
-.ui-jqgrid tr.ui-row-rtl td {}
202
-.ui-jqgrid td.jqgrid-rownum { }
203
-.ui-jqgrid .ui-jqgrid-resize-mark {
204
-	width:2px;
205
-	left:0;
206
-	background-color:#777;
207
-	cursor: e-resize;
208
-	cursor: col-resize;
209
-	position:absolute;
210
-	top:0;
211
-	height:100px;
212
-	overflow:hidden;
213
-	display:none;
214
-	border:0 none;
215
-	z-index: 99999;
216
-
217
-}
218
-/* Footer */
219
-.ui-jqgrid .ui-jqgrid-sdiv {
220
-	position: relative;
221
-	margin: 0;
222
-	padding: 0;
223
-	overflow: hidden;
224
-	border-left: 0 none !important;
225
-	border-top : 0 none !important;
226
-	border-right : 0 none !important;
227
-}
228
-.ui-jqgrid .ui-jqgrid-ftable {
229
-	table-layout:fixed;
230
-	margin-bottom:0;
231
-}
232
-
233
-.ui-jqgrid tr.footrow td {
234
-	font-weight: bold;
235
-	overflow: hidden;
236
-	white-space:nowrap;
237
-	padding-right: 2px;
238
-	border-bottom: 0px none;
239
-}
240
-.ui-jqgrid tr.footrow-ltr td {
241
-	text-align:left;
242
-}
243
-.ui-jqgrid tr.footrow-rtl td {
244
-	text-align:right;
245
-}
246
-
247
-/* Pager*/
248
-.ui-jqgrid .ui-jqgrid-pager,
249
-.ui-jqgrid .ui-jqgrid-toppager
250
-{
251
-	border-left-width: 0px;
252
-	border-top: 1px solid #ddd;
253
-	padding : 4px 0px;
254
-	position: relative;
255
-	height: auto;
256
-	white-space: nowrap;
257
-	overflow: hidden;
258
-}
259
-.ui-jqgrid .ui-jqgrid-toppager {
260
-	border-top-width :0;
261
-	border-bottom : 1px solid #ddd;
262
-}
263
-.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control,
264
-.ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
265
-	position: relative;
266
-	border-left: 0;
267
-	border-bottom: 0;
268
-	border-top: 0;
269
-	height: 30px;
270
-}
271
-.ui-jqgrid .ui-pg-table {
272
-	position: relative;
273
-	padding: 1px 0;
274
-	width:auto;
275
-	margin: 0;
276
-}
277
-.ui-jqgrid .ui-pg-table td {
278
-	font-weight:normal;
279
-	vertical-align:middle;
280
-	padding:0px 6px;
281
-}
282
-.ui-jqgrid .ui-pg-button  {
283
-	height:auto;
284
-}
285
-.ui-jqgrid .ui-pg-button span {
286
-	display: block;
287
-	margin: 2px;
288
-	float:left;
289
-}
290
-.ui-jqgrid .ui-pg-button:hover {  }
291
-.ui-jqgrid .ui-disabled:hover {}
292
-.ui-jqgrid .ui-pg-input,
293
-.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
294
-	display: inline;
295
-	height:auto;
296
-	width: auto;
297
-	font-size:.9em;
298
-	margin:0;
299
-	line-height: inherit;
300
-	padding: 0px 5px
301
-}
302
-.ui-jqgrid .ui-pg-selbox,
303
-.ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
304
-	font-size:.9em;
305
-	line-height:inherit;
306
-	display:block;
307
-	height:22px;
308
-	margin: 0;
309
-	padding: 3px 0px 3px 3px;
310
-	border:none;
311
-}
312
-.ui-jqgrid .ui-separator {
313
-	height: 18px;
314
-	border : none;
315
-	border-left: 2px solid #ccc ; //default
316
-}
317
-.ui-separator-li {
318
-	height: 2px;
319
-	border : none;
320
-	border-top: 2px solid #ccc ;  //default
321
-	margin: 0; padding: 0; width:100%
322
-}
323
-.ui-jqgrid .ui-jqgrid-pager .ui-pg-div,
324
-.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div
325
-{
326
-	float:left;
327
-	position:relative;
328
-}
329
-.ui-jqgrid .ui-jqgrid-pager .ui-pg-button,
330
-.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button
331
-{
332
-	cursor:pointer;
333
-}
334
-.ui-jqgrid .ui-jqgrid-pager .ui-pg-div  span,
335
-.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div  span
336
-{
337
-	float:left;
338
-}
339
-.ui-jqgrid td input,
340
-.ui-jqgrid td select,
341
-.ui-jqgrid td textarea {
342
-	margin: 0;
343
-}
344
-.ui-jqgrid td textarea {
345
-	width:auto;
346
-	height:auto;
347
-}
348
-.ui-jqgrid .ui-jqgrid-pager .ui-pager-table,
349
-.ui-jqgrid .ui-jqgrid-toppager .ui-pager-table
350
-{
351
-	width:100%;
352
-	table-layout:fixed;
353
-	height:100%;
354
-}
355
-.ui-jqgrid .ui-jqgrid-pager .ui-paging-info,
356
-.ui-jqgrid .ui-jqgrid-toppager .ui-paging-info
357
-{
358
-	font-weight: normal;
359
-	height:auto;
360
-	margin-top:3px;
361
-	margin-right:4px;
362
-	display: inline;
363
-}
364
-.ui-jqgrid .ui-jqgrid-pager .ui-paging-pager,
365
-.ui-jqgrid .ui-jqgrid-toppager .ui-paging-pager
366
-{
367
-	table-layout:auto;
368
-	height:100%;
369
-}
370
-.ui-jqgrid .ui-jqgrid-pager .navtable,
371
-.ui-jqgrid .ui-jqgrid-toppager .navtable
372
-{
373
-	float:left;
374
-	table-layout:auto;
375
-	height:100%;
376
-}
377
-
378
-/*Subgrid*/
379
-
380
-.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
381
-	display: block;
382
-}
383
-.ui-jqgrid .ui-subgrid {
384
-	margin:0;
385
-	padding:0;
386
-	width:100%;
387
-}
388
-.ui-jqgrid .ui-subgrid table {
389
-	table-layout: fixed;
390
-}
391
-.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {}
392
-.ui-jqgrid .ui-subgrid td.subgrid-data {
393
-	border-top:  0 none !important;
394
-}
395
-.ui-jqgrid .ui-subgrid td.subgrid-cell {
396
-	vertical-align: middle
397
-}
398
-.ui-jqgrid a.ui-sghref {
399
-	text-decoration: none;
400
-	color : #010101; //default
401
-}
402
-.ui-jqgrid .ui-th-subgrid {height:20px;}
403
-.tablediv > .row { margin: 0 0}
404
-/* loading */
405
-.ui-jqgrid .loading {
406
-	position: absolute;
407
-	top: 45%;
408
-	left: 45%;
409
-	width: auto;
410
-	z-index:101;
411
-	padding: 6px;
412
-	margin: 5px;
413
-	text-align: center;
414
-	display: none;
415
-	border: 1px solid #ddd;  //default
416
-	font-size: 14px;
417
-	background-color: #d9edf7;
418
-}
419
-.ui-jqgrid .jqgrid-overlay {
420
-	display:none;
421
-	z-index:100;
422
-}
423
-/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
424
-* .jqgrid-overlay iframe {
425
-	position:absolute;
426
-	top:0;
427
-	left:0;
428
-	z-index:-1;
429
-}
430
-/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
431
-/* end loading div */
432
-
433
-/* Toolbar */
434
-.ui-jqgrid .ui-userdata {
435
-	padding: 4px 0px;
436
-	overflow: hidden;
437
-	min-height: 32px;
438
-}
439
-.ui-jqgrid .ui-userdata-top {
440
-	border-left-width: 0px;    //default
441
-	border-bottom: 1px solid #ddd;
442
-}
443
-.ui-jqgrid .ui-userdata-bottom {
444
-	border-left-width: 0px;    //default
445
-	border-top: 1px solid #ddd;
446
-}
447
-/*Modal Window */
448
-.ui-jqdialog { }
449
-.ui-jqdialog {
450
-	display: none;
451
-	width: 500px;
452
-	position: absolute;
453
-	//padding: 5px;
454
-	overflow:visible;
455
-}
456
-.ui-jqdialog .ui-jqdialog-titlebar {
457
-	padding: .1em .1em;
458
-	min-height: 35px;
459
-}
460
-.ui-jqdialog .ui-jqdialog-title {
461
-	margin: .3em 0 .2em;
462
-	font-weight: bold;
463
-	padding-left :6px;
464
-	padding-right:6px;
465
-}
466
-.ui-jqdialog .ui-jqdialog-titlebar-close {
467
-	position: absolute;
468
-	top: 0%;
469
-	margin: 3px 5px 0 0;
470
-	padding: 8px;
471
-	cursor:pointer;
472
-}
473
-
474
-.ui-jqdialog .ui-jqdialog-titlebar-close span {  }
475
-.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
476
-.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
477
-	padding: 8px;
478
-}
479
-.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
480
-	border: 0;
481
-	padding: .3em .2em;
482
-	background: none;
483
-	height:auto;
484
-}
485
-.ui-jqdialog .ui-jqconfirm {
486
-	padding: .4em 1em;
487
-	border-width:3px;
488
-	position:absolute;
489
-	bottom:10px;
490
-	right:10px;
491
-	overflow:visible;
492
-	display:none;
493
-	height:120px;
494
-	width:220px;
495
-	text-align:center;
496
-	background-color: #fff;
497
-	border-radius: 4px;
498
-	-webkit-border-radius: 4px;
499
-	-moz-border-radius: 4px;
500
-}
501
-.ui-jqdialog>.ui-resizable-se { }
502
-.ui-jqgrid>.ui-resizable-se { }
503
-/* end Modal window*/
504
-/* Form edit */
505
-.ui-jqdialog-content .FormGrid {
506
-	margin: 0 8px 0 8px;
507
-	overflow:auto;
508
-	position:relative;
509
-}
510
-.ui-jqdialog-content .EditTable {
511
-	width: 100%;
512
-	margin-bottom:0;
513
-}
514
-.ui-jqdialog-content .DelTable {
515
-	width: 100%;
516
-	margin-bottom:0;
517
-}
518
-.EditTable td input,
519
-.EditTable td select,
520
-.EditTable td textarea {
521
-	width: 98%;
522
-	display: inline-block;
523
-}
524
-.EditTable td textarea {
525
-	width:auto;
526
-	height:auto;
527
-}
528
-.EditTable .FormData td {
529
-	height:37px !important;
530
-}
531
-.ui-jqdialog-content td.EditButton {
532
-	text-align: right;
533
-	padding: 5px 5px 5px 0;
534
-}
535
-.ui-jqdialog-content td.navButton {
536
-	text-align: center;
537
-	border-left: 0 none;
538
-	border-top: 0 none;
539
-	border-right: 0 none;
540
-	padding-bottom:5px;
541
-	padding-top:5px;
542
-}
543
-.ui-jqdialog-content input.FormElement {
544
-	padding: .5em .3em;
545
-	margin-bottom: 5px
546
-}
547
-.ui-jqdialog-content select.FormElement {
548
-	padding:.3em;
549
-	margin-bottom: 3px;
550
-}
551
-.ui-jqdialog-content .data-line {
552
-	padding-top:.1em;
553
-	border: 0 none;
554
-}
555
-
556
-.ui-jqdialog-content .CaptionTD {
557
-	vertical-align: middle;
558
-	border: 0 none;
559
-	padding: 2px;
560
-	white-space: nowrap;
561
-}
562
-.ui-jqdialog-content .DataTD {
563
-	padding: 2px;
564
-	border: 0 none;
565
-	vertical-align: top;
566
-}
567
-.ui-jqdialog-content .form-view-data {
568
-	white-space:pre
569
-}
570
-.fm-button {  }
571
-.fm-button-icon-left {
572
-	margin-left: 4px;
573
-	margin-right: 4px;
574
-}
575
-.fm-button-icon-right {
576
-	margin-left: 4px;
577
-	margin-right: 4px;
578
-}
579
-.fm-button-icon-left  {  }
580
-.fm-button-icon-right  { }
581
-#nData, #pData {
582
-	margin-left: 4px;
583
-	margin-right: 4px;
584
-}
585
-#sData span, #cData span {
586
-	margin-left: 5px;
587
-}
588
-/* End Eorm edit */
589
-/*.ui-jqgrid .edit-cell {}*/
590
-.ui-jqgrid .selected-row,
591
-div.ui-jqgrid .selected-row td {
592
-	font-style : normal;
593
-}
594
-/* inline edit actions button*/
595
-.ui-inline-del, .ui-inline-cancel {
596
-    margin-left: 14px;
597
-}
598
-.ui-jqgrid .inline-edit-cell {}
599
-/* Tree Grid */
600
-.ui-jqgrid .tree-wrap {
601
-	float: left;
602
-	position: relative;
603
-	height: 18px;
604
-	white-space: nowrap;
605
-	overflow: hidden;
606
-}
607
-.ui-jqgrid .tree-minus {
608
-	position: absolute;
609
-	height: 18px;
610
-	width: 18px;
611
-	overflow: hidden;
612
-}
613
-.ui-jqgrid .tree-plus {
614
-	position: absolute;
615
-	height: 18px;
616
-	width: 18px;
617
-	overflow: hidden;
618
-}
619
-.ui-jqgrid .tree-leaf {
620
-	position: absolute;
621
-	height: 18px;
622
-	width: 18px;
623
-	overflow: hidden;
624
-}
625
-.ui-jqgrid .treeclick {
626
-	cursor: pointer;
627
-}
628
-/* moda dialog */
629
-* iframe.jqm {
630
-	position:absolute;
631
-	top:0;
632
-	left:0;
633
-	z-index:-1;
634
-}
635
-/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
636
-.ui-jqgrid-dnd tr td {
637
-	border-right-width: 1px;
638
-	border-right-color: inherit;
639
-	border-right-style: solid;
640
-	height:20px
641
-}
642
-/* RTL Support */
643
-.ui-jqgrid .ui-jqgrid-caption-rtl {
644
-	text-align: right;
645
-}
646
-.ui-jqgrid .ui-jqgrid-hbox-rtl {
647
-	float: right;
648
-	padding-left: 20px;
649
-}
650
-.ui-jqgrid .ui-jqgrid-resize-ltr {
651
-	float: right;
652
-	margin: -2px -2px -2px 0;
653
-	height:100%;
654
-}
655
-.ui-jqgrid .ui-jqgrid-resize-rtl {
656
-	float: left;
657
-	margin: -2px -2px -2px -0px;
658
-}
659
-.ui-jqgrid .ui-sort-rtl {
660
-
661
-}
662
-.ui-jqgrid .tree-wrap-ltr {
663
-	float: left;
664
-}
665
-.ui-jqgrid .tree-wrap-rtl {
666
-	float: right;
667
-}
668
-.ui-jqgrid .ui-ellipsis {
669
-	-moz-text-overflow:ellipsis;
670
-	text-overflow:ellipsis;
671
-}
672
-/* Toolbar Search Menu. Nav menu */
673
-.ui-search-menu,
674
-.ui-nav-menu {
675
-	position: absolute;
676
-	padding: 2px 5px;
677
-	z-index:99999;
678
-}
679
-.ui-search-menu.ui-menu .ui-menu-item,
680
-.ui-nav-menu.ui-menu .ui-menu-item
681
-{
682
-	list-style-image: none;
683
-	padding-right: 0;
684
-	padding-left: 0;
685
-}
686
-.ui-search-menu.ui-menu .ui-menu-item a,
687
-.ui-nav-menu.ui-menu .ui-menu-item a
688
-{
689
-	display: block;
690
-}
691
-.ui-search-menu.ui-menu .ui-menu-item a.g-menu-item:hover,
692
-.ui-nav-menu.ui-menu .ui-menu-item a.g-menu-item:hover
693
-{
694
-	margin: -1px;
695
-	font-weight: normal;
696
-}
697
-.ui-jqgrid .ui-search-table {
698
-	padding: 0;
699
-	border: 0 none;
700
-	height:20px;
701
-	width:100%;
702
-}
703
-.ui-jqgrid .ui-search-table .ui-search-oper {
704
-	width:20px;
705
-}
706
-a.g-menu-item, a.soptclass, a.clearsearchclass {
707
-	cursor: pointer;
708
-}
709
-.ui-jqgrid .ui-jqgrid-view input,
710
-.ui-jqgrid .ui-jqgrid-view select,
711
-.ui-jqgrid .ui-jqgrid-view textarea,
712
-.ui-jqgrid .ui-jqgrid-view button {
713
-    //font-size: 11px
714
-}
715
-.ui-jqgrid .ui-scroll-popup {
716
-	width: 100px;
717
-}
718
-.ui-search-table select,
719
-.ui-search-table input
720
-{
721
-	padding: 4px 3px;
722
-}
723
-
724
-.ui-disabled {
725
-	opacity: .35;
726
-	filter:Alpha(Opacity=35); /* support: IE8 */
727
-	background-image: none;
728
-}
729
-.ui-overlay {
730
-	position: fixed;
731
-	top: 0;
732
-	left: 0;
733
-	width: 100%;
734
-	height: 100%;
735
-	background-color: rgba(0,0,0,0.5);
736
-	opacity: .3;
737
-	filter: Alpha(Opacity=30); /* support: IE8 */
738
-}
739
-
740
-.ui-jqgrid-pager .ui-pg-table .ui-pg-button:hover,
741
-.ui-jqgrid-toppager .ui-pg-table .ui-pg-button:hover
742
-{
743
-	background-color: #ddd;
744
-}
745
-.ui-jqgrid-corner  {
746
-	 border-radius: 5px
747
-}
748
-.ui-resizable-handle {
749
-	//position: absolute;
750
-	display: block;
751
-	left :97%;
752
-}
753
-.ui-jqdialog .ui-resizable-se {
754
-	width: 12px;
755
-	height: 12px;
756
-	right: -5px;
757
-	bottom: -5px;
758
-	background-position: 16px 16px;
759
-}
760
-.ui-resizable-se {
761
-	cursor: se-resize;
762
-	width: 12px;
763
-	height: 12px;
764
-	right: 1px;
765
-	bottom: 1px;
766
-}
767
-.ui-top-corner {
768
-	border-top-left-radius: 5px;
769
-	border-top-right-radius: 5px;
770
-}
771
-.ui-bottom-corner {
772
-	border-bottom-left-radius: 5px;
773
-	border-bottom-right-radius: 5px;
774
-}
775
-
776
-.ui-search-table {
777
-	margin-bottom: 0;
778
-}
779
-.ui-search-table .columns, .ui-search-table .operators {
780
-	padding-right: 5px;
781
-}
782
-.opsel {
783
-	float :left;
784
-	width : 100px;
785
-	margin-right : 5px;
786
-}
787
-.add-group, .add-rule, .delete-group {
788
-	width: 14%;
789
-	margin-right : 5px;
790
-}
791
-.delete-rule {
792
-	width : 15px;
793
-}
794
-ul.ui-search-menu, ul.ui-nav-menu {
795
-	 list-style-type:  none;
796
-}
797
-ul.ui-search-menu li a,
798
-ul.ui-nav-menu li a,
799
-.soptclass,
800
-.clearsearchclass {
801
-	text-decoration: none;
802
-	color : #010101;
803
-}
804
-ul.ui-search-menu li a:hover, ul.ui-nav-menu li a:hover, a.soptclass:hover, a.clearsearchclass:hover {
805
-	background-color: #ddd;
806
-	padding: 1px 1px;
807
-	text-decoration: none;
808
-}
809
-ul.ui-search-menu li, ul.ui-nav-menu li {
810
-	padding : 5px 5px;
811
-}
812
-.ui-menu-item hr {
813
-	margin-bottom: 0px;
814
-	margin-top:0px;
815
-}
816
-
817
-.searchFilter .ui-search-table td,
818
-.searchFilter .ui-search-table th
819
-{
820
-	border-top: 0px none !important;
821
-}
822
-
823
-.searchFilter .queryresult {
824
-	margin-bottom: 5px;
825
-}
826
-.searchFilter .queryresult tr td{
827
-	border-top: 0px none;
828
-}
829
-.ui-search-label {
830
-	padding-left: 5px;
831
-}
832
-
833
-.frozen-div, .frozen-bdiv {
834
-	background-color: #fff;
835
-}
836
-/*
837
-.ui-jqgrid .ui-jqgrid-caption,
838
-.ui-jqgrid .ui-jqgrid-pager,
839
-.ui-jqgrid .ui-jqgrid-toppager,
840
-.ui-jqgrid .ui-jqgrid-htable thead th,
841
-.ui-jqgrid .ui-userdata-top,
842
-.ui-jqgrid .ui-userdata-bottom,
843
-.ui-jqgrid .ui-jqgrid-hdiv,
844
-.ui-jqdialog .ui-jqdialog-titlebar
845
-{
846
-    background-image: none, linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
847
-    background-repeat: repeat-x;
848
-    border-color: #ccc;
849
-    text-shadow: 0 1px 0 #fff;
850
-}
851
-*/

+ 0 - 2
CallCenterWeb.UI/css/plugins/morris/morris-0.4.3.min.css

@@ -1,2 +0,0 @@
1
-.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
2
-.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}

+ 0 - 165
CallCenterWeb.UI/css/plugins/nouslider/jquery.nouislider.css

@@ -1,165 +0,0 @@
1
-
2
-/* Functional styling;
3
- * These styles are required for noUiSlider to function.
4
- * You don't need to change these rules to apply your design.
5
- */
6
-.noUi-target,
7
-.noUi-target * {
8
--webkit-touch-callout: none;
9
--webkit-user-select: none;
10
--ms-touch-action: none;
11
--ms-user-select: none;
12
--moz-user-select: none;
13
--moz-box-sizing: border-box;
14
-	box-sizing: border-box;
15
-}
16
-.noUi-base {
17
-	width: 100%;
18
-	height: 100%;
19
-	position: relative;
20
-}
21
-.noUi-origin {
22
-	position: absolute;
23
-	right: 0;
24
-	top: 0;
25
-	left: 0;
26
-	bottom: 0;
27
-}
28
-.noUi-handle {
29
-	position: relative;
30
-	z-index: 1;
31
-}
32
-.noUi-stacking .noUi-handle {
33
-/* This class is applied to the lower origin when
34
-   its values is > 50%. */
35
-	z-index: 10;
36
-}
37
-.noUi-stacking + .noUi-origin {
38
-/* Fix stacking order in IE7, which incorrectly
39
-   creates a new context for the origins. */
40
-	*z-index: -1;
41
-}
42
-.noUi-state-tap .noUi-origin {
43
--webkit-transition: left 0.3s, top 0.3s;
44
-	transition: left 0.3s, top 0.3s;
45
-}
46
-.noUi-state-drag * {
47
-	cursor: inherit !important;
48
-}
49
-
50
-/* Slider size and handle placement;
51
- */
52
-.noUi-horizontal {
53
-	height: 18px;
54
-}
55
-.noUi-horizontal .noUi-handle {
56
-	width: 34px;
57
-	height: 28px;
58
-	left: -17px;
59
-	top: -6px;
60
-}
61
-.noUi-horizontal.noUi-extended {
62
-	padding: 0 15px;
63
-}
64
-.noUi-horizontal.noUi-extended .noUi-origin  {
65
-	right: -15px;
66
-}
67
-.noUi-vertical {
68
-	width: 18px;
69
-}
70
-.noUi-vertical .noUi-handle {
71
-	width: 28px;
72
-	height: 34px;
73
-	left: -6px;
74
-	top: -17px;
75
-}
76
-.noUi-vertical.noUi-extended {
77
-	padding: 15px 0;
78
-}
79
-.noUi-vertical.noUi-extended .noUi-origin  {
80
-	bottom: -15px;
81
-}
82
-
83
-/* Styling;
84
- */
85
-.noUi-background {
86
-	background: #FAFAFA;
87
-	box-shadow: inset 0 1px 1px #f0f0f0;
88
-}
89
-.noUi-connect {
90
-	background: #3FB8AF;
91
-	box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
92
--webkit-transition: background 450ms;
93
-	transition: background 450ms;
94
-}
95
-.noUi-origin {
96
-	border-radius: 2px;
97
-}
98
-.noUi-target {
99
-	border-radius: 4px;
100
-	border: 1px solid #D3D3D3;
101
-	box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
102
-}
103
-.noUi-target.noUi-connect {
104
-	box-shadow: inset 0 0 3px rgba(51,51,51,0.45), 0 3px 6px -5px #BBB;
105
-}
106
-
107
-/* Handles and cursors;
108
- */
109
-.noUi-dragable {
110
-	cursor: w-resize;
111
-}
112
-.noUi-vertical .noUi-dragable {
113
-	cursor: n-resize;
114
-}
115
-.noUi-handle {
116
-	border: 1px solid #D9D9D9;
117
-	border-radius: 3px;
118
-	background: #FFF;
119
-	cursor: default;
120
-	box-shadow: inset 0 0 1px #FFF,
121
-				inset 0 1px 7px #EBEBEB,
122
-				0 3px 6px -3px #BBB;
123
-}
124
-.noUi-active {
125
-	box-shadow: inset 0 0 1px #FFF,
126
-				inset 0 1px 7px #DDD,
127
-				0 3px 6px -3px #BBB;
128
-}
129
-
130
-/* Handle stripes;
131
- */
132
-.noUi-handle:before,
133
-.noUi-handle:after {
134
-	content: "";
135
-	display: block;
136
-	position: absolute;
137
-	height: 14px;
138
-	width: 1px;
139
-	background: #E8E7E6;
140
-	left: 14px;
141
-	top: 6px;
142
-}
143
-.noUi-handle:after {
144
-	left: 17px;
145
-}
146
-.noUi-vertical .noUi-handle:before,
147
-.noUi-vertical .noUi-handle:after {
148
-	width: 14px;
149
-	height: 1px;
150
-	left: 6px;
151
-	top: 14px;
152
-}
153
-.noUi-vertical .noUi-handle:after {
154
-	top: 17px;
155
-}
156
-
157
-/* Disabled state;
158
- */
159
-[disabled].noUi-connect,
160
-[disabled] .noUi-connect {
161
-	background: #B8B8B8;
162
-}
163
-[disabled] .noUi-handle {
164
-	cursor: not-allowed;
165
-}

Plik diff jest za duży
+ 0 - 1
CallCenterWeb.UI/css/plugins/plyr/plyr.css


Plik diff jest za duży
+ 0 - 1
CallCenterWeb.UI/css/plugins/plyr/sprite.svg


+ 0 - 620
CallCenterWeb.UI/css/plugins/simditor/simditor.css

@@ -1,620 +0,0 @@
1
-.simditor {
2
-  position: relative;
3
-  border: 1px solid #c9d8db;
4
-}
5
-.simditor .simditor-wrapper {
6
-  position: relative;
7
-  background: #ffffff;
8
-  overflow: hidden;
9
-}
10
-.simditor .simditor-wrapper .simditor-placeholder {
11
-  display: none;
12
-  position: absolute;
13
-  left: 0;
14
-  z-index: 0;
15
-  padding: 22px 15px;
16
-  font-size: 16px;
17
-  font-family: arial, sans-serif;
18
-  line-height: 1.5;
19
-  color: #999999;
20
-  background: transparent;
21
-}
22
-.simditor .simditor-wrapper.toolbar-floating .simditor-toolbar {
23
-  position: fixed;
24
-  top: 0;
25
-  z-index: 10;
26
-  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
27
-}
28
-.simditor .simditor-wrapper .simditor-image-loading {
29
-  width: 100%;
30
-  height: 100%;
31
-  background: rgba(0, 0, 0, 0.4);
32
-  position: absolute;
33
-  top: 0;
34
-  left: 0;
35
-  z-index: 2;
36
-}
37
-.simditor .simditor-wrapper .simditor-image-loading span {
38
-  width: 30px;
39
-  height: 30px;
40
-  background: #ffffff url(../../../img/loading-upload.gif) no-repeat center center;
41
-  border-radius: 30px;
42
-  position: absolute;
43
-  top: 50%;
44
-  left: 50%;
45
-  margin: -15px 0 0 -15px;
46
-  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
47
-}
48
-.simditor .simditor-wrapper .simditor-image-loading.uploading span {
49
-  background: #ffffff;
50
-  color: #333333;
51
-  font-size: 14px;
52
-  line-height: 30px;
53
-  text-align: center;
54
-}
55
-.simditor .simditor-body {
56
-  padding: 22px 15px 40px;
57
-  min-height: 300px;
58
-  outline: none;
59
-  cursor: text;
60
-  position: relative;
61
-  z-index: 1;
62
-  background: transparent;
63
-}
64
-.simditor .simditor-body a.selected {
65
-  background: #b3d4fd;
66
-}
67
-.simditor .simditor-body a.simditor-mention {
68
-  cursor: pointer;
69
-}
70
-.simditor .simditor-body .simditor-table {
71
-  position: relative;
72
-}
73
-.simditor .simditor-body .simditor-table.resizing {
74
-  cursor: col-resize;
75
-}
76
-.simditor .simditor-body .simditor-table .simditor-resize-handle {
77
-  position: absolute;
78
-  left: 0;
79
-  top: 0;
80
-  width: 10px;
81
-  height: 100%;
82
-  cursor: col-resize;
83
-}
84
-.simditor .simditor-body pre {
85
-  /*min-height: 28px;*/
86
-  box-sizing: border-box;
87
-  -moz-box-sizing: border-box;
88
-  word-wrap: break-word !important;
89
-  white-space: pre-wrap !important;
90
-}
91
-.simditor .simditor-body img {
92
-  cursor: pointer;
93
-}
94
-.simditor .simditor-body img.selected {
95
-  box-shadow: 0 0 0 4px #cccccc;
96
-}
97
-.simditor .simditor-paste-area,
98
-.simditor .simditor-clean-paste-area {
99
-  background: transparent;
100
-  border: none;
101
-  outline: none;
102
-  resize: none;
103
-  padding: 0;
104
-  margin: 0;
105
-}
106
-.simditor .simditor-toolbar {
107
-  border-bottom: 1px solid #eeeeee;
108
-  background: #ffffff;
109
-  width: 100%;
110
-}
111
-.simditor .simditor-toolbar > ul {
112
-  margin: 0;
113
-  padding: 0 0 0 6px;
114
-  list-style: none;
115
-}
116
-.simditor .simditor-toolbar > ul:after {
117
-  content: "";
118
-  display: table;
119
-  clear: both;
120
-}
121
-.simditor .simditor-toolbar > ul > li {
122
-  position: relative;
123
-  float: left;
124
-}
125
-.simditor .simditor-toolbar > ul > li > span.separator {
126
-  display: block;
127
-  float: left;
128
-  background: #cfcfcf;
129
-  width: 1px;
130
-  height: 18px;
131
-  margin: 11px 15px;
132
-}
133
-.simditor .simditor-toolbar > ul > li > .toolbar-item {
134
-  display: block;
135
-  float: left;
136
-  width: 50px;
137
-  height: 40px;
138
-  outline: none;
139
-  color: #333333;
140
-  font-size: 15px;
141
-  line-height: 40px;
142
-  text-align: center;
143
-  text-decoration: none;
144
-}
145
-.simditor .simditor-toolbar > ul > li > .toolbar-item span {
146
-  opacity: 0.6;
147
-}
148
-.simditor .simditor-toolbar > ul > li > .toolbar-item span.fa {
149
-  display: inline;
150
-  line-height: normal;
151
-}
152
-.simditor .simditor-toolbar > ul > li > .toolbar-item:hover span {
153
-  opacity: 1;
154
-}
155
-.simditor .simditor-toolbar > ul > li > .toolbar-item.active {
156
-  background: #eeeeee;
157
-}
158
-.simditor .simditor-toolbar > ul > li > .toolbar-item.active span {
159
-  opacity: 1;
160
-}
161
-.simditor .simditor-toolbar > ul > li > .toolbar-item.disabled {
162
-  cursor: default;
163
-}
164
-.simditor .simditor-toolbar > ul > li > .toolbar-item.disabled span {
165
-  opacity: 0.3;
166
-}
167
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title span:before {
168
-  content: "T";
169
-  font-size: 19px;
170
-  font-weight: bold;
171
-  font-family: 'Times New Roman';
172
-}
173
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h1 span:before {
174
-  content: 'H1';
175
-  font-size: 18px;
176
-}
177
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h2 span:before {
178
-  content: 'H2';
179
-  font-size: 18px;
180
-}
181
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-title.active-h3 span:before {
182
-  content: 'H3';
183
-  font-size: 18px;
184
-}
185
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-color {
186
-  font-size: 14px;
187
-  position: relative;
188
-}
189
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-color span:before {
190
-  position: relative;
191
-  top: -2px;
192
-}
193
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-color:after {
194
-  content: '';
195
-  display: block;
196
-  width: 14px;
197
-  height: 4px;
198
-  background: #cccccc;
199
-  position: absolute;
200
-  top: 26px;
201
-  left: 50%;
202
-  margin: 0 0 0 -7px;
203
-}
204
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-color:hover:after {
205
-  background: #999999;
206
-}
207
-.simditor .simditor-toolbar > ul > li > .toolbar-item.toolbar-item-color.disabled:after {
208
-  background: #dfdfdf;
209
-}
210
-.simditor .simditor-toolbar > ul > li.menu-on .toolbar-item {
211
-  position: relative;
212
-  z-index: 21;
213
-  background: #ffffff;
214
-  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
215
-}
216
-.simditor .simditor-toolbar > ul > li.menu-on .toolbar-item span {
217
-  opacity: 1;
218
-}
219
-.simditor .simditor-toolbar > ul > li.menu-on .toolbar-item.toolbar-item-color:after {
220
-  background: #999999;
221
-}
222
-.simditor .simditor-toolbar > ul > li.menu-on .toolbar-menu {
223
-  display: block;
224
-}
225
-.simditor .simditor-toolbar .toolbar-menu {
226
-  display: none;
227
-  position: absolute;
228
-  top: 40px;
229
-  left: 0;
230
-  z-index: 20;
231
-  background: #ffffff;
232
-  text-align: left;
233
-  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
234
-}
235
-.simditor .simditor-toolbar .toolbar-menu ul {
236
-  min-width: 160px;
237
-  list-style: none;
238
-  margin: 0;
239
-  padding: 10px 1px;
240
-}
241
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item {
242
-  display: block;
243
-  font-size: 16px;
244
-  line-height: 2em;
245
-  padding: 0 10px;
246
-  text-decoration: none;
247
-  color: #666666;
248
-}
249
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item:hover {
250
-  background: #f6f6f6;
251
-}
252
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h1 {
253
-  font-size: 24px;
254
-  color: #333333;
255
-}
256
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h2 {
257
-  font-size: 22px;
258
-  color: #333333;
259
-}
260
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h3 {
261
-  font-size: 20px;
262
-  color: #333333;
263
-}
264
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h4 {
265
-  font-size: 18px;
266
-  color: #333333;
267
-}
268
-.simditor .simditor-toolbar .toolbar-menu ul > li .menu-item.menu-item-h5 {
269
-  font-size: 16px;
270
-  color: #333333;
271
-}
272
-.simditor .simditor-toolbar .toolbar-menu ul > li .separator {
273
-  display: block;
274
-  border-top: 1px solid #cccccc;
275
-  height: 0;
276
-  line-height: 0;
277
-  font-size: 0;
278
-  margin: 6px 0;
279
-}
280
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color {
281
-  width: 96px;
282
-}
283
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list {
284
-  height: 40px;
285
-  margin: 10px 6px 6px 10px;
286
-  padding: 0;
287
-  min-width: 0;
288
-}
289
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li {
290
-  float: left;
291
-  margin: 0 4px 4px 0;
292
-}
293
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color {
294
-  display: block;
295
-  width: 16px;
296
-  height: 16px;
297
-  background: #dfdfdf;
298
-  border-radius: 2px;
299
-}
300
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color:hover {
301
-  opacity: 0.8;
302
-}
303
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color.font-color-default {
304
-  background: #333333;
305
-}
306
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-1 {
307
-  background: #E33737;
308
-}
309
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-2 {
310
-  background: #e28b41;
311
-}
312
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-3 {
313
-  background: #c8a732;
314
-}
315
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-4 {
316
-  background: #209361;
317
-}
318
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-5 {
319
-  background: #418caf;
320
-}
321
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-6 {
322
-  background: #aa8773;
323
-}
324
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-color .color-list li .font-color-7 {
325
-  background: #999999;
326
-}
327
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table {
328
-  background: #ffffff;
329
-}
330
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table {
331
-  border: none;
332
-  border-collapse: collapse;
333
-  border-spacing: 0;
334
-  table-layout: fixed;
335
-}
336
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td {
337
-  height: 16px;
338
-  padding: 0;
339
-  border: 2px solid #ffffff;
340
-  background: #f3f3f3;
341
-  cursor: pointer;
342
-}
343
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td:before {
344
-  width: 16px;
345
-  display: block;
346
-  content: "";
347
-}
348
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-create-table table td.selected {
349
-  background: #cfcfcf;
350
-}
351
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-edit-table {
352
-  display: none;
353
-}
354
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-table .menu-edit-table ul {
355
-  min-width: 240px;
356
-}
357
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image {
358
-  position: relative;
359
-  overflow: hidden;
360
-}
361
-.simditor .simditor-toolbar .toolbar-menu.toolbar-menu-image .menu-item-upload-image input[type=file] {
362
-  position: absolute;
363
-  right: 0px;
364
-  top: 0px;
365
-  opacity: 0;
366
-  font-size: 100px;
367
-  cursor: pointer;
368
-}
369
-.simditor .simditor-popover {
370
-  display: none;
371
-  padding: 5px 8px 0;
372
-  background: #ffffff;
373
-  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
374
-  border-radius: 2px;
375
-  position: absolute;
376
-  z-index: 2;
377
-}
378
-.simditor .simditor-popover .settings-field {
379
-  margin: 0 0 5px 0;
380
-  font-size: 12px;
381
-  height: 25px;
382
-  line-height: 25px;
383
-}
384
-.simditor .simditor-popover .settings-field label {
385
-  margin: 0 8px 0 0;
386
-  float: left;
387
-}
388
-.simditor .simditor-popover .settings-field input[type=text] {
389
-  float: left;
390
-  width: 200px;
391
-  box-sizing: border-box;
392
-  font-size: 12px;
393
-}
394
-.simditor .simditor-popover .settings-field input[type=text].image-size {
395
-  width: 87px;
396
-}
397
-.simditor .simditor-popover .settings-field .times {
398
-  float: left;
399
-  width: 26px;
400
-  font-size: 12px;
401
-  text-align: center;
402
-}
403
-.simditor .simditor-popover.link-popover .btn-unlink, .simditor .simditor-popover.image-popover .btn-upload, .simditor .simditor-popover.image-popover .btn-restore {
404
-  float: left;
405
-  margin: 0 0 0 8px;
406
-  color: #333333;
407
-  font-size: 14px;
408
-  outline: 0;
409
-}
410
-.simditor .simditor-popover.link-popover .btn-unlink span, .simditor .simditor-popover.image-popover .btn-upload span, .simditor .simditor-popover.image-popover .btn-restore span {
411
-  opacity: 0.6;
412
-}
413
-.simditor .simditor-popover.link-popover .btn-unlink:hover span, .simditor .simditor-popover.image-popover .btn-upload:hover span, .simditor .simditor-popover.image-popover .btn-restore:hover span {
414
-  opacity: 1;
415
-}
416
-.simditor .simditor-popover.image-popover .btn-upload {
417
-  position: relative;
418
-  display: inline-block;
419
-  overflow: hidden;
420
-}
421
-.simditor .simditor-popover.image-popover .btn-upload input[type=file] {
422
-  position: absolute;
423
-  right: 0px;
424
-  top: 0px;
425
-  opacity: 0;
426
-  height: 100%;
427
-  width: 28px;
428
-}
429
-.simditor.simditor-mobile .simditor-toolbar > ul > li > .toolbar-item {
430
-  width: 46px;
431
-}
432
-.simditor.simditor-mobile .simditor-wrapper.toolbar-floating .simditor-toolbar {
433
-  position: absolute;
434
-  top: 0;
435
-  z-index: 10;
436
-  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
437
-}
438
-
439
-.simditor .simditor-body, .editor-style {
440
-  font-size: 16px;
441
-  font-family: arial, sans-serif;
442
-  line-height: 1.6;
443
-  color: #333;
444
-  outline: none;
445
-  word-wrap: break-word;
446
-}
447
-.simditor .simditor-body > :first-child, .editor-style > :first-child {
448
-  margin-top: 0 !important;
449
-}
450
-.simditor .simditor-body a, .editor-style a {
451
-  color: #4298BA;
452
-  text-decoration: none;
453
-  word-break: break-all;
454
-}
455
-.simditor .simditor-body a:visited, .editor-style a:visited {
456
-  color: #4298BA;
457
-}
458
-.simditor .simditor-body a:hover, .editor-style a:hover {
459
-  color: #0F769F;
460
-}
461
-.simditor .simditor-body a:active, .editor-style a:active {
462
-  color: #9E792E;
463
-}
464
-.simditor .simditor-body a:hover, .simditor .simditor-body a:active, .editor-style a:hover, .editor-style a:active {
465
-  outline: 0;
466
-}
467
-.simditor .simditor-body h1, .simditor .simditor-body h2, .simditor .simditor-body h3, .simditor .simditor-body h4, .simditor .simditor-body h5, .simditor .simditor-body h6, .editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6 {
468
-  font-weight: normal;
469
-  margin: 40px 0 20px;
470
-  color: #000000;
471
-}
472
-.simditor .simditor-body h1, .editor-style h1 {
473
-  font-size: 24px;
474
-}
475
-.simditor .simditor-body h2, .editor-style h2 {
476
-  font-size: 22px;
477
-}
478
-.simditor .simditor-body h3, .editor-style h3 {
479
-  font-size: 20px;
480
-}
481
-.simditor .simditor-body h4, .editor-style h4 {
482
-  font-size: 18px;
483
-}
484
-.simditor .simditor-body h5, .editor-style h5 {
485
-  font-size: 16px;
486
-}
487
-.simditor .simditor-body h6, .editor-style h6 {
488
-  font-size: 16px;
489
-}
490
-.simditor .simditor-body p, .simditor .simditor-body div, .editor-style p, .editor-style div {
491
-  word-wrap: break-word;
492
-  margin: 0 0 15px 0;
493
-  color: #333;
494
-  word-wrap: break-word;
495
-}
496
-.simditor .simditor-body b, .simditor .simditor-body strong, .editor-style b, .editor-style strong {
497
-  font-weight: bold;
498
-}
499
-.simditor .simditor-body i, .simditor .simditor-body em, .editor-style i, .editor-style em {
500
-  font-style: italic;
501
-}
502
-.simditor .simditor-body u, .editor-style u {
503
-  text-decoration: underline;
504
-}
505
-.simditor .simditor-body strike, .simditor .simditor-body del, .editor-style strike, .editor-style del {
506
-  text-decoration: line-through;
507
-}
508
-.simditor .simditor-body ul, .simditor .simditor-body ol, .editor-style ul, .editor-style ol {
509
-  list-style: disc outside none;
510
-  margin: 15px 0;
511
-  padding: 0 0 0 40px;
512
-  line-height: 1.6;
513
-}
514
-.simditor .simditor-body ul ul, .simditor .simditor-body ul ol, .simditor .simditor-body ol ul, .simditor .simditor-body ol ol, .editor-style ul ul, .editor-style ul ol, .editor-style ol ul, .editor-style ol ol {
515
-  padding-left: 30px;
516
-}
517
-.simditor .simditor-body ul ul, .simditor .simditor-body ol ul, .editor-style ul ul, .editor-style ol ul {
518
-  list-style: circle outside none;
519
-}
520
-.simditor .simditor-body ul ul ul, .simditor .simditor-body ol ul ul, .editor-style ul ul ul, .editor-style ol ul ul {
521
-  list-style: square outside none;
522
-}
523
-.simditor .simditor-body ol, .editor-style ol {
524
-  list-style: decimal;
525
-}
526
-.simditor .simditor-body blockquote, .editor-style blockquote {
527
-  border-left: 6px solid #ddd;
528
-  padding: 5px 0 5px 10px;
529
-  margin: 15px 0 15px 15px;
530
-}
531
-.simditor .simditor-body blockquote > :first-child, .editor-style blockquote > :first-child {
532
-  margin-top: 0;
533
-}
534
-.simditor .simditor-body pre, .editor-style pre {
535
-  padding: 10px 5px 10px 10px;
536
-  margin: 15px 0;
537
-  display: block;
538
-  line-height: 18px;
539
-  background: #F0F0F0;
540
-  border-radius: 3px;
541
-  font-size: 13px;
542
-  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
543
-  overflow-x: auto;
544
-  white-space: nowrap;
545
-}
546
-.simditor .simditor-body code, .editor-style code {
547
-  display: inline-block;
548
-  padding: 0 4px;
549
-  margin: 0 5px;
550
-  background: #eeeeee;
551
-  border-radius: 3px;
552
-  font-size: 13px;
553
-  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
554
-}
555
-.simditor .simditor-body hr, .editor-style hr {
556
-  display: block;
557
-  height: 0px;
558
-  border: 0;
559
-  border-top: 1px solid #ccc;
560
-  margin: 15px 0;
561
-  padding: 0;
562
-}
563
-.simditor .simditor-body table, .editor-style table {
564
-  width: 100%;
565
-  table-layout: fixed;
566
-  border-collapse: collapse;
567
-  border-spacing: 0;
568
-  margin: 15px 0;
569
-}
570
-.simditor .simditor-body table thead, .editor-style table thead {
571
-  background-color: #f9f9f9;
572
-}
573
-.simditor .simditor-body table td, .editor-style table td {
574
-  min-width: 40px;
575
-  height: 30px;
576
-  border: 1px solid #ccc;
577
-  vertical-align: top;
578
-  padding: 2px 4px;
579
-  box-sizing: border-box;
580
-}
581
-.simditor .simditor-body table td.active, .editor-style table td.active {
582
-  background-color: #ffffee;
583
-}
584
-.simditor .simditor-body img, .editor-style img {
585
-  margin: 0 5px;
586
-  vertical-align: middle;
587
-}
588
-.simditor .simditor-body *[data-indent="0"], .editor-style *[data-indent="0"] {
589
-  margin-left: 0px;
590
-}
591
-.simditor .simditor-body *[data-indent="1"], .editor-style *[data-indent="1"] {
592
-  margin-left: 40px;
593
-}
594
-.simditor .simditor-body *[data-indent="2"], .editor-style *[data-indent="2"] {
595
-  margin-left: 80px;
596
-}
597
-.simditor .simditor-body *[data-indent="3"], .editor-style *[data-indent="3"] {
598
-  margin-left: 120px;
599
-}
600
-.simditor .simditor-body *[data-indent="4"], .editor-style *[data-indent="4"] {
601
-  margin-left: 160px;
602
-}
603
-.simditor .simditor-body *[data-indent="5"], .editor-style *[data-indent="5"] {
604
-  margin-left: 200px;
605
-}
606
-.simditor .simditor-body *[data-indent="6"], .editor-style *[data-indent="6"] {
607
-  margin-left: 240px;
608
-}
609
-.simditor .simditor-body *[data-indent="7"], .editor-style *[data-indent="7"] {
610
-  margin-left: 280px;
611
-}
612
-.simditor .simditor-body *[data-indent="8"], .editor-style *[data-indent="8"] {
613
-  margin-left: 320px;
614
-}
615
-.simditor .simditor-body *[data-indent="9"], .editor-style *[data-indent="9"] {
616
-  margin-left: 360px;
617
-}
618
-.simditor .simditor-body *[data-indent="10"], .editor-style *[data-indent="10"] {
619
-  margin-left: 400px;
620
-}

+ 0 - 380
CallCenterWeb.UI/css/plugins/steps/jquery.steps.css

@@ -1,380 +0,0 @@
1
-/*
2
-    Common
3
-*/
4
-
5
-.wizard,
6
-.tabcontrol
7
-{
8
-    display: block;
9
-    width: 100%;
10
-    overflow: hidden;
11
-}
12
-
13
-.wizard a,
14
-.tabcontrol a
15
-{
16
-    outline: 0;
17
-}
18
-
19
-.wizard ul,
20
-.tabcontrol ul
21
-{
22
-    list-style: none !important;
23
-    padding: 0;
24
-    margin: 0;
25
-}
26
-
27
-.wizard ul > li,
28
-.tabcontrol ul > li
29
-{
30
-    display: block;
31
-    padding: 0;
32
-}
33
-
34
-/* Accessibility */
35
-.wizard > .steps .current-info,
36
-.tabcontrol > .steps .current-info
37
-{
38
-    position: absolute;
39
-    left: -999em;
40
-}
41
-
42
-.wizard > .content > .title,
43
-.tabcontrol > .content > .title
44
-{
45
-    position: absolute;
46
-    left: -999em;
47
-}
48
-
49
-
50
-
51
-/*
52
-    Wizard
53
-*/
54
-
55
-.wizard > .steps
56
-{
57
-    position: relative;
58
-    display: block;
59
-    width: 100%;
60
-}
61
-
62
-.wizard.vertical > .steps
63
-{
64
-    display: inline;
65
-    float: left;
66
-    width: 30%;
67
-}
68
-
69
-.wizard > .steps > ul > li
70
-{
71
-    width: 25%;
72
-}
73
-
74
-.wizard > .steps > ul > li,
75
-.wizard > .actions > ul > li
76
-{
77
-    float: left;
78
-}
79
-
80
-.wizard.vertical > .steps > ul > li
81
-{
82
-    float: none;
83
-    width: 100%;
84
-}
85
-
86
-.wizard > .steps a,
87
-.wizard > .steps a:hover,
88
-.wizard > .steps a:active
89
-{
90
-    display: block;
91
-    width: auto;
92
-    margin: 0 0.5em 0.5em;
93
-    padding: 8px;
94
-    text-decoration: none;
95
-
96
-    -webkit-border-radius: 5px;
97
-    -moz-border-radius: 5px;
98
-    border-radius: 5px;
99
-}
100
-
101
-.wizard > .steps .disabled a,
102
-.wizard > .steps .disabled a:hover,
103
-.wizard > .steps .disabled a:active
104
-{
105
-    background: #eee;
106
-    color: #aaa;
107
-    cursor: default;
108
-}
109
-
110
-.wizard > .steps .current a,
111
-.wizard > .steps .current a:hover,
112
-.wizard > .steps .current a:active
113
-{
114
-    background: #1AB394;
115
-    color: #fff;
116
-    cursor: default;
117
-}
118
-
119
-.wizard > .steps .done a,
120
-.wizard > .steps .done a:hover,
121
-.wizard > .steps .done a:active
122
-{
123
-    background: #6fd1bd;
124
-    color: #fff;
125
-}
126
-
127
-.wizard > .steps .error a,
128
-.wizard > .steps .error a:hover,
129
-.wizard > .steps .error a:active
130
-{
131
-    background: #ED5565 ;
132
-    color: #fff;
133
-}
134
-
135
-.wizard > .content
136
-{
137
-    background: #eee;
138
-    display: block;
139
-    margin: 5px 5px 10px 5px;
140
-    min-height: 120px;
141
-    overflow: hidden;
142
-    position: relative;
143
-    width: auto;
144
-
145
-    -webkit-border-radius: 5px;
146
-    -moz-border-radius: 5px;
147
-    border-radius: 5px;
148
-}
149
-
150
-.wizard-big.wizard > .content {
151
-    min-height: 320px;
152
-}
153
-.wizard.vertical > .content
154
-{
155
-    display: inline;
156
-    float: left;
157
-    margin: 0 2.5% 0.5em 2.5%;
158
-    width: 65%;
159
-}
160
-
161
-.wizard > .content > .body
162
-{
163
-    float: left;
164
-    position: absolute;
165
-    width: 95%;
166
-    height: 95%;
167
-    padding: 2.5%;
168
-}
169
-
170
-.wizard > .content > .body ul
171
-{
172
-    list-style: disc !important;
173
-}
174
-
175
-.wizard > .content > .body ul > li
176
-{
177
-    display: list-item;
178
-}
179
-
180
-.wizard > .content > .body > iframe
181
-{
182
-    border: 0 none;
183
-    width: 100%;
184
-    height: 100%;
185
-}
186
-
187
-.wizard > .content > .body input
188
-{
189
-    display: block;
190
-    border: 1px solid #ccc;
191
-}
192
-
193
-.wizard > .content > .body input[type="checkbox"]
194
-{
195
-    display: inline-block;
196
-}
197
-
198
-.wizard > .content > .body input.error
199
-{
200
-    background: rgb(251, 227, 228);
201
-    border: 1px solid #fbc2c4;
202
-    color: #8a1f11;
203
-}
204
-
205
-.wizard > .content > .body label
206
-{
207
-    display: inline-block;
208
-    margin-bottom: 0.5em;
209
-}
210
-
211
-.wizard > .content > .body label.error
212
-{
213
-    color: #8a1f11;
214
-    display: inline-block;
215
-    margin-left: 1.5em;
216
-}
217
-
218
-.wizard > .actions
219
-{
220
-    position: relative;
221
-    display: block;
222
-    text-align: right;
223
-    width: 100%;
224
-}
225
-
226
-.wizard.vertical > .actions
227
-{
228
-    display: inline;
229
-    float: right;
230
-    margin: 0 2.5%;
231
-    width: 95%;
232
-}
233
-
234
-.wizard > .actions > ul
235
-{
236
-    display: inline-block;
237
-    text-align: right;
238
-}
239
-
240
-.wizard > .actions > ul > li
241
-{
242
-    margin: 0 0.5em;
243
-}
244
-
245
-.wizard.vertical > .actions > ul > li
246
-{
247
-    margin: 0 0 0 1em;
248
-}
249
-
250
-.wizard > .actions a,
251
-.wizard > .actions a:hover,
252
-.wizard > .actions a:active
253
-{
254
-    background: #1AB394;
255
-    color: #fff;
256
-    display: block;
257
-    padding: 0.5em 1em;
258
-    text-decoration: none;
259
-
260
-    -webkit-border-radius: 5px;
261
-    -moz-border-radius: 5px;
262
-    border-radius: 5px;
263
-}
264
-
265
-.wizard > .actions .disabled a,
266
-.wizard > .actions .disabled a:hover,
267
-.wizard > .actions .disabled a:active
268
-{
269
-    background: #eee;
270
-    color: #aaa;
271
-}
272
-
273
-.wizard > .loading
274
-{
275
-}
276
-
277
-.wizard > .loading .spinner
278
-{
279
-}
280
-
281
-
282
-
283
-/*
284
-    Tabcontrol
285
-*/
286
-
287
-.tabcontrol > .steps
288
-{
289
-    position: relative;
290
-    display: block;
291
-    width: 100%;
292
-}
293
-
294
-.tabcontrol > .steps > ul
295
-{
296
-    position: relative;
297
-    margin: 6px 0 0 0;
298
-    top: 1px;
299
-    z-index: 1;
300
-}
301
-
302
-.tabcontrol > .steps > ul > li
303
-{
304
-    float: left;
305
-    margin: 5px 2px 0 0;
306
-    padding: 1px;
307
-
308
-    -webkit-border-top-left-radius: 5px;
309
-    -webkit-border-top-right-radius: 5px;
310
-    -moz-border-radius-topleft: 5px;
311
-    -moz-border-radius-topright: 5px;
312
-    border-top-left-radius: 5px;
313
-    border-top-right-radius: 5px;
314
-}
315
-
316
-.tabcontrol > .steps > ul > li:hover
317
-{
318
-    background: #edecec;
319
-    border: 1px solid #bbb;
320
-    padding: 0;
321
-}
322
-
323
-.tabcontrol > .steps > ul > li.current
324
-{
325
-    background: #fff;
326
-    border: 1px solid #bbb;
327
-    border-bottom: 0 none;
328
-    padding: 0 0 1px 0;
329
-    margin-top: 0;
330
-}
331
-
332
-.tabcontrol > .steps > ul > li > a
333
-{
334
-    color: #5f5f5f;
335
-    display: inline-block;
336
-    border: 0 none;
337
-    margin: 0;
338
-    padding: 10px 30px;
339
-    text-decoration: none;
340
-}
341
-
342
-.tabcontrol > .steps > ul > li > a:hover
343
-{
344
-    text-decoration: none;
345
-}
346
-
347
-.tabcontrol > .steps > ul > li.current > a
348
-{
349
-    padding: 15px 30px 10px 30px;
350
-}
351
-
352
-.tabcontrol > .content
353
-{
354
-    position: relative;
355
-    display: inline-block;
356
-    width: 100%;
357
-    height: 35em;
358
-    overflow: hidden;
359
-    border-top: 1px solid #bbb;
360
-    padding-top: 20px;
361
-}
362
-
363
-.tabcontrol > .content > .body
364
-{
365
-    float: left;
366
-    position: absolute;
367
-    width: 95%;
368
-    height: 95%;
369
-    padding: 2.5%;
370
-}
371
-
372
-.tabcontrol > .content > .body ul
373
-{
374
-    list-style: disc !important;
375
-}
376
-
377
-.tabcontrol > .content > .body ul > li
378
-{
379
-    display: list-item;
380
-}

Plik diff jest za duży
+ 0 - 222
CallCenterWeb.UI/css/plugins/toastr/toastr.min.css


+ 0 - 409
CallCenterWeb.UI/inde_7.html

@@ -1,409 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-
4
-	<head>
5
-		<meta charset="utf-8">
6
-		<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
-		<title></title>
8
-		<link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
9
-		<link href="./css/animate.min.css" rel="stylesheet">
10
-		<style>
11
-			body {
12
-				font-family: "微软雅黑";
13
-			}
14
-			
15
-			.fl {
16
-				float: left;
17
-			}
18
-			
19
-			ul li {
20
-				list-style: none;
21
-				overflow: hidden;
22
-				margin-bottom: 15px;
23
-			}
24
-			
25
-			.gray-bg {
26
-				background-color: #100e11!important;
27
-			}
28
-			
29
-			.slqd_title {
30
-				font-size: 19px;
31
-				color: #73a2fa;
32
-				text-align: -webkit-center;
33
-				font-weight: 600;
34
-				display: -webkit-box;
35
-			}
36
-			
37
-			.progress {
38
-				width: 60%;
39
-				height: 40px;
40
-				float: left;
41
-				background-color: #271c37;
42
-			}
43
-			
44
-			.xs {
45
-				font-size: 16px;
46
-				line-height: 40px;
47
-				display: block;
48
-			}			
49
-			.pr_bai {
50
-				color: #FFF;
51
-				margin-bottom: 8px;
52
-			}
53
-			
54
-			.bm {
55
-				width: 35%;
56
-				display: block;
57
-				float: left;
58
-				height: 40px;
59
-				float: right;
60
-				line-height: 15px;
61
-			}
62
-			
63
-			.bm span {
64
-				font-size: 16px;
65
-				text-align: center;
66
-				display: block;
67
-			}
68
-			
69
-			.slqd_content {
70
-				overflow: hidden;
71
-			}			
72
-			.slqd_content {
73
-				margin-top: 30px;
74
-			}			
75
-			.progress-bar-zise {
76
-				background-color: #c278a9;
77
-			}			
78
-			.zise {
79
-				color: #c278a9;
80
-			}			
81
-			.progress-bar-cheng {
82
-				background-color: #fc9765;
83
-			}
84
-			
85
-			.cheng {
86
-				color: #fc9765;
87
-			}
88
-			
89
-			.progress-bar-fen {
90
-				background-color: #ffe6de;
91
-			}
92
-			
93
-			.fen {
94
-				color: #ffe6de;
95
-			}
96
-			
97
-			.progress-bar-dousha {
98
-				background-color: #ef9c94;
99
-			}
100
-			
101
-			.dousha {
102
-				color: #ef9c94;
103
-			}
104
-			
105
-			.progress-bar-qing {
106
-				background-color: #deffde;
107
-			}
108
-			
109
-			.progress-bar-bohe {
110
-				background-color: #87ebf1;
111
-			}
112
-			
113
-			.info {
114
-				color: #23c6c8;
115
-			}
116
-			
117
-			.success {
118
-				color: #1c84c6;
119
-			}
120
-			
121
-			.danger {
122
-				color: #ed5565;
123
-			}
124
-			
125
-			.warning {
126
-				color: #f8ac59;
127
-			}
128
-			.slqd_content ul{
129
-				padding-left: 0;
130
-				margin-right: 40px;
131
-			}
132
-		</style>
133
-	</head>
134
-
135
-	<body class="gray-bg top-navigation">
136
-		<div id="wrapper">
137
-			<div id="page-wrapper" class="gray-bg">
138
-				<div class="wrapper wrapper-content">
139
-					<div class="containers">
140
-						<div class="row">
141
-							<div style="width: 33.33%;" class="fdcl fl">
142
-								<div id="fdcl" style="height: 600px;"></div>
143
-							</div>
144
-							<div style="width: 33.33%;" class="slqd fl" id="slqd">
145
-								<span class="slqd_title">群众咨询知识库情况统计</span>
146
-								<div class="slqd_content">
147
-									<ul>
148
-										<li>
149
-											<div class="progress">
150
-												<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
151
-													<span class="xs">90%</span>
152
-												</div>
153
-											</div>
154
-											<div class="bm">
155
-												<span class="pr_bai">护照办理</span>
156
-												<span class="info">(1001)</span>
157
-											</div>
158
-										</li>
159
-										<li>
160
-											<div class="progress">
161
-												<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
162
-													<span class="xs">90%</span>
163
-												</div>
164
-											</div>
165
-											<div class="bm">
166
-												<span class="pr_bai">机动车注册登记</span>
167
-												<span class="warning">(1001)</span>
168
-											</div>
169
-										</li>
170
-										<li>
171
-											<div class="progress">
172
-												<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 70%;">
173
-													<span class="xs">70%</span>
174
-												</div>
175
-											</div>
176
-											<div class="bm">
177
-												<span class="pr_bai">不动产登记</span>
178
-												<span class="danger">(1001)</span>
179
-											</div>
180
-										</li>
181
-										<li>
182
-											<div class="progress">
183
-												<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 40%;">
184
-													<span class="xs">40%</span>
185
-												</div>
186
-											</div>
187
-											<div class="bm">
188
-												<span class="pr_bai">生育津贴</span>
189
-												<span class="success">(1001)</span>
190
-											</div>
191
-										</li>
192
-										<li>
193
-											<div class="progress">
194
-												<div class="progress-bar  progress-bar-zise" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
195
-													<span class="xs">60%</span>
196
-												</div>
197
-											</div>
198
-											<div class="bm">
199
-												<span class="pr_bai">社保政策社保政策</span>
200
-												<span class="zise">(1001)</span>
201
-											</div>
202
-										</li>
203
-										<li>
204
-											<div class="progress">
205
-												<div class="progress-bar progress-bar-cheng" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
206
-													<span class="xs">20%</span>
207
-												</div>
208
-											</div>
209
-											<div class="bm">
210
-												<span class="pr_bai">落户政策</span>
211
-												<span class="cheng">(1001)</span>
212
-											</div>
213
-										</li>
214
-										<li>
215
-											<div class="progress">
216
-												<div class="progress-bar progress-bar-fen" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 20%;">
217
-													<span class="xs">20%</span>
218
-												</div>
219
-											</div>
220
-											<div class="bm">
221
-												<span class="pr_bai">驾照更换</span>
222
-												<span class="fen">(1001)</span>
223
-											</div>
224
-										</li>
225
-
226
-									</ul>
227
-								</div>
228
-							</div>
229
-							
230
-							<div class="zs fl" style="width: 33.33%;">
231
-								<div id="zs" style="height: 600px;"></div>
232
-							</div>
233
-						</div>
234
-					</div>
235
-				</div>
236
-			</div>
237
-		</div>
238
-		<script src="./js/jquery.min.js?v=2.1.4 "></script>
239
-		<script src="./js/bootstrap.min.js?v=3.3.6 "></script>
240
-		<script src="./js/echarts.common.min.js "></script>
241
-		<script>
242
-//		$(window).resize(function() {
243
-//			var width_frm = $(document.body).width();  
244
-//  		var height_frm = $(document.body).height();  
245
-//          var width_div = width_frm/2;  
246
-//  		var height_div = height_frm/2;  
247
-//	$('#fdcl').css("height",height_div);
248
-//	$('#slqd').css("height",height_div);
249
-//	$('#zs').css("height",height_div);
250
-//	}); 
251
-		//图一
252
-		var myChart = echarts.init(document.getElementById('fdcl'));	
253
-			option = {
254
-				title: {
255
-					text: '工单处理时间统计和分布',
256
-					x: 'center',
257
-					textStyle: {
258
-						color: '#73a2fa'
259
-					}
260
-				},
261
-				tooltip: {
262
-					trigger: 'item',
263
-					formatter: "{a} <br/>{b} : {c} ({d}%)"
264
-				},
265
-				legend: {
266
-					orient: 'vertical',
267
-					left: 'left',
268
-					top: 50,
269
-					inactiveColor: '#fff',
270
-					textStyle: {
271
-						color: '#fff',
272
-						fontSize: 16
273
-					},
274
-					data: ['知识库总数量', '通话总数量', '缺失总数量']
275
-				},
276
-
277
-				calculable: true,
278
-				series: [{
279
-					name: '占比',
280
-					type: 'pie',
281
-					selectedOffset: 5,
282
-					radius: [50, 150],
283
-					center: ['45%', '60%'],
284
-					roseType: 'radius',
285
-					label: {
286
-						normal: {
287
-							show: false
288
-						},
289
-						emphasis: {
290
-							show: true
291
-						}
292
-					},
293
-					lableLine: {
294
-						normal: {
295
-							show: false
296
-						},
297
-						emphasis: {
298
-							show: true
299
-						}
300
-					},
301
-					data: [{
302
-						value: 10,
303
-						name: '知识库总数量'
304
-					}, {
305
-						value: 5,
306
-						name: '通话总数量'
307
-					}, {
308
-						value: 15,
309
-						name: '缺失总数量'
310
-					}, ]
311
-				}],
312
-				color: ['#eed147', '#acc977', '#ba466b'],
313
-			};
314
-			myChart.setOption(option);
315
-			console.log(window.onresize);
316
-			window.onresize = function () {
317
-    myChart.resize();
318
-    myChart.setOption(option);
319
-};
320
-			//图2
321
-			var myChart1 = echarts.init(document.getElementById('zs'));
322
-			option = {
323
-    title: {
324
-					text: '工单处理时间统计和分布',
325
-					x: 'center',
326
-					textStyle: {
327
-						color: '#73a2fa'
328
-					}
329
-				},
330
-    tooltip: {
331
-        trigger: 'axis',
332
-        axisPointer: {
333
-            type: 'shadow',
334
-            label: {
335
-                show: true,
336
-                backgroundColor: '#333'
337
-            }
338
-        }
339
-    },
340
-    legend: {
341
-    	top:30,
342
-        data: ['咨询量', '缺失量'],
343
-        textStyle: {
344
-            color: '#ccc'
345
-        }
346
-    },
347
-    xAxis: {
348
-        data: ['市林业局','市国土局','市环保局','市法制办','市地震局','市科技局','市民政局','市审计局','市地煤炭局','市地煤炭局'],
349
-        axisLine: {
350
-            lineStyle: {
351
-                color: '#ccc'
352
-              }           
353
-        },  
354
-           //文字旋转角度
355
-        axisLabel: {
356
-			interval:0,
357
-			rotate:40,
358
-			textStyle: {
359
-                            color: '#fff',
360
-                            fontSize:14
361
-                        }
362
-		}
363
-    },
364
-    yAxis: {
365
-        splitLine: {show: false},
366
-        axisLine: {
367
-            lineStyle: {
368
-                color: '#ccc'
369
-            }
370
-        }
371
-    },
372
-    series: [{
373
-        name: '咨询量',
374
-        type: 'line',
375
-        smooth: true,
376
-        showAllSymbol: true,
377
-        symbol: 'emptyCircle',
378
-        symbolSize: 15,
379
-        data: [10,15,40,44,30,50,80,62,55,32]
380
-    }, {
381
-        name: '缺失量',
382
-        type: 'bar',
383
-        barWidth: 10,
384
-        itemStyle: {
385
-            normal: {
386
-                barBorderRadius: 5,
387
-                color: new echarts.graphic.LinearGradient(
388
-                    0, 0, 0, 1,
389
-                    [
390
-                        {offset: 0, color: '#14c8d4'},
391
-                        {offset: 1, color: '#43eec6'}
392
-                    ]
393
-                )
394
-            }
395
-        },
396
-        data:  [20,33,80,14,60,42,99,22,36,19]
397
-    }]
398
-};
399
-
400
-myChart1.setOption(option);
401
-window.onresize = myChart1.resize;
402
-// window.onresize = function () {
403
-//      myChart.resize();
404
-//      myChart1.resize();
405
-//  }
406
-		</script>
407
-	</body>
408
-
409
-</html>

+ 0 - 673
CallCenterWeb.UI/index_6.html

@@ -1,673 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-	<head>
4
-		<meta charset="utf-8">
5
-		<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
-		<title></title>
7
-		<link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
8
-		<link href="./css/animate.min.css" rel="stylesheet">
9
-		<style>
10
-			body {
11
-				font-family: "微软雅黑";
12
-			}
13
-			
14
-			.fl {
15
-				float: left;
16
-			}
17
-			
18
-			ul li {
19
-				list-style: none;
20
-			}
21
-			
22
-			.gray-bg {
23
-				background-color: #100e11!important;
24
-			}
25
-			
26
-			.z_num {
27
-				color: #FFFFFF;
28
-				font-size: 16px;
29
-				text-align: center;
30
-				display: block;
31
-				margin-top: 8px;
32
-			}
33
-			
34
-			.phone_num {
35
-				overflow: hidden;
36
-				margin-top: 10px;
37
-			}
38
-			
39
-			.phone_li {
40
-				list-style: none;
41
-				font-size: 18px;
42
-				color: #73a2fa;
43
-				overflow: hidden;
44
-				padding-left: 0px;
45
-			}
46
-			
47
-			.phone_li li {
48
-				width: 50%;
49
-				float: left;
50
-				padding: 10px;
51
-				text-align: center;
52
-			}
53
-			
54
-			.phone_li li span {
55
-				display: block;
56
-				text-align: center;
57
-			}
58
-			
59
-			.map_titles {
60
-				color: #E0E0E3;
61
-				font-size: 16px;
62
-				text-align: center;
63
-				display: block;
64
-				margin-top: 8px;
65
-			}
66
-			
67
-			.main1 {
68
-				width: 40%;
69
-				float: left;
70
-			}
71
-			
72
-			.slqd {
73
-				width: 35%;
74
-				float: left;
75
-			}
76
-			
77
-			.sl_title {
78
-				font-size: 18px;
79
-				text-align: -webkit-center;
80
-				display: -webkit-box;
81
-				color: #73a2fa;
82
-			}
83
-			
84
-			.slqm ul {
85
-				margin-top: 10px;
86
-			}
87
-			
88
-			.slqm ul li {
89
-				list-style: none;
90
-				font-size: 16px;
91
-				text-align: center;
92
-				margin-bottom: 15px;
93
-			}
94
-			
95
-			.slqm ul li span {
96
-				margin: 5px;
97
-				text-align: center;
98
-				display: inline-block;
99
-				width: 8%;
100
-			}
101
-			
102
-			.sl_b {
103
-				color: #F0F4F7;
104
-			}
105
-			
106
-			.sl_red {
107
-				color: red;
108
-			}
109
-			
110
-			.sl_blue {
111
-				color: #73a2fa;
112
-			}
113
-			
114
-			.size-20 {
115
-				font-size: 20px;
116
-			}
117
-			
118
-			.max-width {
119
-				width: 40%!important;
120
-				text-align: left!important;
121
-			}
122
-			
123
-			.tspm {
124
-				overflow: hidden;
125
-				width: 31%;
126
-			}
127
-			
128
-			.tspm ul {
129
-				margin-top: 50px;
130
-			}
131
-			
132
-			.tspm ul li span {
133
-				text-align: center;
134
-				display: inline-block;
135
-				width: 10%;
136
-			}
137
-			
138
-			.tspm ul li {
139
-				font-size: 16px;
140
-				text-align: center;
141
-				margin-bottom: 30px;
142
-			}
143
-			
144
-			.progress {
145
-				margin-top: 30px;
146
-				width: 98%;
147
-				margin-left: 20px;
148
-				border-radius: 8px;
149
-				background-color: #271c37;
150
-				height: 15px;
151
-			}
152
-			.mb{
153
-				margin-bottom: 20px;
154
-			}
155
-		</style>
156
-	</head>
157
-	<body class="gray-bg top-navigation">
158
-		<div id="wrapper">
159
-			<div id="page-wrapper" class="gray-bg">
160
-				<div class="wrapper wrapper-content">
161
-					<div class="containers">
162
-						<div class="row mb">
163
-							<div style="width: 33.3%;" class="main1">
164
-								<div id="main1" style="height: 600px;"></div>
165
-							</div>
166
-							<div style="width: 35%;" class="slqd">
167
-								<div id="slqd" style="width:100%;height: 300px;"></div>
168
-								<div class="slqm">
169
-									<span class="sl_title">工单受理排名</span>
170
-									<div class="slqm_content">
171
-										<ul>
172
-											<li>
173
-												<span class="sl_b size-20">1</span>
174
-												<span class="sl_b max-width">市委市市委市市委市</span>
175
-												<span class="sl_blue">受理</span>
176
-												<span class="sl_red">30%</span>
177
-												<span class="sl_blue">占比</span>
178
-												<span class="sl_b">20%</span>
179
-											</li>
180
-											<li>
181
-												<span class="sl_b size-20">2</span>
182
-												<span class="sl_b max-width">公安局</span>
183
-												<span class="sl_blue">受理</span>
184
-												<span class="sl_red">50%</span>
185
-												<span class="sl_blue">占比</span>
186
-												<span class="sl_b">60%</span>
187
-
188
-											</li>
189
-											<li>
190
-												<span class="sl_b size-20">3</span>
191
-												<span class="sl_b max-width">民政局</span>
192
-												<span class="sl_blue">受理</span>
193
-												<span class="sl_red">40%</span>
194
-												<span class="sl_blue">占比</span>
195
-												<span class="sl_b">20%</span>
196
-											</li>
197
-											<li>
198
-												<span class="sl_b size-20">4</span>
199
-												<span class="sl_b max-width">财政局</span>
200
-												<span class="sl_blue">受理</span>
201
-												<span class="sl_red">25%</span>
202
-												<span class="sl_blue">占比</span>
203
-												<span class="sl_b">20%</span>
204
-											</li>
205
-											<li>
206
-												<span class="sl_b size-20">5</span>
207
-												<span class="sl_b max-width">税务局</span>
208
-												<span class="sl_blue">受理</span>
209
-												<span class="sl_red">30%</span>
210
-												<span class="sl_blue">占比</span>
211
-												<span class="sl_b">20%</span>
212
-											</li>
213
-										</ul>
214
-									</div>
215
-								</div>
216
-							</div>
217
-							<div class="tspm  fl">
218
-								<span class="sl_title" style="padding-left: 70px;">投诉/举报关键话题排名</span>
219
-								<div class="slqm_content">
220
-									<ul>
221
-										<li>
222
-											<span class="sl_b size-20">1</span>
223
-											<span class="sl_b max-width">市委市市委市市委市</span>
224
-											<span class="sl_blue">受理</span>
225
-											<span class="sl_red " >30%</span>
226
-											<span class="sl_blue " >占比</span>
227
-											<span class="sl_b " >20%</span>
228
-											<div class="progress ">
229
-												<div class="progress-bar progress-bar-info " role="progressbar "aria-valuenow="60 " aria-valuemin="0 " aria-valuemax="100 "style="width: 30%; "></div>
230
-											</div>
231
-										</li>
232
-												<li>
233
-													<span class="sl_b size-20 ">2</span>
234
-													<span class="sl_b max-width ">公安局</span>
235
-													<span class="sl_blue ">受理</span>
236
-													<span class="sl_red ">50%</span>
237
-													<span class="sl_blue ">占比</span>
238
-													<span class="sl_b ">60%</span>
239
-													<div class="progress ">
240
-													    <div class="progress-bar progress-bar-info " role="progressbar "
241
-													         aria-valuenow="60 " aria-valuemin="0 " aria-valuemax="100 "
242
-													         style="width: 80%; ">
243
-													    </div>
244
-													</div>
245
-												</li>
246
-												<li>
247
-													<span class="sl_b size-20 ">3</span>
248
-													<span class="sl_b max-width ">民政局</span>
249
-													<span class="sl_blue ">受理</span>
250
-													<span class="sl_red ">40%</span>
251
-													<span class="sl_blue ">占比</span>
252
-													<span class="sl_b ">20%</span>
253
-													<div class="progress ">
254
-													    <div class="progress-bar progress-bar-info " role="progressbar "
255
-													         aria-valuenow="60 " aria-valuemin="0 " aria-valuemax="100 "
256
-													         style="width: 60%; ">
257
-													    </div>
258
-													</div>
259
-												</li>
260
-												<li>
261
-													<span class="sl_b size-20 ">4</span>
262
-													<span class="sl_b max-width ">财政局</span>
263
-													<span class="sl_blue ">受理</span>
264
-													<span class="sl_red ">25%</span>
265
-													<span class="sl_blue ">占比</span>
266
-													<span class="sl_b ">20%</span>
267
-													<div class="progress ">
268
-													    <div class="progress-bar progress-bar-info " role="progressbar "
269
-													         aria-valuenow="60 " aria-valuemin="0 " aria-valuemax="100 "
270
-													         style="width: 70%; ">
271
-													    </div>
272
-													</div>
273
-												</li>
274
-												<li>
275
-													<span class="sl_b size-20 ">5</span>
276
-													<span class="sl_b max-width ">税务局</span>
277
-													<span class="sl_blue ">受理</span>
278
-													<span class="sl_red ">30%</span>
279
-													<span class="sl_blue ">占比</span>
280
-													<span class="sl_b ">20%</span>
281
-													<div class="progress ">
282
-													    <div class="progress-bar progress-bar-info " role="progressbar "
283
-													         aria-valuenow="60 " aria-valuemin="0 " aria-valuemax="100 "
284
-													         style="width: 60%; ">
285
-													       
286
-													    </div>
287
-													</div>
288
-												</li>
289
-											</ul>
290
-								</div>
291
-							</div>
292
-						</div>
293
-						<div class="row ">
294
-							<div style="width: 33%;"  class="fl">
295
-								<div id="th_num" style="height: 400px;" ></div>
296
-							</div>
297
-							<div style="width: 35%;"  class="fl">
298
-								<div id="jtv_num"  style="height: 400px;" ></div>
299
-							</div>
300
-							<div style="width: 32%;"  class="fl">
301
-								<div id="th_nums"  style="height: 400px;" ></div>
302
-							</div>
303
-						</div>
304
-					</div>
305
-				</div>	
306
-			</div>
307
-		</div>
308
-		<script src="./js/jquery.min.js?v=2.1.4 "></script>
309
-		<script src="./js/bootstrap.min.js?v=3.3.6 "></script>
310
-		<script src="./js/content.min.js?v=1.0.0 "></script>
311
-		<script src="http://cdn.hcharts.cn/highcharts/highcharts.js "></script> 
312
-		<script src="http://cdn.hcharts.cn/highcharts/themes/gray.js "></script>
313
-		<script src="https://img.hcharts.cn/highcharts-plugins/highcharts-zh_CN.js "></script>
314
-		<script src="https://img.hcharts.cn/highcharts/themes/dark-unica.js "></script>
315
-		<script src="https://img.hcharts.cn/highcharts/highcharts-3d.js "></script>
316
-		<script src="./js/echarts.common.min.js "></script>
317
-		<script>
318
-		
319
-		$(window).resize(function() {
320
-			var width_frm = $(document.body).width();  
321
-    		var height_frm = $(document.body).height();  
322
-            var width_div = width_frm/2;  
323
-    		var height_div = height_frm/2;  
324
-	$('#th_nums').css("height",height_div);
325
-	$('#th_num').css("height",height_div);
326
-	$('#jtv_num').css("height",height_div);
327
-	}); 
328
-		$(function () {
329
-			//饼图
330
-    	$('#slqd').highcharts({
331
-        chart: {
332
-            type: 'pie',
333
-            backgroundColor:'#100e11',
334
-            options3d: {
335
-                enabled: true,
336
-                alpha: 45,
337
-                beta: 0
338
-            }
339
-        },
340
-        title: {
341
-            text: '受理渠道话务量',
342
-             style:{
343
-            	color: '#73a2fa',
344
-            }
345
-        },
346
-         //LOGO 去掉
347
-          credits: {
348
-    		 enabled: false
349
-		},
350
-        tooltip: {
351
-            pointFormat: '{series.name}: <b>{point.percentage:.1f}%</b>'
352
-        },
353
-        plotOptions: {
354
-            pie: {
355
-                allowPointSelect: true,
356
-                cursor: 'pointer',
357
-                depth: 35,
358
-                dataLabels: {
359
-                    enabled: true,
360
-                    format: '<b style="font-size:14px; ">{point.name}</b>: <b>{point.percentage:.1f}%</b>'
361
-                }
362
-            }
363
-        },
364
-        series: [{
365
-            type: 'pie',
366
-            name: '受理渠道话务量',
367
-            data: [
368
-                ['电话',   45.0],
369
-                ['网站门户',       26.8],
370
-                {
371
-                    name: 'APP',
372
-                    y: 12.8,
373
-                    sliced: true,
374
-                    selected: true
375
-                },
376
-                ['微信',    8.5],
377
-                ['短信',     6.2],
378
-                ['微博',   0.7],
379
-                 ['邮件',   10.5],
380
-            ]
381
-        }]
382
-    });
383
-       $('#main1').highcharts({
384
-        chart: {
385
-            type: 'line',
386
-            backgroundColor:'#100e11'
387
-        },
388
-        title: {
389
-            text: '话务量实时数据统计',
390
-             style:{
391
-            	color: '#73a2fa',
392
-            }
393
-        },
394
-         legend: {
395
-            align: 'right',
396
-            verticalAlign: 'top',
397
-            x: 0,
398
-            y: 50
399
-        },
400
-        //LOGO 去掉
401
-          credits: {
402
-    		 enabled: false
403
-		},
404
-        xAxis: {
405
-             categories: [
406
-                '1',
407
-                '2',
408
-                '3',
409
-                '4',
410
-                '5',
411
-                '6',
412
-                '7',
413
-                '8',
414
-                '9',
415
-                '10',
416
-                '11',
417
-                '12',
418
-                '13',
419
-                '14',
420
-                '15',
421
-                '16',
422
-                '17',
423
-                '18',
424
-                '19',
425
-                '20',
426
-                '21',
427
-                '22',
428
-                '23',
429
-                '24',                      
430
-            ],
431
-            title: {
432
-                text: '时间',
433
-               align: 'high',
434
-                rotation: 0,
435
-                y: -50
436
-            }
437
-        },
438
-        yAxis: {
439
-        	gridLineColor: '#100e11',
440
-            title: {
441
-                text: '数量',
442
-                rotation: 0,
443
-                y: -160
444
-            }
445
-        },
446
-        plotOptions: {
447
-            line: {
448
-                dataLabels: {
449
-                    enabled: true          // 开启数据标签
450
-                },
451
-                enableMouseTracking: false // 关闭鼠标跟踪,对应的提示框、点击事件会失效
452
-            }
453
-        },
454
-        series: [{
455
-            name: '来话量',
456
-            data: [7.0, 6.9, 9.5, 14.5, 18.4, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
457
-        }, {
458
-            name: '通话量',
459
-            data: [3.9, 4.2, 5.7, 8.5, 11.9, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8]
460
-        }]
461
-    });
462
-    //通话数量
463
-    $('#th_num').highcharts({
464
-        chart: {
465
-            type: 'line',
466
-            backgroundColor:'#100e11'
467
-        },
468
-        title: {
469
-            text: '通话数量统计',
470
-             style:{
471
-            	color: '#73a2fa',
472
-            }
473
-        },
474
-         legend: {
475
-            align: 'right',
476
-            verticalAlign: 'top',
477
-            x: 0,
478
-            y: 50
479
-        },
480
-        //LOGO 去掉
481
-          credits: {
482
-    		 enabled: false
483
-		},
484
-        xAxis: {
485
-             categories: [
486
-                '1',
487
-                '2',
488
-                '3',
489
-                '4',
490
-                '5',
491
-                '6',
492
-                '7',
493
-                '8',
494
-                '9',
495
-                '10',
496
-                '11',
497
-                '12',
498
-                '13',
499
-                '14',
500
-                '15',
501
-                '16',
502
-                '17',
503
-                '18',
504
-                '19',
505
-                '20',
506
-                '21',
507
-                '22',
508
-                '23',
509
-                '24',                      
510
-            ],
511
-            title: {
512
-                text: '时间',
513
-               align: 'high',
514
-                rotation: 0,
515
-                y: -50
516
-            }
517
-        },
518
-        yAxis: {
519
-        	gridLineColor: '#100e11',
520
-            title: {
521
-                text: '数量',
522
-                rotation: 0,
523
-                y: -160
524
-            }
525
-        },
526
-        plotOptions: {
527
-            line: {
528
-                dataLabels: {
529
-                    enabled: true          // 开启数据标签
530
-                },
531
-                enableMouseTracking: false // 关闭鼠标跟踪,对应的提示框、点击事件会失效
532
-            }
533
-        },
534
-        series: [{
535
-            name: '咨询类',
536
-            data: [7.0, 6.9, 9.5, 14.5, 18.4, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
537
-        }, {
538
-            name: '投诉类',
539
-            data: [3.9, 4.2, 5.7, 8.5, 11, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8]
540
-        }, {
541
-            name: '来电举报类',
542
-            data: [3.9, 5, 8, 8, 11, 8, 3, 16, 14, 10, 6, 4]
543
-        }, {
544
-            name: '建议类',
545
-            data: [8, 4, 5, 8, 11, 15, 17, 16, 14, 10, 6, 4]
546
-        }]
547
-    });
548
-    //接通率报表
549
-     $('#jtv_num').highcharts({
550
-        chart: {       	
551
-            zoomType: 'xy',
552
-             backgroundColor:'#100e11'
553
-        },
554
-        title: {
555
-            text: '接通率统计',
556
-            style:{
557
-            	color: '#73a2fa',
558
-            }
559
-        },
560
-         //LOGO 去掉
561
-          credits: {
562
-    		 enabled: false
563
-		},
564
-        xAxis: [{
565
-            categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
566
-                         'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
567
-            crosshair: true
568
-        }],
569
-        yAxis: [{ // Primary yAxis
570
-            labels: {
571
-                format: '{value}%',
572
-                style: {
573
-                    color: '#fff'
574
-                }
575
-            },
576
-            title: {
577
-                text: '比例',
578
-                style: {
579
-                    color:'#fff',
580
-                },
581
-                rotation: 0,
582
-                y: -170
583
-            }
584
-        }, { // Secondary yAxis
585
-            title: {
586
-                text: '数量',
587
-                style: {
588
-                    color: Highcharts.getOptions().colors[0]
589
-                }
590
-            },
591
-            labels: {
592
-                format: '{value} mm',
593
-                style: {
594
-                    color: "red"
595
-                }
596
-            },
597
-            opposite: true
598
-        }],
599
-        tooltip: {
600
-            shared: true
601
-        },
602
-        legend: {
603
-              align: 'right',
604
-            verticalAlign: 'top',
605
-            x: 0,
606
-            y: 50
607
-        },
608
-        series: [{
609
-            name: '降雨量',
610
-            type: 'column',
611
-            yAxis: 1,
612
-            data: [49.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4],
613
-            tooltip: {
614
-                valueSuffix: ' mm'
615
-            }
616
-        }, {
617
-            name: '温度',
618
-            type: 'spline',
619
-            data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6],
620
-            tooltip: {
621
-                valueSuffix: '°C'
622
-            }
623
-        }]
624
-    });
625
-    //通话时长
626
-var chart = new Highcharts.Chart('th_nums',{
627
-	chart: {       	
628
-             backgroundColor:'#100e11'
629
-        },
630
-    title: {  	
631
-        text: '平均通话时长统计' ,
632
-         style:{
633
-            	color: '#73a2fa',
634
-            }
635
-    },
636
-     //LOGO 去掉
637
-          credits: {
638
-    		 enabled: false
639
-		},
640
-    xAxis: {
641
-        categories: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12']
642
-    },
643
-    yAxis: {
644
-        title: {
645
-        	 rotation: 0,
646
-             y: -170,
647
-            text: '小时'
648
-        },
649
-        plotLines: [{
650
-            value: 0,
651
-            width: 1,
652
-            color: '#808080'
653
-        }]
654
-    },
655
-    tooltip: {
656
-        valueSuffix: 'h'
657
-    },
658
-    legend: {
659
-          align: 'right',
660
-            verticalAlign: 'top',
661
-            x: 0,
662
-            y: 50
663
-    },
664
-    series: [{
665
-        name: '平均通话时长统计',
666
-        data: [7.0, 6.9, 9.5, 14.5, 18.2, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
667
-    }]
668
-});
669
-
670
-});
671
-		</script>	
672
-	</body>
673
-</html>

+ 0 - 488
CallCenterWeb.UI/index_v5.html

@@ -1,488 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-	<head>
4
-
5
-		<meta charset="utf-8">
6
-		<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
-
8
-		<title></title>
9
-		<link href="./css/bootstrap.min14ed.css?v=3.3.6" rel="stylesheet">
10
-		<link href="./css/animate.min.css" rel="stylesheet">
11
-		<style>
12
-			.gray-bg{
13
-				background-color: #100e11!important;
14
-			}
15
-			ul li {
16
-				list-style: none;
17
-			}
18
-			.z_num{
19
-				     color: #FFFFFF;
20
-				    font-size: 16px;
21
-				    text-align: center;
22
-				    display: block;
23
-				    margin-top: 8px;
24
-			}
25
-			.phone_num{
26
-				overflow: hidden;
27
-				margin-top: 10px;
28
-			}
29
-			.phone_li{
30
-				list-style: none;
31
-				font-size: 18px;
32
-				color:  #73a2fa;
33
-				overflow: hidden;
34
-				    padding-left: 0px;
35
-			}
36
-			.phone_li li{
37
-				width: 50%;
38
-				float: left;
39
-				padding: 10px;
40
-				text-align: center;
41
-				
42
-			}
43
-			.phone_li li span{
44
-				display: block;
45
-				text-align: center;
46
-			}
47
-			
48
-			.map_titles{
49
-				 color: #FFFFFF;
50
-				    font-size: 16px;
51
-				    text-align: center;
52
-				    display: block;
53
-				    margin-top: 8px;
54
-			}
55
-			.Map_picter{
56
-				width: 100%;
57
-		}
58
-		.fl{
59
-			float: left;
60
-		}
61
-		.Map_dq ul li{
62
-		 float: left;
63
-		 color: #FFFDEF;
64
-		 width: 20%;
65
-		 text-align: center;
66
-		 margin-bottom: 10px;
67
-		}
68
-		.size-14{
69
-			font-size: 14px;
70
-			
71
-		}
72
-		.tb{
73
-			display: inline-block;
74
-			width: 10px;
75
-			height: 10px;
76
-			background-color: #FFFDEF;
77
-			vertical-align: baseline;
78
-		}
79
-		.xe-z{
80
-			display: inline-block;
81
-			width: 10px;
82
-			height: 10px;
83
-			background-color:#fecb00 ;
84
-		}
85
-		.xe-l{
86
-			display: inline-block;
87
-			width: 10px;
88
-			height: 10px;
89
-			background-color:#4ef41b ;
90
-		}
91
-		.xe-a{
92
-			display: inline-block;
93
-			width: 10px;
94
-			height: 10px;
95
-			background-color:#ecaaf1 ;
96
-		}
97
-		.xe-t{
98
-			display: inline-block;
99
-			width: 10px;
100
-			height: 10px;
101
-			background-color:#043288 ;
102
-		}
103
-		.xe-x{
104
-			display: inline-block;
105
-			width: 10px;
106
-			height: 10px;
107
-			background-color:#ed15fa ;
108
-		}
109
-		.xe-y{
110
-			display: inline-block;
111
-			width: 10px;
112
-			height: 10px;
113
-			background-color:#2bf9e8 ;
114
-		}
115
-		.xe-g{
116
-			display: inline-block;
117
-			width: 10px;
118
-			height: 10px;
119
-			background-color: #d8b839;
120
-		}
121
-		.xe-w{
122
-			display: inline-block;
123
-			width: 10px;
124
-			height: 10px;
125
-			background-color:#2b6df1 ;
126
-		}
127
-		.xe-b{
128
-			display: inline-block;
129
-			width: 10px;
130
-			height: 10px;
131
-			background-color:#fc1807 ;
132
-		}
133
-		.xe-1{
134
-			display: inline-block;
135
-			width: 10px;
136
-			height: 10px;
137
-			background-color:#23b166 ;
138
-		}
139
-		.xe-2{
140
-			display: inline-block;
141
-			width: 10px;
142
-			height: 10px;
143
-			background-color:#fbfafa;
144
-		}
145
-		.xe-3{
146
-			display: inline-block;
147
-			width: 10px;
148
-			height: 10px;
149
-			background-color:#f27bbf;
150
-		}
151
-		.xe-4{
152
-			display: inline-block;
153
-			width: 10px;
154
-			height: 10px;
155
-			background-color:#fb028f ;
156
-		}
157
-		.container{
158
-			width:100%!important;
159
-		}
160
-		</style>
161
-	</head>
162
-
163
-	<body class="gray-bg top-navigation">
164
-		<div id="wrapper">
165
-			<div id="page-wrapper" class="gray-bg">
166
-				<div class="wrapper wrapper-content">
167
-					<div class="container">
168
-						<div class="row">
169
-							<div style="width: 60%; float: left;">
170
-								<div id="main1" ></div>
171
-							</div>
172
-							<div style="width: 40%; float: left;">
173
-								<div class="Map">
174
-								 <span class="map_titles">
175
-								 	管辖区域来话量统计
176
-								 </span>
177
-								   <div class="Map_content">
178
-								   	 <div class="">
179
-								   	  <img class="Map_picter"src="./img/123.png" alt="" />
180
-								   	  </div>
181
-								   	  <div class="Map_dq">
182
-								   	  	<ul class="">
183
-								   	  		<li>
184
-								   	  			<b class="xe-z"></b>
185
-								   	  			<span class="size-14">周至县</span>
186
-								   	  			<span>80%</span>
187
-								   	  		</li>
188
-								   	  		<li>
189
-								   	  			<b class="xe-l"></b>
190
-								   	  			<span class="size-14">户县</span>
191
-								   	  			<span>80%</span>
192
-								   	  		</li>
193
-								   	  		<li>
194
-								   	  			<b class="xe-a"></b>
195
-								   	  			<span class="size-14">长安区</span>
196
-								   	  			<span>80%</span>
197
-								   	  		</li>
198
-								   	  		<li>
199
-								   	  			<b class="xe-t"></b>
200
-								   	  			<span class="size-14">蓝田县</span>
201
-								   	  			<span>80%</span>
202
-								   	  		</li>
203
-								   	  		<li>
204
-								   	  			<b class="xe-y"></b>
205
-								   	  			<span class="size-14">阎良区</span>
206
-								   	  			<span>80%</span>
207
-								   	  		</li>
208
-								   	  		<li>
209
-								   	  			<b class="xe-g"></b>
210
-								   	  			<span class="size-14">高陵县</span>
211
-								   	  			<span>80%</span>
212
-								   	  		</li>
213
-								   	  		<li>
214
-								   	  			<b class="xe-w"></b>
215
-								   	  			<span class="size-14">未央区</span>
216
-								   	  			<span>80%</span>
217
-								   	  		</li>
218
-								   	  		<li>
219
-								   	  			<b class="xe-b"></b>
220
-								   	  			<span class="size-14">灞桥区</span>
221
-								   	  			<span>80%</span>
222
-								   	  		</li>
223
-								   	  		<li>
224
-								   	  			<b class="xe-1"></b>
225
-								   	  			<span class="size-14">周至县</span>
226
-								   	  			<span>80%</span>
227
-								   	  		</li>
228
-								   	  		<li>
229
-								   	  			<b class="xe-2"></b>
230
-								   	  			<span class="size-14">周至县</span>
231
-								   	  			<span>80%</span>
232
-								   	  		</li>
233
-								   	  		<li>
234
-								   	  			<b class="xe-3"></b>
235
-								   	  			<span class="size-14">周至县</span>
236
-								   	  			<span>80%</span>
237
-								   	  		</li>
238
-								   	  		<li>
239
-								   	  			<b class="xe-4"></b>
240
-								   	  			<span class="size-14">周至县</span>
241
-								   	  			<span>80%</span>
242
-								   	  		</li>
243
-								   	  	</ul>
244
-								   	  </div>
245
-								   </div>
246
-								</div>
247
-							</div>
248
-						</div>
249
-						<div class="row">
250
-							<div class="col-sm-8 ">
251
-								<div id="main" ></div>
252
-							</div>
253
-							<div class="col-sm-4 ">
254
-								<div>
255
-									<span class="z_num">话务量总体统计</span>
256
-									<div class="phone_num">
257
-										<ul class="phone_li">
258
-											<li> <strong id="ld"></strong><span>每天来话量</span> </li>
259
-											<li><strong id="jtl"></strong><span>接通量</span></li>
260
-											<li> <strong id="jtv"></strong><span>接通率</span></li>
261
-											<li> <strong id="zxr"></strong><span>坐席人数</span></li>
262
-											<li> <strong id="sc"></strong><span>平均通话时长</span></li>
263
-										</ul>
264
-									</div>
265
-								</div>
266
-							</div>
267
-						</div>
268
-					</div>
269
-				</div>	
270
-			</div>
271
-		</div>
272
-
273
-		<script src="./js/jquery.min.js?v=2.1.4"></script>
274
-		<script src="http://cdn.hcharts.cn/highcharts/highcharts.js"></script> 
275
-		<script src="http://cdn.hcharts.cn/highcharts/themes/gray.js"></script>
276
-		<script src="./js/radialIndicator.js"></script>
277
-		<script>
278
-		$(function () {
279
-    $('#main').highcharts({
280
-        chart: {
281
-            type: 'column',
282
-              backgroundColor:'#100e11'
283
-        },
284
-        title: {
285
-            text: '坐席闲忙比例'
286
-        },
287
-        xAxis: {
288
-            categories: [
289
-                '1',
290
-                '2',
291
-                '3',
292
-                '4',
293
-                '5',
294
-                '6',
295
-                '7',
296
-                '8',
297
-                '9',
298
-                '10',
299
-                '11',
300
-                '12',
301
-                '13',
302
-                '14',
303
-                '15',
304
-                '16',
305
-                '17',
306
-                '18',
307
-                '19',
308
-                '20',
309
-                '21',
310
-                '22',
311
-                '23',
312
-                '24',                      
313
-            ],
314
-            crosshair: true
315
-        },
316
-        yAxis: {
317
-            min: 0,
318
-            title: {
319
-                text: '人数',
320
-                rotation: 0,
321
-                y: -160,
322
-            }
323
-        },
324
-        credits: {
325
-     		enabled: false
326
-		},
327
-		legend: {
328
-            align: 'right',
329
-            verticalAlign: 'top',
330
-            x: 0,
331
-            y: 50
332
-        },
333
-        tooltip: {
334
-            headerFormat: '<span style="font-size:10px">{point.key}</span><table>',
335
-            pointFormat: '<tr><td style="color:{series.color};padding:0">{series.name}: </td>' +
336
-            '<td style="padding:0"><b>{point.y:.1f}%</b></td></tr>',
337
-            footerFormat: '</table>',
338
-            shared: true,
339
-            useHTML: true
340
-        },
341
-        plotOptions: {
342
-            column: {
343
-                pointPadding: 0.2,
344
-                borderWidth: 0
345
-            }
346
-        },
347
-        series: [{
348
-            name: '在忙',
349
-            data: [49.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
350
-        }, {
351
-            name: '话务处理',
352
-            data: [83.6, 78.8, 98.5, 93.4, 106.0, 84.5, 105.0, 104.3, 91.2, 83.5, 106.6, 92.3]
353
-        }, {
354
-            name: '闲置',
355
-            data: [48.9, 38.8, 39.3, 41.4, 47.0, 48.3, 59.0, 59.6, 52.4, 65.2, 59.3, 51.2]
356
-        }]
357
-    });
358
-    
359
-       $('#main1').highcharts({
360
-        chart: {
361
-            type: 'line',
362
-            backgroundColor:'#100e11'
363
-        },
364
-        title: {
365
-            text: '话务量实时数据统计'
366
-        },
367
-         legend: {
368
-            align: 'right',
369
-            verticalAlign: 'top',
370
-            x: 0,
371
-            y: 50
372
-        },
373
-        //LOGO 去掉
374
-          credits: {
375
-    		 enabled: false
376
-		},
377
-        xAxis: {
378
-             categories: [
379
-                '1',
380
-                '2',
381
-                '3',
382
-                '4',
383
-                '5',
384
-                '6',
385
-                '7',
386
-                '8',
387
-                '9',
388
-                '10',
389
-                '11',
390
-                '12',
391
-                '13',
392
-                '14',
393
-                '15',
394
-                '16',
395
-                '17',
396
-                '18',
397
-                '19',
398
-                '20',
399
-                '21',
400
-                '22',
401
-                '23',
402
-                '24',                      
403
-            ],
404
-            title: {
405
-                text: '时间',
406
-               align: 'high',
407
-                rotation: 0,
408
-                y: -50
409
-            }
410
-        },
411
-        yAxis: {
412
-            title: {
413
-                text: '数量',
414
-                rotation: 0,
415
-                y: -160
416
-            }
417
-        },
418
-        plotOptions: {
419
-            line: {
420
-                dataLabels: {
421
-                    enabled: true          // 开启数据标签
422
-                },
423
-                enableMouseTracking: false // 关闭鼠标跟踪,对应的提示框、点击事件会失效
424
-            }
425
-        },
426
-        series: [{
427
-            name: '来话量',
428
-            data: [7.0, 6.9, 9.5, 14.5, 18.4, 21.5, 25.2, 26.5, 23.3, 18.3, 13.9, 9.6]
429
-        }, {
430
-            name: '通话量',
431
-            data: [3.9, 4.2, 5.7, 8.5, 11.9, 15.2, 17.0, 16.6, 14.2, 10.3, 6.6, 4.8]
432
-        }]
433
-    });
434
-  
435
-});
436
-  //进度条
437
-    $('#ld').radialIndicator({
438
-    	radius:40,
439
-    	barBgColor:'#999',
440
-        barColor: 'rgb(221, 223, 13)',
441
-        barWidth: 8,
442
-        initValue: 40,
443
-        roundCorner : true
444
-//      percentage: true
445
-    })
446
-    $('#jtl').radialIndicator({
447
-    	radius:40,
448
-    	barBgColor:'#999',
449
-        barColor: 'rgb(85, 191, 59)',
450
-        barWidth: 8,
451
-        initValue: 40,
452
-        roundCorner : true
453
-//    percentage: true
454
-    })
455
-    $('#jtv').radialIndicator({
456
-    	radius:40,
457
-    	barBgColor:'#999',
458
-        barColor: 'rgb(247, 163, 92)',
459
-        barWidth: 5,
460
-        initValue: 100,
461
-        roundCorner : true,
462
-     percentage: true
463
-    })
464
-    $('#zxr').radialIndicator({
465
-    	radius:40,
466
-    	barBgColor:'#999',
467
-        barColor: 'rgb(241, 92, 128)',
468
-        barWidth: 5,
469
-        initValue: 40,
470
-        roundCorner : true
471
-//      percentage: true
472
-    })
473
-    $('#sc').radialIndicator({
474
-    	radius:40,
475
-    	barBgColor:'#999',
476
-        barColor: '#87CEEB',
477
-        barWidth: 5,
478
-        initValue: 40,
479
-        roundCorner : true
480
-//      percentage: true
481
-    })
482
-		</script>
483
-	
484
-	</body>
485
-
486
-	<!-- Mirrored from www.zi-han.net/theme/hplus/index_v5.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 20 Jan 2016 14:18:52 GMT -->
487
-
488
-</html>