jquerymobile-rails 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1000 +1,1029 @@
1
1
  /*
2
- * jQuery Mobile Framework 1.1.0 db342b1f315c282692791aa870455901fdb46a55
2
+ * jQuery Mobile Framework Git Build: SHA1: 07a30fb0138f34a880ca7c9c9427319d1f976eda <> Date: Mon Jul 16 01:56:11 2012 +0200
3
3
  * http://jquerymobile.com
4
4
  *
5
- * Copyright 2011 (c) jQuery Project
5
+ * Copyright 2012 jQuery Foundation and other contributors
6
6
  * Dual licensed under the MIT or GPL Version 2 licenses.
7
7
  * http://jquery.org/license
8
8
  *
9
9
  */
10
+
11
+
10
12
  /* Swatches */
11
13
  /* A
12
14
  -----------------------------------------------------------------------------------------------------------*/
13
15
  .ui-bar-a {
14
- border: 1px solid #333 /*{a-bar-border}*/;
15
- background: #111111 /*{a-bar-background-color}*/;
16
- color: #ffffff /*{a-bar-color}*/;
17
- font-weight: bold;
18
- text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
19
- background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
20
- background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
21
- background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
22
- background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
23
- background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
24
- background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
25
- }
26
- .ui-bar-a,
27
- .ui-bar-a input,
28
- .ui-bar-a select,
29
- .ui-bar-a textarea,
16
+ border: 1px solid #333 /*{a-bar-border}*/;
17
+ background: #111 /*{a-bar-background-color}*/;
18
+ color: #fff /*{a-bar-color}*/;
19
+ font-weight: bold;
20
+ text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
21
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
22
+ background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
23
+ background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
24
+ background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
25
+ background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
26
+ background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
27
+ }
28
+ .ui-bar-a,
29
+ .ui-bar-a input,
30
+ .ui-bar-a select,
31
+ .ui-bar-a textarea,
30
32
  .ui-bar-a button {
31
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
33
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
32
34
  }
33
35
  .ui-bar-a .ui-link-inherit {
34
- color: #fff /*{a-bar-color}*/;
36
+ color: #fff /*{a-bar-color}*/;
35
37
  }
