Built motion from commit 7afcba0.|0.0.74
[motion.git] / public / bower_components / angular-timezone-selector / angular-timezone-selector.css
1 .chosen-select {
2   width: 100%;
3 }
4 .chosen-select-deselect {
5   width: 100%;
6 }
7 .chosen-container {
8   display: inline-block;
9   font-size: 14px;
10   position: relative;
11   vertical-align: middle;
12 }
13 .chosen-container .chosen-drop {
14   background: #ffffff;
15   border: 1px solid #cccccc;
16   border-bottom-right-radius: 4px;
17   border-bottom-left-radius: 4px;
18   box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
19   margin-top: -1px;
20   position: absolute;
21   top: 100%;
22   left: -9000px;
23   z-index: 1060;
24 }
25 .chosen-container.chosen-with-drop .chosen-drop {
26   left: 0;
27   right: 0;
28 }
29 .chosen-container .chosen-results {
30   color: #555555;
31   margin: 0 4px 4px 0;
32   max-height: 240px;
33   padding: 0 0 0 4px;
34   position: relative;
35   overflow-x: hidden;
36   overflow-y: auto;
37   -webkit-overflow-scrolling: touch;
38 }
39 .chosen-container .chosen-results li {
40   display: none;
41   line-height: 1.42857143;
42   list-style: none;
43   margin: 0;
44   padding: 5px 6px;
45 }
46 .chosen-container .chosen-results li em {
47   background: #feffde;
48   font-style: normal;
49 }
50 .chosen-container .chosen-results li.group-result {
51   display: list-item;
52   cursor: default;
53   color: #999;
54   font-weight: bold;
55 }
56 .chosen-container .chosen-results li.group-option {
57   padding-left: 15px;
58 }
59 .chosen-container .chosen-results li.active-result {
60   cursor: pointer;
61   display: list-item;
62 }
63 .chosen-container .chosen-results li.highlighted {
64   background-color: #337ab7;
65   background-image: none;
66   color: white;
67 }
68 .chosen-container .chosen-results li.highlighted em {
69   background: transparent;
70 }
71 .chosen-container .chosen-results li.disabled-result {
72   display: list-item;
73   color: #777777;
74 }
75 .chosen-container .chosen-results .no-results {
76   background: #eeeeee;
77   display: list-item;
78 }
79 .chosen-container .chosen-results-scroll {
80   background: white;
81   margin: 0 4px;
82   position: absolute;
83   text-align: center;
84   width: 321px;
85   z-index: 1;
86 }
87 .chosen-container .chosen-results-scroll span {
88   display: inline-block;
89   height: 1.42857143;
90   text-indent: -5000px;
91   width: 9px;
92 }
93 .chosen-container .chosen-results-scroll-down {
94   bottom: 0;
95 }
96 .chosen-container .chosen-results-scroll-down span {
97   background: url("chosen-sprite.png") no-repeat -4px -3px;
98 }
99 .chosen-container .chosen-results-scroll-up span {
100   background: url("chosen-sprite.png") no-repeat -22px -3px;
101 }
102 .chosen-container-single .chosen-single {
103   background-color: #ffffff;
104   background-clip: padding-box;
105   border: 1px solid #cccccc;
106   border-top-right-radius: 4px;
107   border-top-left-radius: 4px;
108   border-bottom-right-radius: 4px;
109   border-bottom-left-radius: 4px;
110   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
111   color: #555555;
112   display: block;
113   height: 34px;
114   overflow: hidden;
115   line-height: 34px;
116   padding: 0 0 0 8px;
117   position: relative;
118   text-decoration: none;
119   white-space: nowrap;
120 }
121 .chosen-container-single .chosen-single span {
122   display: block;
123   margin-right: 26px;
124   overflow: hidden;
125   text-overflow: ellipsis;
126   white-space: nowrap;
127 }
128 .chosen-container-single .chosen-single abbr {
129   background: url("chosen-sprite.png") right top no-repeat;
130   display: block;
131   font-size: 1px;
132   height: 10px;
133   position: absolute;
134   right: 26px;
135   top: 12px;
136   width: 12px;
137 }
138 .chosen-container-single .chosen-single abbr:hover {
139   background-position: right -11px;
140 }
141 .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
142   background-position: right 2px;
143 }
144 .chosen-container-single .chosen-single div {
145   display: block;
146   height: 100%;
147   position: absolute;
148   top: 0;
149   right: 0;
150   width: 18px;
151 }
152 .chosen-container-single .chosen-single div b {
153   background: url("chosen-sprite.png") no-repeat 0 7px;
154   display: block;
155   height: 100%;
156   width: 100%;
157 }
158 .chosen-container-single .chosen-default {
159   color: #777777;
160 }
161 .chosen-container-single .chosen-search {
162   margin: 0;
163   padding: 3px 30px 3px 4px;
164   position: relative;
165   white-space: nowrap;
166   z-index: 1000;
167 }
168 .chosen-container-single .chosen-search input[type="text"] {
169   background: url("chosen-sprite.png") no-repeat 100% -20px, #ffffff;
170   border: 1px solid #cccccc;
171   border-top-right-radius: 4px;
172   border-top-left-radius: 4px;
173   border-bottom-right-radius: 4px;
174   border-bottom-left-radius: 4px;
175   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
176   margin: 1px 0;
177   padding: 4px 20px 4px 4px;
178   width: 100%;
179 }
180 .chosen-container-single .chosen-drop {
181   margin-top: -1px;
182   border-bottom-right-radius: 4px;
183   border-bottom-left-radius: 4px;
184   background-clip: padding-box;
185 }
186 .chosen-container-single-nosearch .chosen-search input {
187   position: absolute;
188   left: -9000px;
189 }
190 .chosen-container-multi .chosen-choices {
191   background-color: #ffffff;
192   border: 1px solid #cccccc;
193   border-top-right-radius: 4px;
194   border-top-left-radius: 4px;
195   border-bottom-right-radius: 4px;
196   border-bottom-left-radius: 4px;
197   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
198   cursor: text;
199   height: auto !important;
200   height: 1%;
201   margin: 0;
202   overflow: hidden;
203   padding: 0;
204   position: relative;
205 }
206 .chosen-container-multi .chosen-choices li {
207   float: left;
208   list-style: none;
209 }
210 .chosen-container-multi .chosen-choices .search-field {
211   margin: 0;
212   padding: 0;
213   white-space: nowrap;
214 }
215 .chosen-container-multi .chosen-choices .search-field input[type="text"] {
216   background: transparent !important;
217   border: 0 !important;
218   box-shadow: none;
219   color: #555555;
220   height: 32px;
221   margin: 0;
222   padding: 4px;
223   outline: 0;
224 }
225 .chosen-container-multi .chosen-choices .search-field .default {
226   color: #999;
227 }
228 .chosen-container-multi .chosen-choices .search-choice {
229   background-clip: padding-box;
230   background-color: #eeeeee;
231   border: 1px solid #cccccc;
232   border-top-right-radius: 4px;
233   border-top-left-radius: 4px;
234   border-bottom-right-radius: 4px;
235   border-bottom-left-radius: 4px;
236   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
237   color: #333333;
238   cursor: default;
239   line-height: 13px;
240   margin: 6px 0 3px 5px;
241   padding: 3px 20px 3px 5px;
242   position: relative;
243 }
244 .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
245   background: url("chosen-sprite.png") right top no-repeat;
246   display: block;
247   font-size: 1px;
248   height: 10px;
249   position: absolute;
250   right: 4px;
251   top: 5px;
252   width: 12px;
253   cursor: pointer;
254 }
255 .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
256   background-position: right -11px;
257 }
258 .chosen-container-multi .chosen-choices .search-choice-focus {
259   background: #d4d4d4;
260 }
261 .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
262   background-position: right -11px;
263 }
264 .chosen-container-multi .chosen-results {
265   margin: 0 0 0 0;
266   padding: 0;
267 }
268 .chosen-container-multi .chosen-drop .result-selected {
269   display: none;
270 }
271 .chosen-container-active .chosen-single {
272   border: 1px solid #66afe9;
273   box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
274   transition: border linear .2s, box-shadow linear .2s;
275 }
276 .chosen-container-active.chosen-with-drop .chosen-single {
277   background-color: #ffffff;
278   border: 1px solid #66afe9;
279   border-bottom-right-radius: 0;
280   border-bottom-left-radius: 0;
281   box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
282   transition: border linear .2s, box-shadow linear .2s;
283 }
284 .chosen-container-active.chosen-with-drop .chosen-single div {
285   background: transparent;
286   border-left: none;
287 }
288 .chosen-container-active.chosen-with-drop .chosen-single div b {
289   background-position: -18px 7px;
290 }
291 .chosen-container-active .chosen-choices {
292   border: 1px solid #66afe9;
293   border-bottom-right-radius: 0;
294   border-bottom-left-radius: 0;
295   box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
296   transition: border linear .2s, box-shadow linear .2s;
297 }
298 .chosen-container-active .chosen-choices .search-field input[type="text"] {
299   color: #111 !important;
300 }
301 .chosen-container-active.chosen-with-drop .chosen-choices {
302   border-bottom-right-radius: 0;
303   border-bottom-left-radius: 0;
304 }
305 .chosen-disabled {
306   cursor: default;
307   opacity: 0.5 !important;
308 }
309 .chosen-disabled .chosen-single {
310   cursor: default;
311 }
312 .chosen-disabled .chosen-choices .search-choice .search-choice-close {
313   cursor: default;
314 }
315 .chosen-rtl {
316   text-align: right;
317 }
318 .chosen-rtl .chosen-single {
319   padding: 0 8px 0 0;
320   overflow: visible;
321 }
322 .chosen-rtl .chosen-single span {
323   margin-left: 26px;
324   margin-right: 0;
325   direction: rtl;
326 }
327 .chosen-rtl .chosen-single div {
328   left: 7px;
329   right: auto;
330 }
331 .chosen-rtl .chosen-single abbr {
332   left: 26px;
333   right: auto;
334 }
335 .chosen-rtl .chosen-choices .search-field input[type="text"] {
336   direction: rtl;
337 }
338 .chosen-rtl .chosen-choices li {
339   float: right;
340 }
341 .chosen-rtl .chosen-choices .search-choice {
342   margin: 6px 5px 3px 0;
343   padding: 3px 5px 3px 19px;
344 }
345 .chosen-rtl .chosen-choices .search-choice .search-choice-close {
346   background-position: right top;
347   left: 4px;
348   right: auto;
349 }
350 .chosen-rtl.chosen-container-single .chosen-results {
351   margin: 0 0 4px 4px;
352   padding: 0 4px 0 0;
353 }
354 .chosen-rtl .chosen-results .group-option {
355   padding-left: 0;
356   padding-right: 15px;
357 }
358 .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
359   border-right: none;
360 }
361 .chosen-rtl .chosen-search input[type="text"] {
362   background: url("chosen-sprite.png") no-repeat -28px -20px, #ffffff;
363   direction: rtl;
364   padding: 4px 5px 4px 20px;
365 }
366 .input-group .chosen-container:last-child .chosen-single,
367 .input-group .chosen-container:last-child .chosen-default,
368 .input-group .chosen-container:last-child .chosen-choices {
369   border-top-left-radius: 0px;
370   border-bottom-left-radius: 0px;
371 }
372 .input-group .chosen-container:not(:last-child) .chosen-single,
373 .input-group .chosen-container:not(:last-child) .chosen-default,
374 .input-group .chosen-container:not(:last-child) .chosen-choices {
375   border-top-right-radius: 0px;
376   border-bottom-right-radius: 0px;
377 }
378 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
379   .chosen-rtl .chosen-search input[type="text"],
380   .chosen-container-single .chosen-single abbr,
381   .chosen-container-single .chosen-single div b,
382   .chosen-container-single .chosen-search input[type="text"],
383   .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
384   .chosen-container .chosen-results-scroll-down span,
385   .chosen-container .chosen-results-scroll-up span {
386     background-image: url("chosen-sprite@2x.png") !important;
387     background-size: 52px 37px !important;
388     background-repeat: no-repeat !important;
389   }
390 }