1/*! This file is auto-generated */
2/*!
3 * jQuery UI CSS Framework 1.11.4
4 * http://jqueryui.com
5 *
6 * Copyright jQuery Foundation and other contributors
7 * Released under the MIT license.
8 * http://jquery.org/license
9 *
10 * http://api.jqueryui.com/category/theming/
11 */
12
13/* Layout helpers
14----------------------------------*/
15.ui-helper-hidden {
16	display: none;
17}
18.ui-helper-hidden-accessible {
19	border: 0;
20	clip: rect(0 0 0 0);
21	height: 1px;
22	margin: -1px;
23	overflow: hidden;
24	padding: 0;
25	position: absolute;
26	width: 1px;
27}
28.ui-helper-reset {
29	margin: 0;
30	padding: 0;
31	border: 0;
32	outline: 0;
33	line-height: 1.3;
34	text-decoration: none;
35	font-size: 100%;
36	list-style: none;
37}
38.ui-helper-clearfix:before,
39.ui-helper-clearfix:after {
40	content: "";
41	display: table;
42	border-collapse: collapse;
43}
44.ui-helper-clearfix:after {
45	clear: both;
46}
47.ui-helper-clearfix {
48	min-height: 0; /* support: IE7 */
49}
50.ui-helper-zfix {
51	width: 100%;
52	height: 100%;
53	top: 0;
54	right: 0;
55	position: absolute;
56	opacity: 0;
57	filter:Alpha(Opacity=0); /* support: IE8 */
58}
59
60.ui-front {
61	z-index: 100;
62}
63
64
65/* Interaction Cues
66----------------------------------*/
67.ui-state-disabled {
68	cursor: default !important;
69}
70
71
72/* Icons
73----------------------------------*/
74
75/* states and images */
76.ui-icon {
77	display: block;
78	text-indent: -99999px;
79	overflow: hidden;
80	background-repeat: no-repeat;
81}
82
83
84/* Misc visuals
85----------------------------------*/
86
87/* Overlays */
88.ui-widget-overlay {
89	position: fixed;
90	top: 0;
91	right: 0;
92	width: 100%;
93	height: 100%;
94}
95
96/*!
97 * jQuery UI Resizable 1.11.4
98 * http://jqueryui.com
99 *
100 * Copyright jQuery Foundation and other contributors
101 * Released under the MIT license.
102 * http://jquery.org/license
103 */
104.ui-resizable {
105	position: relative;
106}
107.ui-resizable-handle {
108	position: absolute;
109	font-size: 0.1px;
110	display: block;
111	touch-action: none;
112}
113.ui-resizable-disabled .ui-resizable-handle,
114.ui-resizable-autohide .ui-resizable-handle {
115	display: none;
116}
117.ui-resizable-n {
118	cursor: n-resize;
119	height: 7px;
120	width: 100%;
121	top: -5px;
122	right: 0;
123}
124.ui-resizable-s {
125	cursor: s-resize;
126	height: 7px;
127	width: 100%;
128	bottom: -5px;
129	right: 0;
130}
131/* rtl:ignore */
132.ui-resizable-e {
133	cursor: e-resize;
134	width: 7px;
135	right: -5px;
136	top: 0;
137	height: 100%;
138}
139/* rtl:ignore */
140.ui-resizable-w {
141	cursor: w-resize;
142	width: 7px;
143	left: -5px;
144	top: 0;
145	height: 100%;
146}
147/* rtl:ignore */
148.ui-resizable-se {
149	cursor: se-resize;
150	width: 12px;
151	height: 12px;
152	right: 1px;
153	bottom: 1px;
154}
155/* rtl:ignore */
156.ui-resizable-sw {
157	cursor: sw-resize;
158	width: 9px;
159	height: 9px;
160	left: -5px;
161	bottom: -5px;
162}
163/* rtl:ignore */
164.ui-resizable-nw {
165	cursor: nw-resize;
166	width: 9px;
167	height: 9px;
168	left: -5px;
169	top: -5px;
170}
171/* rtl:ignore */
172.ui-resizable-ne {
173	cursor: ne-resize;
174	width: 9px;
175	height: 9px;
176	right: -5px;
177	top: -5px;
178}
179
180/* WP buttons: see buttons.css. */
181
182.ui-button {
183	display: inline-block;
184	text-decoration: none;
185	font-size: 13px;
186	line-height: 2;
187	height: 28px;
188	margin: 0;
189	padding: 0 10px 1px;
190	cursor: pointer;
191	border-width: 1px;
192	border-style: solid;
193	-webkit-appearance: none;
194	border-radius: 3px;
195	white-space: nowrap;
196	box-sizing: border-box;
197	color: #50575e;
198	border-color: #c3c4c7;
199	background: #f6f7f7;
200	box-shadow: 0 1px 0 #c3c4c7;
201	vertical-align: top;
202}
203
204.ui-button:active,
205.ui-button:focus {
206	outline: none;
207}
208
209/* Remove the dotted border on :focus and the extra padding in Firefox */
210.ui-button::-moz-focus-inner {
211	border-width: 0;
212	border-style: none;
213	padding: 0;
214}
215
216.ui-button:hover,
217.ui-button:focus {
218	background: #f6f7f7;
219	border-color: #8c8f94;
220	color: #1d2327;
221}
222
223.ui-button:focus {
224	border-color: #4f94d4;
225	box-shadow: 0 0 3px rgba(34, 113, 177, 0.8);
226}
227
228.ui-button:active {
229	background: #f0f0f1;
230	border-color: #8c8f94;
231	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
232}
233
234.ui-button[disabled],
235.ui-button:disabled {
236	color: #a7aaad !important;
237	border-color: #dcdcde !important;
238	background: #f6f7f7 !important;
239	box-shadow: none !important;
240	text-shadow: 0 1px 0 #fff !important;
241	cursor: default;
242	transform: none !important;
243}
244
245@media screen and (max-width: 782px) {
246
247	.ui-button {
248		padding: 6px 14px;
249		line-height: normal;
250		font-size: 14px;
251		vertical-align: middle;
252		height: auto;
253		margin-bottom: 4px;
254	}
255
256}
257
258/* WP Theme */
259
260.ui-dialog {
261	position: absolute;
262	top: 0;
263	right: 0;
264	z-index: 100102;
265	background-color: #fff;
266	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
267	overflow: hidden;
268}
269
270.ui-dialog-titlebar {
271	background: #fff;
272	border-bottom: 1px solid #dcdcde;
273	height: 36px;
274	font-size: 18px;
275	font-weight: 600;
276	line-height: 2;
277	padding: 0 16px 0 36px;
278}
279
280.ui-button.ui-dialog-titlebar-close {
281	background: none;
282	border: none;
283	box-shadow: none;
284	color: #646970;
285	cursor: pointer;
286	display: block;
287	padding: 0;
288	position: absolute;
289	top: 0;
290	left: 0;
291	width: 36px;
292	height: 36px;
293	text-align: center;
294	border-radius: 0;
295	overflow: hidden;
296}
297
298.ui-dialog-titlebar-close:before {
299	font: normal 20px/1 dashicons;
300	vertical-align: top;
301	speak: never;
302	-webkit-font-smoothing: antialiased;
303	-moz-osx-font-smoothing: grayscale;
304	line-height: 1.8;
305	width: 36px;
306	height: 36px;
307	content: "\f158";
308}
309
310.ui-button.ui-dialog-titlebar-close:hover,
311.ui-button.ui-dialog-titlebar-close:focus {
312	color: #135e96;
313}
314
315.ui-button.ui-dialog-titlebar-close:focus {
316	box-shadow:
317		0 0 0 1px #4f94d4,
318		0 0 2px 1px rgba(79, 148, 212, 0.8);
319	/* Only visible in Windows High Contrast mode */
320	outline: 2px solid transparent;
321	outline-offset: -2px;
322}
323
324.ui-dialog-content {
325	padding: 16px;
326	overflow: auto;
327}
328
329.ui-dialog-buttonpane {
330	background: #fff;
331	border-top: 1px solid #dcdcde;
332	padding: 16px;
333}
334
335.ui-dialog-buttonpane .ui-button {
336	margin-right: 16px;
337}
338
339.ui-dialog-buttonpane .ui-dialog-buttonset {
340	float: left;
341}
342
343.ui-draggable .ui-dialog-titlebar {
344	cursor: move;
345}
346
347.ui-widget-overlay {
348	position: fixed;
349	top: 0;
350	right: 0;
351	left: 0;
352	bottom: 0;
353	min-height: 360px;
354	background: #000;
355	opacity: 0.7;
356	filter: alpha(opacity=70);
357	z-index: 100101;
358}
359