36
- .ui-bar-a .ui-link {
37
- color: #7cc4e7 /*{a-bar-link-color}*/;
38
- font-weight: bold;
38
+ .ui-bar-a a.ui-link {
39
+ color: #7cc4e7 /*{a-bar-link-color}*/;
40
+ font-weight: bold;
39
41
  }
40
- .ui-bar-a .ui-link:hover {
41
- color: #2489CE /*{a-bar-link-hover}*/;
42
+ .ui-bar-a a.ui-link:visited {
43
+ color: #2489ce /*{a-bar-link-visited}*/;
42
44
  }
43
- .ui-bar-a .ui-link:active {
44
- color: #2489CE /*{a-bar-link-active}*/;
45
+ .ui-bar-a a.ui-link:hover {
46
+ color: #2489ce /*{a-bar-link-hover}*/;
45
47
  }
46
- .ui-bar-a .ui-link:visited {
47
- color: #2489CE /*{a-bar-link-visited}*/;
48
+ .ui-bar-a a.ui-link:active {
49
+ color: #2489ce /*{a-bar-link-active}*/;
48
50
  }
49
51
  .ui-body-a,
50
52
  .ui-overlay-a {
51
- border: 1px solid #444 /*{a-body-border}*/;
52
- background: #222 /*{a-body-background-color}*/;
53
- color: #fff /*{a-body-color}*/;
54
- text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
55
- font-weight: normal;
56
- background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
57
- background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
58
- background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
59
- background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
60
- background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
61
- background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
53
+ border: 1px solid #444 /*{a-body-border}*/;
54
+ background: #222 /*{a-body-background-color}*/;
55
+ color: #fff /*{a-body-color}*/;
56
+ text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 1px /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
57
+ font-weight: normal;
58
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
59
+ background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
60
+ background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
61
+ background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
62
+ background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
63
+ background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
62
64
  }
63
65
  .ui-overlay-a {
64
- background-image: none;
65
- border-width: 0;
66
+ background-image: none;
67
+ border-width: 0;
66
68
  }
67
69
  .ui-body-a,
68
70
  .ui-body-a input,
69
71
  .ui-body-a select,
70
72
  .ui-body-a textarea,
71
73
  .ui-body-a button {
72
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
74
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
73
75
  }
74
76
  .ui-body-a .ui-link-inherit {
75
- color: #fff /*{a-body-color}*/;
77
+ color: #fff /*{a-body-color}*/;
76
78
  }
77
79
  .ui-body-a .ui-link {
78
- color: #2489CE /*{a-body-link-color}*/;
79
- font-weight: bold;
80
+ color: #2489ce /*{a-body-link-color}*/;
81
+ font-weight: bold;
82
+ }
83
+ .ui-body-a .ui-link:visited {
84
+ color: #2489ce /*{a-body-link-visited}*/;
80
85
  }
81
86
  .ui-body-a .ui-link:hover {
82
- color: #2489CE /*{a-body-link-hover}*/;
87
+ color: #2489ce /*{a-body-link-hover}*/;
83
88
  }
84
89
  .ui-body-a .ui-link:active {
85
- color: #2489CE /*{a-body-link-active}*/;
86
- }
87
- .ui-body-a .ui-link:visited {
88
- color: #2489CE /*{a-body-link-visited}*/;
90
+ color: #2489ce /*{a-body-link-active}*/;
89
91
  }
90
92
  .ui-btn-up-a {
91
- border: 1px solid #111 /*{a-bup-border}*/;
92
- background: #333 /*{a-bup-background-color}*/;
93
- font-weight: bold;
94
- color: #fff /*{a-bup-color}*/;
95
- text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
96
- background-image: -webkit-gradient(linear, left top, left bottom, from( #444444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
97
- background-image: -webkit-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
98
- background-image: -moz-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
99
- background-image: -ms-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
100
- background-image: -o-linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
101
- background-image: linear-gradient( #444444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
102
- }
93
+ border: 1px solid #111 /*{a-bup-border}*/;
94
+ background: #333 /*{a-bup-background-color}*/;
95
+ font-weight: bold;
96
+ color: #fff /*{a-bup-color}*/;
97
+ text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
98
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
99
+ background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
100
+ background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
101
+ background-image: -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
102
+ background-image: -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
103
+ background-image: linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
104
+ }
105
+ .ui-btn-up-a:visited,
103
106
  .ui-btn-up-a a.ui-link-inherit {
104
- color: #fff /*{a-bup-color}*/;
107
+ color: #fff /*{a-bup-color}*/;
105
108
  }
106
109
  .ui-btn-hover-a {
107
- border: 1px solid #000 /*{a-bhover-border}*/;
108
- background: #444444 /*{a-bhover-background-color}*/;
109
- font-weight: bold;
110
- color: #fff /*{a-bhover-color}*/;
111
- text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
112
- background-image: -webkit-gradient(linear, left top, left bottom, from( #555555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
113
- background-image: -webkit-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
114
- background-image: -moz-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
115
- background-image: -ms-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
116
- background-image: -o-linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
117
- background-image: linear-gradient( #555555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
118
- }
110
+ border: 1px solid #000 /*{a-bhover-border}*/;
111
+ background: #444 /*{a-bhover-background-color}*/;
112
+ font-weight: bold;
113
+ color: #fff /*{a-bhover-color}*/;
114
+ text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
115
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
116
+ background-image: -webkit-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
117
+ background-image: -moz-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
118
+ background-image: -ms-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
119
+ background-image: -o-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
120
+ background-image: linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
121
+ }
122
+ .ui-btn-hover-a:visited,
123
+ .ui-btn-hover-a:hover,
119
124
  .ui-btn-hover-a a.ui-link-inherit {
120
- color: #fff /*{a-bhover-color}*/;
125
+ color: #fff /*{a-bhover-color}*/;
121
126
  }
122
127
  .ui-btn-down-a {
123
- border: 1px solid #000 /*{a-bdown-border}*/;
124
- background: #222 /*{a-bdown-background-color}*/;
125
- font-weight: bold;
126
- color: #fff /*{a-bdown-color}*/;
127
- text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
128
- background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
129
- background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
130
- background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
131
- background-image: -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
132
- background-image: -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
133
- background-image: linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
134
- }
128
+ border: 1px solid #000 /*{a-bdown-border}*/;
129
+ background: #222 /*{a-bdown-background-color}*/;
130
+ font-weight: bold;
131
+ color: #fff /*{a-bdown-color}*/;
132
+ text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
133
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
134
+ background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
135
+ background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
136
+ background-image: -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
137
+ background-image: -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
138
+ background-image: linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
139
+ }
140
+ .ui-btn-down-a:visited,
141
+ .ui-btn-down-a:hover,
135
142
  .ui-btn-down-a a.ui-link-inherit {
136
- color: #fff /*{a-bdown-color}*/;
143
+ color: #fff /*{a-bdown-color}*/;
137
144
  }
138
145
  .ui-btn-up-a,
139
146
  .ui-btn-hover-a,
140
147
  .ui-btn-down-a {
141
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
142
- text-decoration: none;
148
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
149
+ text-decoration: none;
143
150
  }
144
151
  /* B
145
152
  -----------------------------------------------------------------------------------------------------------*/
146
153
  .ui-bar-b {
147
- border: 1px solid #456f9a /*{b-bar-border}*/;
148
- background: #5e87b0 /*{b-bar-background-color}*/;
149
- color: #fff /*{b-bar-color}*/;
150
- font-weight: bold;
151
- text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
152
- background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
153
- background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
154
- background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
155
- background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
156
- background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
157
- background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
154
+ border: 1px solid #456f9a /*{b-bar-border}*/;
155
+ background: #5e87b0 /*{b-bar-background-color}*/;
156
+ color: #fff /*{b-bar-color}*/;
157
+ font-weight: bold;
158
+ text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 1px /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
159
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
160
+ background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
161
+ background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
162
+ background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
163
+ background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
164
+ background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
158
165
  }
159
166
  .ui-bar-b,
160
167
  .ui-bar-b input,
161
168
  .ui-bar-b select,
162
169
  .ui-bar-b textarea,
163
170
  .ui-bar-b button {
164
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
171
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
165
172
  }
166
173
  .ui-bar-b .ui-link-inherit {
167
- color: #fff /*{b-bar-color}*/;
174
+ color: #fff /*{b-bar-color}*/;
168
175
  }
169
- .ui-bar-b .ui-link {
170
- color: #ddf0f8 /*{b-bar-link-color}*/;
171
- font-weight: bold;
176
+ .ui-bar-b a.ui-link {
177
+ color: #ddf0f8 /*{b-bar-link-color}*/;
178
+ font-weight: bold;
172
179
  }
173
- .ui-bar-b .ui-link:hover {
174
- color: #ddf0f8 /*{b-bar-link-hover}*/;
180
+ .ui-bar-b a.ui-link:visited {
181
+ color: #ddf0f8 /*{b-bar-link-visited}*/;
175
182
  }
176
- .ui-bar-b .ui-link:active {
177
- color: #ddf0f8 /*{b-bar-link-active}*/;
183
+ .ui-bar-b a.ui-link:hover {
184
+ color: #ddf0f8 /*{b-bar-link-hover}*/;
178
185
  }
179
- .ui-bar-b .ui-link:visited {
180
- color: #ddf0f8 /*{b-bar-link-visited}*/;
186
+ .ui-bar-b a.ui-link:active {
187
+ color: #ddf0f8 /*{b-bar-link-active}*/;
181
188
  }
182
189
  .ui-body-b,
183
190
  .ui-overlay-b {
184
- border: 1px solid #999 /*{b-body-border}*/;
185
- background: #f3f3f3 /*{b-body-background-color}*/;
186
- color: #222222 /*{b-body-color}*/;
187
- text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
188
- font-weight: normal;
189
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
190
- background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
191
- background-image: -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
192
- background-image: -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
193
- background-image: -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
194
- background-image: linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
191
+ border: 1px solid #999 /*{b-body-border}*/;
192
+ background: #f3f3f3 /*{b-body-background-color}*/;
193
+ color: #222 /*{b-body-color}*/;
194
+ text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
195
+ font-weight: normal;
196
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
197
+ background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
198
+ background-image: -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
199
+ background-image: -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
200
+ background-image: -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
201
+ background-image: linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
195
202
  }
196
203
  .ui-overlay-b {
197
- background-image: none;
198
- border-width: 0;
204
+ background-image: none;
205
+ border-width: 0;
199
206
  }
200
207
  .ui-body-b,
201
208
  .ui-body-b input,
202
209
  .ui-body-b select,
203
210
  .ui-body-b textarea,
204
211
  .ui-body-b button {
205
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
212
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
206
213
  }
207
214
  .ui-body-b .ui-link-inherit {
208
- color: #333333 /*{b-body-color}*/;
215
+ color: #333 /*{b-body-color}*/;
209
216
  }
210
217
  .ui-body-b .ui-link {
211
- color: #2489CE /*{b-body-link-color}*/;
212
- font-weight: bold;
218
+ color: #2489ce /*{b-body-link-color}*/;
219
+ font-weight: bold;
220
+ }
221
+ .ui-body-b .ui-link:visited {
222
+ color: #2489ce /*{b-body-link-visited}*/;
213
223
  }
214
224
  .ui-body-b .ui-link:hover {
215
- color: #2489CE /*{b-body-link-hover}*/;
225
+ color: #2489ce /*{b-body-link-hover}*/;
216
226
  }
217
227
  .ui-body-b .ui-link:active {
218
- color: #2489CE /*{b-body-link-active}*/;
219
- }
220
- .ui-body-b .ui-link:visited {
221
- color: #2489CE /*{b-body-link-visited}*/;
228
+ color: #2489ce /*{b-body-link-active}*/;
222
229
  }
223
230
  .ui-btn-up-b {
224
- border: 1px solid #044062 /*{b-bup-border}*/;
225
- background: #396b9e /*{b-bup-background-color}*/;
226
- font-weight: bold;
227
- color: #fff /*{b-bup-color}*/;
228
- text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
229
- background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
230
- background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
231
- background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
232
- background-image: -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
233
- background-image: -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
234
- background-image: linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
235
- }
231
+ border: 1px solid #044062 /*{b-bup-border}*/;
232
+ background: #396b9e /*{b-bup-background-color}*/;
233
+ font-weight: bold;
234
+ color: #fff /*{b-bup-color}*/;
235
+ text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 1px /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
236
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
237
+ background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
238
+ background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
239
+ background-image: -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
240
+ background-image: -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
241
+ background-image: linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
242
+ }
243
+ .ui-btn-up-b:visited,
236
244
  .ui-btn-up-b a.ui-link-inherit {
237
- color: #fff /*{b-bup-color}*/;
245
+ color: #fff /*{b-bup-color}*/;
238
246
  }
239
247
  .ui-btn-hover-b {
240
- border: 1px solid #00415e /*{b-bhover-border}*/;
241
- background: #4b88b6 /*{b-bhover-background-color}*/;
242
- font-weight: bold;
243
- color: #fff /*{b-bhover-color}*/;
244
- text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
245
- background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
246
- background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
247
- background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
248
- background-image: -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
249
- background-image: -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
250
- background-image: linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
251
- }
248
+ border: 1px solid #00415e /*{b-bhover-border}*/;
249
+ background: #4b88b6 /*{b-bhover-background-color}*/;
250
+ font-weight: bold;
251
+ color: #fff /*{b-bhover-color}*/;
252
+ text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 1px /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
253
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
254
+ background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
255
+ background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
256
+ background-image: -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
257
+ background-image: -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
258
+ background-image: linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
259
+ }
260
+ .ui-btn-hover-b:visited,
261
+ .ui-btn-hover-a:hover,
252
262
  .ui-btn-hover-b a.ui-link-inherit {
253
- color: #fff /*{b-bhover-color}*/;
263
+ color: #fff /*{b-bhover-color}*/;
254
264
  }
255
265
  .ui-btn-down-b {
256
- border: 1px solid #225377 /*{b-bdown-border}*/;
257
- background: #4e89c5 /*{b-bdown-background-color}*/;
258
- font-weight: bold;
259
- color: #fff /*{b-bdown-color}*/;
260
- text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
261
- background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
262
- background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
263
- background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
264
- background-image: -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
265
- background-image: -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
266
- background-image: linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
267
- }
266
+ border: 1px solid #225377 /*{b-bdown-border}*/;
267
+ background: #4e89c5 /*{b-bdown-background-color}*/;
268
+ font-weight: bold;
269
+ color: #fff /*{b-bdown-color}*/;
270
+ text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 1px /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
271
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
272
+ background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
273
+ background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
274
+ background-image: -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
275
+ background-image: -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
276
+ background-image: linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
277
+ }
278
+ .ui-btn-down-b:visited,
279
+ .ui-btn-down-b:hover,
268
280
  .ui-btn-down-b a.ui-link-inherit {
269
- color: #fff /*{b-bdown-color}*/;
281
+ color: #fff /*{b-bdown-color}*/;
270
282
  }
271
283
  .ui-btn-up-b,
272
284
  .ui-btn-hover-b,
273
285
  .ui-btn-down-b {
274
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
275
- text-decoration: none;
286
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
287
+ text-decoration: none;
276
288
  }
277
289
  /* C
278
290
  -----------------------------------------------------------------------------------------------------------*/
279
291
  .ui-bar-c {
280
- border: 1px solid #B3B3B3 /*{c-bar-border}*/;
281
- background: #eeeeee /*{c-bar-background-color}*/;
282
- color: #3E3E3E /*{c-bar-color}*/;
283
- font-weight: bold;
284
- text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
285
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
286
- background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
287
- background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
288
- background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
289
- background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
290
- background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
292
+ border: 1px solid #b3b3b3 /*{c-bar-border}*/;
293
+ background: #eee /*{c-bar-background-color}*/;
294
+ color: #3e3e3e /*{c-bar-color}*/;
295
+ font-weight: bold;
296
+ text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 1px /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
297
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
298
+ background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
299
+ background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
300
+ background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
301
+ background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
302
+ background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
291
303
  }
292
304
  .ui-bar-c .ui-link-inherit {
293
- color: #3E3E3E /*{c-bar-color}*/;
305
+ color: #3e3e3e /*{c-bar-color}*/;
294
306
  }
295
- .ui-bar-c .ui-link {
296
- color: #7cc4e7 /*{c-bar-link-color}*/;
297
- font-weight: bold;
307
+ .ui-bar-c a.ui-link {
308
+ color: #7cc4e7 /*{c-bar-link-color}*/;
309
+ font-weight: bold;
298
310
  }
299
- .ui-bar-c .ui-link:hover {
300
- color: #2489CE /*{c-bar-link-hover}*/;
311
+ .ui-bar-c a.ui-link:visited {
312
+ color: #2489ce /*{c-bar-link-visited}*/;
301
313
  }
302
- .ui-bar-c .ui-link:active {
303
- color: #2489CE /*{c-bar-link-active}*/;
314
+ .ui-bar-c a.ui-link:hover {
315
+ color: #2489ce /*{c-bar-link-hover}*/;
304
316
  }
305
- .ui-bar-c .ui-link:visited {
306
- color: #2489CE /*{c-bar-link-visited}*/;
317
+ .ui-bar-c a.ui-link:active {
318
+ color: #2489ce /*{c-bar-link-active}*/;
307
319
  }
308
320
  .ui-bar-c,
309
321
  .ui-bar-c input,
310
322
  .ui-bar-c select,
311
323
  .ui-bar-c textarea,
312
324
  .ui-bar-c button {
313
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
325
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
314
326
  }
315
327
  .ui-body-c,
316
328
  .ui-overlay-c {
317
- border: 1px solid #aaa /*{c-body-border}*/;
318
- color: #333333 /*{c-body-color}*/;
319
- text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
320
- background: #f9f9f9 /*{c-body-background-color}*/;
321
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
322
- background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
323
- background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
324
- background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
325
- background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
326
- background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/);
329
+ border: 1px solid #aaa /*{c-body-border}*/;
330
+ color: #333 /*{c-body-color}*/;
331
+ text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
332
+ background: #f9f9f9 /*{c-body-background-color}*/;
333
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
334
+ background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
335
+ background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
336
+ background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
337
+ background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
338
+ background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
327
339
  }
328
340
  .ui-overlay-c {
329
- background-image: none;
330
- border-width: 0;
341
+ background-image: none;
342
+ border-width: 0;
331
343
  }
332
344
  .ui-body-c,
333
345
  .ui-body-c input,
334
346
  .ui-body-c select,
335
347
  .ui-body-c textarea,
336
348
  .ui-body-c button {
337
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
349
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
338
350
  }
339
351
  .ui-body-c .ui-link-inherit {
340
- color: #333333 /*{c-body-color}*/;
352
+ color: #333 /*{c-body-color}*/;
341
353
  }
342
354
  .ui-body-c .ui-link {
343
- color: #2489CE /*{c-body-link-color}*/;
344
- font-weight: bold;
355
+ color: #2489ce /*{c-body-link-color}*/;
356
+ font-weight: bold;
357
+ }
358
+ .ui-body-c .ui-link:visited {
359
+ color: #2489ce /*{c-body-link-visited}*/;
345
360
  }
346
361
  .ui-body-c .ui-link:hover {
347
- color: #2489CE /*{c-body-link-hover}*/;
362
+ color: #2489ce /*{c-body-link-hover}*/;
348
363
  }
349
364
  .ui-body-c .ui-link:active {
350
- color: #2489CE /*{c-body-link-active}*/;
351
- }
352
- .ui-body-c .ui-link:visited {
353
- color: #2489CE /*{c-body-link-visited}*/;
365
+ color: #2489ce /*{c-body-link-active}*/;
354
366
  }
355
367
  .ui-btn-up-c {
356
- border: 1px solid #ccc /*{c-bup-border}*/;
357
- background: #eee /*{c-bup-background-color}*/;
358
- font-weight: bold;
359
- color: #222 /*{c-bup-color}*/;
360
- text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
361
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
362
- background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
363
- background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
364
- background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
365
- background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
366
- background-image: linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
367
- }
368
+ border: 1px solid #ccc /*{c-bup-border}*/;
369
+ background: #eee /*{c-bup-background-color}*/;
370
+ font-weight: bold;
371
+ color: #222 /*{c-bup-color}*/;
372
+ text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #fff /*{c-bup-shadow-color}*/;
373
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
374
+ background-image: -webkit-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
375
+ background-image: -moz-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
376
+ background-image: -ms-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
377
+ background-image: -o-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
378
+ background-image: linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
379
+ }
380
+ .ui-btn-up-c:visited,
368
381
  .ui-btn-up-c a.ui-link-inherit {
369
- color: #2F3E46 /*{c-bup-color}*/;
382
+ color: #2f3e46 /*{c-bup-color}*/;
370
383
  }
371
384
  .ui-btn-hover-c {
372
- border: 1px solid #bbb /*{c-bhover-border}*/;
373
- background: #dfdfdf /*{c-bhover-background-color}*/;
374
- font-weight: bold;
375
- color: #222 /*{c-bhover-color}*/;
376
- text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{c-bhover-shadow-color}*/;
377
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
378
- background-image: -webkit-linear-gradient( #f9f9f9 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
379
- background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
380
- background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
381
- background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
382
- background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
383
- }
385
+ border: 1px solid #bbb /*{c-bhover-border}*/;
386
+ background: #dfdfdf /*{c-bhover-background-color}*/;
387
+ font-weight: bold;
388
+ color: #222 /*{c-bhover-color}*/;
389
+ text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
390
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
391
+ background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
392
+ background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
393
+ background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
394
+ background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
395
+ background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
396
+ }
397
+ .ui-btn-hover-c:visited,
398
+ .ui-btn-hover-c:hover,
384
399
  .ui-btn-hover-c a.ui-link-inherit {
385
- color: #2F3E46 /*{c-bhover-color}*/;
400
+ color: #2f3e46 /*{c-bhover-color}*/;
386
401
  }
387
402
  .ui-btn-down-c {
388
- border: 1px solid #bbb /*{c-bdown-border}*/;
389
- background: #d6d6d6 /*{c-bdown-background-color}*/;
390
- font-weight: bold;
391
- color: #222 /*{c-bdown-color}*/;
392
- text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
393
- background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
394
- background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
395
- background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
396
- background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
397
- background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
398
- background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
399
- }
403
+ border: 1px solid #bbb /*{c-bdown-border}*/;
404
+ background: #d6d6d6 /*{c-bdown-background-color}*/;
405
+ font-weight: bold;
406
+ color: #222 /*{c-bdown-color}*/;
407
+ text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #fff /*{c-bdown-shadow-color}*/;
408
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
409
+ background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
410
+ background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
411
+ background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
412
+ background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
413
+ background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
414
+ }
415
+ .ui-btn-down-c:visited,
416
+ .ui-btn-down-c:hover,
400
417
  .ui-btn-down-c a.ui-link-inherit {
401
- color: #2F3E46 /*{c-bdown-color}*/;
418
+ color: #2f3e46 /*{c-bdown-color}*/;
402
419
  }
403
420
  .ui-btn-up-c,
404
421
  .ui-btn-hover-c,
405
422
  .ui-btn-down-c {
406
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
407
- text-decoration: none;
423
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
424
+ text-decoration: none;
408
425
  }
409
426
  /* D
410
427
  -----------------------------------------------------------------------------------------------------------*/
411
428
  .ui-bar-d {
412
- border: 1px solid #bbb /*{d-bar-border}*/;
413
- background: #bbb /*{d-bar-background-color}*/;
414
- color: #333 /*{d-bar-color}*/;
415
- text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
416
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
417
- background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
418
- background-image: -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
419
- background-image: -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
420
- background-image: -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
421
- background-image: linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
429
+ border: 1px solid #bbb /*{d-bar-border}*/;
430
+ background: #bbb /*{d-bar-background-color}*/;
431
+ color: #333 /*{d-bar-color}*/;
432
+ font-weight: bold;
433
+ text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
434
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
435
+ background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
436
+ background-image: -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
437
+ background-image: -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
438
+ background-image: -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
439
+ background-image: linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
422
440
  }
423
441
  .ui-bar-d,
424
442
  .ui-bar-d input,
425
443
  .ui-bar-d select,
426
444
  .ui-bar-d textarea,
427
445
  .ui-bar-d button {
428
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
446
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
429
447
  }
430
448
  .ui-bar-d .ui-link-inherit {
431
- color: #333333 /*{d-bar-color}*/;
449
+ color: #333 /*{d-bar-color}*/;
432
450
  }
433
- .ui-bar-d .ui-link {
434
- color: #2489CE /*{d-bar-link-color}*/;
435
- font-weight: bold;
451
+ .ui-bar-d a.ui-link {
452
+ color: #2489ce /*{d-bar-link-color}*/;
453
+ font-weight: bold;
436
454
  }
437
- .ui-bar-d .ui-link:hover {
438
- color: #2489CE /*{d-bar-link-hover}*/;
455
+ .ui-bar-d a.ui-link:visited {
456
+ color: #2489ce /*{d-bar-link-visited}*/;
439
457
  }
440
- .ui-bar-d .ui-link:active {
441
- color: #2489CE /*{d-bar-link-active}*/;
458
+ .ui-bar-d a.ui-link:hover {
459
+ color: #2489ce /*{d-bar-link-hover}*/;
442
460
  }
443
- .ui-bar-d .ui-link:visited {
444
- color: #2489CE /*{d-bar-link-visited}*/;
461
+ .ui-bar-d a.ui-link:active {
462
+ color: #2489ce /*{d-bar-link-active}*/;
445
463
  }
446
464
  .ui-body-d,
447
465
  .ui-overlay-d {
448
- border: 1px solid #bbb /*{d-body-border}*/;
449
- color: #333333 /*{d-body-color}*/;
450
- text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
451
- background: #ffffff /*{d-body-background-color}*/;
452
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fff), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
453
- background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
454
- background-image: -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
455
- background-image: -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
456
- background-image: -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
457
- background-image: linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
466
+ border: 1px solid #bbb /*{d-body-border}*/;
467
+ color: #333 /*{d-body-color}*/;
468
+ text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
469
+ background: #fff /*{d-body-background-color}*/;
470
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
471
+ background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
472
+ background-image: -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
473
+ background-image: -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
474
+ background-image: -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
475
+ background-image: linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
458
476
  }
459
477
  .ui-overlay-d {
460
- background-image: none;
461
- border-width: 0;
478
+ background-image: none;
479
+ border-width: 0;
462
480
  }
463
481
  .ui-body-d,
464
482
  .ui-body-d input,
465
483
  .ui-body-d select,
466
484
  .ui-body-d textarea,
467
485
  .ui-body-d button {
468
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
486
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
469
487
  }
470
488
  .ui-body-d .ui-link-inherit {
471
- color: #333333 /*{d-body-color}*/;
489
+ color: #333 /*{d-body-color}*/;
472
490
  }
473
491
  .ui-body-d .ui-link {
474
- color: #2489CE /*{d-body-link-color}*/;
475
- font-weight: bold;
492
+ color: #2489ce /*{d-body-link-color}*/;
493
+ font-weight: bold;
494
+ }
495
+ .ui-body-d .ui-link:visited {
496
+ color: #2489ce /*{d-body-link-visited}*/;
476
497
  }
477
498
  .ui-body-d .ui-link:hover {
478
- color: #2489CE /*{d-body-link-hover}*/;
499
+ color: #2489ce /*{d-body-link-hover}*/;
479
500
  }
480
501
  .ui-body-d .ui-link:active {
481
- color: #2489CE /*{d-body-link-active}*/;
482
- }
483
- .ui-body-d .ui-link:visited {
484
- color: #2489CE /*{d-body-link-visited}*/;
502
+ color: #2489ce /*{d-body-link-active}*/;
485
503
  }
486
504
  .ui-btn-up-d {
487
- border: 1px solid #bbb /*{d-bup-border}*/;
488
- background: #fff /*{d-bup-background-color}*/;
489
- font-weight: bold;
490
- color: #333 /*{d-bup-color}*/;
491
- text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
492
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
493
- background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
494
- background-image: -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
495
- background-image: -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
496
- background-image: -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
497
- background-image: linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
498
- }
505
+ border: 1px solid #bbb /*{d-bup-border}*/;
506
+ background: #fff /*{d-bup-background-color}*/;
507
+ font-weight: bold;
508
+ color: #333 /*{d-bup-color}*/;
509
+ text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
510
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa /*{d-bup-background-start}*/), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
511
+ background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
512
+ background-image: -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
513
+ background-image: -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
514
+ background-image: -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
515
+ background-image: linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
516
+ }
517
+ .ui-btn-up-d:visited,
499
518
  .ui-btn-up-d a.ui-link-inherit {
500
- color: #333 /*{d-bup-color}*/;
519
+ color: #333 /*{d-bup-color}*/;
501
520
  }
502
521
  .ui-btn-hover-d {
503
- border: 1px solid #aaa /*{d-bhover-border}*/;
504
- background: #eeeeee /*{d-bhover-background-color}*/;
505
- font-weight: bold;
506
- color: #333 /*{d-bhover-color}*/;
507
- cursor: pointer;
508
- text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
509
- background-image: -webkit-gradient(linear, left top, left bottom, from( #eee), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
510
- background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
511
- background-image: -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
512
- background-image: -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
513
- background-image: -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
514
- background-image: linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
515
- }
522
+ border: 1px solid #aaa /*{d-bhover-border}*/;
523
+ background: #eee /*{d-bhover-background-color}*/;
524
+ font-weight: bold;
525
+ color: #333 /*{d-bhover-color}*/;
526
+ cursor: pointer;
527
+ text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
528
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #eee /*{d-bhover-background-start}*/), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
529
+ background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
530
+ background-image: -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
531
+ background-image: -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
532
+ background-image: -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
533
+ background-image: linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
534
+ }
535
+ .ui-btn-hover-d:visited,
536
+ .ui-btn-hover-d:hover,
516
537
  .ui-btn-hover-d a.ui-link-inherit {
517
- color: #333 /*{d-bhover-color}*/;
538
+ color: #333 /*{d-bhover-color}*/;
518
539
  }
519
540
  .ui-btn-down-d {
520
- border: 1px solid #aaa /*{d-bdown-border}*/;
521
- background: #eee /*{d-bdown-background-color}*/;
522
- font-weight: bold;
523
- color: #333 /*{d-bdown-color}*/;
524
- text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #ffffff /*{d-bdown-shadow-color}*/;
525
- background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
526
- background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
527
- background-image: -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
528
- background-image: -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
529
- background-image: -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
530
- background-image: linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
531
- }
541
+ border: 1px solid #aaa /*{d-bdown-border}*/;
542
+ background: #eee /*{d-bdown-background-color}*/;
543
+ font-weight: bold;
544
+ color: #333 /*{d-bdown-color}*/;
545
+ text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #fff /*{d-bdown-shadow-color}*/;
546
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
547
+ background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
548
+ background-image: -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
549
+ background-image: -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
550
+ background-image: -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
551
+ background-image: linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
552
+ }
553
+ .ui-btn-down-d:visited,
554
+ .ui-btn-down-d:hover,
532
555
  .ui-btn-down-d a.ui-link-inherit {
533
- color: #333 /*{d-bdown-color}*/;
556
+ color: #333 /*{d-bdown-color}*/;
534
557
  }
535
558
  .ui-btn-up-d,
536
559
  .ui-btn-hover-d,
537
560
  .ui-btn-down-d {
538
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
539
- text-decoration: none;
561
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
562
+ text-decoration: none;
540
563
  }
541
564
  /* E
542
565
  -----------------------------------------------------------------------------------------------------------*/
543
566
  .ui-bar-e {
544
- border: 1px solid #F7C942 /*{e-bar-border}*/;
545
- background: #fadb4e /*{e-bar-background-color}*/;
546
- color: #333 /*{e-bar-color}*/;
547
- text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
548
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
549
- background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
550
- background-image: -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
551
- background-image: -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
552
- background-image: -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
553
- background-image: linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
567
+ border: 1px solid #f7c942 /*{e-bar-border}*/;
568
+ background: #fadb4e /*{e-bar-background-color}*/;
569
+ color: #333 /*{e-bar-color}*/;
570
+ font-weight: bold;
571
+ text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
572
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
573
+ background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
574
+ background-image: -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
575
+ background-image: -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
576
+ background-image: -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
577
+ background-image: linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
554
578
  }
555
579
  .ui-bar-e,
556
580
  .ui-bar-e input,
557
581
  .ui-bar-e select,
558
582
  .ui-bar-e textarea,
559
583
  .ui-bar-e button {
560
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
584
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
561
585
  }
562
586
  .ui-bar-e .ui-link-inherit {
563
- color: #333333 /*{e-bar-color}*/;
587
+ color: #333 /*{e-bar-color}*/;
564
588
  }
565
- .ui-bar-e .ui-link {
566
- color: #2489CE /*{e-bar-link-color}*/;
567
- font-weight: bold;
589
+ .ui-bar-e a.ui-link {
590
+ color: #2489ce /*{e-bar-link-color}*/;
591
+ font-weight: bold;
568
592
  }
569
- .ui-bar-e .ui-link:hover {
570
- color: #2489CE /*{e-bar-link-hover}*/;
593
+ .ui-bar-e a.ui-link:visited {
594
+ color: #2489ce /*{e-bar-link-visited}*/;
571
595
  }
572
- .ui-bar-e .ui-link:active {
573
- color: #2489CE /*{e-bar-link-active}*/;
596
+ .ui-bar-e a.ui-link:hover {
597
+ color: #2489ce /*{e-bar-link-hover}*/;
574
598
  }
575
- .ui-bar-e .ui-link:visited {
576
- color: #2489CE /*{e-bar-link-visited}*/;
599
+ .ui-bar-e a.ui-link:active {
600
+ color: #2489ce /*{e-bar-link-active}*/;
577
601
  }
578
602
  .ui-body-e,
579
603
  .ui-overlay-e {
580
- border: 1px solid #F7C942 /*{e-body-border}*/;
581
- color: #222222 /*{e-body-color}*/;
582
- text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
583
- background: #fff9df /*{e-body-background-color}*/;
584
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
585
- background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
586
- background-image: -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
587
- background-image: -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
588
- background-image: -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
589
- background-image: linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
604
+ border: 1px solid #f7c942 /*{e-body-border}*/;
605
+ color: #222 /*{e-body-color}*/;
606
+ text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
607
+ background: #fff9df /*{e-body-background-color}*/;
608
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
609
+ background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
610
+ background-image: -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
611
+ background-image: -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
612
+ background-image: -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
613
+ background-image: linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
590
614
  }
591
615
  .ui-overlay-e {
592
- background-image: none;
593
- border-width: 0;
616
+ background-image: none;
617
+ border-width: 0;
594
618
  }
595
619
  .ui-body-e,
596
620
  .ui-body-e input,
597
621
  .ui-body-e select,
598
622
  .ui-body-e textarea,
599
623
  .ui-body-e button {
600
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
624
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
601
625
  }
602
626
  .ui-body-e .ui-link-inherit {
603
- color: #333333 /*{e-body-color}*/;
627
+ color: #222 /*{e-body-color}*/;
604
628
  }
605
629
  .ui-body-e .ui-link {
606
- color: #2489CE /*{e-body-link-color}*/;
607
- font-weight: bold;
630
+ color: #2489ce /*{e-body-link-color}*/;
631
+ font-weight: bold;
632
+ }
633
+ .ui-body-e .ui-link:visited {
634
+ color: #2489ce /*{e-body-link-visited}*/;
608
635
  }
609
636
  .ui-body-e .ui-link:hover {
610
- color: #2489CE /*{e-body-link-hover}*/;
637
+ color: #2489ce /*{e-body-link-hover}*/;
611
638
  }
612
639
  .ui-body-e .ui-link:active {
613
- color: #2489CE /*{e-body-link-active}*/;
614
- }
615
- .ui-body-e .ui-link:visited {
616
- color: #2489CE /*{e-body-link-visited}*/;
640
+ color: #2489ce /*{e-body-link-active}*/;
617
641
  }
618
642
  .ui-btn-up-e {
619
- border: 1px solid #F4C63f /*{e-bup-border}*/;
620
- background: #fadb4e /*{e-bup-background-color}*/;
621
- font-weight: bold;
622
- color: #222 /*{e-bup-color}*/;
623
- text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
624
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
625
- background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
626
- background-image: -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
627
- background-image: -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
628
- background-image: -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
629
- background-image: linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
630
- }
643
+ border: 1px solid #f4c63f /*{e-bup-border}*/;
644
+ background: #fadb4e /*{e-bup-background-color}*/;
645
+ font-weight: bold;
646
+ color: #222 /*{e-bup-color}*/;
647
+ text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
648
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
649
+ background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
650
+ background-image: -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
651
+ background-image: -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
652
+ background-image: -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
653
+ background-image: linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
654
+ }
655
+ .ui-btn-up-e:visited,
631
656
  .ui-btn-up-e a.ui-link-inherit {
632
- color: #222 /*{e-bup-color}*/;
657
+ color: #222 /*{e-bup-color}*/;
633
658
  }
634
659
  .ui-btn-hover-e {
635
- border: 1px solid #F2C43d /*{e-bhover-border}*/;
636
- background: #fbe26f /*{e-bhover-background-color}*/;
637
- font-weight: bold;
638
- color: #111 /*{e-bhover-color}*/;
639
- text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
640
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
641
- background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
642
- background-image: -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
643
- background-image: -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
644
- background-image: -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
645
- background-image: linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
646
- }
660
+ border: 1px solid #f2c43d /*{e-bhover-border}*/;
661
+ background: #fbe26f /*{e-bhover-background-color}*/;
662
+ font-weight: bold;
663
+ color: #111 /*{e-bhover-color}*/;
664
+ text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
665
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
666
+ background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
667
+ background-image: -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
668
+ background-image: -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
669
+ background-image: -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
670
+ background-image: linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
671
+ }
672
+ .ui-btn-hover-e:visited,
673
+ .ui-btn-hover-e:hover,
647
674
  .ui-btn-hover-e a.ui-link-inherit {
648
- color: #333 /*{e-bhover-color}*/;
675
+ color: #333 /*{e-bhover-color}*/;
649
676
  }
650
677
  .ui-btn-down-e {
651
- border: 1px solid #F2C43d /*{e-bdown-border}*/;
652
- background: #fceda7 /*{e-bdown-background-color}*/;
653
- font-weight: bold;
654
- color: #111 /*{e-bdown-color}*/;
655
- text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #ffffff /*{e-bdown-shadow-color}*/;
656
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
657
- background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
658
- background-image: -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
659
- background-image: -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
660
- background-image: -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
661
- background-image: linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
662
- }
678
+ border: 1px solid #f2c43d /*{e-bdown-border}*/;
679
+ background: #fceda7 /*{e-bdown-background-color}*/;
680
+ font-weight: bold;
681
+ color: #111 /*{e-bdown-color}*/;
682
+ text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #fff /*{e-bdown-shadow-color}*/;
683
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
684
+ background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
685
+ background-image: -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
686
+ background-image: -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
687
+ background-image: -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
688
+ background-image: linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
689
+ }
690
+ .ui-btn-down-e:visited,
691
+ .ui-btn-down-e:hover,
663
692
  .ui-btn-down-e a.ui-link-inherit {
664
- color: #333 /*{e-bdown-color}*/;
693
+ color: #333 /*{e-bdown-color}*/;
665
694
  }
666
695
  .ui-btn-up-e,
667
696
  .ui-btn-hover-e,
668
697
  .ui-btn-down-e {
669
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
670
- text-decoration: none;
698
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
699
+ text-decoration: none;
671
700
  }
672
701
  /* Structure */
673
- /* links within "buttons"
702
+ /* links within "buttons"
674
703
  -----------------------------------------------------------------------------------------------------------*/
675
704
  a.ui-link-inherit {
676
- text-decoration: none !important;
705
+ text-decoration: none !important;
677
706
  }
678
707
  /* Active class used as the "on" state across all themes
679
708
  -----------------------------------------------------------------------------------------------------------*/
680
709
  .ui-btn-active {
681
- border: 1px solid #2373a5 /*{global-active-border}*/;
682
- background: #5393c5 /*{global-active-background-color}*/;
683
- font-weight: bold;
684
- color: #fff /*{global-active-color}*/;
685
- cursor: pointer;
686
- text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
687
- text-decoration: none;
688
- background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
689
- background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
690
- background-image: -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
691
- background-image: -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
692
- background-image: -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
693
- background-image: linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
694
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
695
- }
710
+ border: 1px solid #2373a5 /*{global-active-border}*/;
711
+ background: #5393c5 /*{global-active-background-color}*/;
712
+ font-weight: bold;
713
+ color: #fff /*{global-active-color}*/;
714
+ cursor: pointer;
715
+ text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 1px /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
716
+ text-decoration: none;
717
+ background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
718
+ background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
719
+ background-image: -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
720
+ background-image: -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
721
+ background-image: -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
722
+ background-image: linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
723
+ font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
724
+ }
725
+ .ui-btn-active:visited,
726
+ .ui-btn-active:hover,
696
727
  .ui-btn-active a.ui-link-inherit {
697
- color: #fff /*{global-active-color}*/;
728
+ color: #fff /*{global-active-color}*/;
698
729
  }
699
730
  /* button inner top highlight
700
731
  -----------------------------------------------------------------------------------------------------------*/
701
732
  .ui-btn-inner {
702
- border-top: 1px solid #fff;
703
- border-color: rgba(255,255,255,.3);
733
+ border-top: 1px solid #fff;
734
+ border-color: rgba(255,255,255,.3);
704
735
  }
705
736
  /* corner rounding classes
706
737
  -----------------------------------------------------------------------------------------------------------*/
707
738
  .ui-corner-tl {
708
- -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
709
- -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
710
- border-top-left-radius: .6em /*{global-radii-blocks}*/;
739
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
740
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
741
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
711
742
  }
712
743
  .ui-corner-tr {
713
- -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
714
- -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
715
- border-top-right-radius: .6em /*{global-radii-blocks}*/;
744
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
745
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
746
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
716
747
  }
717
748
  .ui-corner-bl {
718
- -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
719
- -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
720
- border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
749
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
750
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
751
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
721
752
  }
722
753
  .ui-corner-br {
723
- -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
724
- -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
725
- border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
754
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
755
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
756
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
726
757
  }
727
758
  .ui-corner-top {
728
- -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
729
- -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
730
- border-top-left-radius: .6em /*{global-radii-blocks}*/;
731
- -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
732
- -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
733
- border-top-right-radius: .6em /*{global-radii-blocks}*/;
759
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
760
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
761
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
762
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
763
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
764
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
734
765
  }
735
766
  .ui-corner-bottom {
736
- -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
737
- -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
738
- border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
739
- -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
740
- -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
741
- border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
742
- }
767
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
768
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
769
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
770
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
771
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
772
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
773
+ }
743
774
  .ui-corner-right {
744
- -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
745
- -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
746
- border-top-right-radius: .6em /*{global-radii-blocks}*/;
747
- -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
748
- -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
749
- border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
775
+ -moz-border-radius-topright: .6em /*{global-radii-blocks}*/;
776
+ -webkit-border-top-right-radius: .6em /*{global-radii-blocks}*/;
777
+ border-top-right-radius: .6em /*{global-radii-blocks}*/;
778
+ -moz-border-radius-bottomright: .6em /*{global-radii-blocks}*/;
779
+ -webkit-border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
780
+ border-bottom-right-radius: .6em /*{global-radii-blocks}*/;
750
781
  }
751
782
  .ui-corner-left {
752
- -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
753
- -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
754
- border-top-left-radius: .6em /*{global-radii-blocks}*/;
755
- -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
756
- -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
757
- border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
783
+ -moz-border-radius-topleft: .6em /*{global-radii-blocks}*/;
784
+ -webkit-border-top-left-radius: .6em /*{global-radii-blocks}*/;
785
+ border-top-left-radius: .6em /*{global-radii-blocks}*/;
786
+ -moz-border-radius-bottomleft: .6em /*{global-radii-blocks}*/;
787
+ -webkit-border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
788
+ border-bottom-left-radius: .6em /*{global-radii-blocks}*/;
758
789
  }
759
790
  .ui-corner-all {
760
- -moz-border-radius: .6em /*{global-radii-blocks}*/;
761
- -webkit-border-radius: .6em /*{global-radii-blocks}*/;
762
- border-radius: .6em /*{global-radii-blocks}*/;
791
+ -moz-border-radius: .6em /*{global-radii-blocks}*/;
792
+ -webkit-border-radius: .6em /*{global-radii-blocks}*/;
793
+ border-radius: .6em /*{global-radii-blocks}*/;
763
794
  }
764
795
  .ui-corner-none {
765
- -moz-border-radius: 0;
766
- -webkit-border-radius: 0;
767
- border-radius: 0;
796
+ -moz-border-radius: 0;
797
+ -webkit-border-radius: 0;
798
+ border-radius: 0;
768
799
  }
769
800
  /* Form field separator
770
801
  -----------------------------------------------------------------------------------------------------------*/
771
802
  .ui-br {
772
- border-bottom: rgb(130,130,130);
773
- border-bottom: rgba(130,130,130,.3);
774
- border-bottom-width: 1px;
775
- border-bottom-style: solid;
803
+ border-bottom: rgb(130,130,130);
804
+ border-bottom: rgba(130,130,130,.3);
805
+ border-bottom-width: 1px;
806
+ border-bottom-style: solid;
776
807
  }
777
808
  /* Interaction cues
778
809
  -----------------------------------------------------------------------------------------------------------*/
779
810
  .ui-disabled {
780
- opacity: .3;
811
+ filter: Alpha(Opacity=30);
812
+ opacity: .3;
813
+ zoom: 1;
781
814
  }
782
815
  .ui-disabled,
783
816
  .ui-disabled a {
784
- cursor: default !important;
785
- pointer-events: none;
786
- }
787
- .ui-disabled .ui-btn-text {
788
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
789
- filter: alpha(opacity=30);
790
- zoom: 1;
817
+ cursor: default !important;
818
+ pointer-events: none;
791
819
  }
792
820
  /* Icons
793
821
  -----------------------------------------------------------------------------------------------------------*/
794
822
  .ui-icon,
795
823
  .ui-icon-searchfield:after {
796
- background: #666 /*{global-icon-color}*/;
797
- background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
798
- background-image: url(<%= asset_path 'jquerymobile/icons-18-white.png' %>) /*{global-icon-set}*/;
799
- background-repeat: no-repeat;
800
- -moz-border-radius: 9px;
801
- -webkit-border-radius: 9px;
802
- border-radius: 9px;
824
+ background: #666 /*{global-icon-color}*/;
825
+ background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
826
+ background-image: url(<%= asset_path 'jquerymobile/icons-18-white.png' %>) /*{global-icon-set}*/;
827
+ background-repeat: no-repeat;
828
+ -moz-border-radius: 9px;
829
+ -webkit-border-radius: 9px;
830
+ border-radius: 9px;
803
831
  }
804
832
  /* Alt icon color
805
833
  -----------------------------------------------------------------------------------------------------------*/
806
834
  .ui-icon-alt {
807
- background: #fff;
808
- background: rgba(255,255,255,.3);
809
- background-image: url(<%= asset_path 'jquerymobile/icons-18-black.png' %>);
810
- background-repeat: no-repeat;
835
+ background: #fff;
836
+ background: rgba(255,255,255,.3);
837
+ background-image: url(<%= asset_path 'jquerymobile/icons-18-black.png' %>);
838
+ background-repeat: no-repeat;
811
839
  }
812
840
  /* HD/"retina" sprite
813
841
  -----------------------------------------------------------------------------------------------------------*/
814
842
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
815
843
  only screen and (min--moz-device-pixel-ratio: 1.5),
816
844
  only screen and (min-resolution: 240dpi) {
817
-
818
- .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
819
- .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
820
- .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
821
- .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
822
- .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
823
- background-image: url(<%= asset_path 'jquerymobile/icons-36-white.png' %>);
824
- -moz-background-size: 776px 18px;
825
- -o-background-size: 776px 18px;
826
- -webkit-background-size: 776px 18px;
827
- background-size: 776px 18px;
828
- }
829
- .ui-icon-alt {
830
- background-image: url(<%= asset_path 'jquerymobile/icons-36-black.png' %>);
831
- }
845
+
846
+ .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
847
+ .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
848
+ .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
849
+ .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
850
+ .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
851
+ background-image: url(<%= asset_path 'jquerymobile/icons-36-white.png' %>);
852
+ -moz-background-size: 776px 18px;
853
+ -o-background-size: 776px 18px;
854
+ -webkit-background-size: 776px 18px;
855
+ background-size: 776px 18px;
856
+ }
857
+ .ui-icon-alt {
858
+ background-image: url(<%= asset_path 'jquerymobile/icons-36-black.png' %>);
859
+ }
832
860
  }
833
861
  /* plus minus */
834
862
  .ui-icon-plus {
835
- background-position: -0 50%;
863
+ background-position: -0 50%;
836
864
  }
837
865
  .ui-icon-minus {
838
- background-position: -36px 50%;
866
+ background-position: -36px 50%;
839
867
  }
840
868
  /* delete/close */
841
869
  .ui-icon-delete {
842
- background-position: -72px 50%;
870
+ background-position: -72px 50%;
843
871
  }
844
872
  /* arrows */
845
873
  .ui-icon-arrow-r {
846
- background-position: -108px 50%;
874
+ background-position: -108px 50%;
847
875
  }
848
876
  .ui-icon-arrow-l {
849
- background-position: -144px 50%;
877
+ background-position: -144px 50%;
850
878
  }
851
879
  .ui-icon-arrow-u {
852
- background-position: -180px 50%;
880
+ background-position: -180px 50%;
853
881
  }
854
882
  .ui-icon-arrow-d {
855
- background-position: -216px 50%;
883
+ background-position: -216px 50%;
856
884
  }
857
885
  /* misc */
858
886
  .ui-icon-check {
859
- background-position: -252px 50%;
887
+ background-position: -252px 50%;
860
888
  }
861
889
  .ui-icon-gear {
862
- background-position: -288px 50%;
890
+ background-position: -288px 50%;
863
891
  }
864
892
  .ui-icon-refresh {
865
- background-position: -324px 50%;
893
+ background-position: -324px 50%;
866
894
  }
867
895
  .ui-icon-forward {
868
- background-position: -360px 50%;
896
+ background-position: -360px 50%;
869
897
  }
870
898
  .ui-icon-back {
871
- background-position: -396px 50%;
899
+ background-position: -396px 50%;
872
900
  }
873
901
  .ui-icon-grid {
874
- background-position: -432px 50%;
902
+ background-position: -432px 50%;
875
903
  }
876
904
  .ui-icon-star {
877
- background-position: -468px 50%;
905
+ background-position: -468px 50%;
878
906
  }
879
907
  .ui-icon-alert {
880
- background-position: -504px 50%;
908
+ background-position: -504px 50%;
881
909
  }
882
910
  .ui-icon-info {
883
- background-position: -540px 50%;
911
+ background-position: -540px 50%;
884
912
  }
885
913
  .ui-icon-home {
886
- background-position: -576px 50%;
914
+ background-position: -576px 50%;
887
915
  }
888
916
  .ui-icon-search,
889
917
  .ui-icon-searchfield:after {
890
- background-position: -612px 50%;
918
+ background-position: -612px 50%;
891
919
  }
892
920
  .ui-icon-checkbox-off {
893
- background-position: -684px 50%;
921
+ background-position: -684px 50%;
894
922
  }
895
923
  .ui-icon-checkbox-on {
896
- background-position: -648px 50%;
924
+ background-position: -648px 50%;
897
925
  }
898
926
  .ui-icon-radio-off {
899
- background-position: -756px 50%;
927
+ background-position: -756px 50%;
900
928
  }
901
929
  .ui-icon-radio-on {
902
- background-position: -720px 50%;
930
+ background-position: -720px 50%;
903
931
  }
904
932
  /* checks,radios */
905
- .ui-checkbox .ui-icon {
906
- -moz-border-radius: 3px;
907
- -webkit-border-radius: 3px;
908
- border-radius: 3px;
933
+ .ui-checkbox .ui-icon,
934
+ .ui-selectmenu-list .ui-icon {
935
+ -moz-border-radius: 3px;
936
+ -webkit-border-radius: 3px;
937
+ border-radius: 3px;
909
938
  }
910
939
  .ui-icon-checkbox-off,
911
940
  .ui-icon-radio-off {
912
- background-color: transparent;
941
+ background-color: transparent;
913
942
  }
914
943
  .ui-checkbox-on .ui-icon,
915
944
  .ui-radio-on .ui-icon {
916
- background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
945
+ background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
917
946
  }
918
947
  /* loading icon */
919
948
  .ui-icon-loading {
920
- background: url(<%= asset_path 'jquerymobile/ajax-loader.gif' %>);
921
- background-size: 46px 46px;
949
+ background: url(<%= asset_path 'jquerymobile/ajax-loader.gif' %>);
950
+ background-size: 46px 46px;
922
951
  }
923
952
  /* Button corner classes
924
953
  -----------------------------------------------------------------------------------------------------------*/
925
954
  .ui-btn-corner-tl {
926
- -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
927
- -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
928
- border-top-left-radius: 1em /*{global-radii-buttons}*/;
955
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
956
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
957
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
929
958
  }
930
959
  .ui-btn-corner-tr {
931
- -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
932
- -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
933
- border-top-right-radius: 1em /*{global-radii-buttons}*/;
960
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
961
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
962
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
934
963
  }
935
964
  .ui-btn-corner-bl {
936
- -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
937
- -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
938
- border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
965
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
966
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
967
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
939
968
  }
940
969
  .ui-btn-corner-br {
941
- -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
942
- -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
943
- border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
970
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
971
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
972
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
944
973
  }
945
974
  .ui-btn-corner-top {
946
- -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
947
- -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
948
- border-top-left-radius: 1em /*{global-radii-buttons}*/;
949
- -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
950
- -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
951
- border-top-right-radius: 1em /*{global-radii-buttons}*/;
975
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
976
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
977
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
978
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
979
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
980
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
952
981
  }
953
982
  .ui-btn-corner-bottom {
954
- -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
955
- -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
956
- border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
957
- -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
958
- -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
959
- border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
983
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
984
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
985
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
986
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
987
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
988
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
960
989
  }
961
990
  .ui-btn-corner-right {
962
- -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
963
- -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
964
- border-top-right-radius: 1em /*{global-radii-buttons}*/;
965
- -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
966
- -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
967
- border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
991
+ -moz-border-radius-topright: 1em /*{global-radii-buttons}*/;
992
+ -webkit-border-top-right-radius: 1em /*{global-radii-buttons}*/;
993
+ border-top-right-radius: 1em /*{global-radii-buttons}*/;
994
+ -moz-border-radius-bottomright: 1em /*{global-radii-buttons}*/;
995
+ -webkit-border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
996
+ border-bottom-right-radius: 1em /*{global-radii-buttons}*/;
968
997
  }
969
998
  .ui-btn-corner-left {
970
- -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
971
- -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
972
- border-top-left-radius: 1em /*{global-radii-buttons}*/;
973
- -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
974
- -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
975
- border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
999
+ -moz-border-radius-topleft: 1em /*{global-radii-buttons}*/;
1000
+ -webkit-border-top-left-radius: 1em /*{global-radii-buttons}*/;
1001
+ border-top-left-radius: 1em /*{global-radii-buttons}*/;
1002
+ -moz-border-radius-bottomleft: 1em /*{global-radii-buttons}*/;
1003
+ -webkit-border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
1004
+ border-bottom-left-radius: 1em /*{global-radii-buttons}*/;
976
1005
  }
977
1006
  .ui-btn-corner-all {
978
- -moz-border-radius: 1em /*{global-radii-buttons}*/;
979
- -webkit-border-radius: 1em /*{global-radii-buttons}*/;
980
- border-radius: 1em /*{global-radii-buttons}*/;
1007
+ -moz-border-radius: 1em /*{global-radii-buttons}*/;
1008
+ -webkit-border-radius: 1em /*{global-radii-buttons}*/;
1009
+ border-radius: 1em /*{global-radii-buttons}*/;
981
1010
  }
982
1011
  /* radius clip workaround for cleaning up corner trapping */
983
1012
  .ui-corner-tl,
984
1013
  .ui-corner-tr,
985
- .ui-corner-bl,
1014
+ .ui-corner-bl,
986
1015
  .ui-corner-br,
987
1016
  .ui-corner-top,
988
- .ui-corner-bottom,
1017
+ .ui-corner-bottom,
989
1018
  .ui-corner-right,
990
1019
  .ui-corner-left,
991
1020
  .ui-corner-all,
992
1021
  .ui-btn-corner-tl,
993
1022
  .ui-btn-corner-tr,
994
- .ui-btn-corner-bl,
1023
+ .ui-btn-corner-bl,
995
1024
  .ui-btn-corner-br,
996
1025
  .ui-btn-corner-top,
997
- .ui-btn-corner-bottom,
1026
+ .ui-btn-corner-bottom,
998
1027
  .ui-btn-corner-right,
999
1028
  .ui-btn-corner-left,
1000
1029
  .ui-btn-corner-all {
@@ -1005,70 +1034,80 @@ a.ui-link-inherit {
1005
1034
  /* Overlay / modal
1006
1035
  -----------------------------------------------------------------------------------------------------------*/
1007
1036
  .ui-overlay {
1008
- background: #666;
1009
- opacity: .5;
1010
- filter: Alpha(Opacity=50);
1011
- position: absolute;
1012
- width: 100%;
1013
- height: 100%;
1037
+ background: #666;
1038
+ filter: Alpha(Opacity=50);
1039
+ opacity: .5;
1040
+ position: absolute;
1041
+ width: 100%;
1042
+ height: 100%;
1014
1043
  }
1015
1044
  .ui-overlay-shadow {
1016
- -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1017
- -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1018
- box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1045
+ -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1046
+ -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1047
+ box-shadow: 0px 0px 12px rgba(0,0,0,.6);
1019
1048
  }
1020
1049
  .ui-shadow {
1021
- -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1022
- -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1023
- box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1050
+ -moz-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1051
+ -webkit-box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1052
+ box-shadow: 0px 1px 4px /*{global-box-shadow-size}*/ rgba(0,0,0,.3) /*{global-box-shadow-color}*/;
1024
1053
  }
1025
1054
  .ui-bar-a .ui-shadow,
1026
1055
  .ui-bar-b .ui-shadow ,
1027
1056
  .ui-bar-c .ui-shadow {
1028
- -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1029
- -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1030
- box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1057
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1058
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1059
+ box-shadow: 0px 1px 0 rgba(255,255,255,.3);
1031
1060
  }
1032
1061
  .ui-shadow-inset {
1033
- -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1034
- -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1035
- box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1062
+ -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1063
+ -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1064
+ box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
1036
1065
  }
1037
1066
  .ui-icon-shadow {
1038
- -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1039
- -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1040
- box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1067
+ -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1068
+ -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1069
+ box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
1041
1070
  }
1042
1071
  /* Focus state - set here for specificity (note: these classes are added by JavaScript)
1043
1072
  -----------------------------------------------------------------------------------------------------------*/
1044
- .ui-btn:focus {
1045
- outline: 0;
1073
+ .ui-btn:focus, .ui-link-inherit:focus {
1074
+ outline: 0;
1075
+ }
1076
+ .ui-btn.ui-focus {
1077
+ z-index: 1;
1046
1078
  }
1047
1079
  .ui-focus,
1048
1080
  .ui-btn:focus {
1049
- -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1050
- -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1051
- box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1081
+ -moz-box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1082
+ -webkit-box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1083
+ box-shadow: inset 0px 0px 3px #387bbe /*{global-active-background-color}*/, 0px 0px 9px #387bbe /*{global-active-background-color}*/;
1084
+ }
1085
+ .ui-input-text.ui-focus,
1086
+ .ui-input-search.ui-focus {
1087
+ -moz-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1088
+ -webkit-box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1089
+ box-shadow: 0px 0px 12px #387bbe /*{global-active-background-color}*/;
1052
1090
  }
1053
1091
  /* unset box shadow in browsers that don't do it right
1054
1092
  -----------------------------------------------------------------------------------------------------------*/
1055
1093
  .ui-mobile-nosupport-boxshadow * {
1056
- -moz-box-shadow: none !important;
1057
- -webkit-box-shadow: none !important;
1058
- box-shadow: none !important;
1094
+ -moz-box-shadow: none !important;
1095
+ -webkit-box-shadow: none !important;
1096
+ box-shadow: none !important;
1059
1097
  }
1060
1098
  /* ...and bring back focus */
1061
1099
  .ui-mobile-nosupport-boxshadow .ui-focus,
1062
- .ui-mobile-nosupport-boxshadow .ui-btn:focus {
1063
- outline-width: 1px;
1064
- outline-style: dotted;
1100
+ .ui-mobile-nosupport-boxshadow .ui-btn:focus,
1101
+ .ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
1102
+ outline-width: 1px;
1103
+ outline-style: auto;
1065
1104
  }
1066
1105
  /* some unsets - more probably needed */
1067
1106
  .ui-mobile, .ui-mobile body { height: 99.9%; }
1068
1107
  .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
1069
1108
  .ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
1070
1109
  /* responsive page widths */
1071
- .ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1110
+ .ui-mobile-viewport { margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
1072
1111
  /* Issue #2066 */
1073
1112
  body.ui-mobile-viewport,
1074
1113
  div.ui-mobile-viewport { overflow-x: hidden; }
@@ -1086,23 +1125,23 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1086
1125
  }
1087
1126
  /* loading screen */
1088
1127
  .ui-loading .ui-loader { display: block; }
1089
- .ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
1090
- .ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
1091
- .ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
1128
+ .ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; left: 50%; border:0; }
1129
+ .ui-loader-default { background: none; filter: Alpha(Opacity=18); opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
1130
+ .ui-loader-verbose { width: 200px; filter: Alpha(Opacity=88); opacity: .88; box-shadow: 0 1px 1px -1px #fff; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
1092
1131
  .ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
1093
1132
  .ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
1094
1133
  .ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
1095
- .ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
1096
- .ui-loader-textonly { padding: 15px; margin-left: -115px; }
1134
+ .ui-loader-verbose .ui-icon { margin: 0 auto 10px; filter: Alpha(Opacity=75); opacity: .75; }
1135
+ .ui-loader-textonly { padding: 15px; margin-left: -115px; }
1097
1136
  .ui-loader-textonly .ui-icon { display: none; }
1098
1137
  .ui-loader-fakefix { position: absolute; }
1099
1138
  /*fouc*/
1100
1139
  .ui-mobile-rendering > * { visibility: hidden; }
1101
1140
  /*headers, content panels*/
1102
- .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
1141
+ .ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
1103
1142
  .ui-bar { font-size: 16px; margin: 0; }
1104
1143
  .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
1105
- .ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
1144
+ .ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; zoom: 1; }
1106
1145
  .ui-header .ui-btn-left,
1107
1146
  .ui-header .ui-btn-right,
1108
1147
  .ui-footer .ui-btn-left,
@@ -1113,8 +1152,8 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1113
1152
  .ui-footer .ui-btn-right { right: 5px; }
1114
1153
  .ui-footer .ui-btn-icon-notext,
1115
1154
  .ui-header .ui-btn-icon-notext { top: 6px; }
1116
- .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1117
- .ui-footer .ui-title { margin: .6em 15px .8em; }
1155
+ .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
1156
+ .ui-footer .ui-title { margin: .6em 15px .8em; }
1118
1157
  /*content area*/
1119
1158
  .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
1120
1159
  /* icons sizing */
@@ -1122,26 +1161,33 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1122
1161
  /* non-js content hiding */
1123
1162
  .ui-nojs { position: absolute; left: -9999px; }
1124
1163
  /* accessible content hiding */
1125
- .ui-hide-label label,
1164
+ .ui-hide-label label.ui-input-text, .ui-hide-label label.ui-select, .ui-hide-label label.ui-slider, .ui-hide-label label.ui-submit, .ui-hide-label .ui-controlgroup-label,
1126
1165
  .ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1127
1166
  /* Transitions originally inspired by those from jQtouch, nice work, folks */
1128
1167
  .ui-mobile-viewport-transitioning,
1129
1168
  .ui-mobile-viewport-transitioning .ui-page {
1130
- width: 100%;
1131
- height: 100%;
1132
- overflow: hidden;
1169
+ width: 100%;
1170
+ height: 100%;
1171
+ overflow: hidden;
1172
+ -webkit-box-sizing: border-box;
1173
+ -moz-box-sizing: border-box;
1174
+ box-sizing: border-box;
1133
1175
  }
1134
1176
  .in {
1135
- -webkit-animation-timing-function: ease-out;
1136
- -webkit-animation-duration: 350ms;
1137
- -moz-animation-timing-function: ease-out;
1138
- -moz-animation-duration: 350ms;
1177
+ -webkit-animation-fill-mode: both;
1178
+ -webkit-animation-timing-function: ease-out;
1179
+ -webkit-animation-duration: 350ms;
1180
+ -moz-animation-fill-mode: both;
1181
+ -moz-animation-timing-function: ease-out;
1182
+ -moz-animation-duration: 350ms;
1139
1183
  }
1140
1184
  .out {
1141
- -webkit-animation-timing-function: ease-in;
1142
- -webkit-animation-duration: 225ms;
1143
- -moz-animation-timing-function: ease-in;
1144
- -moz-animation-duration: 225;
1185
+ -webkit-animation-fill-mode: both;
1186
+ -webkit-animation-timing-function: ease-in;
1187
+ -webkit-animation-duration: 225ms;
1188
+ -moz-animation-fill-mode: both;
1189
+ -moz-animation-timing-function: ease-in;
1190
+ -moz-animation-duration: 225ms;
1145
1191
  }
1146
1192
  @-webkit-keyframes fadein {
1147
1193
  from { opacity: 0; }
@@ -1160,48 +1206,48 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1160
1206
  to { opacity: 0; }
1161
1207
  }
1162
1208
  .fade.out {
1163
- opacity: 0;
1164
- -webkit-animation-duration: 125ms;
1165
- -webkit-animation-name: fadeout;
1166
- -moz-animation-duration: 125ms;
1167
- -moz-animation-name: fadeout;
1209
+ opacity: 0;
1210
+ -webkit-animation-duration: 125ms;
1211
+ -webkit-animation-name: fadeout;
1212
+ -moz-animation-duration: 125ms;
1213
+ -moz-animation-name: fadeout;
1168
1214
  }
1169
1215
  .fade.in {
1170
- opacity: 1;
1171
- -webkit-animation-duration: 225ms;
1172
- -webkit-animation-name: fadein;
1173
- -moz-animation-duration: 225ms;
1174
- -moz-animation-name: fadein;
1216
+ opacity: 1;
1217
+ -webkit-animation-duration: 225ms;
1218
+ -webkit-animation-name: fadein;
1219
+ -moz-animation-duration: 225ms;
1220
+ -moz-animation-name: fadein;
1175
1221
  }
1176
1222
  .pop {
1177
- -webkit-transform-origin: 50% 50%;
1178
- -moz-transform-origin: 50% 50%;
1223
+ -webkit-transform-origin: 50% 50%;
1224
+ -moz-transform-origin: 50% 50%;
1179
1225
  }
1180
1226
  .pop.in {
1181
- -webkit-transform: scale(1);
1182
- -moz-transform: scale(1);
1227
+ -webkit-transform: scale(1);
1228
+ -moz-transform: scale(1);
1183
1229
  opacity: 1;
1184
- -webkit-animation-name: popin;
1185
- -moz-animation-name: popin;
1186
- -webkit-animation-duration: 350ms;
1187
- -moz-animation-duration: 350ms;
1230
+ -webkit-animation-name: popin;
1231
+ -moz-animation-name: popin;
1232
+ -webkit-animation-duration: 350ms;
1233
+ -moz-animation-duration: 350ms;
1188
1234
  }
1189
1235
  .pop.out {
1190
- -webkit-animation-name: fadeout;
1191
- -moz-animation-name: fadeout;
1192
- opacity: 0;
1193
- -webkit-animation-duration: 100ms;
1194
- -moz-animation-duration: 100ms;
1236
+ -webkit-animation-name: fadeout;
1237
+ -moz-animation-name: fadeout;
1238
+ opacity: 0;
1239
+ -webkit-animation-duration: 100ms;
1240
+ -moz-animation-duration: 100ms;
1195
1241
  }
1196
1242
  .pop.in.reverse {
1197
- -webkit-animation-name: fadein;
1198
- -moz-animation-name: fadein;
1243
+ -webkit-animation-name: fadein;
1244
+ -moz-animation-name: fadein;
1199
1245
  }
1200
1246
  .pop.out.reverse {
1201
- -webkit-transform: scale(.8);
1202
- -moz-transform: scale(.8);
1203
- -webkit-animation-name: popout;
1204
- -moz-animation-name: popout;
1247
+ -webkit-transform: scale(.8);
1248
+ -moz-transform: scale(.8);
1249
+ -webkit-animation-name: popout;
1250
+ -moz-animation-name: popout;
1205
1251
  }
1206
1252
  @-webkit-keyframes popin {
1207
1253
  from {
@@ -1278,95 +1324,95 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1278
1324
  to { -moz-transform: translateX(100%); }
1279
1325
  }
1280
1326
  .slide.out, .slide.in {
1281
- -webkit-animation-timing-function: ease-out;
1282
- -webkit-animation-duration: 350ms;
1283
- -moz-animation-timing-function: ease-out;
1284
- -moz-animation-duration: 350ms;
1327
+ -webkit-animation-timing-function: ease-out;
1328
+ -webkit-animation-duration: 350ms;
1329
+ -moz-animation-timing-function: ease-out;
1330
+ -moz-animation-duration: 350ms;
1285
1331
  }
1286
1332
  .slide.out {
1287
- -webkit-transform: translateX(-100%);
1288
- -webkit-animation-name: slideouttoleft;
1289
- -moz-transform: translateX(-100%);
1290
- -moz-animation-name: slideouttoleft;
1333
+ -webkit-transform: translateX(-100%);
1334
+ -webkit-animation-name: slideouttoleft;
1335
+ -moz-transform: translateX(-100%);
1336
+ -moz-animation-name: slideouttoleft;
1291
1337
  }
1292
1338
  .slide.in {
1293
- -webkit-transform: translateX(0);
1294
- -webkit-animation-name: slideinfromright;
1295
- -moz-transform: translateX(0);
1296
- -moz-animation-name: slideinfromright;
1339
+ -webkit-transform: translateX(0);
1340
+ -webkit-animation-name: slideinfromright;
1341
+ -moz-transform: translateX(0);
1342
+ -moz-animation-name: slideinfromright;
1297
1343
  }
1298
1344
  .slide.out.reverse {
1299
- -webkit-transform: translateX(100%);
1300
- -webkit-animation-name: slideouttoright;
1301
- -moz-transform: translateX(100%);
1302
- -moz-animation-name: slideouttoright;
1345
+ -webkit-transform: translateX(100%);
1346
+ -webkit-animation-name: slideouttoright;
1347
+ -moz-transform: translateX(100%);
1348
+ -moz-animation-name: slideouttoright;
1303
1349
  }
1304
1350
  .slide.in.reverse {
1305
- -webkit-transform: translateX(0);
1306
- -webkit-animation-name: slideinfromleft;
1307
- -moz-transform: translateX(0);
1308
- -moz-animation-name: slideinfromleft;
1351
+ -webkit-transform: translateX(0);
1352
+ -webkit-animation-name: slideinfromleft;
1353
+ -moz-transform: translateX(0);
1354
+ -moz-animation-name: slideinfromleft;
1309
1355
  }
1310
1356
  .slidefade.out {
1311
- -webkit-transform: translateX(-100%);
1312
- -webkit-animation-name: slideouttoleft;
1313
- -moz-transform: translateX(-100%);
1314
- -moz-animation-name: slideouttoleft;
1315
- -webkit-animation-duration: 225ms;
1316
- -moz-animation-duration: 225ms;
1357
+ -webkit-transform: translateX(-100%);
1358
+ -webkit-animation-name: slideouttoleft;
1359
+ -moz-transform: translateX(-100%);
1360
+ -moz-animation-name: slideouttoleft;
1361
+ -webkit-animation-duration: 225ms;
1362
+ -moz-animation-duration: 225ms;
1317
1363
  }
1318
1364
  .slidefade.in {
1319
- -webkit-transform: translateX(0);
1320
- -webkit-animation-name: fadein;
1321
- -moz-transform: translateX(0);
1322
- -moz-animation-name: fadein;
1323
- -webkit-animation-duration: 200ms;
1324
- -moz-animation-duration: 200ms;
1365
+ -webkit-transform: translateX(0);
1366
+ -webkit-animation-name: fadein;
1367
+ -moz-transform: translateX(0);
1368
+ -moz-animation-name: fadein;
1369
+ -webkit-animation-duration: 200ms;
1370
+ -moz-animation-duration: 200ms;
1325
1371
  }
1326
1372
  .slidefade.out.reverse {
1327
- -webkit-transform: translateX(100%);
1328
- -webkit-animation-name: slideouttoright;
1329
- -moz-transform: translateX(100%);
1330
- -moz-animation-name: slideouttoright;
1331
- -webkit-animation-duration: 200ms;
1332
- -moz-animation-duration: 200ms;
1373
+ -webkit-transform: translateX(100%);
1374
+ -webkit-animation-name: slideouttoright;
1375
+ -moz-transform: translateX(100%);
1376
+ -moz-animation-name: slideouttoright;
1377
+ -webkit-animation-duration: 200ms;
1378
+ -moz-animation-duration: 200ms;
1333
1379
  }
1334
1380
  .slidefade.in.reverse {
1335
- -webkit-transform: translateX(0);
1336
- -webkit-animation-name: fadein;
1337
- -moz-transform: translateX(0);
1338
- -moz-animation-name: fadein;
1339
- -webkit-animation-duration: 200ms;
1340
- -moz-animation-duration: 200ms;
1381
+ -webkit-transform: translateX(0);
1382
+ -webkit-animation-name: fadein;
1383
+ -moz-transform: translateX(0);
1384
+ -moz-animation-name: fadein;
1385
+ -webkit-animation-duration: 200ms;
1386
+ -moz-animation-duration: 200ms;
1341
1387
  }
1342
1388
  /* slide down */
1343
1389
  .slidedown.out {
1344
- -webkit-animation-name: fadeout;
1345
- -moz-animation-name: fadeout;
1346
- -webkit-animation-duration: 100ms;
1347
- -moz-animation-duration: 100ms;
1390
+ -webkit-animation-name: fadeout;
1391
+ -moz-animation-name: fadeout;
1392
+ -webkit-animation-duration: 100ms;
1393
+ -moz-animation-duration: 100ms;
1348
1394
  }
1349
1395
  .slidedown.in {
1350
- -webkit-transform: translateY(0);
1351
- -webkit-animation-name: slideinfromtop;
1352
- -moz-transform: translateY(0);
1353
- -moz-animation-name: slideinfromtop;
1354
- -webkit-animation-duration: 250ms;
1355
- -moz-animation-duration: 250ms;
1396
+ -webkit-transform: translateY(0);
1397
+ -webkit-animation-name: slideinfromtop;
1398
+ -moz-transform: translateY(0);
1399
+ -moz-animation-name: slideinfromtop;
1400
+ -webkit-animation-duration: 250ms;
1401
+ -moz-animation-duration: 250ms;
1356
1402
  }
1357
1403
  .slidedown.in.reverse {
1358
- -webkit-animation-name: fadein;
1359
- -moz-animation-name: fadein;
1360
- -webkit-animation-duration: 150ms;
1361
- -moz-animation-duration: 150ms;
1404
+ -webkit-animation-name: fadein;
1405
+ -moz-animation-name: fadein;
1406
+ -webkit-animation-duration: 150ms;
1407
+ -moz-animation-duration: 150ms;
1362
1408
  }
1363
1409
  .slidedown.out.reverse {
1364
- -webkit-transform: translateY(-100%);
1365
- -moz-transform: translateY(-100%);
1366
- -webkit-animation-name: slideouttotop;
1367
- -moz-animation-name: slideouttotop;
1368
- -webkit-animation-duration: 200ms;
1369
- -moz-animation-duration: 200ms;
1410
+ -webkit-transform: translateY(-100%);
1411
+ -moz-transform: translateY(-100%);
1412
+ -webkit-animation-name: slideouttotop;
1413
+ -moz-animation-name: slideouttotop;
1414
+ -webkit-animation-duration: 200ms;
1415
+ -moz-animation-duration: 200ms;
1370
1416
  }
1371
1417
  @-webkit-keyframes slideinfromtop {
1372
1418
  from { -webkit-transform: translateY(-100%); }
@@ -1386,32 +1432,32 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1386
1432
  }
1387
1433
  /* slide up */
1388
1434
  .slideup.out {
1389
- -webkit-animation-name: fadeout;
1390
- -moz-animation-name: fadeout;
1391
- -webkit-animation-duration: 100ms;
1392
- -moz-animation-duration: 100ms;
1435
+ -webkit-animation-name: fadeout;
1436
+ -moz-animation-name: fadeout;
1437
+ -webkit-animation-duration: 100ms;
1438
+ -moz-animation-duration: 100ms;
1393
1439
  }
1394
1440
  .slideup.in {
1395
- -webkit-transform: translateY(0);
1396
- -webkit-animation-name: slideinfrombottom;
1397
- -moz-transform: translateY(0);
1398
- -moz-animation-name: slideinfrombottom;
1399
- -webkit-animation-duration: 250ms;
1400
- -moz-animation-duration: 250ms;
1441
+ -webkit-transform: translateY(0);
1442
+ -webkit-animation-name: slideinfrombottom;
1443
+ -moz-transform: translateY(0);
1444
+ -moz-animation-name: slideinfrombottom;
1445
+ -webkit-animation-duration: 250ms;
1446
+ -moz-animation-duration: 250ms;
1401
1447
  }
1402
1448
  .slideup.in.reverse {
1403
- -webkit-animation-name: fadein;
1404
- -moz-animation-name: fadein;
1405
- -webkit-animation-duration: 150ms;
1406
- -moz-animation-duration: 150ms;
1449
+ -webkit-animation-name: fadein;
1450
+ -moz-animation-name: fadein;
1451
+ -webkit-animation-duration: 150ms;
1452
+ -moz-animation-duration: 150ms;
1407
1453
  }
1408
1454
  .slideup.out.reverse {
1409
- -webkit-transform: translateY(100%);
1410
- -moz-transform: translateY(100%);
1411
- -webkit-animation-name: slideouttobottom;
1412
- -moz-animation-name: slideouttobottom;
1413
- -webkit-animation-duration: 200ms;
1414
- -moz-animation-duration: 200ms;
1455
+ -webkit-transform: translateY(100%);
1456
+ -moz-transform: translateY(100%);
1457
+ -webkit-animation-name: slideouttobottom;
1458
+ -moz-animation-name: slideouttobottom;
1459
+ -webkit-animation-duration: 200ms;
1460
+ -moz-animation-duration: 200ms;
1415
1461
  }
1416
1462
  @-webkit-keyframes slideinfrombottom {
1417
1463
  from { -webkit-transform: translateY(100%); }
@@ -1436,39 +1482,39 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1436
1482
  * value.
1437
1483
  */
1438
1484
  .viewport-flip {
1439
- -webkit-perspective: 1000;
1440
- -moz-perspective: 1000;
1441
- position: absolute;
1485
+ -webkit-perspective: 1000;
1486
+ -moz-perspective: 1000;
1487
+ position: absolute;
1442
1488
  }
1443
1489
  .flip {
1444
- -webkit-backface-visibility:hidden;
1445
- -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1446
- -moz-backface-visibility:hidden;
1447
- -moz-transform:translateX(0);
1490
+ -webkit-backface-visibility:hidden;
1491
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1492
+ -moz-backface-visibility:hidden;
1493
+ -moz-transform:translateX(0);
1448
1494
  }
1449
1495
  .flip.out {
1450
- -webkit-transform: rotateY(-90deg) scale(.9);
1451
- -webkit-animation-name: flipouttoleft;
1452
- -webkit-animation-duration: 175ms;
1453
- -moz-transform: rotateY(-90deg) scale(.9);
1454
- -moz-animation-name: flipouttoleft;
1455
- -moz-animation-duration: 175ms;
1496
+ -webkit-transform: rotateY(-90deg) scale(.9);
1497
+ -webkit-animation-name: flipouttoleft;
1498
+ -webkit-animation-duration: 175ms;
1499
+ -moz-transform: rotateY(-90deg) scale(.9);
1500
+ -moz-animation-name: flipouttoleft;
1501
+ -moz-animation-duration: 175ms;
1456
1502
  }
1457
1503
  .flip.in {
1458
- -webkit-animation-name: flipintoright;
1459
- -webkit-animation-duration: 225ms;
1460
- -moz-animation-name: flipintoright;
1461
- -moz-animation-duration: 225ms;
1504
+ -webkit-animation-name: flipintoright;
1505
+ -webkit-animation-duration: 225ms;
1506
+ -moz-animation-name: flipintoright;
1507
+ -moz-animation-duration: 225ms;
1462
1508
  }
1463
1509
  .flip.out.reverse {
1464
- -webkit-transform: rotateY(90deg) scale(.9);
1465
- -webkit-animation-name: flipouttoright;
1466
- -moz-transform: rotateY(90deg) scale(.9);
1467
- -moz-animation-name: flipouttoright;
1510
+ -webkit-transform: rotateY(90deg) scale(.9);
1511
+ -webkit-animation-name: flipouttoright;
1512
+ -moz-transform: rotateY(90deg) scale(.9);
1513
+ -moz-animation-name: flipouttoright;
1468
1514
  }
1469
1515
  .flip.in.reverse {
1470
- -webkit-animation-name: flipintoleft;
1471
- -moz-animation-name: flipintoleft;
1516
+ -webkit-animation-name: flipintoleft;
1517
+ -moz-animation-name: flipintoleft;
1472
1518
  }
1473
1519
  @-webkit-keyframes flipouttoleft {
1474
1520
  from { -webkit-transform: rotateY(0); }
@@ -1509,43 +1555,43 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1509
1555
  * value.
1510
1556
  */
1511
1557
  .viewport-turn {
1512
- -webkit-perspective: 1000;
1513
- -moz-perspective: 1000;
1514
- position: absolute;
1558
+ -webkit-perspective: 1000;
1559
+ -moz-perspective: 1000;
1560
+ position: absolute;
1515
1561
  }
1516
1562
  .turn {
1517
- -webkit-backface-visibility:hidden;
1518
- -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1519
- -webkit-transform-origin: 0;
1520
-
1521
- -moz-backface-visibility:hidden;
1522
- -moz-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1523
- -moz-transform-origin: 0;
1563
+ -webkit-backface-visibility:hidden;
1564
+ -webkit-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1565
+ -webkit-transform-origin: 0;
1566
+
1567
+ -moz-backface-visibility:hidden;
1568
+ -moz-transform:translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
1569
+ -moz-transform-origin: 0;
1524
1570
  }
1525
1571
  .turn.out {
1526
- -webkit-transform: rotateY(-90deg) scale(.9);
1527
- -webkit-animation-name: flipouttoleft;
1528
- -moz-transform: rotateY(-90deg) scale(.9);
1529
- -moz-animation-name: flipouttoleft;
1530
- -webkit-animation-duration: 125ms;
1531
- -moz-animation-duration: 125ms;
1572
+ -webkit-transform: rotateY(-90deg) scale(.9);
1573
+ -webkit-animation-name: flipouttoleft;
1574
+ -moz-transform: rotateY(-90deg) scale(.9);
1575
+ -moz-animation-name: flipouttoleft;
1576
+ -webkit-animation-duration: 125ms;
1577
+ -moz-animation-duration: 125ms;
1532
1578
  }
1533
1579
  .turn.in {
1534
- -webkit-animation-name: flipintoright;
1535
- -moz-animation-name: flipintoright;
1536
- -webkit-animation-duration: 250ms;
1537
- -moz-animation-duration: 250ms;
1538
-
1580
+ -webkit-animation-name: flipintoright;
1581
+ -moz-animation-name: flipintoright;
1582
+ -webkit-animation-duration: 250ms;
1583
+ -moz-animation-duration: 250ms;
1584
+
1539
1585
  }
1540
1586
  .turn.out.reverse {
1541
- -webkit-transform: rotateY(90deg) scale(.9);
1542
- -webkit-animation-name: flipouttoright;
1543
- -moz-transform: rotateY(90deg) scale(.9);
1544
- -moz-animation-name: flipouttoright;
1587
+ -webkit-transform: rotateY(90deg) scale(.9);
1588
+ -webkit-animation-name: flipouttoright;
1589
+ -moz-transform: rotateY(90deg) scale(.9);
1590
+ -moz-animation-name: flipouttoright;
1545
1591
  }
1546
1592
  .turn.in.reverse {
1547
- -webkit-animation-name: flipintoleft;
1548
- -moz-animation-name: flipintoleft;
1593
+ -webkit-animation-name: flipintoleft;
1594
+ -moz-animation-name: flipintoleft;
1549
1595
  }
1550
1596
  @-webkit-keyframes flipouttoleft {
1551
1597
  from { -webkit-transform: rotateY(0); }
@@ -1581,182 +1627,205 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1581
1627
  }
1582
1628
  /* flow transition */
1583
1629
  .flow {
1584
- -webkit-transform-origin: 50% 30%;
1585
- -moz-transform-origin: 50% 30%;
1586
- -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
1587
- -moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
1630
+ -webkit-transform-origin: 50% 30%;
1631
+ -moz-transform-origin: 50% 30%;
1632
+ -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4);
1633
+ -moz-box-shadow: 0 0 20px rgba(0,0,0,.4);
1588
1634
  }
1589
1635
  .ui-dialog.flow {
1590
- -webkit-transform-origin: none;
1591
- -moz-transform-origin: none;
1592
- -webkit-box-shadow: none;
1593
- -moz-box-shadow: none;
1636
+ -webkit-transform-origin: none;
1637
+ -moz-transform-origin: none;
1638
+ -webkit-box-shadow: none;
1639
+ -moz-box-shadow: none;
1594
1640
  }
1595
1641
  .flow.out {
1596
- -webkit-transform: translateX(-100%) scale(.7);
1597
- -webkit-animation-name: flowouttoleft;
1598
- -webkit-animation-timing-function: ease;
1599
- -webkit-animation-duration: 350ms;
1600
- -moz-transform: translateX(-100%) scale(.7);
1601
- -moz-animation-name: flowouttoleft;
1602
- -moz-animation-timing-function: ease;
1603
- -moz-animation-duration: 350ms;
1642
+ -webkit-transform: translateX(-100%) scale(.7);
1643
+ -webkit-animation-name: flowouttoleft;
1644
+ -webkit-animation-timing-function: ease;
1645
+ -webkit-animation-duration: 350ms;
1646
+ -moz-transform: translateX(-100%) scale(.7);
1647
+ -moz-animation-name: flowouttoleft;
1648
+ -moz-animation-timing-function: ease;
1649
+ -moz-animation-duration: 350ms;
1604
1650
  }
1605
1651
  .flow.in {
1606
- -webkit-transform: translateX(0) scale(1);
1607
- -webkit-animation-name: flowinfromright;
1608
- -webkit-animation-timing-function: ease;
1609
- -webkit-animation-duration: 350ms;
1610
- -moz-transform: translateX(0) scale(1);
1611
- -moz-animation-name: flowinfromright;
1612
- -moz-animation-timing-function: ease;
1613
- -moz-animation-duration: 350ms;
1652
+ -webkit-transform: translateX(0) scale(1);
1653
+ -webkit-animation-name: flowinfromright;
1654
+ -webkit-animation-timing-function: ease;
1655
+ -webkit-animation-duration: 350ms;
1656
+ -moz-transform: translateX(0) scale(1);
1657
+ -moz-animation-name: flowinfromright;
1658
+ -moz-animation-timing-function: ease;
1659
+ -moz-animation-duration: 350ms;
1614
1660
  }
1615
1661
  .flow.out.reverse {
1616
- -webkit-transform: translateX(100%);
1617
- -webkit-animation-name: flowouttoright;
1618
- -moz-transform: translateX(100%);
1619
- -moz-animation-name: flowouttoright;
1662
+ -webkit-transform: translateX(100%);
1663
+ -webkit-animation-name: flowouttoright;
1664
+ -moz-transform: translateX(100%);
1665
+ -moz-animation-name: flowouttoright;
1620
1666
  }
1621
1667
  .flow.in.reverse {
1622
- -webkit-animation-name: flowinfromleft;
1623
- -moz-animation-name: flowinfromleft;
1668
+ -webkit-animation-name: flowinfromleft;
1669
+ -moz-animation-name: flowinfromleft;
1624
1670
  }
1625
1671
  @-webkit-keyframes flowouttoleft {
1626
1672
  0% { -webkit-transform: translateX(0) scale(1); }
1627
- 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1673
+ 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1628
1674
  100% { -webkit-transform: translateX(-100%) scale(.7); }
1629
1675
  }
1630
1676
  @-moz-keyframes flowouttoleft {
1631
1677
  0% { -moz-transform: translateX(0) scale(1); }
1632
- 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1678
+ 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1633
1679
  100% { -moz-transform: translateX(-100%) scale(.7); }
1634
1680
  }
1635
1681
  @-webkit-keyframes flowouttoright {
1636
1682
  0% { -webkit-transform: translateX(0) scale(1); }
1637
- 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1683
+ 60%, 70% { -webkit-transform: translateX(0) scale(.7); }
1638
1684
  100% { -webkit-transform: translateX(100%) scale(.7); }
1639
1685
  }
1640
1686
  @-moz-keyframes flowouttoright {
1641
1687
  0% { -moz-transform: translateX(0) scale(1); }
1642
- 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1688
+ 60%, 70% { -moz-transform: translateX(0) scale(.7); }
1643
1689
  100% { -moz-transform: translateX(100%) scale(.7); }
1644
1690
  }
1645
1691
  @-webkit-keyframes flowinfromleft {
1646
1692
  0% { -webkit-transform: translateX(-100%) scale(.7); }
1647
- 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1693
+ 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1648
1694
  100% { -webkit-transform: translateX(0) scale(1); }
1649
1695
  }
1650
1696
  @-moz-keyframes flowinfromleft {
1651
1697
  0% { -moz-transform: translateX(-100%) scale(.7); }
1652
- 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1698
+ 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1653
1699
  100% { -moz-transform: translateX(0) scale(1); }
1654
1700
  }
1655
1701
  @-webkit-keyframes flowinfromright {
1656
1702
  0% { -webkit-transform: translateX(100%) scale(.7); }
1657
- 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1703
+ 30%, 40% { -webkit-transform: translateX(0) scale(.7); }
1658
1704
  100% { -webkit-transform: translateX(0) scale(1); }
1659
1705
  }
1660
1706
  @-moz-keyframes flowinfromright {
1661
1707
  0% { -moz-transform: translateX(100%) scale(.7); }
1662
- 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1708
+ 30%, 40% { -moz-transform: translateX(0) scale(.7); }
1663
1709
  100% { -moz-transform: translateX(0) scale(1); }
1664
1710
  }
1665
1711
  /* content configurations. */
1666
1712
  .ui-grid-a, .ui-grid-b, .ui-grid-c, .ui-grid-d { overflow: hidden; }
1667
- .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height:1px;}
1713
+ .ui-block-a, .ui-block-b, .ui-block-c, .ui-block-d, .ui-block-e { margin: 0; padding: 0; border: 0; float: left; min-height: 1px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
1668
1714
  /* grid solo: 100 - single item fallback */
1669
- .ui-grid-solo .ui-block-a { width: 100%; float: none; }
1715
+ .ui-grid-solo .ui-block-a { display: block; float: none; }
1716
+ /* Lower percentages for older browsers (i.e. IE7) to prevent wrapping. -.5px to fix BB5 wrap issue. */
1670
1717
  /* grid a: 50/50 */
1671
- .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 50%; }
1718
+ .ui-grid-a .ui-block-a, .ui-grid-a .ui-block-b { width: 49.95%; }
1719
+ .ui-grid-a > :nth-child(n) { width: 50%; margin-right: -.5px; }
1672
1720
  .ui-grid-a .ui-block-a { clear: left; }
1673
1721
  /* grid b: 33/33/33 */
1674
- .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.333%; }
1722
+ .ui-grid-b .ui-block-a, .ui-grid-b .ui-block-b, .ui-grid-b .ui-block-c { width: 33.25%; }
1723
+ .ui-grid-b > :nth-child(n) { width: 33.333%; margin-right: -.5px; }
1675
1724
  .ui-grid-b .ui-block-a { clear: left; }
1676
1725
  /* grid c: 25/25/25/25 */
1677
- .ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 25%; }
1726
+ .ui-grid-c .ui-block-a, .ui-grid-c .ui-block-b, .ui-grid-c .ui-block-c, .ui-grid-c .ui-block-d { width: 24.925%; }
1727
+ .ui-grid-c > :nth-child(n) { width: 25%; margin-right: -.5px; }
1678
1728
  .ui-grid-c .ui-block-a { clear: left; }
1679
1729
  /* grid d: 20/20/20/20/20 */
1680
- .ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 20%; }
1730
+ .ui-grid-d .ui-block-a, .ui-grid-d .ui-block-b, .ui-grid-d .ui-block-c, .ui-grid-d .ui-block-d, .ui-grid-d .ui-block-e { width: 19.925%; }
1731
+ .ui-grid-d > :nth-child(n) { width: 20%; }
1681
1732
  .ui-grid-d .ui-block-a { clear: left; }
1682
1733
  /* fixed page header & footer configuration */
1683
1734
  .ui-header-fixed,
1684
1735
  .ui-footer-fixed {
1685
- left: 0;
1686
- right: 0;
1687
- width: 100%;
1688
- position: fixed;
1689
- z-index: 1000;
1736
+ left: 0;
1737
+ right: 0;
1738
+ width: 100%;
1739
+ position: fixed;
1740
+ z-index: 1000;
1741
+ }
1742
+ .ui-page-pre-in {
1743
+ opacity: 0;
1690
1744
  }
1691
1745
  .ui-header-fixed {
1692
- top: 0;
1746
+ top: 0;
1693
1747
  }
1694
1748
  .ui-footer-fixed {
1695
- bottom: 0;
1749
+ bottom: 0;
1696
1750
  }
1697
1751
  .ui-header-fullscreen,
1698
1752
  .ui-footer-fullscreen {
1699
- opacity: .9;
1753
+ filter: Alpha(Opacity=90);
1754
+ opacity: .9;
1700
1755
  }
1701
1756
  .ui-page-header-fixed {
1702
- padding-top: 2.5em;
1757
+ padding-top: 2.6875em;
1703
1758
  }
1704
1759
  .ui-page-footer-fixed {
1705
- padding-bottom: 3em;
1760
+ padding-bottom: 2.6875em;
1706
1761
  }
1707
1762
  .ui-page-header-fullscreen .ui-content,
1708
1763
  .ui-page-footer-fullscreen .ui-content {
1709
- padding: 0;
1764
+ padding: 0;
1710
1765
  }
1711
1766
  .ui-fixed-hidden {
1712
- position: absolute;
1767
+ position: absolute;
1713
1768
  }
1714
1769
  .ui-page-header-fullscreen .ui-fixed-hidden,
1715
1770
  .ui-page-footer-fullscreen .ui-fixed-hidden {
1716
- left: -99999em;
1771
+ left: -99999em;
1717
1772
  }
1718
1773
  .ui-header-fixed .ui-btn,
1719
- .ui-footer-fixed .ui-btn {
1720
- z-index: 10;
1721
- }
1722
- .ui-navbar { overflow: hidden; }
1723
- .ui-navbar ul, .ui-navbar-expanded ul { list-style:none; padding: 0; margin: 0; position: relative; display: block; border: 0;}
1724
- .ui-navbar-collapsed ul { float: left; width: 75%; margin-right: -2px; }
1725
- .ui-navbar-collapsed .ui-navbar-toggle { float: left; width: 25%; }
1726
- .ui-navbar li.ui-navbar-truncate { position: absolute; left: -9999px; top: -9999px; }
1727
- .ui-navbar li .ui-btn, .ui-navbar .ui-navbar-toggle .ui-btn { display: block; font-size: 12px; text-align: center; margin: 0; border-right-width: 0; max-width: 100%; }
1728
- .ui-navbar li .ui-btn { margin-right: -1px; }
1729
- .ui-navbar li .ui-btn:last-child { margin-right: 0; }
1730
- .ui-header .ui-navbar li .ui-btn, .ui-header .ui-navbar .ui-navbar-toggle .ui-btn,
1731
- .ui-footer .ui-navbar li .ui-btn, .ui-footer .ui-navbar .ui-navbar-toggle .ui-btn { border-top-width: 0; border-bottom-width: 0; }
1732
- .ui-navbar .ui-btn-inner { padding-left: 2px; padding-right: 2px; }
1733
- .ui-navbar-noicons li .ui-btn .ui-btn-inner, .ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner { padding-top: .8em; padding-bottom: .9em; }
1734
- /*expanded page styles*/
1735
- .ui-navbar-expanded .ui-btn { margin: 0; font-size: 14px; }
1736
- .ui-navbar-expanded .ui-btn-inner { padding-left: 5px; padding-right: 5px; }
1737
- .ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner { padding: 45px 5px 15px; text-align: center; }
1738
- .ui-navbar-expanded .ui-btn-icon-top .ui-icon { top: 15px; }
1739
- .ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner { padding: 15px 5px 45px; text-align: center; }
1740
- .ui-navbar-expanded .ui-btn-icon-bottom .ui-icon { bottom: 15px; }
1741
- .ui-navbar-expanded li .ui-btn .ui-btn-inner { min-height: 2.5em; }
1742
- .ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner { padding-top: 1.8em; padding-bottom: 1.9em; }
1743
- .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; }
1744
- .ui-mini { margin: .25em 5px; }
1745
- .ui-btn-inner { padding: .6em 20px; min-width: .75em; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; position: relative; zoom: 1; }
1774
+ .ui-footer-fixed .ui-btn {
1775
+ z-index: 10;
1776
+ }
1777
+ .ui-navbar { max-width: 100%; }
1778
+ .ui-navbar.ui-mini { margin: 0; }
1779
+ .ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow:hidden; }
1780
+ .ui-navbar li .ui-btn { display: block; text-align: center; margin: 0 -1px 0 0; border-right-width: 0; }
1781
+ .ui-navbar li .ui-btn-icon-right .ui-icon { right: 6px; }
1782
+ /* add border if not in header/footer (full width) */
1783
+ .ui-navbar li:last-child .ui-btn,
1784
+ .ui-navbar .ui-grid-duo .ui-block-b .ui-btn { margin-right: 0; border-right-width: 1px; }
1785
+ .ui-header .ui-navbar li:last-child .ui-btn,
1786
+ .ui-footer .ui-navbar li:last-child .ui-btn,
1787
+ .ui-header .ui-navbar .ui-grid-duo .ui-block-b .ui-btn,
1788
+ .ui-footer .ui-navbar .ui-grid-duo .ui-block-b .ui-btn { margin-right: -1px; border-right-width: 0; }
1789
+ .ui-navbar .ui-grid-duo li.ui-block-a:last-child .ui-btn { margin-right: -1px; border-right-width: 1px; }
1790
+ .ui-header .ui-navbar li .ui-btn,
1791
+ .ui-footer .ui-navbar li .ui-btn { border-top-width: 0; border-bottom-width: 0; }
1792
+ /* fixing gaps caused by subpixel problem */
1793
+ .ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn,
1794
+ .ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn { margin-right: -5px; }
1795
+ .ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
1796
+ .ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn,
1797
+ .ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn,
1798
+ .ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn { margin-right: -4px; }
1799
+ .ui-header .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
1800
+ .ui-footer .ui-navbar .ui-grid-b li.ui-block-c .ui-btn-icon-right .ui-icon,
1801
+ .ui-header .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
1802
+ .ui-footer .ui-navbar .ui-grid-c li.ui-block-d .ui-btn-icon-right .ui-icon,
1803
+ .ui-header .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon,
1804
+ .ui-footer .ui-navbar .ui-grid-d li.ui-block-e .ui-btn-icon-right .ui-icon { right: 8px; }
1805
+ .ui-navbar li .ui-btn .ui-btn-inner { padding-top: .7em; padding-bottom: .8em }
1806
+ .ui-navbar li .ui-btn-icon-top .ui-btn-inner { padding-top: 30px; }
1807
+ .ui-navbar li .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 30px; }
1808
+ .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 0; padding: 0; }
1809
+ .ui-mini { margin-top: .25em; margin-bottom: .25em; }
1810
+ .ui-btn-left, .ui-btn-right, .ui-input-clear, .ui-btn-inline,
1811
+ .ui-grid-a .ui-btn, .ui-grid-b .ui-btn, .ui-grid-c .ui-btn, .ui-grid-d .ui-btn, .ui-grid-e .ui-btn, .ui-grid-solo .ui-btn { margin-right: 5px; margin-left: 5px; }
1812
+ .ui-btn-inner { font-size: 16px; padding: .6em 20px; min-width: .75em; display: block; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; zoom: 1; }
1746
1813
  .ui-btn input, .ui-btn button { z-index: 2; }
1747
- .ui-btn-left, .ui-btn-right, .ui-btn-inline { display: inline-block; }
1814
+ .ui-btn-left, .ui-btn-right, .ui-btn-inline { display: inline-block; vertical-align: middle; }
1748
1815
  .ui-btn-block { display: block; }
1749
- .ui-header .ui-btn,
1750
- .ui-footer .ui-btn { display: inline-block; margin: 0; }
1816
+ .ui-header > .ui-btn,
1817
+ .ui-footer > .ui-btn { display: inline-block; margin: 0; }
1818
+ .ui-header .ui-btn-block,
1819
+ .ui-footer .ui-btn-block { display: block; }
1751
1820
  .ui-header .ui-btn-inner,
1752
1821
  .ui-footer .ui-btn-inner,
1753
1822
  .ui-mini .ui-btn-inner { font-size: 12.5px; padding: .55em 11px .5em; }
1754
- .ui-header .ui-fullsize .ui-btn-inner,
1755
- .ui-footer .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 25px; }
1823
+ .ui-fullsize .ui-btn-inner,
1824
+ .ui-fullsize .ui-btn-inner { font-size: 16px; padding: .6em 20px; }
1756
1825
  .ui-btn-icon-notext { width: 24px; height: 24px; }
1757
1826
  .ui-btn-icon-notext .ui-btn-inner { padding: 0; height: 100%; }
1758
- .ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; }
1759
- .ui-btn-text { position: relative; z-index: 1; width: 100%; }
1827
+ .ui-btn-icon-notext .ui-btn-inner .ui-icon { margin: 2px 1px 2px 3px; float: left; }
1828
+ .ui-btn-text { position: relative; z-index: 1; width: 100%; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
1760
1829
  .ui-btn-icon-notext .ui-btn-text { position: absolute; left: -9999px; }
1761
1830
  .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
1762
1831
  .ui-btn-icon-right .ui-btn-inner { padding-right: 40px; }
@@ -1764,20 +1833,24 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1764
1833
  .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 40px; }
1765
1834
  .ui-header .ui-btn-icon-left .ui-btn-inner,
1766
1835
  .ui-footer .ui-btn-icon-left .ui-btn-inner,
1836
+ .ui-mini.ui-btn-icon-left .ui-btn-inner,
1767
1837
  .ui-mini .ui-btn-icon-left .ui-btn-inner { padding-left: 30px; }
1768
1838
  .ui-header .ui-btn-icon-right .ui-btn-inner,
1769
1839
  .ui-footer .ui-btn-icon-right .ui-btn-inner,
1840
+ .ui-mini.ui-btn-icon-right .ui-btn-inner,
1770
1841
  .ui-mini .ui-btn-icon-right .ui-btn-inner { padding-right: 30px; }
1771
1842
  .ui-header .ui-btn-icon-top .ui-btn-inner,
1772
- .ui-footer .ui-btn-icon-top .ui-btn-inner,
1773
- .ui-mini .ui-btn-icon-top .ui-btn-inner { padding: 30px 3px .5em 3px; }
1843
+ .ui-footer .ui-btn-icon-top .ui-btn-inner { padding: 30px 3px .5em 3px; }
1844
+ .ui-mini.ui-btn-icon-top .ui-btn-inner,
1845
+ .ui-mini .ui-btn-icon-top .ui-btn-inner { padding-top: 30px; }
1774
1846
  .ui-header .ui-btn-icon-bottom .ui-btn-inner,
1775
- .ui-footer .ui-btn-icon-bottom .ui-btn-inner,
1776
- .ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding: .55em 3px 30px 3px; }
1847
+ .ui-footer .ui-btn-icon-bottom .ui-btn-inner { padding: .55em 3px 30px 3px; }
1848
+ .ui-mini.ui-btn-icon-bottom .ui-btn-inner,
1849
+ .ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding-bottom: 30px; }
1777
1850
  /*btn icon positioning*/
1778
1851
  .ui-btn-icon-notext .ui-icon { display: block; z-index: 0;}
1779
- .ui-btn-icon-left .ui-btn-inner .ui-icon, .ui-btn-icon-right .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
1780
- .ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
1852
+ .ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
1853
+ .ui-btn-icon-top .ui-btn-inner .ui-icon, .ui-btn-icon-bottom .ui-btn-inner .ui-icon { position: absolute; left: 50%; margin-left: -9px; }
1781
1854
  .ui-btn-icon-left .ui-icon { left: 10px; }
1782
1855
  .ui-btn-icon-right .ui-icon { right: 10px; }
1783
1856
  .ui-btn-icon-top .ui-icon { top: 10px; }
@@ -1799,89 +1872,241 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1799
1872
  .ui-mini.ui-btn-icon-bottom .ui-icon,
1800
1873
  .ui-mini .ui-btn-icon-bottom .ui-icon { bottom: 5px; }
1801
1874
  /*hiding native button,inputs */
1802
- .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: button; opacity: .1; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=.0001); font-size: 1px; border: none; text-indent: -9999px; }
1875
+ .ui-btn-hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-appearance: none; cursor: pointer; background: #fff; background: rgba(255,255,255,0); filter: Alpha(Opacity=0); opacity: .1; font-size: 1px; border: none; text-indent: -9999px; }
1876
+ /* Fixes IE/WP filter alpha opacity bugs */
1877
+ .ui-disabled .ui-btn-hidden { display: none; }
1878
+ .ui-disabled { z-index: 1; }
1879
+ .ui-field-contain .ui-btn.ui-submit { margin: 0; }
1880
+ label.ui-submit { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1881
+ @media all and (min-width: 450px){
1882
+ .ui-field-contain label.ui-submit { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1883
+ .ui-field-contain .ui-btn.ui-submit { width: 78%; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
1884
+ .ui-hide-label .ui-btn.ui-submit { width: auto; }
1885
+ }
1803
1886
  .ui-collapsible { margin: .5em 0; }
1804
1887
  .ui-collapsible-heading { font-size: 16px; display: block; margin: 0 -8px; padding: 0; border-width: 0 0 1px 0; position: relative; }
1805
- .ui-collapsible-heading a { text-align: left; margin: 0; }
1888
+ .ui-collapsible-heading .ui-btn { text-align: left; margin: 0; }
1806
1889
  .ui-collapsible-heading .ui-btn-inner,
1807
1890
  .ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner { padding-left: 40px; }
1808
1891
  .ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner { padding-left: 12px; padding-right: 40px; }
1809
1892
  .ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,
1810
1893
  .ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner { padding-right: 40px; text-align: center; }
1811
- .ui-collapsible-heading a span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
1812
- .ui-collapsible-heading a span.ui-btn .ui-btn-inner { padding: 10px 0; }
1813
- .ui-collapsible-heading a span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
1894
+ .ui-collapsible-heading .ui-btn span.ui-btn { position: absolute; left: 6px; top: 50%; margin: -12px 0 0 0; width: 20px; height: 20px; padding: 1px 0px 1px 2px; text-indent: -9999px; }
1895
+ .ui-collapsible-heading .ui-btn span.ui-btn .ui-btn-inner { padding: 10px 0; }
1896
+ .ui-collapsible-heading .ui-btn span.ui-btn .ui-icon { left: 0; margin-top: -10px; }
1814
1897
  .ui-collapsible-heading-status { position: absolute; top: -9999px; left:0px; }
1815
1898
  .ui-collapsible-content {
1816
- display: block;
1817
- margin: 0 -8px;
1818
- padding: 10px 16px;
1819
- border-top: none; /* Overrides ui-btn-up-* */
1820
- background-image: none; /* Overrides ui-btn-up-* */
1821
- font-weight: normal; /* Overrides ui-btn-up-* */
1899
+ display: block;
1900
+ margin: 0 -8px;
1901
+ padding: 10px 16px;
1902
+ border-top: none; /* Overrides ui-btn-up-* */
1903
+ background-image: none; /* Overrides ui-btn-up-* */
1904
+ font-weight: normal; /* Overrides ui-btn-up-* */
1822
1905
  }
1823
1906
  .ui-collapsible-content-collapsed { display: none; }
1824
1907
  .ui-collapsible-set { margin: .5em 0; }
1825
1908
  .ui-collapsible-set .ui-collapsible { margin: -1px 0 0; }
1826
- .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: 0em 0 .5em; zoom: 1; }
1827
- .ui-bar .ui-controlgroup { margin: 0 .3em; }
1909
+ .ui-controlgroup, fieldset.ui-controlgroup { padding: 0; margin: .5em 0; zoom: 1; }
1910
+ .ui-controlgroup.ui-mini, fieldset.ui-controlgroup.ui-mini { margin: .25em 0; }
1911
+ .ui-field-contain .ui-controlgroup, .ui-field-contain fieldset.ui-controlgroup { margin: 0; }
1912
+ .ui-bar .ui-controlgroup { margin: 0 5px; }
1828
1913
  .ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
1829
1914
  .ui-controlgroup-controls { display: block; width: 100%;}
1830
1915
  .ui-controlgroup li { list-style: none; }
1831
1916
  .ui-controlgroup-vertical .ui-btn,
1832
- .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
1833
- .ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
1917
+ .ui-controlgroup-vertical .ui-checkbox, .ui-controlgroup-vertical .ui-radio { margin: 0; border-bottom-width: 0; }
1834
1918
  .ui-controlgroup-vertical .ui-controlgroup-last { border-bottom-width: 1px; }
1835
- .ui-controlgroup-horizontal { padding: 0; }
1836
- .ui-controlgroup-horizontal .ui-btn-inner { text-align:center; }
1837
- .ui-controlgroup-horizontal .ui-btn, .ui-controlgroup-horizontal .ui-select { display: inline-block; margin: 0 -6px 0 0; }
1919
+ .ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
1920
+ .ui-controlgroup .ui-btn-icon-notext { width: auto; height: auto; top: auto; }
1921
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { height: 20px; padding: .6em 20px .6em 20px }
1922
+ .ui-controlgroup-horizontal .ui-btn-icon-notext .ui-btn-inner { width: 18px; }
1923
+ .ui-controlgroup.ui-mini .ui-btn-icon-notext .ui-btn-inner { height: 16px; padding: .55em 11px .5em 11px; }
1924
+ .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner .ui-icon { position: absolute; top: 50%; right: 50%; margin: -9px -9px 0 0; }
1925
+ .ui-controlgroup-horizontal .ui-controlgroup-controls:before,
1926
+ .ui-controlgroup-horizontal .ui-controlgroup-controls:after { content: ""; display: table; }
1927
+ .ui-controlgroup-horizontal .ui-controlgroup-controls:after { clear: both; }
1928
+ .ui-controlgroup-horizontal .ui-controlgroup-controls { zoom: 1; }
1929
+ .ui-controlgroup-horizontal .ui-btn-inner { text-align: center; }
1930
+ .ui-controlgroup-horizontal.ui-mini .ui-btn-inner { height: 16px; line-height: 16px; }
1931
+ .ui-controlgroup-horizontal .ui-btn, .ui-controlgroup-horizontal .ui-select,
1838
1932
  .ui-controlgroup-horizontal .ui-checkbox, .ui-controlgroup-horizontal .ui-radio { float: left; clear: none; margin: 0 -1px 0 0; }
1933
+ .ui-controlgroup-horizontal .ui-select .ui-btn,
1839
1934
  .ui-controlgroup-horizontal .ui-checkbox .ui-btn, .ui-controlgroup-horizontal .ui-radio .ui-btn,
1840
1935
  .ui-controlgroup-horizontal .ui-checkbox:last-child, .ui-controlgroup-horizontal .ui-radio:last-child { margin-right: 0; }
1841
1936
  .ui-controlgroup-horizontal .ui-controlgroup-last { margin-right: 0; }
1842
- .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
1843
- /* conflicts with listview..
1844
- .ui-controlgroup .ui-btn-icon-notext { width: 30px; height: 30px; text-indent: -9999px; }
1845
- .ui-controlgroup .ui-btn-icon-notext .ui-btn-inner { padding: 5px 6px 5px 5px; }
1846
- */
1937
+ .ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label { font-size: 16px; }
1847
1938
  @media all and (min-width: 450px){
1848
- .ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1849
- .ui-field-contain .ui-controlgroup-controls { width: 60%; display: inline-block; }
1850
- .ui-field-contain .ui-controlgroup .ui-select { width: 100%; }
1851
- .ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
1852
- }
1853
- .ui-dialog {
1854
- background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
1855
- }
1856
- .ui-dialog-contain { width: 92.5%; max-width: 500px; margin: 10% auto 15px auto; padding: 0; }
1857
- .ui-dialog .ui-header {
1858
- margin-top: 15%;
1859
- border: none;
1860
- overflow: hidden;
1939
+ .ui-field-contain .ui-controlgroup-label { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1940
+ .ui-field-contain .ui-controlgroup-controls { width: 78%; display: inline-block; }
1941
+ .ui-field-contain .ui-controlgroup .ui-select { width: 100%; display: block; }
1942
+ .ui-field-contain .ui-controlgroup-horizontal .ui-select { width: auto; }
1943
+ .ui-hide-label .ui-controlgroup-controls { width: 100%; }
1861
1944
  }
1862
- .ui-dialog .ui-header,
1863
- .ui-dialog .ui-content,
1864
- .ui-dialog .ui-footer {
1865
- display: block;
1866
- position: relative;
1867
- width: auto;
1945
+ .ui-dialog {
1946
+ background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */
1947
+ }
1948
+ .ui-dialog-contain {
1949
+ width: 92.5%;
1950
+ max-width: 500px;
1951
+ margin: 10% auto 15px auto;
1952
+ padding: 0;
1953
+ position: relative;
1954
+ top: -15px;
1955
+ }
1956
+ .ui-dialog-contain > .ui-header,
1957
+ .ui-dialog-contain > .ui-content,
1958
+ .ui-dialog-contain > .ui-footer {
1959
+ display: block;
1960
+ position: relative;
1961
+ width: auto;
1962
+ margin: 0;
1963
+ }
1964
+ .ui-dialog-contain > .ui-header {
1965
+ border: none;
1966
+ overflow: hidden;
1967
+ z-index: 10;
1968
+ padding: 0;
1969
+ }
1970
+ .ui-dialog-contain > .ui-content {
1971
+ padding: 15px;
1972
+ }
1973
+ .ui-dialog-contain > .ui-footer {
1974
+ z-index: 10;
1975
+ padding: 0 15px;
1976
+ }
1977
+ .ui-popup-screen {
1978
+ top: 0;
1979
+ left: 0;
1980
+ width: 100%;
1981
+ height: 100%;
1982
+ border: 0;
1983
+ position: absolute;
1984
+ filter: Alpha(Opacity=50);
1985
+ opacity: 0;
1986
+ z-index: 1099;
1987
+ }
1988
+ .ui-popup-screen-background-hack {
1989
+ background-color: black;
1990
+ filter: Alpha(Opacity=0);
1991
+ }
1992
+ @-webkit-keyframes popup-fadein {
1993
+ from { opacity: 0; }
1994
+ to { opacity: 0.5; }
1868
1995
  }
1869
- .ui-dialog .ui-header,
1870
- .ui-dialog .ui-footer {
1871
- z-index: 10;
1872
- padding: 0;
1996
+ @-moz-keyframes popup-fadein {
1997
+ from { opacity: 0; }
1998
+ to { opacity: 0.5; }
1873
1999
  }
1874
- .ui-dialog .ui-footer {
1875
- padding: 0 15px;
2000
+ @-webkit-keyframes popup-fadeout {
2001
+ from { opacity: 0.5; }
2002
+ to { opacity: 0; }
1876
2003
  }
1877
- .ui-dialog .ui-content {
1878
- padding: 15px;
2004
+ @-moz-keyframes popup-fadeout {
2005
+ from { opacity: 0.5; }
2006
+ to { opacity: 0; }
1879
2007
  }
1880
- .ui-dialog {
1881
- margin-top: -15px;
2008
+ .ui-popup-screen.fade.in {
2009
+ opacity: 0.5;
2010
+ -webkit-animation-name: popup-fadein;
2011
+ -moz-animation-name: popup-fadein;
2012
+ }
2013
+ .ui-popup-screen.fade.out {
2014
+ opacity: 0;
2015
+ -webkit-animation-name: popup-fadeout;
2016
+ -moz-animation-name: popup-fadeout;
2017
+ }
2018
+ .ui-popup-container {
2019
+ z-index: 1100;
2020
+ display: inline-block;
2021
+ position: absolute;
2022
+ padding: 0;
2023
+ outline: 0;
2024
+ }
2025
+ .ui-popup > p,
2026
+ .ui-popup > h1,
2027
+ .ui-popup > h2,
2028
+ .ui-popup > h3,
2029
+ .ui-popup > h4,
2030
+ .ui-popup > h5,
2031
+ .ui-popup > h6 {
2032
+ margin: .5em 7px;
2033
+ }
2034
+ .ui-popup > span {
2035
+ display: block;
2036
+ margin: .5em 7px;
2037
+ }
2038
+ .ui-popup .ui-title {
2039
+ font-size: 16px;
2040
+ font-weight: bold;
2041
+ margin-top: .5em;
2042
+ margin-bottom: .5em;
2043
+ }
2044
+ .ui-popup-container .ui-content > p,
2045
+ .ui-popup-container .ui-content > h1,
2046
+ .ui-popup-container .ui-content > h2,
2047
+ .ui-popup-container .ui-content > h3,
2048
+ .ui-popup-container .ui-content > h4,
2049
+ .ui-popup-container .ui-content > h5,
2050
+ .ui-popup-container .ui-content > h6 {
2051
+ margin: .5em 0;
2052
+ }
2053
+ .ui-popup-container .ui-content > span {
2054
+ margin: 0;
2055
+ }
2056
+ .ui-popup-container .ui-content > p:first-child,
2057
+ .ui-popup-container .ui-content > h1:first-child,
2058
+ .ui-popup-container .ui-content > h2:first-child,
2059
+ .ui-popup-container .ui-content > h3:first-child,
2060
+ .ui-popup-container .ui-content > h4:first-child,
2061
+ .ui-popup-container .ui-content > h5:first-child,
2062
+ .ui-popup-container .ui-content > h6:first-child {
2063
+ margin-top: 0;
2064
+ }
2065
+ .ui-popup-container .ui-content > p:last-child,
2066
+ .ui-popup-container .ui-content > h1:last-child,
2067
+ .ui-popup-container .ui-content > h2:last-child,
2068
+ .ui-popup-container .ui-content > h3:last-child,
2069
+ .ui-popup-container .ui-content > h4:last-child,
2070
+ .ui-popup-container .ui-content > h5:last-child,
2071
+ .ui-popup-container .ui-content > h6:last-child {
2072
+ margin-bottom: 0;
2073
+ }
2074
+ .ui-popup > img {
2075
+ width: auto;
2076
+ height: auto;
2077
+ max-width: 100%;
2078
+ max-height: 100%;
2079
+ vertical-align: middle;
1882
2080
  }
1883
- .ui-checkbox, .ui-radio { position: relative; clear: both; margin: .2em 0 .5em; z-index: 1; }
1884
- .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: 0; text-align: left; z-index: 2; }
2081
+ @media all and (min-width: 450px){
2082
+ .ui-popup .ui-field-contain label.ui-submit,
2083
+ .ui-popup .ui-field-contain .ui-controlgroup-label,
2084
+ .ui-popup .ui-field-contain label.ui-select,
2085
+ .ui-popup .ui-field-contain label.ui-input-text {
2086
+ font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em;
2087
+ }
2088
+ .ui-popup .ui-field-contain .ui-btn.ui-submit,
2089
+ .ui-popup .ui-field-contain .ui-controlgroup-controls,
2090
+ .ui-popup .ui-field-contain .ui-select,
2091
+ .ui-popup .ui-field-contain input.ui-input-text,
2092
+ .ui-popup .ui-field-contain textarea.ui-input-text,
2093
+ .ui-popup .ui-field-contain .ui-input-search {
2094
+ width: 100%; display: block;
2095
+ }
2096
+ }
2097
+ .ui-popup > .ui-btn-left,
2098
+ .ui-popup > .ui-btn-right {
2099
+ position: absolute;
2100
+ top: -9px;
2101
+ margin: 0;
2102
+ z-index: 1101;
2103
+ }
2104
+ .ui-popup > .ui-btn-left { left: -9px; }
2105
+ .ui-popup > .ui-btn-right { right: -9px; }
2106
+ .ui-checkbox, .ui-radio { position: relative; clear: both; margin: 0; z-index: 1; }
2107
+ .ui-checkbox .ui-btn, .ui-radio .ui-btn { margin: .5em 0; text-align: left; z-index: 2; }
2108
+ .ui-checkbox .ui-btn.ui-mini, .ui-radio .ui-btn.ui-mini { margin: .25em 0; }
2109
+ .ui-controlgroup .ui-checkbox .ui-btn, .ui-controlgroup .ui-radio .ui-btn { margin: 0; }
1885
2110
  .ui-checkbox .ui-btn-inner, .ui-radio .ui-btn-inner { white-space: normal; }
1886
2111
  .ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner { padding-left: 45px; }
1887
2112
  .ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner { padding-left: 36px; }
@@ -1899,63 +2124,66 @@ div.ui-mobile-viewport { overflow-x: hidden; }
1899
2124
  .ui-checkbox .ui-btn-icon-right .ui-icon, .ui-radio .ui-btn-icon-right .ui-icon { right: 15px; }
1900
2125
  .ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon, .ui-radio .ui-mini.ui-btn-icon-right .ui-icon { right: 9px; }
1901
2126
  /* input, label positioning */
1902
- .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }
2127
+ .ui-checkbox input,.ui-radio input { position:absolute; left:20px; top:50%; width: 10px; height: 10px; margin:-5px 0 0 0; outline: 0 !important; z-index: 1; }
1903
2128
  .ui-field-contain, fieldset.ui-field-contain { padding: .8em 0; margin: 0; border-width: 0 0 1px 0; overflow: visible; }
1904
- .ui-field-contain:first-child { border-top-width: 0; }
1905
- .ui-header .ui-field-contain-left,
1906
- .ui-header .ui-field-contain-right {
1907
- position: absolute;
1908
- top: 0;
1909
- width: 25%;
1910
- }
1911
- .ui-header .ui-field-contain-left {
1912
- left: 1em;
1913
- }
1914
- .ui-header .ui-field-contain-right {
1915
- right: 1em;
1916
- }
2129
+ .ui-field-contain:last-child { border-bottom-width: 0; }
2130
+ .ui-field-contain { max-width: 100%; } /* This prevents horizontal scrollbar in IE7 */
1917
2131
  @media all and (min-width: 450px){
1918
- .ui-field-contain, .ui-mobile fieldset.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
2132
+ .ui-field-contain, .ui-mobile fieldset.ui-field-contain { border-width: 0; padding: 0; margin: 1em 0; }
1919
2133
  }
1920
2134
  .ui-select { display: block; position: relative; }
1921
2135
  .ui-select select { position: absolute; left: -9999px; top: -9999px; }
1922
- .ui-select .ui-btn { overflow: hidden; opacity: 1; margin: 0; }
1923
- /* Fixes #2588 — When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select—including “inherit”—without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
1924
- .ui-select .ui-btn select { cursor: pointer; -webkit-appearance: button; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); z-index: 2; }
2136
+ .ui-select .ui-btn { overflow: hidden; opacity: 1; }
2137
+ .ui-field-contain .ui-select .ui-btn { margin: 0; }
2138
+ /* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */
2139
+ .ui-select .ui-btn select { cursor: pointer; -webkit-appearance: none; left: 0; top:0; width: 100%; min-height: 1.5em; min-height: 100%; height: 3em; max-height: 100%; filter: Alpha(Opacity=0); opacity: 0; z-index: 2; }
1925
2140
  .ui-select .ui-disabled { opacity: .3; }
1926
- @-moz-document url-prefix() {.ui-select .ui-btn select { opacity: 0.0001; }}
1927
- .ui-select .ui-btn select.ui-select-nativeonly { opacity: 1; text-indent: 0; }
1928
- .ui-select .ui-btn-icon-right .ui-btn-inner { padding-right: 45px; }
1929
- .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
1930
- .ui-select .ui-mini.ui-btn-icon-right .ui-icon { right: 7px; }
2141
+ /* Display none because of issues with IE/WP's filter alpha opacity */
2142
+ .ui-select .ui-disabled select { display: none; }
2143
+ @-moz-document url-prefix() { .ui-select .ui-btn select { opacity: 0.0001; }}
2144
+ .ui-select .ui-btn.ui-select-nativeonly { border-radius: 0; border: 0; }
2145
+ .ui-select .ui-btn.ui-select-nativeonly select { opacity: 1; text-indent: 0; display: block; }
2146
+ .ui-select .ui-disabled.ui-select-nativeonly .ui-btn-inner { opacity: 0; }
2147
+ .ui-select .ui-btn-icon-right .ui-btn-inner, .ui-select .ui-li-has-count .ui-btn-inner { padding-right: 45px; }
2148
+ .ui-select .ui-mini.ui-btn-icon-right .ui-btn-inner { padding-right: 32px; }
2149
+ .ui-select .ui-btn-icon-right.ui-li-has-count .ui-btn-inner { padding-right: 80px; }
2150
+ .ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-btn-inner { padding-right: 67px; }
2151
+ .ui-select .ui-btn-icon-right .ui-icon { right: 15px; }
2152
+ .ui-select .ui-mini.ui-btn-icon-right .ui-icon { right: 7px; }
2153
+ .ui-select .ui-btn-icon-right.ui-li-has-count .ui-li-count { right: 45px; }
2154
+ .ui-select .ui-mini.ui-btn-icon-right.ui-li-has-count .ui-li-count { right: 32px; }
1931
2155
  /* labels */
1932
- label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
2156
+ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
1933
2157
  /*listbox*/
1934
2158
  .ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: block; min-height: 1em; overflow: hidden !important;
1935
2159
  /* This !important is required for iPad Safari specifically. See https://github.com/jquery/jquery-mobile/issues/2647 */ }
1936
2160
  .ui-select .ui-btn-text { text-overflow: ellipsis; }
1937
- .ui-selectmenu { position: absolute; padding: 0; z-index: 1100 !important; width: 80%; max-width: 350px; padding: 6px; }
2161
+ .ui-selectmenu { padding: 6px; min-width: 160px; }
1938
2162
  .ui-selectmenu .ui-listview { margin: 0; }
1939
2163
  .ui-selectmenu .ui-btn.ui-li-divider { cursor: default; }
1940
- .ui-selectmenu-hidden { top: -9999px; left: -9999px; }
1941
- .ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
2164
+ .ui-selectmenu-hidden { top: -99999px; left: -9999px; }
1942
2165
  .ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
1943
2166
  .ui-selectmenu-list .ui-li .ui-icon { display: block; }
1944
2167
  .ui-li.ui-selectmenu-placeholder { display: none; }
2168
+ .ui-selectmenu .ui-header { margin: 0; padding: 0; }
1945
2169
  .ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }
1946
- @media all and (min-width: 450px){
1947
- .ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1948
- .ui-field-contain .ui-select { width: 60%; display: inline-block; }
1949
- }
2170
+ @media all and (min-width: 450px){
2171
+ .ui-field-contain label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2172
+ .ui-field-contain .ui-select { width: 78%; display: inline-block; }
2173
+ .ui-hide-label .ui-select { width: 100%; }
2174
+ }
1950
2175
  /* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
1951
2176
  .ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
1952
2177
  label.ui-input-text { font-size: 16px; line-height: 1.4; display: block; font-weight: normal; margin: 0 0 .3em; }
1953
- input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; line-height: 1.4; font-size: 16px; display: block; width: 97%; outline: 0; }
1954
- .ui-header input.ui-input-text,
1955
- .ui-footer input.ui-input-text { margin-left: 1.25%; padding: .4em 1%; width: 95.5% } /* Note that padding left/right on text inputs is factored into how the element is displayed in Firefox, but does not actually pad the text inside it. */
1956
- input.ui-input-text { -webkit-appearance: none; }
2178
+ input.ui-input-text, textarea.ui-input-text { background-image: none; padding: .4em; margin: .5em 0; line-height: 1.4; font-size: 16px; display: block; width: 100%; outline: 0; }
2179
+ input.ui-input-text.ui-mini, textarea.ui-input-text.ui-mini { margin: .25em 0; }
2180
+ .ui-field-contain input.ui-input-text, .ui-field-contain textarea.ui-input-text { margin: 0; }
2181
+ input.ui-input-text, textarea.ui-input-text, .ui-input-search { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
2182
+ input.ui-input-text { -webkit-appearance: none; }
1957
2183
  textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear; -moz-transition: height 200ms linear; -o-transition: height 200ms linear; transition: height 200ms linear; }
1958
- .ui-input-search { padding: 0 30px; background-image: none; position: relative; }
2184
+ .ui-input-search { padding: 0 30px; margin: .5em 0; background-image: none; position: relative; }
2185
+ .ui-input-search.ui-mini { margin: .25em 0; }
2186
+ .ui-field-contain .ui-input-search { margin: 0; }
1959
2187
  .ui-icon-searchfield:after { position: absolute; left: 7px; top: 50%; margin-top: -9px; content: ""; width: 18px; height: 18px; opacity: .5; }
1960
2188
  .ui-input-search input.ui-input-text { border: none; width: 98%; padding: .4em 0; margin: 0; display: block; background: transparent none; outline: 0 !important; }
1961
2189
  .ui-input-search .ui-input-clear { position: absolute; right: 0; top: 50%; margin-top: -13px; }
@@ -1963,84 +2191,90 @@ textarea.ui-input-text { height: 50px; -webkit-transition: height 200ms linear;
1963
2191
  .ui-input-search .ui-input-clear-hidden { display: none; }
1964
2192
  input.ui-mini, .ui-mini input, textarea.ui-mini { font-size: 14px; }
1965
2193
  textarea.ui-mini { height: 45px; }
1966
- /* orientation adjustments - incomplete!*/
1967
2194
  @media all and (min-width: 450px){
1968
- .ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
1969
- .ui-field-contain input.ui-input-text,
1970
- .ui-field-contain textarea.ui-input-text,
1971
- .ui-field-contain .ui-input-search { width: 60%; display: inline-block; }
1972
- .ui-field-contain .ui-input-search { width: 50%; }
1973
- .ui-hide-label input.ui-input-text,
1974
- .ui-hide-label textarea.ui-input-text,
1975
- .ui-hide-label .ui-input-search { padding: .4em; width: 97%; }
1976
- .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
1977
- }
1978
- .ui-listview { margin: 0; counter-reset: listnumbering; }
2195
+ .ui-field-contain label.ui-input-text { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0 }
2196
+ .ui-field-contain input.ui-input-text,
2197
+ .ui-field-contain textarea.ui-input-text,
2198
+ .ui-field-contain .ui-input-search { width: 78%; display: inline-block; }
2199
+ .ui-hide-label input.ui-input-text,
2200
+ .ui-hide-label textarea.ui-input-text,
2201
+ .ui-hide-label .ui-input-search { width: 100%; }
2202
+ .ui-input-search input.ui-input-text { width: 98%; /*echos rule from above*/ }
2203
+ }
2204
+ .ui-listview { margin: 0; }
2205
+ ol.ui-listview, ol.ui-listview .ui-li-divider { counter-reset: listnumbering; }
1979
2206
  .ui-content .ui-listview { margin: -15px; }
1980
- .ui-content .ui-listview-inset { margin: 1em 0; }
2207
+ .ui-content .ui-listview-inset { margin: 1em 0; }
1981
2208
  .ui-listview, .ui-li { list-style:none; padding:0; }
1982
2209
  .ui-li, .ui-li.ui-field-contain { display: block; margin:0; position: relative; overflow: visible; text-align: left; border-width: 0; border-top-width: 1px; }
1983
- .ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1984
- .ui-li-divider, .ui-li-static { padding: .5em 15px; font-size: 14px; font-weight: bold; }
1985
- .ui-li-divider { counter-reset: listnumbering; }
1986
- ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal;counter-increment: listnumbering; content: counter(listnumbering) ". "; }
2210
+ .ui-li .ui-btn-text a.ui-link-inherit { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2211
+ .ui-li-static { background-image: none; }
2212
+ .ui-li-divider { padding: .5em 15px; font-size: 14px; font-weight: bold; }
2213
+ ol.ui-listview .ui-link-inherit:before, ol.ui-listview .ui-li-static:before, .ui-li-dec { font-size: .8em; display: inline-block; padding-right: .3em; font-weight: normal; counter-increment: listnumbering; content: counter(listnumbering) ". "; }
1987
2214
  ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid chance of duplication */
1988
2215
  .ui-listview-inset .ui-li { border-right-width: 1px; border-left-width: 1px; }
1989
- .ui-li:last-child, .ui-li.ui-field-contain:last-child { border-bottom-width: 1px; }
2216
+ .ui-li-last, .ui-li.ui-field-contain.ui-li-last { border-bottom-width: 1px; }
1990
2217
  .ui-li>.ui-btn-inner { display: block; position: relative; padding: 0; }
1991
- .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px .7em 15px; display: block; }
2218
+ .ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li { padding: .7em 15px; display: block; }
1992
2219
  .ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb { min-height: 60px; padding-left: 100px; }
1993
- .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
1994
- .ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count { padding-right: 45px; }
1995
- .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 30px; }
2220
+ .ui-li-has-icon .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-icon { min-height: 20px; padding-left: 40px; }
2221
+ .ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-count, .ui-li-divider.ui-li-has-count { padding-right: 45px; }
2222
+ .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow { padding-right: 40px; }
1996
2223
  .ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-arrow.ui-li-has-count { padding-right: 75px; }
1997
- .ui-li-has-count .ui-btn-text { padding-right: 15px; }
1998
- .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
1999
- .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2224
+ .ui-li-heading { font-size: 16px; font-weight: bold; display: block; margin: .6em 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2225
+ .ui-li-desc { font-size: 12px; font-weight: normal; display: block; margin: -.5em 0 .6em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
2000
2226
  .ui-li-thumb, .ui-listview .ui-li-icon { position: absolute; left: 1px; top: 0; max-height: 80px; max-width: 80px; }
2001
- .ui-listview .ui-li-icon { max-height: 40px; max-width: 40px; left: 10px; top: .9em; }
2227
+ .ui-listview .ui-li-icon { max-height: 16px; max-width: 16px; left: 10px; top: .9em; }
2002
2228
  .ui-li-thumb, .ui-listview .ui-li-icon, .ui-li-content { float: left; margin-right: 10px; }
2003
2229
  .ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
2004
2230
  @media all and (min-width: 480px){
2005
- .ui-li-aside { width: 45%; }
2006
- }
2231
+ .ui-li-aside { width: 45%; }
2232
+ }
2007
2233
  .ui-li-divider { cursor: default; }
2008
- .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 95px; }
2009
- .ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 48px; }
2010
- .ui-li-divider .ui-li-count, .ui-li-static .ui-li-count { right: 10px; }
2011
- .ui-li-has-alt .ui-li-count { right: 55px; }
2234
+ .ui-li-has-alt .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt { padding-right: 53px; }
2235
+ .ui-li-has-alt.ui-li-has-count .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-alt.ui-li-has-count { padding-right: 88px; }
2236
+ .ui-li-has-count .ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 10px; }
2237
+ .ui-li-has-count.ui-li-divider .ui-li-count, .ui-li-has-count .ui-link-inherit .ui-li-count { margin-top: -.95em; }
2238
+ .ui-li-has-arrow.ui-li-has-count .ui-li-count { right: 40px; }
2239
+ .ui-li-has-alt.ui-li-has-count .ui-li-count { right: 53px; }
2012
2240
  .ui-li-link-alt { position: absolute; width: 40px; height: 100%; border-width: 0; border-left-width: 1px; top: 0; right: 0; margin: 0; padding: 0; z-index: 2; }
2013
- .ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -11px 0 0 0; border-bottom-width: 1px; z-index: -1;}
2241
+ .ui-li-link-alt .ui-btn { overflow: hidden; position: absolute; right: 8px; top: 50%; margin: -13px 0 0 0; border-bottom-width: 1px; z-index: -1;}
2014
2242
  .ui-li-link-alt .ui-btn-inner { padding: 0; height: 100%; position: absolute; width: 100%; top: 0; left: 0;}
2015
- .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
2243
+ .ui-li-link-alt .ui-btn .ui-icon { right: 50%; margin-right: -9px; }
2244
+ .ui-li-link-alt .ui-btn-icon-notext .ui-btn-inner .ui-icon { position: absolute; top: 50%; margin-top: -9px; }
2016
2245
  .ui-listview * .ui-btn-inner > .ui-btn > .ui-btn-inner { border-top: 0px; }
2017
2246
  .ui-listview-filter { border-width: 0; overflow: hidden; margin: -15px -15px 15px -15px }
2018
2247
  .ui-listview-filter .ui-input-search { margin: 5px; width: auto; display: block; }
2019
2248
  .ui-listview-filter-inset { margin: -15px -5px -15px -5px; background: transparent; }
2020
- .ui-li.ui-screen-hidden{display:none;}
2249
+ .ui-li.ui-screen-hidden{ display:none; }
2021
2250
  /* Odd iPad positioning issue. */
2022
2251
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
2023
2252
  .ui-li .ui-btn-text { overflow: visible; }
2024
2253
  }
2025
- label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
2254
+ label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
2026
2255
  input.ui-slider-input,
2027
- .ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; }
2256
+ .ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; background-image: none; padding: .4em; margin: .5em 0; line-height: 1.4; font-size: 16px; outline: 0; }
2257
+ input.ui-slider-input.ui-mini,
2258
+ .ui-field-contain input.ui-slider-input.ui-mini { width: 45px; margin: .25em 0; font-size: 14px; }
2259
+ .ui-field-contain input.ui-slider-input { margin: 0; }
2260
+ /* To do: Exclude ui-slider-input from textinput widget initSelector. The class ui-input-text is added to the slider input and label. When this is fixed, the rule below can be deleted. */
2261
+ input.ui-slider-input, .ui-field-contain input.ui-slider-input { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; }
2028
2262
  select.ui-slider-switch { display: none; }
2029
2263
  div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 65%; }
2030
- div.ui-slider-mini { height: 12px; margin-left: 10px; }
2264
+ div.ui-slider-mini { height: 12px; margin-left: 10px; top: 2px; }
2031
2265
  div.ui-slider-bg { border: none; height: 100%; padding-right: 8px; }
2032
- .ui-controlgroup a.ui-slider-handle, a.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; outline: 0; }
2266
+ .ui-controlgroup a.ui-slider-handle, a.ui-slider-handle { position: absolute; z-index: 1; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; outline: 0; }
2033
2267
  a.ui-slider-handle .ui-btn-inner { padding: 0; height: 100%; }
2034
2268
  div.ui-slider-mini a.ui-slider-handle { height: 14px; width: 14px; margin: -8px 0 0 -7px; }
2035
- div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: -9px 0 0 -9px; }
2269
+ div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: -9px 0 0 -9px; border-top: none; }
2036
2270
  @media all and (min-width: 450px){
2037
- .ui-field-contain label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2038
- .ui-field-contain div.ui-slider { width: 43%; }
2039
- .ui-field-contain div.ui-slider-switch { width: 5.5em; }
2040
- }
2271
+ .ui-field-contain label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
2272
+ .ui-field-contain div.ui-slider { width: 43%; }
2273
+ .ui-field-contain div.ui-slider-switch { width: 5.5em; }
2274
+ }
2041
2275
  div.ui-slider-switch { height: 32px; margin-left: 0; width: 5.8em; }
2042
2276
  a.ui-slider-handle-snapping { -webkit-transition: left 70ms linear; -moz-transition: left 70ms linear; }
2043
- div.ui-slider-switch .ui-slider-handle { margin-top: 1px; }
2277
+ div.ui-slider-switch .ui-slider-handle { margin-top: 1px; }
2044
2278
  .ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }
2045
2279
  div.ui-slider-switch.ui-slider-mini { width: 5em; height: 29px; }
2046
2280
  div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset { margin: 0 15px 0 14px; }
@@ -2050,4 +2284,4 @@ span.ui-slider-label { position: absolute; text-align: center; width: 100%; over
2050
2284
  .ui-slider-mini span.ui-slider-label { font-size: 14px; }
2051
2285
  span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -1.5em; }
2052
2286
  span.ui-slider-label-b { z-index: 0; right: 0; text-indent: 1.5em;}
2053
- .ui-slider-inline { width: 120px; display: inline-block; }
2287
+ .ui-slider-inline { width: 120px; display: inline-block; }